Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / dfb / dc.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-07-14  Václav Slavíkcompilation fix after SetClippingRegion changes (patch...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2007-12-14  Vadim Zeitlinfixed wxDFB compilation after wxDC-related changes
2007-07-18  Václav Slavíkdon't use _T() for literals in wxDFB, it uses UTF-8...
2007-07-06  Václav Slavíkadded alpha channel support to wxDFB's wxBitmap
2007-05-05  Václav Slavíkuse utf8_str() in wxDFB
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2006-11-20  Václav Slavíkmoved wxMGL's font management code to common so that...
2006-10-30  Vadim Zeitlincompilation fixes after adding wxMemoryDCBase::Init...
2006-10-27  Václav Slavíkfixed typo in last commit: use YLOG2DEV for y coordinat...
2006-10-27  Václav Slavíkdon't draw the endpoint in DrawLine at least in the...
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