summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets
Commit message (Expand)AuthorAgeFilesLines
* The user-mode work queue was not being startedGregory Nutt2013-12-311-1/+0
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ...Gregory Nutt2013-12-301-0/+2
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled th...Gregory Nutt2013-12-302-8/+8
* STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configu...Gregory Nutt2013-12-291-4/+4
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-292-4/+4
* NxWidgets server initialization must be performed in the kernel when NxWdiget...Gregory Nutt2013-12-291-12/+19
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-1027-27/+27
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-1025-25/+25
* SAMA5D3x-EK NxWM configuration: use 320x320 NuttX logo as the backgroundGregory Nutt2013-10-151-3453/+0
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-156-132/+4643
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-153-23/+45
* NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap...Gregory Nutt2013-10-158-14/+807
* NxWM::CCalibration: Add an option to provide some instructions in the center...Gregory Nutt2013-10-143-14/+14
* 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