aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Sortable: Fix various scrolling issuesA. Wells2017-05-021-129/+168
* Labels: Handle empty setsScott González2017-05-021-0/+4
* Menu: Close menus immediately on selection or click outsideScott González2017-04-251-2/+2
* Widget: Handle `Object.create(null)` for options objectsScott González2017-04-241-1/+2
* Widget: Improve `remove` event bindings for `classes` optionsScott González2017-04-191-5/+21
* Resizable: Keep user-provided handles on destroyKonstantin Dinev2017-04-171-3/+2
* Datepicker: Corrections for Swedish localizationAlbert Johansson2017-03-011-7/+7
* Widget: Don't swallow errors in `remove` eventsScott González2017-02-281-9/+5
* 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
* Effect: Fix typoLuke Brookhart2016-12-161-1/+1
* Selectmenu: Don't render options with the `hidden` attributeScott González2016-11-161-0/+4
* Tooltip: Clear interval for delayed tracking tooltips on removepallxk2016-11-161-0/+4
* Spinner: Fix typoKyle Rosenberg2016-11-021-7/+7
* Sortable: Fix `z-index` switching from `auto` to `0`Jeremy Mickelson2016-10-191-7/+10
* Form: Rename from `.form()` to `._form()` since its not for public useScott González2016-10-113-3/+3
* Sortable: Setting table row placeholder height to be same as sorted rowKevin Cupp2016-10-041-9/+15
* Checkboxradio: Don't add ui-state-hover to iconsAlexander Schmitz2016-10-041-3/+0
* Datepicker: Correct Traditional Chinese translationSimon Asika2016-10-041-4/+4
* Sortable: Fix parent offset detectionRobin2016-10-041-2/+6
* Droppable: Use `$.ui.intersect()`Evelyn Masso2016-10-031-4/+4
* Tabs: Remove presentation rolemilk542016-09-291-1/+0
* Resizable: Fix aspectRatio cannot be changed after initialization.Sergei Ratnikov2016-09-281-0/+3
* Sortable: Use an event object for simulated `mouseup` in `cancel()`Scott González2016-09-141-1/+1
* Widget: Untrack classes elements when they are removed from the DOMAlexander Schmitz2016-09-131-0/+13
* Draggable: Fix spurious blur in dialogs on mousedownRyan Oriecuia2016-09-131-6/+5
* Slider: Add demo for custom handleScott González2016-09-131-1/+3
* Position: Remove fractional pixel detectionScott González2016-08-311-28/+1
* Controlgroup: Don't use `String.prototype.trim()`Scott González2016-08-311-1/+1
* Tabs: Strip hash from remote content URLsScott González2016-08-311-1/+4
* Menu: Support number pad keyboard inputFelix Nagel2016-08-241-1/+4
* Widget: `instance()` should return `undefined` for empty setsScott González2016-08-041-24/+31
* Dialog: Support deprecated button optionsScott González2016-07-251-1/+11
* Controlgroup: Handle child elements that don't have options definedScott González2016-07-131-0/+2