]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk/print.h
Store pointer to owning wxWindow in wxPizza widget
[wxWidgets.git] / include / wx / gtk / print.h
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