Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effects: Renamed all files. | Scott González | 2012-06-15 | 1 | -96/+0 |
| | |||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -8/+8 |
| | |||||
* | 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 | -5/+2 |
| | | | | passed into an effect | ||||
* | Effects.*: Style Guidance | gnarf | 2011-06-21 | 1 | -2/+2 |
| | |||||
* | Effects.*: Updating Effect Method API to avoid duplicating the queue call - ↵ | gnarf | 2011-06-21 | 1 | -73/+69 |
| | | | | Fixes #7318 - Add the queue functions to $.fn.effect() | ||||
* | Merge branch 'ticket-3968' of https://github.com/gnarf37/jquery-ui | Scott González | 2011-03-15 | 1 | -29/+46 |
|\ | |||||
| * | effects.explode: correcting my misspelled variable name :/ | gnarf | 2011-03-12 | 1 | -18/+16 |
| | | |||||
| * | effects.explode: rework math used to split the div into peices - split the ↵ | gnarf | 2011-03-11 | 1 | -26/+45 |
| | | | | | | | | | | | | box disregarding margins Fixes #3968 - effects explode: explodes from the right instead of from the center | ||||
* | | 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[]. | ||||
* | effects.*: Explode effect was removing more elements than it should upon ↵ | gnarf | 2011-03-10 | 1 | -14/+22 |
| | | | | completion. Fixed #6022 - multiple explosions cut short | ||||
* | effects.*: More Style Guidance | gnarf | 2011-03-06 | 1 | -50/+49 |
| | |||||
* | Just a quick touch to update to new internal effects object API | gnarf | 2011-03-02 | 1 | -11/+11 |
| | |||||
* | 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 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+79 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |