summaryrefslogtreecommitdiffstats
path: root/nuttx
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Fix 'make export' target for NxWMpatacongo2-2/+2
2012-05-23Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase ...patacongo2-2/+10
2012-05-23NFS updatepatacongo6-139/+149
2012-05-22Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo1-119/+73
2012-05-21Add a timeout to the STMPE11 touchscreen driver to catch missing pen up eventspatacongo5-18/+132
2012-05-21Fix NxWM bug: old window being minimized when new window openpatacongo1-0/+4
2012-05-20Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo3-4/+22
2012-05-20NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo6-15/+28
2012-05-20Add NX kbd input support to NxConsolepatacongo11-5/+670
2012-05-20This should have been part of the 6.18 release but was lost somehowpatacongo1-2/+4
2012-05-19Prep for 6.18 releasepatacongo5-183/+294
2012-05-19NFS updatepatacongo2-93/+232
2012-05-19NxWM: Add a missing part of the message blocking logicpatacongo6-8/+19
2012-05-18Final refactoring and implementation of delayed window deletion logic. Works...patacongo4-9/+20
2012-05-18NFS updatepatacongo9-224/+1038
2012-05-17Implement an NX interface to block flush message queues in multi-user mode. ...patacongo14-6/+772
2012-05-17Re-factor NX messaging logic in preparation for a new message control featurepatacongo29-243/+156
2012-05-17Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo4-12/+21
2012-05-16NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo3-3/+79
2012-05-15NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2-5/+5
2012-05-15NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use...patacongo1-2/+23
2012-05-15Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; o...patacongo5-11/+17
2012-05-14Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo7-9/+64
2012-05-14Add task switching instrumentation for missing case. Contributed by Petri Tan...patacongo2-12/+20
2012-05-14Calypso update from Denis Carkiki. Adds UWire driver and support for externa...patacongo14-131/+310
2012-05-13Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo6-20/+41
2012-05-13NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen dr...patacongo7-33/+102
2012-05-13Add Calypso-related fixespatacongo1-1/+1
2012-05-13NxWM: Fix detection of touch events in the tool bar; Start window should not ...patacongo1-1/+0
2012-05-13Fix a critical NXTK bug related to mouse/touchscreen positions within framed ...patacongo4-46/+65
2012-05-12NxWM: Correct the calculation of the physical dispaly sizepatacongo2-5/+5
2012-05-12NFS updatepatacongo6-69/+237
2012-05-11Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugspatacongo4-32/+59
2012-05-11SMTPE11 and NxWM touchscreen fixespatacongo9-52/+106
2012-05-11NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo11-51/+106
2012-05-10NX trapezoid fixes; Various NxWM fixespatacongo9-39/+54
2012-05-10More NxWM touchscreen fixespatacongo1-0/+1
2012-05-09Adding beginning of NxWM touchscreen supportpatacongo17-0/+58
2012-05-09NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support ...patacongo3-4/+13
2012-05-08The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo11-96/+183
2012-05-08Integrate the STMPE11 driver into the STM3240G-EVAL board logicpatacongo10-13/+477
2012-05-07NFS updatepatacongo4-165/+130
2012-05-07Various fixes for running the NxWM unit test on the STM3240G-EVALpatacongo22-80/+83
2012-05-07Most fixes to get NxWM working on the STM3240G-EVALpatacongo5-3/+168
2012-05-07Add configuration for testing NxWMpatacongo6-0/+2304
2012-05-07Fix uninitialized pointer in CNxTKWindowpatacongo1-1/+1
2012-05-07Mostly cosmetic, partial fixes for STM3240G-EVAL LCDpatacongo4-14/+26
2012-05-06Add STMPE11 temperature sensor logicpatacongo5-3/+238
2012-05-06Add STMPE11 touchscreen logicpatacongo9-56/+1171
2012-05-06Add framework for STMPE11 ADC interfacespatacongo6-16/+385