Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -692/+0 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | All: Remove "Depends" comment | Rafael Xavier de Souza | 2014-01-24 | 1 | -5/+0 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | All: Wrap source files with UMD return exports | Rafael Xavier de Souza | 2014-01-24 | 1 | -3/+18 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | Fix various coding style issues | Jörn Zaefferer | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | Spinner: Prefix variables with component name. | Scott González | 2013-10-24 | 1 | -1/+2 |
| | |||||
* | Slider: Move numPages into the widget prototype. | Scott González | 2013-10-24 | 1 | -7/+8 |
| | |||||
* | Slider: Remove unnecessary 3rd argument in _slide method when calling ↵ | Jyoti Deka | 2013-10-18 | 1 | -1/+1 |
| | | | | this.values() | ||||
* | Revert "Slider: Remove unnecessary 3rd argument in _slide method when ↵ | Jörn Zaefferer | 2013-10-18 | 1 | -1/+1 |
| | | | | | | | | calling this.values()" This reverts commit b715e1d3cc54245c54d3981aa341f3a812dba499. Reverting to fix author email address to avoid CLA issues in the future. | ||||
* | Slider: Remove unnecessary 3rd argument in _slide method when calling ↵ | Jyoti Deka | 2013-10-18 | 1 | -1/+1 |
| | | | | this.values() | ||||
* | Slider: Remove range div when changing range option to false. Fixes #9355 - ↵ | Scott González | 2013-06-03 | 1 | -2/+7 |
| | | | | Slider: Changing range option to false does not remove range div. | ||||
* | All: Remove inline JSHint settings. | Scott González | 2013-04-22 | 1 | -1/+0 |
| | |||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -1/+5 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -5/+1 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -1/+5 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | Slider: allow range option to be changed. Fixed #5602 - Slider Does Not ↵ | David Petersen | 2013-02-05 | 1 | -61/+87 |
| | | | | Exhibit Proper Behavior When Switching Range | ||||
* | Slider: Add disabled tests and remove disabled prop from handles | David Petersen | 2013-02-04 | 1 | -3/+0 |
| | |||||
* | Slider: Added rounded corners to range area. Fixed #9024 - Slider: Range ↵ | Thomas Jaggi | 2013-01-28 | 1 | -1/+1 |
| | | | | area needs rounded corners, too | ||||
* | Slider: Moved events to named functions (to allow extended plugins to hook in). | Dominic Barnes | 2013-01-14 | 1 | -76/+78 |
| | |||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Slider: add options for event callbacks | Mike Sherov | 2013-01-02 | 1 | -1/+7 |
| | |||||
* | Slider: Create clone of options.values during _create(). Fixed #8892 - ↵ | Dominic Barnes | 2012-12-18 | 1 | -2/+3 |
| | | | | Multiple Sliders have Conflict with options.values. | ||||
* | All: Use .addBack() instead of .andSelf(). | Scott González | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | Allow higher cyclomatic complexity in functions that sanely use switch ↵ | Scott González | 2012-12-06 | 1 | -0/+1 |
| | | | | statements. | ||||
* | Slider: factorize code with Widget method call. Fixed #8772 - Wrong slider ↵ | Samuel Bovée | 2012-11-21 | 1 | -5/+3 |
| | | | | UI state when disabled at init | ||||
* | Slider: when handles overlap, clicking and dragging will now pick the last ↵ | Juan Pablo Kaniefsky | 2012-11-16 | 1 | -9/+6 |
| | | | | one that was moved. Fixed #3467 - Sliders Handles can overlap, only small sliver of slider is selectable | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Slider: Count the handles after setting up a range. Fixes #7922 - Slider ↵ | David Petersen | 2012-10-17 | 1 | -2/+3 |
| | | | | with range doesn't work if values are not set. | ||||
* | Slider: Update UI when min or max option changes. Fixes #7477 - Setting ↵ | David Petersen | 2012-10-16 | 1 | -0/+6 |
| | | | | min/max options does not update view. | ||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off. | Scott González | 2012-06-13 | 1 | -1/+1 |
| | |||||
* | Resizable, Slider: Don't use .hover(). | Scott González | 2012-05-21 | 1 | -2/+3 |
| | |||||
* | Slider: Use base destroy method. | Scott González | 2012-05-09 | 1 | -6/+2 |
| | |||||
* | Slider: Remove uses of self var; use new APIs or that var. | Scott González | 2012-05-09 | 1 | -71/+51 |
| | |||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -2/+3 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Update data naming for Slider. Partial fix for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -3/+3 |
| | |||||
* | Slider: Whitespace cleanup | Jörn Zaefferer | 2012-03-01 | 1 | -14/+14 |
| | |||||
* | Slider: Prevent the default action on keydown if we're listening for the ↵ | Scott González | 2012-02-09 | 1 | -6/+2 |
| | | | | pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling. | ||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -2/+2 |
| | |||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -5/+1 |
| | | | | version numbers on instances. | ||||
* | Slider: add handles in single DOM operation. Fixed #7259 - optimize handle ↵ | Adam Baratz | 2011-05-11 | 1 | -34/+16 |
| | | | | creation. | ||||
* | Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵ | Scott González | 2011-03-28 | 1 | -0/+2 |
| | | | | Slider: value and values methods as setters aren't chainable. | ||||
* | Fixed #6979 - Several components are leaking variables into the global scope | Gilmore Davidson | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Slider: Changed _trimAlignValue function to return the correct inclusive ↵ | poplix | 2010-12-06 | 1 | -3/+3 |
| | | | | value between min and max. Fixes #6643 - using range and step options makes jquery change min and max. | ||||
* | Slider: Modified handle and scroll content not to jump twice when handle is ↵ | skeetergraphics | 2010-11-19 | 1 | -1/+3 |
| | | | | grabbed and dragged from anywhere other than absolute center. Fixed #4467 - Slider: handle jumps a few pixels when clicked. | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| |