aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Dialog: Added mousedown event handler on dialog title to focus. Fixed #8063 -...Dale Kocian2012-10-161-0/+4
* Spinner: Remove ui-state- classes from spinner, along with the background:non...Jörn Zaefferer2012-10-142-5/+1
* Resizable: Use .insertAfter() instead of .after() to avoid recursively destro...Scott González2012-10-131-9/+8
* Tooltip: Change the default items selector to exclude disabled elements. Fixe...Scott González2012-10-122-2/+3
* Tabs: Use aria-controls instead of the anchor's href to match against locatio...Scott González2012-10-122-5/+12
* Autocomplete: Set the top position of the menu so that the menu doesn't affec...Scott González2012-10-111-1/+5
* Update AUTHORS.txt based on CLA responses.Dave Methvin2012-10-111-21/+21
* Datepicker demo: Fixed date range restriction when clearing dates. Fixes #547...Scott González2012-10-111-2/+2
* Whitespace.Scott González2012-10-111-1/+1
* Theme: Apply color to default link style in ui-state-hover. Fixes #7648 - Acc...Scott González2012-10-111-1/+1
* Sortable: Calculating item distance and direction using a more robust algorit...John Chen2012-10-101-4/+14
* Draggable: Fix a bug when dragging into nested sortables there are duplicated...John Chen2012-10-101-0/+16
* Sortable: Fix a bug of removing an item while iterating an array. Fixes #8571...John Chen2012-10-101-6/+5
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-109-12/+18
* Tabs: Handle extraneous list items when using ui-tabs-active to set the initi...Scott González2012-10-091-1/+1
* Dialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.0 dialog...Richard D. Worth2012-10-091-1/+1
* Demos: Fixed titles.Scott González2012-10-083-4/+4
* Updating the master version to 1.9.1pre.Scott González2012-10-051-1/+1
* Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ...Scott González2012-10-052-4/+27
* Tooltip: Check if event exists before checking properties in open(). Fixes #8...Scott González2012-10-052-1/+18
* Build: Generate quick download in release script.Scott González2012-10-041-3/+34
* typoScott González2012-10-041-1/+1
* Build: Throw an Error object instead of a string.Scott González2012-10-041-2/+2
* Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - To...Scott González2012-10-041-0/+2
* Revert "Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae24...Jörn Zaefferer2012-10-041-1/+1
* Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f...Jörn Zaefferer2012-10-041-1/+1
* Update lint task to include the release script.Scott González2012-10-033-2/+16