warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / common / prntbase.cpp
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-13  Robin DunnClear --> ClearBackground
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-24  Vadim Zeitlinfix some warnings
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-06-14  Vadim Zeitlinadded a few #ifdefs needed to build a smaller library...
2003-05-26  Julian SmartAllow printing objects to be passed a wxWindow, not...
2003-04-17  Julian SmartDarkened preview background for Mac (else get stripey...
2003-04-17  Julian SmartHave dark colour for preview canvas under Mac
2003-04-17  Julian SmartDon't call MakeModal on the Mac -- it leaves
2003-04-17  Julian SmartUse sizers, not constraints
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-27  Vadim Zeitlinthe string 'Goto...' should be translated (patch 674569)
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2002-12-14  Václav Slavíkdon't translate strings when it doesn't make any sense
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-16  Robert Roebling Compile fix.
2002-08-16  Julian SmartApplied patch [ 596061 ] Adds more navigation buttons...
2002-03-06  Julian SmartApplied patch for Forty, print patch and wxHTML book...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-06-27  Gilles Depeyrotreset preview bitmap variable to NULL after deleting it
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-09  Vadim Zeitlinuse wxFAIL_MSG, not wxMessageBox for programming errors
2000-03-04  Robert Roebling Some more drawing things,
2000-02-23  Robert Roebling #ifdeffed new paint clipping :-(
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-12-04  Robert Roebling String changes for translations,
1999-11-08  Julian SmartMade various Motif fixes, wxListBox/wxChoice derive...
1999-10-25  David Websterno message
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
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-28  Robert Roebling New defines for wxTreeCtrl
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-05-07  Karsten BallüderFixed SetZoom() so it can be used from the outside.
1999-04-21  Ove KaavenUnicode fixes.
1999-04-13  Ove KaavenUnicode-mode typos in string.cpp (where did they sudden...
1999-04-06  Vadim Zeitlintrying to work around gcc internal compiler error
1999-03-29  Vadim Zeitlinmore backwards compatibility
1999-03-25  Julian SmartMany changes to the printing classes.
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-26  Julian SmartSome compile warnings removed; file selector prototypes...
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-05  Robert Roebling New PostScript code
1998-11-26  Robert Roebling Flicker war won.
1998-11-25  Robert Roebling Fixed module code
1998-10-18  Julian SmartMotif additions
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
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 Zeitlinsome "const"s added
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-06-28  Julian SmartSeparated out Win95 versions of gauge, slider; added...
1998-05-21  Julian SmartMinor changes to make files compile (return values...
1998-05-20  Karsten BallüderInitial revision