Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | slider: fixed orientation detection | Paul Bakaus | 2009-01-29 | 1 | -5/+8 |
| | |||||
* | slider: added better description for workaround for #3726 | Paul Bakaus | 2009-01-28 | 1 | -1/+2 |
| | |||||
* | slider: added better description for workaround for #3726 | Paul Bakaus | 2009-01-28 | 1 | -1/+0 |
| | |||||
* | slider: animate default should be false | Paul Bakaus | 2009-01-28 | 1 | -0/+2 |
| | |||||
* | slider: animate default should be false | Paul Bakaus | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | slider: | Paul Bakaus | 2009-01-28 | 1 | -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 Bakaus | 2009-01-28 | 1 | -1/+1 |
| | | | | are the maximum available (fixes #3948) | ||||
* | slider: | Paul Bakaus | 2009-01-28 | 1 | -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) | ||||
* | whitespace | Richard Worth | 2009-01-22 | 1 | -8/+8 |
| | |||||
* | Fixed #3766 - slider seems to be missing ui.handle property in options | Richard Worth | 2009-01-20 | 1 | -1/+3 |
| | |||||
* | Revert changes for #3838 for the release 1.6rc5 | Eduardo Lundgren | 2009-01-16 | 1 | -8/+2 |
| | |||||
* | Fix for #3838 - Components should use this.widgetName on internally | Eduardo Lundgren | 2009-01-16 | 1 | -2/+8 |
| | |||||
* | slider: implemented auto orientation, removed _orientation() in favor of ↵ | Paul Bakaus | 2009-01-12 | 1 | -33/+28 |
| | | | | this.orientation, saved some bytes by o=this.options in _init | ||||
* | slider: formatting | Paul Bakaus | 2009-01-12 | 1 | -14/+37 |
| | |||||
* | Happy New Year | Richard Worth | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Slider: Fixed #3717: Correct event types for callbacks. | Scott González | 2008-12-31 | 1 | -0/+1 |
| | |||||
* | Fixed #3716 - slider: range handles should not be able to cross | Richard Worth | 2008-12-31 | 1 | -8/+18 |
| | |||||
* | Remove trailing spaces | Eduardo Lundgren | 2008-12-31 | 1 | -2/+2 |
| | |||||
* | slider: added ui.values in the slide callback for a range | Richard Worth | 2008-12-31 | 1 | -1/+4 |
| | |||||
* | slider: removed hover and focus from range as it's not draggable (yet) | Richard Worth | 2008-12-23 | 1 | -1/+2 |
| | |||||
* | merged dev/slider branch (revs 1152-1229) back to trunk | Richard Worth | 2008-12-23 | 1 | -428/+309 |
| | |||||
* | Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specs | Richard Worth | 2008-12-13 | 1 | -4/+3 |
| | |||||
* | Source formatting | Eduardo Lundgren | 2008-11-28 | 1 | -5/+5 |
| | |||||
* | slider: fixed regression caused by a recent change in the mouse core - since ↵ | Paul Bakaus | 2008-11-24 | 1 | -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 Worth | 2008-11-21 | 1 | -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 Worth | 2008-11-21 | 1 | -1/+1 |
| | | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b | ||||
* | Source formatting: Removing trailing spaces | Eduardo Lundgren | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | slider: defered all parseInt / Math.round calls for values to this._round, ↵ | Paul Bakaus | 2008-11-19 | 1 | -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 files | Richard Worth | 2008-11-18 | 1 | -58/+58 |
| | |||||
* | fixed #3578 - ALL CODE: e, ui should be changed to event, ui | Richard Worth | 2008-11-14 | 1 | -29/+29 |
| | |||||
* | Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is ↵ | Richard Worth | 2008-11-12 | 1 | -1/+2 |
| | | | | undefined" | ||||
* | slider: changed order of fired callbacks in moveTo method (fixes #3465) | Paul Bakaus | 2008-10-20 | 1 | -1/+1 |
| | |||||
* | Fixed slider responds to keypresses when disabled | Richard Worth | 2008-10-17 | 1 | -0/+3 |
| | |||||
* | adding version property to all ui components | Jörn Zaefferer | 2008-10-05 | 1 | -7/+9 |
| | |||||
* | whitespace: Removed trailing whitespace from non-blank lines | Richard Worth | 2008-09-20 | 1 | -6/+6 |
| | |||||
* | whitespace | Richard Worth | 2008-09-20 | 1 | -29/+22 |
| | |||||
* | Reverted r695. | Scott González | 2008-09-19 | 1 | -51/+51 |
| | |||||
* | Remove Trailing Spaces | Eduardo Lundgren | 2008-09-19 | 1 | -50/+50 |
| | |||||
* | slider: use preventDefault on click event on handle instead of returning ↵ | Paul Bakaus | 2008-09-19 | 1 | -1/+1 |
| | | | | false (see #3228) | ||||
* | dragging handle won't fire onunload event anymore (fixes #3228) | Paul Bakaus | 2008-09-18 | 1 | -1/+2 |
| | |||||
* | Fixes #3342, prevents bubbling (and default key behaviour) for slider based ↵ | David Bolter | 2008-09-11 | 1 | -1/+3 |
| | | | | key events. | ||||
* | Fixed #3284 - Put version numbers inside of individual files. | Richard Worth | 2008-09-04 | 1 | -1/+1 |
| | |||||
* | Slider: internal methods | Chi Cheng | 2008-08-18 | 1 | -7/+7 |
| | |||||
* | slider:internal methods, fixes #3188 | Chi Cheng | 2008-08-18 | 1 | -7/+7 |
| | |||||
* | Slider: internal methods , fixes #3206 | Chi Cheng | 2008-08-16 | 1 | -86/+86 |
| | |||||
* | completes keyboard operation (fixes #3801) | David Bolter | 2008-07-14 | 1 | -4/+17 |
| | |||||
* | fix for arrow key operation (refs #3801) | David Bolter | 2008-07-10 | 1 | -2/+3 |
| | |||||
* | slider: animate is a bit smoother now - stops the previous animation | Paul Bakaus | 2008-07-03 | 1 | -2/+2 |
| | |||||
* | slider: added animate option: can be simply set to true, or to a multiplier ↵ | Paul Bakaus | 2008-07-03 | 1 | -3/+5 |
| | | | | that makes the animation longer or shorter (higher = longer, shorter = faster) | ||||
* | slider: removed cursor:default on the a wrapper, allows for better styling, ↵ | Paul Bakaus | 2008-07-03 | 1 | -1/+1 |
| | | | | changing the cursor of the slider handle (fixes #2854) |