Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Optimize png images losslessly using zopflipng | Peter Dave Hello | 2016-06-06 | 1 | -0/+0 |
| | | | | Closes gh-1710 | ||||
* | Tests: Removed links to tests that no longer exist | Peter Kehl | 2016-05-31 | 1 | -6/+0 |
| | | | | Closes gh-1709 | ||||
* | Dialog: Remove use of `$.now()` in performance test | Scott González | 2016-03-03 | 1 | -4/+4 |
| | |||||
* | Tooltip: Remove use of `$.parseJSON()` | Scott González | 2016-01-18 | 1 | -2/+3 |
| | | | | | | | Also fixes the module loading for the tooltip animations visual test. Fixes #14903 Closes gh-1665 | ||||
* | Checkboxradio: Address review comments | Alexander Schmitz | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Button: address review comments | Alexander Schmitz | 2015-10-08 | 2 | -88/+0 |
| | |||||
* | Checkboxradio: Initial commit of new widget | Alexander Schmitz | 2015-10-07 | 2 | -0/+70 |
| | |||||
* | Button: Initial commit of button re-factor | Alexander Schmitz | 2015-10-07 | 1 | -25/+3 |
| | | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set | ||||
* | Tests: Use demo bootstrap for visual tests | Jörn Zaefferer | 2015-09-30 | 33 | -475/+227 |
| | | | | | | 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 | ||||
* | Tooltip: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -5/+5 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Position: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -4/+4 |
| | |||||
* | Effects: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 4 | -16/+16 |
| | |||||
* | Tooltip: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Selectmenu: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -9/+9 |
| | |||||
* | Draggable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Dialog: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 5 | -9/+9 |
| | |||||
* | Tests: Add slider visual test to the index page | TJ VanToll | 2015-04-05 | 1 | -0/+5 |
| | |||||
* | Slider: Fix handle order when setting values of range slider to max | Ablay Keldibek | 2015-03-18 | 1 | -0/+47 |
| | | | | | | | When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502 | ||||
* | Tooltip: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -3/+9 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Effects: Rewrite | Mike Sherov | 2014-12-10 | 5 | -2/+6 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Theme: Carat should be named caret | Lisa Seacat DeLuca | 2014-11-03 | 1 | -1/+1 |
| | | | | | Fixes #10683 Closes gh-1382 | ||||
* | Menu: Wrap menu items in a <div> | TJ VanToll | 2014-10-25 | 1 | -155/+202 |
| | | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342 | ||||
* | Theme: Change default widget font-size to 1em | TJ VanToll | 2014-10-24 | 5 | -15/+1 |
| | | | | | Fixes #10131 Closes gh-1374 | ||||
* | Tests: Removing unused visual theme test | TJ VanToll | 2014-10-24 | 2 | -530/+0 |
| | |||||
* | Tests: Adding missing dependency | TJ VanToll | 2014-10-24 | 1 | -0/+1 |
| | |||||
* | 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 |
|\| |