summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * CSS: Update .ui-helper-hidden-accessible to match H5BP's current ↵Scott González2012-11-131-1/+1
| | | | | | | | | | | | .visuallyhidden. Fixes #8793 - Dialog: Internal autocomplete causes scroll bars. (cherry picked from commit 48e0aa0fd2782380931af43abb5bb92b73ebe4ad)
| * Widget: Bridge falls back to name if there is no widgetFullName, and always ↵Avinash R2012-11-132-2/+55
| | | | | | | | | | | | stores instances in data. Fixed #8775 - Widget: Bridge fails if widgetFullName is not supplied. (cherry picked from commit 75bd22eb731f5a81099ad97c88eede3862195fec)
| * Dialog: Set top and left properties in the default styles to avoid a bug in ↵Scott González2012-11-131-1/+1
| | | | | | | | core. Fixes #8741 - Dialog: dialog with position:fixed goes offscreen when opening after scrolling down since v 1.9.0.
| * Tabs: Encode spaces from window.location. Fixes #8777 - Tabs fail in Safari ↵Scott González2012-11-131-1/+6
| | | | | | | | | | | | 5.1 when window.location contains a space. (cherry picked from commit c6b52db892703ba14153800dbf620db509acb9e6)
| * Core: Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2.Scott González2012-11-131-0/+13
| | | | | | | | (cherry picked from commit 886d6fe9fb8bcbf5e4e968bdd535a0fbcf2b88f7)
| * Core: Moved old jQuery support code to the bottom (above deprecated).Scott González2012-11-131-47/+47
| | | | | | | | (cherry picked from commit 8a32c39136996db17c0ca2ece636d3814466934d)
| * Tooltip: Use ui-tooltip-open instead of tooltip-open for data key.Scott González2012-11-131-4/+4
| | | | | | | | (cherry picked from commit 02694a90f329e84ef7532d8b51e6c209207dc649)
| * Tooltip: Fix default for position option, follow-up to 1d9eab1.Jörn Zaefferer2012-11-131-1/+1
| | | | | | | | (cherry picked from commit 6874f190611009228ea9d6901fcdd6b951c66198)
| * Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever ↵Jörn Zaefferer2012-11-132-1/+4
| | | | | | | | | | | | overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off. (cherry picked from commit 1d9eab1ead0d5a6f60e31437bb539eb3f804bacc)
| * Tooltip: Check type on event directly, preventing TypeError when ↵Jörn Zaefferer2012-11-082-1/+9
| | | | | | | | | | | | programmatically moving focus to track-toolipped-input. Fixes #8747 - Tooltip: Using the track option within dialogs creates JS errors (cherry picked from commit 98173a3d0ea8e2e6aeb19dda9b232cb65a0684e4)
| * Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: ↵Jörn Zaefferer2012-11-082-23/+33
| | | | | | | | | | | | refresh() doesn't refresh existing submenus. (cherry picked from commit 8b3e57024138f1a40be762fd5d29cc390129a8ad)
| * Skip collision: fit test in IE until TestSwarm stops using iframes.Scott González2012-11-081-0/+3
| | | | | | | | (cherry picked from commit 8bdf0359bbb3401c053fa453496ffd0c4b9f61bd)
| * Dialog: Don't use .attr( props, true ).Scott González2012-11-081-6/+9
| | | | | | | | (cherry picked from commit a8de99c791ae24e558920e1756fb7d0bf9dfc166)
| * Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete ↵Scott González2012-11-081-1/+2
| | | | | | | | | | | | dropdown positioned incorrectly in IE. (cherry picked from commit d693ce5324f6f3be8479ef083e4eaf3c705ef043)
| * Tooltip: Use attributes, not properties, when checking for parent tooltips. ↵Scott González2012-11-083-7/+33
| | | | | | | | | | | | Fixes #8742 - Tooltip shows incorrect message in chrome if there is input with name='title' in a form. (cherry picked from commit d074efe5289db4f5182a685046e9b9ad6186ac26)
| * Release: Updated list of globals.Scott González2012-11-081-1/+1
| | | | | | | | (cherry picked from commit 549ffe36da56deb0a1079c98e2241849ebd2ecc4)
| * Build: Remove generateQuickDownload step, will happen later during a releaseJörn Zaefferer2012-10-251-31/+0
| | | | | | | | (cherry picked from commit 666014e8e5272f75e37a1b2987542fe552b1a082)
| * Build: Update the changelog shell to include more newlines, makes it easier ↵Jörn Zaefferer2012-10-251-0/+32
| | | | | | | | | | | | to edit it later (cherry picked from commit fb40f1f6baaf77864f2aed0422e30ac7bee5c7fd)
| * Updating the 1-9-stable version to 1.9.2pre.Jörn Zaefferer2012-10-251-1/+1
| |
| * Updated AUTHORS.txt.Scott González2012-10-251-0/+5
| |
| * Release: Use 1-9-stable.Scott González2012-10-251-1/+1
| |
| * Cleanup demos: Copy&paste errors in titles, bad descriptions or stylingJörn Zaefferer2012-10-244-5/+7
| |
| * Widget: Bind the remove event to the element, not the .widget() element.Scott González2012-10-242-2/+3
| |
| * Effects (size): Adjusting behavior of toggled size effects - See gh-203 - ↵Kato Kazuyoshi2012-10-241-10/+20
| | | | | | | | Partial Fix for #7041
| * Widget: Fix _on to use element argument for delegated events. Fixes #8658 - ↵Jörn Zaefferer2012-10-242-3/+29
| | | | | | | | Widget: this._on delegates using instance.widget() instead of passed element
| * Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - ↵Scott González2012-10-242-1/+16
| | | | | | | | widgetEventPrefix is lost when extending existing widget.
| * Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - ↵Jörn Zaefferer2012-10-242-0/+12
| | | | | | | | Tooltip: Disabled tooltips on initialization.
| * Menu: Use start icon (first is deprecated)Jörn Zaefferer2012-10-241-1/+1
| |
| * Fixes #8714, Build: Updated internal JSHint to latestMike Sherov2012-10-231-1170/+1615
| |
| * Updated list of maintainers.Scott González2012-10-231-5/+0
| |
| * Core: Update :focsable and :tabbable to handle parents with no height/width, ↵Scott González2012-10-233-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ález2012-10-231-2/+2
| |
| * Dialog: Don't use deprecated offset option for .position(). Fixes #8675 - ↵Scott González2012-10-231-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 demoJörn Zaefferer2012-10-235-179/+86
| |
| * Accordion: Remove code that sets accordion height. Fixed #8696 - Multiple ↵Maciej Mroziński2012-10-231-7/+0
| | | | | | | | collapsible Accordions won't work together.
| * Widget: Destroy only when element is the actual target. Fixes #8652 - ↵Marc-Andre Lafortune2012-10-232-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 Zaefferer2012-10-231-1/+2
| | | | | | | | prefixes that are still necessary in supported browsers
| * Widget: Fixed $.widget.extend() to never copy objects by reference.Scott González2012-10-231-3/+8
| |
| * Tooltip: Cleaned up CSS.Scott González2012-10-231-6/+4
| |
| * Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-2356-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ález2012-10-232-2/+3
| | | | | | | | closely match native tooltip behavior. Fixes #8718 - tooltip flickers when too long.
| * Build: Upgrade to the latest Grunt and JSHint - Closes gh-786Mike Sherov2012-10-2212-75/+68
| |
| * Widget: $.widget.extend(): Properly handle extending a string with an ↵Scott González2012-10-222-6/+13
| | | | | | | | object. Fixes #8713 - Passing an object as ui.resizable handles parameter does not work.
| * Whitespace.Scott González2012-10-221-1/+1
| |
| * Spinner: Remove z-index from buttons. Whatever the original purpose, its not ↵Jörn Zaefferer2012-10-221-1/+1
| | | | | | | | needed anymore. Fixes #8655 - Spinner buttons displayed on top of Datepicker.
| * Remove trailing whitespace and add final newlinesTrey Hunner2012-10-2145-440/+440
| |
| * Replace mixed CRLF/LF line endings with LFTrey Hunner2012-10-214-6317/+6317
| |
| * Exempt external directory from .editorconfig rulesTrey Hunner2012-10-211-0/+5
| |
| * CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6059 - ↵TJ VanToll2012-10-211-0/+1
| | | | | | | | Button: Primary icon "enabled" when button is disabled.
| * Fixed some jshint errors.Scott González2012-10-212-4/+4
| |