wxDC::GetHandle support for wxGTK
[wxWidgets.git] / include / wx / gtk / print.h
2012-07-28  Robin DunnwxDC::GetHandle support for wxGTK
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-18  Dimitri SchoolwerthSet svn properties on various files throughout the...
2010-10-16  Vadim ZeitlinCorrectly initialize wxGtkPrintNativeData members.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
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)
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-01-03  Vadim Zeitlinset resolution of print preview from print data (modifi...
2007-11-30  Robert Roeblingforgot to commit
2007-11-30  Robert RoeblingDC reorganization
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-13  Robert RoeblingMore DC changes
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-09-22  Robert RoeblingRemoved last bits of DrawScaledBitmap (was removed...
2007-09-18  Robert RoeblingRearrange code to fix some problems
2007-09-10  Robert RoeblingRewrote scaling for GTK+ print
2007-09-07  Robert RoeblingPatch to use high printer resolution instead of Cairo...
2007-09-06  Robert RoeblingMake use of wxCairoLibrary from within wxGtkPrint
2007-09-05  Robert RoeblingAdd support for GTK print, modified from patch 1782055