]> git.saurik.com Git - wxWidgets.git/history - src/dfb/dc.cpp
don't assert in wxDC::Blit() calls if the source rect is outside of source DC (wxCare...
[wxWidgets.git] / src / dfb / dc.cpp
2006-09-30  Václav Slavíkdon't assert in wxDC::Blit() calls if the source rect...
2006-09-25  Václav Slavíkadded assert to check for not-yet-implemented behavior...
2006-09-21  Václav Slavíkfixed DrawText to use text colours instead of pen+brush...
2006-09-18  Václav Slavíkbasic blitting implementation
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-08  Václav Slavíkfixed wxDC to correctly handle SetFoo(wxNullFoo) calls
2006-09-06  Václav Slavíkuse C++ wrappers around DirectFB API for easier use
2006-09-04  Václav Slavíkadded alpha support to generic wxColour
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port