aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Core: Removed .focus( delay )Scott González2014-10-201-16/+0
* DatePicker: datepicker_instActive released on instance destroyChen Eshchar2014-10-201-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
* Menu: Filter out non-items when typingSimen Bekkhus2014-09-291-13/+17
* Datepicker: Fix currentText in Greek localeScott González2014-09-221-1/+1
* Menu: Ignore mouseenter events while typeahead is acticeJörn Zaefferer2014-08-271-0/+6
* Widget: Ensure window and document are defined in _getCreateOptions()Alexander Schmitz2014-08-271-4/+5
* Sortable: cancelHelperRemoval only considers helper, not placeholderMike Sherov2014-08-261-16/+6
* Draggable: Whitespace and naming cleanup of connectToSortableMike Sherov2014-08-261-44/+41
* Draggable: Refresh sortables when draggable is added or removedMike Sherov2014-08-251-0/+12
* Draggable: Clarify comments and whitespace in connectToSortableMike Sherov2014-08-251-5/+6
* Draggable: Ensure sortable revert still works after draggable is removedMike Sherov2014-08-251-7/+8
* Draggable: Ensure css is always restored after connectToSortable dragMike Sherov2014-08-251-7/+8
* Draggable: Ensure correct widget removes helper in connectToSortableMike Sherov2014-08-241-3/+10
* Draggable: append divs to iframe parent for iframefixMike Sherov2014-08-241-13/+22
* Draggable: Check all parents for fixed positioning when scrollingMike Sherov2014-08-231-2/+4
* Draggable: No cloning in connectToSortable and ensure correct positionMike Sherov2014-08-231-28/+34
* Draggable: Clean spacing and names in connectToSortable drag callbackMike Sherov2014-08-221-71/+83
* Accordion: Avoid memory leak during refreshScott González2014-08-211-1/+10
* Tabs: Avoid memory leak during refreshScott González2014-08-211-1/+11
* Widget: Avoid memory leaks when unbinding events with `._off()`Scott González2014-08-211-1/+7
* Mouse: Only detect out of document mouseups after a mousemoveMike Sherov2014-08-201-6/+18
* Datepicker: Fix month names in Persian localeScott González2014-08-201-12/+12
* Draggable: Ensure helper is positioned even if its the element itselfMike Sherov2014-08-191-3/+21
* Draggable: Set explicit width/height instead of right/bottom css.Uri Gilad2014-08-181-0/+15
* Draggable: Ensure overflow:visible containments are correctly measuredMike Sherov2014-08-171-4/+14
* Draggable: Only focus the draggable if the event occurs on a handleMike Sherov2014-08-171-10/+14
* Draggable: Only blur the focused element if the event occurs on a handleTJ VanToll2014-08-171-13/+23
* Draggable: Recalculate hash offset on start after plugins runMike Sherov2014-08-161-2/+3
* Draggable: Fix whitespace in trigger functionMike Sherov2014-08-161-5/+6
* Draggable: Account for margins when snappingMike Sherov2014-08-141-10/+10
* 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