summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxsu
Commit message (Expand)AuthorAgeFilesLines
* Patches 4-6 from Petteri Aimonenpatacongo2012-11-161-6/+24
* Email address change in nuttx/patacongo2012-09-1321-21/+21
* NxWM: Correct the calculation of the physical dispaly sizepatacongo2012-05-121-2/+2
* Updaes for NX Consolepatacongo2012-03-273-7/+7
* Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when g+...patacongo2011-10-251-7/+6
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-251-5/+7
* Add logic to read from graphics memorypatacongo2011-10-222-1/+109
* Pointer arguments to NX set methods should be constpatacongo2011-10-162-2/+2
* Add logic to set individual pixelspatacongo2011-10-142-4/+108
* Add beginning of a TIFF file creation librarypatacongo2011-09-201-1/+1
* Add a test of the circle rendering logicpatacongo2011-08-242-2/+2
* Add circle drawing interfacespatacongo2011-08-243-1/+261
* Add NX line drawing interfacespatacongo2011-08-022-1/+137
* Move NX header files to include/nuttx/nxpatacongo2011-07-2423-25/+25
* Fix issues detected by CppCheck toolpatacongo2011-01-191-2/+3
* Generalize graphics driver typepatacongo2010-04-172-11/+10
* Fixes for clean NX compile/linkpatacongo2009-12-173-0/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1523-53/+35
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-3/+3
* Correct size of background windowpatacongo2008-12-061-2/+2
* Enable keypad inputpatacongo2008-12-041-2/+2
* Providing wrong sizepatacongo2008-12-031-1/+1
* Remove redundant origin valuepatacongo2008-12-023-3/+3
* Don't keep sizes in rectanglespatacongo2008-12-022-4/+4
* filltrapezoid needs a clipping rectanglepatacongo2008-12-021-2/+4
* Fixed for multi-user NX modepatacongo2008-12-014-5/+9
* Integrated mouse supportpatacongo2008-12-013-21/+45
* Only provide mouse input if mouse is in windowpatacongo2008-12-011-2/+12
* Add nx_constructwindowpatacongo2008-12-014-27/+197
* Add argument to window callbackspatacongo2008-12-016-7/+9
* Fix typos in debug output stringspatacongo2008-11-301-2/+2
* Using wrong(invalid) callback structurepatacongo2008-11-291-1/+1
* Add APIs to get access to backgroundpatacongo2008-11-295-7/+274
* Changes from initial NX debugpatacongo2008-11-2812-215/+76
* Missing initialization of background windowpatacongo2008-11-281-0/+14
* Single-user graphics front-endpatacongo2008-11-2822-0/+2476