Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / msw / printdlg.cpp
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-23  Vadim ZeitlinNo real changes, just fix some typos in comments in...
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-02-05  Vadim ZeitlinDon't set PAGESETUPDLG::hDevNames and hDevMode when...
2012-01-13  Vadim ZeitlinCorrect handle passed to DocumentProperties() in MSW...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-02  Robin DunnInitialize the native printer info for ConvertFromNativ...
2009-12-08  Vadim ZeitlinMake wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie...
2009-09-28  Julian SmartMoved WinPrinter from private.h to printdlg.cpp.
2009-09-24  Julian SmartApplied patch #11078 - DEVMODE creation in wxWindowsPri...
2009-05-20  Julian SmartAdded a comment about DMPAPER_USER not always working
2009-04-15  Vadim Zeitlincorrect test for wxDEBUG_LEVEL in last commit
2009-04-15  Vadim Zeitlinavoid a warning about unused function in release build
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-28  Vadim Zeitlinfix g++ warning about assigning NULL to a non-pointer
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-09-25  Vadim Zeitlinremoved hardcoded size of 66 bytes of PRINTDLG struct...
2008-03-28  Vadim Zeitlincompilation fix for ANSI build: use reinterptre_, not...
2008-03-25  Vadim ZeitlinANSI mode compilation fix
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2007-11-30  Robert RoeblingDC reorganization
2007-05-17  Robert Roebling Correct landscape printing in wxPageSetupDialog
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-11-17  Vadim Zeitlindon't set A4 paper size, use the system default instead
2006-10-30  Vadim Zeitlingcc signed/unsigned comparison fix
2006-10-29  Julian SmartApplied patch [ 1583316 ] set media source for printing
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-05-25  Włodzimierz SkibaInclude wx/cmndata.h according to precompiled headers...
2006-05-08  Włodzimierz SkibaInclude wx/dcprint.h according to precompiled headers...
2006-01-17  Julian SmartApplied patch [ 1345297 ] Crash with MSW wxPrintDialog...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-18  Julian SmartPatch from Andre Reitz to correct a couple of bugs
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-05-30  Julian SmartApplied patch [ 1208256 ] Fixes bug #1193626 [wxPrintDa...
2005-05-21  Julian SmartAdded more paper sizes and code that falls back to...
2005-03-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-03-03  Włodzimierz SkibaWarning fix.
2005-02-28  Robert Roebling Add PrivData() field to wxPrintData since MSW's printer
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-11  Włodzimierz SkibaVarious cleanings.
2005-02-09  Włodzimierz Skiba.empty() string decorations
2004-11-20  Robert Roebling Made wxPageSetupDialog a pimpl implementation.
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-10-31  Robert Roebling Moved print dialog data conversion 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-08-31  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
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-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-04-02  Vadim Zeitlinmore backwards compatibility for printing
1999-03-25  Julian SmartMany changes to the printing classes.
1998-10-16  Unknown (UG)no message
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten Ballüderadded some wxMSW stuff