| Commit message (Expand) | Author | Age | Files | Lines |
* | Dialog: Ensure all animations finish and clean up themselve when destroying d... | Jörn Zaefferer | 2012-11-30 | 2 | -0/+11 |
* | Dialog: Moved resizable handle test from resizable. | Scott González | 2012-11-26 | 1 | -0/+13 |
* | Dialog: Add unit test to cover #8789 and #8838. | Kris Borchers | 2012-11-26 | 1 | -0/+16 |
* | Dialog: Follow-up to 9fe3a62d8 - also deprecate string notation for position ... | Jörn Zaefferer | 2012-11-26 | 2 | -33/+31 |
* | Dialog: Update focus-tabbable test with a timer workaround to get IE8 to pass. | Jörn Zaefferer | 2012-11-26 | 1 | -25/+27 |
* | Dialog: Add missing unit test for aria-describedby attribute | Jörn Zaefferer | 2012-11-26 | 1 | -17/+11 |
* | Dialog: Move array notation support for position option to backCompat check. ... | Jörn Zaefferer | 2012-11-26 | 4 | -20/+88 |
* | Dialog: Removed broken disabled option from dialog, defuse disable/enable met... | Jörn Zaefferer | 2012-11-26 | 1 | -26/+6 |
* | Dialog: Extend autofocus, starting with [autofocus], then :tabbable content, ... | Jörn Zaefferer | 2012-11-26 | 1 | -0/+42 |
* | Dialog: Cleanup in ticket tests: TODO to merge one test, fix whitespace | Jörn Zaefferer | 2012-11-26 | 1 | -29/+30 |
* | Dialog: Extend visual test to verify DOM position restore on destroy; overhau... | Jörn Zaefferer | 2012-11-26 | 2 | -14/+22 |
* | Dialog: Pass through icons and showText (as 'text') options to button. Fixes ... | Jörn Zaefferer | 2012-11-26 | 1 | -2/+8 |
* | Dialog: Refactor _setOption to call _super early. Move dialogClass update abo... | Jörn Zaefferer | 2012-11-26 | 1 | -1/+4 |
* | Dialog: Use button widget for close button (was already listed as dependency) | Jörn Zaefferer | 2012-11-26 | 2 | -4/+5 |
* | Dialog: Focus tabbable only when dialog lost focus before. | Jörn Zaefferer | 2012-11-26 | 1 | -0/+45 |
* | Dialog: Remove attroperty workaround for title attribute. Make the default nu... | Jörn Zaefferer | 2012-11-26 | 2 | -18/+26 |
* | Dialog: Fix yoda-if, remove unnecessary TODOs; add missing callbacks to commo... | Jörn Zaefferer | 2012-11-26 | 1 | -1/+11 |
* | Dialog tests: Work around inconsistent handling of non-breaking spaces in IE7... | Scott González | 2012-11-15 | 1 | -2/+2 |
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
* | Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: r... | Mike Sherov | 2012-11-09 | 1 | -57/+62 |
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 1 | -2/+2 |
* | Dev: remove globals from tests and moved test helpers to correct location - F... | Mike Sherov | 2012-11-03 | 7 | -317/+310 |
* | Dialog tests: Removed stack option. | Scott González | 2012-10-26 | 1 | -1/+0 |
* | Tests: Removed old code that kept bad test suites out of TestSwarm. | Scott González | 2012-10-26 | 1 | -10/+0 |
* | Removed bgiframe. | Scott González | 2012-10-26 | 1 | -1/+0 |
* | Dialog: Awesome new stacking and overlay implementation. Fixes the following ... | Nate Eagle | 2012-10-24 | 4 | -97/+28 |
* | Build: Enable "unused" option in jshint - Remove unused variables from codeba... | Mike Sherov | 2012-10-23 | 5 | -51/+43 |
* | Remove trailing whitespace and add final newlines | Trey Hunner | 2012-10-21 | 1 | -3/+3 |
* | Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQ... | David Petersen | 2012-10-17 | 1 | -2/+19 |
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
* | Dialog tests: Fixed calls to $.contains() that were passing jQuery objects in... | Scott González | 2012-07-13 | 1 | -1/+1 |
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 4 | -0/+23 |
* | Dialog: Use new uniqueId method for generating id's | kborchers | 2012-05-29 | 1 | -18/+3 |
* | Dialog: Handle escape for all overlays. Fixes #8300 - Dialog: Incorrect behav... | Jay Merrifield | 2012-05-07 | 1 | -6/+56 |
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 |
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 2 | -1/+1 |
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 |
* | Tests: Lint. | Scott González | 2012-04-19 | 5 | -68/+74 |
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 5 | -151/+151 |
* | Dialog: When destroy is called place the element back in original DOM positio... | Alberto Monteiro | 2011-12-15 | 1 | -0/+9 |
* | Dialog: Modified the dialog._size() to use outerHeight in calculating the non... | James Khoury | 2011-11-28 | 1 | -4/+9 |
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -10/+15 |
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
* | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w... | Corey Frang | 2011-08-20 | 1 | -1/+1 |
* | Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f... | Corey Frang | 2011-08-19 | 1 | -1/+30 |