added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward...
[wxWidgets.git] / include / wx / gdicmn.h
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-24  Vadim Zeitlinadded wxRect::operator+() and *() (union and intersecti...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-01-05  Vadim Zeitlinrename Inside(x,y) parameters to avoid gcc warnings...
2006-12-14  Václav SlavíkwxDFB's wxICON and wxBITMAP should use embedded XPMs...
2006-11-01  Robert Roebling FRM's small wxSize::Scale enhancement.
2006-10-29  Vadim Zeitlinadded TGA handler (somewhat modified patch 1393912)
2006-09-24  Vadim Zeitlinadded wxSize::IncBy() and DecBy() methods
2006-09-20  Vadim Zeitlinadd Inflate(wxSize) overload
2006-09-16  Vadim Zeitlinadded wxRect::GetTopRight/BottomLeft() for consistency...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-09  Václav Slavíkadded unary wxPoint::operator-
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-08  Václav Slavíkadded wxRect::Inside(wxRect) for testing if a rectangle...
2006-07-24  Włodzimierz Skiba[ 1518434 ] wxSize::Scale with wxScale and wxPoint...
2006-05-29  Paul Cornettrevert forward declaration of hashmap, it doesn't work...
2006-05-26  Paul Cornettfix incomplete change in previous commit
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-04-16  Vadim Zeitlinsimplify/cleanup wxTheXXXList and wxGDIObject code...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-02-10  Vadim Zeitlinadded wxRect::CentreIn()
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-09-25  Vadim Zeitlinadded wxIsSameDouble() which wraps double comparison...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-02  Vadim Zeitlinadded wxSOLID default value for FindOrCreateBrush()
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-12-12  Vadim Zeitlinremoved extra class qualifier from inline method
2004-12-11  Vadim Zeitlinadded and documented wxRect::Union(); also moved some...
2004-11-24  Włodzimierz SkibaExpression simplifications for scaling and inflating.
2004-11-05  Włodzimierz SkibaSimplify wxRect construction at the wxPoint(0,0) with...
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-09-15  Włodzimierz SkibaSource cleaning: whitespaces, tabs, FALSE/false, TRUE...
2004-06-23  Włodzimierz SkibaMake some long #ifs shorter but multiline so diffs...
2004-06-23  Włodzimierz SkibaPrivate macro moved in waiting for DektopPolicy impleme...
2004-06-23  Włodzimierz SkibaShortcuts for avoiding #ifdef __SMARTPHONE__ conditions.
2004-06-16  Václav SlavíkWXDLLEXPORT correction
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2004-04-04  Vadim Zeitlinadded and documented wxSize::IsFullySpecified() and...
2004-01-08  Julian SmartApplied patch [ 871014 ] Adding size of control to...
2003-12-11  Julian SmartApplied patch [ 840721 ] convenience function wxRect...
2003-11-30  Vadim Zeitlinmarked FindColour() as deprecated; removed AddColour...
2003-10-16  Vadim Zeitlinfixed bug with wxcolourDatabase::FindColour(); added...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
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
next