added support for gcc precompiled headers
[wxWidgets.git] / include / wx / gdicmn.h
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-20  Vadim Zeitlinadded wxSize::IncTo/DecTo
2003-07-19  Mattia Barbon Remove commented-out code.
2003-07-12  Mattia Barbon Added and documented wxColourDatabase::AddColour.
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-08  David ElliottwxBITMAP now uses XPM constructor for wxCocoa (like...
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-01  Julian SmartRemoved AlignIn after further thought
2003-06-01  Julian SmartApplied patch [ 730697 ] wxRect::AlignIn member
2003-05-21  Julian SmartApplied patch [ 689188 ] adds wxToolBar::GetToolPos
2003-03-02  Stefan Csomoradded copy arrow cursor macos specific
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
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-07-18  Ron LeeAdded Set{Position,Size} to wxRect.
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-03-15  Robin DunnAdded wxCURSOR_RIGHT_ARROW, which is like the typical...
2002-02-05  Julian SmartFixed a couple of typos
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2002-01-17  Václav Slavíkfixed to the IFF handler, moved into one file
2002-01-13  Václav Slavíkapplied ANI images patch and added wxUSE_ICO_CUR
2001-11-15  Václav Slavíkuse XPMs in wxMGL
2001-06-27  Gilles Depeyrotcorrected wxICON for Mac OS (Classic and X)
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2001-04-19  Robin DunnAdded wxCURSOR_ARROWWAIT which is the default arrow...
2001-04-11  Václav Slavíkapplied fix to fix BCC's wxBitmap ctor problem
2000-12-10  Stefan Csomoradded cw6 fixes and patrick's patches
2000-11-27  David WebsterA few OS/2 additions to enable the colour database...
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-13  Ron Leemoved wxDash typedef to gdicmn.h
2000-02-21  Vadim Zeitlinadded wxCURSOR_DEFAULT to others (not GTK only), hide...
2000-02-17  Vadim Zeitlinadded wxRect::Inflate()
1999-11-29  Václav Slavíkfixed wxBITMAP for Motif
1999-11-28  Václav Slavíkfixed wxBITMAP macro under wxGTK
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-19  Robin DunnAdded encoding parameter to wxFontList::FindOrCreateFont
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support
1999-08-27  Guillermo Rodrigue... Added wxBITMAP_TYPE_PCX
1999-08-18  Sylvain BougnouxAdded PNM image handler
1999-07-28  David Webster*** empty log message ***
1999-07-10  Julian SmartAdded test for wxUSE_STATLINE in statline.cpp
1999-06-17  Karsten BallüderImplemented tearoff menus, please see my posting to...
1999-06-11  Vadim ZeitlinwxSize::[GS]et{Width|Height} added
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-02  Julian Smartday_of_week fix to wxDate, wxRect additions
1999-05-24  Vadim Zeitlin1. bug fixes in wxCaret
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-12  Vadim Zeitlinmissing comma for Motif compilation added
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-03-25  Julian SmartMany changes to the printing classes.
1999-01-28  Robert Roebling Removed wxNullRegion
1999-01-27  Václav Slavíkadded wxJPEGHandler
1998-11-26  Robert Roebling Flicker war won.
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-11-23  Robert Roebling Added install scripts in missing places
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-09-28  Julian SmartMore wxMotif work, OGL enhancements, USE_ macro correct...
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More configure fixes
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
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