aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Menu: Adding a demo showing how to create category headersTJ VanToll2014-09-192-0/+43
* Effects Demos: Fix typeErrors on puff and size demosMike Sherov2014-09-103-0/+6
* Effects tests: Add clip visual testMike Sherov2014-09-036-6/+98
* CONTRIBUTING: Close parenthesisRichard Gibson2014-09-031-1/+1
* Tests: CleanupScott González2014-09-032-22/+26
* Effects Tests: Add shake visual testMike Sherov2014-09-022-0/+100
* Effects Tests: Fix and format scale visual testMike Sherov2014-09-021-12/+23
* Widget: modify this.window test to support IE8 window equality quirkAlexander Schmitz2014-08-271-1/+4
* Tabs: Fix description in ajax demoScott González2014-08-271-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-272-5/+9
* Draggable: Add battery of tests to cover connectToSortableMike Sherov2014-08-262-28/+107
* Sortable: cancelHelperRemoval only considers helper, not placeholderMike Sherov2014-08-262-17/+7
* 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-242-13/+64
* Draggable: Check all parents for fixed positioning when scrollingMike Sherov2014-08-232-14/+24
* Draggable: No cloning in connectToSortable and ensure correct positionMike Sherov2014-08-233-29/+139
* Draggable: Clean spacing and names in connectToSortable drag callbackMike Sherov2014-08-221-71/+83
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-225-14/+31
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-2226-25/+68
* 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
* Draggable Tests: Fix failures due to fractional widthsMike Sherov2014-08-201-2/+2
* Mouse: Only detect out of document mouseups after a mousemoveMike Sherov2014-08-205-7/+79
* 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-192-3/+40
* Draggable: Set explicit width/height instead of right/bottom css.Uri Gilad2014-08-183-2/+49
* Draggable: Ensure overflow:visible containments are correctly measuredMike Sherov2014-08-172-4/+44
* Draggable: Only focus the draggable if the event occurs on a handleMike Sherov2014-08-172-17/+29
* 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-162-2/+42
* Draggable: Fix whitespace in trigger functionMike Sherov2014-08-161-5/+6
* Draggable Tests: Clarify position helper test generationMike Sherov2014-08-141-43/+44
* Draggable: Account for margins when snappingMike Sherov2014-08-142-10/+14
* Build: Update jscs and fix some code style issuesJörn Zaefferer2014-08-148-10/+16
* Resizable Tests: fix IE8 test fail due to unspecified border styleMike Sherov2014-08-131-1/+1
* Draggable Tests: Fix IE8 test when native scroll happensMike Sherov2014-08-131-3/+22
* Sortable: fire "over" and "out" even when a connectWith hasn't changedAndrei Picus2014-08-133-1/+109
* Droppable: Account for draggable margins when detecting hoverMike Sherov2014-08-132-4/+53
* Build: Updating the master version to 1.11.2-pre.Jörn Zaefferer2014-08-131-1/+1
* Authors: UpdateJörn Zaefferer2014-08-131-0/+1
* Draggable: ignore overflow:hidden containers with scroll optionMike Sherov2014-08-122-9/+28
* Draggable: clean up whitespace in scroll option Mike Sherov2014-08-121-10/+10
* Draggable: consider offsets from overflow:hidden parentsMike Sherov2014-08-123-32/+38