Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / msw / slider.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-01-10  Dimitri SchoolwerthFixed clicking on MSW slider not changing value with...
2011-12-19  Dimitri SchoolwerthCleaned up some of the code in wxSlider::DoMoveWindow.
2011-12-19  Dimitri SchoolwerthFixed min and max label values not being swapped when...
2011-12-19  Dimitri SchoolwerthRemoved useless if statement in slider code.
2011-12-19  Dimitri SchoolwerthDon't move the slider's value label if it's not being...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-12  Vadim ZeitlinCentre wxSlider value correctly when wxSL_MIN_MAX_LABEL...
2011-07-11  Vadim ZeitlinFix showing slider label in wxMSW when wxSL_MIN_MAX_LAB...
2011-07-11  Vadim ZeitlinNo real changes, just make some wxSlider members local...
2011-07-09  Vadim ZeitlinFix wxMSW wxSlider best size calculation and label...
2011-06-16  Vadim ZeitlinSuppress various harmless warnings in MinGW build with...
2011-02-05  Vadim ZeitlinDeprecate second parameter of wxSlider::SetTickFreq().
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-12-13  Vadim ZeitlinPreserve value when changing range of inverted wxSlider...
2010-10-28  Vadim ZeitlinImprove positioning of wxSlider min/max labels in wxMSW.
2009-11-14  Robert RoeblingSimple implementation of wxSL_MIN_MAX_LABELS and wxSL_V...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-03-15  Vadim Zeitlinrename fobr95.{cpp,h} files to foobar.{cpp,h}
1998-06-28  Julian SmartSeparated out Win95 versions of gauge, slider; added...
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-06-22  Julian SmartCured problem introduced by LEAVE/ENTER OnIdle code...
1998-05-20  Karsten Ballüderadded some wxMSW stuff