summaryrefslogtreecommitdiff
path: root/NxWidgets
Commit message (Expand)AuthorAgeFilesLines
...
* Update all unit tests to conform to recent naming convention changes in NuttXpatacongo2012-09-1453-484/+308
* Email address change in misc/patacongo2012-09-131-2/+2
* Prep for 6.19 releasenuttx-6.19patacongo2012-06-152-4/+35
* Fix error in NxWM makefile that creapt in with recent check-inspatacongo2012-05-302-1/+4
* Various improvements to NxWM hex calculator displaypatacongo2012-05-234-5/+69
* Fix 'make export' target for NxWMpatacongo2012-05-232-3/+42
* Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase ...patacongo2012-05-233-8/+23
* Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo2012-05-224-1/+70
* Add some minimal support for precedence of operationspatacongo2012-05-222-64/+176
* CHexCalculator fixes + back out change to CNxtkWindowpatacongo2012-05-224-18/+22
* Add a hex calculator example to NxWMpatacongo2012-05-2213-9/+1478
* Some debug garbage was left in the filespatacongo2012-05-212-7/+2
* Add a timeout to the STMPE11 touchscreen driver to catch missing pen up eventspatacongo2012-05-211-3/+9
* Fix NxWM bug: old window being minimized when new window openpatacongo2012-05-214-14/+22
* Updat NxWidgets TODO listpatacongo2012-05-201-2/+2
* Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo2012-05-2011-18/+529
* NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo2012-05-2014-23/+251
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-197-22/+145
* NxWM unit test now appears bug free (other than some NxConsole-related issues).patacongo2012-05-1913-55/+54
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-1917-69/+102
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-1829-224/+602
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-176-78/+187
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-174-11/+28
* NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo2012-05-1642-225/+904
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-155-26/+85
* NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use...patacongo2012-05-1520-42/+133
* 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-154-37/+105
* Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo2012-05-144-4/+5
* NxWM: Calibration is now done on a separate thread; Change mechanism for repo...patacongo2012-05-1418-344/+866
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2012-05-135-60/+60
* NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen dr...patacongo2012-05-135-6/+87
* NxWM: Fix detection of touch events in the tool bar; Start window should not ...patacongo2012-05-138-83/+187
* NxWM: Fix double deletion of classpatacongo2012-05-123-4/+12
* NxWM: Correct the calculation of the physical dispaly sizepatacongo2012-05-124-38/+52
* Add NxWM::CWindowControl; task bar and start window icons now functionalpatacongo2012-05-1215-310/+403
* Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugspatacongo2012-05-117-37/+127
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-114-66/+49
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-118-105/+615
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-104-151/+233
* More NxWM touchscreen fixespatacongo2012-05-104-43/+69
* Adding beginning of NxWM touchscreen supportpatacongo2012-05-0920-7/+1337
* Missed a file in the last checkinpatacongo2012-05-091-0/+161
* NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support ...patacongo2012-05-0935-335/+1466
* Integrate the STMPE11 driver into the STM3240G-EVAL board logicpatacongo2012-05-081-2/+2
* 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-075-15/+73
* Most fixes to get NxWM working on the STM3240G-EVALpatacongo2012-05-075-68/+81
* NxWidgets: Fix a potential deadlock that can occur waiting for toolbard geome...patacongo2012-05-073-43/+96
* Fix uninitialized pointer in CNxTKWindowpatacongo2012-05-072-3/+14