| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace | Richard Worth | 2009-01-22 | 1 | -20/+20 |
* | sortable: connectWith should accept string selectors (fixes #3892, backward c... | Paul Bakaus | 2009-01-20 | 1 | -2/+3 |
* | 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 interse... | Paul Bakaus | 2009-01-20 | 1 | -1/+1 |
* | sortable: all callbacks with the exception of the beforeStop callback now fir... | Paul Bakaus | 2009-01-19 | 1 | -8/+16 |
* | draggable,sortable: if connectToSortable is used, ui.sender has to be the ori... | Paul Bakaus | 2009-01-19 | 1 | -1/+1 |
* | sortable: $.ui.plugin is not used anymore (fixes #3725) | Paul Bakaus | 2009-01-16 | 1 | -115/+87 |
* | 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: don't copy content from the original item into the placeholder anym... | Paul Bakaus | 2009-01-09 | 1 | -8/+7 |
* | draggable: removed unneeded comment block | Paul Bakaus | 2009-01-09 | 1 | -71/+77 |
* | sortable,draggable: fixed order and propagation of events (fixes #3658, #3730... | Paul Bakaus | 2009-01-08 | 1 | -24/+26 |
* | draggable,droppable,sortable: properly implemented cssNamespace option across... | Paul Bakaus | 2009-01-07 | 1 | -10/+11 |
* | 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 work... | Paul Bakaus | 2008-12-17 | 1 | -4/+6 |
* | 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 |
* | sortable: fixed containment issue (with 'parent', height was miscalculated du... | Paul Bakaus | 2008-12-11 | 1 | -10/+10 |
* | sortable: fixed regression that caused wrong offset calculation if the helper... | Paul Bakaus | 2008-12-02 | 1 | -6/+7 |
* | Source formatting | Eduardo Lundgren | 2008-11-28 | 1 | -27/+27 |
* | sortable: | Paul Bakaus | 2008-11-25 | 1 | -250/+252 |
* | sortable: Another regex for the innerHTML copying in the placeholder, removes... | Paul Bakaus | 2008-11-24 | 1 | -1/+3 |
* | Sortables: using isOverAxis. | Eduardo Lundgren | 2008-11-21 | 1 | -4/+4 |
* | Sortables: Fixed tolerance guess. Changed name _intersectsWithEdges to _inter... | Eduardo Lundgren | 2008-11-21 | 1 | -12/+59 |
* | draggable, droppable, resizable, selectable, sortable: formatting changes - m... | Richard Worth | 2008-11-21 | 1 | -300/+305 |
* | New file: AUTHORS.txt instead of having a single contributor's name in each f... | Richard Worth | 2008-11-21 | 1 | -1/+1 |
* | sortable: removing ui.options caused plugins not to work anymore - fixed all ... | Paul Bakaus | 2008-11-19 | 1 | -21/+20 |
* | sortable: removed ui.element and ui.options from the UI object, corrected the... | Paul Bakaus | 2008-11-19 | 1 | -8/+6 |
* | fixed #3578 - ALL CODE: e, ui should be changed to event, ui | Richard Worth | 2008-11-14 | 1 | -69/+69 |
* | Sortable: remove console.log | Eduardo Lundgren | 2008-11-12 | 1 | -1/+0 |
* | Sortable: More accuracy improvements. | Eduardo Lundgren | 2008-11-12 | 1 | -15/+11 |
* | Core and Sortable: $.ui.contains method moved into the core. This method coul... | Eduardo Lundgren | 2008-11-12 | 1 | -18/+10 |
* | Change name of intersect methods to isOverHeight/isOverWidth/isOver. | Eduardo Lundgren | 2008-11-10 | 1 | -2/+2 |
* | Sortable: Using the new core intersectHeight/intersectWidth methods. | Eduardo Lundgren | 2008-11-10 | 1 | -20/+13 |
* | sortable: returning false in any callback will now call this.cancenl() to can... | Paul Bakaus | 2008-11-06 | 1 | -1/+2 |
* | sortable: removed support for ui.cancel(), must now be called via the sortabl... | Paul Bakaus | 2008-11-04 | 1 | -7/+12 |
* | sortable: implemented ui.cancel(), a function that can be called to completel... | Paul Bakaus | 2008-11-03 | 1 | -6/+47 |
* | sortable: checked inputs are not unchecked anymore after drag start (fixes #3... | Paul Bakaus | 2008-11-03 | 1 | -1/+1 |
* | sortable: all events of the inner nodes of the sortable item were unbound aft... | Paul Bakaus | 2008-11-03 | 1 | -2/+4 |
* | Sortable - accurate option added, If you prefer better accuracy and low perfo... | Eduardo Lundgren | 2008-10-30 | 1 | -18/+27 |
* | Sortable - delta direction improved | Eduardo Lundgren | 2008-10-28 | 1 | -4/+28 |
* | Sortable - Float elements tolerance fixed | Eduardo Lundgren | 2008-10-28 | 1 | -1/+1 |
* | Sortable - Prevent mouseCapture while help is reverting | Eduardo Lundgren | 2008-10-28 | 1 | -0/+8 |
* | Sortable - Checking if helper exists | Eduardo Lundgren | 2008-10-28 | 1 | -3/+4 |