Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / cocoa / slider.mm
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-02-05  Vadim ZeitlinDeprecate second parameter of wxSlider::SetTickFreq().
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-09-06  David ElliottMake a slider control created with a particular size...
2007-08-15  David ElliottFurther simplificiation of the NSSlider/wxSlider interf...
2007-08-10  David ElliottUse SetNSSlider instead of SetNSView so that the WXNSSl...
2007-08-10  David ElliottFix up NSSlider code to not use class posing and instan...
2007-08-10  David ElliottMajor wxCocoa wxSlider overhaul from Mark Oxenham.
2006-06-06  Włodzimierz SkibaInclude wx/slider.h according to precompiled headers...
2004-05-23  Julian SmartMore name change
2003-09-06  David ElliottUse an NSSlider instead of an NSView (nothing works...
2003-09-02  David ElliottSupport precompiled headers
2003-08-13  David ElliottMake appropriate use of MakeDefaultNSRect and SetInitia...
2003-07-12  David ElliottIn the object destructor, leave m_cocoaNSView intact...
2003-06-28  David Elliottinclude "wx/setup.h" before testing for wxUSE_SLIDER
2003-06-23  David ElliottAdded #if wxUSE_SLIDER guard
2003-06-19  David ElliottMissed a few substitutions the first time around
2003-06-19  David ElliottAdded wxSlider stub