removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / include / wx / cmndata.h
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-11-09  Stefan Csomoradding reverse orientation
2006-10-30  Włodzimierz SkibaMinor header cleaning.
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-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2005-11-21  Vadim Zeitlinremoved non-const wxFontData::GetColour()
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-01  Stefan Csomormoving wxMac to new printing architecture
2005-02-28  Robert Roebling Add PrivData() field to wxPrintData since MSW's printer
2005-01-29  Robert Roebling Removed trailing semicolons.
2005-01-29  Robin DunnCall CalculatePaperSizeFromId when SetPrintData or...
2004-11-07  Robert Roebling Moved deletion of wxPrintFacory to module.
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-10-31  Robert Roebling Moved print dialog data conversion code
2004-10-31  Robert Roebling Small change to ease Mac transition to common
2004-10-26  Robert Roebling Next phase of Print Factory code.
2004-10-22  Kevin HockRemoved , from end of enumerated list wxPrintBin
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-09-17  Vadim Zeitlinadded possibility to specify printer bin (patch 910272)
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2003-09-19  Vadim Zeitlininclude wx/encinfo.h, not wx/fontenc.h, now
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-05-19  Stefan Csomorswitch to pImpl pattern for mac printing
2003-05-16  Stefan CsomorValidateOrCreate added for wxMac
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-07-15  Václav SlavíkwxPrinting fix for wxMGL
2002-05-12  Gilles Depeyrotcorrected wxFontData assignement operator (was recursive!)
2002-05-08  Julian SmartAdded Ok() member for print data, print dialog, page...
2002-05-08  Gilles Depeyrotcorrected warnings when compiled with -Wall -W
2002-03-07  Vadim Zeitlinadded a const version of wxColourData::GetColour()
2002-02-14  Václav Slavíktake const reference (thanks to Alberto Barbati)
2002-02-08  Julian SmartNow compiling
2002-02-08  Václav Slavíkfixed wxPageSetupDialogData::SetPaperId() to take value...
2002-01-06  Gilles Depeyrotremoving dependancy on mac headers from public wx headers
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx headers
2001-06-29  Gilles Depeyrotadded include for Print Manager Session APIs
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2000-12-18  Vadim ZeitlinwxNativeFontInfo changes
2000-01-25  Julian SmartAdded DEVNAMES to wxPrintDialog to remember printer...
1999-11-09  Stefan Csomormac adaptions
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-08-31  Julian SmartAdded Set/GetSelection to wxPrintDialogData (the value...
1999-07-28  David Webster*** empty log message ***
1999-07-17  Harco de Hilsterminor fixes for mingw32 compilation
1999-06-22  Robert Roebling Makefiles without dependencies
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-04-12  Robin DunnAdded SetPaperId. It seemed to want such a method.
1999-03-29  Vadim Zeitlinheader changes for the fixes commited previously
1999-03-25  Julian SmartMany changes to the printing classes.
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision