summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic update to commentsGregory Nutt2014-10-122-8/+7
|
* Changes to get an NxWM configuration building correctly after all of the ↵Gregory Nutt2014-09-202-1/+2
| | | | naming changes
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-202-47/+47
|
* Change all references to NxConsole to NxTermGregory Nutt2014-09-2010-109/+109
|
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-203-31/+31
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-202-9/+9
|
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-1/+1
|
* NSH Networking: Software assigned MAC address is now configurable. From LazloGregory Nutt2014-08-061-0/+1
|
* dd support for a USB keyboard as the NxConsole and text widget input. Not ↵Gregory Nutt2014-07-303-40/+238
| | | | 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-282-8/+126
|
* CNxWM::CMediaPlayer: Correct handling of increments to sub-sampling rateGregory Nutt2014-07-272-22/+23
|
* NxWM::CMediaPlayer: successive presses on fast forward or rewind button now ↵Gregory Nutt2014-07-272-17/+47
| | | | 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-272-1/+12
| | | | 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-252-58/+98
| | | | case where a file is selected, but playing has not yet start. Several other state-related fixes
* NxWM:CMediaPlayer: Fix some string handling and memory allocation errorsGregory Nutt2014-07-241-7/+8
|
* Lots of changes to integrate with Ken's NxPlayerGregory Nutt2014-07-242-59/+274
|
* 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-242-1/+43
| | | | 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-242-20/+48
|
* NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, ↵Gregory Nutt2014-07-233-4/+129
| | | | sets device, and releases handle. Lots more to be done
* Fix missing right parenthesis in conditional compilation; Also, should use ↵Gregory Nutt2014-07-231-16/+16
| | | | strcasecmp vs. strcmp when comparing for matches in extension
* NxWM::CMediaPlayer: Add logic to read files from the media mountpoint, ↵Gregory Nutt2014-07-231-19/+80
| | | | filter them by extension, and display the file names in the listbox
* NxWidgets::CTaskbar: Fix type of return value fromopenRawWindow() method. ↵Gregory Nutt2014-07-221-2/+2
| | | | From Petteri Aimonen
* Cosmet updates to some commentsGregory Nutt2014-07-171-1/+1
|
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ↵Gregory Nutt2014-07-172-8/+14
| | | | not seem to make any difference but still seems like a good idea
* NxWM::CApplicationWindow: Created the custom font for the toolbar title, ↵Gregory Nutt2014-07-171-0/+1
| | | | but never used it.
* NxWM::CMediaPlayer: Now calculates the volume slider height from the grip ↵Gregory Nutt2014-07-171-7/+13
| | | | image height
* 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: State variable was left in a bad state and caused some ↵Gregory Nutt2014-07-171-2/+10
| | | | problems down the road
* NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday. ↵Gregory Nutt2014-07-172-74/+136
| | | | Improved state-related button displayes. Now correctly catches and handles file selection events
* MXT driver: Fix error in thread test... backward logicGregory Nutt2014-07-161-2/+0
|
* Misc changes related to MediaPlayer. Nothing really significantGregory Nutt2014-07-164-5/+16
|
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE ↵Gregory Nutt2014-07-162-2/+2
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* NxWM::CMediaPlayer: Convert CLabel to a CListBoxGregory Nutt2014-07-162-50/+183
|
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ↵Gregory Nutt2014-07-163-123/+254
| | | | (in preparation for becoming a CListBox)
* NxWM::CMediaPlayer: Fix memory leakGregory Nutt2014-07-162-59/+118
|
* 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-152-8/+79
| | | | event handler
* NxWM: Cosmetic changes to naming and commentsGregory Nutt2014-07-152-83/+81
|
* NxMW::CMediaPlayer now supports a pause buttonGregory Nutt2014-07-152-119/+278
|
* NxWM::CMediaPlayer: Some improved state managementGregory Nutt2014-07-152-73/+188
|
* NxWM::CMediaPlayer: Now uses CStickyImages for fast forward and rewindGregory Nutt2014-07-152-7/+30
|
* NxWM::CMediaPlay: Now receives button eventsGregory Nutt2014-07-152-7/+109
|
* Update media player icons againGregory Nutt2014-07-1511-203/+254
|
* NwWM: Minor clean-up of media player iconGregory Nutt2014-07-142-44/+46
|
* NxWM::CMediaPlayer now uses the new CImage methods to align media controls ↵Gregory Nutt2014-07-141-7/+20
| | | | in buttons
* Add larger images for media player. Also options to control spacing and ↵Gregory Nutt2014-07-1412-77/+741
| | | | borders on media player windows
* 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-142-28/+34
|