Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Controlgroup: Fix headers and demos | Alexander Schmitz | 2015-10-08 | 4 | -28/+47 |
| | |||||
* | Controlgroup: Add missing entry to demos bootstrap | Alexander Schmitz | 2015-10-08 | 9 | -131/+23 |
| | |||||
* | Controlgroup: add demos to bootstrap | Alexander Schmitz | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | Demos: Add checkboxradio to bootstrap | Alexander Schmitz | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | Checkboxradio: Add inset shadow to iconbackground to make it stand out | Alexander Schmitz | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | Checkboxxradio: Adjust demo headers | Alexander Schmitz | 2015-10-08 | 3 | -5/+12 |
| | |||||
* | Spinner: Updates for new button widget and classes option | Alexander Schmitz | 2015-10-08 | 19 | -349/+39 |
| | |||||
* | Selectmenu: update to use button css | Alexander Schmitz | 2015-10-07 | 5 | -39/+24 |
| | | | | This ensures consistency between different form elements | ||||
* | Dialog: Updating dialog and tests for new button API | Alexander Schmitz | 2015-10-07 | 2 | -18/+17 |
| | |||||
* | Controlgroup: Inital commit of new widget | Alexander Schmitz | 2015-10-07 | 19 | -101/+820 |
| | | | | This widget replaces the buttonset widget | ||||
* | Theme: Add visual focus outline for checkbox and radio buttons | Alexander Schmitz | 2015-10-07 | 1 | -1/+10 |
| | | | | This adds a focus outline matching that roughly from chrome osx | ||||
* | Checkboxradio: Initial commit of new widget | Alexander Schmitz | 2015-10-07 | 29 | -3/+1741 |
| | |||||
* | Button: Initial commit of button re-factor | Alexander Schmitz | 2015-10-07 | 21 | -982/+849 |
| | | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set | ||||
* | Tests: Allow widgets to not have a default element | Alexander Schmitz | 2015-10-07 | 1 | -1/+3 |
| | |||||
* | Build: add box-sizing: false to .csslintrc | Alexander Schmitz | 2015-10-07 | 1 | -1/+3 |
| | | | | We can use this now that we dont support IE < 8 | ||||
* | Tests: Fix jshint includes for datepicker and effects | Jörn Zaefferer | 2015-10-01 | 2 | -2/+2 |
| | |||||
* | Release: Publish to npm | Jörn Zaefferer | 2015-09-30 | 1 | -0/+1 |
| | | | | Fixes #11101 | ||||
* | Tests: Use demo bootstrap for visual tests | Jörn Zaefferer | 2015-09-30 | 35 | -485/+243 |
| | | | | | | 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. | ||||
* | Tooltip: Turn of collision detection on forms demo for mobile rendering | Jörn Zaefferer | 2015-09-30 | 1 | -1/+2 |
| | | | | | Slighly improves the result by avoiding the tooltip ending up on top of the input. | ||||
* | Demos: Add device-width viewport meta to all demos | Jörn Zaefferer | 2015-09-30 | 129 | -2/+131 |
| | | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d | ||||
* | Focusable: Fix handling of `visibility: inherit` | Scott González | 2015-09-29 | 3 | -4/+32 |
| | | | | | | Ref #14596 Ref gh-1583 Closes gh-1605 | ||||
* | Tabs: Adjust handling of disabled option, using _setOptionDisabled | Jörn Zaefferer | 2015-09-25 | 2 | -12/+8 |
| | | | | | | | | Tabs support multiple values to disable individual tabs. Only add the ui-tabs-disabled class when all tabs are disabled. Ref #9151 Closes gh-1599 | ||||
* | Tooltip: Don't apply disabled style changes on create | Jörn Zaefferer | 2015-09-25 | 1 | -12/+4 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Spinner: Remove redundant handling of disabled option on create | Jörn Zaefferer | 2015-09-25 | 1 | -10/+7 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Slider: Remove redundant handling of disabled option on create | Jörn Zaefferer | 2015-09-25 | 1 | -5/+6 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Selectmenu: Remove redundant handling of disabled option on create | Jörn Zaefferer | 2015-09-25 | 1 | -18/+16 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Progressbar: Handle disabled option on create, using _setOptionDisabled | Jörn Zaefferer | 2015-09-25 | 1 | -4/+7 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Menu: Remove redundant handling of disabled option on create | Jörn Zaefferer | 2015-09-25 | 1 | -9/+7 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Draggable: Remove redundant handling of disabled class on create | Jörn Zaefferer | 2015-09-25 | 1 | -3/+0 |
| | | | | | | | _setOptionDisabled in $.Widget is now handling that. Ref #9151 Ref gh-1599 | ||||
* | Dialog: Override disabled option on create, force always-enabled state | Jörn Zaefferer | 2015-09-25 | 1 | -0/+5 |
| | | | | | | | | Without this, _on will still respect the disabled option and ends up preventing closing the dialog. Ref #9151 Ref gh-1599 | ||||
* | Accordion: Handle disabled option on create, through _setOptionDisabled | Jörn Zaefferer | 2015-09-25 | 1 | -7/+9 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Widget: Call `._setOptionDisabled()` on init if the widget is disabled | Scott González | 2015-09-25 | 2 | -7/+49 |
| | | | | | Fixes #9151 Ref gh-1599 | ||||
* | Core: Remove ancestor visibility requirement from `:focusable` selector | Weston Ruter | 2015-09-24 | 3 | -14/+16 |
| | | | | | | | | * Check computed visibility in addition to :visible * Add tests for nested visibility override Fixes #14596 Closes gh-1583 | ||||
* | Build: Add main entry for webpack support; actual value doesn't matter | Jörn Zaefferer | 2015-09-24 | 1 | -0/+1 |
| | | | | | Fixes #14375 Closes gh-1600 | ||||
* | Datepicker: Fix date format for `ko` locale | Scott González | 2015-09-23 | 1 | -1/+1 |
| | | | | | Fixes #14595 Closes gh-1595 | ||||
* | Demos: Remove use of disableSelection() in widget demo, no need | Jörn Zaefferer | 2015-09-21 | 1 | -3/+1 |
| | | | | Ref 4916487440b0c087e6e5996522cf478af26df591 | ||||
* | Demos: Add missing disable-selection dependency in sortable-ish demos | Jörn Zaefferer | 2015-09-21 | 8 | -8/+8 |
| | | | | | Ref 4916487440b0c087e6e5996522cf478af26df591 Ref #9647 | ||||
* | Autocomplete: Use a `div` instead of a `span` for the live region | Scott González | 2015-09-18 | 1 | -1/+1 |
| | | | | Fixes #14587 | ||||
* | Resizable: Don't round dimensions | Scott González | 2015-09-17 | 1 | -14/+14 |
| | |||||
* | All: Delegate to base `_getCreateOptions()`. | Scott González | 2015-09-17 | 4 | -5/+14 |
| | | | | | | | Ensures that any extensions to the base widget will be handled properly by individual widgets. Closes gh-1598 | ||||
* | Datepicker: Fix tests on TestSwarm by requiring $.ui.ie in the test | Jörn Zaefferer | 2015-09-17 | 1 | -1/+2 |
| | | | | | The check that checks for IE wouldn't match since $.ui.ie was extracted to its own file. | ||||
* | Widget: Style updates | Scott González | 2015-09-16 | 2 | -48/+73 |
| | | | | Closes gh-1597 | ||||
* | README: Remove section on building jQuery UI | Scott González | 2015-09-16 | 1 | -15/+0 |
| | |||||
* | Build: update grunt file for .jscsrc | Alexander Schmitz | 2015-09-11 | 1 | -1/+1 |
| | | | | Closes gh-1589 | ||||
* | Datepicker: Style updates to KO locale for jscs | Alexander Schmitz | 2015-09-11 | 1 | -14/+14 |
| | |||||
* | Mouse: Style fixes for jscs | Alexander Schmitz | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | Build: bump jscs version | Alexander Schmitz | 2015-09-11 | 1 | -1/+1 |
| |