aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.position.js
Commit message (Expand)AuthorAgeFilesLines
* Position: Replace double space with single space.Siebrand Mazeland2013-08-021-1/+1
* Position: Use absolute positioning when getting scrollbar width to avoid refl...Scott González2013-05-161-1/+1
* Revert "Position: Use absolute positioning when getting scrollbar width to av...Scott González2013-05-161-1/+1
* Position: Use absolute positioning when getting scrollbar width to avoid refl...Scott González2013-05-161-1/+1
* Position: Fix orientation check for scrollbar widths. Fixes #8763 - Position:...Scott González2013-02-261-2/+2
* Position: Handle decimal percentage offsets. Fixes #9076: percentage offset d...David Petersen2013-02-121-3/+3
* Update copyright year to 2013.Scott González2013-01-101-1/+1
* Position: Split out dimension parsing.Scott González2012-12-061-17/+37
* Removed bgiframe.Scott González2012-10-261-4/+0
* Position: Removed offset option. Fixes #6982 - Position: Remove offset option.Scott González2012-10-251-36/+0
* Updated docs URLS.Scott González2012-09-261-1/+1
* Position: Properly handle flip collision when the window is scrolled. Fixes #...Scott González2012-08-171-2/+2
* Simplify licensing.Scott González2012-08-091-1/+1
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Removed some unused variables.Scott González2012-04-281-4/+1
* Position: Remove at-center guards, take at:center into account instead. Fixes...Jörn Zaefferer2012-04-241-10/+6
* Position: Fix scrollbar calculcation to correctly take overflow:scroll into a...Jörn Zaefferer2012-04-241-5/+6
* Position: Use offsets for all calculations in feedback API.Scott González2012-04-201-4/+4
* Position: Use targetElem for events to maintain consistency.Scott González2012-04-201-1/+1
* Position: Simplify border calculations for feedback.Scott González2012-04-201-2/+2
* Position: Also create a local reference for Math.round; update other Math ref...Jörn Zaefferer2012-04-201-8/+9
* Position: offset() always returns null for window, so provide default 0/0 coo...Jörn Zaefferer2012-04-201-3/+3
* Position: Move Math.abs/max definitions to the top of the fileJörn Zaefferer2012-04-201-6/+6
* Position: Cleanup variable definitions, move undefined vars to the topJörn Zaefferer2012-04-181-11/+6
* Position: Make getOffsets and parseCss helpers local functions, no need to ex...Jörn Zaefferer2012-04-181-15/+16
* Position: Expose target and element dimensions to allow further customization...Jörn Zaefferer2012-04-131-2/+15
* Position: Cache the scrollbarWidth calculation resultJörn Zaefferer2012-04-131-2/+6
* Position: Extract getWithinInfo method, use that for tests that call getScrol...Jörn Zaefferer2012-04-131-18/+20
* Position: Finish refactoring of within dataJörn Zaefferer2012-04-131-18/+17
* Position: Refactor within-data to avoid calculating that more then needed. No...Jörn Zaefferer2012-04-121-20/+23
* Position: Inline center variable. Not necessary with gzip (or a good minifier...Jörn Zaefferer2012-04-121-12/+11
* Position: add target property to feedback argument, to allow additional calcu...Jörn Zaefferer2012-04-121-1/+2
* Position: Cache Math.abs and Math.max lookupsJörn Zaefferer2012-04-121-4/+6
* Position: Refactor css parse callsJörn Zaefferer2012-04-121-6/+7
* Position: Calculate scrollInfo just once, not for each elementJörn Zaefferer2012-04-121-1/+1
* Position: Refactor offset calculationsJörn Zaefferer2012-04-121-12/+8
* Position: Restrict the center/middle priority to target < element casesJörn Zaefferer2012-04-121-2/+2
* Position: Improve feedback API by giving the center/middle position more weig...Jörn Zaefferer2012-04-121-0/+6
* Position: Mini refactoring, avoids proxying using callback multiple times if ...Jörn Zaefferer2012-04-111-6/+6
* Position: Fix single var, whitespace. Clone targetOffset to avoid reading tha...Jörn Zaefferer2012-04-101-15/+19
* Position: Use a separate object and argument for the feedback information, ke...Jörn Zaefferer2012-04-101-5/+6
* Position: First draft for a new notification API, via using callback, telling...Jörn Zaefferer2012-04-101-18/+20
* Merge branch 'positionWithin'kborchers2012-04-041-6/+8
|\
| * Position: Fixed issue with offsets using the within option which caused flips...kborchers2012-04-031-6/+8
* | Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix l...Jörn Zaefferer2012-04-041-1/+1
|/
* A few lint fixes.Scott González2012-04-021-5/+5
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* JavaScript "strict mode" fixesjdomnitz2012-02-121-1/+1
* Use jQuery.css() instead of deprecated jQuery.curCSS().Scott González2012-02-121-4/+4