summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/src/cglyphsliderhorizontal.cxx
Commit message (Collapse)AuthorAgeFilesLines
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider ↵Gregory Nutt2014-07-171-13/+35
| | | | height; the slider height is now provided as a parameter, replacing the widget height which is now calculated from the glip image height
* Misc changes related to MediaPlayer. Nothing really significantGregory Nutt2014-07-161-16/+16
|
* Use cstdint, etc. vs stdint.h, etc.Gregory Nutt2014-07-161-0/+1
|
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ↵Gregory Nutt2014-07-161-7/+6
| | | | (in preparation for becoming a CListBox)
* More trailing whilespace removalGregory Nutt2014-04-131-9/+9
|
* Add NxWidgets::CGlyphSliderHorizontal unit test; Fix ↵Gregory Nutt2013-05-171-1/+1
| | | | NxWidgets::CGlyphSliderHorizontal drawing error. From Ken Pettit
* Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken ↵Gregory Nutt2013-05-151-0/+503
Pettit.