| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Accordion: Removed deprecated activate method and expanded active option. Fix... | Jörn Zaefferer | 2012-10-24 | 3 | -141/+19 |
* | Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ic... | Jörn Zaefferer | 2012-10-24 | 3 | -36/+2 |
* | Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: Re... | Jörn Zaefferer | 2012-10-24 | 3 | -64/+0 |
* | Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ... | Jörn Zaefferer | 2012-10-24 | 3 | -123/+1 |
* | Dialog: Use _show and _hide consistently. Fixes #4892 - Dialog: zIndex error ... | Jörn Zaefferer | 2012-10-24 | 2 | -15/+12 |
* | 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 w... | David Souther | 2012-10-24 | 1 | -2/+2 |
* | Dialog: Save the active element that opened the dialog and restore focus to t... | Jörn Zaefferer | 2012-10-24 | 2 | -6/+21 |
* | 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 |
* | 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 - Par... | Kato Kazuyoshi | 2012-10-24 | 1 | -10/+20 |
* | Widget: Fix _on to use element argument for delegated events. Fixes #8658 - W... | Jörn Zaefferer | 2012-10-24 | 2 | -3/+29 |
* | Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEv... | Scott González | 2012-10-24 | 2 | -1/+16 |
* | Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - To... | Jörn Zaefferer | 2012-10-24 | 2 | -0/+12 |
* | 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 |
* | 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 - Dia... | Scott González | 2012-10-23 | 1 | -3/+3 |
* | 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 col... | Maciej Mroziński | 2012-10-23 | 1 | -7/+0 |
* | Widget: Destroy only when element is the actual target. Fixes #8652 - Widget:... | Marc-Andre Lafortune | 2012-10-23 | 2 | -1/+14 |
* | Grunt: Disable csslint's vendor-prefix rule, we're including only the prefixe... | Jörn Zaefferer | 2012-10-23 | 1 | -1/+2 |
* | 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 codeba... | Mike Sherov | 2012-10-23 | 56 | -311/+282 |
* | Tooltip: Position below the element and set a max width of 300px to more clos... | Scott González | 2012-10-23 | 2 | -2/+3 |
* | 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 object.... | Scott González | 2012-10-22 | 2 | -6/+13 |
* | 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 |
* | 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 - B... | TJ VanToll | 2012-10-21 | 1 | -0/+1 |
* | Fixed some jshint errors. | Scott González | 2012-10-21 | 2 | -4/+4 |
* | Effects: Allow 'null' for options - Fixes #8670 - null reference when using e... | Corey Frang | 2012-10-21 | 2 | -2/+13 |
* | Grunt: Removed tooltip tests from qunit task. | Scott González | 2012-10-21 | 1 | -1/+1 |
* | Accordion: Fix back-compat for active option. | Scott González | 2012-10-21 | 1 | -1/+1 |
* | Tooltip: Unit test for nested tooltips | Jörn Zaefferer | 2012-10-21 | 2 | -1/+17 |
* | Tooltip: Update events test to cover correct behaviour | Jörn Zaefferer | 2012-10-21 | 1 | -32/+6 |
* | Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - Delay... | Andrew Couch | 2012-10-21 | 3 | -3/+57 |
* | Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - De... | Andrew Couch | 2012-10-21 | 3 | -2/+28 |
* | Tooltip: Only bind blur when opening via focus, mouseleave for mouseover. Rem... | Jörn Zaefferer | 2012-10-21 | 2 | -15/+17 |
* | Tooltip: Fix nested tooltips (on hover) by closing parent tooltips and removi... | Jörn Zaefferer | 2012-10-21 | 2 | -6/+40 |
* | Tooltip: Comment why we need to use closest | Jörn Zaefferer | 2012-10-19 | 1 | -1/+3 |
* | Effect: fix typo in comment ft "optinos" => "options" | Andrew Couch | 2012-10-18 | 1 | -1/+1 |