Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -159/+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 | -4/+0 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | All: Wrap source files with UMD return exports | Rafael Xavier de Souza | 2014-01-24 | 1 | -3/+17 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | 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 | ||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Progressbar: Moved .ui-progressbar-indeterminate to main element. Added ↵ | Scott González | 2012-12-12 | 1 | -1/+2 |
| | | | | tests for markup structure. | ||||
* | Progressbar: Take min into account when calculating percentage. | Kris Borchers | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | Progressbar: Cleanup, byte shaving. | Scott González | 2012-12-06 | 1 | -26/+16 |
| | |||||
* | Progressbar: Only remove aria-valuenow for indeterminate progressbars. Added ↵ | Scott González | 2012-12-06 | 1 | -4/+4 |
| | | | | more accessibility tests. | ||||
* | Progressbar: Define defaults for callbacks. | Scott González | 2012-12-06 | 1 | -1/+4 |
| | |||||
* | Progressbar: Create and destroy indeterminate overlay as needed and code ↵ | Kris Borchers | 2012-11-29 | 1 | -17/+23 |
| | | | | cleanup. | ||||
* | Progressbar: Add ability to set value: false for an indeterminate ↵ | kborchers | 2012-11-21 | 1 | -11/+24 |
| | | | | progressbar. Fixes #7624 - Progressbar: Support value: false for indeterminate progressbar | ||||
* | Progressbar: Do not duplicate base _setOptions method | Kris Borchers | 2012-11-11 | 1 | -10/+4 |
| | |||||
* | Progressbar: Refactor to better handle option changes and sanitize values. ↵ | Kris Borchers | 2012-11-08 | 1 | -25/+58 |
| | | | | Fixes #8785 - Progressbar: Remove _value() and always sanitize value option | ||||
* | 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 |
| | |||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Widget: Remove method argument from _super and _superApply. Was a left-over ↵ | Jörn Zaefferer | 2011-11-18 | 1 | -1/+1 |
| | | | | from first implementation, not necessary anymore. | ||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -4/+1 |
| | | | | version numbers on instances. | ||||
* | Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be ↵ | Kyle Florence | 2011-04-09 | 1 | -0/+1 |
| | | | | hidden when value is at 0% | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Updated widgets to use new methods from $.Widget. | Scott González | 2011-01-15 | 1 | -1/+1 |
| | |||||
* | Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ↵ | Scott González | 2011-01-14 | 1 | -3/+1 |
| | | | | widgets with simple destroy methods. | ||||
* | Progressbar: Added max option. Fixes #6681 - Progressbar: add max option. | Marian Rudzynski | 2010-11-22 | 1 | -8/+19 |
| | |||||
* | Progressbar: Added a complete event. Fixes #3500 - Progressbar callback at ↵ | Scott González | 2010-09-27 | 1 | -0/+3 |
| | | | | the end. | ||||
* | Progressbar: cleanup. | Scott González | 2010-07-29 | 1 | -25/+12 |
| | |||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Progressbar: Conform to coding standards. | Scott González | 2010-02-07 | 1 | -48/+36 |
| | |||||
* | 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 | -9/+8 |
| | | | | menu; including menu static tests). | ||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -0/+1 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+119 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |