STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / common / gdicmn.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-06-19  David ElliottAdded return NULL; for __WXCOCOA__
2003-03-27  Stefan CsomorwxMac Unicode support
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-24  Stefan Csomorgetting rid of warnings
2002-08-22  David WebsterFont updates
2002-07-03  David WebsterNicer default fonts for OS/2
2002-05-20  Stefan Csomoruma.h added
2002-05-11  Stefan Csomorswitched to appearance savvy gui/system fonts
2002-05-08  Stefan Csomoradded small font for wxSWISS
2002-02-26  Julian SmartNano-X changes: removed spurious -O for Nano-X configur...
2002-02-08  Julian SmartNow compiling
2002-01-24  David WebsterRemoved a conflict indicator...
2002-01-24  David WebsterFinal OS/2 Native Font implementation changes
2002-01-24  David WebsterRevert back to standard point size for fonts in OS/2
2002-01-22  David WebsterFont change for OS/2 to a smaller font.
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-10-16  Mattia BarbonChanged char* to wxChar* in wxColour constructor.
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2001-03-08  Vadim Zeitlinfixed FindOrCreatePen/Brush() for the case when the...
2001-01-20  Gilles Depeyrotcorrected creation of wxNORMAL_FONT for Mac OS
2000-11-27  David WebsterOS/2 VisualAge doesn't know about lower case true and...
2000-11-27  David WebsterA few OS/2 additions to enable the colour database...
2000-10-24  David WebsterOS/2 updates for easier VA debugging
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-12  Julian SmartAdded wxHelpControllerHelpProvider, added DisplayContex...
2000-09-04  Julian SmartCorrected off-by-one bug in wxRect(const wxPoint&,...
2000-08-24  Jouk Jansen Committing in .
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-17  Vadim Zeitlinadded wxRect::Inflate()
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-04  Robert Roebling String changes for translations,
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-19  Robin DunnAdded encoding parameter to wxFontList::FindOrCreateFont
1999-11-18  Jouk Jansen Committing in .
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-02  David Webster*** empty log message ***
1999-07-22  Robin Dunnfixed font-matching bug in wxFontList::FindOrCreateFont...
1999-06-03  Robert Roebling Reactivtaed the new wxRect code
1999-06-03  Robert Roebling The new wxRect doesn't compile so I #if 0ed it
1999-06-03  Julian Smartmin/max -> wxMin/wxMax
1999-06-02  Julian Smartday_of_week fix to wxDate, wxRect additions
1999-05-13  Vadim ZeitlinwxWindowDC compiles (wxGTK doesn't link yet because...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-04-20  Ove KaavenSome Unicode fixes (mostly for Borland's pickiness...
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-03-09  Stefan Csomorcorrected a type in the constructor from two points
1999-02-01  Stefan Csomorlatest CW additions
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-09-11  Robert Roebling Updates to memcheck
1998-08-27  Julian SmartwxUpdateUIEvent derives from wxCommandEvent now
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-19  Julian SmartGDI double-deletion fix, wxBitmap depth bug
1998-08-18  Karsten Ballüderreordered headers to compile
1998-08-17  Vadim Zeitlinreplaced another printf() with wxLogDebug()
1998-08-17  Robert Roebling Turned wxIcon inline constructors to real constructors
1998-08-16  Vadim Zeitlin1) corrected bug in log.cpp which only affected wxGTK...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-02  Robert Roebling Fixed Fontdialog
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-08  Julian SmartRemoved redundant auto-setting code in wxDC; corrected...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision