aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Build: Update jscs and fix some code style issuesJörn Zaefferer2014-08-144-5/+5
* Sortable: fire "over" and "out" even when a connectWith hasn't changedAndrei Picus2014-08-131-0/+4
* Droppable: Account for draggable margins when detecting hoverMike Sherov2014-08-131-2/+2
* Draggable: ignore overflow:hidden containers with scroll optionMike Sherov2014-08-121-9/+14
* Draggable: clean up whitespace in scroll option Mike Sherov2014-08-121-10/+10
* Draggable: consider offsets from overflow:hidden parentsMike Sherov2014-08-121-1/+1
* Core: provide "includeHidden" parameter in $.ui.scrollParentMike Sherov2014-08-121-2/+3
* Resizable: fix JSCS violationsMike Sherov2014-08-111-73/+180
* Droppable: only consider pointer location with tolerance "pointer"Will Holley2014-08-101-9/+6
* Autocomplete: Use `$.trim` instead of `jQuery.trim` for consistencyTJ VanToll2014-08-081-1/+1
* Draggable: Fix several whitespace issuesMike Sherov2014-08-061-12/+12
* Tooltip: Treat the tooltip as closing until it's fully removedScott González2014-08-061-1/+8
* Resizable: account for padding & border in grids.Mike Sherov2014-08-051-21/+52
* Resizable: Fix containment width with relative parent.Jyoti Deka2014-08-041-5/+13
* Resizable: Fix containment calculation with relative parentMike Sherov2014-08-041-8/+1
* Core: Fix focusable detection for image mapsScott González2014-07-301-1/+1
* Selectmenu: Preserve text selection when interacting with the widgetScott González2014-07-291-0/+7
* Selectmenu: Properly set width for buttonScott González2014-07-291-6/+16
* Autocomplete: ESCAPE should not change content of a MultiLineYermo Lamers2014-07-241-1/+3
* Resizable: Fix size/position changes in resize eventScott González2014-07-241-23/+37
* Position: Support positioning within document with jQuery 1.6.xScott González2014-07-241-2/+5
* Widget: Improve performance of cleanData methodFrederik Elvhage2014-07-241-2/+9
* Datepicker: Abstract mouseover logic to avoid explicit event triggerTJ VanToll2014-07-231-14/+20
* Dialog: Track the instance as soon as the dialog is openedScott González2014-07-231-3/+12
* Dialog: Fix stacking of modal dialog overlaysScott González2014-07-171-0/+8
* Resizable: Remove accidental exposure of internal data in eventsJyoti Deka2014-07-161-8/+6
* Tabs: Work around bad Safari/VoiceOver heuristicsMonika Piotrowicz2014-07-161-19/+23
* Draggable: Manage ui-draggable-handle correctly in nested instancesTJ VanToll2014-07-151-6/+4
* Draggable: Only apply ui-draggable-handle within the draggable instanceTJ VanToll2014-07-151-1/+3
* Effect: Create a local jQuery variable to make jQuery Color workScott González2014-07-151-1/+5
* Datepicker: reject dates with two year digits when expecting 'yy'Rodrigo Menezes2014-07-141-1/+2
* Slider: Reset positioning when orientation changesScott González2014-07-021-0/+3
* Datepicker: Define en and en-US locales based on defaultsScott González2014-06-161-0/+2
* Dialog: Honor preventDefault when managing focusJörn Zaefferer2014-06-101-1/+1
* Dialog: Fix shift-tab handling, focus the correct elementJörn Zaefferer2014-06-101-1/+1
* Dialog: Fix off() -> unbind() for jQuery 1.6 compatTimo Tijhof2014-05-271-1/+1
* Spinner: Don't change value when changing min/max optionsDavid Petersen2014-05-261-1/+0
* Tabs: Move `aria-expanded` from active panel to active tabDavid Petersen2014-05-191-10/+8
* Widget: Remove misleading commentScott González2014-05-141-1/+0
* Autocomplete: Search if the user retypes the same valueTJ VanToll2014-05-121-2/+7
* All: Fix typosScott González2014-05-071-1/+1
* Menu: Use item.outerHeight() in _scrollIntoViewJörn Zaefferer2014-05-061-1/+1
* Datepicker: Remove unnecessary mouseover triggerRafael Xavier de Souza2014-05-021-1/+1
* Selectmenu: Default disabled option to nullScott González2014-04-211-0/+1
* Button: Remove `ui-state-active` when disabling buttonsDaniel DeGroff2014-04-211-1/+5
* Selectmenu: Simplify selection of focused item via keyboardScott González2014-04-181-5/+6
* Selectmenu: Don't use active items at allScott González2014-04-181-8/+2
* Selectmenu: CleanupScott González2014-04-181-49/+62
* Resizable: Remove bad workaround for draggable+resizableJörn Zaefferer2014-04-161-8/+0
* Position: Don't create `$.support.offsetFractions`Scott González2014-04-031-3/+3