aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.slider.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Slider: Refactoring _trimValue method to use more sane programming logicjzaefferer2010-03-271-3/+6
* Slider: Refactoring _valueMin and _valueMax methods, removing useless tempora...jzaefferer2010-03-271-4/+2
* Slider: Inlining _step method, was used only oncejzaefferer2010-03-271-6/+1
* Slider: fixed change event to be triggered by keyup and value and values opti...Richard Worth2010-03-171-1/+11
* Fixed #5178 - Slider's change event fires on slideRichard Worth2010-02-151-8/+13
* Slider: added missing comma.Scott González2010-02-051-1/+1
* Fixed event prefix in all plugins that don't use the default prefix.Scott González2010-02-051-2/+2
* Happy New YearRichard Worth2010-01-201-1/+1
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-17/+16
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+2
* Slider: Added paging - page up/down jumps by 1/5 the size of the range.Scott González2009-11-091-0/+12
* Slider: Fixed values getter to be trimmed by min and max as value method is. ...Richard Worth2009-10-121-15/+35
* slider: Removed undocumented noPropagation last arg from values method as per...Richard Worth2009-10-121-2/+2
* slider: use internal methods _valueMin() and _valueMax()Richard Worth2009-10-121-2/+2
* Slider: Fixed animation to respond to keypress as well as mouse click, animat...Richard Worth2009-10-121-10/+24
* slider: fixed two failing unit testsRichard Worth2009-10-121-0/+2
* slider: fixed disabled on init, methods enable and disableRichard Worth2009-09-191-0/+6