Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sortable: Move sortable into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -1331/+0 |
| | | | | Ref #13885 | ||||
* | Mouse: Move mouse into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 |
| | | | | Ref #13885 | ||||
* | Core: Move scrollParent into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
| | | | | Ref #9647 | ||||
* | Core: Move $.ui.ie into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move data selector from core into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+1 |
| | | | | 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 | ||||
* | Sortable: Optimize `_intersectsWithPointer()` | Victor Homyakov | 2015-07-08 | 1 | -5/+7 |
| | | | | Closes gh-1574 | ||||
* | Sortable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -15/+19 |
| | | | | | 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 | ||||
* | Sortable: Append a tr with td to the placeholder of tbody elements | Nils Heuermann | 2015-02-24 | 1 | -6/+17 |
| | | | | | | | | | | When sorting tbody elements of a table the placeholder needs to have a tr with td elements to be visible. The appended elements are created in the same way as for the placeholder of a tr element; the first row of the sorted tbody is used for that. Fixes #10682 Closes gh-1380 | ||||
* | Sortable: Add support for iframes | Marcus Warren | 2015-02-03 | 1 | -21/+21 |
| | | | | | Fixes #9604 Closes gh-1443 | ||||
* | 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 | ||||
* | Sortable: Redetermine floating flag when recalculating positions | TJ VanToll | 2014-11-04 | 1 | -5/+5 |
| | | | | | | | | | This addresses a bug where users initialize empty sortable lists are add items dynamically. In this situation refresh() should recognize the position and orientation of the new items. Fixes #7498 Closes gh-1381 | ||||
* | Sortable: cancelHelperRemoval only considers helper, not placeholder | Mike Sherov | 2014-08-26 | 1 | -16/+6 |
| | | | | Refs #9675 | ||||
* | Sortable: fire "over" and "out" even when a connectWith hasn't changed | Andrei Picus | 2014-08-13 | 1 | -0/+4 |
| | | | | Fixes #9335 | ||||
* | All: Fix typos | Scott González | 2014-05-07 | 1 | -1/+1 |
| | | | | Closes gh-1237 | ||||
* | 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/+1310 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |