Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Sortable: Fixed container change detection. Fixes #5159 - Remove and receive ↵ | Martin Hoch | 2012-08-22 | 1 | -9/+11 |
| | | | | events on nested sortables. | ||||
* | Sortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested lists ↵ | Martin Hoch | 2012-08-22 | 1 | -1/+10 |
| | | | | don't work properly with sortable. | ||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Sortable: Reset fromOutside property when canceling helper removal. Fixes ↵ | Baoju Yuan | 2012-07-16 | 1 | -0/+2 |
| | | | | #8430 - draggable with sortable makes sortable event receive triggered wrong. | ||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Sortable: Remove workaround for Safari 3. | Scott González | 2012-06-14 | 1 | -4/+4 |
| | |||||
* | Sortable: calculating item positions on the fly and setting the direction ↵ | Courthead | 2012-05-22 | 1 | -1/+2 |
| | | | | variable when inserting an item into a different sortable. Fixed #8268 - Items may not be inserted into the correct position when dragged between connected sortables | ||||
* | Sortable: Remove uses of self var; use that var. | Scott González | 2012-05-09 | 1 | -41/+37 |
| | |||||
* | Sortable: Moved change of helper position css. Fixed #5321 – Helper in a ↵ | martinf55 | 2012-05-07 | 1 | -5/+5 |
| | | | | bottom-positioned Sortable is positioned wrong on drag start. | ||||
* | Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder ↵ | Jason Moon | 2012-04-30 | 1 | -2/+2 |
| | | | | doesn't move when dragging outside of container element | ||||
* | Revert "Sortable: Always set placeholder size when necessary. Fixes #8262 - ↵ | Scott González | 2012-04-30 | 1 | -2/+3 |
| | | | | | | jQuery UI 1.8.19 don't respect forcePlaceholderSize." This reverts commit 4f19289c10e733a07cf60435c2e5df4ed2e23d37. | ||||
* | Revert "Sortable: modified the contents of placeholder to a single " ". ↵ | Scott González | 2012-04-30 | 1 | -1/+1 |
| | | | | | | Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down." This reverts commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2. | ||||
* | Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery ↵ | Bertjh | 2012-04-19 | 1 | -3/+2 |
| | | | | UI 1.8.19 don't respect forcePlaceholderSize. | ||||
* | Sortable: Whitespace. | Scott González | 2012-04-19 | 1 | -43/+43 |
| | |||||
* | 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 |
| | |||||
* | Sortable: modified the contents of placeholder to a single " ". Fixed ↵ | Bertjh | 2012-02-24 | 1 | -1/+1 |
| | | | | #8135 - sortable: Horizontal sortable shifts causes elements to shift down. | ||||
* | Sortable: Fixed destroy to remove instance from element. Fixes #8094 - ↵ | Scott González | 2012-02-02 | 1 | -1/+1 |
| | | | | .sortable() after destroy does not work. | ||||
* | Sortable: Added a variable to track if initialization is complete. Fixes ↵ | SpoonNZ | 2012-01-20 | 1 | -1/+5 |
| | | | | #4759 - a major optimization is possible in sortable(). | ||||
* | Sortable: replaced hard-coded sortable with this.widgetName, and removed ↵ | Richard D. Worth | 2011-09-27 | 1 | -10/+9 |
| | | | | lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended | ||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -4/+1 |
| | | | | version numbers on instances. | ||||
* | Sortable: Changed to check the parent's length so that the dom position of ↵ | kborchers | 2011-05-16 | 1 | -1/+1 |
| | | | | the removed element is not updated. Fixed #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback. | ||||
* | Bug fix for another use case, see comment by whittet here: ↵ | whittet | 2011-04-27 | 1 | -1/+1 |
| | | | | http://bugs.jqueryui.com/ticket/6702 | ||||
* | Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid. | Richard Worth | 2011-04-07 | 1 | -0/+4 |
| | |||||
* | Sortable: Changed floating calculation to determine also whether items are ↵ | michaelmwu | 2011-03-04 | 1 | -2/+2 |
| | | | | being displayed horizontally. Helps fix odd sorting behavior for horizontal lists. Fixed #6702 - horizontal sortable not working (and solution) | ||||
* | Sortable: Make sure we have a placeholder before trying to remove it during ↵ | marcos.sousa | 2011-01-19 | 1 | -14/+16 |
| | | | | a cancel. Fixes #6879 - Sortable: Calling cancel when there is no sort occurring throws an error. | ||||
* | Sortable: pass a fake event object to _mouseUp on cancel. Fixes #5882 - ↵ | Scott González | 2011-01-19 | 1 | -1/+1 |
| | | | | UI.Sortable .sortable( cancel ) call the this._mouseUp method without param. | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | All: Use .toggleClass() instead of conditionally using .addClass() and ↵ | Xavi | 2010-12-19 | 1 | -2/+1 |
| | | | | .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ]. | ||||
* | All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - ↵ | Scott González | 2010-12-10 | 1 | -10/+10 |
| | | | | Deprecate $.ui.contains. | ||||
* | Sortable: Return an empty URL param for empty sortable lists. Fixed #5794 - ↵ | Holger Rüprich | 2010-07-17 | 1 | -0/+4 |
| | | | | sortable("serialize", {key: "foo[]"}) returns an empty string for an empty list | ||||
* | 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. | ||||
* | Fix 'this.options is undefined' in sortable by using this instead of self | ornicar | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | sortable: don't call the base widget _setOption for disabled to avoid the ↵ | Richard D. Worth | 2010-04-09 | 1 | -0/+12 |
| | | | | ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class | ||||
* | Sortable: Fixed a bug with over/out events and connected draggables. | Scott González | 2010-03-16 | 1 | -2/+5 |
| | | | | Fixes #5346 - over and out events not triggered when draggable connected with single (non-nested) sortable. | ||||
* | reverted r3888 un-fixing #5322 for now as trunk is in release candidate ↵ | Richard Worth | 2010-03-11 | 1 | -2/+2 |
| | | | | state - only criticals and blockers should be fixed until 1.8 is final | ||||
* | sortable: fixed #5322 (helper position weird when axis was used, fixes ↵ | Paul Bakaus | 2010-03-11 | 1 | -2/+2 |
| | | | | sortable tabs demo) | ||||
* | Sortable: Only trigger over event when changing the current container. | Scott González | 2010-02-20 | 1 | -2/+2 |
| | | | | Fixes #5111 - 1.8rc1 sortable#over method bugged -- called along with #sort instead of on mouseover. | ||||
* | 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. | ||||
* | 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 | -28/+28 |
| | | | | 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. | ||||
* | Sortable: add missed self. in uiHash. | Chi Cheng | 2009-09-27 | 1 | -1/+1 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+1050 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |