aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.slider.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention.
* 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 ↵Scott González2012-02-091-6/+2
| | | | pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling.
* .attr() -> .prop()Scott González2011-06-081-2/+2
|
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵Scott González2011-05-281-5/+1
| | | | version numbers on instances.
* Slider: add handles in single DOM operation. Fixed #7259 - optimize handle ↵Adam Baratz2011-05-111-34/+16
| | | | creation.
* Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵Scott González2011-03-281-0/+2
| | | | Slider: value and values methods as setters aren't chainable.
* 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 ↵poplix2010-12-061-3/+3
| | | | value between min and max. Fixes #6643 - using range and step options makes jquery change min and max.
* Slider: Modified handle and scroll content not to jump twice when handle is ↵skeetergraphics2010-11-191-1/+3
| | | | grabbed and dragged from anywhere other than absolute center. Fixed #4467 - Slider: handle jumps a few pixels when clicked.
* 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 ↵Scott González2010-07-091-3/+3
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* WhitespaceScott González2010-07-071-1/+0
|
* Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: ↵tzkuei2010-07-061-1/+0
| | | | Redundant call to _normValueFromMouse
* Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can ↵Richard D. Worth2010-05-111-2/+2
| | | | go outside min and max with keyboard
* Slider: fixed step alignment to handle negative fractional values. Fixed ↵Richard D. Worth2010-05-111-3/+3
| | | | #5583 - Slider displays negative fractional values incorrectly. Thanks for the patch watanabe.
* Slider: trim value to min and max when page_up or page_down is pressed. ↵Richard D. Worth2010-05-111-2/+2
| | | | Fixed #5591 - Slider: can go below its defined minimum with PageDown
* slider: jslint cleanup (thanks for the start zhaoz) and style changes to ↵Richard D. Worth2010-04-021-334/+382
| | | | meet http://docs.jquery.com/JQuery_Core_Style_Guidelines
* 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
| | | | start not cancelable
* Align slider value to step. Fixes #5471 - value not aligned to step when set ↵Richard D. Worth2010-04-011-19/+22
| | | | programatically
* Slider: Refactoring _trimValue method to use more sane programming logicjzaefferer2010-03-271-3/+6
|
* Slider: Refactoring _valueMin and _valueMax methods, removing useless ↵jzaefferer2010-03-271-4/+2
| | | | temporary variables
* 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 ↵Richard Worth2010-03-171-1/+11
| | | | option setters. Fixes #5367 - slider change event not triggered by keypress
* 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
| | | | Fixes #5134 - Events not being triggered for drag and drop.
* Happy New YearRichard Worth2010-01-201-1/+1
|
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-17/+16
| | | | menu; including menu static tests).
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+2
| | | | Fixes #5023 - Split mouse code into its own file.
* Slider: Added paging - page up/down jumps by 1/5 the size of the range.Scott González2009-11-091-0/+12
| | | | Fixes #3096 - Add a paging option for slider
* Slider: Fixed values getter to be trimmed by min and max as value method is. ↵Richard Worth2009-10-121-15/+35
| | | | Added an overload to the values method for passing in an array of new values. Fixes #4522
* slider: Removed undocumented noPropagation last arg from values method as ↵Richard Worth2009-10-121-2/+2
| | | | per http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/a350889a377c59b8
* 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, ↵Richard Worth2009-10-121-10/+24
| | | | | | | animation still does not occur at init or during mouse drag slide, both by design. Animation now occurs, if animate is on, when using the value method, but not when using the value option. This allows for animated and non-animated programmatic setting of values without changing the animate option. Fixes #4432 - Allow animation when programmatically changing slider value Fixes #4659 - Allow slider to animate if slider value is set programatically
* slider: fixed two failing unit testsRichard Worth2009-10-121-0/+2
| | | | | 'value method set respects min' 'value method set respects max'
* slider: fixed disabled on init, methods enable and disableRichard Worth2009-09-191-0/+6
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-0/+559
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935