Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers...
[wxWidgets.git] / src / common / prntbase.cpp
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...
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2005-10-27  Włodzimierz SkibaSupport for automatic setup.h in OS/2 with OW builds...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-28  Vadim ZeitlinCtrl+mouse wheel changes zoom factor in print preview...
2005-04-01  Stefan Csomormoving wxMac to new printing architecture
2005-03-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2004-11-20  Robert Roebling Forgot to commit this one.
2004-11-07  Robert Roebling Moved deletion of wxPrintFacory to module.
2004-10-28  Włodzimierz SkibaWarning fixes.
2004-10-26  Robert Roebling Next phase of Print Factory code.
2004-10-23  Vadim Zeitlindon't use _() as default parameter for wxPrintDialogBas...
2004-10-21  Stefan NeisAdded stubs for OS/2 to new printing system.
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-10-17  Robert Roebling Link problem.
2004-10-16  Robert Roebling Began work on print dialogs. Now wxPrintDialog
2004-10-13  Włodzimierz SkibaFix to reflect wxUNIVERSAL conditions from header.
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-08-09  Robin DunnAll wxScrolledWindows shoudl have wxHSCROLL|wxVSCROLL...
2004-08-09  Julian SmartMust specify wxHSCROLL/wxVSCROLL now
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-07  Robin Dunnuse wxBU_EXACTFIT for the small buttons
2004-04-01  Vadim Zeitlinuse wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas...
2004-03-29  Robert Roebling Applied patches.
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