summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src
Commit message (Expand)AuthorAgeFilesLines
* NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday. Impro...Gregory Nutt2014-07-171-74/+130
* MXT driver: Fix error in thread test... backward logicGregory Nutt2014-07-161-2/+0
* Misc changes related to MediaPlayer. Nothing really significantGregory Nutt2014-07-163-5/+12
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-161-1/+1
* NxWM::CMediaPlayer: Convert CLabel to a CListBoxGregory Nutt2014-07-161-38/+151
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ...Gregory Nutt2014-07-161-118/+219
* NxWM::CMediaPlayer: Fix memory leakGregory Nutt2014-07-161-59/+106
* NxWM::CMediaPlayer: Two places where use of play and pause buttons reversedGregory Nutt2014-07-151-30/+30
* NxWM::CMediaPlayer: Fix issues with state changes performed on the PreRelese ...Gregory Nutt2014-07-151-8/+56
* NxWM: Cosmetic changes to naming and commentsGregory Nutt2014-07-151-80/+78
* NxMW::CMediaPlayer now supports a pause buttonGregory Nutt2014-07-151-116/+274
* NxWM::CMediaPlayer: Some improved state managementGregory Nutt2014-07-151-73/+180
* NxWM::CMediaPlayer: Now uses CStickyImages for fast forward and rewindGregory Nutt2014-07-151-5/+27
* NxWM::CMediaPlay: Now receives button eventsGregory Nutt2014-07-151-3/+89
* Update media player icons againGregory Nutt2014-07-152-202/+253
* NwWM: Minor clean-up of media player iconGregory Nutt2014-07-141-44/+46
* NxWM::CMediaPlayer now uses the new CImage methods to align media controls in...Gregory Nutt2014-07-141-7/+20
* Add larger images for media player. Also options to control spacing and bord...Gregory Nutt2014-07-144-76/+735
* NxWM: Media player will no reposition controls based on selected image sizesGregory Nutt2014-07-141-24/+38
* NxWM: Media player will dynamically position controls based on window sizeGregory Nutt2014-07-141-25/+31
* NxWM: Toolbar font ID can now be separately configuredGregory Nutt2014-07-141-1/+1
* NxWM: Add larger media player iconGregory Nutt2014-07-141-0/+302
* NxWM: Add larger media player iconGregory Nutt2014-07-142-108/+112
* 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