summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm
Commit message (Expand)AuthorAgeFilesLines
* NxWM::CTaskbar: Add a method to redraw the task bar and the top application....Gregory Nutt2013-06-041-8/+16
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-1/+1
* Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken ...Gregory Nutt2013-05-156-2/+491
* Fixe a race confition in NxWM::CCalibrationGregory Nutt2013-05-122-14/+45
* Smalled CMediaPlayer image from Ken PettitGregory Nutt2013-05-121-214/+69
* Add beginning a a media player window to NxWM from Ken Pettit. Still a work ...Gregory Nutt2013-05-116-0/+1073
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-0/+2
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+2
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-286-235/+100
* Several patches from Petteri Aimonenpatacongo2013-02-081-8/+8
* All argv types should be char * const * not const char **patacongo2013-02-022-2/+2
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-2/+2
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-11/+12
* Patches 7-9 from Petteri Aimonenpatacongo2012-11-171-17/+18
* Patches 4-6 from Petteri Aimonenpatacongo2012-11-161-1/+6
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-5/+4
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* 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