.. |
i18n
|
Fixed #4156 Serbian localizations
|
2009-02-19 10:30:43 +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
|
effects core: the second argument passed to effect methods wasn't checked for being a callback function (fixes #4181 - Effects methods don't allow callback as the second parameter)
|
2009-02-19 13:25:02 +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: Removed $.ui.dialog.topMostDialog - added for performance improvement, but not needed and could cause problems.
|
2009-02-19 02:35:19 +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 containment within relative/absolute positioned parent. Fixes #3882 - Left Margin Calculated Incorrectly (Using Containment). Patch provided by Brad Dunbar.
|
2009-02-19 02:49:54 +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: normalization of href attribute required in IE, fixes #4134
|
2009-02-19 20:19:13 +00:00 |