aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Richard Worth2008-06-264-4/+4
| | | | of (redundant) ':input,button'
* 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 ↵Paul Bakaus2008-06-261-1/+1
| | | | custom expression
* 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 ↵Scott González2008-06-261-14/+30
| | | | able to change the buttons after instantiation.
* 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 ↵Eduardo Lundgren2008-06-251-3/+7
| | | | the end
* sortable: extreme performance increase by using setTimeout delegation and ↵Paul Bakaus2008-06-251-13/+30
| | | | local vs. inner scope check in it, tested in FF3, IE6 and IE7, but still experimental
* 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 ↵Paul Bakaus2008-06-242-8/+20
| | | | into the connected list - this improves performance for connected lists
* 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 ↵Paul Bakaus2008-06-241-1/+1
| | | | jquery.simulate.js, so 4 is the correct value
* sortable: added default checks for scroll optionsPaul Bakaus2008-06-241-0/+3
|
* sortable:Paul Bakaus2008-06-241-17/+34
| | | | | - recalculating the offset of the offsetParent on refreshPositions as well (fixes #2951, #2976) - fixed hierarchal sortable issues because of sortable-item expando not checking the sortable container (also fixes #2976)
* 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 ↵Jörn Zaefferer2008-06-214-259/+199
| | | | find header-parent with call to parents
* 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
| | | | and mouseout as they're not minimal/required for drag. They were there as work-around for resizable. Moved work-around to resizable test.
* 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
|
* tests sortable - fixed failing enable testRichard Worth2008-06-212-7/+7
|
* tests sortable - corrected page titleRichard Worth2008-06-211-2/+2
|
* Correct datepicker placement when used in static areasKeith Wood2008-06-201-20/+23
| | | | Correct select coverage in IE 6-
* Tweaks for IE 6-Keith Wood2008-06-201-0/+14
|
* visual tests: dialog - removed unused offset varRichard Worth2008-06-201-1/+0
|
* slider: check in the destroy method if a handle actually exists or not, ↵Paul Bakaus2008-06-191-5/+11
| | | | before calling removal functions (fixes #2987)