summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tagging 1.9m1 release1.9m1jzaefferer2010-05-071-1/+1
|
* Merge branch 'tooltip' into devpreviewjzaefferer2010-05-051-0/+1
|\
| * Added Tooltip to build to get docsjzaefferer2010-05-051-0/+1
| |
* | Merge branch 'tooltip' into devpreviewjzaefferer2010-05-0524-28/+991
|\|
| * Tooltip: Improve fadeout animation to handle case where tooltip overlays the ↵jzaefferer2010-04-231-1/+3
| | | | | | | | element, causing it to hide instantly and never appearing again
| * Fixed typo in demo descriptionjzaefferer2010-04-231-1/+1
| |
| * Merge commit '1.8.1' into tooltipjzaefferer2010-04-2133-119/+646
| |\
| * | Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵jzaefferer2010-04-213-6/+5
| | | | | | | | | | | | actually necessary
| * | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵jzaefferer2010-04-159-30/+206
| | | | | | | | | | | | triggered events
| * | Revert "Position unit tests: Add module for testswarm to run all tests"jzaefferer2010-04-141-2/+0
| | | | | | | | | | | | | | | | | | This reverts commit 50fe1d04fc60d57507aa949f585b06a2bcf3aec1. Should have been commited to master, not tooltip branch.
| * | Position unit tests: Add module for testswarm to run all testsjzaefferer2010-04-131-0/+2
| | |
| * | Use tooltip to display hint when combobox input doesn't match anythingjzaefferer2010-04-082-4/+19
| | |
| * | The accidental merge of tooltip into master was reverted in master, that ↵jzaefferer2010-04-0814-3/+774
| | | | | | | | | | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done
| * | Merge branch 'master' into tooltipjzaefferer2010-04-0845-1240/+1367
| |\ \
| * \ \ mergejzaefferer2010-04-015-9/+149
| |\ \ \
| * | | | crlfjzaefferer2010-04-011-225/+225
| | | | |
* | | | | 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
| | | | |