aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Menu: Fixed variable name.Scott González2011-05-111-2/+2
* Menu: Use appropriate methods for getting scroll values for .prop()/.attr() c...Scott González2011-05-111-4/+5
* Autocomplete scrollable demo: Added missing menu dependency.Scott González2011-05-111-0/+1
* Tabs: Fixed select event.Scott González2011-05-102-27/+47
* Tabs: Fixed show event.Scott González2011-05-102-25/+50
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2011-05-104-30/+80
|\
| * Autocomplete: Add comment to fix for #7269Jörn Zaefferer2011-05-101-0/+1
| * Merge remote branch 'treyhunner/topic/arrow-keys'Jörn Zaefferer2011-05-101-0/+26
| |\
| | * Autocomplete: Fix list traversal bug. Fixes #7269 - autocomplete: holding dow...Trey Hunner2011-04-201-0/+26
| * | Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - ...Jörn Zaefferer2011-05-101-1/+1
| * | Combobox demo: Set tooltip class via optionJörn Zaefferer2011-05-101-4/+3
| * | Merge remote branch 'kzys/trac-7197'Jörn Zaefferer2011-05-101-24/+29
| |\ \
| | * | Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 ...Kato Kazuyoshi2011-05-071-24/+29
| * | | Merge remote branch 'origin/master'Jörn Zaefferer2011-05-103-90/+121
| |\ \ \
| * \ \ \ Merge remote branch 'kborchers/unitTest_bug_7024'Jörn Zaefferer2011-05-101-0/+16
| |\ \ \ \
| | * | | | Autocomplete: Added unit test to check for preventing value change when an un...kborchers2011-05-101-0/+16
| * | | | | Merge remote branch 'kborchers/bug_7024'Jörn Zaefferer2011-05-102-1/+4
| |\ \ \ \ \
| | * | | | | Autocomplete: Added check to determine if menu has just been created to overr...kborchers2011-05-092-1/+4
* | | | | | | Merge remote branch 'gnarf37/effects-visual-test'Scott González2011-05-102-5/+27
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | effects.test: adding a test for size using togglegnarf2011-05-042-7/+22
| * | | | | | effects.tests: Adding 'size' effect to the visual effect testsgnarf2011-05-042-0/+7
* | | | | | | Merge remote branch 'gnarf37/ticket-7067'Scott González2011-05-103-90/+121
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | effects.pulsate: tweaking 'times' - if showing / hiding the animation has an ...gnarf2011-05-031-2/+2
| * | | | | | effects.bounce: Fixing hide bounce distance calculationgnarf2011-05-031-1/+1
| * | | | | | effect.bounce: ignoring the margins for the height calcgnarf2011-05-031-1/+1
| * | | | | | effect.bounce: fixing default distance to be 1/3 the size of the bouncing box...gnarf2011-05-031-1/+1
| * | | | | | effects.pulsate: set default mode to 'effect'gnarf2011-05-031-3/+4
| * | | | | | Some minor tweaks to the effects, trying to clean up code a bit + style guidancegnarf2011-05-012-55/+63
| * | | | | | effects.bounce: removing the opti for duration, the normalizeArguments in cor...gnarf2011-04-041-1/+1
| * | | | | | effects.tests: changing the way the effects test runs - using delay() instead...gnarf2011-03-271-6/+8
| * | | | | | effects.*: Normalizing animation time - 1000 ms effect should only take 1000 ...gnarf2011-03-272-60/+80
* | | | | | | Merge pull request #234 from carsonmcdonald/issue6948Scott González2011-05-101-0/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 -...Carson McDonald2011-05-091-0/+2
* | | | | | | Tabs: Remvoed spinner image from tests.Scott González2011-05-101-0/+0
* | | | | | | Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.Scott González2011-05-102-66/+59
* | | | | | | Tabs: Moved tests out of tickets file.Scott González2011-05-105-40/+29
* | | | | | | Tabs: Updated tests for destroy method.Scott González2011-05-091-13/+4
* | | | | | | Tabs: Added tests for beforeload event on init.Scott González2011-05-091-6/+24
* | | | | | | Tabs: Updated tests for disabled option.Scott González2011-05-091-13/+19
* | | | | | | Tabs: Added tests for event option.Scott González2011-05-091-2/+49
* | | | | | | Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.Scott González2011-05-091-2/+12
* | | | | | | Tabs: Only trigger tabsload on success.Scott González2011-05-092-5/+7
* | | | | | | Tabs: Add tabsload event tests.David Petersen2011-05-091-2/+60
* | | | | | | Readme update: Some instructions for cherry-picking from pull requestsJörn Zaefferer2011-05-091-0/+17
* | | | | | | Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event;...Scott González2011-05-092-3/+29
* | | | | | | Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add beforeloa...Scott González2011-05-091-2/+21
* | | | | | | Merge pull request #235 from kborchers/bug_4333_2Scott González2011-05-091-4/+8
|\ \ \ \ \ \ \
| * | | | | | | Mouse: Changed mouseHandled check to a local var rather than using originalEv...kborchers2011-05-091-4/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinne...Scott González2011-05-092-50/+29
* | | | | | | Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - Tab...Scott González2011-05-091-8/+37
| |/ / / / / |/| | | | |