summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu/nxmu_server.c
Commit message (Expand)AuthorAgeFilesLines
* Patches 7-9 from Petteri Aimonenpatacongo2012-11-171-0/+10
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-191-2/+3
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-171-0/+26
* Re-factor NX messaging logic in preparation for a new message control featurepatacongo2012-05-171-5/+4
* The NX console appears to be fully functionalpatacongo2012-03-281-25/+0
* NX console should only be available if NX multi-user mode is enabledpatacongo2012-03-281-6/+5
* Add logic to read from graphics memorypatacongo2011-10-221-0/+7
* Add logic to set individual pixelspatacongo2011-10-141-1/+8
* Move NX header files to include/nuttx/nxpatacongo2011-07-241-2/+2
* Generalize graphics driver typepatacongo2010-04-171-14/+13
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-3/+3
* Correct size of background windowpatacongo2008-12-061-2/+2
* Don't keep sizes in rectanglespatacongo2008-12-021-1/+1
* filltrapezoid needs a clipping rectanglepatacongo2008-12-021-1/+1
* Fix some parameter passingpatacongo2008-12-011-3/+3
* 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-291-9/+10
* Sending client message on wrong MQpatacongo2008-11-291-1/+1
* Fixes to MQ open logicpatacongo2008-11-291-6/+4
* Add APIs to get access to backgroundpatacongo2008-11-291-0/+13
* Changes from initial NX debugpatacongo2008-11-281-3/+11
* Multi-user graphics front-endpatacongo2008-11-281-0/+499