]> git.saurik.com Git - wxWidgets.git/history - src/generic/prntdlgg.cpp
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not...
[wxWidgets.git] / src / generic / prntdlgg.cpp
2004-11-20  Robert Roebling Made wxPageSetupDialog a pimpl implementation.
2004-11-11  Robin DunnFix compilation error by #including imaglist.h
2004-11-08  Włodzimierz SkibaWarning fixes.
2004-11-07  Robert Roebling Forgot to commit these.
2004-11-01  Robert Roebling Added possibility to select a printer reported
2004-10-27  Robert Roebling Removed Pango homemade implementation and
2004-10-27  Robert Roebling Moved "enablePrint" setting around.
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-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-25  Dimitri Schoolwerthapplied patch #935127: "wxDIALOG_MODAL and wxDIALOG_MOD...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-29  Robert Roebling Applied patches.
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-08-23  Julian SmartRemoved __WXUNIVERSAL__ part of condition
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-07-24  Julian SmartDeal with a zero to-page
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-04-13  Mattia Barbon Compilation fix.
2003-03-26  Mattia Barbon SetSelection must not send an event. Fixed an off
2003-03-24  Vadim Zeitlinprint dialogs ignore user paper settings in non C local...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-17  Robert Roebling Typos.
2002-08-17  Robert Roebling Printing things.
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-08-10  Stefan CsomorwxMac removed debugging code
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-05-02  Vadim Zeitlinsmall code cleanup while looking for an inexistent...
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-13  Robert Roebling Added wxStaticBoxSizer,
1999-08-03  Karsten BallüderChanged wxChoice->wxComboBox as list of all paper sizes...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-04-20  Karsten BallüderI think I fixed the wxGenericPrintSetupDialog but PLEAS...
1999-04-19  Julian SmartFixed wxPostScript printing problem (used wrong constru...
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-04-03  Julian SmartCorrected someone's double-initialisation bug
1999-04-03  Karsten BallüderAlso the radiobox was unitialised.
1999-04-03  Karsten BallüderAttempt at fixing the broken printer dialog. *Lots...
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-23  Vadim Zeitlinsome very minor fixes (I don't even remember what exactly)
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-22  Julian SmartMade wxGTK dcps.cpp generic.
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-12-08  Robert Roebling DnD updates
1998-12-05  Robert Roebling Fixed make install bug
1998-11-25  Karsten Ballüderanother i.c.e.
1998-11-25  Karsten Ballüderfixed internal compiler error
1998-10-25  Karsten BallüderFixed a trivial error.
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-15  Julian Smart2 GnuWin32 compile bugs fixed, incl. printf bug in...
1998-08-14  Karsten Ballüderadded option to hide page controls
1998-08-12  Robert Roebling Added PushEventHandler, Pop...
1998-08-08  Denis PershinDP:
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision