handle theme change which changes window border width
[wxWidgets.git] / src / gtk / brush.cpp
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-08-30  Paul Cornettheader includes cleanup
2006-06-14  Włodzimierz SkibaInclude wx/colour.h according to precompiled headers...
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-02-04  Robert Roebling Added missing test in wxObject::Ref() for already
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-01-24  Vadim Zeitlinpatches for wxSTIPPLE_MASK_OPAQUE from Klass Holwerda
1999-12-04  Robert Roebling String changes for translations,
1999-11-22  Robert Roebling Headers moved a bit.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-04-13  Ove KaavenThis is the way to go (well, close enough).
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-09-11  Robert Roebling Updates to memcheck
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision