]> git.saurik.com Git - wxWidgets.git/history - src/dfb
Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is...
[wxWidgets.git] / src / dfb /
2006-09-18  Václav Slavíkbasic blitting implementation
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-14  Václav Slavíkrenamed wxWindow::IsVisible() to IsShownOnScreen()...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-13  Václav SlavíkwxTLW::DoRefreshRect must check the rect, too
2006-09-13  Václav Slavíkcorrected painting implementation for wxDFB
2006-09-12  Václav Slavíklimit clipping to surface area
2006-09-11  Václav Slavíkfixed two typos: XLOG2DEV was used instead of YLOG2DEV
2006-09-11  Václav Slavíkimplemented DrawPoint in terms of DrawLine (for now)
2006-09-11  Václav Slavíkmove misc surface helpers to wxIDirectFBSurface class
2006-09-10  Václav Slavíkmake it possible to create wxWindowDC for a hidden...
2006-09-08  Václav Slavíkfixed wxDC to correctly handle SetFoo(wxNullFoo) calls
2006-09-08  Václav Slavíkdon't try to paint hidden windows
2006-09-07  Václav Slavíkmake sure wxWindow has valid (albeit bogus) size from...
2006-09-07  Václav Slavíkdon't create a subsurface in wxClientDC unless necessary
2006-09-07  Václav Slavíkverify that we're not painting on hidden window (which...
2006-09-06  Václav Slavíkuse C++ wrappers around DirectFB API for easier use
2006-09-04  Václav Slavíkremoved unneeded header
2006-09-04  Václav Slavíkbetter comment in wxSystemSettingsNative::GetColour
2006-09-04  Václav Slavíkfixed wxRegion::operator==
2006-09-04  Václav Slavíkadded alpha support to generic wxColour
2006-08-27  Vadim ZeitlinDFEC_UNIVERSAL is not available in DirectFB < 0.9.23...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port