replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / src / msw / dcprint.cpp
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-02-28  Vadim Zeitlinuse GlobalPtrLock (modified to allow not initializing...
2007-11-30  Robert RoeblingDC reorganization
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-02-14  Vadim Zeitlincorrected StartDoc() return value testing broken in...
2007-02-14  Vadim Zeitlinfix warning about unused variable in release build...
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-09-28  Vadim Zeitlinonly use PS printing in wxUniv (the test was accidental...
2006-09-14  Vadim Zeitlinfix warnings about unused parameters and functions...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-08  Włodzimierz SkibaInclude wx/dcprint.h according to precompiled headers...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-24  Włodzimierz SkibaFix for ambiguities which happen in STL=1 mode under...
2005-03-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-11-20  Robert Roebling Made wxPageSetupDialog a pimpl implementation.
2004-11-04  Włodzimierz SkibaMake temporary MSWUniv buildable and mark problem for...
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-08-24  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
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...
2004-01-08  Julian SmartApplied [ 872574 ] fix of fatal error of preview withou...
2003-10-16  Vadim ZeitlinVC++ release mode warning fix
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-14  Julian SmartMisc warning fixes by ABX
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-04-03  Julian SmartApplied patch [ 709618 ] fixes drawing position in...
2003-03-24  Vadim Zeitlinuse wxDIB class instead of duplicating DDB -> DIB conve...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-22  Vadim Zeitlinmade wxBitmapRefData private (actually, this also fixes...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-02  Vadim Zeitlinsupport for using DIBs for wxBitmap implementation...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-05  Julian SmartApplied patch [ 605188 ] Fix to draw 24 bit bitmaps
2002-08-26  Guillermo Rodrigue... Removed compilation warnings (mostly mismatches between...
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-09  Vadim Zeitlin1. fixes to wxDC deleting logic (should fix ~wxPrinterD...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-30  Julian SmartCured memory leak report in wxDateTime; wxGLCanvas...
2000-01-24  Vadim Zeitlinseveral mingw32 compilation fixes
2000-01-22  Ron Leeadded dcmemory.h include
2000-01-21  Vadim Zeitlin1. fixed (to test) the bug with bitmaps without masks...
2000-01-13  Julian SmartRemoved ::UpdateWindow from scrolwin.cpp; corrected...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-27  Patrick AlbertRemoving some level 3 warning
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-08  Robert Roebling Chianti, Pinot noir, WINE..
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-06  Julian SmartSome doc corrections; various small fixes for Cygwin...
1999-03-25  Julian SmartMany changes to the printing classes.
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1998-10-16  Unknown (UG)no message
1998-10-12  Julian SmartChanges related to stream includes
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff