The rounded corners look really dumb at this size.
[wxWidgets.git] / src / generic / printps.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-12-22  Vadim ZeitlinCompute print preview scale using real DPI values in...
2010-08-18  Vadim ZeitlinUse task dialog for wxProgressDialog implementation...
2010-05-05  Vadim ZeitlinReplace wxPrintout::SetIsPreview() with SetPreview().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-11-14  Robert RoeblingFurther wxDC changes
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-05-08  Włodzimierz SkibaInclude wx/dcprint.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2005-12-19  Julian SmartFixed problem trying to print from a preview, whereby...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-11-08  Włodzimierz SkibaWarning fixes.
2004-11-05  Robert Roebling I admit I have no good solution for wxPrinter::Setup...
2004-10-27  Robert Roebling Removed Pango homemade implementation and
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
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-15  Julian SmartCan now switch between PostScript and WIN32 print dialogs
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-08-30  Chris Elliottlost log.h fixed
2002-01-26  Gilles Depeyrotcorrected conditional compilation to take wxUSE_POSTSCR...
2001-02-06  Julian SmartFixed some warnings (don't know why dialoged Makefile...
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-08-03  Václav Slavíkfixed low resolution problem with wxPostScriptDC
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-07-31  David Webster*** empty log message ***
1999-06-25  Robert Roebling Changed a few true -> TRUE
1999-06-23  Robert Roebling wxProgressDialg works again.
1999-06-21  Karsten Ballüderfixes to progressdialog and its use in printing framework
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-27  Robert Roebling compile fixes. Vadim ows me a pizza.
1999-05-18  Karsten Ballüderminor progress bar fix
1999-05-13  Karsten BallüderProgressDialog now handles multiple copies and shows...
1999-05-13  Karsten Ballüderfixed wrong range for print progress dialog
1999-05-09  Karsten BallüderAdded a generic wxProgressDialog and made wxPostscriptP...
1999-03-29  Vadim Zeitlinmore backwards compatibility
1999-03-25  Julian SmartMany changes to the printing classes.
1998-12-05  Robert Roebling New PostScript code
1998-08-28  Julian SmartFixed MSW printing, tidied up member variable names
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-08  Denis PershinDP:
1998-07-17  Vadim Zeitlinanother "const" added
1998-05-20  Karsten BallüderInitial revision