.. |
i18n
|
Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: Faroese locale has incorrect firstDay.
|
2012-11-14 15:06:37 -05:00 |
.jshintrc
|
Build: Enable "unused" option in jshint - Remove unused variables from codebase. - Closes gh-788
|
2012-10-23 09:37:46 -05:00 |
jquery.ui.accordion.js
|
Accordion: Use .css() to clear the height, instead of .height().
|
2012-11-13 19:02:02 -05:00 |
jquery.ui.autocomplete.js
|
Autocomplete: When appendTo is a jQuery object or a DOM element, don't search against the document. Fixes #8858 - Autocomplete: Fails when appendTo is detached from the DOM.
|
2012-11-28 10:33:59 -05:00 |
jquery.ui.button.js
|
Button: Let change handler handle display and aria update. Fixed #5518 - Button: Incorrect state after double click in Firefox
|
2012-11-26 20:15:53 -05:00 |
jquery.ui.core.js
|
Core: Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2.
|
2012-11-05 15:38:31 -05:00 |
jquery.ui.datepicker.js
|
Datepicker: Remove JSHint overrides.
|
2012-11-27 08:22:21 -05:00 |
jquery.ui.dialog.js
|
Dialog: Remove the instance-storing for the overlay, just create one whenever it is needed. Heavily simplifies the code, while the memorly leak should be hardly an issue anymore, since fixed positioning restricts the overlay size to the window dimensions. Fixes #6058 - Dialog overlays are not properly reused when multiple instances of a Dialog exist.
|
2012-12-04 01:08:34 +01:00 |
jquery.ui.draggable.js
|
Draggable: made handles work with complex markup. Fixes #8757 - Draggable: Resizable handle with inner element does not work, when its also draggable
|
2012-11-19 09:06:50 -05:00 |
jquery.ui.droppable.js
|
Dev: Make droppable pass JSHint with no local settings overrides
|
2012-11-17 14:51:56 -05:00 |
jquery.ui.effect-blind.js
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
jquery.ui.effect-bounce.js
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
jquery.ui.effect-clip.js
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
jquery.ui.effect-drop.js
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
jquery.ui.effect-explode.js
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
jquery.ui.effect-fade.js
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
jquery.ui.effect-fold.js
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
jquery.ui.effect-highlight.js
|
Remove trailing whitespace and add final newlines
|
2012-10-21 22:45:41 -04:00 |
jquery.ui.effect-pulsate.js
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
jquery.ui.effect-scale.js
|
Effects: Making sure outerHeight and outerWidth make it through to the .size() implementation in all cases - Fixes IE8 effects failure
|
2012-11-22 04:12:30 -06:00 |
jquery.ui.effect-shake.js
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
jquery.ui.effect-slide.js
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
jquery.ui.effect-transfer.js
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
jquery.ui.effect.js
|
Effects: Use $ instead of jQuery in $.effects.animateClass. Fixes #8860 - Effects: Class animation has broken noConflict support.
|
2012-11-27 08:27:48 -05:00 |
jquery.ui.menu.js
|
Menu: Remove display property on hidden submenus instead of setting display:block. Surfaced by domEqual now checking for style property (see d687a1b ).
|
2012-12-04 00:49:37 +01:00 |
jquery.ui.mouse.js
|
Dev: make sure all files can pass JSHint!
|
2012-11-09 17:30:43 -05:00 |
jquery.ui.position.js
|
Removed bgiframe.
|
2012-10-26 10:53:17 -04:00 |
jquery.ui.progressbar.js
|
Progressbar: Create and destroy indeterminate overlay as needed and code cleanup.
|
2012-11-29 22:13:39 -06:00 |
jquery.ui.resizable.js
|
Resizable: Respect containment for alsoResize option. Fixes #4603 - Resizable: alsoResize option doesn't work with containment. Fixes #5559 - Dialog: Content grows bigger than widget on resize at document edge.
|
2012-12-03 10:36:55 -05:00 |
jquery.ui.selectable.js
|
Dev: Standardized the selectable test suite. Fixed #8752 - Dev: Get selectable test suite to pass
|
2012-10-30 22:19:55 -04:00 |
jquery.ui.slider.js
|
Slider: factorize code with Widget method call. Fixed #8772 - Wrong slider UI state when disabled at init
|
2012-11-21 19:18:00 -05:00 |
jquery.ui.sortable.js
|
Dev: Make sortable pass JSHint with only the loopfunc setting override
|
2012-11-17 14:24:44 -05:00 |
jquery.ui.spinner.js
|
Spinner: Remove ui-state- classes from spinner, along with the background:none TR override. Fixes #8654 - Spinner background-color
|
2012-10-14 16:46:38 -04:00 |
jquery.ui.tabs.js
|
Tabs: Remove display property on hidden panels instead of setting display:block. Surfaced by domEqual now checking for style property (see d687a1b ).
|
2012-12-04 00:56:14 +01:00 |
jquery.ui.tooltip.js
|
Tooltip: Escape the title attribute so that it's treated as text and not HTML. Fixes #8861 - Tooltip: XSS vulnerability in default content.
|
2012-11-27 11:21:33 -05:00 |
jquery.ui.widget.js
|
Widget: Don't modify the prototype passed to $.widget(). Fixes #8876 - Calling _super calls wrong inherited widget.
|
2012-12-03 14:18:24 -05:00 |