Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -559/+0 |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | ||||
* | Slider: Create a copy of the options.values array for the return value of ↵ | Scott González | 2009-08-04 | 1 | -1/+3 |
| | | | | | | _value(). Fixes #4751 - Dragging slider modifies values, even if callback returns false. Thanks bkrausz. | ||||
* | All mouse-based plugins: Extend $.ui.mouse.defaults. Changed ↵ | Scott González | 2009-06-09 | 1 | -3/+2 |
| | | | | $.ui.mouse.defaults.cancel to ":input,option" which is used by every plugin as its default. Fixes #4584 ($.ui.mouse.defaults never used). | ||||
* | fix for #4492: added missing semicolons | Jörn Zaefferer | 2009-05-07 | 1 | -6/+6 |
| | |||||
* | updated the condition to assert that values.legnth ==2 and range: true. ↵ | Andrew Powell | 2009-04-19 | 1 | -2/+4 |
| | | | | (fixed #3736 - Slider: some handles get stuck when using two or more handles) | ||||
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵ | Scott González | 2009-04-15 | 1 | -1/+1 |
| | | | | factory should auto detect getters. | ||||
* | fixed #4391 - ui-state-hover, ui-state-active and disabled sliders | Richard Worth | 2009-04-02 | 1 | -4/+28 |
| | |||||
* | Fixed #4318 - Slider: method destroy does not remove ui-slider-range | Richard Worth | 2009-03-18 | 1 | -0/+1 |
| | |||||
* | Fixed #4315 (Slider: clicking on slider with negative values causes error ↵ | Richard Worth | 2009-03-10 | 1 | -1/+1 |
| | | | | 'closestHandle is undefined') | ||||
* | Fixed #4292 (Slider: ui.value incorrect in slide event if handle at value 0) | Richard Worth | 2009-03-10 | 1 | -4/+8 |
| | |||||
* | Fixed #4292 (Slider: ui.value incorrect in slide event if handle at value 0) | Richard Worth | 2009-03-09 | 1 | -17/+33 |
| | |||||
* | slider: use handle width / 2 instead of marginLeft to find offset of ↵ | Richard Worth | 2009-02-28 | 1 | -1/+1 |
| | | | | mousedown relative to center of handle (fixes #4063 - slider: horizontal slider handle jumps up when you click on it IE6) | ||||
* | changed ui.jquery.com to jqueryui.com | Richard Worth | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | slider: only return false on handle keydown if one of arrow keys or ↵ | Richard Worth | 2009-02-23 | 1 | -1/+4 |
| | | | | pgup/down are pressed (otherwise tab is broken) | ||||
* | Slider: Fixed min and max range sliders to add ui-slider-range-min or ↵ | Richard Worth | 2009-02-21 | 1 | -10/+12 |
| | | | | | | | ui-slider-range-max class and not set corresponding left/right/top/bottom inline, only width/height (fixes #4182 - slider min/max classes aren't being added to range div) (fixes #3850 - Slider Range With Fixed Max Demo Bug in Opera) | ||||
* | Slider: Removed support for auto orientation, set default to horizontal. ↵ | Scott González | 2009-02-18 | 1 | -2/+2 |
| | | | | Fixed #4174. | ||||
* | slider: limit the returned floats to 5 digits after the decimal point, ↵ | Paul Bakaus | 2009-02-17 | 1 | -1/+3 |
| | | | | corrects JS float errors (fixes #4124 - Value should always be constrained to valid step values) | ||||
* | slider: | Paul Bakaus | 2009-02-17 | 1 | -32/+32 |
| | | | | | - fixed propagation of change event within _slide (fixes #4005 - slider and change callback with range: true) - normalized all ui hash information | ||||
* | slider: animate option was ignored if only one handle (fixes #4167 ↵ | Paul Bakaus | 2009-02-17 | 1 | -8/+6 |
| | | | | slider:animation for single handles broken) | ||||
* | Slider: Fixed divide by zero error when min and max are the same. Fixed ↵ | Scott González | 2009-02-17 | 1 | -1/+6 |
| | | | | #4155 - IE6 error by min==max. | ||||
* | slider: fixed failing visual test: slider_in_container_with_scrollbars | Richard Worth | 2009-02-10 | 1 | -0/+2 |
| | |||||
* | Fixed 4062 - slider: vertical slider handle jumps up when you click on it | Richard Worth | 2009-02-05 | 1 | -1/+5 |
| | |||||
* | Fixed #3804 (Multiple Slider Focus Issues) | Richard Worth | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | Slider: | Scott González | 2009-02-02 | 1 | -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 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 |