aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.sortable.js
Commit message (Expand)AuthorAgeFilesLines
* sortable: fixed regression that caused wrong offset calculation if the helper...Paul Bakaus2008-12-021-6/+7
* Source formattingEduardo Lundgren2008-11-281-27/+27
* sortable:Paul Bakaus2008-11-251-250/+252
* sortable: Another regex for the innerHTML copying in the placeholder, removes...Paul Bakaus2008-11-241-1/+3
* Sortables: using isOverAxis.Eduardo Lundgren2008-11-211-4/+4
* Sortables: Fixed tolerance guess. Changed name _intersectsWithEdges to _inter...Eduardo Lundgren2008-11-211-12/+59
* draggable, droppable, resizable, selectable, sortable: formatting changes - m...Richard Worth2008-11-211-300/+305
* New file: AUTHORS.txt instead of having a single contributor's name in each f...Richard Worth2008-11-211-1/+1
* sortable: removing ui.options caused plugins not to work anymore - fixed all ...Paul Bakaus2008-11-191-21/+20
* sortable: removed ui.element and ui.options from the UI object, corrected the...Paul Bakaus2008-11-191-8/+6
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-69/+69
* Sortable: remove console.logEduardo Lundgren2008-11-121-1/+0
* Sortable: More accuracy improvements.Eduardo Lundgren2008-11-121-15/+11
* Core and Sortable: $.ui.contains method moved into the core. This method coul...Eduardo Lundgren2008-11-121-18/+10
* Change name of intersect methods to isOverHeight/isOverWidth/isOver.Eduardo Lundgren2008-11-101-2/+2
* Sortable: Using the new core intersectHeight/intersectWidth methods.Eduardo Lundgren2008-11-101-20/+13
* sortable: returning false in any callback will now call this.cancenl() to can...Paul Bakaus2008-11-061-1/+2
* sortable: removed support for ui.cancel(), must now be called via the sortabl...Paul Bakaus2008-11-041-7/+12
* sortable: implemented ui.cancel(), a function that can be called to completel...Paul Bakaus2008-11-031-6/+47
* sortable: checked inputs are not unchecked anymore after drag start (fixes #3...Paul Bakaus2008-11-031-1/+1
* sortable: all events of the inner nodes of the sortable item were unbound aft...Paul Bakaus2008-11-031-2/+4
* Sortable - accurate option added, If you prefer better accuracy and low perfo...Eduardo Lundgren2008-10-301-18/+27
* Sortable - delta direction improvedEduardo Lundgren2008-10-281-4/+28
* Sortable - Float elements tolerance fixedEduardo Lundgren2008-10-281-1/+1
* Sortable - Prevent mouseCapture while help is revertingEduardo Lundgren2008-10-281-0/+8
* Sortable - Checking if helper existsEduardo Lundgren2008-10-281-3/+4
* Sortable - Tolerance accuracy sortable improvedEduardo Lundgren2008-10-281-239/+255
* sortable: fixed issue with first time append of the placeholder, now also the...Paul Bakaus2008-10-171-5/+13
* sortable: fixed toArray methodPaul Bakaus2008-10-141-3/+3
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-201-2/+2
* whitespaceRichard Worth2008-09-201-70/+67
* Sortables - Avoid inline script execution on every sortEduardo Lundgren2008-09-191-4/+11
* Fixed #3454 - Sortable .createHelper() bugEduardo Lundgren2008-09-191-2/+2
* Reverted r695.Scott González2008-09-191-147/+147
* Remove Trailing SpacesEduardo Lundgren2008-09-191-147/+147
* sortable: default value for forcePlaceholderSizePaul Bakaus2008-09-161-1/+2
* sortable: Refactored a bunch of stuff, moved over some fixes from draggablePaul Bakaus2008-09-161-12/+37
* draggable, resizable, sortable: proper usage of _mouseCapture, fixes interact...Paul Bakaus2008-09-161-1/+1
* sortable: Fixed the floating functional demo, implemented forcePlaceholderSizePaul Bakaus2008-09-161-3/+3
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
* sortable: fixed toArray methodPaul Bakaus2008-09-021-1/+1
* Sortable: fix wrong patameter in toArrayChi Cheng2008-08-261-1/+1
* sortable: moved serialize brackets after every key to default value, so confi...Paul Bakaus2008-08-191-1/+1
* internal methods: mouse*Chi Cheng2008-08-171-7/+7
* Sortable: prevent exposure of internal methods, fixes #3209Chi Cheng2008-08-171-18/+18
* Internal methods: fixes #3195, #3196, #3200, #3201, #3209Chi Cheng2008-08-171-29/+29
* sortable: beforeStop should work properly in all cases nowPaul Bakaus2008-08-151-0/+1
* -removed unneeded comment block in sortablesPaul Bakaus2008-08-111-1/+0
* sortable: the outer container is not set to relative anymore, preventing some...Paul Bakaus2008-07-291-1/+1