Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Removed spinner option. Fixes #7151 - Tabs: Remove spinner option. | Scott González | 2012-10-25 | 3 | -45/+0 |
| | |||||
* | Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option. | Scott González | 2012-10-25 | 2 | -89/+0 |
| | |||||
* | Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event. | Scott González | 2012-10-25 | 3 | -63/+1 |
| | |||||
* | Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event. | Scott González | 2012-10-25 | 3 | -59/+3 |
| | |||||
* | Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method. | Scott González | 2012-10-25 | 2 | -60/+0 |
| | |||||
* | Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable ↵ | Scott González | 2012-10-25 | 3 | -74/+0 |
| | | | | and disable events. | ||||
* | Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method. | Scott González | 2012-10-25 | 2 | -14/+0 |
| | |||||
* | Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option. | Scott González | 2012-10-25 | 5 | -178/+0 |
| | |||||
* | Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option. | Scott González | 2012-10-25 | 2 | -71/+0 |
| | |||||
* | Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method. | Scott González | 2012-10-25 | 2 | -22/+0 |
| | |||||
* | Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ↵ | Scott González | 2012-10-25 | 3 | -120/+0 |
| | | | | ajaxOptions and cache options. | ||||
* | Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -25/+0 |
| | | | | resize method. | ||||
* | Accordion: Removed deprecated activate method and expanded active option. ↵ | Jörn Zaefferer | 2012-10-24 | 3 | -141/+19 |
| | | | | Fixes #6837 - Accordion: Remove the activate method. Fixes #6853 - Accordion: Remove support for non-number/falsey values for active option. | ||||
* | Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ↵ | Jörn Zaefferer | 2012-10-24 | 3 | -36/+2 |
| | | | | icons.headerSelected. | ||||
* | Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: ↵ | Jörn Zaefferer | 2012-10-24 | 3 | -64/+0 |
| | | | | Remove navigation options. | ||||
* | Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ↵ | Jörn Zaefferer | 2012-10-24 | 3 | -123/+1 |
| | | | | clearStyle option. Fixes #5872 - Accordion: Remove autoHeight and fillSpace options. | ||||
* | Dialog: Use _show and _hide consistently. Fixes #4892 - Dialog: zIndex error ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -15/+12 |
| | | | | with animated modal dialog. | ||||
* | Dialog: Keep focus inside dialog, even when dialog itself has focus. | Jörn Zaefferer | 2012-10-24 | 1 | -2/+2 |
| | |||||
* | Dialog: Prevent tabbing off any dialog. Fixes #3768 - Dialog: contain focus ↵ | David Souther | 2012-10-24 | 1 | -2/+2 |
| | | | | within dialog. | ||||
* | Dialog: Save the active element that opened the dialog and restore focus to ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -6/+21 |
| | | | | that. Fixes #8730 - Dialog: Restore focus to opener. | ||||
* | Dialog: Prevent dialog form losing focus (or move it back in IE <= 8). | Jörn Zaefferer | 2012-10-24 | 2 | -3/+22 |
| | |||||
* | Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵ | Nate Eagle | 2012-10-24 | 8 | -291/+138 |
| | | | | | | | | | | | | | | | | | | | tickets: Fixes #3534 - Dialog: Modal dialog disables all input elements on page. Fixes #4671 - Dialog: Modal Dialog disables vertical scroll bar in Chrome & Safari. Fixes #4995 - Dialog: Modal Dialog's overlay dissapears in IE when content is tall. Fixes #5388 - Dialog: Don't change z-index when already at the top. Fixes #5466 - Dialog: "modal" Dialog Incorrectly Cancels Input Events. Fixes #5762 - Dialog: Get rid of z-index workaround, document it instead. Fixes #6267 - Dialog: checkboxes that inherit a z-index < jqueryui.dialog z-index don't work. Fixes #7051 - Dialog: modal prevents tab key from moving focus off slider handle. Fixes #7107 - Dialog: Modal dialog event loss with high zindex child elements (FF 3.6). Fixes #7120 - Dialog: Modal operation interrupts drag drop marker functionality on gmaps. Fixes #8172 - Dialog: Change event cancelled when opening modal dialog from another modal dialog. Fixes #8583 - Dialog: Mouse event wrongly stopped. Fixes #8722 - Dialog: Remove stack option. Fixes #8729 - Dialog: Remove zIndex option. | ||||
* | Cleanup demos: Copy&paste errors in titles, bad descriptions or styling | Jörn Zaefferer | 2012-10-24 | 4 | -5/+7 |
| | |||||
* | Widget: Bind the remove event to the element, not the .widget() element. | Scott González | 2012-10-24 | 2 | -2/+3 |
| | |||||
* | Effects (size): Adjusting behavior of toggled size effects - See gh-203 - ↵ | Kato Kazuyoshi | 2012-10-24 | 1 | -10/+20 |
| | | | | Partial Fix for #7041 | ||||
* | Widget: Fix _on to use element argument for delegated events. Fixes #8658 - ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -3/+29 |
| | | | | Widget: this._on delegates using instance.widget() instead of passed element | ||||
* | Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - ↵ | Scott González | 2012-10-24 | 2 | -1/+16 |
| | | | | widgetEventPrefix is lost when extending existing widget. | ||||
* | Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -0/+12 |
| | | | | Tooltip: Disabled tooltips on initialization. | ||||
* | Menu: Use start icon (first is deprecated) | Jörn Zaefferer | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Fixes #8714, Build: Updated internal JSHint to latest | Mike Sherov | 2012-10-23 | 1 | -1170/+1615 |
| | |||||
* | Updated list of maintainers. | Scott González | 2012-10-23 | 1 | -5/+0 |
| | |||||
* | Core: Update :focsable and :tabbable to handle parents with no height/width, ↵ | Scott González | 2012-10-23 | 3 | -4/+21 |
| | | | | but visible overflow. Fixes #8643 - :focusable pseudo-selector does not find elements if parent has 0x0 dimension. | ||||
* | Tooltip tests: Fixed new default value for position option. | Scott González | 2012-10-23 | 1 | -2/+2 |
| | |||||
* | Dialog: Don't use deprecated offset option for .position(). Fixes #8675 - ↵ | Scott González | 2012-10-23 | 1 | -3/+3 |
| | | | | Dialog: Position with pixels in array doesn't work with back compat disabled. | ||||
* | Menu: Remove stupid demos, add an icons demo, improve the default demo | Jörn Zaefferer | 2012-10-23 | 5 | -179/+86 |
| | |||||
* | Accordion: Remove code that sets accordion height. Fixed #8696 - Multiple ↵ | Maciej Mroziński | 2012-10-23 | 1 | -7/+0 |
| | | | | collapsible Accordions won't work together. | ||||
* | Widget: Destroy only when element is the actual target. Fixes #8652 - ↵ | Marc-Andre Lafortune | 2012-10-23 | 2 | -1/+14 |
| | | | | Widget: Destroy only when element is the actual target. | ||||
* | Grunt: Disable csslint's vendor-prefix rule, we're including only the ↵ | Jörn Zaefferer | 2012-10-23 | 1 | -1/+2 |
| | | | | prefixes that are still necessary in supported browsers | ||||
* | Widget: Fixed $.widget.extend() to never copy objects by reference. | Scott González | 2012-10-23 | 1 | -3/+8 |
| | |||||
* | Tooltip: Cleaned up CSS. | Scott González | 2012-10-23 | 1 | -6/+4 |
| | |||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 56 | -311/+282 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Tooltip: Position below the element and set a max width of 300px to more ↵ | Scott González | 2012-10-23 | 2 | -2/+3 |
| | | | | closely match native tooltip behavior. Fixes #8718 - tooltip flickers when too long. | ||||
* | Build: Upgrade to the latest Grunt and JSHint - Closes gh-786 | Mike Sherov | 2012-10-22 | 12 | -75/+68 |
| | |||||
* | Widget: $.widget.extend(): Properly handle extending a string with an ↵ | Scott González | 2012-10-22 | 2 | -6/+13 |
| | | | | object. Fixes #8713 - Passing an object as ui.resizable handles parameter does not work. | ||||
* | Whitespace. | Scott González | 2012-10-22 | 1 | -1/+1 |
| | |||||
* | Spinner: Remove z-index from buttons. Whatever the original purpose, its not ↵ | Jörn Zaefferer | 2012-10-22 | 1 | -1/+1 |
| | | | | needed anymore. Fixes #8655 - Spinner buttons displayed on top of Datepicker. | ||||
* | Remove trailing whitespace and add final newlines | Trey Hunner | 2012-10-21 | 45 | -440/+440 |
| | |||||
* | Replace mixed CRLF/LF line endings with LF | Trey Hunner | 2012-10-21 | 4 | -6317/+6317 |
| | |||||
* | Exempt external directory from .editorconfig rules | Trey Hunner | 2012-10-21 | 1 | -0/+5 |
| | |||||
* | CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6059 - ↵ | TJ VanToll | 2012-10-21 | 1 | -0/+1 |
| | | | | Button: Primary icon "enabled" when button is disabled. |