.. |
i18n
|
Datepicker: Added Rhaeto-Romanic translation. Fixes #6728 - Datepicker: Add i18n translation for Rhaeto-Romanic.
|
2010-12-07 12:33:18 -05:00 |
jquery.effects.blind.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.bounce.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.clip.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.core.js
|
Effects: Fixed queueing of class animations. Fixes #6748 - animateClass broken in 1.8.7.
|
2010-12-14 09:02:00 -05:00 |
jquery.effects.drop.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.explode.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.effects.fade.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.effects.fold.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.highlight.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.effects.pulsate.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.effects.scale.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.shake.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.slide.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.transfer.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.ui.accordion.js
|
All: Use .toggleClass() instead of conditionally using .addClass() and .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ].
|
2010-12-19 16:52:22 -05:00 |
jquery.ui.autocomplete.js
|
Merge remote branch 'origin/menu'
|
2010-12-22 18:31:27 +01:00 |
jquery.ui.button.js
|
Buttonset: Added items option and removed visible filter for adding rounded corners. Fixes #6262 - buttonset not applying ui-corner to invisible elements.
|
2010-11-12 10:28:55 -05:00 |
jquery.ui.core.js
|
All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - Deprecate $.ui.contains.
|
2010-12-10 15:13:10 -05:00 |
jquery.ui.datepicker.js
|
Datepicker: enabled OSX meta keys to work when constraining input. Fixed #5317 - datepicker cmd+a/c/v is not working on MAC OS-X
|
2010-12-03 08:44:34 -05:00 |
jquery.ui.dialog.js
|
Dialog: Modified close button binding to use event.preventDefault() instead of return false. Fixes #6766 - Dialog: Clicks on close button don't bubble.
|
2010-12-20 09:00:28 -05:00 |
jquery.ui.draggable.js
|
All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - Deprecate $.ui.contains.
|
2010-12-10 15:13:10 -05:00 |
jquery.ui.droppable.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.ui.menu.js
|
Menu: Update license header.
|
2010-11-20 15:42:44 +01:00 |
jquery.ui.mouse.js
|
Mouse: tie the preventClickEvent property to the event target, not the container. Fixes #4752 - link event firing on sortable with connect list
|
2010-11-09 09:52:24 -05:00 |
jquery.ui.position.js
|
Position: Use $.isWindow()
|
2010-12-10 14:34:21 -05:00 |
jquery.ui.progressbar.js
|
Progressbar: Added max option. Fixes #6681 - Progressbar: add max option.
|
2010-11-22 08:49:47 -05:00 |
jquery.ui.resizable.js
|
Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Problem with JavaScriptPacker.
|
2010-08-10 18:16:44 -04:00 |
jquery.ui.selectable.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.ui.slider.js
|
Slider: Changed _trimAlignValue function to return the correct inclusive value between min and max. Fixes #6643 - using range and step options makes jquery change min and max.
|
2010-12-06 10:05:46 -05:00 |
jquery.ui.sortable.js
|
All: Use .toggleClass() instead of conditionally using .addClass() and .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ].
|
2010-12-19 16:52:22 -05:00 |
jquery.ui.spinner.js
|
Spinner: Introduce page option to configure page size. Use that for timespinner demo to spin minutes on cursor up/down, hours on page up/down.
|
2010-12-01 23:28:05 +01:00 |
jquery.ui.tabs.js
|
Tabs: Use event.preventDefault() instead of return false. Fixes #6765 - Tabs: Use event.preventDefault() instead of returning false.
|
2010-12-20 08:50:23 -05:00 |
jquery.ui.tooltip.js
|
Tooltip: Seperate restoring title attribute from assigning current-variable, in case currentTitle is undefined.
|
2010-12-03 18:14:20 +01:00 |
jquery.ui.widget.js
|
All: Use .toggleClass() instead of conditionally using .addClass() and .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ].
|
2010-12-19 16:52:22 -05:00 |