summaryrefslogtreecommitdiff
path: root/NxWidgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Beginning of an SMTPE11 touchscreen/IO expander driverpatacongo2012-05-051-91/+91
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-0414-91/+471
* Update NxWM colors; remove NxWidgets shelvingpatacongo2012-05-047-372/+20
* NxWM: Cleaned up a couple of icon imagespatacongo2012-05-045-158/+73
* Fix a positioning problem in CRlePaletteBitmappatacongo2012-05-033-2/+14
* Fix an NxWidgets bug; Update NxWM (it kind of works now)patacongo2012-05-035-24/+39
* Upated NxWM commentspatacongo2012-05-038-6/+181
* Minor task bar fixespatacongo2012-05-032-15/+48
* NxWM updates (with some NX and NxWidget fixes too)patacongo2012-05-0213-66/+339
* Fix some warnings and fix some simulator buildspatacongo2012-05-021-1/+1
* NxWM initial displays come up okaypatacongo2012-05-029-200/+229
* NxWM updatepatacongo2012-05-027-77/+94
* Missed Calypso filepatacongo2012-05-012-7/+33
* NxWM updatepatacongo2012-05-016-37/+109
* More NxWM supportpatacongo2012-05-0117-257/+563
* Add beginning of NxWM NxConsole applicationpatacongo2012-05-019-35/+562
* More NX window manager updatespatacongo2012-04-3011-25/+576
* Completes first cut at task barpatacongo2012-04-3011-165/+1252