1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to...
[wxWidgets.git] / src / dfb / bitmap.cpp
2007-07-18  Václav Slavíkdon't use _T() for literals in wxDFB, it uses UTF-8...
2007-07-15  Václav Slavíkconvert bitmap's surface to RGB24/ARGB in wxBitmap...
2007-07-10  Václav Slavíkadded support for custom bitmap depths
2007-07-10  Václav Slavíkimplemented raw bitmap access for wxDFB
2007-07-06  Václav Slavíkadded alpha channel support to wxDFB's wxBitmap
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