aboutsummaryrefslogtreecommitdiffstats
path: root/ui/position.js
Commit message (Collapse)AuthorAgeFilesLines
* Position: Simplify fraction support testScott González2015-03-181-40/+21
| | | | | | | | Also makes the test lazy to avoid any potential layouts/recalculations during initialization. Fixes #9898 Ref #9899
* Position: Fix style issuesJörn Zaefferer2015-03-181-22/+22
| | | | Closes gh-1499
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-131-5/+2
| | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422
* Position: Restore old flip collision handlingThomas Meyer2015-01-091-2/+2
| | | | | | | This reverts commit 7f808b2047725cd8fde51a948cb4e5f5946c82e1. Fixes #8710 Ref gh-1071
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-0/+7
| | | | Closes gh-1379
* Position: Support positioning within document with jQuery 1.6.xScott González2014-07-241-2/+5
| | | | | Fixes #10071 Closes gh-1294
* Position: Don't create `$.support.offsetFractions`Scott González2014-04-031-3/+3
|
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+514
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029