aboutsummaryrefslogtreecommitdiffstats
path: root/ui/position.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.12.0-rc.21.12.0-rc.2Jörn Zaefferer2016-04-211-1/+1
|
* Position: Fix line length issuesAlexander Schmitz2016-04-131-9/+19
| | | | Ref gh-1690
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-1/+1
| | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
* Position: Style updatesAlexander Schmitz2015-08-211-23/+38
| | | | | Ref #14246 Ref gh-1588
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-4/+1
| | | | Ref #9647
* Position: Guard against passing window to offsetAlexander Schmitz2015-07-081-2/+3
| | | | | | | Starting in jQuery 3.0 this will throw an error Fixes #13493 Closes gh-1565
* 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