summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_x11framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Mouse simulatin should receive mouse positional input even if no button is pr...Gregory Nutt2014-12-141-1/+1
* SIM: Several fixes to the simulated joystick driver. Still buggyGregory Nutt2014-12-141-0/+5
* SIM: Add an X11 mouse-based simulation of an analog joystick deviceGregory Nutt2014-12-141-2/+2
* simulation: Add a simulatied UART input device. Also lots of misc clean-up f...Gregory Nutt2014-09-301-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Add sim/nsh2 configurationpatacongo2011-10-061-46/+59
* Don't run X11 event loop on a pthread; X11 is not thread-safe.patacongo2011-09-291-0/+18
* Use XGrapButton, not XGrabPointerpatacongo2011-09-291-3/+6
* Add a simulated touchscreen driverpatacongo2011-09-281-4/+6
* X reports 24 bpp depth, but wants 32 bpp size pixelspatacongo2008-11-301-7/+18
* There is at least some X11 output nowpatacongo2008-11-301-30/+47
* Add X11 simulated framebufferpatacongo2008-11-301-0/+413