fixed wxBitmap<->wxImage conversion to not exchange red and blue components
[wxWidgets.git] / src / dfb / bitmap.cpp
2007-04-03  Václav Slavíkfixed wxBitmap<->wxImage conversion to not exchange...
2007-03-09  Václav SlavíkUnicode compilation fixes
2006-11-01  Vadim Zeitlininitialize m_surface when copying invalid bitmap
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-09-28  Vadim ZeitlinThe Lesser wxMask Refactoring: merged wxMGL and wxDFB...
2006-09-14  Václav Slavíkadded wxFAIL_MSG to unimplemented SetDepth/Width/Height
2006-09-14  Václav Slavíkimplemented convertion between wxImage and wxBitmap
2006-09-14  Václav Slavíkadded check for supported depth and 'not implemented...
2006-09-14  Václav Slavíkimplemented wxBitmap::GetSubBitmap()
2006-09-11  Václav Slavíkmove misc surface helpers to wxIDirectFBSurface class
2006-09-06  Václav Slavíkuse C++ wrappers around DirectFB API for easier use
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port