aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* removing true from outerWidth/outerHeight to solve Safari Issue (fixes #2983 ...Aaron Eisenberger2008-06-261-2/+2
* typo in createWrapper (fixes #2974 fixes #2975)Aaron Eisenberger2008-06-261-1/+1
* sortable: update callback wass not called everytime (fixes #3028)Paul Bakaus2008-06-261-1/+1
* tests visual draggable - moved handle test to its own file. default visual te...Richard Worth2008-06-262-4/+29
* slider: range can now be toggled on-the-fly (fixes #3004)Paul Bakaus2008-06-261-0/+10
* tests dialog - added unit tests for #3017 - Dialog callback scopesRichard Worth2008-06-261-11/+67
* visual css: corrected styles for sliderPaul Bakaus2008-06-261-2/+2
* fixed #3010Paul Bakaus2008-06-261-1/+1
* resizable, selectable, sortable: changed cancel default to ':input' instead o...Richard Worth2008-06-264-4/+4
* sortable: update callback wass not called everytime (fixes #3028)Paul Bakaus2008-06-261-3/+2
* tests draggable #2965 - fixed to account for distance: 1 defaultRichard Worth2008-06-261-2/+2
* sortable: fixed serialize issue when a key was specified as option, but no cu...Paul Bakaus2008-06-261-1/+1
* tests resizable - restructured to match others, added defaults testRichard Worth2008-06-261-232/+231
* css method - change class id name for generated divEduardo Lundgren2008-06-261-1/+1
* Resizable functional demo more updatesEduardo Lundgren2008-06-261-3/+3
* Resizable functional demo updatesEduardo Lundgren2008-06-261-9/+9
* alsoResize option bug fixesEduardo Lundgren2008-06-261-1/+2
* Fixed #2996Eduardo Lundgren2008-06-261-19/+19
* Fixed #2990Eduardo Lundgren2008-06-261-2/+2
* Fixed #2988Eduardo Lundgren2008-06-261-3/+4
* Dialog: Fixed stacking problem with modal dialogs.Scott González2008-06-261-1/+2
* Fixed #2340: Consistent parameters for dispatched events and callbacks.Scott González2008-06-262-9/+9
* Dialog: Restructured button creation and fixed the problem with not being abl...Scott González2008-06-261-14/+30
* sortable: added visual test page for profiling performancePaul Bakaus2008-06-251-0/+757
* Fix #3026 - Plugins callbacks need to be called first and user callbacks at t...Eduardo Lundgren2008-06-251-3/+7
* sortable: extreme performance increase by using setTimeout delegation and loc...Paul Bakaus2008-06-251-13/+30
* fixed #3026 - resizable resize handler is called too earlyRichard Worth2008-06-251-2/+2
* fixed #3025 - dialog should have an autoResize option; default value: trueRichard Worth2008-06-252-2/+36
* draggable: removed a silly console.logPaul Bakaus2008-06-241-2/+0
* sortable: connected lists items are not refreshed until you actually move int...Paul Bakaus2008-06-242-8/+20
* sortable: changed default distance to 1Paul Bakaus2008-06-241-1/+1
* sortable: changed default distance to 1Paul Bakaus2008-06-242-3/+5
* fix for clip to better work with images (animates wrapper for images only)Aaron Eisenberger2008-06-241-1/+1
* fix for clip to better work with images (animates wrapper for images only)Aaron Eisenberger2008-06-241-3/+4
* draggable: fixed issue when placeholder didn't exist (fixes #3018)Paul Bakaus2008-06-241-5/+5
* draggable: fixed failing test, mousemove is actually called 3 times in jquery...Paul Bakaus2008-06-241-1/+1
* sortable: added default checks for scroll optionsPaul Bakaus2008-06-241-0/+3
* sortable:Paul Bakaus2008-06-241-17/+34
* sortable:fixed #3019, stop being fird too earlyPaul Bakaus2008-06-242-4/+19
* accordion: simplified find-header-element code, thanks ArielJörn Zaefferer2008-06-221-3/+2
* tests dialog - added missing tests (placeholders)Richard Worth2008-06-221-0/+24
* Fixed 2038 Split out display date and date value formatsKeith Wood2008-06-212-3/+44
* accordion: added test for headers with descendants; replaced while-loop to fi...Jörn Zaefferer2008-06-214-259/+199
* tests dialog - added some tests and placeholdersRichard Worth2008-06-212-70/+177
* simulate - drag: added mousemove [+1, +1] after mousedown. Removed mouseover ...Richard Worth2008-06-212-2/+6
* tests selectable - removed unneeded refs to draggable and resizableRichard Worth2008-06-211-2/+0
* tests draggable - corrected defaults tests tracking [304], and [305]Richard Worth2008-06-211-2/+2
* tests datepicker - added closure (for isolation in all.html)Richard Worth2008-06-211-0/+7
* tests all - added sortableRichard Worth2008-06-211-0/+9
* tests sortable - fixed failing disable testsRichard Worth2008-06-211-4/+4