px4-firmware/nuttx/graphics/nxmu
patacongo 602575e7c9 Add an NxWM console/keyboard thread and eliminate all issues with NxConsole window serial input
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4755 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-05-20 22:10:34 +00:00
..
Make.defs Implement an NX interface to block flush message queues in multi-user mode. This is necessary to prevent stale window handles when a window is closed 2012-05-17 22:16:02 +00:00
nx_bitmap.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_block.c NxWM: Add a missing part of the message blocking logic 2012-05-19 01:01:00 +00:00
nx_closewindow.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_connect.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_disconnect.c Final refactoring and implementation of delayed window deletion logic. Works worse now, but the changes are important and need to be checked in now 2012-05-18 23:08:34 +00:00
nx_drawcircle.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nx_drawline.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nx_eventhandler.c NxWM: Add a missing part of the message blocking logic 2012-05-19 01:01:00 +00:00
nx_eventnotify.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nx_fill.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_fillcircle.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nx_filltrapezoid.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_getposition.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_getrectangle.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_kbdchin.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_kbdin.c Add an NxWM console/keyboard thread and eliminate all issues with NxConsole window serial input 2012-05-20 22:10:34 +00:00
nx_lower.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_mousein.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_move.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_openwindow.c Disabled NXTK autoraise; it does not work properly in multi-user mode due to queue mouse/touchscreen input 2012-05-13 23:40:23 +00:00
nx_raise.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_releasebkgd.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_requestbkgd.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_setbgcolor.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_setpixel.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_setposition.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nx_setsize.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nxfe.h NxWM: Add a missing part of the message blocking logic 2012-05-19 01:01:00 +00:00
nxmu_constructwindow.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nxmu_kbdin.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nxmu_mouse.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nxmu_openwindow.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nxmu_redrawreq.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nxmu_releasebkgd.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nxmu_reportposition.c Re-factor NX messaging logic in preparation for a new message control feature 2012-05-17 19:32:48 +00:00
nxmu_requestbkgd.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nxmu_semtake.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nxmu_sendclient.c Implement an NX interface to block flush message queues in multi-user mode. This is necessary to prevent stale window handles when a window is closed 2012-05-17 22:16:02 +00:00
nxmu_sendserver.c Implement an NX interface to block flush message queues in multi-user mode. This is necessary to prevent stale window handles when a window is closed 2012-05-17 22:16:02 +00:00
nxmu_sendwindow.c Implement an NX interface to block flush message queues in multi-user mode. This is necessary to prevent stale window handles when a window is closed 2012-05-17 22:16:02 +00:00
nxmu_server.c NxWM: Add a missing part of the message blocking logic 2012-05-19 01:01:00 +00:00