summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm
Commit message (Expand)AuthorAgeFilesLines
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-094-12/+41
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-201-2/+2
* Fixes mostly related to touchscreen on Shenzhou board (still does not work)patacongo2012-09-271-1/+1
* Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to bui...patacongo2012-09-261-0/+8
* Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo2012-09-251-6/+6
* Fix error in NxWM makefile that creapt in with recent check-inspatacongo2012-05-301-1/+1
* Various improvements to NxWM hex calculator displaypatacongo2012-05-233-5/+67
* Fix 'make export' target for NxWMpatacongo2012-05-232-3/+42
* Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase ...patacongo2012-05-231-4/+4
* Add some minimal support for precedence of operationspatacongo2012-05-222-64/+176
* CHexCalculator fixes + back out change to CNxtkWindowpatacongo2012-05-222-10/+18
* Add a hex calculator example to NxWMpatacongo2012-05-229-7/+1403
* Some debug garbage was left in the filespatacongo2012-05-212-7/+2
* Fix NxWM bug: old window being minimized when new window openpatacongo2012-05-212-13/+4
* Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo2012-05-207-14/+466
* NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo2012-05-201-1/+42
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-193-7/+7
* 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-1911-51/+78
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-1819-211/+500
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-173-10/+27
* NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo2012-05-1617-84/+760
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-151-1/+0
* NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use...patacongo2012-05-156-15/+15
* 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-153-37/+102
* Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo2012-05-143-4/+4
* NxWM: Calibration is now done on a separate thread; Change mechanism for repo...patacongo2012-05-1416-250/+807
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2012-05-131-1/+1
* NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen dr...patacongo2012-05-132-2/+2
* NxWM: Fix detection of touch events in the tool bar; Start window should not ...patacongo2012-05-134-69/+127
* NxWM: Fix double deletion of classpatacongo2012-05-122-3/+8
* NxWM: Correct the calculation of the physical dispaly sizepatacongo2012-05-122-33/+46
* Add NxWM::CWindowControl; task bar and start window icons now functionalpatacongo2012-05-1212-286/+358
* Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugspatacongo2012-05-115-23/+96
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-114-66/+49
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-116-28/+534
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-103-6/+15
* More NxWM touchscreen fixespatacongo2012-05-103-14/+3
* Adding beginning of NxWM touchscreen supportpatacongo2012-05-0918-6/+1243
* NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support ...patacongo2012-05-0915-116/+962
* Most fixes to get NxWM working on the STM3240G-EVALpatacongo2012-05-071-1/+1
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-0411-16/+468
* Update NxWM colors; remove NxWidgets shelvingpatacongo2012-05-041-3/+3
* NxWM: Cleaned up a couple of icon imagespatacongo2012-05-045-158/+73
* Fix an NxWidgets bug; Update NxWM (it kind of works now)patacongo2012-05-033-22/+33
* Upated NxWM commentspatacongo2012-05-037-5/+32
* Minor task bar fixespatacongo2012-05-032-15/+48
* NxWM updates (with some NX and NxWidget fixes too)patacongo2012-05-027-57/+238
* NxWM initial displays come up okaypatacongo2012-05-024-93/+93