Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / prntbase.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-08-09  Václav SlavíkShow progress of printing in wxMSW.
2012-08-09  Václav SlavíkReturn wxPrintAbortDialog from CreateAbortWindow().
2012-08-09  Václav SlavíkCreate wxPrintAbortDialog more sensibly.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-22  Vadim ZeitlinRestore wxPreviewFrame::Initialize(void) and add Initia...
2011-04-26  Vadim ZeitlinAllow showing the print preview frame non modally.
2011-04-23  Vadim ZeitlinSet page range in the print preview correctly.
2011-01-03  Vadim ZeitlinImprove print preview appearance and functionality.
2010-05-31  Vadim ZeitlinTranslate strings used in doc-view printing code.
2010-05-05  Vadim ZeitlinReplace wxPrintout::SetIsPreview() with SetPreview().
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-16  Vadim Zeitlinmake the preview frame float on parent by default as...
2008-11-08  Francesco Montorsiuse wxFrameNameStr where possible instead of 'frame...
2008-09-21  Václav Slavíkadded wxGetDisplayPPI() convenience function and wxPrin...
2008-06-16  Václav SlavíkImplemented high-quality preview for wxMSW (this approa...
2008-06-16  Václav Slavíkfixed printing preview to not report errors in infinite...
2008-06-11  Václav Slavíkrender pages in print preview at idle time, not from...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-11-30  Robert RoeblingDC reorganization
2007-09-20  Vadim Zeitlinallow the user to press Esc to close preview frame...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-10-30  Włodzimierz SkibaMinor header cleaning.
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-10-24  Julian SmartAdded creation of printer DC to printer factory.
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-06-28  Julian SmartFixed zoom problem (Robert J.Lang)
2005-09-25  Mattia Barbon Make member variable private.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-28  Vadim ZeitlinCtrl+mouse wheel changes zoom factor in print preview...
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2004-11-20  Robert Roebling Made wxPageSetupDialog a pimpl implementation.
2004-10-26  Robert Roebling Next phase of Print Factory code.
2004-10-17  Robert Roebling Renamed wxPrintNativeData methods to better match
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-10-16  Robert Roebling Began work on print dialogs. Now wxPrintDialog
2004-10-12  Robert Roebling Added new wxPrintFactory code and made wxPrinter
2004-09-20  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-07-25  Vadim Zeitlinuse wxWindowDisabler instead of ShowModal() for showing...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-01  Vadim Zeitlinuse wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas...
2004-01-07  Julian SmartAdded wxFULL_REPAINT_ON_RESIZE style
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-24  Mattia Barbon Compilation fix.
2003-07-24  Julian SmartFixed preview navigation as per ancient bug report
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-05-26  Julian SmartAllow printing objects to be passed a wxWindow, not...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-16  Julian SmartApplied patch [ 596061 ] Adds more navigation buttons...
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2000-07-15  Bryan Pettymerged 2.2 branch
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-06-21  Karsten BallüderCrude hack to enable PageUp/DownKeys when controlbar...
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-05-09  Karsten BallüderAdded a generic wxProgressDialog and made wxPostscriptP...
1999-03-29  Vadim Zeitlinheader changes for the fixes commited previously
1999-03-25  Julian SmartMany changes to the printing classes.
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-19  Julian SmartAdded George Tasker's forward slash fix to file dialog...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-26  Julian SmartSome compile warnings removed; file selector prototypes...
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
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-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-17  Vadim Zeitlinsome "const"s added
1998-07-03  Julian SmartAdded #pragmas for gcc.
1998-05-20  Karsten BallüderInitial revision