summaryrefslogtreecommitdiffstats
path: root/nuttx/graphics/nxbe
AgeCommit message (Expand)AuthorFilesLines
2012-05-17Implement an NX interface to block flush message queues in multi-user mode. ...patacongo1-0/+15
2012-05-13Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2-2/+2
2012-05-10NX trapezoid fixes; Various NxWM fixespatacongo1-5/+3
2012-05-04Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo1-4/+5
2012-03-28More NX Console fixes... good progress but still not ready for prime timepatacongo1-7/+7
2012-03-28NFS updatepatacongo1-2/+2
2012-03-27Updaes for NX Consolepatacongo1-2/+2
2011-11-03A few more AVR32 fixespatacongo1-2/+5
2011-10-25Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2-1/+5
2011-10-23Oops.. back out most of the last changepatacongo1-2/+2
2011-10-23Fix an error in some graphics error handlingpatacongo1-3/+5
2011-10-22Fix a bug in the getrectangle logicpatacongo1-19/+1
2011-10-22Add logic to read from graphics memorypatacongo4-7/+192
2011-10-14Add logic to set individual pixelspatacongo4-4/+193
2011-10-06Add sim/nsh2 configurationpatacongo1-3/+9
2011-08-03Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo1-2/+2
2011-07-24Move NX header files to include/nuttx/nxpatacongo13-21/+21
2011-07-11Correct an NX error that would leave stuff on the display when a window is cl...patacongo1-1/+8
2011-07-10Fix an error in the NX move logicpatacongo1-4/+6
2011-07-10Fix a few NXTEXT bugspatacongo1-3/+18
2011-05-12Incorporate install app from Urospatacongo1-1/+1
2011-01-19Fix issues detected by CppCheck toolpatacongo2-5/+7
2010-04-18Code complete for NX for LCDpatacongo1-3/+3
2010-04-17Rectangular fills compile for LCDpatacongo1-0/+2
2010-04-17Fixes for build on Ubuntupatacongo1-2/+2
2010-04-17Framework for LCD rasterizerspatacongo1-5/+5
2010-04-17Generalize graphics driver typepatacongo4-16/+15
2009-12-17Fixes for clean NX compile/linkpatacongo2-0/+2
2009-12-15Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo16-61/+55
2008-12-05Clean-up and document NX configuration settingspatacongo1-7/+7
2008-12-04Integrating font capabilities; debug bitmap logicpatacongo1-1/+1
2008-12-03Need to report the new position before re-drawingpatacongo2-8/+8
2008-12-02Remove redundant origin valuepatacongo7-17/+13
2008-12-02Don't keep sizes in rectanglespatacongo2-9/+8
2008-12-02More NXTK filespatacongo1-12/+11
2008-12-02filltrapezoid needs a clipping rectanglepatacongo2-12/+28
2008-12-01Add rectinside(), vectsubtract(), visible()patacongo3-1/+147
2008-12-01Fix raise logic -- what was I thinking?patacongo1-36/+8
2008-12-01Must redraw larger of two sizespatacongo1-4/+14
2008-12-01Fix setposition redraw logicpatacongo1-3/+6
2008-12-01Add argument to window callbackspatacongo1-0/+5
2008-12-01Lowered window was not being redrawnpatacongo1-5/+8
2008-12-01Improperly initialized rectanglepatacongo1-1/+1
2008-11-30There is at least some X11 output nowpatacongo2-11/+19
2008-11-28Changes from initial NX debugpatacongo1-6/+14
2008-11-28Add graphics front-end logicpatacongo5-4/+7
2008-11-28Add more trapezoid supportpatacongo1-0/+20
2008-11-28Add support for trapezoidal fillspatacongo5-11/+185
2008-11-28minor refactoringpatacongo5-13/+24
2008-11-27More graphic support routinespatacongo6-12/+12