aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tagging the 1.9.1 release.1.9.1Jörn Zaefferer2012-10-2535-3/+1893
* 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 - Par...Kato Kazuyoshi2012-10-241-10/+20
* Widget: Fix _on to use element argument for delegated events. Fixes #8658 - W...Jörn Zaefferer2012-10-242-3/+29
* Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEv...Scott González2012-10-242-1/+16
* Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - To...Jörn Zaefferer2012-10-242-0/+12
* 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
* 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 - Dia...Scott González2012-10-231-3/+3
* 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 col...Maciej Mroziński2012-10-231-7/+0
* Widget: Destroy only when element is the actual target. Fixes #8652 - Widget:...Marc-Andre Lafortune2012-10-232-1/+14
* Grunt: Disable csslint's vendor-prefix rule, we're including only the prefixe...Jörn Zaefferer2012-10-231-1/+2
* 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 codeba...Mike Sherov2012-10-2356-311/+282
* Tooltip: Position below the element and set a max width of 300px to more clos...Scott González2012-10-232-2/+3
* 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 object....Scott González2012-10-222-6/+13
* 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
* 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 - B...TJ VanToll2012-10-211-0/+1
* Fixed some jshint errors.Scott González2012-10-212-4/+4
* Effects: Allow 'null' for options - Fixes #8670 - null reference when using e...Corey Frang2012-10-212-2/+13
* Grunt: Removed tooltip tests from qunit task.Scott González2012-10-211-1/+1
* Accordion: Fix back-compat for active option.Scott González2012-10-211-1/+1
* Tooltip: Unit test for nested tooltipsJörn Zaefferer2012-10-212-1/+17
* Tooltip: Update events test to cover correct behaviourJörn Zaefferer2012-10-211-32/+6
* Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - Delay...Andrew Couch2012-10-213-3/+57
* Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - De...Andrew Couch2012-10-213-2/+28
* Tooltip: Only bind blur when opening via focus, mouseleave for mouseover. Rem...Jörn Zaefferer2012-10-212-15/+17
* Tooltip: Fix nested tooltips (on hover) by closing parent tooltips and removi...Jörn Zaefferer2012-10-212-6/+40
* Tooltip: Comment why we need to use closestJörn Zaefferer2012-10-191-1/+3
* Effect: fix typo in comment ft "optinos" => "options"Andrew Couch2012-10-181-1/+1
* Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null all...David Petersen2012-10-182-2/+11
* Build: Include ui/.jshintrc. Fixes #8687 - .jshintrc files not copied to dist.Mike Sherov2012-10-171-0/+1
* Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQ...David Petersen2012-10-172-3/+20
* Slider: Count the handles after setting up a range. Fixes #7922 - Slider with...David Petersen2012-10-171-2/+3
* Slider: Update UI when min or max option changes. Fixes #7477 - Setting min/m...David Petersen2012-10-161-0/+6
* Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc...TJ VanToll2012-10-162-1/+9
* Tabs: Remove anchor clone in isLocal. Fixed #8653 - Tabs are not working insi...David Petersen2012-10-161-3/+0