Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | slider: jslint cleanup (thanks for the start zhaoz) and style changes to ↵ | Richard D. Worth | 2010-04-02 | 1 | -334/+382 |
| | | | | meet http://docs.jquery.com/JQuery_Core_Style_Guidelines | ||||
* | slider: corrected a regression introduced by commit 5ffd3ab | Richard D. Worth | 2010-04-02 | 1 | -2/+2 |
| | |||||
* | Slider: added support for canceling start event. Fixes #5472 - slider: event ↵ | Richard D. Worth | 2010-04-01 | 1 | -3/+9 |
| | | | | start not cancelable | ||||
* | Align slider value to step. Fixes #5471 - value not aligned to step when set ↵ | Richard D. Worth | 2010-04-01 | 1 | -19/+22 |
| | | | | programatically | ||||
* | Slider: Refactoring _trimValue method to use more sane programming logic | jzaefferer | 2010-03-27 | 1 | -3/+6 |
| | |||||
* | Slider: Refactoring _valueMin and _valueMax methods, removing useless ↵ | jzaefferer | 2010-03-27 | 1 | -4/+2 |
| | | | | temporary variables | ||||
* | Slider: Inlining _step method, was used only once | jzaefferer | 2010-03-27 | 1 | -6/+1 |
| | |||||
* | Slider: fixed change event to be triggered by keyup and value and values ↵ | Richard Worth | 2010-03-17 | 1 | -1/+11 |
| | | | | option setters. Fixes #5367 - slider change event not triggered by keypress | ||||
* | Fixed #5178 - Slider's change event fires on slide | Richard Worth | 2010-02-15 | 1 | -8/+13 |
| | |||||
* | Slider: added missing comma. | Scott González | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Fixed event prefix in all plugins that don't use the default prefix. | Scott González | 2010-02-05 | 1 | -2/+2 |
| | | | | Fixes #5134 - Events not being triggered for drag and drop. | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -1/+1 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -17/+16 |
| | | | | menu; including menu static tests). | ||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -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ález | 2009-11-09 | 1 | -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 Worth | 2009-10-12 | 1 | -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 Worth | 2009-10-12 | 1 | -2/+2 |
| | | | | per http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/a350889a377c59b8 | ||||
* | slider: use internal methods _valueMin() and _valueMax() | Richard Worth | 2009-10-12 | 1 | -2/+2 |
| | |||||
* | Slider: Fixed animation to respond to keypress as well as mouse click, ↵ | Richard Worth | 2009-10-12 | 1 | -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 tests | Richard Worth | 2009-10-12 | 1 | -0/+2 |
| | | | | | 'value method set respects min' 'value method set respects max' | ||||
* | slider: fixed disabled on init, methods enable and disable | Richard Worth | 2009-09-19 | 1 | -0/+6 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+559 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |