Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Selectmenu: Handle form resets | Jörn Zaefferer | 2015-10-27 | 3 | -4/+25 | |
| | | | | | | | | | | Fixes #12236 Ref gh-1550 | |||||
| * | Spinner: Adjust styles for new button CSS | Scott González | 2015-10-27 | 1 | -9/+2 | |
| | | | | | | | | Closes gh-1629 | |||||
| * | Button: Fix call to `._toggleClass()` | Scott González | 2015-10-26 | 1 | -1/+1 | |
| | | ||||||
| * | FormResetMixin: Add copyright header and manifest comments | Jörn Zaefferer | 2015-10-26 | 1 | -0/+14 | |
| | | ||||||
| * | Controlgroup: Fix create and destroy for controlgroupLabel | Jörn Zaefferer | 2015-10-26 | 3 | -6/+26 | |
| | | | | | | | | | | | | Creating the label broke while doing a refactoring, the lack of tests allowed that to go unnoticed. Shouldn't happen again with the extra tests, covering both controlgroupLabel and spinner. | |||||
| * | Theme: Fix ThemeRoller variable for ui-icon-background, again | Jörn Zaefferer | 2015-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | Theme: Fix ThemeRoller variable for ui-icon-background | Jörn Zaefferer | 2015-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | Tests: Fix button space assertions on IE8 | Jörn Zaefferer | 2015-10-25 | 3 | -15/+15 | |
| | | | | | | | | | | IE8 still doesn't keep the space in the text (or HTML) representation. We don't really care, so adding more trims in these tests as well. | |||||
| * | Draggable: Fix options tests | Jörn Zaefferer | 2015-10-25 | 2 | -12/+14 | |
| | | | | | | | | | | | | | | | | These failed when running through tests/unit/all.html, due to the smaller iframe. Reducing a browser window enough triggered the same issue. Making the top offset much smaller fixes that. The rest is fixing bad indent and adds a missing module call. | |||||
| * | Core: Remove header and manifest | Jörn Zaefferer | 2015-10-23 | 1 | -15/+0 | |
| | | | | | | | | | | This file is deprecated and should not be included, by default, in builds anymore. | |||||
| * | All: Fix manifest issues for categories and CSS dependencies | Jörn Zaefferer | 2015-10-23 | 23 | -54/+54 | |
| | | | | | | | | | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder. | |||||
| * | Mouse: Don't stop propagation of mouseup | Hannah Methvin | 2015-10-18 | 3 | -3/+20 | |
| | | | | | | | | Fixes #10818 | |||||
| * | Theme: Fix file permissions on images | Scott González | 2015-10-18 | 6 | -0/+0 | |
| | | ||||||
| * | Build: Add `grunt jenkins` task | Scott González | 2015-10-17 | 1 | -0/+1 | |
| | | ||||||
| * | Build: Fix requirejs task and add CSS concat task back in | Scott González | 2015-10-17 | 2 | -1/+39 | |
| | | ||||||
| * | Tooltip: Use show.delay update only when track option is active | Mani Mishra | 2015-10-17 | 1 | -1/+2 | |
| | | | | | | | | | | Fixes #14682 Closes gh-1613 | |||||
| * | Slider: Add missing unit test cases for values method | Jyoti Deka | 2015-10-17 | 1 | -3/+49 | |
| | | | | | | | | Closes gh-1573 | |||||
| * | Autocomplete: Whitespace | Scott González | 2015-10-16 | 1 | -2/+2 | |
| | | ||||||
| * | Autocomplete: Close the menu on any outside interactions | Scott González | 2015-10-16 | 2 | -18/+47 | |
| | | | | | | | | | | | | | | | | | | This ensures that the menu will close if the user interacts with a draggable, resizable, etc. element since those interactions don't change focus. Ref #6642 Closes gh-1614 | |||||
| * | Resizable: Remove mysterious helper dimension adjustments | Scott González | 2015-10-16 | 1 | -2/+2 | |
| | | | | | | | | | | Fixes #11113 Closes gh-1615 | |||||
| * | Build: Use the container-based infrastructure on Travis | Scott González | 2015-10-15 | 1 | -1/+2 | |
| | | | | | | | | | | | | Switch to node 0.12. Closes #1617 | |||||
| * | Checkboxradio: Add ui-state-highlight class to icon on create | Jörn Zaefferer | 2015-10-08 | 2 | -8/+18 | |
| | | | | | | | | | | This was already toggled in _toggleClasses, but that isn't called on create. | |||||
| * | Controlgroup: Fix refresh method tests by adding text content to button | Jörn Zaefferer | 2015-10-08 | 1 | -2/+2 | |
| | | | | | | | | | | In IE8, the empty elements cause issues. Adding text content makes sense, since empty elements are useless. | |||||
| * | Button: Can't test for " " in IE8, just make sure the element exists | Jörn Zaefferer | 2015-10-08 | 1 | -2/+2 | |
| | | ||||||
| * | Checkboxradio: Fix label option tests by trimming DOM text | Jörn Zaefferer | 2015-10-08 | 1 | -10/+10 | |
| | | | | | | | | | | IE8 is inconsistent in outputting space through .html() and .text() methods, but since it renders it correctly, we can just ignore it. | |||||
| * | Checkboxradio: Fix invalid chars, remove unused var, add comment | Jörn Zaefferer | 2015-10-08 | 1 | -2/+3 | |
| | | ||||||
| * | Checkboxradio: Fix invalid markup in core tests | Jörn Zaefferer | 2015-10-08 | 1 | -1/+1 | |
| | | ||||||
| * | Controlgroup: Convert to onevar, fix guard-clause/else, rm tmp var | Jörn Zaefferer | 2015-10-08 | 1 | -16/+18 | |
| | | ||||||
| * | Controlgroup: Fix css reference in unit tests | Jörn Zaefferer | 2015-10-08 | 1 | -1/+1 | |
| | | ||||||
| * | Tests: Prevent default on anchor click to avoid navigation | Jörn Zaefferer | 2015-10-08 | 1 | -1/+2 | |
| | | ||||||
| * | Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15 | Jörn Zaefferer | 2015-10-08 | 1 | -1/+1 | |
| | | ||||||
| * | Controlgroup: Typos and minor style fixes | Alexander Schmitz | 2015-10-08 | 1 | -22/+26 | |
| | | ||||||
| * | Checkboxradio: Typos and minor style fixes | Alexander Schmitz | 2015-10-08 | 1 | -13/+14 | |
| | | ||||||
| * | Button: Typos | Alexander Schmitz | 2015-10-08 | 1 | -1/+3 | |
| | | ||||||
| * | Controlgroup: Optimize and simplify data access and storage | Jörn Zaefferer | 2015-10-08 | 1 | -4/+2 | |
| | | ||||||
| * | Controlgroup: Improve comments and remove a misleading blank line | Jörn Zaefferer | 2015-10-08 | 1 | -3/+2 | |
| | | ||||||
| * | Controlgroup: Rename excludeInvisible to onlyVisible | Jörn Zaefferer | 2015-10-08 | 4 | -11/+11 | |
| | | | | | | | | Gets rid of the double negative. | |||||
| * | Controlgroup: Update toolbar demo to warn about "this is just a demo" | Jörn Zaefferer | 2015-10-08 | 1 | -2/+3 | |
| | | ||||||
| * | Theme: address review comment for visual focus | Alexander Schmitz | 2015-10-08 | 1 | -1/+0 | |
| | | ||||||
| * | Spinner: Address review comments | Alexander Schmitz | 2015-10-08 | 1 | -5/+2 | |
| | | ||||||
| * | Datepicker: address review comments | Alexander Schmitz | 2015-10-08 | 1 | -1/+0 | |
| | | ||||||
| * | Dialog: address review comments | Alexander Schmitz | 2015-10-08 | 1 | -4/+4 | |
| | | ||||||
| * | Selectmenu: Address review comments | Alexander Schmitz | 2015-10-08 | 2 | -4/+2 | |
| | | ||||||
| * | Controlgroup: Address review comments | Alexander Schmitz | 2015-10-08 | 3 | -45/+41 | |
| | | ||||||
| * | Checkboxradio: Address review comments | Alexander Schmitz | 2015-10-08 | 6 | -42/+55 | |
| | | ||||||
| * | Button: address review comments | Alexander Schmitz | 2015-10-08 | 5 | -97/+10 | |
| | | ||||||
| * | Spinner: Style updates | Alexander Schmitz | 2015-10-08 | 1 | -1/+1 | |
| | | ||||||
| * | Controlgroup: Style updates | Alexander Schmitz | 2015-10-08 | 1 | -11/+11 | |
| | | ||||||
| * | Controlgroup: Style updates | Alexander Schmitz | 2015-10-08 | 4 | -28/+28 | |
| | | ||||||
| * | Checkboxradio: Style updates | Alexander Schmitz | 2015-10-08 | 5 | -44/+44 | |
| | |