summaryrefslogtreecommitdiff
path: root/NxWidgets
Commit message (Collapse)AuthorAgeFilesLines
...
* Update ChangeLogGregory Nutt2014-07-171-1/+3
|
* NxWM::CMediaPlayer: State variable was left in a bad state and caused some ↵Gregory Nutt2014-07-171-2/+10
| | | | problems down the road
* Update ChangeLogGregory Nutt2014-07-171-0/+4
|
* NxWidgets::CImage: Cannot use ↵Gregory Nutt2014-07-171-12/+29
| | | | NxWidgets::CGraphicsPort:drawBitmapGreyScale() because it does not respect transparent or background colors in its current form. The end result is that makes the image background grey as well as the image
* 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. ↵Gregory Nutt2014-07-172-74/+136
| | | | Improved state-related button displayes. Now correctly catches and handles file selection events
* NxWidgets::CImage: Should not attempt to draw the empty regions at the top ↵Gregory Nutt2014-07-171-23/+7
| | | | and the bottom of the image box in greyscale
* NxWidgets::CGraphicsPort: Fix drawBitmapGreyScale method. Actually drew ↵Gregory Nutt2014-07-171-6/+12
| | | | nothing because of several errors in positioning and buffer usage
* 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 ↵Gregory Nutt2014-07-1610-14/+15
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* 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
| | | | (in preparation for becoming a CListBox)
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ↵Gregory Nutt2014-07-162-40/+64
| | | | (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
|
* Update ChangeLogGregory Nutt2014-07-151-2/+1
|
* 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-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 ↵Gregory Nutt2014-07-141-7/+20
| | | | in buttons
* NxWidget::CImage: Now supports helper methods to align images in the widget ↵Gregory Nutt2014-07-142-2/+159
| | | | region
* Update ChangeLogGregory Nutt2014-07-141-0/+2
|
* CNxWidgets::CImage: Fix setImageLeft and setImageTop methods.Gregory Nutt2014-07-141-57/+62
|
* Update ChangeLogGregory Nutt2014-07-141-1/+4
|
* Add larger images for media player. Also options to control spacing and ↵Gregory Nutt2014-07-1413-77/+759
| | | | borders on media player windows
* Update ChangeLogGregory Nutt2014-07-141-0/+3
|
* 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
|
* NxWM: Add media player PNG filesGregory Nutt2014-07-145-0/+0
|
* Update ChangeLogGregory Nutt2014-07-141-1/+2
|
* NxWM: Toolbar font ID can now be separately configuredGregory Nutt2014-07-143-3/+26
|
* Update ChangeLogsGregory Nutt2014-07-141-1/+4
|
* NxWM: Add larger media player iconGregory Nutt2014-07-141-0/+302
|
* NxWM: Add larger media player iconGregory Nutt2014-07-146-110/+119
|
* NxWM: Slightly improvied minimize iconGregory Nutt2014-07-133-61/+61
|
* NxWM: Fix background color in 48x48 play glyphGregory Nutt2014-07-137-141/+143
|