aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 1.13.21.13.2Michał Gołębiowski-Owczarek2022-07-1449-71/+71
* Checkboxradio: Don't re-evaluate text labels as HTMLMichał Gołębiowski-Owczarek2022-07-141-8/+13
* Datepicker: Capitalize some Indonesian wordsDenny Septian Panggabean2022-07-141-5/+6
* Selectmenu: Remove a call to the deprecated .focus() methodJames Hinderks2022-07-141-1/+1
* Datepicker: Add missing localization for prevText and nextTextFelix Nagel2022-07-148-16/+16
* Datepicker: Remove symbols in localizationFelix Nagel2022-07-147-11/+11
* Datepicker: Remove symbols in localizationAdam Lidén Hällgren2022-07-1453-106/+106
* Widget: Optimize attachment of the _untrackClassesElement listenerMichał Gołębiowski-Owczarek2022-01-151-3/+7
* Autocomplete: Rewrite with a delay instead of appending the live regionBen Mullins2022-01-051-4/+9
* Widget: Make contextless widget construction workMichał Gołębiowski-Owczarek2021-11-191-1/+1
* 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
* Effect: Define the jQuery variable before jQuery Color gets importedMichał Gołębiowski-Owczarek2021-09-032-5/+24
* Docs: Update removal comments to mention 1.14, not 1.13Michał Gołębiowski-Owczarek2021-08-263-3/+3
* 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-07132-721/+1180
* 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-146-29/+35
* Datepicker: Make sure text option are text, shorten HTML stringsMichał Gołębiowski-Owczarek2021-05-121-21/+115
* Position: Make sure `of` is treated as a CSS selectorMichał Gołębiowski-Owczarek2021-05-041-1/+6
* 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
* Focusable: Fix handling of `visibility: collapse`Paul Capron2020-10-141-1/+1
* Widget: Fix boolean option when under use strictHrvoje Novosel2020-10-061-0/+2
* Resizable: Fix CSP violation (style unsafe-inline)Jérémy Munsch2020-08-111-2/+3
* All: Remove a leftover empty fileMichał Gołębiowski-Owczarek2020-07-241-0/+0
* 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-222-69/+4
* All: Resolve most jQuery Migrate warningsMichał Gołębiowski-Owczarek2020-05-165-3/+5
* Build: Rename jquery-1-7 to jquery-patchMichał Gołębiowski-Owczarek2020-05-162-1/+1
* Build: Update jQuery Simulate, jQuery Migrate & jQuery ColorMichał Gołębiowski-Owczarek2020-05-163-682/+770
* Datepicker: Fix Hungarian localization to use uppercase for first charactersFatér Zsolt2020-03-231-4/+4
* Datepicker: Add German localizationFlorian Wegscheider2020-03-231-0/+38
* 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-224-5/+28
* Datepicker: Fix typo in currentText in da localizationOskarNS2019-12-091-1/+1
* All: Use expr.pseudos instead of deprecated expr.filtersMaksymenkov Eugene2019-12-082-4/+4
* All: Migrate away from deprecated/removed Core APIsMichał Gołębiowski-Owczarek2019-12-0816-59/+72
* Datepicker: Fix first day of week for pt-PT localeHorus682017-05-311-1/+1
* 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
* All: Remove uses of `jQuery.camelCase()`Scott González2017-05-171-1/+7
* Position: Increase scrollbar test div to handle larger scrollbarsScott González2017-05-041-3/+3
* Core: Fix JQMIGRATE warning about `jQuery.expr[":"]`Eirik Sletteberg2017-05-027-8/+20
* 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