summaryrefslogtreecommitdiff
path: root/NxWidgets
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* NxWM::CMediaPlayer: Fix issues with state changes performed on the PreRelese ...Gregory Nutt2014-07-152-8/+79
* NxWM: Cosmetic changes to naming and commentsGregory Nutt2014-07-156-90/+88
* Update ChangelogGregory Nutt2014-07-151-0/+3
* NxMW::CMediaPlayer now supports a pause buttonGregory Nutt2014-07-153-120/+279
* 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
* Update ChangeLogGregory Nutt2014-07-151-0/+2
* NxWidgets::CStickyImage: New image classGregory Nutt2014-07-155-9/+368
* 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
* Update ChangeLogGregory Nutt2014-07-141-2/+5
* NxWM::CMediaPlayer now uses the new CImage methods to align media controls in...Gregory Nutt2014-07-141-7/+20
* NxWidget::CImage: Now supports helper methods to align images in the widget r...Gregory Nutt2014-07-142-2/+159
* Update ChangeLogGregory Nutt2014-07-141-0/+2
* CNxWidgets::CImage: Fix setImageLeft and setImageTop methods.Gregory Nutt2014-07-141-57/+62