Commit Graph

240 Commits

Author SHA1 Message Date
Gregory Nutt
ea791a350e NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider height; the slider height is now provided as a parameter, replacing the widget height which is now calculated from the glip image height 2014-07-17 12:12:02 -06:00
Gregory Nutt
1f87d19f7d Update ChangeLog 2014-07-17 10:57:50 -06:00
Gregory Nutt
4a34820526 NxWM::CMediaPlayer: State variable was left in a bad state and caused some problems down the road 2014-07-17 10:57:32 -06:00
Gregory Nutt
13e0b8509d Update ChangeLog 2014-07-17 10:34:51 -06:00
Gregory Nutt
1e6833d533 NxWidgets::CImage: Cannot use 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 2014-07-17 10:34:41 -06:00
Gregory Nutt
9067bb92f1 Update ChangeLog 2014-07-17 10:19:54 -06:00
Gregory Nutt
e52affe234 Cosmetic.. include cstdint instead of stdint.h, et al 2014-07-17 10:19:27 -06:00
Gregory Nutt
47c361c36f NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday. Improved state-related button displayes. Now correctly catches and handles file selection events 2014-07-17 10:18:36 -06:00
Gregory Nutt
6f18adea58 NxWidgets::CImage: Should not attempt to draw the empty regions at the top and the bottom of the image box in greyscale 2014-07-17 10:15:41 -06:00
Gregory Nutt
010cc0e624 NxWidgets::CGraphicsPort: Fix drawBitmapGreyScale method. Actually drew nothing because of several errors in positioning and buffer usage 2014-07-17 10:13:37 -06:00
Gregory Nutt
b998c623da MXT driver: Fix error in thread test... backward logic 2014-07-16 22:13:41 -06:00
Gregory Nutt
f5626ea605 Misc changes related to MediaPlayer. Nothing really significant 2014-07-16 19:20:44 -06:00
Gregory Nutt
b1e7a4e4f8 Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN 2014-07-16 16:31:31 -06:00
Gregory Nutt
ef1112d774 Use cstdint, etc. vs stdint.h, etc. 2014-07-16 15:09:20 -06:00
Gregory Nutt
fb00e71771 Update changelog 2014-07-16 14:12:25 -06:00
Gregory Nutt
becc6901db NxWM::CMediaPlayer: Convert CLabel to a CListBox 2014-07-16 14:11:02 -06:00
Gregory Nutt
d551a96690 update changelog 2014-07-16 11:12:22 -06:00
Gregory Nutt
9a471672b3 NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox) 2014-07-16 11:11:55 -06:00
Gregory Nutt
abc11dd52a NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox) 2014-07-16 11:11:00 -06:00
Gregory Nutt
c3401b677b NxWM::CMediaPlayer: Fix memory leak 2014-07-16 07:16:12 -06:00
Gregory Nutt
e602d5b722 NxWM::CMediaPlayer: Two places where use of play and pause buttons reversed 2014-07-15 20:26:37 -06:00
Gregory Nutt
a41e9d7e63 Update ChangeLog 2014-07-15 19:48:29 -06:00
Gregory Nutt
d36a3bcf6b NxWM::CMediaPlayer: Fix issues with state changes performed on the PreRelese event handler 2014-07-15 19:47:56 -06:00
Gregory Nutt
9ee647caba NxWM: Cosmetic changes to naming and comments 2014-07-15 18:55:59 -06:00
Gregory Nutt
84b1cee5f8 Update Changelog 2014-07-15 17:35:30 -06:00
Gregory Nutt
4961279f28 NxMW::CMediaPlayer now supports a pause button 2014-07-15 17:33:59 -06:00
Gregory Nutt
089bdf5c32 NxWM::CMediaPlayer: Some improved state management 2014-07-15 15:09:13 -06:00
Gregory Nutt
e38731585d NxWM::CMediaPlayer: Now uses CStickyImages for fast forward and rewind 2014-07-15 09:48:47 -06:00
Gregory Nutt
0dceeb81b4 Update ChangeLog 2014-07-15 09:31:00 -06:00
Gregory Nutt
4d85753cf2 NxWidgets::CStickyImage: New image class 2014-07-15 09:29:28 -06:00
Gregory Nutt
541a92146a NxWM::CMediaPlay: Now receives button events 2014-07-15 08:41:19 -06:00
Gregory Nutt
0bef47273f Update media player icons again 2014-07-15 08:05:47 -06:00
Gregory Nutt
3f4b410fbe NwWM: Minor clean-up of media player icon 2014-07-14 21:15:07 -06:00
Gregory Nutt
86e75f5473 Update ChangeLog 2014-07-14 20:39:40 -06:00
Gregory Nutt
ae4ffd5d55 NxWM::CMediaPlayer now uses the new CImage methods to align media controls in buttons 2014-07-14 20:38:22 -06:00
Gregory Nutt
322a3df832 NxWidget::CImage: Now supports helper methods to align images in the widget region 2014-07-14 20:37:39 -06:00
Gregory Nutt
636e61b639 Update ChangeLog 2014-07-14 20:11:01 -06:00
Gregory Nutt
0ed54e3980 CNxWidgets::CImage: Fix setImageLeft and setImageTop methods. 2014-07-14 20:09:58 -06:00
Gregory Nutt
fe2ce763f3 Update ChangeLog 2014-07-14 17:00:12 -06:00
Gregory Nutt
f02a289c15 Add larger images for media player. Also options to control spacing and borders on media player windows 2014-07-14 16:56:40 -06:00
Gregory Nutt
12fadbbe2c Update ChangeLog 2014-07-14 13:00:43 -06:00
Gregory Nutt
9b32a47e93 NxWM: Media player will no reposition controls based on selected image sizes 2014-07-14 13:00:15 -06:00
Gregory Nutt
3e7193e23e NxWM: Media player will dynamically position controls based on window size 2014-07-14 12:31:16 -06:00
Gregory Nutt
727387e50b NxWM: Add media player PNG files 2014-07-14 12:29:41 -06:00
Gregory Nutt
e82bd68385 Update ChangeLog 2014-07-14 11:22:47 -06:00
Gregory Nutt
df63f41fbf NxWM: Toolbar font ID can now be separately configured 2014-07-14 11:21:02 -06:00
Gregory Nutt
f57ae7d18d Update ChangeLogs 2014-07-14 09:24:29 -06:00
Gregory Nutt
ac6071e1cf NxWM: Add larger media player icon 2014-07-14 09:20:23 -06:00
Gregory Nutt
dd47fa066a NxWM: Add larger media player icon 2014-07-14 09:20:13 -06:00
Gregory Nutt
de5c7fa462 NxWM: Slightly improvied minimize icon 2014-07-13 19:36:30 -06:00