Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Spinner tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Spinner: Introduce icons option to make button icons customizable, mostly ↵ | Jörn Zaefferer | 2012-07-12 | 2 | -0/+23 |
| | | | | for consistency | ||||
* | Update externals to latest mousewheel plugin, drop the version from the ↵ | Jörn Zaefferer | 2012-07-12 | 1 | -1/+1 |
| | | | | fielname while at it | ||||
* | Spinner: Fix ghost log call in events unit test, never shows up in browser ↵ | Jörn Zaefferer | 2012-06-13 | 1 | -0/+1 |
| | | | | for some reason | ||||
* | Spinner: Handle async focus events in IE. Fixes incorrect detection of changes. | Scott González | 2012-05-10 | 1 | -45/+51 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Spinner tests: Don't pollute the global namespace with helpers. | Scott González | 2012-04-19 | 5 | -54/+65 |
| | |||||
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-18 | 3 | -5/+5 |
| | |||||
* | 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 | -47/+47 |
| | |||||
* | Spinner: Allow strings for min, max, and step options, converting ↵ | Scott González | 2012-01-07 | 1 | -2/+48 |
| | | | | immediately to numbers based on numberFormat and culture. | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Spinner: Handle changes to numberFormat and currency options. | Scott González | 2011-11-16 | 1 | -0/+19 |
| | |||||
* | 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/+12 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Spinner: Simulate keyup at the end of incremental tests to stop the repeat ↵ | Scott González | 2011-10-10 | 1 | -0/+3 |
| | | | | timer. | ||||
* | Spinner: Added culture option. | Scott González | 2011-09-28 | 3 | -0/+27 |
| | |||||
* | Spinner: Fix step mismatches whenever stepping, paging or using the value ↵ | Scott González | 2011-09-14 | 3 | -20/+22 |
| | | | | | | setter. Thanks Nate Ferrero | ||||
* | Spinner: Added ability to specify custom incremental function. | Scott González | 2011-09-09 | 1 | -38/+65 |
| | |||||
* | Spinner: Default min and max options to null. | Scott González | 2011-09-09 | 2 | -9/+15 |
| | |||||
* | Spinner: Removed value option. Don't change empty values to zero on init. ↵ | Scott González | 2011-08-13 | 5 | -67/+55 |
| | | | | Don't enforce min/max on blur. | ||||
* | Spinner: Fixed precision when stepping. | Scott González | 2011-08-12 | 1 | -0/+17 |
| | | | | Thanks hughlomas | ||||
* | Spinner: Fixed integration with globalize. | Scott González | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | Spinner: More tests. Don't trigger spin when programmatically stepping or ↵ | Scott González | 2011-08-07 | 2 | -24/+200 |
| | | | | paging. | ||||
* | Spinner: Added more tests. | Scott González | 2011-08-07 | 1 | -51/+90 |
| | |||||
* | Spinner tests: Removed IE 6 hack in destroy test. | Scott González | 2011-08-07 | 2 | -11/+7 |
| | |||||
* | Spinner: Use _getCreateOptions() for value. | Scott González | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | Spinner tests: Fixed line endings. | Scott González | 2011-08-07 | 6 | -546/+546 |
| | |||||
* | Spinner tests: Cleanup. | Scott González | 2011-08-07 | 3 | -247/+204 |
| | |||||
* | Merge branch 'spinner-getCreateOptions' | Scott González | 2011-08-06 | 1 | -3/+3 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.spinner.js | ||||
| * | Spinner: Use _getCreateOptions() instead of custom _markupOptions(). | Scott González | 2011-08-06 | 1 | -3/+3 |
| | | |||||
* | | Spinner: Define defaults for callbacks. | Scott González | 2011-08-06 | 1 | -1/+5 |
| | | |||||
* | | Spinner tests: Cleanup. | Scott González | 2011-08-06 | 6 | -156/+142 |
| | | |||||
* | | Spinner: Only trigger change when the field has blurred and the value has ↵ | Scott González | 2011-08-06 | 1 | -0/+1 |
|/ | | | | changed. | ||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -29/+27 |
| | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 |
| | | | | supported jQuery versions. | ||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | | | jQuery core. | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | Spinner: Changed casing of option numberformat -> numberFormat. | Scott González | 2011-05-25 | 2 | -8/+8 |
| | |||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -15/+14 |
| | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Spinner: Ignore delta of 0 from triggered mousewheel event. Verified | jzaefferer | 2011-02-26 | 1 | -2/+3 |
| | | | | that mousewheel scrolling actually works fine in IE6. |