summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxbe
Commit message (Expand)AuthorAgeFilesLines
* Email address change in nuttx/patacongo2012-09-138-8/+8
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-171-0/+15
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2012-05-132-2/+2
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-101-5/+3
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-041-4/+5
* More NX Console fixes... good progress but still not ready for prime timepatacongo2012-03-281-7/+7
* NFS updatepatacongo2012-03-281-2/+2
* Updaes for NX Consolepatacongo2012-03-271-2/+2
* A few more AVR32 fixespatacongo2011-11-031-2/+5
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-252-1/+5
* Oops.. back out most of the last changepatacongo2011-10-231-2/+2
* Fix an error in some graphics error handlingpatacongo2011-10-231-3/+5
* Fix a bug in the getrectangle logicpatacongo2011-10-221-19/+1
* Add logic to read from graphics memorypatacongo2011-10-224-7/+192
* Add logic to set individual pixelspatacongo2011-10-144-4/+193
* Add sim/nsh2 configurationpatacongo2011-10-061-3/+9
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-031-2/+2
* Move NX header files to include/nuttx/nxpatacongo2011-07-2413-21/+21
* Correct an NX error that would leave stuff on the display when a window is cl...patacongo2011-07-111-1/+8
* Fix an error in the NX move logicpatacongo2011-07-101-4/+6
* Fix a few NXTEXT bugspatacongo2011-07-101-3/+18
* Incorporate install app from Urospatacongo2011-05-121-1/+1
* Fix issues detected by CppCheck toolpatacongo2011-01-192-5/+7
* Code complete for NX for LCDpatacongo2010-04-181-3/+3
* Rectangular fills compile for LCDpatacongo2010-04-171-0/+2
* Fixes for build on Ubuntupatacongo2010-04-171-2/+2
* Framework for LCD rasterizerspatacongo2010-04-171-5/+5
* Generalize graphics driver typepatacongo2010-04-174-16/+15
* Fixes for clean NX compile/linkpatacongo2009-12-172-0/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1516-61/+55
* Clean-up and document NX configuration settingspatacongo2008-12-051-7/+7
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-041-1/+1
* Need to report the new position before re-drawingpatacongo2008-12-032-8/+8
* Remove redundant origin valuepatacongo2008-12-027-17/+13
* Don't keep sizes in rectanglespatacongo2008-12-022-9/+8
* More NXTK filespatacongo2008-12-021-12/+11
* filltrapezoid needs a clipping rectanglepatacongo2008-12-022-12/+28
* Add rectinside(), vectsubtract(), visible()patacongo2008-12-013-1/+147
* Fix raise logic -- what was I thinking?patacongo2008-12-011-36/+8
* Must redraw larger of two sizespatacongo2008-12-011-4/+14
* Fix setposition redraw logicpatacongo2008-12-011-3/+6
* Add argument to window callbackspatacongo2008-12-011-0/+5
* Lowered window was not being redrawnpatacongo2008-12-011-5/+8
* Improperly initialized rectanglepatacongo2008-12-011-1/+1
* There is at least some X11 output nowpatacongo2008-11-302-11/+19
* Changes from initial NX debugpatacongo2008-11-281-6/+14
* Add graphics front-end logicpatacongo2008-11-285-4/+7
* Add more trapezoid supportpatacongo2008-11-281-0/+20
* Add support for trapezoidal fillspatacongo2008-11-285-11/+185
* minor refactoringpatacongo2008-11-285-13/+24