summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src/cmediaplayer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Changes to get an NxWM configuration building correctly after all of the nami...Gregory Nutt2014-09-201-0/+1
* Change all references to NxConsole to NxTermGregory Nutt2014-09-201-1/+1
* NxWM::CMediaPlayer: Add a CLabel that show the current fast forward/rewind speedGregory Nutt2014-07-281-7/+112
* CNxWM::CMediaPlayer: Correct handling of increments to sub-sampling rateGregory Nutt2014-07-271-21/+22
* NxWM::CMediaPlayer: successive presses on fast forward or rewind button now i...Gregory Nutt2014-07-271-14/+39
* NxWM::CMediaPlayer: Need to remember last text box selection or else each ne...Gregory Nutt2014-07-271-1/+11
* NxWM::CMediaPlayer: Revise state logic. We need an additional state for the ...Gregory Nutt2014-07-251-56/+88
* 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-241-51/+257
* NxWM::CMediaPlayer: Condition out features corresonding to NxPlayer features ...Gregory Nutt2014-07-241-0/+37
* Need debug output from CMediaPlayer if either audio or graphics debug enabledGregory Nutt2014-07-241-20/+34
* NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, ...Gregory Nutt2014-07-231-3/+109
* Fix missing right parenthesis in conditional compilation; Also, should use st...Gregory Nutt2014-07-231-16/+16
* NxWM::CMediaPlayer: Add logic to read files from the media mountpoint, filter...Gregory Nutt2014-07-231-19/+80
* Cosmet updates to some commentsGregory Nutt2014-07-171-1/+1
* NxWM::CMediaPlayer: Now calculates the volume slider height from the grip im...Gregory Nutt2014-07-171-7/+13
* NxWM::CMediaPlayer: State variable was left in a bad state and caused some p...Gregory Nutt2014-07-171-2/+10
* NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday. Impro...Gregory Nutt2014-07-171-74/+130
* Misc changes related to MediaPlayer. Nothing really significantGregory Nutt2014-07-161-3/+11
* 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
* 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-141-30/+83
* 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
* Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken ...Gregory Nutt2013-05-151-0/+59
* Add beginning a a media player window to NxWM from Ken Pettit. Still a work ...Gregory Nutt2013-05-111-0/+454