aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.slider.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | - Fixed #4016: Vertical slider was unusable when the thumb was at the min value. - Fixed #3736 for real: Vertical slider was unusable when using a range and both thumbs were at the min value.
* 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
| | | | | - implemented animate method - slider min/max values could be exceeded using the keyboard (fixes #3737)
* slider: closestHandle never got set when the distance between the handles ↵Paul Bakaus2009-01-281-1/+1
| | | | are the maximum available (fixes #3948)
* slider:Paul Bakaus2009-01-281-3/+19
| | | | | - when dragging a handle, the position of the relative click is respected (fixes #3972) - when dragging two range handles to 0, the slider was broken because the nearest handle would always be the first. Implemented a workaround. (fixes #3736)
* 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 ↵Paul Bakaus2009-01-121-33/+28
| | | | this.orientation, saved some bytes by o=this.options in _init
* 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
| | | | the mouse core doesn't stop mousedown propagation by default now, the mousedown event was triggered twice - once by the bound handle, and once by the actual element.
* slider: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-122/+206
| | | | _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults alphabetically.
* New file: AUTHORS.txt instead of having a single contributor's name in each ↵Richard Worth2008-11-211-1/+1
| | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-1/+1
|
* slider: defered all parseInt / Math.round calls for values to this._round, ↵Paul Bakaus2008-11-191-23/+27
| | | | implemented option 'round' (bool), that is enabled on default (old behaviour), can be disabled to return floating values (fixes 3489)
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-58/+58
|
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-29/+29
|
* Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is ↵Richard Worth2008-11-121-1/+2
| | | | undefined"
* slider: changed order of fired callbacks in moveTo method (fixes #3465)Paul Bakaus2008-10-201-1/+1
|
* Fixed slider responds to keypresses when disabledRichard Worth2008-10-171-0/+3
|
* adding version property to all ui componentsJörn Zaefferer2008-10-051-7/+9
|
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-201-6/+6
|
* whitespaceRichard Worth2008-09-201-29/+22
|
* Reverted r695.Scott González2008-09-191-51/+51
|
* Remove Trailing SpacesEduardo Lundgren2008-09-191-50/+50
|
* slider: use preventDefault on click event on handle instead of returning ↵Paul Bakaus2008-09-191-1/+1
| | | | false (see #3228)
* dragging handle won't fire onunload event anymore (fixes #3228)Paul Bakaus2008-09-181-1/+2
|
* Fixes #3342, prevents bubbling (and default key behaviour) for slider based ↵David Bolter2008-09-111-1/+3
| | | | key events.
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
|
* Slider: internal methodsChi Cheng2008-08-181-7/+7
|
* slider:internal methods, fixes #3188Chi Cheng2008-08-181-7/+7
|
* Slider: internal methods , fixes #3206Chi Cheng2008-08-161-86/+86
|
* completes keyboard operation (fixes #3801)David Bolter2008-07-141-4/+17
|