aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Checkboxradio: Fix invalid chars, remove unused var, add commentJörn Zaefferer2015-10-081-2/+3
|
* Controlgroup: Convert to onevar, fix guard-clause/else, rm tmp varJörn Zaefferer2015-10-081-16/+18
|
* Controlgroup: Typos and minor style fixesAlexander Schmitz2015-10-081-22/+26
|
* Checkboxradio: Typos and minor style fixesAlexander Schmitz2015-10-081-13/+14
|
* Button: TyposAlexander Schmitz2015-10-081-1/+3
|
* Controlgroup: Optimize and simplify data access and storageJörn Zaefferer2015-10-081-4/+2
|
* Controlgroup: Improve comments and remove a misleading blank lineJörn Zaefferer2015-10-081-3/+2
|
* Controlgroup: Rename excludeInvisible to onlyVisibleJörn Zaefferer2015-10-081-2/+2
| | | | Gets rid of the double negative.
* Spinner: Address review commentsAlexander Schmitz2015-10-081-5/+2
|
* Controlgroup: Address review commentsAlexander Schmitz2015-10-081-34/+29
|
* Checkboxradio: Address review commentsAlexander Schmitz2015-10-081-13/+11
|
* Button: address review commentsAlexander Schmitz2015-10-081-1/+2
|
* Spinner: Style updatesAlexander Schmitz2015-10-081-1/+1
|
* Controlgroup: Style updatesAlexander Schmitz2015-10-081-11/+11
|
* Spinner: Update markup for buttonsAlexander Schmitz2015-10-081-14/+13
|
* Fixup: .dsstoreAlexander Schmitz2015-10-081-0/+0
|
* Controlgroup: Fixes for spinnerAlexander Schmitz2015-10-081-4/+7
|
* Controlgroup: fixup for spinner and labelAlexander Schmitz2015-10-081-7/+18
|
* Controlgroup: Add controlgroup labelsAlexander Schmitz2015-10-081-4/+10
|
* Controlgroup: Add spinner to widgets controlgroup works withAlexander Schmitz2015-10-081-12/+23
|
* Controlgroup: Fix headers and demosAlexander Schmitz2015-10-081-3/+10
|
* Controlgroup: Add missing entry to demos bootstrapAlexander Schmitz2015-10-081-2/+1
|
* Checkboxxradio: Adjust demo headersAlexander Schmitz2015-10-081-3/+10
|
* Spinner: Updates for new button widget and classes optionAlexander Schmitz2015-10-083-42/+19
|
* Selectmenu: update to use button cssAlexander Schmitz2015-10-071-6/+7
| | | | This ensures consistency between different form elements
* Dialog: Updating dialog and tests for new button APIAlexander Schmitz2015-10-071-8/+9
|
* Controlgroup: Inital commit of new widgetAlexander Schmitz2015-10-072-0/+205
| | | | This widget replaces the buttonset widget
* Checkboxradio: Initial commit of new widgetAlexander Schmitz2015-10-071-0/+289
|
* Button: Initial commit of button re-factorAlexander Schmitz2015-10-071-319/+278
| | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set
* Focusable: Fix handling of `visibility: inherit`Scott González2015-09-291-1/+12
| | | | | | Ref #14596 Ref gh-1583 Closes gh-1605
* Tabs: Adjust handling of disabled option, using _setOptionDisabledJörn Zaefferer2015-09-251-11/+7
| | | | | | | | 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-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
|