aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.slider.js
Commit message (Expand)AuthorAgeFilesLines
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-1/+5
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-5/+1
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-1/+5
* Slider: allow range option to be changed. Fixed #5602 - Slider Does Not Exhib...David Petersen2013-02-051-61/+87
* Slider: Add disabled tests and remove disabled prop from handlesDavid Petersen2013-02-041-3/+0
* Slider: Added rounded corners to range area. Fixed #9024 - Slider: Range area...Thomas Jaggi2013-01-281-1/+1
* Slider: Moved events to named functions (to allow extended plugins to hook in).Dominic Barnes2013-01-141-76/+78
* Update copyright year to 2013.Scott González2013-01-101-1/+1
* Slider: add options for event callbacks Mike Sherov2013-01-021-1/+7
* Slider: Create clone of options.values during _create(). Fixed #8892 - Multip...Dominic Barnes2012-12-181-2/+3
* All: Use .addBack() instead of .andSelf().Scott González2012-12-141-1/+1
* Allow higher cyclomatic complexity in functions that sanely use switch statem...Scott González2012-12-061-0/+1
* Slider: factorize code with Widget method call. Fixed #8772 - Wrong slider UI...Samuel Bovée2012-11-211-5/+3
* Slider: when handles overlap, clicking and dragging will now pick the last on...Juan Pablo Kaniefsky2012-11-161-9/+6
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-2/+2
* Slider: Count the handles after setting up a range. Fixes #7922 - Slider with...David Petersen2012-10-171-2/+3
* Slider: Update UI when min or max option changes. Fixes #7477 - Setting min/m...David Petersen2012-10-161-0/+6
* Updated docs URLS.Scott González2012-09-261-1/+1
* Simplify licensing.Scott González2012-08-091-1/+1
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.Scott González2012-06-131-1/+1
* Resizable, Slider: Don't use .hover().Scott González2012-05-211-2/+3
* Slider: Use base destroy method.Scott González2012-05-091-6/+2
* Slider: Remove uses of self var; use new APIs or that var.Scott González2012-05-091-71/+51
* Lint fixes.Scott González2012-04-021-2/+3
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Update data naming for Slider. Partial fix for #7810Jörn Zaefferer2012-03-011-3/+3
* Slider: Whitespace cleanupJörn Zaefferer2012-03-011-14/+14
* Slider: Prevent the default action on keydown if we're listening for the pres...Scott González2012-02-091-6/+2
* .attr() -> .prop()Scott González2011-06-081-2/+2
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-5/+1
* Slider: add handles in single DOM operation. Fixed #7259 - optimize handle cr...Adam Baratz2011-05-111-34/+16
* Slider: Properly handle value and value methods as setters. Fixes #4881 - Sli...Scott González2011-03-281-0/+2
* Fixed #6979 - Several components are leaking variables into the global scopeGilmore Davidson2011-02-231-1/+1
* Updated copyright year.Scott González2011-01-171-1/+1
* Slider: Changed _trimAlignValue function to return the correct inclusive valu...poplix2010-12-061-3/+3
* Slider: Modified handle and scroll content not to jump twice when handle is g...skeetergraphics2010-11-191-1/+3
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
* Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-091-3/+3
* WhitespaceScott González2010-07-071-1/+0
* Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: Red...tzkuei2010-07-061-1/+0
* Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can ...Richard D. Worth2010-05-111-2/+2
* Slider: fixed step alignment to handle negative fractional values. Fixed #558...Richard D. Worth2010-05-111-3/+3
* Slider: trim value to min and max when page_up or page_down is pressed. Fixed...Richard D. Worth2010-05-111-2/+2
* slider: jslint cleanup (thanks for the start zhaoz) and style changes to meet...Richard D. Worth2010-04-021-334/+382
* slider: corrected a regression introduced by commit 5ffd3abRichard D. Worth2010-04-021-2/+2
* Slider: added support for canceling start event. Fixes #5472 - slider: event ...Richard D. Worth2010-04-011-3/+9
* Align slider value to step. Fixes #5471 - value not aligned to step when set ...Richard D. Worth2010-04-011-19/+22