Fix referencing of cairo_t returned from wxDCImpl::GetCairoContext().
[wxWidgets.git] / src / gtk / print.cpp
2013-09-03  Paul CornettFix referencing of cairo_t returned from wxDCImpl:...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2012-10-14  Vadim ZeitlinMake GetClippingBox() work for wxPrinterDC in wxGTK.
2012-10-09  Vadim ZeitlinFix printing in landscape mode in wxGTK.
2012-10-08  Vadim ZeitlinRecreate GtkPrintOperation every time when printing...
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-07-28  Robin DunnwxDC::GetHandle support for wxGTK
2012-06-30  Paul Cornettsupport for GTK3
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-02-22  Vadim ZeitlinDon't crash when using wxPrintDialog with NULL parent...
2012-01-29  Paul Cornettmove SetPangoAttrsForFont to wxFont
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2011-12-11  Paul Cornettfix GetTextExtent with non-null font argument, fixes...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-29  Paul Cornettdon't crash on error
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-09  Vadim ZeitlinCorrect the name of the header for GTK+ < 2.14.
2011-03-07  Václav Slavíkgtk/gtkunixprint.h only exists since GTK+ 2.14.
2011-03-06  Václav SlavíkDon't directly include GTK+ semi-public headers.
2010-12-22  Vadim ZeitlinCompute print preview scale using real DPI values in...
2010-10-16  Vadim ZeitlinCompilation fix for STL build after r65830.
2010-10-16  Vadim ZeitlinImprove wxGTK print and page setup dialogs.
2010-10-16  Vadim ZeitlinTransfer printer name to/from GTK+ native print setup...
2010-10-16  Vadim ZeitlinCorrectly initialize wxGtkPrintNativeData members.
2010-10-15  Vadim ZeitlinAdd wx{Pen,Brush}::Is[Non]Transparent() methods and...
2010-09-17  Dimitri SchoolwerthSet svn properties on .cpp files.
2010-05-05  Vadim ZeitlinReplace wxPrintout::SetIsPreview() with SetPreview().
2010-05-05  Vadim ZeitlinRemove GtkPrintOperation preview signal handler.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-03-30  Václav Slavíkalways return (owned or non-owned, depending on build...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-12-05  Paul Cornettuse simpler method to draw bitmap
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-12  Vadim Zeitlinthere is no sqrt(int) in standard C++ (although glibc...
2008-10-03  Jouk Jansenadding variable initialization to 0
2008-09-28  Václav SlavíkwxGTK: Fixed printing to use fonts sizes adjustment...
2008-09-21  Václav SlavíkGet rid of gs_cairo; if wxGtkPrint* classes are used...
2008-09-21  Václav Slavíkroute all Cairo calls in GTK printing code through...
2008-09-21  Václav Slavíkadded wxGetDisplayPPI() convenience function and wxPrin...
2008-09-09  Václav Slavíkremoved superfluous font size scaling in wxGtkPrinterDC...
2008-04-30  Robert RoeblingUse cairo_scale() for scaling to full printing resoluti...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-01-05  Vadim Zeitlinremoved extra default clause accidentally added by...
2008-01-05  Vadim Zeitlincorrect handling of positive quality values (2nd part...
2008-01-05  Vadim Zeitlinmore fixes to handling of the resolution chosen in...
2008-01-03  Vadim Zeitlinset resolution of print preview from print data (modifi...
2007-12-01  Paul Cornettnon-pch build fixes
2007-11-30  Robert Roeblingremove checks for new dc code
2007-11-30  Robert RoeblingDC reorganization
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-13  Robert RoeblingMore DC changes
2007-10-29  Vadim Zeitlinfix more unused parameters warnings
2007-10-20  Vadim Zeitlindefine wxUTF8Buf as the type returned by wxString:...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-09-24  Robert RoeblingReduce width and height of drawing ops by one in all...
2007-09-18  Robert RoeblingRearrange code to fix some problems
2007-09-18  Robert RoeblingCorrect setting of line width
2007-09-13  Paul Cornettnon-pch build fix, indentation and whitespace cleanup
2007-09-13  Robert RoeblingThird update patch for GTK+ print (correcting my device...
2007-09-13  Robert RoeblingSecond update patch for GTK+ print (DrawBitmap fix)
2007-09-13  Robert RoeblingFirst update patch for GTK+ print
2007-09-10  Robert RoeblingRewrote scaling for GTK+ print
2007-09-07  Robert RoeblingPatch to use high printer resolution instead of Cairo...
2007-09-07  Robert Roeblingprevent double deletion of cairo lib
2007-09-06  Robert RoeblingwxDC::Clear() shouldn't do anything in printing DCs...
2007-09-06  Robert RoeblingRemoved run-time dependency on libpangocairo
2007-09-06  Robert RoeblingMake use of wxCairoLibrary from within wxGtkPrint
2007-09-05  Robert RoeblingAdd support for GTK print, modified from patch 1782055