aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Controlgroup: Inital commit of new widgetAlexander Schmitz2015-10-0719-101/+820
| | | | This widget replaces the buttonset widget
* Theme: Add visual focus outline for checkbox and radio buttonsAlexander Schmitz2015-10-071-1/+10
| | | | This adds a focus outline matching that roughly from chrome osx
* Checkboxradio: Initial commit of new widgetAlexander Schmitz2015-10-0729-3/+1741
|
* Button: Initial commit of button re-factorAlexander Schmitz2015-10-0721-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 elementAlexander Schmitz2015-10-071-1/+3
|
* Build: add box-sizing: false to .csslintrcAlexander Schmitz2015-10-071-1/+3
| | | | We can use this now that we dont support IE < 8
* Tests: Fix jshint includes for datepicker and effectsJörn Zaefferer2015-10-012-2/+2
|
* Release: Publish to npmJörn Zaefferer2015-09-301-0/+1
| | | | Fixes #11101
* Tests: Use demo bootstrap for visual testsJörn Zaefferer2015-09-3035-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 renderingJörn Zaefferer2015-09-301-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 demosJörn Zaefferer2015-09-30129-2/+131
| | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* Focusable: Fix handling of `visibility: inherit`Scott González2015-09-293-4/+32
| | | | | | Ref #14596 Ref gh-1583 Closes gh-1605
* Tabs: Adjust handling of disabled option, using _setOptionDisabledJörn Zaefferer2015-09-252-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 createJörn Zaefferer2015-09-251-12/+4
| | | | | Ref #9151 Ref gh-1599
* Spinner: Remove redundant handling of disabled option on createJörn Zaefferer2015-09-251-10/+7
| | | | | Ref #9151 Ref gh-1599
* Slider: Remove redundant handling of disabled option on createJörn Zaefferer2015-09-251-5/+6
| | | | | Ref #9151 Ref gh-1599
* Selectmenu: Remove redundant handling of disabled option on createJörn Zaefferer2015-09-251-18/+16
| | | | | Ref #9151 Ref gh-1599
* Progressbar: Handle disabled option on create, using _setOptionDisabledJörn Zaefferer2015-09-251-4/+7
| | | | | Ref #9151 Ref gh-1599
* Menu: Remove redundant handling of disabled option on createJörn Zaefferer2015-09-251-9/+7
| | | | | Ref #9151 Ref gh-1599
* Draggable: Remove redundant handling of disabled class on createJörn Zaefferer2015-09-251-3/+0
| | | | | | | _setOptionDisabled in $.Widget is now handling that. Ref #9151 Ref gh-1599
* Dialog: Override disabled option on create, force always-enabled stateJörn Zaefferer2015-09-251-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 _setOptionDisabledJörn Zaefferer2015-09-251-7/+9
| | | | | Ref #9151 Ref gh-1599
* Widget: Call `._setOptionDisabled()` on init if the widget is disabledScott González2015-09-252-7/+49
| | | | | Fixes #9151 Ref gh-1599
* Core: Remove ancestor visibility requirement from `:focusable` selectorWeston Ruter2015-09-243-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 matterJörn Zaefferer2015-09-241-0/+1
| | | | | Fixes #14375 Closes gh-1600
* Datepicker: Fix date format for `ko` localeScott González2015-09-231-1/+1
| | | | | Fixes #14595 Closes gh-1595
* Demos: Remove use of disableSelection() in widget demo, no needJörn Zaefferer2015-09-211-3/+1
| | | | Ref 4916487440b0c087e6e5996522cf478af26df591
* Demos: Add missing disable-selection dependency in sortable-ish demosJörn Zaefferer2015-09-218-8/+8
| | | | | Ref 4916487440b0c087e6e5996522cf478af26df591 Ref #9647
* Autocomplete: Use a `div` instead of a `span` for the live regionScott González2015-09-181-1/+1
| | | | Fixes #14587
* Resizable: Don't round dimensionsScott González2015-09-171-14/+14
|
* All: Delegate to base `_getCreateOptions()`.Scott González2015-09-174-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 testJörn Zaefferer2015-09-171-1/+2
| | | | | The check that checks for IE wouldn't match since $.ui.ie was extracted to its own file.
* Widget: Style updatesScott González2015-09-162-48/+73
| | | | Closes gh-1597
* README: Remove section on building jQuery UIScott González2015-09-161-15/+0
|
* Build: update grunt file for .jscsrcAlexander Schmitz2015-09-111-1/+1
| | | | Closes gh-1589
* Datepicker: Style updates to KO locale for jscsAlexander Schmitz2015-09-111-14/+14
|
* Mouse: Style fixes for jscsAlexander Schmitz2015-09-111-2/+2
|
* Build: bump jscs versionAlexander Schmitz2015-09-111-1/+1
|
* Build: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscsAlexander Schmitz2015-09-111-4/+0
|
* Widget: Update to use camelCase identifiersAlexander Schmitz2015-09-112-5/+6
|
* Spinner: Update to use camelcase identifiersAlexander Schmitz2015-09-111-7/+7
|
* Build: Style updatesAlexander Schmitz2015-09-113-4/+13
| | | | Ref #14246
* FormRestMixin: Style updatesAlexander Schmitz2015-09-111-4/+4
| | | | Ref #14246
* Position: Style updatesAlexander Schmitz2015-09-111-141/+141
| | | | Ref #14246
* Effects: Style updatesAlexander Schmitz2015-09-113-88/+89
| | | | Ref #14246
* Widget: Style updatesAlexander Schmitz2015-09-115-298/+317
| | | | Ref #14246
* Autocomplete: Style updatesAlexander Schmitz2015-09-111-0/+14
| | | | Ref #14246
* Button: Style updatesAlexander Schmitz2015-09-111-41/+45
| | | | Ref #14246
* Datepicker: Style updatesAlexander Schmitz2015-09-1179-3550/+3619
| | | | Ref #14246
* Dialog: Style updatesAlexander Schmitz2015-09-119-681/+702
| | | | Ref #14246