summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm
Commit message (Expand)AuthorAgeFilesLines
* 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-31/+38
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-1010-10/+10
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-1010-10/+10
* Fix typos introduced into NxWM configuration by an earlier check-in todayGregory Nutt2013-10-301-3/+3
* Saving of touchscreen calibration but be done in CCalbration each time the to...Gregory Nutt2013-10-301-1/+18
* Fix some floating point formats in debug statementsGregory Nutt2013-10-172-5/+5
* SAMA5 TSD: Fix to prohibit reading samples when not validGregory Nutt2013-10-172-6/+7
* Minor tweaks to debug output; started renaming some icons to include size in ...Gregory Nutt2013-10-1715-18/+29
* New touchscreen scaling algorithm for the case where measured X values vary w...Gregory Nutt2013-10-173-3/+155
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-151-2/+2
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-153-6/+60
* NxWM::CCalibration: Add logic to collect and average samples, optionally disc...Gregory Nutt2013-10-143-83/+353
* NxWM::CCalibration: Add an option to provide some instructions in the center...Gregory Nutt2013-10-143-26/+191
* 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