.. |
i18n
|
Datepicker: Finnish date format doesn't have padding for day and month. Fixes #9609 - Datepicker: Correct the Finnish date format
|
2013-11-26 15:27:23 -05:00 |
.jshintrc
|
Updated .jshintrc settings.
|
2013-04-17 15:25:17 -04:00 |
jquery.ui.accordion.js
|
All: Remove inline JSHint settings.
|
2013-11-25 17:24:19 -05:00 |
jquery.ui.autocomplete.js
|
Autocomplete: Scope race condition handling to the instance. Fixes #9334 - Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously.
|
2013-11-26 10:25:23 -05:00 |
jquery.ui.button.js
|
Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - Button: Disabled button maintains ui-state-focus in IE & Firefox on Windows.
|
2013-11-25 16:53:28 -05:00 |
jquery.ui.core.js
|
Core: Updated comment about $.ui.plugin.
|
2013-04-17 14:56:21 -04:00 |
jquery.ui.datepicker.js
|
Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur and by correctly not double focusing a programmatically focused date picker.
|
2013-04-17 15:24:32 -04:00 |
jquery.ui.dialog.js
|
Dialog: Safe activeElement access.
|
2013-11-26 15:07:39 -05:00 |
jquery.ui.draggable.js
|
Draggable: Don't cache parent offset if the parent position is fixed. Fixes #5009 - Draggable: scroll not working with parent's position fixed(cherry picked from commit 49c7b7200e )
|
2013-04-17 15:09:26 -04:00 |
jquery.ui.droppable.js
|
Droppable: Defer querying of offsetWidth and offsetHeight until they're required. Fixes #9339 - Droppable: offsetWidth and offsetHeight are queried unnecessarily causing synchronous reflow.
|
2013-11-26 10:25:24 -05:00 |
jquery.ui.effect-blind.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-bounce.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-clip.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-drop.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-explode.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-fade.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-fold.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-highlight.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-pulsate.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-scale.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-shake.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-slide.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-transfer.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect.js
|
Removed guard against duplicate loading. Use safe references to original functions when proxying, don't rename originals.
|
2013-03-08 10:23:25 -05:00 |
jquery.ui.menu.js
|
Menu: Only focus menu after click if focus is on an element within menu. Fixes #9044 - Menu: Autofocus issue with dialog opened from menu widget
|
2013-11-26 15:04:39 -05:00 |
jquery.ui.mouse.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.position.js
|
Position: Replace double space with single space.
|
2013-11-26 11:32:24 -05:00 |
jquery.ui.progressbar.js
|
Revert "Widget: Stop setting ui-state-disabled and aria by default on setting disabled option." This needs to wait for a major release.
|
2013-03-14 15:07:06 -04:00 |
jquery.ui.resizable.js
|
Resizable: Store size based on calculated helper size to prevent 1 pixel shifts. Fixes #9547 - Resizable: off-by-one pixel dimensions with helper and grid
|
2013-11-26 15:27:23 -05:00 |
jquery.ui.selectable.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.slider.js
|
Slider: Remove unnecessary 3rd argument in _slide method when calling this.values()
|
2013-11-26 15:14:21 -05:00 |
jquery.ui.sortable.js
|
Sortable: Fix typo and break lines in comment.
|
2013-11-26 15:14:36 -05:00 |
jquery.ui.spinner.js
|
Spinner: Only format the value when there is one. Fixes #9573 - Spinner: forces a field validation in Firefox before field loses focus or form is submitted
|
2013-11-26 15:06:45 -05:00 |
jquery.ui.tabs.js
|
Tabs: Keep reference to existing tablist during refresh. Fixes #9584 - Tabs: Refresh issue when tabs are moved to bottom.
|
2013-11-26 15:10:34 -05:00 |
jquery.ui.tooltip.js
|
Tooltip: Avoid errors on mouseover of tooltips with parents that have no title attribute. Fixes #8955 - Tooltip: error when parent element has no title attribute using jQuery <1.7
|
2013-01-11 08:35:51 -05:00 |
jquery.ui.widget.js
|
Widget: option-method should work as getter only when argument length is 1. Fixes #9601 - Widget: calling _setOption with undefined as 3rd argument makes it a getter
|
2013-11-26 15:13:05 -05:00 |