summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes from initial NX debugpatacongo2008-11-2811-41/+71
* Fix conditional compilationpatacongo2008-11-281-2/+2
* Multi-user graphics front-endpatacongo2008-11-2827-0/+4082