| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Sortable - Tolerance accuracy sortable improved | Eduardo Lundgren | 2008-10-28 | 1 | -239/+255 |
* | sortable: fixed issue with first time append of the placeholder, now also the... | Paul Bakaus | 2008-10-17 | 1 | -5/+13 |
* | sortable: fixed toArray method | Paul Bakaus | 2008-10-14 | 1 | -3/+3 |
* | adding version property to all ui components | Jörn Zaefferer | 2008-10-05 | 1 | -0/+1 |
* | whitespace: Removed trailing whitespace from non-blank lines | Richard Worth | 2008-09-20 | 1 | -2/+2 |
* | whitespace | Richard Worth | 2008-09-20 | 1 | -70/+67 |
* | Sortables - Avoid inline script execution on every sort | Eduardo Lundgren | 2008-09-19 | 1 | -4/+11 |
* | Fixed #3454 - Sortable .createHelper() bug | Eduardo Lundgren | 2008-09-19 | 1 | -2/+2 |
* | Reverted r695. | Scott González | 2008-09-19 | 1 | -147/+147 |
* | Remove Trailing Spaces | Eduardo Lundgren | 2008-09-19 | 1 | -147/+147 |
* | sortable: default value for forcePlaceholderSize | Paul Bakaus | 2008-09-16 | 1 | -1/+2 |
* | sortable: Refactored a bunch of stuff, moved over some fixes from draggable | Paul Bakaus | 2008-09-16 | 1 | -12/+37 |
* | draggable, resizable, sortable: proper usage of _mouseCapture, fixes interact... | Paul Bakaus | 2008-09-16 | 1 | -1/+1 |
* | sortable: Fixed the floating functional demo, implemented forcePlaceholderSize | Paul Bakaus | 2008-09-16 | 1 | -3/+3 |
* | Fixed #3284 - Put version numbers inside of individual files. | Richard Worth | 2008-09-04 | 1 | -1/+1 |
* | sortable: fixed toArray method | Paul Bakaus | 2008-09-02 | 1 | -1/+1 |
* | Sortable: fix wrong patameter in toArray | Chi Cheng | 2008-08-26 | 1 | -1/+1 |
* | sortable: moved serialize brackets after every key to default value, so confi... | Paul Bakaus | 2008-08-19 | 1 | -1/+1 |
* | internal methods: mouse* | Chi Cheng | 2008-08-17 | 1 | -7/+7 |
* | Sortable: prevent exposure of internal methods, fixes #3209 | Chi Cheng | 2008-08-17 | 1 | -18/+18 |
* | Internal methods: fixes #3195, #3196, #3200, #3201, #3209 | Chi Cheng | 2008-08-17 | 1 | -29/+29 |
* | sortable: beforeStop should work properly in all cases now | Paul Bakaus | 2008-08-15 | 1 | -0/+1 |
* | -removed unneeded comment block in sortables | Paul Bakaus | 2008-08-11 | 1 | -1/+0 |
* | sortable: the outer container is not set to relative anymore, preventing some... | Paul Bakaus | 2008-07-29 | 1 | -1/+1 |