summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
Commit message (Collapse)AuthorAgeFilesLines
* Changes to get an NxWM configuration building correctly after all of the ↵Gregory Nutt2014-09-201-1/+1
| | | | naming changes
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-201-1/+1
|
* Change all references to NxConsole to NxTermGregory Nutt2014-09-205-39/+39
|
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-201-23/+23
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-3/+3
|
* dd support for a USB keyboard as the NxConsole and text widget input. Not ↵Gregory Nutt2014-07-301-6/+44
| | | | fully functional as of this initial check-in. Basic functionality is there, but there are conditions were the keyboard gets lost.
* NxWM::CMediaPlayer: Add a CLabel that show the current fast forward/rewind speedGregory Nutt2014-07-281-1/+14
|
* CNxWM::CMediaPlayer: Correct handling of increments to sub-sampling rateGregory Nutt2014-07-271-1/+1
|
* NxWM::CMediaPlayer: successive presses on fast forward or rewind button now ↵Gregory Nutt2014-07-271-3/+8
| | | | increase the subsampling, wrapping back to 2X when the maximum of 16x is reached.
* NxWM::CMediaPlayer: Need to remember last text box selection or else each ↵Gregory Nutt2014-07-271-0/+1
| | | | new Value Change event from the volume slider is confused with a new file selection
* NxWM::CMediaPlayer: Revise state logic. We need an additional state for the ↵Gregory Nutt2014-07-251-2/+10
| | | | case where a file is selected, but playing has not yet start. Several other state-related fixes
* Lots of changes to integrate with Ken's NxPlayerGregory Nutt2014-07-241-8/+17
|
* Add a do-notthin, virtual destructor to eliminate a warningGregory Nutt2014-07-241-0/+9
|
* NxWM::CMediaPlayer: Condition out features corresonding to NxPlayer features ↵Gregory Nutt2014-07-241-1/+6
| | | | that are not enabled
* Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add ↵Gregory Nutt2014-07-241-0/+10
| | | | hooks for equalizer settings needed by the WM8904
* Need debug output from CMediaPlayer if either audio or graphics debug enabledGregory Nutt2014-07-241-0/+14
|
* NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, ↵Gregory Nutt2014-07-232-1/+20
| | | | sets device, and releases handle. Lots more to be done
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ↵Gregory Nutt2014-07-171-4/+8
| | | | not seem to make any difference but still seems like a good idea
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider ↵Gregory Nutt2014-07-171-0/+8
| | | | height; the slider height is now provided as a parameter, replacing the widget height which is now calculated from the glip image height
* NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday. ↵Gregory Nutt2014-07-171-0/+6
| | | | Improved state-related button displayes. Now correctly catches and handles file selection events
* 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 ↵Gregory Nutt2014-07-161-1/+1
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* 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
| | | | (in preparation for becoming a CListBox)
* 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
| | | | event handler
* 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 ↵Gregory Nutt2014-07-141-0/+4
| | | | borders on media player windows
* 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 ↵Gregory Nutt2013-12-301-30/+33
| | | | the NxConsole for now because there are issues with the kernel build.
* Minor tweaks to debug output; started renaming some icons to include size in ↵Gregory Nutt2013-10-172-2/+2
| | | | the name; SAMA5 NxWM config needs libm
* New touchscreen scaling algorithm for the case where measured X values vary ↵Gregory Nutt2013-10-171-2/+24
| | | | with y position (and vice versa)
* 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 ↵Gregory Nutt2013-10-142-0/+61
| | | | discarding the most extreem values
* NxWM::CCalibration: Add an option to provide some instructions in the ↵Gregory Nutt2013-10-142-5/+28
| | | | center of the calibration screen
* NxWM::CTaskbar: Add a method to redraw the task bar and the top ↵Gregory Nutt2013-06-041-8/+16
| | | | application. From Petteri Aimonen
* Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken ↵Gregory Nutt2013-05-153-1/+33
| | | | Pettit.