Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tooltip: Demo and tests update | jzaefferer | 2010-10-26 | 2 | -9/+15 |
| | |||||
* | Tooltip: Added demo for custom animations | jzaefferer | 2010-10-26 | 2 | -0/+56 |
| | |||||
* | Tooltip: Update forms demo to programmatic-trigger only | jzaefferer | 2010-10-26 | 1 | -2/+2 |
| | |||||
* | Tooltip: Update _init to _create | jzaefferer | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | Tooltip: Removing application role, should be set on application level | jzaefferer | 2010-10-26 | 1 | -5/+0 |
| | |||||
* | Tooltip: Removing tooltipClass option; use ↵ | jzaefferer | 2010-10-26 | 3 | -17/+1 |
| | | | | .tooltip("widget").addClass("whatever") instead | ||||
* | Tooltip: Unit tests cleanup | jzaefferer | 2010-10-26 | 2 | -15/+30 |
| | |||||
* | Tooltip: Adding another ajax example to visual testcase. Fixing async ↵ | jzaefferer | 2010-10-21 | 2 | -13/+29 |
| | | | | response handling (taking IE cached response quirk into account) and simplifying fade animations a ton. | ||||
* | Use pushStack in tooltip's widget method. See #5732 | jzaefferer | 2010-07-30 | 2 | -1/+8 |
| | |||||
* | Tooltip: Updated positioning - let user also customize of-property | jzaefferer | 2010-07-20 | 1 | -2/+2 |
| | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | jzaefferer | 2010-07-09 | 1 | -4/+4 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Show tooltip before positioning it to fix scrolling issue, then hide again ↵ | jzaefferer | 2010-05-19 | 1 | -2/+2 |
| | | | | before animation | ||||
* | Tooltip: Enhanced visual test to include a few more buttons and a high ↵ | jzaefferer | 2010-05-15 | 1 | -5/+14 |
| | | | | element to get a scrollbar | ||||
* | Added Tooltip to build to get docs | jzaefferer | 2010-05-05 | 1 | -0/+1 |
| | |||||
* | 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 |
|\ | |||||
| * | 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 |
| | | | |||||
| | * | Autocomplete and button unit tests: Same remove-role-attr fix as for ↵ | jzaefferer | 2010-04-13 | 2 | -0/+8 |
| | | | | | | | | | | | | accordion in destroy-method test | ||||
| | * | Accordion unit tests: And another height-testing hotfix for Safari 3.x | jzaefferer | 2010-04-13 | 1 | -1/+1 |
| | | | |||||
| | * | Accordion unit tests: One more height-testing hotfix for Safari 3.x | jzaefferer | 2010-04-13 | 1 | -4/+4 |
| | | | |||||
| | * | Accordion unit tests: Remove role attribute to pass Opera 9 and adjust ↵ | jzaefferer | 2010-04-13 | 3 | -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 ↵ | jzaefferer | 2010-04-12 | 1 | -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 ↵ | jzaefferer | 2010-04-12 | 2 | -4/+4 |
| | | | | | | | | | | | | html rendering inconsistencies | ||||
| | * | Accordion unit tests: Cleaned and fixed resize-method test, using ↵ | jzaefferer | 2010-04-12 | 1 | -9/+1 |
| | | | | | | | | | | | | #navigation avoids the :visible matching display:none issue in IE8 | ||||
| | * | Effects demos: cleanup | jzaefferer | 2010-04-12 | 1 | -1/+1 |
| | | | |||||
| | * | sortable: don't call the base widget _setOption for disabled to avoid the ↵ | Richard D. Worth | 2010-04-09 | 2 | -1/+14 |
| | | | | | | | | | | | | ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class | ||||
| * | | Added left icons and CSS to indent menu option text. | maggiewachs | 2010-04-16 | 1 | -0/+172 |
| | | | |||||
* | | | 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 |
| | | |