summaryrefslogtreecommitdiff
path: root/NxWidgets
Commit message (Expand)AuthorAgeFilesLines
* NxWM:CMediaPlayer: Fix some string handling and memory allocation errorsGregory Nutt2014-07-241-7/+8
* Remove some warningsGregory Nutt2014-07-241-3/+9
* Update ChangeLogsGregory Nutt2014-07-241-0/+6
* Lots of changes to integrate with Ken's NxPlayerGregory Nutt2014-07-243-60/+275
* Add a do-notthin, virtual destructor to eliminate a warningGregory Nutt2014-07-241-0/+9
* NxWidgets::CNxString: Add a getAllocSize() method to make it easier to conver...Gregory Nutt2014-07-242-7/+20
* NxWM::CMediaPlayer: Condition out features corresonding to NxPlayer features ...Gregory Nutt2014-07-242-1/+43
* Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hoo...Gregory Nutt2014-07-241-0/+10
* Need debug output from CMediaPlayer if either audio or graphics debug enabledGregory Nutt2014-07-242-20/+48
* Update ChangeLogsGregory Nutt2014-07-231-0/+3
* NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, ...Gregory Nutt2014-07-234-5/+144
* Fix missing right parenthesis in conditional compilation; Also, should use st...Gregory Nutt2014-07-231-16/+16
* Update ChangeLogsGregory Nutt2014-07-231-0/+4
* NxWM::CMediaPlayer: Add logic to read files from the media mountpoint, filter...Gregory Nutt2014-07-231-19/+80
* NxWM: Add configuration options to filter CMediaPlayer files based on extensionGregory Nutt2014-07-231-18/+80
* Update ChangeLogGregory Nutt2014-07-221-1/+13
* Make CNxTimer stop itself before destruction. Otherwise a call to an invalid...Gregory Nutt2014-07-221-0/+1
* Make CTabPanel raise action event when tab is changed. Also add a function f...Gregory Nutt2014-07-222-4/+12
* NxWidgets::CTabPanel: Modify behavior in showPage() method. Eliminate a du...Gregory Nutt2014-07-221-7/+4
* NxWidgets::CTaskbar: Fix type of return value fromopenRawWindow() method. F...Gregory Nutt2014-07-221-2/+2
* NxWidgets::CNxString: Make destructor virtual. From Petteri AimonenGregory Nutt2014-07-221-1/+1
* NxWidgets: Fix a typo in the Kconfig fileGregory Nutt2014-07-211-1/+1
* Cosmet updates to some commentsGregory Nutt2014-07-172-3/+3
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ...Gregory Nutt2014-07-174-14/+25
* Update ChangeLogsGregory Nutt2014-07-171-0/+3
* NxWM::CApplicationWindow: Created the custom font for the toolbar title, but...Gregory Nutt2014-07-175-0/+10
* Update ChangeLogGregory Nutt2014-07-171-0/+6
* NxWM::CMediaPlayer: Now calculates the volume slider height from the grip im...Gregory Nutt2014-07-171-7/+13
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider height;...Gregory Nutt2014-07-176-32/+88
* Update ChangeLogGregory Nutt2014-07-171-1/+3
* NxWM::CMediaPlayer: State variable was left in a bad state and caused some p...Gregory Nutt2014-07-171-2/+10
* Update ChangeLogGregory Nutt2014-07-171-0/+4
* NxWidgets::CImage: Cannot use NxWidgets::CGraphicsPort:drawBitmapGreyScale()...Gregory Nutt2014-07-171-12/+29
* Update ChangeLogGregory Nutt2014-07-171-0/+8
* Cosmetic.. include cstdint instead of stdint.h, et alGregory Nutt2014-07-171-2/+2
* NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday. Impro...Gregory Nutt2014-07-172-74/+136
* NxWidgets::CImage: Should not attempt to draw the empty regions at the top a...Gregory Nutt2014-07-171-23/+7
* NxWidgets::CGraphicsPort: Fix drawBitmapGreyScale method. Actually drew not...Gregory Nutt2014-07-171-6/+12
* MXT driver: Fix error in thread test... backward logicGregory Nutt2014-07-161-2/+0
* Misc changes related to MediaPlayer. Nothing really significantGregory Nutt2014-07-1610-80/+120
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-1610-14/+15
* Use cstdint, etc. vs stdint.h, etc.Gregory Nutt2014-07-166-10/+11
* Update changelogGregory Nutt2014-07-161-1/+3
* NxWM::CMediaPlayer: Convert CLabel to a CListBoxGregory Nutt2014-07-168-58/+203
* update changelogGregory Nutt2014-07-161-0/+5
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ...Gregory Nutt2014-07-1616-195/+328
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ...Gregory Nutt2014-07-162-40/+64
* 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
* Update ChangeLogGregory Nutt2014-07-151-2/+1