.. |
i18n
|
set svn:eol-style to native
|
2009-01-20 11:42:07 +00:00 |
effects.blind.js
|
Happy New Year
|
2009-01-03 21:55:13 +00:00 |
effects.bounce.js
|
Happy New Year
|
2009-01-03 21:55:13 +00:00 |
effects.clip.js
|
Happy New Year
|
2009-01-03 21:55:13 +00:00 |
effects.core.js
|
Prevent loading core files multiple times. Fixes #4130 - Too much recurson with double include.
|
2009-02-13 02:25:21 +00:00 |
effects.drop.js
|
Happy New Year
|
2009-01-03 21:55:13 +00:00 |
effects.explode.js
|
all: fixed jslint warnings
|
2009-02-10 13:11:34 +00:00 |
effects.fold.js
|
all: fixed jslint warnings
|
2009-02-10 13:11:34 +00:00 |
effects.highlight.js
|
Happy New Year
|
2009-01-03 21:55:13 +00:00 |
effects.pulsate.js
|
whitespace
|
2009-01-22 13:10:18 +00:00 |
effects.scale.js
|
all: fixed jslint warnings
|
2009-02-10 13:11:34 +00:00 |
effects.shake.js
|
Happy New Year
|
2009-01-03 21:55:13 +00:00 |
effects.slide.js
|
Happy New Year
|
2009-01-03 21:55:13 +00:00 |
effects.transfer.js
|
Cleaned up transfer effect. Despite the huge diff, I didn't change any logic and barely changed any actual code.
|
2009-02-17 01:20:50 +00:00 |
ui.accordion.js
|
all: fixed jslint warnings
|
2009-02-10 13:11:34 +00:00 |
ui.core.js
|
Mouse: Fixed #4146: Don't set the flag to prevent click events if mouseup occurs on a diferent element than mousedown (was preventing the next click event from occuring).
|
2009-02-14 04:27:31 +00:00 |
ui.datepicker.js
|
datepicker: temporary solution for inline click events with noConflict(true), introduces another global called DT_jQuery to deal with the inline events (fixes #4055, going to be removed with scheduled rewrite)
|
2009-02-11 13:40:21 +00:00 |
ui.dialog.js
|
Dialog: Refactored moveToTop, greatly improving performance for opening dialogs in IE. Partial fix for #2807 - dialog UI + modal mode = slow.
|
2009-02-19 01:49:33 +00:00 |
ui.draggable.js
|
draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed) (removed redundant check)
|
2009-02-13 13:05:24 +00:00 |
ui.droppable.js
|
droppable: defaults - alpha order
|
2009-02-07 18:28:29 +00:00 |
ui.progressbar.js
|
progressbar: removed unused variables, some whitespace changes (fixes #4052)
|
2009-02-11 13:04:18 +00:00 |
ui.resizable.js
|
Resizable: Fixed #4147 - Little jump when a resizable is about to reach the coordinate 0 (in x- or y-axis)
|
2009-02-15 14:51:59 +00:00 |
ui.selectable.js
|
Fixed #3077 (Selectable cannot be selected by click)
|
2009-01-16 04:06:51 +00:00 |
ui.slider.js
|
Slider: Removed support for auto orientation, set default to horizontal. Fixed #4174.
|
2009-02-18 03:00:03 +00:00 |
ui.sortable.js
|
sortable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4041)
|
2009-02-13 13:28:20 +00:00 |
ui.tabs.js
|
Tabs: solved spinner issues and ajax loading not being stopped when selecting a static page tab, fixes #4109, #3929
|
2009-02-18 21:44:34 +00:00 |