aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Resizable: Fix data reference for `ui-resizable-alsoresize`Scott González2016-06-091-1/+1
* Tooltip: Use show.delay update only when track option is activeMani Mishra2016-06-091-2/+3
* Autocomplete: Use a `div` instead of a `span` for the live regionScott González2016-06-091-1/+1
* Mouse: Fix delay timeout clearing upon mouseupLiran Sharir2016-06-091-0/+5
* Position: Guard against passing window to offsetAlexander Schmitz2016-06-091-3/+4
* Slider: Proper animation of rangeAblay Keldibek2016-06-091-2/+2
* Core: Work around more IE activeElement bugsScott González2016-06-091-0/+7
* All: Include native dialogs in appendTo logic (ui-front walking)Scott González2016-06-092-2/+2
* Tooltip: Follow the standard appendTo logicScott González2016-06-091-1/+11
* Spinner: Properly handle empty attributes in create with jQuery gitScott González2016-06-091-1/+1
* Dialog: Properly handle empty title with jQuery gitScott González2016-06-091-3/+6
* Core: Fix `:focusable` and `:tabbable` with jQuery gitScott González2016-06-091-6/+6
* Core: Handle IE11 bug with document.activeElement in iframesScott González2016-06-091-0/+7
* Slider: Fix handle order when setting values of range slider to maxAblay Keldibek2016-06-091-1/+3
* Autocomplete: Simplify _create() methodJörn Zaefferer2016-06-091-8/+5
* Autocomplete: Restore focus after clicking a menu item, if necessaryScott González2016-06-091-0/+10
* Core: Add methods to work around IE active element bugsScott González2016-06-097-38/+40
* Tooltip: Register event handlers before content is loadedMarco Ziech2015-03-101-7/+19
* Tabs: Use standard promise methods for jqXHRScott González2015-03-101-12/+17
* Sortable: Append a tr with td to the placeholder of tbody elementsNils Heuermann2015-03-101-6/+17
* Dialog: Fix typoScott González2015-03-101-2/+2
* Slider: Modified to allow value to reach max value with float stepAblay Keldibek2015-03-101-1/+1
* Resizable: alsoResize more than one element of a jQuery selectionBen Mosher2015-03-101-47/+21
* Resizable: Modified to allow jquery objects as handlesPatricia Juarez2015-03-101-9/+8
* Accordion: Handle `box-sizing: border-box` in animationsScott González2015-03-101-1/+4
* Dialog: Stop tracking instance in destroy() to avoid memory leaksTJ VanToll2015-03-101-0/+1
* Draggable: Ensure parent is correct after dragging through sortableMike Sherov2015-03-101-2/+6
* Sortable: Redetermine floating flag when recalculating positionsTJ VanToll2015-03-101-5/+5
* Sortable: Add support for iframesMarcus Warren2015-02-091-21/+21
* Resizable: correct width when grid approaches zeroMike Sherov2015-02-091-1/+1
* Resizable: Whitespace CleanupMike Sherov2015-02-091-1/+1
* Slider: Fix max calculation, when step is floatJyoti Deka2015-02-091-2/+20
* Resizable: Match on exact node nameAdam Foster2015-02-091-2/+2
* Core: Match on exact node name for `:focusable` and `:tabbable`Adam Foster2015-02-091-1/+1
* Position: Restore old flip collision handlingThomas Meyer2015-02-091-2/+2
* Accordion: Set `aria-expanded` when collapsingScott González2015-02-091-4/+7
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-02-0937-37/+37
* Widget: Improve readability in `$.widget.bridge()`Giovanni Giacobbi2015-02-091-5/+6
* Tabs: Suppress automatic activation when navigating with COMMANDScott González2015-02-091-2/+3
* Selectmenu: Properly parse value from optionsScott González2015-02-091-1/+1
* Datepicker: Fixed month names and firstDay value in Arabic localeMohammed Alshehri2015-02-051-6/+7
* Selectmenu: Remove broken tabindex codeScott González2015-02-051-3/+2
* DatePicker: datepicker_instActive released on instance destroyChen Eshchar2015-02-051-0/+4
* Selectmenu: Preserve text selection and button focus on clickScott González2014-10-161-3/+47
* Tooltip: Properly track hiding and closing for delegated tooltipsScott González2014-10-091-26/+36
* Slider: Don't allow a slider's value to exceed its maxJyoti Deka2014-10-081-1/+9
* Datepicker: Fix French localeScott González2014-10-071-1/+1
* Menu: Typeahead now accounts for leading whitespaceTrisha Crowley2014-10-071-1/+1
* Menu: Remove a redundant checkTJ VanToll2014-10-031-7/+3
* Menu: Maintain focus on already selected item during typeaheadTJ VanToll2014-10-031-1/+1