Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Effects.*: DRY the complete callback execution into the 'done' callback ↵ | gnarf | 2011-06-21 | 1 | -7/+4 |
| | | | | passed into an effect | ||||
* | Effects.*: Updating Effect Method API to avoid duplicating the queue call - ↵ | gnarf | 2011-06-21 | 1 | -40/+38 |
| | | | | Fixes #7318 - Add the queue functions to $.fn.effect() | ||||
* | effects: Updating bounce/pulsate/shake to fire callbacks before the next ↵ | gnarf | 2011-05-10 | 1 | -2/+5 |
| | | | | anim starts | ||||
* | Merge branch 'master' into effects-unit | gnarf | 2011-05-10 | 1 | -2/+4 |
|\ | | | | | | | | | Conflicts: ui/jquery.effects.pulsate.js | ||||
| * | effects.pulsate: tweaking 'times' - if showing / hiding the animation has an ↵ | gnarf | 2011-05-03 | 1 | -2/+2 |
| | | | | | | | | extra 'half' time as opposed to removing a 'half' time | ||||
| * | effects.pulsate: set default mode to 'effect' | gnarf | 2011-05-03 | 1 | -3/+4 |
| | | |||||
| * | Some minor tweaks to the effects, trying to clean up code a bit + style guidance | gnarf | 2011-05-01 | 1 | -18/+22 |
| | | |||||
| * | effects.*: Normalizing animation time - 1000 ms effect should only take 1000 ↵ | gnarf | 2011-03-27 | 1 | -12/+18 |
| | | | | | | | | ms - Fixes #7067 - Also making sure the queued animations run DIRECTLY after the effect | ||||
* | | effects.*: Updating fade, pulsate, scale, shake to pass units | gnarf | 2011-05-01 | 1 | -5/+5 |
| | | |||||
* | | Some minor tweaks to the effects, trying to clean up code a bit + style guidance | gnarf | 2011-05-01 | 1 | -18/+22 |
| | | |||||
* | | effects.*: Normalizing animation time - 1000 ms effect should only take 1000 ↵ | gnarf | 2011-05-01 | 1 | -12/+18 |
|/ | | | | ms - Fixes #7067 - Also making sure the queued animations run DIRECTLY after the effect | ||||
* | Effects: Moved effects to $.effects.effect[] and deprecated use of ↵ | gnarf | 2011-03-15 | 1 | -1/+1 |
| | | | | $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[]. | ||||
* | effect.*: Style Guidance | gnarf | 2011-03-06 | 1 | -19/+20 |
| | |||||
* | Just a quick touch to update to new internal effects object API | gnarf | 2011-03-02 | 1 | -5/+5 |
| | |||||
* | Fixed #6979 - Several components are leaking variables into the global scope | Gilmore Davidson | 2011-02-23 | 1 | -2/+2 |
| | |||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Pulsate: Rewrote pulsate effect. | Scott González | 2009-11-16 | 1 | -32/+27 |
| | | | | Fixes #4718 - pulsate pulses one extra time. | ||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+56 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |