aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'spinner-getCreateOptions'Scott González2011-08-062-24/+17
|\
| * Spinner: Use _getCreateOptions() instead of custom _markupOptions().Scott González2011-08-062-24/+17
* | Spinner: Added comment with formula that approximates current incrementing lo...Scott González2011-08-061-0/+1
* | Spinner: Define defaults for callbacks.Scott González2011-08-062-2/+11
* | Spinner tests: Cleanup.Scott González2011-08-066-156/+142
* | Spinner: Only trigger change when the field has blurred and the value has cha...Scott González2011-08-062-27/+15
* | Spinner: Don't set focus on stop, focus should already be correct. Always rem...Scott González2011-08-061-9/+2
* | Spinner: Keep the focus on the text field even when using the buttons.Scott González2011-08-061-3/+7
* | Spinner: Don't clear invalid values on blur (but clear the value option).Scott González2011-08-061-1/+7
* | Spinner: Don't stop propgation of mousedown. Added TODOs.Scott González2011-08-061-3/+7
|/
* Spinner: Invoke _markupOptions() before _draw().Scott González2011-08-061-1/+5
* Spinner: Don't stop propagation for keydown events.Scott González2011-08-061-8/+7
* Spinner: Cleanup, use ._bind() and ._hoverable().Scott González2011-08-061-99/+80
* Accordion tests: Cleanup.Scott González2011-08-066-11/+11
* Widget: Update demo to work with 1.6Jörn Zaefferer2011-08-041-1/+1
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu...Corey Frang2011-08-032-1/+7
* Tests: Cleanup.Scott González2011-08-0310-103/+130
* Menu tests: Cleanup.Scott González2011-08-033-86/+88
* Tests: Cleanup.Scott González2011-08-0318-498/+476
* Autocomplete tests: Fixed handling of cached ajax requests in IE.Scott González2011-08-031-2/+3
* Menu: Added a navigation menu demo which shows how to handle keyboard navigationkborchers2011-08-032-0/+85
* Accordion tests: cleanup.Scott González2011-08-033-64/+46
* Tests: Removed some visual tests.Scott González2011-08-0345-1654/+0
* Tabs (bottom demo): Fixed styling. Fixes #4785 - Add a tabs demo with the tab...Scott González2011-08-031-3/+10
* Tests: Added test suites to run individual widget tests against all supported...Scott González2011-08-0222-2/+623
* Merge pull request #413 from kborchers/bug_4333_3Scott González2011-08-021-4/+8
|\
| * Mouse: Changed mouseHandled check to a local var rather than using originalEv...kborchers2011-08-021-4/+8
* | Tabs: Better styling for bottom tabs demo. Partial fix for #4785 - Add a tabs...Scott González2011-08-021-5/+4
* | Effects: Adding a check to retain focused elements after wrapping and unwrapp...Corey Frang2011-08-022-3/+31
* | Tests: Modified testsuites.js into a subsuiteRunner extension for QUnit.Wesley Walser2011-08-025-79/+98
|/
* Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ...Scott González2011-08-011-15/+0
* Revert "Mouse: Changed mouseHandled check to a local var rather than using or...Scott González2011-08-011-8/+4
* Autocomplete: Correcting readOnly from readonly - @scottgonzalezCorey Frang2011-07-291-1/+1
* Merge branch 'widget-delegation'Jörn Zaefferer2011-07-293-53/+80
|\
| * Widget delegation: Small if-simplify refactoringJörn Zaefferer2011-07-281-3/+3
| * WhitespaceJörn Zaefferer2011-07-281-1/+1
| * Widget delegation: Put back the simple click event handler where it was.Jörn Zaefferer2011-07-281-5/+7
| * Widget delegation: Further simplify menu code, blur handler also doesn't do a...Jörn Zaefferer2011-07-281-3/+1
| * Widget delegation: Further simplify menu codeJörn Zaefferer2011-07-281-3/+1
| * Widget delegation: Update menu to use _bind with delegation. Clean up test.Jörn Zaefferer2011-07-282-48/+34
| * Merge branch 'master' into widget-delegationJörn Zaefferer2011-07-28355-2504/+4226
| |\
| * | Whitespace cleanupJörn Zaefferer2011-06-201-7/+7
| * | Widget delegation: Fix impl and add basisc testJörn Zaefferer2011-06-192-1/+35
| * | Merge branch 'master' into widget-delegationJörn Zaefferer2011-06-1950-1057/+2081
| |\ \
| * | | WhitespaceJörn Zaefferer2011-06-191-10/+10
| * | | Widget delegation: First draftJörn Zaefferer2011-06-081-2/+11
* | | | Tests: Fixed param parsing for compound test suites.Scott González2011-07-281-4/+8
* | | | Slider tests: Commented out incomplete tests and fixed defaults.Scott González2011-07-283-13/+13
* | | | Widget tests: Fixed fragile tests.Scott González2011-07-281-56/+44
* | | | Tests: Added ability to run tests suites against different versions of jQuery...Scott González2011-07-2828-47/+26871
| |_|/ |/| |