| Commit message (Expand) | Author | Age | Files | Lines |
* | Build: Enable "unused" option in jshint - Remove unused variables from codeba... | Mike Sherov | 2012-10-23 | 1 | -1/+1 |
* | Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc... | TJ VanToll | 2012-10-16 | 1 | -0/+8 |
* | 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 |
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 3 | -0/+20 |
* | Button tests: Use domEqual() to test destroy(). | Scott González | 2012-06-16 | 1 | -7/+4 |
* | Button: Corrected default label applied to submit buttons. Fixed #8337: Subm... | TJ VanToll | 2012-05-22 | 1 | -0/+4 |
* | Don't use :checkbox selector. | Scott González | 2012-05-21 | 1 | -5/+5 |
* | Don't use :radio selector. | Scott González | 2012-05-21 | 2 | -4/+4 |
* | 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 | 2 | -7/+8 |
* | 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 | 2 | -31/+31 |
* | 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 | -6/+11 |
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
* | Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu... | Corey Frang | 2011-08-03 | 1 | -0/+6 |
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -5/+5 |
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -46/+44 |
* | Tests: Added test suites to run individual widget tests against all supported... | Scott González | 2011-08-02 | 1 | -0/+30 |
* | Tests: Added ability to run tests suites against different versions of jQuery... | Scott González | 2011-07-28 | 1 | -1/+1 |
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -6/+6 |
* | Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo... | Glenn Goodrich | 2011-05-26 | 1 | -0/+8 |
* | Button: Added rtl detection so corner classes would properly be applied to bu... | Doug Neiner | 2011-05-12 | 1 | -0/+14 |
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -13/+12 |
* | Button: find associated label even without common ancestor. Fixes #7092 - but... | ddstreet | 2011-03-11 | 1 | -0/+22 |
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 1 | -1/+1 |
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 |
* | Buttonset: Added items option and removed visible filter for adding rounded c... | Scott González | 2010-11-12 | 1 | -7/+15 |
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 |
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 |
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' tes... | jzaefferer | 2010-08-29 | 1 | -0/+1 |
* | Button: Read disabled attribute from original element if disabled option is n... | Scott González | 2010-08-18 | 2 | -1/+25 |
* | Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore butto... | Scott González | 2010-08-18 | 1 | -1/+6 |
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ... | Scott González | 2010-07-30 | 1 | -14/+0 |
* | Use pushStack in widget method. Fixes #5732 - make the widget method maintain... | jzaefferer | 2010-07-30 | 1 | -0/+14 |
* | Autocomplete and button unit tests: Same remove-role-attr fix as for accordio... | jzaefferer | 2010-04-13 | 1 | -0/+4 |
* | Updating autocomplete and button unit tests: use equal instead of ok to compa... | jzaefferer | 2010-03-27 | 1 | -1/+1 |
* | Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is one... | Richard Worth | 2010-03-17 | 1 | -1/+1 |
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 1 | -1/+2 |
* | Button: Fixed tests that check for hidden button elements. | Scott González | 2010-03-11 | 1 | -3/+3 |
* | Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d8... | Richard Worth | 2010-02-25 | 1 | -4/+13 |
* | Buttons: Removed the logic for triggering click events on checkboxes and radi... | Scott González | 2010-02-18 | 1 | -9/+0 |
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 |