removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / common / gdicmn.cpp
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