aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets
Commit message (Expand)AuthorAgeFilesLines
* Dialog: Add aria-modal supportRalf Koller2024-06-141-1/+6
* All: Stop relying on jquery-patch.js internally, add testsMichał Gołębiowski-Owczarek2024-05-154-4/+14
* Sortable: Rename `storedStylesheet` to `_storedStylesheet`Michał Gołębiowski-Owczarek2024-05-151-3/+4
* All: Drop support for IE & some other browsers (but mostly IE)Michał Gołębiowski-Owczarek2024-05-1514-221/+60
* All: Drop support for jQueries different than the latest for each majorMichał Gołębiowski-Owczarek2024-05-153-38/+7
* Core: Make back compat disabled by defaultMichał Gołębiowski-Owczarek2024-05-137-7/+7
* Docs: Update leftover HTTP Trac URLs to HTTPSMichał Gołębiowski-Owczarek2024-04-261-1/+1
* Docs: Change a few most common domains from HTTP to HTTPSMichał Gołębiowski-Owczarek2024-04-2620-82/+82
* Dialog: Fix IE tests about interactions with other dialogsMichał Gołębiowski-Owczarek2023-05-101-5/+8
* Selectmenu: Fix selecting options following hidden onesMichał Gołębiowski-Owczarek2023-05-101-5/+7
* Resizable: Fix resizing of elems with `box-sizing: border-box`Matías Cánepa2022-10-101-3/+6
* All: Update JS Foundation mentions to OpenJS FoundationMichał Gołębiowski-Owczarek2022-07-1920-20/+20
* Checkboxradio: Don't re-evaluate text labels as HTMLMichał Gołębiowski-Owczarek2022-07-141-8/+13
* Selectmenu: Remove a call to the deprecated .focus() methodJames Hinderks2022-07-141-1/+1
* Autocomplete: Rewrite with a delay instead of appending the live regionBen Mullins2022-01-051-4/+9
* Sortable: Fix positioning when moving a Draggable item into a SortableMichał Gołębiowski-Owczarek2021-11-151-0/+6
* Sortable: Allow 0-height containers to be sortable as in 1.12.1Michał Gołębiowski-Owczarek2021-11-081-64/+57
* Tooltip: Don't crash on empty contentJosep Sanz2021-11-081-1/+4
* Docs: Update removal comments to mention 1.14, not 1.13Michał Gołębiowski-Owczarek2021-08-261-1/+1
* Datepicker: Get selectedDay from data-date instead of element contentsc-lambert2021-07-121-1/+2
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-0720-90/+199
* Datepicker: Add option for onUpdateDatepicker callbackPatrick McKay2021-05-211-1/+7
* Fix: Adapt datpicker.js for a11yMikolaj Wolicki2021-05-151-4/+9
* All: Drop $.ui.escapeSelector in favor of $.escapeSelectorMichał Gołębiowski-Owczarek2021-05-143-6/+3
* Datepicker: Make sure text option are text, shorten HTML stringsMichał Gołębiowski-Owczarek2021-05-121-21/+115
* Datepicker: Make sure altField is treated as a CSS selectorMichał Gołębiowski-Owczarek2021-05-041-1/+1
* Dialog: Workaround broken focus re-triggering in jQuery 3.4/3.5Michał Gołębiowski-Owczarek2021-02-221-10/+22
* Resizable: Fix CSP violation (style unsafe-inline)Jérémy Munsch2020-08-111-2/+3
* Menu: Account for scrollbars in jQuery 3.2Michał Gołębiowski-Owczarek2020-07-231-2/+14
* All: Drop support for jQuery 1.7Michał Gołębiowski-Owczarek2020-07-221-4/+1
* All: Resolve most jQuery Migrate warningsMichał Gołębiowski-Owczarek2020-05-163-3/+3
* Datepicker: Fixed current instance memory leak and added unit testcasesjigar gala2020-03-231-0/+1
* All: Remove usage of jQuery positional selectorsMichał Gołębiowski-Owczarek2020-01-223-5/+11
* All: Use expr.pseudos instead of deprecated expr.filtersMaksymenkov Eugene2019-12-081-1/+1
* All: Migrate away from deprecated/removed Core APIsMichał Gołębiowski-Owczarek2019-12-0813-29/+31
* Dialog: Fix shared event handler for modal dialogsScott González2017-05-171-15/+14
* All: Remove uses of `jQuery.proxy()`Scott González2017-05-171-2/+2
* Core: Fix JQMIGRATE warning about `jQuery.expr[":"]`Eirik Sletteberg2017-05-022-2/+2
* Menu: Ignore mouse events triggered due to page scrollingScott González2017-05-021-0/+12
* Menu: Handle mouse movement mixed with keyboard navigationScott González2017-05-021-23/+33
* Menu: Don't focus dividers when wrapping via keyboard navigationScott González2017-05-021-11/+13
* Button: Fix backcompat when called on collection of mixed elementsAlexander Schmitz2017-05-021-14/+73
* Sortable: Fix various scrolling issuesA. Wells2017-05-021-129/+168
* Menu: Close menus immediately on selection or click outsideScott González2017-04-251-2/+2
* Resizable: Keep user-provided handles on destroyKonstantin Dinev2017-04-171-3/+2
* Resizable: Keep user defined handles on _setOptionKonstantin Dinev2017-02-241-2/+6
* Spinner: Ignore `mousewheel` events when not focusedScott González2017-02-211-1/+5
* Datepicker: Fix prev/next button behavior with `showCurrentAtPos`claudi2017-01-251-3/+1
* Autocomplete: Fix IE/Edge scrolling issuesRyan Oriecuia2017-01-251-23/+11
* Selectmenu: Don't render options with the `hidden` attributeScott González2016-11-161-0/+4