Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tagging 1.9m1 release1.9m1 | jzaefferer | 2010-05-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'tooltip' into devpreview | jzaefferer | 2010-05-05 | 1 | -0/+1 |
|\ | |||||
| * | Added Tooltip to build to get docs | jzaefferer | 2010-05-05 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'tooltip' into devpreview | jzaefferer | 2010-05-05 | 24 | -28/+991 |
|\| | |||||
| * | Tooltip: Improve fadeout animation to handle case where tooltip overlays the ↵ | jzaefferer | 2010-04-23 | 1 | -1/+3 |
| | | | | | | | | element, causing it to hide instantly and never appearing again | ||||
| * | Fixed typo in demo description | jzaefferer | 2010-04-23 | 1 | -1/+1 |
| | | |||||
| * | Merge commit '1.8.1' into tooltip | jzaefferer | 2010-04-21 | 33 | -119/+646 |
| |\ | |||||
| * | | Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵ | jzaefferer | 2010-04-21 | 3 | -6/+5 |
| | | | | | | | | | | | | actually necessary | ||||
| * | | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵ | jzaefferer | 2010-04-15 | 9 | -30/+206 |
| | | | | | | | | | | | | triggered events | ||||
| * | | Revert "Position unit tests: Add module for testswarm to run all tests" | jzaefferer | 2010-04-14 | 1 | -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 tests | jzaefferer | 2010-04-13 | 1 | -0/+2 |
| | | | |||||
| * | | Use tooltip to display hint when combobox input doesn't match anything | jzaefferer | 2010-04-08 | 2 | -4/+19 |
| | | | |||||
| * | | The accidental merge of tooltip into master was reverted in master, that ↵ | jzaefferer | 2010-04-08 | 14 | -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 tooltip | jzaefferer | 2010-04-08 | 45 | -1240/+1367 |
| |\ \ | |||||
| * \ \ | merge | jzaefferer | 2010-04-01 | 5 | -9/+149 |
| |\ \ \ | |||||
| * | | | | crlf | jzaefferer | 2010-04-01 | 1 | -225/+225 |
| | | | | | |||||
* | | | | | added tests for disabled property | carhartl | 2010-05-05 | 1 | -10/+23 |
| | | | | | |||||
* | | | | | Fix 'this.options is undefined' in sortable by using this instead of self | ornicar | 2010-05-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Datepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 - ↵ | Richard D. Worth | 2010-05-04 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | invalid increment operand | ||||
* | | | | | more inline widgets and variations added to theme test page | paulirish | 2010-05-01 | 1 | -45/+187 |
| | | | | | |||||
* | | | | | Remove previous text/icon classes when updating buttons. | Scott González | 2010-04-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Fixes #5567 - button text, hide then show again. | ||||
* | | | | | Updated Show/Hide/Toggle demos since they don't support the Transfer effect. ↵ | Ralph Whitbeck | 2010-04-30 | 3 | -14/+3 |
| | | | | | | | | | | | | | | | | | | | | Transfer was removed. | ||||
* | | | | | visual test page to demonstrate theme. adapted from the UI download build. | paulirish | 2010-04-29 | 2 | -0/+391 |
| | | | | | |||||
* | | | | | Slider unit tests: Disabled stale tests on Testswarm | jzaefferer | 2010-04-28 | 1 | -1/+12 |
| | | | | | |||||
* | | | | | Removed case-sensitive .nodeName check. | Scott González | 2010-04-27 | 1 | -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. Worth | 2010-04-23 | 1 | -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ález | 2010-04-23 | 1 | -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ález | 2010-04-23 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | Fixes #5542 - Add keyCodes for command buttons. | ||||
* | | | | | Autocomplete: Changed cache demo to cache all results. | Scott González | 2010-04-23 | 1 | -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ález | 2010-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Fixes #5536 - Mission semicolon on line 5368. | ||||
* | | | | | Draggable: Don't use computed style for top and left of position:relative ↵ | Richard D. Worth | 2010-04-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera | ||||
* | | | | | Updating the master version to 1.9pre | Richard D. Worth | 2010-04-21 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Tagging the 1.8.1 release.1.8.1 | Richard D. Worth | 2010-04-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | Autocomplete: Added demo for accent folding. | Scott González | 2010-04-21 | 1 | -0/+64 |
| | | | | | | | | | | | | | | | | Proof of concept for #5219 - Autocomplete: Support for accent-folding. | ||||
* | | | | Autocomplete: Added custom rendering for custom data demo. | Scott González | 2010-04-21 | 1 | -1/+7 |
| | | | | |||||
* | | | | Fixed #5532 - Datepicker i18n: Encoding error in Swiss-French (fr-CH) file | Richard D. Worth | 2010-04-21 | 1 | -6/+6 |
| | | | | |||||
* | | | | added tests for enable/disable | carhartl | 2010-04-20 | 2 | -27/+70 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:jquery/jquery-ui | maggiewachs | 2010-04-16 | 56 | -1052/+2156 |
|\ \ \ \ | |||||
| * | | | | Autocomplete: Fixed href to multiple-remote dmeo in index | jzaefferer | 2010-04-16 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Autocomplete: Refactored code for array filtering into ↵ | jzaefferer | 2010-04-16 | 5 | -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 demo | jzaefferer | 2010-04-15 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Autocomplete: multiple demo added | jzaefferer | 2010-04-15 | 2 | -0/+76 |
| | | | | | |||||
| * | | | | Unit tests: Disable stale widget tests on testswarm | jzaefferer | 2010-04-14 | 4 | -4/+48 |
| | | | | | |||||
| * | | | | Unit tests: Disable stale interaction tests only on testswarm, but allow ↵ | jzaefferer | 2010-04-14 | 4 | -16/+48 |
| | | | | | | | | | | | | | | | | | | | | them to run locally | ||||
| * | | | | Unit tests: Try to disable tests only for testswarm; if this works, I'll ↵ | jzaefferer | 2010-04-14 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | modify the other ones as well | ||||
| * | | | | Draggable demo: visual feedback - use draggable option stack selector. Fixed ↵ | Richard D. Worth | 2010-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | #5513 - Draggable/Stackable Demo broken and docs need to be updated | ||||
| * | | | | Position unit tests: Add module for testswarm to run all tests | jzaefferer | 2010-04-14 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria ↵ | jzaefferer | 2010-04-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | attributes test | ||||
| * | | | | Autocomplete unit tests: Fix event handling in IE | jzaefferer | 2010-04-13 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Progressbar unit test: Ignore false vs. false in IE6 in aria attributes test | jzaefferer | 2010-04-13 | 1 | -1/+1 |
| | | | | |