aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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, befor...Paul Bakaus2008-06-191-5/+11
* sortable: the options.items callback now receives null as first argument, a l...Paul Bakaus2008-06-191-1/+1
* Dialog - fixed #3017Eduardo Lundgren2008-06-181-6/+12
* Draggable: Changed mouse's cancel option from ":input,button" to ":input" (bu...Scott González2008-06-181-1/+1
* Fixed #3016 - Distance option defaultRichard Worth2008-06-183-3/+3
* Added text examples alongside imagesKeith Wood2008-06-181-29/+43
* Fixed bug for international languagesKeith Wood2008-06-181-1/+1
* Missed highlightWeek setting defaultKeith Wood2008-06-181-0/+1
* dialog - added dragHelperEduardo Lundgren2008-06-171-0/+1
* dialog - added resizeHelperEduardo Lundgren2008-06-171-0/+1
* More tests demonstrating date formatting in prev/next,Keith Wood2008-06-171-44/+49
* Fixed 2641 Week row hover stylingKeith Wood2008-06-171-12/+15
* Fixed 2371 Datepicker showing "off page" behaves strangelyKeith Wood2008-06-171-19/+24
* Fixed 2641 Week row hover stylingKeith Wood2008-06-171-2/+7
* Fixed 2593 Datepicker using months instead of prev and nextKeith Wood2008-06-171-7/+16
* use el[0] instead of this for callbackAaron Eisenberger2008-06-161-1/+1
* clip effect should be animating the wrapperAaron Eisenberger2008-06-161-5/+5
* Demonstrate range select with min/max date restrictionKeith Wood2008-06-161-0/+1
* Fixed #2658 Next link shows > when hideIfNoPrevNext is trueKeith Wood2008-06-161-4/+5
* sortable; moved the cursorAt and containment blocks after the start callback,...Paul Bakaus2008-06-161-12/+14
* Added effects demonstrationsKeith Wood2008-06-164-0/+326
* Allow folding to occur horizontally firstKeith Wood2008-06-161-3/+7
* Tests for relative dates with multiple periodsKeith Wood2008-06-161-2/+79
* Allow relative dates with multiple periodsKeith Wood2008-06-162-8/+10
* Add tests for destroying datepicker, keystrokes, minimum/maximum date process...Keith Wood2008-06-131-10/+300
* Add named keystrokesKeith Wood2008-06-131-1/+12
* Demonstrate callbacks on range datepickersKeith Wood2008-06-131-2/+5
* Fix onClose bug for ranges in IEKeith Wood2008-06-131-14/+20