Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Move data selector from core into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
| | | | | Ref #9647 | ||||
* | Core: Move version and creation of the ui namespace into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+1 |
| | | | | Ref #9647 | ||||
* | Draggable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Revert "Draggable: Set explicit width/height instead of right/bottom" | TJ VanToll | 2015-04-08 | 1 | -15/+0 |
| | | | | | | This reverts commit 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5. Fixes #10725 | ||||
* | Core: Add methods to work around IE active element bugs | Scott González | 2015-03-12 | 1 | -13/+2 |
| | | | | Closes gh-1478 | ||||
* | Draggable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -7/+6 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | All: Add css-dependency-comments based on jQuery Mobile | Rafael Xavier de Souza | 2015-02-26 | 1 | -0/+1 |
| | | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 1 | -1/+1 |
| | | | | Closes gh-1403 | ||||
* | Build: Remove manifest files; move metadata to source files | Scott González | 2014-11-10 | 1 | -2/+7 |
| | | | | Closes gh-1379 | ||||
* | Draggable: Ensure parent is correct after dragging through sortable | Mike Sherov | 2014-11-08 | 1 | -2/+6 |
| | | | | Fixes #10669 | ||||
* | Draggable: Whitespace and naming cleanup of connectToSortable | Mike Sherov | 2014-08-26 | 1 | -44/+41 |
| | |||||
* | Draggable: Refresh sortables when draggable is added or removed | Mike Sherov | 2014-08-25 | 1 | -0/+12 |
| | | | | | | | | Since a sortable grows or shrinks when a draggable element is added to it, refresh the cached positions of sortables whenever an element is added or removed from the sortable. Refs #9675 | ||||
* | Draggable: Clarify comments and whitespace in connectToSortable | Mike Sherov | 2014-08-25 | 1 | -5/+6 |
| | |||||
* | Draggable: Ensure sortable revert still works after draggable is removed | Mike Sherov | 2014-08-25 | 1 | -7/+8 |
| | | | | Fixes #9481 | ||||
* | Draggable: Ensure css is always restored after connectToSortable drag | Mike Sherov | 2014-08-25 | 1 | -7/+8 |
| | | | | Fixes #9675 | ||||
* | Draggable: Ensure correct widget removes helper in connectToSortable | Mike Sherov | 2014-08-24 | 1 | -3/+10 |
| | |||||
* | Draggable: append divs to iframe parent for iframefix | Mike Sherov | 2014-08-24 | 1 | -13/+22 |
| | | | | | | | This allows the blocking div to move with the iframe in most situations, whereas appending to the body wouldn't. Fixes #9671 | ||||
* | Draggable: Check all parents for fixed positioning when scrolling | Mike Sherov | 2014-08-23 | 1 | -2/+4 |
| | | | | Fixes #9612 | ||||
* | Draggable: No cloning in connectToSortable and ensure correct position | Mike Sherov | 2014-08-23 | 1 | -28/+34 |
| | | | | | | | | | | | Draggables now forcefully recalculate their position when dragged out of a sortable. Sortables now override draggable position when a draggable is dragged into it. Lastly, no longer remove sortable helper when dragging a draggable out, which allows us to not use a clone. Fixes #7734 Fixes #8809 Closes gh-1322 | ||||
* | Draggable: Clean spacing and names in connectToSortable drag callback | Mike Sherov | 2014-08-22 | 1 | -71/+83 |
| | |||||
* | Draggable: Ensure helper is positioned even if its the element itself | Mike Sherov | 2014-08-19 | 1 | -3/+21 |
| | | | | Fixes #9446 | ||||
* | Draggable: Set explicit width/height instead of right/bottom css. | Uri Gilad | 2014-08-18 | 1 | -0/+15 |
| | | | | Fixes #7772 | ||||
* | Draggable: Ensure overflow:visible containments are correctly measured | Mike Sherov | 2014-08-17 | 1 | -4/+14 |
| | | | | Fixes #7016 | ||||
* | Draggable: Only focus the draggable if the event occurs on a handle | Mike Sherov | 2014-08-17 | 1 | -10/+14 |
| | | | | Refs #10527 | ||||
* | Draggable: Only blur the focused element if the event occurs on a handle | TJ VanToll | 2014-08-17 | 1 | -13/+23 |
| | | | | Fixes #10527 | ||||
* | Draggable: Recalculate hash offset on start after plugins run | Mike Sherov | 2014-08-16 | 1 | -2/+3 |
| | | | | Fixes #6884 | ||||
* | Draggable: Fix whitespace in trigger function | Mike Sherov | 2014-08-16 | 1 | -5/+6 |
| | |||||
* | Draggable: Account for margins when snapping | Mike Sherov | 2014-08-14 | 1 | -10/+10 |
| | | | | Fixes #9724 | ||||
* | Draggable: ignore overflow:hidden containers with scroll option | Mike Sherov | 2014-08-12 | 1 | -9/+14 |
| | | | | | | While it is true that overflow:hidden elements can be scrolled programatically, this breaks user expectation. Therefore, do not scroll inside an overflow:hidden container. | ||||
* | Draggable: clean up whitespace in scroll option | Mike Sherov | 2014-08-12 | 1 | -10/+10 |
| | |||||
* | Draggable: consider offsets from overflow:hidden parents | Mike Sherov | 2014-08-12 | 1 | -1/+1 |
| | | | | | | | | Developers can programmatically set scrollTop/Left on draggable containers that are overflow:hidden. They must be considered for positioning. Fixes #10147 | ||||
* | Draggable: Fix several whitespace issues | Mike Sherov | 2014-08-06 | 1 | -12/+12 |
| | |||||
* | Draggable: Manage ui-draggable-handle correctly in nested instances | TJ VanToll | 2014-07-15 | 1 | -6/+4 |
| | |||||
* | Draggable: Only apply ui-draggable-handle within the draggable instance | TJ VanToll | 2014-07-15 | 1 | -1/+3 |
| | | | | | Fixes #10212 Closes gh-1284 | ||||
* | Draggable: fix current JSCS violations. | Mike Sherov | 2014-02-18 | 1 | -72/+69 |
| | |||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+1019 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |