summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-1914-207/+443
* NxWM unit test now appears bug free (other than some NxConsole-related issues).patacongo2012-05-1913-55/+54
* NFS updatepatacongo2012-05-192-93/+232
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-1923-77/+121
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-1833-233/+622
* NFS updatepatacongo2012-05-1810-227/+1039
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-1720-84/+959
* Re-factor NX messaging logic in preparation for a new message control featurepatacongo2012-05-1729-243/+156
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-178-23/+49
* NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo2012-05-1645-228/+983
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-157-31/+90
* NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use...patacongo2012-05-1521-44/+156
* NxWM::CNxConsole when NSH window is closed by touching toolbar icon, need to ...patacongo2012-05-151-8/+26
* Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; o...patacongo2012-05-159-48/+122
* Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo2012-05-1411-13/+69
* NxWM: Calibration is now done on a separate thread; Change mechanism for repo...patacongo2012-05-1418-344/+866
* Update of NSH nfsmount commandpatacongo2012-05-142-18/+24
* Add task switching instrumentation for missing case. Contributed by Petri Tan...patacongo2012-05-142-12/+20
* Calypso update from Denis Carkiki. Adds UWire driver and support for externa...patacongo2012-05-1414-131/+310
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2012-05-1311-80/+101
* NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen dr...patacongo2012-05-1312-39/+189
* Add Calypso-related fixespatacongo2012-05-1310-25/+25
* NxWM: Fix detection of touch events in the tool bar; Start window should not ...patacongo2012-05-139-84/+187
* Fix a critical NXTK bug related to mouse/touchscreen positions within framed ...patacongo2012-05-134-46/+65
* NxWM: Fix double deletion of classpatacongo2012-05-123-4/+12
* NxWM: Correct the calculation of the physical dispaly sizepatacongo2012-05-126-43/+57
* Add NxWM::CWindowControl; task bar and start window icons now functionalpatacongo2012-05-1215-310/+403
* NFS updatepatacongo2012-05-126-69/+237
* Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugspatacongo2012-05-1111-69/+186
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-1113-118/+155
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-1121-180/+723
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-1013-190/+287
* More NxWM touchscreen fixespatacongo2012-05-105-43/+70
* Adding beginning of NxWM touchscreen supportpatacongo2012-05-0937-7/+1395
* Missed a file in the last checkinpatacongo2012-05-091-0/+161
* NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support ...patacongo2012-05-0938-339/+1479
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-0812-97/+186
* Integrate the STMPE11 driver into the STM3240G-EVAL board logicpatacongo2012-05-0811-15/+479
* NFS updatepatacongo2012-05-074-165/+130
* Big NxWidgets simplification. Remove all hierarch logic. Widgets now exist ...patacongo2012-05-0711-1651/+22
* Various fixes for running the NxWM unit test on the STM3240G-EVALpatacongo2012-05-0727-95/+156
* Most fixes to get NxWM working on the STM3240G-EVALpatacongo2012-05-0710-71/+249
* NxWidgets: Fix a potential deadlock that can occur waiting for toolbard geome...patacongo2012-05-074-48/+101
* Add configuration for testing NxWMpatacongo2012-05-077-1/+2306
* NSH fixpatacongo2012-05-071-4/+7
* Fix uninitialized pointer in CNxTKWindowpatacongo2012-05-073-4/+15
* Mostly cosmetic, partial fixes for STM3240G-EVAL LCDpatacongo2012-05-076-20/+36
* Add STMPE11 temperature sensor logicpatacongo2012-05-065-3/+238
* Add STMPE11 touchscreen logicpatacongo2012-05-069-56/+1171
* Add framework for STMPE11 ADC interfacespatacongo2012-05-066-16/+385