| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Draggable: Account for margins when snapping | Mike Sherov | 2014-08-14 | 1 | -0/+4 |
* | Draggable Tests: Fix IE8 test when native scroll happens | Mike Sherov | 2014-08-13 | 1 | -3/+22 |
* | Draggable: ignore overflow:hidden containers with scroll option | Mike Sherov | 2014-08-12 | 1 | -0/+14 |
* | Draggable: consider offsets from overflow:hidden parents | Mike Sherov | 2014-08-12 | 2 | -31/+37 |
* | Draggable Tests: Fix several whitespace issues. | Mike Sherov | 2014-08-12 | 2 | -3/+2 |
* | Draggable Tests: Fix inconsistent operator spacing. | Mike Sherov | 2014-08-06 | 1 | -4/+4 |
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
* | Draggable: Manage ui-draggable-handle correctly in nested instances | TJ VanToll | 2014-07-15 | 1 | -0/+13 |
* | Draggable: Only apply ui-draggable-handle within the draggable instance | TJ VanToll | 2014-07-15 | 1 | -2/+6 |
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 2 | -4/+4 |
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 2 | -10/+2 |
* | Draggable Tests: fix IE scroll tests affected by focus issues. | Mike Sherov | 2014-02-18 | 1 | -5/+12 |
* | Draggable Tests: fix IE offset tests affected by focus issues. | Mike Sherov | 2014-02-18 | 1 | -1/+1 |
* | Draggable: fix current JSCS violations. | Mike Sherov | 2014-02-18 | 2 | -28/+38 |
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -7/+7 |
* | Draggable: fix changing containment | Ben Higgins | 2014-01-20 | 1 | -2/+7 |
* | Tests: Fix draggable_options expected test count to be dynamic | Brian J. Dowling | 2014-01-16 | 1 | -1/+2 |
* | Slider & Interactions: Add Windows 8 touch support | TJ VanToll | 2014-01-15 | 1 | -0/+14 |
* | Draggable: Test fix regarding static scrolling | Dave Stein | 2013-12-15 | 1 | -1/+2 |
* | Draggable Unit Tests: Ensure IFRAMEs can be written to | Mike Sherov | 2013-12-14 | 1 | -5/+9 |
* | Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes #... | Mike Sherov | 2013-12-03 | 3 | -4/+49 |
* | Draggable Tests: don't test auto scroll while testing helpers. | Mike Sherov | 2013-10-31 | 2 | -12/+7 |
* | Draggable Tests: Ensure all combinations of helper / draggable positions / sc... | Mike Sherov | 2013-10-29 | 1 | -274/+49 |
* | Draggable Tests: Ensure Draggable tests are correctly testing offset under sc... | Mike Sherov | 2013-10-23 | 3 | -116/+108 |
* | Draggable Tests: Test both position and offset of draggable element in all ap... | Mike Sherov | 2013-10-21 | 4 | -61/+73 |
* | Draggable: apply axis options to position instead of style. Fixes #7251 - Dra... | Mike Sherov | 2013-10-20 | 1 | -4/+18 |
* | Draggable Tests: Fix lint error. | Mike Sherov | 2013-10-20 | 1 | -2/+2 |
* | Draggable Tests: Add position asserts to drag tests | Mike Sherov | 2013-10-20 | 4 | -60/+74 |
* | Draggable Tests: consolidate drag tests and provide error messages for all as... | Mike Sherov | 2013-10-20 | 3 | -65/+64 |
* | Draggable Tests: clarify scroll helpers. | Mike Sherov | 2013-10-20 | 2 | -66/+58 |
* | Draggable Tests: make sure offset tests are actually testing offsets | Mike Sherov | 2013-10-19 | 3 | -12/+14 |
* | Tests: extract TestHelpers.forceScrollableWindow for tests that need the wind... | Mike Sherov | 2013-10-19 | 1 | -15/+7 |
* | Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - Draggab... | Mike Sherov | 2013-08-12 | 1 | -0/+25 |
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
* | Draggable: active element blurs when clicking on a draggable. Fixes #4261 - D... | Steven Luscher | 2013-06-19 | 1 | -0/+16 |
* | Clicking on a draggable anchor without moving it should make it the active el... | Steven Luscher | 2013-06-19 | 1 | -0/+14 |
* | Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: can... | Brian Grinstead | 2013-05-20 | 1 | -0/+16 |
* | Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ca... | Mike Sherov | 2013-04-14 | 2 | -4/+10 |
* | Draggable: allow draggable to defer destroying itself upon DOM removal until ... | Mike Sherov | 2013-04-12 | 2 | -2/+33 |
* | Draggable tests: Wrap IIFE in parens. | Scott González | 2013-04-08 | 1 | -2/+2 |
* | Draggable Tests: style guide conformance for TestHelpers | Mike Sherov | 2013-04-07 | 1 | -30/+26 |
* | Draggable Tests: fix more old Safari and old Opera tests with jQuery < 1.8 te... | Mike Sherov | 2013-04-07 | 1 | -5/+10 |
* | Draggable Tests: fix old Safari and old Opera tests with jQuery < 1.8 tests b... | Mike Sherov | 2013-04-07 | 2 | -3/+14 |
* | Draggable Tests: fix copypasta'd assertion messages. | Mike Sherov | 2013-04-06 | 1 | -2/+2 |
* | Draggable: Don't cache parent offset if the parent position is fixed. Fixes #... | Mike Sherov | 2013-04-03 | 1 | -0/+30 |
* | Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes #... | Mike Sherov | 2013-04-02 | 1 | -0/+35 |
* | Draggable Tests: Fix IE8 test failures by accounting for the IE8 testswarm IF... | Mike Sherov | 2013-03-31 | 1 | -5/+10 |
* | Draggable Tests: Minor style fixes and removing unnecessary setup and teardow... | Mike Sherov | 2013-03-26 | 2 | -18/+7 |
* | Draggable Tests: Test that removing an element on drop doesn't cause a dragga... | Mike Sherov | 2013-03-26 | 1 | -0/+20 |