Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / generic / dcpsg.h
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-07-28  Robin DunnAdding wxDC::GetHandle for wxOSX-cocoa and wxOSX-carbon
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-09-21  Václav Slavíkprogress message passed to wxDC::StartDoc() is not...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-11-30  Vadim Zeitlincompilation fix after removing default wxDC ctor
2007-11-30  Robert RoeblingDC reorganization
2007-11-14  Robert RoeblingFurther wxDC changes
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-09-26  Robert RoeblingForgot to commit
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-15  Włodzimierz SkibawxUSE_SPLINES markup and other cleanings.
2004-10-27  Robert Roebling Removed Pango homemade implementation and
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-08  Robert Roebling Upported mouse click detection change for wxChoice.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-09-13  Robert Roebling Further backward comp. changes for printing.
2002-09-11  Robert Roebling Readded deprec. constructor.
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-05-05  Václav Slavíkfixes to gcc pragmas
2002-04-17  Julian SmartAdded wxDF_HTML
2001-07-12  Julian SmartCorrected DoBlit
2000-08-03  Václav Slavíkfixed low resolution problem with wxPostScriptDC
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-11-03  Václav SlavíkwxPostScriptDC::CanGetTextExtent now returns TRUE ...
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-16  Václav Slavíkfixed bug in PS clipping (non-virtual SetClippingRegion...
1999-06-21  Robert Roebling Disabled dependencies for a while
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-08  Vadim Zeitlinmore Motif fixes (still doesn't compile, but *really...
1999-05-15  Robert Roebling DC change header change for wxMemoryDC and wxPostscri...
1999-05-14  Robert Roebling wxGTK compiles and links again.
1999-03-25  Julian SmartMany changes to the printing classes.
1999-02-28  Julian SmartwxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-01-22  Julian SmartMade wxGTK dcps.cpp generic.