remove unnecessary GTK declarations from defs.h, move things only used once to the...
[wxWidgets.git] / include / wx / gtk1 / pen.h
2011-09-07  Paul Cornettremove unnecessary GTK declarations from defs.h, move...
2008-06-17  Vadim Zeitlindeclare future-deprecated SetStyle(int) in wxPen/Brush...
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-22  Vadim Zeitlinmore compilation fixes after pen/brush styles changes
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-02-10  Vadim ZeitlinGTK1 fixes after wxObject-derived classes copy ctors...
2006-01-23  Mart RaudseppRemove GTK2 specific prototypes from wx/include/gtk1...
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
2005-08-02  Michael WetherellAdd import/export attributes
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-07-21  Vadim Zeitlingave default parameters for wxPen() ctor from wxColour...
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-02-04  Robert Roebling Added missing test in wxObject::Ref() for already
2000-07-19  Ove KaavenwxGTKDash is also a gint8 under WXGTK20
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-13  Ron Leemoved wxDash typedef to gdicmn.h
2000-03-12  Ron Leeseparated wxDash type from platform specific wxGTKDash...
1999-11-22  Robert Roebling Headers moved a bit.
1999-07-19  Robert Roebling Updated testconf
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-09-11  Robert Roebling Updates to memcheck
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision