fixed wxImagePixelData compilation (ticket #3003); added a unit test for it (to be extended to cover more wxImage methods...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -270,7 +270,7 @@ All:
|
||||
wxQueueEvent() replacing wxPostEvent().
|
||||
- wxString now uses std::[w]string internally by default, meaning that it is
|
||||
now thread-safe if the standard library provided with your compiler is.
|
||||
- Added wxCmdLineParser::AddUsageText() (Marcin 'Malcom' Malich)
|
||||
- Added wxCmdLineParser::AddUsageText() (Marcin 'Malcom' Malich).
|
||||
|
||||
All (Unix):
|
||||
|
||||
@@ -348,6 +348,7 @@ All (GUI):
|
||||
- Allow having menu separators with ids != wxID_SEPARATOR (Jeff Tupper)
|
||||
- Fix appending items to sorted wxComboCtrl after creation (Jaakko Salli)
|
||||
- Don't blit area larger than necessary in wxBufferedDC::UnMask (Liang Jian)
|
||||
- Fixed wxPixelData<wxImage> compilation (Leonardo Fernandes).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user