Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Add slider visual test to the index page | TJ VanToll | 2016-06-09 | 1 | -0/+5 |
| | | | | (cherry picked from commit 65f4feb70b75fb7e086e8c9ddc238f97d825c2f9) | ||||
* | Slider: Fix handle order when setting values of range slider to max | Ablay Keldibek | 2016-06-09 | 1 | -0/+47 |
| | | | | | | | | | When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502 (cherry picked from commit dff1c74dd4c0fd6b951c7c183bebae09f9f229f6) | ||||
* | Tests: Adding missing dependency | TJ VanToll | 2015-02-05 | 1 | -0/+1 |
| | | | | (cherry picked from commit ae577ae108e6c01be1ef6d318e4065aab3cb0b87) | ||||
* | 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 | 2 | -0/+100 |
| | | | | Closes gh-1328 | ||||
* | Effects Tests: Fix and format scale visual test | Mike Sherov | 2014-09-02 | 1 | -12/+23 |
| | |||||
* | Mouse: Only detect out of document mouseups after a mousemove | Mike Sherov | 2014-08-20 | 2 | -0/+43 |
| | | | | | | | | 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 | 29 | -29/+29 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Menu: Use item.outerHeight() in _scrollIntoView | Jörn Zaefferer | 2014-05-06 | 1 | -1/+1 |
| | | | | Fixes #9991 | ||||
* | Resizable: Remove bad workaround for draggable+resizable | Jörn Zaefferer | 2014-04-16 | 2 | -0/+52 |
| | | | | | | | | | | | | 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 | 28 | -28/+28 |
| | |||||
* | Selectmenu: Fix invalid empty options in visual test | Jörn Zaefferer | 2014-02-21 | 1 | -3/+3 |
| | |||||
* | Selectmenu: Fix whitespace in visual test | Jörn Zaefferer | 2014-02-21 | 1 | -8/+8 |
| | |||||
* | Tests: Use .bind() instead of .on() | Scott González | 2014-02-11 | 2 | -4/+4 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 28 | -212/+212 |
| | | | | | | | - 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 |
| | |||||
* | Selectmenu Tests: add unit and visual tests for width option | Felix Nagel | 2013-12-07 | 1 | -1/+53 |
| | |||||
* | Menu: Add ui-front on submenus to address opacity messing up stacking order. ↵ | Jörn Zaefferer | 2013-12-03 | 1 | -2/+11 |
| | | | | Fixes #9650 - Menu: Disabled item visible through submenu on top | ||||
* | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2013-11-25 | 1 | -522/+515 |
|\ | |||||
| * | Tests: Cleanup visual theme test | Jörn Zaefferer | 2013-11-20 | 1 | -522/+515 |
| | | |||||
* | | Selectmenu: improve disabled item handling | Felix Nagel | 2013-10-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-10-10 | 3 | -170/+217 |
|\| | |||||
| * | Menu: Add items option for better definition of menu items in non ↵ | Kris Borchers | 2013-10-05 | 1 | -2/+7 |
| | | | | | | | | parent-child structures | ||||
| * | Menu tests: Remove anchors from visual test | Kris Borchers | 2013-10-05 | 1 | -168/+144 |
| | | |||||
| * | Dialog: Switch back to shuffling z-index, but only look at .ui-front siblings. | Jörn Zaefferer | 2013-10-02 | 2 | -0/+66 |
| | | | | | | | | | | Fixes #9166 - Dialog: moveToTop implementation resets flash/video/iframe/scroll Fixes #9364 - Dialog: Click of element with tooltip scrolls the dialog to the top | ||||
* | | Selectmenu: Updating jQuery to 1.10.2. | Felix Nagel | 2013-07-09 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-07-09 | 25 | -25/+25 |
|\| | |||||
| * | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 25 | -25/+25 |
| | | | | | | | | | | 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. | ||||
* | | Selectmenu: Fix htmllint warnings | Jörn Zaefferer | 2013-06-05 | 2 | -3/+2 |
| | | |||||
* | | Selectmenu tests: combine visual tests to one | Felix Nagel | 2013-05-30 | 2 | -151/+98 |
| | | |||||
* | | Selectmenu Tests: add visual test selectmenu in tabs, removed old ↵ | Felix Nagel | 2013-05-01 | 2 | -182/+53 |
| | | | | | | | | compatibility test | ||||
* | | Dialog Tests: move dialog initialization to top in order to make stacking ↵ | Felix Nagel | 2013-04-30 | 1 | -1/+1 |
| | | | | | | | | work for autocomplete and selectmenu | ||||
* | | Tests: added Selectenu to Dialog Widgets compound test | Felix Nagel | 2013-04-29 | 1 | -1/+11 |
| | | |||||
* | | Selectmenu Tests: added labels to disabled empty visual test | Felix Nagel | 2013-04-29 | 1 | -10/+15 |
| | | |||||
* | | Selectmenu Tests: change doctype to lower case | Felix Nagel | 2013-04-29 | 3 | -3/+3 |
| | | |||||
* | | Selectmenu: Updating jQuery to 1.9.1. | Felix Nagel | 2013-02-09 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-02-09 | 25 | -25/+25 |
|\| | |||||
| * | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 25 | -25/+25 |
| | | |||||
* | | Selectmenu tests: remove toggle event as its removed | Felix Nagel | 2013-02-09 | 1 | -14/+27 |
| | | |||||
* | | Selectmenu: Updating to jQuery 1.9.0 | Felix Nagel | 2013-01-18 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-01-18 | 25 | -28/+28 |
|\| | |||||
| * | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 25 | -28/+28 |
| | | |||||
* | | Selectmenu tests: remove option dropdown | Felix Nagel | 2012-12-20 | 1 | -6/+2 |
| | | |||||
* | | Selectmenu tests: improve compatibility visual test in order to work with ↵ | Felix Nagel | 2012-12-15 | 1 | -2/+2 |
| | | | | | | | | ui-front | ||||
* | | Selectmenu tests: fixed headlines in disable / empty visual test | Felix Nagel | 2012-12-15 | 1 | -2/+2 |
| | | |||||
* | | Selectmenu tests: improve and merge visual tests | Felix Nagel | 2012-12-13 | 5 | -263/+183 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-12-12 | 1 | -1/+6 |
|\| | |||||
| * | Dialog: Restrict title to a single line. Fixes #7773 - Dialog: If titlebar ↵ | Jörn Zaefferer | 2012-12-03 | 1 | -1/+6 |
| | | | | | | | | changes height during resize, button pane positioning changes. | ||||
* | | Selectmenu tests: add button widget js file to fix compatibility test | Felix Nagel | 2012-11-29 | 1 | -0/+1 |
| | | |||||
* | | Selectmenu tests: remove themeswitcher as its no longer available | Felix Nagel | 2012-11-29 | 1 | -9/+0 |
| | |