Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -1050/+0 |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | ||||
* | draggable, sortable: include originalPosition in ui hash, implements #3782 | Paul Bakaus | 2009-08-23 | 1 | -0/+1 |
| | |||||
* | sortable: removed deprecated ui.absolutePosition from ui hash, fixes #3991 | Paul Bakaus | 2009-08-22 | 1 | -1/+0 |
| | |||||
* | sortable: toArray/serialize should not include the placeholder, fixes #4138 | Paul Bakaus | 2009-08-22 | 1 | -3/+3 |
| | |||||
* | Sortable: Support hash, array, string for cursorAt option. Partial fix for ↵ | Scott González | 2009-08-03 | 1 | -6/+19 |
| | | | | #2525 - Standardised way to pass coordinates to plugins. | ||||
* | sortable: fixed issues with nested containers (fixes #4703,#4611, thanks kae!) | Paul Bakaus | 2009-07-28 | 1 | -29/+51 |
| | |||||
* | Fixed #4551 - Sortable connectWith fails if item is floated. Props dhlavety ↵ | Richard Worth | 2009-07-07 | 1 | -4/+0 |
| | | | | and jlillywhite. | ||||
* | All mouse-based plugins: Extend $.ui.mouse.defaults. Changed ↵ | Scott González | 2009-06-09 | 1 | -5/+2 |
| | | | | $.ui.mouse.defaults.cancel to ":input,option" which is used by every plugin as its default. Fixes #4584 ($.ui.mouse.defaults never used). | ||||
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵ | Scott González | 2009-04-15 | 1 | -2/+5 |
| | | | | factory should auto detect getters. | ||||
* | changed ui.jquery.com to jqueryui.com | Richard Worth | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Sortable: Removed accurateIntersection option (Fixes #4225). | Scott González | 2009-02-25 | 1 | -9/+2 |
| | |||||
* | sortable: pageX/pageY already do not include scroll offsets in safari, ↵ | Paul Bakaus | 2009-02-13 | 1 | -4/+4 |
| | | | | therefore it does not need to be substracted again (fixes #4041) | ||||
* | draggable,sortable: if the offset parent is the body, top/left values should ↵ | Paul Bakaus | 2009-02-13 | 1 | -1/+1 |
| | | | | always be normalized to 0 (fixes #4141 - margin on body in safari caused bump) | ||||
* | Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator ↵ | Scott González | 2009-02-13 | 1 | -3/+2 |
| | | | | is undocumented. | ||||
* | sortable: if current item was removed by user, it was reappended by the ↵ | Paul Bakaus | 2009-02-10 | 1 | -2/+3 |
| | | | | clearing logic (fixes #4088) | ||||
* | sortable defaults | Richard Worth | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | Fixed #4038 (sortable: cssNamespace option should be removed) | Richard Worth | 2009-02-03 | 1 | -11/+10 |
| | |||||
* | sortable: changed sortable option cursor default value to 'auto' instead of ↵ | Richard Worth | 2009-02-03 | 1 | -1/+1 |
| | | | | 'default' | ||||
* | sortable defaults | Richard Worth | 2009-02-03 | 1 | -0/+4 |
| | |||||
* | Sortable: Added defaults for cursor, cursorAt, opacity. | Scott González | 2009-02-01 | 1 | -0/+3 |
| | |||||
* | Sortable: Fixed #4017: Revert opacity after sort. | Scott González | 2009-02-01 | 1 | -1/+1 |
| | |||||
* | Sortable: Fixed #3979: Fixed using a string for connectWith option. | Scott González | 2009-01-31 | 1 | -5/+13 |
| | |||||
* | Fixed #4008 (Sortable events are improperly named) | Richard Worth | 2009-01-31 | 1 | -0/+1 |
| | |||||
* | sortable: containment option now respects the padding (fixes #3958) | Paul Bakaus | 2009-01-29 | 1 | -4/+4 |
| | |||||
* | draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ↵ | Paul Bakaus | 2009-01-29 | 1 | -1/+2 |
| | | | | ui.offset (fixes #3978,#3977,#3976) | ||||
* | whitespace | Richard Worth | 2009-01-22 | 1 | -20/+20 |
| | |||||
* | sortable: connectWith should accept string selectors (fixes #3892, backward ↵ | Paul Bakaus | 2009-01-20 | 1 | -2/+3 |
| | | | | compatibility still existant) | ||||
* | sortable: fixed missing placeholder default (fixes #3889) | Paul Bakaus | 2009-01-20 | 1 | -0/+1 |
| | |||||
* | sortable: fixed missing handle default (fixes #3889) | Paul Bakaus | 2009-01-20 | 1 | -0/+1 |
| | |||||
* | sortable: fixed missing connectWith default (fixes #3888) | Paul Bakaus | 2009-01-20 | 1 | -0/+1 |
| | |||||
* | sortable: renamed 'default' tolerance to 'intersect' (it's a advanced ↵ | Paul Bakaus | 2009-01-20 | 1 | -1/+1 |
| | | | | intersection, after all), fixes #3887 | ||||
* | sortable: all callbacks with the exception of the beforeStop callback now ↵ | Paul Bakaus | 2009-01-19 | 1 | -8/+16 |
| | | | | fire after everything has been normalized again (placeholder/helper removed, styles restored). (fixes #3864 and multiple user requests) | ||||
* | draggable,sortable: if connectToSortable is used, ui.sender has to be the ↵ | Paul Bakaus | 2009-01-19 | 1 | -1/+1 |
| | | | | original draggable (fixes #3856) | ||||
* | sortable: $.ui.plugin is not used anymore (fixes #3725) | Paul Bakaus | 2009-01-16 | 1 | -115/+87 |
| | | | | droppable: ixed activate/deactivate (jq 1.3 related), removed ui.element + ui.options | ||||
* | Sortable: Fixed _trigger method. | Scott González | 2009-01-16 | 1 | -2/+5 |
| | |||||
* | Revert changes for #3838 for the release 1.6rc5 | Eduardo Lundgren | 2009-01-16 | 1 | -22/+16 |
| | |||||
* | Fix for #3838 - Components should use this.widgetName on internally | Eduardo Lundgren | 2009-01-16 | 1 | -16/+22 |
| | |||||
* | core: fixed _trigger not modifing the original event with event.result | Paul Bakaus | 2009-01-09 | 1 | -1/+1 |
| | | | | sortable: use event.result to listen for a return false | ||||
* | sortable: don't copy content from the original item into the placeholder ↵ | Paul Bakaus | 2009-01-09 | 1 | -8/+7 |
| | | | | anymore by default (fixes #3595), check if event still exists in _trigger, fixes issue when you call $(this).sortable('cancel') from within a callback | ||||
* | draggable: removed unneeded comment block | Paul Bakaus | 2009-01-09 | 1 | -71/+77 |
| | | | | sortable: fixed sort callback, merged position fixes from draggables | ||||
* | sortable,draggable: fixed order and propagation of events (fixes #3658, ↵ | Paul Bakaus | 2009-01-08 | 1 | -24/+26 |
| | | | | #3730 and #3726) | ||||
* | draggable,droppable,sortable: properly implemented cssNamespace option ↵ | Paul Bakaus | 2009-01-07 | 1 | -10/+11 |
| | | | | across plugins (selectable & resizable to go, so those options should stay undocumented until all plugins are converted. Fixes #3707) | ||||
* | cancel option should take in account <option> (fixes #3786) | Paul Bakaus | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Richard Worth | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | sortable: merged draggable fixes into sortables (r1325,1313) | Paul Bakaus | 2008-12-30 | 1 | -4/+12 |
| | |||||
* | sortable: removed default tolerance "guess" for the simplier (and better ↵ | Paul Bakaus | 2008-12-17 | 1 | -4/+6 |
| | | | | working) default mode, and the plain "pointer" intersection | ||||
* | Sortable accurateIntersection using outerWidth/outerHeight | Eduardo Lundgren | 2008-12-17 | 1 | -6/+7 |
| | |||||
* | sortable,draggable: fixed issues with _convertPositionTo, missed from latest ↵ | Paul Bakaus | 2008-12-11 | 1 | -12/+9 |
| | | | | re-factor, miscalculated the absolute position including scroll | ||||
* | sortable: fixed containment issue (with 'parent', height was miscalculated ↵ | Paul Bakaus | 2008-12-11 | 1 | -10/+10 |
| | | | | due to wrong append order) | ||||
* | sortable: fixed regression that caused wrong offset calculation if the ↵ | Paul Bakaus | 2008-12-02 | 1 | -6/+7 |
| | | | | helper option has been set to "original" |