aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.position.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: The...Rick Waldron2012-01-191-7/+7
* Position: Check for fraction support.Scott González2011-11-021-0/+45
* Position: Check to also make sure to only flip if more of the element is insi...kborchers2011-09-161-2/+2
* Position: Added better collision detection for flip and fit, added visual tes...kborchers2011-08-121-48/+124
* Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ...Benjamin Sterling2011-07-111-1/+17
* Position: Coding standards.Scott González2011-06-101-18/+23
* Position: added check for undefined value of offset. Fixed #7458 - ui.positio...tashekelahi2011-06-091-1/+1
* Fix visual test in IE6 and move the new helper functions for getting scrollba...David Murdoch2011-05-261-6/+9
* updated tests to account for scrollbar width/heightDavid Murdoch2011-05-261-1/+1
* Now takes scrollbar width into account in collision detectionDavid Murdoch2011-05-261-4/+30
* Removing unnecessary variables, caching 'within' in tests where its beneficia...David Murdoch2011-05-161-12/+8
* position now passes all tests! 0/David Murdoch2011-05-131-15/+18
* Update position to work properly when window and/or within element is scrolled.David Murdoch2011-05-131-6/+11
* Update var name to avoid confusionDavid Murdoch2011-05-131-20/+20
* Replace comma with semi-colon. How'd that get there?David Murdoch2011-05-121-1/+1
* fix spacing and add in a missing commaDavid Murdoch2011-05-111-5/+6
* Fix issue when window is "within".David Murdoch2011-05-111-22/+24
* Fix #5645 - Position: Allow for arbitrary element to be containing elementDavid Murdoch2011-05-111-25/+37
* Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ...Jean-Francois Remy2011-05-031-9/+26
* Position: Coding standards.Scott González2011-03-221-25/+29
* Position: Merged offset option into my and at options and added support for p...Scott González2011-03-221-13/+77
* Position: Fixed typo.Scott González2011-03-211-1/+1
* Position: Removed unused refenrece to $.fn.offset.Scott González2011-03-211-2/+1
* Position: Drop offset-as-a-setter from position, 1.9 won't support corejzaefferer2011-02-251-35/+0
* Updated copyright year.Scott González2011-01-171-1/+1
* Position: Fixed calculation of collision dimensions. Fixes #6812 - Position: ...Scott González2011-01-121-3/+3
* Position: Use $.isWindow()Scott González2010-12-101-2/+1
* Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position:...Scott González2010-12-011-2/+2
* Revert "Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - P...Scott González2010-10-221-2/+2
* Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position:...Scott González2010-10-211-2/+2
* Position: Use a better check for determining if an object is a window. Fixes ...Scott González2010-10-201-1/+2