XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / gtk1 / pen.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
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-17  Francesco Montorsisome more build fix for wxPen/wxBrush style changes
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2007-12-15  Vadim Zeitlinfixed wxGTK1 compilation after wxDC changes (still...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2006-06-14  Włodzimierz SkibaInclude wx/colour.h according to precompiled headers...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
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-06-03  Vadim Zeitlinfixed wxPenRefData::operator==() (part of patch 742783)
2003-04-11  Vadim Zeitlinfixes for user dash handling (patch 717736)
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-12  Ron Leeseparated wxDash type from platform specific wxGTKDash...
1999-11-28  Robert Roebling More #include changes.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-19  Robert Roebling Updated testconf
1999-04-15  Ove KaavenSo far so good. These now compiles in Unicode mode.
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-12-07  Robert Roebling Added serial code for wxList and wxHashTable to sourc...
1998-10-27  Robert Roebling Added background colour again
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-09-15  Vadim ZeitlinwxPenRefData copy ctor was somehow not declared in...
1998-09-11  Robert Roebling Updates to memcheck
1998-08-17  Robert Roebling Turned wxIcon inline constructors to real constructors
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