Fix wxComboCtrlBase::DoGetSizeFromTextSize() performance regression.
[wxWidgets.git] / src / common / imagfill.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-03-10  Paul Cornettremove unused parameter
2010-10-15  Vadim ZeitlinAdd wx{Pen,Brush}::Is[Non]Transparent() methods and...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-04  Paul Cornettproperly handle DC origin and scale in wxDoFloodFill()
2008-03-17  Paul Cornettfix a huge number of build errors
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-05-06  Julian SmartPermission for flood-fill code clarified
2005-05-04  Julian SmartAdded licence/copyright information
2005-03-01  Kevin HockRevert last change moving wxFloodFill from imagfill...
2005-03-01  Ryan NortonMove wxDoFloodFill to dc.cpp so that it can be 'used...
2004-09-16  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2002-04-17  Vadim Zeitlincorrected assert even better
2002-04-17  Julian SmartCorrected assertion
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-10  David WebsterFixed LINKAGEMODE use
2002-04-07  Václav Slavíkcleaned up the mess caused by FloodFill patch
2002-04-05  David WebsterFALSE not false
2002-04-02  Vadim Zeitlincompilation warning fixes
2002-04-02  Julian SmartAdded includes to correct compilo
2002-04-02  Julian SmartAdded wxImage::FloodFill file