Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / generic / dcpsg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-09  Vadim ZeitlinImplement support for pen cap and join in wxPostScriptDC.
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2011-09-30  Vadim ZeitlinFix assert in initial call to wxPostScriptDC::SetPen().
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-23  Vadim ZeitlinDon't close arcs drawn in wxPostScriptDC.
2010-10-15  Vadim ZeitlinAdd wx{Pen,Brush}::Is[Non]Transparent() methods and...
2009-12-02  Paul Cornettmake array data fully const
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-07  Francesco Montorsis/wxGetTempFileName/wxFileName::CreateTempFileName
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-09-28  Václav SlavíkwxGTK: Fixed printing to use fonts sizes adjustment...
2008-09-21  Václav Slavíkprogress message passed to wxDC::StartDoc() is not...
2008-03-17  Paul Cornettfix a huge number of build errors
2007-12-11  Vadim Zeitlinhack: don't use wxCharTypeBuffer<char>::operator[]...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
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-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-09-29  Vadim ZeitlinANSI mode compilation fix
2007-09-24  Robert RoeblingReduce width and height of drawing ops by one in all...
2007-09-24  Robert RoeblingFix various minor PS issues
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
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  Paul Cornettbuild fix
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-05  Václav Slavíkcompilation fix for previous commit
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-10-02  Paul Cornettbuild fix
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-03-08  Vadim Zeitlincompilation fix after last commit
2006-03-07  Vadim Zeitlinfixed a big memory leak in DoDrawBitmap() (coverity...
2006-02-24  Robert Roebling Implemented user dashes for PS print.
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-12-19  Julian SmartFixed problem trying to print from a preview, whereby...
2005-11-21  David Surovellremoved empty block
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-15  Włodzimierz SkibawxUSE_SPLINES markup and other cleanings.
2005-08-06  Vadim Zeitlindon't crash in GetTextExtent() under Windows where...
2005-01-16  Robert Roebling Applied patch for rounded rectangle.
2004-12-22  Ron LeeFix for wxGTK compilation.
2004-12-21  Włodzimierz SkibawxString and wxChar* access for file functions. Source...
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-10-27  Robert Roebling Removed Pango homemade implementation and
2004-10-26  Robert Roebling Next phase of Print Factory code.
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-08-07  Mattia Barbon Compilation fix.
2004-07-13  Václav Slavíkset PangoContext's language correctly
2004-07-13  Václav Slavíkunified Pango GetTextExtent implementations
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-04-14  Robin DunnFix for #933359
2004-03-10  Robin DunnWe need a file when printing to the printer too.
2004-03-03  Julian SmartAllow an app to call SetFont on a PS DC without assertion
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-12  Julian SmartSome more string concatenations
2004-02-12  Julian SmartString corrections
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-21  Julian SmartDon't assert when Clear() is called, better to ignore it
2003-09-20  Julian SmartShould be able to use the DC in OnPrepare without gener...
2003-09-18  Julian SmartReverted fragment
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-08  Václav Slavíkremoved gcc warning
2003-06-11  Vadim Zeitlinfixed warnings about assigning literal strings to char *
2003-06-02  Vadim Zeitlinfix for gcc 3.3 warnings
2003-06-01  Julian SmartFix (I hope) for bug [ 673862 ] printing zero length...
2003-05-03  Julian SmartApplied patch [ 731846 ] GTK Print Options
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-23  Vadim Zeitlinremoved the extra offset in moveto in DrawRotatedText...
2003-01-30  Robert Roebling Printing update for Pango (GTK2 and X11-Unicode).
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Mattia Barbon Remove unneeded dependencies.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-14  Ron Leedefine the undefined wxThePrintSetup global.
2002-09-13  Robert Roebling Backward comp. fix.
next