| Commit message (Expand) | Author | Age | Files | Lines |
* | Position: Use offsets for all calculations in feedback API. | Scott González | 2012-04-20 | 1 | -1/+1 |
* | Position: Expose target and element dimensions to allow further customization... | Jörn Zaefferer | 2012-04-13 | 2 | -6/+111 |
* | Position: Extract getWithinInfo method, use that for tests that call getScrol... | Jörn Zaefferer | 2012-04-13 | 1 | -5/+5 |
* | Position: Cleanup feedback test page | Jörn Zaefferer | 2012-04-12 | 1 | -28/+14 |
* | Position: Improve feedback API by giving the center/middle position more weig... | Jörn Zaefferer | 2012-04-12 | 6 | -10/+25 |
* | Position: Extend feedback test page to include two mouse-positioned elements,... | Jörn Zaefferer | 2012-04-11 | 1 | -10/+30 |
* | Position: Use a separate object and argument for the feedback information, ke... | Jörn Zaefferer | 2012-04-10 | 2 | -9/+9 |
* | Position: First draft for a new notification API, via using callback, telling... | Jörn Zaefferer | 2012-04-10 | 2 | -4/+132 |
* | Menu: Add dividers using empty list items | kborchers | 2012-04-07 | 1 | -0/+1 |
* | Autocomplete: Move race condition logic from ajax requests to general respons... | Scott González | 2012-04-03 | 1 | -0/+29 |
* | Position: Extend main visual test page with simple 'arrow' callouts, as a sta... | Jörn Zaefferer | 2012-04-03 | 1 | -2/+18 |
* | Tooltip: Remove old callout test page. Completely broken at this point, not w... | Jörn Zaefferer | 2012-04-03 | 1 | -213/+0 |
* | Accordion: Added animation tests. | Scott González | 2012-03-27 | 1 | -1/+169 |
* | Accordion: Fixed post-init changes to event option and added tests for keyboa... | Scott González | 2012-03-27 | 3 | -3/+43 |
* | Datepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*. | Scott González | 2012-03-27 | 3 | -113/+113 |
* | Accordion: Fixed ARIA support and added proper keyboard support. | Hans Hillen | 2012-03-27 | 1 | -15/+41 |
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 63 | -62/+9466 |
* | Merge branch 'accordion-cleanup' | Jörn Zaefferer | 2012-03-18 | 3 | -4/+9 |
|\ |
|
| * | Accordion: Update method tests - active option still works when accordion is ... | Jörn Zaefferer | 2012-03-07 | 1 | -3/+7 |
| * | Accordion: Update test helper to use QUnit.push instead of deepEqual to get u... | Jörn Zaefferer | 2012-03-07 | 1 | -1/+1 |
| * | Accordion: Fix unbinding of accordion event option when dealing with multiple... | Jörn Zaefferer | 2012-03-07 | 1 | -0/+1 |
* | | Updated to QUnit 1.4.0. | Jörn Zaefferer | 2012-03-10 | 2 | -0/+2 |
* | | Added composite test suite for all 'active' tests. | Scott González | 2012-03-08 | 1 | -0/+72 |
* | | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'data-naming' | Jörn Zaefferer | 2012-03-01 | 1 | -14/+31 |
|\ |
|
| * | Update Widget data naming/usage. Remove unnecessary fallbacks, update .remove... | Jörn Zaefferer | 2012-03-01 | 1 | -1/+4 |
| * | Update data naming for Widget, including backwards compability. Updated tests... | Jörn Zaefferer | 2012-03-01 | 1 | -14/+28 |
* | | Tests: Cleaned up simulate. Still more work to do. | Scott González | 2012-02-29 | 1 | -119/+121 |
|/ |
|
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 56 | -1209/+1209 |
* | Datepicker: Fix a bad assertion - actual result is valid. | Jörn Zaefferer | 2012-02-29 | 1 | -4/+4 |
* | Accordion: Removed requirement for headers contain a child (and removed assoc... | Scott González | 2012-02-27 | 3 | -19/+12 |
* | Menu: Add default null callbacks and update unit tests | kborchers | 2012-02-26 | 1 | -1/+4 |
* | Accordion: Added visual tests for nested accordions with differing icons opti... | Scott González | 2012-02-26 | 1 | -0/+95 |
* | Tooltip: Replace blur with focusout to deal with inputs nested in tooltipped ... | Jörn Zaefferer | 2012-02-23 | 2 | -18/+25 |
* | Menu: Clean up tests to remove nested setTimeout calls | kborchers | 2012-02-17 | 1 | -123/+143 |
* | Autocomplete: Removed the timeout for the change event. Fixes #7550 - Autocom... | Scott González | 2012-02-16 | 2 | -40/+4 |
* | Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a bi... | Scott González | 2012-02-16 | 3 | -4/+5 |
* | Autocomplete: Added a test for exceeding minLength, then falling below, then ... | Scott González | 2012-02-15 | 1 | -7/+28 |
* | Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - re... | Scott González | 2012-02-12 | 2 | -9/+8 |
* | Autocomplete: Cancel search when closing the menu. Fixes #7523 - Autocomplete... | Scott González | 2012-02-11 | 1 | -0/+33 |
* | Menu tests: Handle async focus events in IE. | Scott González | 2012-02-09 | 1 | -99/+101 |
* | Menu: Focus the menu before performing keyboard unit tests. | kborchers | 2012-02-06 | 1 | -8/+15 |
* | Menu: Prevent navigating to disabled menu items with the keyboard. | kborchers | 2012-02-06 | 1 | -2/+3 |
* | Menu: Prevent clicking on disabled menu items and remove unnecessary extra pa... | kborchers | 2012-02-03 | 1 | -5/+5 |
* | Visual tests: Cleaned up dialog tests. | Scott González | 2012-02-01 | 1 | -2942/+50 |
* | Static tests: Removed slider tests. | Scott González | 2012-02-01 | 10 | -170/+0 |
* | Widget: Allow redefining a widget after other widgets have inherited from it. | Scott González | 2012-02-01 | 2 | -6/+49 |
* | Autocomplete: Added test for close method. | Scott González | 2012-01-31 | 2 | -6/+9 |
* | Accordion: Adjusted tests for icons: false. | Scott González | 2012-01-31 | 1 | -1/+1 |
* | Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ... | Scott González | 2012-01-31 | 1 | -0/+39 |