aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Datepicker: cleaning up the datepicker open transition. fixed #5609 - ↵Paul Irish2010-05-131-2/+2
| | | | Datepicker: change default opening animation to fadeIn
* Selectable: modified _mouseStart function to unselect event.target if the Jack Hsu2010-05-121-4/+11
| | | | | Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect
* Selectable: modified _mouseStart function to unselect event.target if the ↵Jack Hsu2010-05-121-6/+9
| | | | Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect
* Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can ↵Richard D. Worth2010-05-111-2/+2
| | | | go outside min and max with keyboard
* Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - Wrong ↵Richard D. Worth2010-05-111-1/+1
| | | | date format for polish regional
* Slider: fixed step alignment to handle negative fractional values. Fixed ↵Richard D. Worth2010-05-111-3/+3
| | | | #5583 - Slider displays negative fractional values incorrectly. Thanks for the patch watanabe.
* Slider: trim value to min and max when page_up or page_down is pressed. ↵Richard D. Worth2010-05-111-2/+2
| | | | Fixed #5591 - Slider: can go below its defined minimum with PageDown
* Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - ↵Richard D. Worth2010-05-111-1/+1
| | | | Datepicker localization SK. Thanks borsuk
* Tabs: unit test to verify that number of panels is equal to number of tabs.dominiquevincent2010-05-101-0/+11
| | | | | | Ticket #5069 - tabs: ui.tabs.add creates two tab panels when using a full URL Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>
* added tests for disabled propertycarhartl2010-05-051-10/+23
|
* Fix 'this.options is undefined' in sortable by using this instead of selfornicar2010-05-051-1/+1
|
* Datepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 - ↵Richard D. Worth2010-05-041-3/+6
| | | | invalid increment operand
* more inline widgets and variations added to theme test pagepaulirish2010-05-011-45/+187
|
* Remove previous text/icon classes when updating buttons.Scott González2010-04-291-4/+4
| | | | Fixes #5567 - button text, hide then show again.
* Updated Show/Hide/Toggle demos since they don't support the Transfer effect. ↵Ralph Whitbeck2010-04-303-14/+3
| | | | Transfer was removed.
* visual test page to demonstrate theme. adapted from the UI download build.paulirish2010-04-292-0/+391
|
* Slider unit tests: Disabled stale tests on Testswarmjzaefferer2010-04-281-1/+12
|
* Removed case-sensitive .nodeName check. Scott González2010-04-271-3/+1
| | | Fixes #5557 - Comparing element.nodeName directly against upper case tag names can cause problems.
* Revert "Draggable: Don't use computed style for top and left of ↵Richard D. Worth2010-04-231-2/+2
| | | | | | position:relative elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera" This reverts commit dc94bbf53628ada1b5d8e7da909f63bfe10f25ff.
* Autocomplete: Ignore command (left and right/menu/windows), insert, caps ↵Scott González2010-04-231-0/+7
| | | | | | lock, home, end keys. Fixes #5415 - Catch all common keys while typing a word.
* Core: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes.Scott González2010-04-231-1/+6
| | | | Fixes #5542 - Add keyCodes for command buttons.
* Autocomplete: Changed cache demo to cache all results.Scott González2010-04-231-25/+8
| | | | Fixes #5398 - Remote-with-cache demo does not break if (cache.term == request.term) but executes another request.
* Button: Added missing semicolon.Scott González2010-04-231-1/+1
| | | | Fixes #5536 - Mission semicolon on line 5368.
* Draggable: Don't use computed style for top and left of position:relative ↵Richard D. Worth2010-04-221-2/+2
| | | | elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera
* Updating the master version to 1.9preRichard D. Worth2010-04-211-1/+1
|
* Tagging the 1.8.1 release.1.8.1Richard D. Worth2010-04-211-1/+1
|
* Autocomplete: Added demo for accent folding.Scott González2010-04-211-0/+64
| | | | Proof of concept for #5219 - Autocomplete: Support for accent-folding.
* Autocomplete: Added custom rendering for custom data demo.Scott González2010-04-211-1/+7
|
* Fixed #5532 - Datepicker i18n: Encoding error in Swiss-French (fr-CH) fileRichard D. Worth2010-04-211-6/+6
|
* added tests for enable/disablecarhartl2010-04-202-27/+70
|
* Merge branch 'master' of github.com:jquery/jquery-uimaggiewachs2010-04-1656-1052/+2156
|\
| * Autocomplete: Fixed href to multiple-remote dmeo in indexjzaefferer2010-04-161-1/+1
| |
| * Autocomplete: Refactored code for array filtering into ↵jzaefferer2010-04-165-23/+94
| | | | | | | | $.ui.autocomplete.filter, used by remote-with-cache and modified multiple-demo (now with local data); added multiple-remote to also show multiple with remote data
| * Autocomplete: code improvements for multiple demojzaefferer2010-04-151-4/+4
| |
| * Autocomplete: multiple demo addedjzaefferer2010-04-152-0/+76
| |
| * Unit tests: Disable stale widget tests on testswarmjzaefferer2010-04-144-4/+48
| |
| * Unit tests: Disable stale interaction tests only on testswarm, but allow ↵jzaefferer2010-04-144-16/+48
| | | | | | | | them to run locally
| * Unit tests: Try to disable tests only for testswarm; if this works, I'll ↵jzaefferer2010-04-141-4/+12
| | | | | | | | modify the other ones as well
| * Draggable demo: visual feedback - use draggable option stack selector. Fixed ↵Richard D. Worth2010-04-141-1/+1
| | | | | | | | #5513 - Draggable/Stackable Demo broken and docs need to be updated
| * Position unit tests: Add module for testswarm to run all testsjzaefferer2010-04-141-0/+2
| |
| * Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria ↵jzaefferer2010-04-131-2/+2
| | | | | | | | attributes test
| * Autocomplete unit tests: Fix event handling in IEjzaefferer2010-04-131-2/+3
| |
| * Progressbar unit test: Ignore false vs. false in IE6 in aria attributes testjzaefferer2010-04-131-1/+1
| |
| * Autocomplete and button unit tests: Same remove-role-attr fix as for ↵jzaefferer2010-04-132-0/+8
| | | | | | | | accordion in destroy-method test
| * Accordion unit tests: And another height-testing hotfix for Safari 3.xjzaefferer2010-04-131-1/+1
| |
| * Accordion unit tests: One more height-testing hotfix for Safari 3.xjzaefferer2010-04-131-4/+4
| |
| * Accordion unit tests: Remove role attribute to pass Opera 9 and adjust ↵jzaefferer2010-04-133-32/+27
| | | | | | | | height tests to tolerate different results, as long as they are consistent
| * Accordion unit tests: Trying some more style resets for getting accordion ↵jzaefferer2010-04-121-1/+1
| | | | | | | | tests to pass in Safari 3.x, need to commit to see Testswarm results
| * Accordion unit tests: Cleaned and fixed destroy-method test, working around ↵jzaefferer2010-04-122-4/+4
| | | | | | | | html rendering inconsistencies
| * Accordion unit tests: Cleaned and fixed resize-method test, using ↵jzaefferer2010-04-121-9/+1
| | | | | | | | #navigation avoids the :visible matching display:none issue in IE8