Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed some unused variables. | Scott González | 2012-04-28 | 1 | -4/+1 |
| | |||||
* | Remove trailing whitespace. | Scott González | 2012-04-18 | 1 | -34/+34 |
| | |||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -16/+21 |
| | |||||
* | A few lint fixes. | Scott González | 2012-04-02 | 1 | -15/+16 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 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. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Scale: We can't detect this reliably currently, so assume all elements are ↵ | Corey Frang | 2011-10-14 | 1 | -18/+3 |
| | | | | positioned with left and top | ||||
* | Effects.*: DRY the complete callback execution into the 'done' callback ↵ | gnarf | 2011-06-21 | 1 | -18/+6 |
| | | | | passed into an effect | ||||
* | Effects.*: Style Guidance | gnarf | 2011-06-21 | 1 | -2/+3 |
| | |||||
* | Effects.*: Updating Effect Method API to avoid duplicating the queue call - ↵ | gnarf | 2011-06-21 | 1 | -220/+227 |
| | | | | Fixes #7318 - Add the queue functions to $.fn.effect() | ||||
* | Effects.scale: Update the position of the element post animation to avoid ↵ | gnarf | 2011-06-14 | 1 | -3/+46 |
| | | | | jumping - Fixed #4316 - Element jumps to wrong position after scale effect with origin: ['middle','center'] parameter | ||||
* | effects.core: Convert elements height/width to px and restore after ↵ | tomykaira | 2011-06-09 | 1 | -1/+1 |
| | | | | animation in all effects. Fixed #5245 - Relative width elements break when wrapped for effects | ||||
* | effects.scale: fix: calculate top / left by outerHeight / Width. Fixed #6096 ↵ | tomykaira | 2011-05-26 | 1 | -12/+19 |
| | | | | - effects.scale origin bottom bug | ||||
* | Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly ↵ | gnarf | 2011-05-18 | 1 | -8/+12 |
| | | | | IE, found a bug in scale.js in the meantime. Fixes #7395 - Size based effects are breaking unit tests in IE - also leaking a global var | ||||
* | effects.*: Updating fade, pulsate, scale, shake to pass units | gnarf | 2011-05-01 | 1 | -4/+6 |
| | |||||
* | Effects: Moved effects to $.effects.effect[] and deprecated use of ↵ | gnarf | 2011-03-15 | 1 | -3/+3 |
| | | | | $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[]. | ||||
* | effect.puff: Errant console.log removed | gnarf | 2011-03-08 | 1 | -1/+0 |
| | |||||
* | effects.*: Style Guidance | gnarf | 2011-03-06 | 1 | -109/+179 |
| | |||||
* | Updated to new effects object API | gnarf | 2011-03-02 | 1 | -22/+25 |
| | |||||
* | Fixed #6979 - Several components are leaking variables into the global scope | Gilmore Davidson | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed ↵ | Kevin Dalman | 2010-12-13 | 1 | -2/+2 |
| | | | | #6736 - Bug in slide effect when dir=rtl and has position.right. | ||||
* | 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. | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+178 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |