Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Revert "Draggable: Don't use computed style for top and left of ↵ | Richard D. Worth | 2010-04-23 | 1 | -2/+2 |
| | | | | | | position:relative elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera" This reverts commit dc94bbf53628ada1b5d8e7da909f63bfe10f25ff. | ||||
* | Draggable: Don't use computed style for top and left of position:relative ↵ | Richard D. Worth | 2010-04-22 | 1 | -2/+2 |
| | | | | elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera | ||||
* | Draggable: Don't try to stack if there are no elements in the stacking group. | Scott González | 2010-02-18 | 1 | -0/+1 |
| | | | | Fixes #5191 - Draggable: stack option can throw error. | ||||
* | Draggable: Don't recalculate the relative offset during drag. I couldn't ↵ | Scott González | 2010-02-14 | 1 | -9/+0 |
| | | | | | | reproduce the issues described in the comments for this code. Fixes #4824 - draggable broken on inline elements in webkit browsers | ||||
* | Fixed event prefix in all plugins that don't use the default prefix. | Scott González | 2010-02-05 | 1 | -2/+2 |
| | | | | Fixes #5134 - Events not being triggered for drag and drop. | ||||
* | Draggable: Don't adjust offsets for fixed position elements in Safari 4. | Scott González | 2010-02-04 | 1 | -4/+4 |
| | | | | Fixes #4631 - Draggable: Fixed positions include wrong scroll offset in Safari 4. | ||||
* | draggable: implemented #4145 - start,drag and stop events should be preventable | Paul Bakaus | 2010-01-28 | 1 | -7/+27 |
| | |||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -1/+1 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -31/+30 |
| | | | | menu; including menu static tests). | ||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -0/+2 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+784 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |