Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Remove usage of jQuery positional selectors | Michał Gołębiowski-Owczarek | 2020-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | jQuery positional selectors () have been deprecated in [jQuery 3.4.0](https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/) and they'll be removed in jQuery 4.0.0. This PR removes their usage. Most of the changes were possible without changing public API. However, dropping `:even` usage required a change to the [`header` option](https://api.jqueryui.com/accordion/#option-header) of the accordion widget. I made it an optional function; this will need to be documented. The polyfill for `.even()` & `.odd()` is added for jQuery <3.5.0. There was no usage of the :odd selector in the code but the `.odd()` method is also polyfilled for completeness. Closes gh-1904 | ||||
* | All: Optimize png images losslessly using zopflipng | Peter Dave Hello | 2016-06-06 | 1 | -0/+0 |
| | | | | Closes gh-1710 | ||||
* | Tests: Use demo bootstrap for visual tests | Jörn Zaefferer | 2015-09-30 | 5 | -80/+49 |
| | | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place. | ||||
* | Effects: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -17/+18 |
| | | | | Ref #14246 | ||||
* | Effects: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 4 | -16/+16 |
| | |||||
* | Effects: Rewrite | Mike Sherov | 2014-12-10 | 4 | -2/+5 |
| | | | | | | | | | | | | | | | | | | 1. Introduces a set of helper methods to easily create and define new effects. 2. Uses clip animations and placeholders instead of wrappers for clip effects. 3. Ensures all animations are detectable as animated Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041 Closes gh-1017 | ||||
* | Effects tests: Add clip visual test | Mike Sherov | 2014-09-03 | 1 | -0/+92 |
| | | | | Closes gh-1338 | ||||
* | Effects Tests: Add shake visual test | Mike Sherov | 2014-09-02 | 1 | -0/+99 |
| | | | | Closes gh-1328 | ||||
* | Effects Tests: Fix and format scale visual test | Mike Sherov | 2014-09-02 | 1 | -12/+23 |
| | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 2 | -2/+2 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 2 | -2/+2 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 2 | -16/+16 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 2 | -2/+2 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 2 | -2/+2 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 2 | -3/+3 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 2 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 2 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 2 | -2/+2 |
| | |||||
* | Tests: Fixining jquery include version | Corey Frang | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | Build: Splitting Release Coverage build into three | Corey Frang | 2012-07-23 | 2 | -3/+3 |
| | |||||
* | Effects: Renamed all files. | Scott González | 2012-06-15 | 2 | -16/+16 |
| | |||||
* | Visual tests: Effects cleanup. | Scott González | 2012-05-15 | 5 | -125/+118 |
| | |||||
* | Fix various issues in our html files, fourth batch | Jörn Zaefferer | 2012-04-23 | 1 | -3/+3 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 2 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 2 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 2 | -2/+2 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 2 | -2/+2 |
| | |||||
* | Finish jquery-1.6.2 migration | Jörn Zaefferer | 2011-07-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 1 | -1/+1 |
| | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | ||||
* | Tests: Adding visual/unit tests for scale effect. | gnarf | 2011-06-14 | 4 | -0/+537 |