Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -271/+0 |
| | | | | Ref gh-1528 | ||||
* | Spinner: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -2/+7 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Spinner: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -8/+12 |
| | |||||
* | Theme: Carat should be named caret | Lisa Seacat DeLuca | 2014-11-03 | 1 | -4/+4 |
| | | | | | Fixes #10683 Closes gh-1382 | ||||
* | Spinner: Update button icons when option changes. Fixes #8926 - Spinner: ↵ | Jörn Zaefferer | 2012-12-27 | 1 | -4/+11 |
| | | | | Can't change icons option after init | ||||
* | 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 | ||||
* | Spinner: Introduce icons option to make button icons customizable, mostly ↵ | Jörn Zaefferer | 2012-07-12 | 1 | -0/+19 |
| | | | | for consistency | ||||
* | Spinner tests: Don't pollute the global namespace with helpers. | Scott González | 2012-04-19 | 1 | -0/+2 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -18/+18 |
| | |||||
* | 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. | ||||
* | Spinner: Handle changes to numberFormat and currency options. | Scott González | 2011-11-16 | 1 | -0/+19 |
| | |||||
* | 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 | 1 | -0/+25 |
| | |||||
* | Spinner: Fix step mismatches whenever stepping, paging or using the value ↵ | Scott González | 2011-09-14 | 1 | -2/+3 |
| | | | | | | setter. Thanks Nate Ferrero | ||||
* | Spinner: Added ability to specify custom incremental function. | Scott González | 2011-09-09 | 1 | -38/+65 |
| | |||||
* | Spinner: Removed value option. Don't change empty values to zero on init. ↵ | Scott González | 2011-08-13 | 1 | -32/+25 |
| | | | | Don't enforce min/max on blur. | ||||
* | Spinner tests: Fixed line endings. | Scott González | 2011-08-07 | 1 | -122/+122 |
| | |||||
* | Spinner tests: Cleanup. | Scott González | 2011-08-07 | 1 | -83/+51 |
| | |||||
* | Spinner tests: Cleanup. | Scott González | 2011-08-06 | 1 | -4/+4 |
| | |||||
* | Spinner: Changed casing of option numberformat -> numberFormat. | Scott González | 2011-05-25 | 1 | -7/+7 |
| | |||||
* | Spinner: Changed default for numberformat to null. Fixed disabled option to ↵ | jzaefferer | 2010-10-26 | 1 | -76/+43 |
| | | | | not prevent changing value via step and page methods. OVerhauled testsuite. | ||||
* | Spinner: Fix value option initalization | jzaefferer | 2010-10-25 | 1 | -7/+22 |
| | |||||
* | Spinner: More cleanup | jzaefferer | 2010-10-24 | 1 | -301/+2 |
| | |||||
* | Spinner: Some code and test cleanup | jzaefferer | 2010-10-24 | 1 | -11/+0 |
| | |||||
* | Importing spinner unit tests | jzaefferer | 2010-10-22 | 1 | -0/+482 |