Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed spinner from trunk. See /branches/dev/spinner | Richard Worth | 2008-11-19 | 1 | -393/+0 |
| | |||||
* | Removed all trailing whitespace from .js and .html files | Richard Worth | 2008-11-18 | 1 | -7/+7 |
| | |||||
* | tests: cleanup and consistency with defaults tests | Richard Worth | 2008-11-12 | 1 | -2/+31 |
| | |||||
* | Spinner: add group and point options for improved support for international ↵ | Ca-Phun Ung | 2008-10-06 | 1 | -3/+54 |
| | | | | numeric formats and added test case. | ||||
* | Spinner: added thousand separator format to numbers and refactored code. | Ca-Phun Ung | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | Spinner: added a timer to mousewheel interaction which fires a change event ↵ | Ca-Phun Ung | 2008-09-26 | 1 | -2/+4 |
| | | | | | | when the mousewheel stops spinning. Added a few missing options to test case. | ||||
* | set svn:eol-style to native | Richard Worth | 2008-09-20 | 1 | -311/+311 |
| | |||||
* | spinner test: currency | Chi Cheng | 2008-08-19 | 1 | -2/+2 |
| | |||||
* | Spinner test: up, down callback | Chi Cheng | 2008-08-19 | 1 | -9/+18 |
| | |||||
* | Spinner: ui() doesn't return instance | Chi Cheng | 2008-08-19 | 1 | -12/+3 |
| | |||||
* | Spinner: this.options._decimals -> this._decimals | Chi Cheng | 2008-08-19 | 1 | -6/+27 |
| | | | | decimal test | ||||
* | spinner test | Chi Cheng | 2008-08-19 | 1 | -14/+26 |
| | |||||
* | Spinner test: a bug when set stepping:0.3 | Chi Cheng | 2008-08-19 | 1 | -3/+11 |
| | |||||
* | Spinner test: currency and decimal options | Chi Cheng | 2008-08-19 | 1 | -6/+65 |
| | | | | test all: .load to load html from single html | ||||
* | updated testcase to reflect the new ui.spinner changes: | Ca-Phun Ung | 2008-08-19 | 1 | -6/+6 |
| | | | | | - removed div.* for case #9 because ui.spinner now uses <button> - changed case #5 because LEFT and RIGHT keys no longer change the value of the input box. This is by design so that users could move the cursor within the input box | ||||
* | Spinner test: spin without auto-incremental stepping | Chi Cheng | 2008-08-19 | 1 | -0/+23 |
| | |||||
* | Spinner test: callback | Chi Cheng | 2008-08-19 | 1 | -3/+32 |
| | |||||
* | Spinner test: spin with auto-incremental stepping | Chi Cheng | 2008-08-19 | 1 | -0/+23 |
| | |||||
* | home key to start if min not set. | Chi Cheng | 2008-08-18 | 1 | -3/+8 |
| | |||||
* | Spinner: test case | Chi Cheng | 2008-08-18 | 1 | -0/+131 |