summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets
Commit message (Expand)AuthorAgeFilesLines
* NxWM::CTaskbar: Add a method to redraw the task bar and the top application....Gregory Nutt2013-06-041-1/+1
* Change auto-increment timing in NxWidgets::CNumericEdit. From Petteri AimonenGregory Nutt2013-06-041-2/+10
* NxWidgets::CImage: Allow NULL bitmaps. From Petteri AimonenGregory Nutt2013-06-041-12/+22
* Add NxWidgets::CGlyphSliderHorizontal unit test; Fix NxWidgets::CGlyphSliderH...Gregory Nutt2013-05-171-1/+1
* Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken ...Gregory Nutt2013-05-155-1/+1251
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-226-59/+86
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-286-49/+115
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-1/+1
* Several patches from Petteri Aimonenpatacongo2013-02-083-2/+11
* All argv types should be char * const * not const char **patacongo2013-02-021-1/+1
* NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bann...patacongo2013-02-017-14/+271
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-216-53/+174
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-072-8/+40
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-232-3/+8
* 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-8/+9
* Patches 7-9 from Petteri Aimonenpatacongo2012-11-174-245/+60
* Fixes for CCycleButton unit test; Add CNumericEdit. Both from Petteri Aimonenpatacongo2012-11-165-8/+484
* 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-3/+2
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-203-4/+5
* 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
* Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen su...patacongo2012-09-251-6/+6
* Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo2012-09-251-1/+1
* Email address change in misc/patacongo2012-09-131-2/+2
* Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo2012-05-222-1/+47
* CHexCalculator fixes + back out change to CNxtkWindowpatacongo2012-05-221-8/+2
* Add a hex calculator example to NxWMpatacongo2012-05-221-0/+33
* Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo2012-05-201-1/+1
* NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo2012-05-2012-22/+196
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-196-18/+24
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-189-2/+61
* 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-171-1/+1
* NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo2012-05-166-29/+31
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-152-25/+42
* NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use...patacongo2012-05-1514-27/+118
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2012-05-134-59/+59
* NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen dr...patacongo2012-05-132-4/+80
* NxWM: Fix detection of touch events in the tool bar; Start window should not ...patacongo2012-05-133-13/+57
* Add NxWM::CWindowControl; task bar and start window icons now functionalpatacongo2012-05-121-1/+1
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-111-41/+45
* Missed a file in the last checkinpatacongo2012-05-091-0/+161
* NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support ...patacongo2012-05-099-209/+484
* 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-0710-1651/+16
* Various fixes for running the NxWM unit test on the STM3240G-EVALpatacongo2012-05-074-14/+66
* Most fixes to get NxWM working on the STM3240G-EVALpatacongo2012-05-073-55/+70