aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-251-7/+16
| | | | | | | | | | Fixes #9151 Ref gh-1599
| * Core: Remove ancestor visibility requirement from `:focusable` selectorWeston Ruter2015-09-241-12/+3
| | | | | | | | | | | | | | | | * Check computed visibility in addition to :visible * Add tests for nested visibility override Fixes #14596 Closes gh-1583
| * Datepicker: Fix date format for `ko` localeScott González2015-09-231-1/+1
| | | | | | | | | | Fixes #14595 Closes gh-1595
| * 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-173-4/+10
| | | | | | | | | | | | | | Ensures that any extensions to the base widget will be handled properly by individual widgets. Closes gh-1598
| * Widget: Style updatesScott González2015-09-162-48/+73
| | | | | | | | Closes gh-1597
| * Datepicker: Style updates to KO locale for jscsAlexander Schmitz2015-09-111-14/+14
| |
| * Mouse: Style fixes for jscsAlexander Schmitz2015-09-111-2/+2
| |
| * Widget: Update to use camelCase identifiersAlexander Schmitz2015-09-112-5/+6
| |
| * Spinner: Update to use camelcase identifiersAlexander Schmitz2015-09-111-7/+7
| |
| * Widget: Style updatesAlexander Schmitz2015-09-111-0/+12
| | | | | | | | 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-1175-2386/+2412
| | | | | | | | Ref #14246
| * Dialog: Style updatesAlexander Schmitz2015-09-111-0/+15
| | | | | | | | Ref #14246
| * Draggable: Style updatesAlexander Schmitz2015-09-111-193/+201
| | | | | | | | Ref #14246
| * Droppable: Style updatesAlexander Schmitz2015-09-111-20/+27
| | | | | | | | Ref #14246
| * Menu: Style updatesAlexander Schmitz2015-09-111-0/+3
| | | | | | | | Ref #14246
| * Mouse: Style updatesAlexander Schmitz2015-09-111-56/+60
| | | | | | | | Ref #14246
| * Progressbar: Style updatesAlexander Schmitz2015-09-111-0/+2
| | | | | | | | Ref #14246
| * Resizable: Style updatesAlexander Schmitz2015-09-111-283/+285
| | | | | | | | Ref #14246
| * Selectable: Style updatesAlexander Schmitz2015-09-111-83/+91
| | | | | | | | Ref #14246
| * Slider: Style updatesAlexander Schmitz2015-09-111-28/+30
| | | | | | | | Ref #14246
| * Sortable: Style updatesAlexander Schmitz2015-09-111-367/+366
| | | | | | | | Ref #14246
| * Spinner: Style updatesAlexander Schmitz2015-09-111-0/+8
| | | | | | | | Ref #14246
| * Tabs: Style updatesAlexander Schmitz2015-09-111-0/+22
| | | | | | | | Ref #14246
| * Tooltip: Style updatesAlexander Schmitz2015-09-111-0/+10
| | | | | | | | Ref #14246
| * Mouse: Fix delay timeout clearing upon mouseupLiran Sharir2015-08-311-0/+5
| | | | | | | | | | Fixes #14458 Closes gh-1579
| * Datepicker: Translate `weekHeader` in ko localeMyeongjin Lee2015-08-311-2/+2
| | | | | | | | Closes gh-1582
| * Datepicker: Remove stray lineScott González2015-08-281-1/+0
| | | | | | | | Fixes #14416
| * Core: Style updatesAlexander Schmitz2015-08-213-4/+6
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Position: Style updatesAlexander Schmitz2015-08-211-23/+38
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Widget: Style updatesAlexander Schmitz2015-08-211-24/+41
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Effects: Style updatesAlexander Schmitz2015-08-213-184/+202
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Accordion: Style updatesAlexander Schmitz2015-08-211-13/+13
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Autocomplete: Style updatesAlexander Schmitz2015-08-211-9/+9
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Datepicker: Style updatesAlexander Schmitz2015-08-213-44/+44
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Dialog: Style updatesAlexander Schmitz2015-08-211-7/+7
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Draggable: Style updatesAlexander Schmitz2015-08-211-6/+6
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Droppable: Style updatesAlexander Schmitz2015-08-211-3/+3
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Menu: Style updatesAlexander Schmitz2015-08-211-1/+1
| | | | | | | | | | Ref #14246 Ref gh-1588