Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / gdicmn.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2012-09-13  Vadim ZeitlinAdd wxBITMAP_PNG() macro similar to wxBITMAP() but...
2012-08-15  Vadim ZeitlinAdd wxSize::DecToIfSpecified() helper.
2012-06-30  Vadim ZeitlinUse bitmaps from resources by default in wxGTK under...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-23  Dimitri SchoolwerthAdded wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2010-12-03  Vadim ZeitlinFix wxRect::SetRightTop() which set the wrong corner.
2010-08-11  Vadim ZeitlinAdd wxPoint::IsFullySpecified() and SetDefaults().
2010-07-11  Vadim ZeitlinAdd wxSize::IncBy() and DecBy() overloads taking wxPoint.
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2010-06-10  Robert RoeblingSuppress warning about double->int conversion
2010-06-09  Francesco MontorsiIncrease interoperability between wxPoint and wxRealPoi...
2010-06-06  Francesco Montorsiadd to wxRealPoint the same operators already available...
2010-05-30  Francesco Montorsiimplement * and / operators for wxPoint, not only wxSize.
2009-05-09  Francesco Montorsiadd new predefined colour (and relative brush/pen)...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Francesco Montorsiadd standard wxBLUE_PEN for coherency with the colours...
2009-02-01  Francesco Montorsiadd uint/long/ulong overloads of operator* and operator...
2009-02-01  Francesco Montorsiuse appropriate casts to fix warnings about double...
2009-01-31  Francesco Montorsiadd operator* taking doubles to wxSize
2009-01-10  Francesco Montorsifix a couple of typos
2009-01-10  Stefan Csomorcleaning up default OPEN and CLOSED HAND cursors
2009-01-10  Stefan Csomoradding open and close hand cursor constants, implementa...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-09-21  Václav Slavíkadded wxGetDisplayPPI() convenience function and wxPrin...
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2007-12-18  Václav Slavíkclarified wxRect::Contains(wxRect) comment
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
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
next