Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / cocoa / checkbox.mm
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2007-08-06  David ElliottConsolidate cocoa view/control/cell label setting into...
2007-03-13  Vadim Zeitlinimplemented GetLabel() (part of patch 1679337)
2006-07-25  Vadim Zeitlinuse GetLabelText() instead of wxStripMenuCodes() to...
2006-05-29  Włodzimierz SkibaInclude wx/checkbox.h according to precompiled headers...
2005-04-22  Ryan Nortonimplement label setting
2005-03-12  David ElliottAdded back trailing newline. Please be more careful...
2005-02-20  Ryan Nortonif wxUSE_XXX fixes
2004-05-23  Julian SmartMore name change
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-02-02  David Elliott* GetValue() now returns true if the state is undetermined
2004-02-02  David ElliottApplied modified 3-state checkbox patch from Mathew...
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2004-01-17  David ElliottReverted patch [ 832096 ] Final separation for GUI...
2004-01-14  David ElliottAdded empty base class constructors. This will still...
2003-09-08  David ElliottUse wxStripMenuCodes
2003-09-02  David ElliottCodeWarrior Obj-C++ requires explicit casts from id...
2003-09-02  David ElliottSupport precompiled headers
2003-08-18  David ElliottImplement GetValue() and SetValue() and send an event...
2003-08-13  David ElliottMake appropriate use of MakeDefaultNSRect and SetInitia...
2003-07-14  David ElliottPut wxAutoNSAutoreleasePool in methods that may be...
2003-07-12  David ElliottIn the object destructor, Disassociate the object from...
2003-03-21  David ElliottAdded more original works and stubs