Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Position: Create curCSS alias if it doesn't exist. Fixes #8501 - 1.8 Compat; ↵ | Scott González | 2012-08-14 | 1 | -0/+5 |
| | | | | Position still uses $.curCSS. | ||||
* | Position: Patch .offset( fn ) setter for jQuery 1.3.2. Fixes #8254 - ↵ | Scott González | 2012-05-08 | 1 | -1/+6 |
| | | | | Position module throws uncaught exception on IE8 with jQuery 1.3.2. | ||||
* | Protect all copyright notices against minification | Jörn Zaefferer | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. (cherry picked from commit 37dcc3e21df5f1373ff9963217073a9faecfc057, dropped menu, spinner and tooltip) | ||||
* | Updated copyright year. | Scott González | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: ↵ | Scott González | 2012-01-19 | 1 | -1/+1 |
| | | | | | | | | | | There is a reference to the global jQuery variable. (cherry picked from commit 07ec849f623699c87fc7ecc3770ea11ad9ba8e4e) Conflicts: ui/jquery.ui.position.js | ||||
* | Position: Added a check for fraction support in element positions. Fixes ↵ | kborchers | 2011-10-26 | 1 | -3/+49 |
| | | | | #7255 - Position: Revisit solution for off-by-1 errors. | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Position: Fixed calculation of collision dimensions. Fixes #6812 - Position: ↵ | Scott González | 2011-01-12 | 1 | -3/+3 |
| | | | | Collision detection fails on the right side in Internet Explorer. | ||||
* | Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - ↵ | Scott González | 2010-12-01 | 1 | -2/+2 |
| | | | | Position: Sometimes positioning is off by 1px in Firefox. | ||||
* | Revert "Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - ↵ | Scott González | 2010-10-22 | 1 | -2/+2 |
| | | | | | | Position: Sometimes positioning is off by 1px in Firefox." This reverts commit 32264f7ad12609b316189fd013cda63b41c8b271. | ||||
* | Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - ↵ | Scott González | 2010-10-21 | 1 | -2/+2 |
| | | | | Position: Sometimes positioning is off by 1px in Firefox. | ||||
* | Position: Use a better check for determining if an object is a window. Fixes ↵ | Scott González | 2010-10-20 | 1 | -1/+2 |
| | | | | #6201 - Autocomplete: Broken menu in IE8 Standards Mode when including prototype framework. | ||||
* | Position: Take margin into account when performing collisions. Fixes #5766 - ↵ | Ben Hollis | 2010-09-03 | 1 | -9/+24 |
| | | | | position: collision should take margin into account. | ||||
* | Position: Handle $(document) and $(window) for the of option. Fixes #5963 - ↵ | Scott González | 2010-08-27 | 1 | -3/+4 |
| | | | | Position: option 'of' accepts jQuery object unless it wraps document. Fixes #5655 - (Possible) Typo in jquery.ui.position 1.8.1. | ||||
* | Position: Created center variable for better minification. Fixes #5964 - ↵ | Scott González | 2010-08-27 | 1 | -13/+12 |
| | | | | Combine horizontalDefault and verticalDefault to one variable - possibly named center. | ||||
* | Position: Fix flip collision. Fixes #5932 - Position: flip collision ↵ | Ben Hollis | 2010-08-11 | 1 | -3/+6 |
| | | | | handling is wrong in some cases. | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Position: Use parseInt() to prevent fractional pixel values. | Scott González | 2010-03-26 | 1 | -0/+4 |
| | | | | Fixes #5280 - ui.position generates different position in static context. | ||||
* | Position: quiet JSLint | Richard Worth | 2010-03-11 | 1 | -11/+8 |
| | |||||
* | Position: Conform to coding standards. | Scott González | 2010-02-14 | 1 | -99/+114 |
| | |||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Dialog, position: Removed bgiframe option; always use bgiframe when available. | Scott González | 2010-01-19 | 1 | -1/+1 |
| | | | | Fixes #5071 - Remove bgiframe option from all plugins. | ||||
* | Replaced stackfix with bgiframe. | Scott González | 2010-01-14 | 1 | -1/+1 |
| | | | | Fixes #5061 - Remove stackfix. | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -227/+217 |
| | | | | menu; including menu static tests). | ||||
* | Position: Fixed window detection. | Scott González | 2009-12-24 | 1 | -1/+1 |
| | |||||
* | Position: Changed document/window detection to be consistent with jQuery core. | Scott González | 2009-11-19 | 1 | -2/+2 |
| | | | | | Fixes a bug in IE7/8 where window == document. | ||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+227 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |