aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* fixed #3010Paul Bakaus2008-06-261-1/+1
* resizable, selectable, sortable: changed cancel default to ':input' instead o...Richard Worth2008-06-263-3/+3
* sortable: update callback wass not called everytime (fixes #3028)Paul Bakaus2008-06-261-3/+2
* sortable: fixed serialize issue when a key was specified as option, but no cu...Paul Bakaus2008-06-261-1/+1
* css method - change class id name for generated divEduardo Lundgren2008-06-261-1/+1
* 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
* 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-251-2/+16
* 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
* 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
* sortable:Paul Bakaus2008-06-241-17/+34
* sortable:fixed #3019, stop being fird too earlyPaul Bakaus2008-06-241-4/+7
* accordion: simplified find-header-element code, thanks ArielJörn Zaefferer2008-06-221-3/+2
* Fixed 2038 Split out display date and date value formatsKeith Wood2008-06-211-3/+28
* accordion: added test for headers with descendants; replaced while-loop to fi...Jörn Zaefferer2008-06-211-3/+1
* Correct datepicker placement when used in static areasKeith Wood2008-06-201-20/+23
* 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
* 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
* 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
* 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
* Allow folding to occur horizontally firstKeith Wood2008-06-161-3/+7
* Allow relative dates with multiple periodsKeith Wood2008-06-161-7/+8
* Fix onClose bug for ranges in IEKeith Wood2008-06-131-14/+20
* tests: initial version of sortable tests/Paul Bakaus2008-06-131-0/+1
* #2876 Fire event on change of month/yearKeith Wood2008-06-121-0/+13
* Allow setting of cell title via beforeShowDayKeith Wood2008-06-121-1/+3
* Refactor class names as constantsKeith Wood2008-06-121-34/+33