summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
Commit message (Expand)AuthorAgeFilesLines
* NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday. Impro...Gregory Nutt2014-07-171-0/+6
* Misc changes related to MediaPlayer. Nothing really significantGregory Nutt2014-07-161-0/+4
* 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-12/+32
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ...Gregory Nutt2014-07-162-5/+35
* NxWM::CMediaPlayer: Fix memory leakGregory Nutt2014-07-161-0/+12
* NxWM::CMediaPlayer: Fix issues with state changes performed on the PreRelese ...Gregory Nutt2014-07-151-0/+23
* NxWM: Cosmetic changes to naming and commentsGregory Nutt2014-07-151-3/+3
* NxMW::CMediaPlayer now supports a pause buttonGregory Nutt2014-07-151-3/+4
* NxWM::CMediaPlayer: Some improved state managementGregory Nutt2014-07-151-0/+8
* NxWM::CMediaPlayer: Now uses CStickyImages for fast forward and rewindGregory Nutt2014-07-151-2/+3
* NxWM::CMediaPlay: Now receives button eventsGregory Nutt2014-07-151-4/+20
* Add larger images for media player. Also options to control spacing and bord...Gregory Nutt2014-07-141-0/+4
* NxWM: Media player will dynamically position controls based on window sizeGregory Nutt2014-07-141-3/+3
* NxWM: Toolbar font ID can now be separately configuredGregory Nutt2014-07-141-0/+6
* NxWM: Add larger media player iconGregory Nutt2014-07-141-1/+1
* NxWM: Slightly improvied minimize iconGregory Nutt2014-07-131-1/+1
* NxWM: Can now configure to use small or large iconsGregory Nutt2014-07-131-7/+15
* Remove unused start iconGregory Nutt2014-07-131-1/+0
* NxWM: Remove unused NSH iconGregory Nutt2014-07-131-1/+0
* NxWidgets: Fix repeated misspelling of DefinitionsGregory Nutt2014-07-122-2/+2
* More trailing whilespace removalGregory Nutt2014-04-1311-15/+15
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled th...Gregory Nutt2013-12-301-30/+33
* Minor tweaks to debug output; started renaming some icons to include size in ...Gregory Nutt2013-10-172-2/+2
* New touchscreen scaling algorithm for the case where measured X values vary w...Gregory Nutt2013-10-171-2/+24
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-151-2/+2
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-152-4/+24
* NxWM::CCalibration: Add logic to collect and average samples, optionally disc...Gregory Nutt2013-10-142-0/+61
* NxWM::CCalibration: Add an option to provide some instructions in the center...Gregory Nutt2013-10-142-5/+28
* NxWM::CTaskbar: Add a method to redraw the task bar and the top application....Gregory Nutt2013-06-041-8/+16
* Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken ...Gregory Nutt2013-05-153-1/+33
* Fixe a race confition in NxWM::CCalibrationGregory Nutt2013-05-121-5/+28
* Add beginning a a media player window to NxWM from Ken Pettit. Still a work ...Gregory Nutt2013-05-113-0/+310
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-282-8/+18
* Several patches from Petteri Aimonenpatacongo2013-02-081-8/+8
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-2/+2
* Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo2012-09-251-6/+6
* Various improvements to NxWM hex calculator displaypatacongo2012-05-232-0/+9
* Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase ...patacongo2012-05-231-4/+4
* Add some minimal support for precedence of operationspatacongo2012-05-221-4/+55
* CHexCalculator fixes + back out change to CNxtkWindowpatacongo2012-05-221-3/+3
* Add a hex calculator example to NxWMpatacongo2012-05-224-1/+297
* Some debug garbage was left in the filespatacongo2012-05-211-1/+1
* Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo2012-05-203-2/+180
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-192-5/+5
* NxWM unit test now appears bug free (other than some NxConsole-related issues).patacongo2012-05-195-11/+20
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-195-15/+31
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-1810-122/+164
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-171-0/+6
* NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo2012-05-169-21/+289