summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu
Commit message (Expand)AuthorAgeFilesLines
* Patches 7-9 from Petteri Aimonenpatacongo2012-11-179-8/+136
* Patches 4-6 from Petteri Aimonenpatacongo2012-11-162-13/+33
* Correct some bad parameter checkingpatacongo2012-09-273-6/+6
* Email address change in nuttx/patacongo2012-09-138-8/+8
* Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo2012-05-201-1/+1
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-194-4/+10
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-181-1/+6
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-178-4/+549
* Re-factor NX messaging logic in preparation for a new message control featurepatacongo2012-05-1728-243/+153
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2012-05-131-4/+5
* NxWM: Correct the calculation of the physical dispaly sizepatacongo2012-05-121-3/+3
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-101-4/+15
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-041-3/+3
* The NX console appears to be fully functionalpatacongo2012-03-283-27/+2
* NX console should only be available if NX multi-user mode is enabledpatacongo2012-03-283-14/+14
* Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when g+...patacongo2011-10-251-1/+1
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-251-12/+5
* Add logic to read from graphics memorypatacongo2011-10-224-1/+158
* Pointer arguments to NX set methods should be constpatacongo2011-10-162-3/+3
* Add logic to set individual pixelspatacongo2011-10-144-6/+148
* Add a test of the circle rendering logicpatacongo2011-08-242-2/+2
* Add circle drawing interfacespatacongo2011-08-243-2/+261
* Add NX line drawing interfacespatacongo2011-08-022-1/+137
* Move NX header files to include/nuttx/nxpatacongo2011-07-2432-67/+67
* Rectangular fills compile for LCDpatacongo2010-04-172-3/+3
* Generalize graphics driver typepatacongo2010-04-172-16/+14
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1532-136/+115
* 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-044-20/+21
* Modify examples/nx to use NXTK; fix related bugspatacongo2008-12-031-1/+1
* Fix bad conditional compilationpatacongo2008-12-031-1/+1
* Remove redundant origin valuepatacongo2008-12-023-4/+4
* Don't keep sizes in rectanglespatacongo2008-12-024-14/+13
* filltrapezoid needs a clipping rectanglepatacongo2008-12-023-2/+14
* Fixed for multi-user NX modepatacongo2008-12-019-27/+46
* Fix some parameter passingpatacongo2008-12-011-3/+3
* Integrated mouse supportpatacongo2008-12-013-20/+47
* Only provide mouse input if mouse is in windowpatacongo2008-12-011-9/+23
* Add nx_constructwindowpatacongo2008-12-014-20/+191
* Add argument to window callbackspatacongo2008-12-011-4/+4
* There is at least some X11 output nowpatacongo2008-11-301-2/+0
* Fix typos in debug output stringspatacongo2008-11-301-2/+2
* Using wrong(invalid) callback structurepatacongo2008-11-296-62/+78
* No longer waits for connectionpatacongo2008-11-291-3/+9
* Sending client message on wrong MQpatacongo2008-11-291-1/+1
* Fix message numberpatacongo2008-11-291-10/+17
* Add nx_eventnotify.cpatacongo2008-11-292-1/+110
* Fixes to MQ open logicpatacongo2008-11-292-8/+6
* Add APIs to get access to backgroundpatacongo2008-11-298-5/+566