Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Removed links to tests that no longer exist | Peter Kehl | 2016-05-31 | 1 | -6/+0 |
| | | | | Closes gh-1709 | ||||
* | Checkboxradio: Initial commit of new widget | Alexander Schmitz | 2015-10-07 | 1 | -0/+5 |
| | |||||
* | Tests: Use demo bootstrap for visual tests | Jörn Zaefferer | 2015-09-30 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Tests: Add slider visual test to the index page | TJ VanToll | 2015-04-05 | 1 | -0/+5 |
| | |||||
* | Effects: Rewrite | Mike Sherov | 2014-12-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Tests: Removing unused visual theme test | TJ VanToll | 2014-10-24 | 1 | -5/+0 |
| | |||||
* | Effects Tests: Add shake visual test | Mike Sherov | 2014-09-02 | 1 | -0/+1 |
| | | | | Closes gh-1328 | ||||
* | Mouse: Only detect out of document mouseups after a mousemove | Mike Sherov | 2014-08-20 | 1 | -0/+5 |
| | | | | | | | | This prevents the firing of mouseup in the case of IE<9, which will fire a mousemove event if content is placed under the cursor on mousedown. Fixes #7778 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -1/+1 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Resizable: Remove bad workaround for draggable+resizable | Jörn Zaefferer | 2014-04-16 | 1 | -0/+1 |
| | | | | | | | | | | | | This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -2/+2 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Tests: Add link to visual test for selectmenu to index | Jörn Zaefferer | 2014-01-07 | 1 | -0/+5 |
| | |||||
* | Dialog: Switch back to shuffling z-index, but only look at .ui-front siblings. | Jörn Zaefferer | 2013-10-02 | 1 | -0/+4 |
| | | | | | Fixes #9166 - Dialog: moveToTop implementation resets flash/video/iframe/scroll Fixes #9364 - Dialog: Click of element with tooltip scrolls the dialog to the top | ||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
| | | | | | 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 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Position: Cleanup visual tests, keep general and feedback | Jörn Zaefferer | 2012-05-18 | 1 | -6/+0 |
| | |||||
* | Tests: Use versioned jQuery files in index files. | Scott González | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | Visual tests: Fix index links | Jörn Zaefferer | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Menu: Remove tablemenu visual test, broken and not interesting | Jörn Zaefferer | 2012-05-18 | 1 | -1/+0 |
| | |||||
* | Menu: Remove drilldown visual test, broken and superceded by James Rosen's ↵ | Jörn Zaefferer | 2012-05-18 | 1 | -1/+0 |
| | | | | implementation | ||||
* | Tests: Cleaned up index pages. Fixes #7374 - Broken link to Static and ↵ | Scott González | 2012-05-15 | 1 | -0/+90 |
| | | | | Visual tests (Index of Static and Visual tests do not exist). | ||||
* | Visual tests: Removed index page. A directory listing of all files is more ↵ | Scott González | 2011-03-29 | 1 | -62/+0 |
| | | | | useful than an incomplete listing of tests. | ||||
* | Menu: Rename nested.html to flyoutmenu.html, updated headers | jzaefferer | 2011-02-22 | 1 | -1/+2 |
| | |||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
| * | The accidental merge of tooltip into master was reverted in master, that ↵ | jzaefferer | 2010-04-08 | 1 | -0/+2 |
| | | | | | | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done | ||||
| * | Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui" | jzaefferer | 2010-04-01 | 1 | -2/+0 |
| | | | | | | | | | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master. | ||||
| * | Added compound test for Tabs with Tooltips | jzaefferer | 2010-03-25 | 1 | -0/+1 |
| | | |||||
| * | Copying files from old Googlecode dev branch for tooltip | jzaefferer | 2010-03-21 | 1 | -0/+1 |
| | | |||||
* | | Merge remote branch 'origin/menu' | jzaefferer | 2010-12-22 | 1 | -0/+8 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js | ||||
| * | | Added menu statics and visual tests to index files | jzaefferer | 2010-04-30 | 1 | -0/+8 |
| |/ | |||||
* | | Spinner: Add spinner to visual tests index page | jzaefferer | 2010-12-01 | 1 | -0/+1 |
| | | |||||
* | | visual test page to demonstrate theme. adapted from the UI download build. | paulirish | 2010-04-29 | 1 | -0/+1 |
|/ | |||||
* | Cleaning up visual tests | jzaefferer | 2010-03-21 | 1 | -13/+13 |
| | | | Fixes #5395 - Visual Tests Cleanup | ||||
* | Removed jQuery (not used); Added links to all.html, effects.all.html and ↵ | Jörn Zaefferer | 2010-03-20 | 1 | -6/+14 |
| | | | | compound tests | ||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 1 | -1/+2 |
| | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -1/+4 |
| | | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses. | ||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | | | | file renames in 1.8a1 | ||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -0/+1 |
| | | | | menu; including menu static tests). | ||||
* | Switched to jQuery 1.3.2 | Richard Worth | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | eol-style and mime-type | Richard Worth | 2009-01-24 | 1 | -36/+36 |
| | |||||
* | tests/visual: added default tests | Richard Worth | 2009-01-24 | 1 | -0/+36 |