summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src
Commit message (Expand)AuthorAgeFilesLines
...
* NxWM: Slightly improvied minimize iconGregory Nutt2014-07-131-60/+60
* NxWM: Fix background color in 48x48 play glyphGregory Nutt2014-07-137-141/+143
* NxWM: Can now configure to use small or large iconsGregory Nutt2014-07-133-31/+31
* NxWM: Add a larger stop iconGregory Nutt2014-07-131-0/+285
* Remove unused start iconGregory Nutt2014-07-131-216/+0
* NxWM: Add a larger minimize iconGregory Nutt2014-07-135-359/+621
* NxWM: Remove unused NSH iconGregory Nutt2014-07-131-215/+0
* NxWM: Update NxWM iconsGregory Nutt2014-07-133-379/+334
* NxWM: Add a larger calibration iconGregory Nutt2014-07-133-17/+331
* NxWM: Add 49x43 NxConsole iconGregory Nutt2014-07-131-0/+306
* NxWM: Add 47x49 calculator iconGregory Nutt2014-07-131-0/+395
* NxWM: Fix background color in 48x48 play glyphGregory Nutt2014-07-121-32/+32
* NxWidgets: Fix repeated misspelling of DefinitionsGregory Nutt2014-07-128-9/+9
* NxWM: Add a 48x48 play iconGregory Nutt2014-07-121-0/+284
* NxWM: Rename all glyphs to include the size of the glyph as part of the filenameGregory Nutt2014-07-129-9/+9
* More trailing whilespace removalGregory Nutt2014-04-1312-115/+115
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ...Gregory Nutt2013-12-301-0/+2
* 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-173-15/+26
* New touchscreen scaling algorithm for the case where measured X values vary w...Gregory Nutt2013-10-172-1/+131
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-151-2/+36
* NxWM::CCalibration: Add logic to collect and average samples, optionally disc...Gregory Nutt2013-10-141-83/+292
* NxWM::CCalibration: Add an option to provide some instructions in the center...Gregory Nutt2013-10-141-21/+163
* Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken ...Gregory Nutt2013-05-152-0/+457
* Fixe a race confition in NxWM::CCalibrationGregory Nutt2013-05-121-9/+17
* 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-112-0/+759
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-0/+2
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-284-227/+82
* All argv types should be char * const * not const char **patacongo2013-02-022-2/+2
* Patches 7-9 from Petteri Aimonenpatacongo2012-11-171-17/+18
* Patches 4-6 from Petteri Aimonenpatacongo2012-11-161-1/+6
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-094-12/+41
* Fixes mostly related to touchscreen on Shenzhou board (still does not work)patacongo2012-09-271-1/+1
* Various improvements to NxWM hex calculator displaypatacongo2012-05-231-5/+58
* Add some minimal support for precedence of operationspatacongo2012-05-221-60/+121
* CHexCalculator fixes + back out change to CNxtkWindowpatacongo2012-05-221-7/+15
* Add a hex calculator example to NxWMpatacongo2012-05-223-1/+1090
* Some debug garbage was left in the filespatacongo2012-05-211-6/+1
* 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-202-12/+282
* NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo2012-05-201-1/+42
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-191-2/+2
* NxWM unit test now appears bug free (other than some NxConsole-related issues).patacongo2012-05-197-44/+34
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-196-36/+47