Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / cocoa / brush.mm
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.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlincompilation fix after wxBrushStyle changes (closes...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2006-10-31  Vadim Zeitlincompilation fix after wxBitmap::operator==() removal
2006-06-14  Włodzimierz SkibaInclude wx/colour.h according to precompiled headers...
2006-05-19  Włodzimierz SkibaInclude wx/brush.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...
2004-05-23  Julian SmartMore name change
2003-09-02  David ElliottSupport precompiled headers
2003-07-09  David ElliottwxNullBrush should not be Ok(), and GetNSColor() should...
2003-07-09  David ElliottwxBrushRefData constructor: m_style = style instead...
2003-07-07  David ElliottFirst hack at wxBrush for wxCocoa