summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxbe
Commit message (Collapse)AuthorAgeFilesLines
* Correct an NX error that would leave stuff on the display when a window is ↵patacongo2011-07-111-1/+8
| | | | | | closed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3769 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in the NX move logicpatacongo2011-07-101-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3766 42af7a65-404d-4744-a932-0658087f49c3
* Fix a few NXTEXT bugspatacongo2011-07-101-3/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3765 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate install app from Urospatacongo2011-05-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3594 42af7a65-404d-4744-a932-0658087f49c3
* Fix issues detected by CppCheck toolpatacongo2011-01-192-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3261 42af7a65-404d-4744-a932-0658087f49c3
* Code complete for NX for LCDpatacongo2010-04-181-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2610 42af7a65-404d-4744-a932-0658087f49c3
* Rectangular fills compile for LCDpatacongo2010-04-171-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2605 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for build on Ubuntupatacongo2010-04-171-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2602 42af7a65-404d-4744-a932-0658087f49c3
* Framework for LCD rasterizerspatacongo2010-04-171-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2598 42af7a65-404d-4744-a932-0658087f49c3
* Generalize graphics driver typepatacongo2010-04-174-16/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2597 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for clean NX compile/linkpatacongo2009-12-172-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2374 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-1516-61/+55
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2350 42af7a65-404d-4744-a932-0658087f49c3
* Clean-up and document NX configuration settingspatacongo2008-12-051-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1420 42af7a65-404d-4744-a932-0658087f49c3
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1415 42af7a65-404d-4744-a932-0658087f49c3
* Need to report the new position before re-drawingpatacongo2008-12-032-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1394 42af7a65-404d-4744-a932-0658087f49c3
* Remove redundant origin valuepatacongo2008-12-027-17/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1393 42af7a65-404d-4744-a932-0658087f49c3
* Don't keep sizes in rectanglespatacongo2008-12-022-9/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1392 42af7a65-404d-4744-a932-0658087f49c3
* More NXTK filespatacongo2008-12-021-12/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1391 42af7a65-404d-4744-a932-0658087f49c3
* filltrapezoid needs a clipping rectanglepatacongo2008-12-022-12/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1389 42af7a65-404d-4744-a932-0658087f49c3
* Add rectinside(), vectsubtract(), visible()patacongo2008-12-013-1/+147
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1381 42af7a65-404d-4744-a932-0658087f49c3
* Fix raise logic -- what was I thinking?patacongo2008-12-011-36/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1375 42af7a65-404d-4744-a932-0658087f49c3
* Must redraw larger of two sizespatacongo2008-12-011-4/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1373 42af7a65-404d-4744-a932-0658087f49c3
* Fix setposition redraw logicpatacongo2008-12-011-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1370 42af7a65-404d-4744-a932-0658087f49c3
* Add argument to window callbackspatacongo2008-12-011-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1366 42af7a65-404d-4744-a932-0658087f49c3
* Lowered window was not being redrawnpatacongo2008-12-011-5/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1365 42af7a65-404d-4744-a932-0658087f49c3
* Improperly initialized rectanglepatacongo2008-12-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1364 42af7a65-404d-4744-a932-0658087f49c3
* There is at least some X11 output nowpatacongo2008-11-302-11/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1361 42af7a65-404d-4744-a932-0658087f49c3
* Changes from initial NX debugpatacongo2008-11-281-6/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1341 42af7a65-404d-4744-a932-0658087f49c3
* Add graphics front-end logicpatacongo2008-11-285-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1327 42af7a65-404d-4744-a932-0658087f49c3
* Add more trapezoid supportpatacongo2008-11-281-0/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1324 42af7a65-404d-4744-a932-0658087f49c3
* Add support for trapezoidal fillspatacongo2008-11-285-11/+185
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1323 42af7a65-404d-4744-a932-0658087f49c3
* minor refactoringpatacongo2008-11-285-13/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1322 42af7a65-404d-4744-a932-0658087f49c3
* More graphic support routinespatacongo2008-11-276-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1321 42af7a65-404d-4744-a932-0658087f49c3
* Graphics backendpatacongo2008-11-2715-0/+2529
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1320 42af7a65-404d-4744-a932-0658087f49c3