Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed spinner from trunk. See /branches/dev/spinner | Richard Worth | 2008-11-19 | 1 | -424/+0 |
| | |||||
* | Removed all trailing whitespace from .js and .html files | Richard Worth | 2008-11-18 | 1 | -15/+15 |
| | |||||
* | fixed #3578 - ALL CODE: e, ui should be changed to event, ui | Richard Worth | 2008-11-14 | 1 | -72/+72 |
| | |||||
* | Spinner:missing semicolon | Chi Cheng | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Spinner: fixed incremental:false issue on mousedown (thanks cloudream) | Ca-Phun Ung | 2008-10-07 | 1 | -2/+2 |
| | |||||
* | Spinner: add group and point options for improved support for international ↵ | Ca-Phun Ung | 2008-10-06 | 1 | -9/+15 |
| | | | | numeric formats and added test case. | ||||
* | adding version property to all ui components | Jörn Zaefferer | 2008-10-05 | 1 | -0/+1 |
| | |||||
* | Spinner: spinner casing now sets itself a unique id based on the id of the ↵ | Ca-Phun Ung | 2008-10-05 | 1 | -0/+8 |
| | | | | original input textbox. If no id exists in the original then no id is set to the casing. | ||||
* | Spinner: further refactored number formatter. 3 lines! | Ca-Phun Ung | 2008-10-03 | 1 | -12/+3 |
| | |||||
* | Spinner: fixed IE6 bugs with spinner height for data lists. | Ca-Phun Ung | 2008-10-02 | 1 | -4/+5 |
| | |||||
* | Spinner: added thousand separator format to numbers and refactored code. | Ca-Phun Ung | 2008-10-02 | 1 | -12/+14 |
| | |||||
* | Spinner: reduced mousewheel timer from 500ms to 400ms (thanks cloudream) | Ca-Phun Ung | 2008-09-27 | 1 | -1/+1 |
| | |||||
* | Spinner: added a timer to mousewheel interaction which fires a change event ↵ | Ca-Phun Ung | 2008-09-26 | 1 | -1/+7 |
| | | | | | | when the mousewheel stops spinning. Added a few missing options to test case. | ||||
* | Spinner: Add change event to dblclick and created a new visual test for all ↵ | Ca-Phun Ung | 2008-09-23 | 1 | -2/+10 |
| | | | | callbacks. timer is now set to 0 after being cleared. | ||||
* | Spinner: Fixed warnings. | Scott González | 2008-09-23 | 1 | -30/+69 |
| | |||||
* | Spinner: implemented init callback via trigger (thanks Scott González) | Ca-Phun Ung | 2008-09-22 | 1 | -3/+1 |
| | |||||
* | Spinner: new options: format, items & decimals (r728). | Ca-Phun Ung | 2008-09-20 | 1 | -2/+34 |
| | | | | | | items: accepts a array of objects which will be converted to a list of items by the spinner. format: printf style formatting of each item - accepts named arguments. | ||||
* | Spinner: decimals and stepping now independent (user request) | Ca-Phun Ung | 2008-09-20 | 1 | -3/+4 |
| | |||||
* | whitespace: Removed trailing whitespace from non-blank lines | Richard Worth | 2008-09-20 | 1 | -1/+1 |
| | |||||
* | whitespace | Richard Worth | 2008-09-20 | 1 | -3/+0 |
| | |||||
* | Set svn:eol-style to native for new plugins. | Scott González | 2008-09-19 | 1 | -334/+334 |
| | |||||
* | Reverted r695. | Scott González | 2008-09-19 | 1 | -21/+21 |
| | |||||
* | Remove Trailing Spaces | Eduardo Lundgren | 2008-09-19 | 1 | -21/+21 |
| | |||||
* | Spinner: added an init callback which exposes the addItem method for dynamic ↵ | Ca-Phun Ung | 2008-09-09 | 1 | -2/+20 |
| | | | | population of spinner via an external objects. | ||||
* | Fixed #3284 - Put version numbers inside of individual files. | Richard Worth | 2008-09-04 | 1 | -1/+1 |
| | |||||
* | Spinner: For DOM based spinners, the height is now calculated based on ↵ | Ca-Phun Ung | 2008-08-30 | 1 | -12/+16 |
| | | | | number of children. | ||||
* | spinner: changed data list to support any DOM container not just <ul> | Ca-Phun Ung | 2008-08-30 | 1 | -5/+10 |
| | |||||
* | spinner: Included support for generic objects - currently only supports ↵ | Ca-Phun Ung | 2008-08-26 | 1 | -3/+26 |
| | | | | <ul>. See visual test (#s4) for example usage. Needs more work... | ||||
* | Use type button to avoid undesired submits | Eduardo Lundgren | 2008-08-24 | 1 | -2/+2 |
| | |||||
* | Spinner: Fixed key code constants. | Scott González | 2008-08-24 | 1 | -2/+2 |
| | |||||
* | Spinner: use keyCode from ui.core.js | Chi Cheng | 2008-08-24 | 1 | -23/+3 |
| | |||||
* | JSLint check | Chi Cheng | 2008-08-23 | 1 | -2/+2 |
| | |||||
* | spinner: added support for numeric keypad | Ca-Phun Ung | 2008-08-21 | 1 | -1/+5 |
| | |||||
* | spinner: fixed rounding error when stepping=0.3 | Ca-Phun Ung | 2008-08-19 | 1 | -3/+4 |
| | |||||
* | Spinner: ui() doesn't return instance | Chi Cheng | 2008-08-19 | 1 | -6/+3 |
| | |||||
* | Spinner: this.options._decimals -> this._decimals | Chi Cheng | 2008-08-19 | 1 | -6/+2 |
| | | | | decimal test | ||||
* | Added enhancements to ui.spinner as seen at ↵ | Ca-Phun Ung | 2008-08-19 | 1 | -63/+231 |
| | | | | | | | | | | | | | http://yelotofu.com/labs/jquery/UI/spinner/spinner.html Enhancements include: - removal of all hardcoded styling for better theming capability - visual test page made more appealing supporting browser zooming - added utility functions to disable, enable and destroy ui.spinner - up/down buttons listens to more mouse and keyboard events - support for decimal and currency format - ui.spinner now restricts input on keydown - cleanup occurs when the input textbox loses focus. this seems to be a better approach for future scalability | ||||
* | Spinner: | Chi Cheng | 2008-08-18 | 1 | -9/+10 |
| | | | | | - handle quick click on div (shortor than 100ms) - handle dblclick | ||||
* | init -> _init | Chi Cheng | 2008-08-16 | 1 | -1/+1 |
| | |||||
* | Spinner: make internal methods internal, fixs #3207 | Chi Cheng | 2008-08-16 | 1 | -25/+25 |
| | | | | functional demo fix(not associate with internal change) | ||||
* | Add support for mousewheel | Keith Wood | 2008-08-10 | 1 | -0/+11 |
| | |||||
* | New plugins for 1.6: Fixed headers and indentation. | Scott González | 2008-07-10 | 1 | -109/+121 |
| | |||||
* | - removed 1.6 branch1.5.2 | Paul Bakaus | 2008-07-09 | 1 | -0/+114 |
- changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6 |