summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxsu
Commit message (Expand)AuthorAgeFilesLines
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-312-2/+2
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-312-2/+2
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-165-8/+8
* Fix a typo introduced in last commitGregory Nutt2014-07-111-2/+2
* NX: Don't change the background if the color has not really changedGregory Nutt2014-07-111-2/+10
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Still recovering from recent NX reorganization. Reported by Steve Redler IVGregory Nutt2014-01-084-5/+5
* Fix STM32F103VE SPI3 definitions; Fix bug introduced in recent NX reorganizat...Gregory Nutt2014-01-081-1/+1
* NX: Use a consistent allocator in all configurationsGregory Nutt2013-12-304-6/+12
* Move more files from graphics/nxmu to libnx/nxmuGregory Nutt2013-12-292-5/+5
* Minor clean-up of typing from last commitGregory Nutt2013-12-293-9/+8
* Move graphics/nxtk to libnx/nxtkGregory Nutt2013-12-286-45/+106
* Decoupling NX user interfaces to support NX kernel build (phase 5)Gregory Nutt2013-12-276-418/+20
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-095-13/+21
* 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