summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxsu
Commit message (Collapse)AuthorAgeFilesLines
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency ↵Gregory Nutt2014-08-312-2/+2
| | | | with other naming
* 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 ↵Gregory Nutt2014-07-165-8/+8
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* 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 ↵Gregory Nutt2014-01-081-1/+1
| | | | reorganization. From Steve Redler IV
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* Patches 4-6 from Petteri Aimonenpatacongo2012-11-161-6/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5364 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-1321-21/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* NxWM: Correct the calculation of the physical dispaly sizepatacongo2012-05-121-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4726 42af7a65-404d-4744-a932-0658087f49c3
* Updaes for NX Consolepatacongo2012-03-273-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4531 42af7a65-404d-4744-a932-0658087f49c3
* Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when ↵patacongo2011-10-251-7/+6
| | | | | | g++ is used; Fix bad cast that caused problems with the background window is released git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4064 42af7a65-404d-4744-a932-0658087f49c3
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-251-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4063 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to read from graphics memorypatacongo2011-10-222-1/+109
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4057 42af7a65-404d-4744-a932-0658087f49c3
* Pointer arguments to NX set methods should be constpatacongo2011-10-162-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4049 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to set individual pixelspatacongo2011-10-142-4/+108
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4047 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of a TIFF file creation librarypatacongo2011-09-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3964 42af7a65-404d-4744-a932-0658087f49c3
* Add a test of the circle rendering logicpatacongo2011-08-242-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3911 42af7a65-404d-4744-a932-0658087f49c3
* Add circle drawing interfacespatacongo2011-08-243-1/+261
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3910 42af7a65-404d-4744-a932-0658087f49c3
* Add NX line drawing interfacespatacongo2011-08-022-1/+137
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3836 42af7a65-404d-4744-a932-0658087f49c3
* Move NX header files to include/nuttx/nxpatacongo2011-07-2423-25/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3
* Fix issues detected by CppCheck toolpatacongo2011-01-191-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3261 42af7a65-404d-4744-a932-0658087f49c3
* Generalize graphics driver typepatacongo2010-04-172-11/+10
| | | | 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-173-0/+3
| | | | 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-1523-53/+35
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2350 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Correct size of background windowpatacongo2008-12-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1423 42af7a65-404d-4744-a932-0658087f49c3
* Enable keypad inputpatacongo2008-12-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1411 42af7a65-404d-4744-a932-0658087f49c3
* Providing wrong sizepatacongo2008-12-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1397 42af7a65-404d-4744-a932-0658087f49c3
* Remove redundant origin valuepatacongo2008-12-023-3/+3
| | | | 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-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1392 42af7a65-404d-4744-a932-0658087f49c3
* filltrapezoid needs a clipping rectanglepatacongo2008-12-021-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1389 42af7a65-404d-4744-a932-0658087f49c3
* Fixed for multi-user NX modepatacongo2008-12-014-5/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1386 42af7a65-404d-4744-a932-0658087f49c3
* Integrated mouse supportpatacongo2008-12-013-21/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1384 42af7a65-404d-4744-a932-0658087f49c3
* Only provide mouse input if mouse is in windowpatacongo2008-12-011-2/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1374 42af7a65-404d-4744-a932-0658087f49c3
* Add nx_constructwindowpatacongo2008-12-014-27/+197
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1367 42af7a65-404d-4744-a932-0658087f49c3
* Add argument to window callbackspatacongo2008-12-016-7/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1366 42af7a65-404d-4744-a932-0658087f49c3
* Fix typos in debug output stringspatacongo2008-11-301-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1358 42af7a65-404d-4744-a932-0658087f49c3
* Using wrong(invalid) callback structurepatacongo2008-11-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1357 42af7a65-404d-4744-a932-0658087f49c3
* Add APIs to get access to backgroundpatacongo2008-11-295-7/+274
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1343 42af7a65-404d-4744-a932-0658087f49c3
* Changes from initial NX debugpatacongo2008-11-2812-215/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1341 42af7a65-404d-4744-a932-0658087f49c3
* Missing initialization of background windowpatacongo2008-11-281-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1339 42af7a65-404d-4744-a932-0658087f49c3