Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Build: Remove duplicate box-sizing from .csslintrc | Alexander Schmitz | 2015-10-08 | 1 | -2/+1 |
| | |||||
* | Spinner: Use border-style: none instead of border: none | Alexander Schmitz | 2015-10-08 | 1 | -3/+3 |
| | | | | | This makes it possible to restore the border. This is useful for controlgroup labels and other custom styling. | ||||
* | Spinner: Update markup for buttons | Alexander Schmitz | 2015-10-08 | 1 | -14/+13 |
| | |||||
* | Fixup: .dsstore | Alexander Schmitz | 2015-10-08 | 1 | -0/+0 |
| | |||||
* | Controlgroup: Fixup visual focus in controlgroups | Alexander Schmitz | 2015-10-08 | 1 | -1/+2 |
| | |||||
* | Controlgroup: Fixes for spinner | Alexander Schmitz | 2015-10-08 | 3 | -8/+31 |
| | |||||
* | Controlgroup: fixup for spinner and label | Alexander Schmitz | 2015-10-08 | 4 | -12/+29 |
| | |||||
* | Controlgroup: Add controlgroup labels | Alexander Schmitz | 2015-10-08 | 4 | -240/+283 |
| | |||||
* | Controlgroup: Add spinner to widgets controlgroup works with | Alexander Schmitz | 2015-10-08 | 4 | -14/+37 |
| |