-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NxWidgets::CImage: Allow NULL bitmaps. From Petteri Aimonen
- Loading branch information
1 parent
5d0aaeb
commit 87b4c6a
Showing
2 changed files
with
46 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -347,25 +347,28 @@ | |
|
||
1.8 2013-xx-xx Gregory Nutt <[email protected]> | ||
|
||
* NxWM::CMediaPlayer: shell application for an MP3 Media Player with | ||
Kconfig settings to enable it. I plan to write this app to help | ||
develop and test the MP3 codec chip driver. It really doesn't do | ||
anything yet except display a text box saying "Coming soon", and I | ||
need to minimize the icon size a bit. From Ken Pettit (2013-5-11). | ||
* NxWidgets/nxwm/src/glyph_mediaplayer.cxx: Smaller version of the | ||
media player glyph. From Ken Pettit (2013-5-12). | ||
* NxWidgets/nxwm/include/ccalibration.hxx and src/ccalibration.cxx: | ||
Fix a race condition that would cause the calibration screen | ||
to fail to come up when its icon was touched (From Ken Pettit, | ||
2013-5-12). | ||
* Kconfig: Default priorities for NxWidget and NxWM threads | ||
should be 100, not 50, to be consistent with other default priorities. | ||
* NxWidgets::CGlyphSliderHorizontal and NxWidgets::CGlyphSliderHorizontalGrip: | ||
New widgets added by Ken Pettit (2013-5-15). | ||
* NxWidgets/UnitTests/CGlyphSliderHorizontal: Addes a unit test for the | ||
NxWidgets::CGlyphSliderHorizontal class. From Ken Pettit (2013-5-17) . | ||
* NxWidgets::CGlyphSliderHorizontal: Fix a drawing error. From Ken | ||
Pettit (2013-5-17). | ||
* UnitTests/*/Makefile and .gitignore: Update the way that NSH | ||
the Unit Tests are registered as built-in NSH applications (2013-5-30). | ||
* NxWM::CMediaPlayer: shell application for an MP3 Media Player with | ||
Kconfig settings to enable it. I plan to write this app to help | ||
develop and test the MP3 codec chip driver. It really doesn't do | ||
anything yet except display a text box saying "Coming soon", and I | ||
need to minimize the icon size a bit. From Ken Pettit (2013-5-11). | ||
* NxWidgets/nxwm/src/glyph_mediaplayer.cxx: Smaller version of the | ||
media player glyph. From Ken Pettit (2013-5-12). | ||
* NxWidgets/nxwm/include/ccalibration.hxx and src/ccalibration.cxx: | ||
Fix a race condition that would cause the calibration screen | ||
to fail to come up when its icon was touched (From Ken Pettit, | ||
2013-5-12). | ||
* Kconfig: Default priorities for NxWidget and NxWM threads | ||
should be 100, not 50, to be consistent with other default priorities. | ||
* NxWidgets::CGlyphSliderHorizontal and NxWidgets::CGlyphSliderHorizontalGrip: | ||
New widgets added by Ken Pettit (2013-5-15). | ||
* NxWidgets/UnitTests/CGlyphSliderHorizontal: Addes a unit test for the | ||
NxWidgets::CGlyphSliderHorizontal class. From Ken Pettit (2013-5-17) . | ||
* NxWidgets::CGlyphSliderHorizontal: Fix a drawing error. From Ken | ||
Pettit (2013-5-17). | ||
* UnitTests/*/Makefile and .gitignore: Update the way that NSH | ||
the Unit Tests are registered as built-in NSH applications (2013-5-30). | ||
* NxWidgets::CImage: Allow a NULL pointer for a bitmap. Add protection | ||
to prevent dereferencing the NULL pointer. From Petteri Aimonen | ||
(2013-6-3). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters