aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.slider.js
Commit message (Expand)AuthorAgeFilesLines
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-559/+0
* Slider: Create a copy of the options.values array for the return value of _va...Scott González2009-08-041-1/+3
* All mouse-based plugins: Extend $.ui.mouse.defaults. Changed $.ui.mouse.defa...Scott González2009-06-091-3/+2
* fix for #4492: added missing semicolonsJörn Zaefferer2009-05-071-6/+6
* updated the condition to assert that values.legnth ==2 and range: true. (fix...Andrew Powell2009-04-191-2/+4
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget factor...Scott González2009-04-151-1/+1
* fixed #4391 - ui-state-hover, ui-state-active and disabled slidersRichard Worth2009-04-021-4/+28
* Fixed #4318 - Slider: method destroy does not remove ui-slider-rangeRichard Worth2009-03-181-0/+1
* Fixed #4315 (Slider: clicking on slider with negative values causes error 'cl...Richard Worth2009-03-101-1/+1
* Fixed #4292 (Slider: ui.value incorrect in slide event if handle at value 0)Richard Worth2009-03-101-4/+8
* Fixed #4292 (Slider: ui.value incorrect in slide event if handle at value 0)Richard Worth2009-03-091-17/+33
* slider: use handle width / 2 instead of marginLeft to find offset of mousedow...Richard Worth2009-02-281-1/+1
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-271-1/+1
* slider: only return false on handle keydown if one of arrow keys or pgup/down...Richard Worth2009-02-231-1/+4
* Slider: Fixed min and max range sliders to add ui-slider-range-min or ui-slid...Richard Worth2009-02-211-10/+12
* Slider: Removed support for auto orientation, set default to horizontal. Fix...Scott González2009-02-181-2/+2
* slider: limit the returned floats to 5 digits after the decimal point, correc...Paul Bakaus2009-02-171-1/+3
* slider:Paul Bakaus2009-02-171-32/+32
* slider: animate option was ignored if only one handle (fixes #4167 slider:ani...Paul Bakaus2009-02-171-8/+6
* Slider: Fixed divide by zero error when min and max are the same. Fixed #415...Scott González2009-02-171-1/+6
* slider: fixed failing visual test: slider_in_container_with_scrollbarsRichard Worth2009-02-101-0/+2
* Fixed 4062 - slider: vertical slider handle jumps up when you click on itRichard Worth2009-02-051-1/+5
* Fixed #3804 (Multiple Slider Focus Issues)Richard Worth2009-02-051-1/+1
* Slider:Scott González2009-02-021-3/+4
* slider: fixed orientation detectionPaul Bakaus2009-01-291-5/+8
* slider: added better description for workaround for #3726Paul Bakaus2009-01-281-1/+2
* slider: added better description for workaround for #3726Paul Bakaus2009-01-281-1/+0
* slider: animate default should be falsePaul Bakaus2009-01-281-0/+2
* slider: animate default should be falsePaul Bakaus2009-01-281-1/+1
* slider:Paul Bakaus2009-01-281-25/+30
* slider: closestHandle never got set when the distance between the handles are...Paul Bakaus2009-01-281-1/+1
* slider:Paul Bakaus2009-01-281-3/+19
* whitespaceRichard Worth2009-01-221-8/+8
* Fixed #3766 - slider seems to be missing ui.handle property in optionsRichard Worth2009-01-201-1/+3
* Revert changes for #3838 for the release 1.6rc5Eduardo Lundgren2009-01-161-8/+2
* Fix for #3838 - Components should use this.widgetName on internallyEduardo Lundgren2009-01-161-2/+8
* slider: implemented auto orientation, removed _orientation() in favor of this...Paul Bakaus2009-01-121-33/+28
* slider: formattingPaul Bakaus2009-01-121-14/+37
* Happy New YearRichard Worth2009-01-031-1/+1
* Slider: Fixed #3717: Correct event types for callbacks.Scott González2008-12-311-0/+1
* Fixed #3716 - slider: range handles should not be able to crossRichard Worth2008-12-311-8/+18
* Remove trailing spacesEduardo Lundgren2008-12-311-2/+2
* slider: added ui.values in the slide callback for a rangeRichard Worth2008-12-311-1/+4
* slider: removed hover and focus from range as it's not draggable (yet)Richard Worth2008-12-231-1/+2
* merged dev/slider branch (revs 1152-1229) back to trunkRichard Worth2008-12-231-428/+309
* Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specsRichard Worth2008-12-131-4/+3
* Source formattingEduardo Lundgren2008-11-281-5/+5
* slider: fixed regression caused by a recent change in the mouse core - since ...Paul Bakaus2008-11-241-2/+11
* slider: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-122/+206
* New file: AUTHORS.txt instead of having a single contributor's name in each f...Richard Worth2008-11-211-1/+1