Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Spinner: Re-render value if numberFormat option changes. | Scott González | 2011-08-07 | 1 | -1/+1 | |
| | ||||||
* | Spinner: Use _getCreateOptions() for value. | Scott González | 2011-08-07 | 1 | -4/+4 | |
| | ||||||
* | Merge branch 'spinner-getCreateOptions' | Scott González | 2011-08-06 | 1 | -21/+14 | |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.spinner.js | |||||
| * | Spinner: Use _getCreateOptions() instead of custom _markupOptions(). | Scott González | 2011-08-06 | 1 | -21/+14 | |
| | | ||||||
* | | Spinner: Added comment with formula that approximates current incrementing ↵ | Scott González | 2011-08-06 | 1 | -0/+1 | |
| | | | | | | | | logic. | |||||
* | | Spinner: Define defaults for callbacks. | Scott González | 2011-08-06 | 1 | -1/+6 | |
| | | ||||||
* | | Spinner: Only trigger change when the field has blurred and the value has ↵ | Scott González | 2011-08-06 | 1 | -27/+14 | |
| | | | | | | | | changed. | |||||
* | | Spinner: Don't set focus on stop, focus should already be correct. Always ↵ | Scott González | 2011-08-06 | 1 | -9/+2 | |
| | | | | | | | | remove ui-state-active on blur, since we no longer blur when interacting with buttons. | |||||
* | | Spinner: Keep the focus on the text field even when using the buttons. | Scott González | 2011-08-06 | 1 | -3/+7 | |
| | | ||||||
* | | Spinner: Don't clear invalid values on blur (but clear the value option). | Scott González | 2011-08-06 | 1 | -1/+7 | |
| | | ||||||
* | | Spinner: Don't stop propgation of mousedown. Added TODOs. | Scott González | 2011-08-06 | 1 | -3/+7 | |
|/ | ||||||
* | Spinner: Invoke _markupOptions() before _draw(). | Scott González | 2011-08-06 | 1 | -1/+5 | |
| | ||||||
* | Spinner: Don't stop propagation for keydown events. | Scott González | 2011-08-06 | 1 | -8/+7 | |
| | ||||||
* | Spinner: Cleanup, use ._bind() and ._hoverable(). | Scott González | 2011-08-06 | 1 | -99/+80 | |
| | ||||||
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 1 | -7/+18 | |
|\ | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | |||||
| * | Spinner: modified _spin and _setOption to call new method _trimValue to ↵ | beatryder | 2011-06-13 | 1 | -7/+18 | |
| | | | | | | | | check for min/max values. Fixed #7264 - Spinner returns values beyond min and max, off by one | |||||
* | | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -3/+3 | |
|/ | ||||||
* | Spinner: disable text selection on buttons (plus minmal whitespace cleanup) | Jörn Zaefferer | 2011-05-30 | 1 | -1/+2 | |
| | ||||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -2/+1 | |
| | | | | version numbers on instances. | |||||
* | Spinner: Changed casing of option numberformat -> numberFormat. | Scott González | 2011-05-25 | 1 | -3/+3 | |
| | ||||||
* | Spinner: Coding standards. | Scott González | 2011-05-17 | 1 | -178/+189 | |
| | ||||||
* | Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-ui | Scott González | 2011-03-22 | 1 | -1/+0 | |
|\ | ||||||
| * | Spinner: Remove debugging output that appends directly to the body from ↵ | adam j. sontag | 2011-03-21 | 1 | -1/+0 | |
| | | | | | | | | mousewheel handling. | |||||
* | | Spinner: Set the widgetEventPrefix to "spin" as per the spec. | adam j. sontag | 2011-03-21 | 1 | -0/+1 | |
|/ | ||||||
* | Spinner: Ignore delta of 0 from triggered mousewheel event. Verified | jzaefferer | 2011-02-26 | 1 | -1/+2 | |
| | | | | that mousewheel scrolling actually works fine in IE6. | |||||
* | Spinner: Use jQuery's focus() method instead of DOM method to set focus | jzaefferer | 2011-02-21 | 1 | -1/+1 | |
| | | | | to input. Fixes testsuite in IE6. | |||||
* | Widget: Handle super calls when method calls go up and down the inheritance ↵ | Scott González | 2011-02-11 | 1 | -7/+2 | |
| | | | | chain. | |||||
* | Spinner: Fix time spinner demo; workaround for _super issue. | jzaefferer | 2011-02-07 | 1 | -2/+7 | |
| | ||||||
* | Spinner: Fix unnecessary var | jzaefferer | 2011-02-07 | 1 | -1/+0 | |
| | ||||||
* | Added version property to plugins that were missing them. | Scott González | 2011-02-03 | 1 | -0/+2 | |
| | ||||||
* | All: Define defaultElement for non-div widgets. | Scott González | 2011-01-23 | 1 | -0/+1 | |
| | ||||||
* | Spinner: Update to latest jquery-global plugin, removing the currency | jzaefferer | 2011-01-18 | 1 | -8/+2 | |
| | | | | workaround. | |||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 | |
| | ||||||
* | Spinner: Moved ARIA to input and fixed tests. | Scott González | 2011-01-15 | 1 | -2/+7 | |
| | ||||||
* | Updated widgets to use new methods from $.Widget. | Scott González | 2011-01-15 | 1 | -3/+3 | |
| | ||||||
* | Spinner: Introduce page option to configure page size. Use that for ↵ | jzaefferer | 2010-12-01 | 1 | -7/+5 | |
| | | | | timespinner demo to spin minutes on cursor up/down, hours on page up/down. | |||||
* | Spinner: Move aria-attributes to the focusable element of the widget | jzaefferer | 2010-11-30 | 1 | -1/+1 | |
| | ||||||
* | Spinner: Fix crlf to lf line endings. | jzaefferer | 2010-11-30 | 1 | -362/+362 | |
| | ||||||
* | Spinner: Use inline-element for better inline-block support. Removed ↵ | jzaefferer | 2010-11-30 | 1 | -7/+1 | |
| | | | | float:left from input to fix input focussing in IE6. | |||||
* | Spinner: Update license header. | jzaefferer | 2010-11-20 | 1 | -3/+3 | |
| | ||||||
* | Spinner: Make sure that options.value and input.val() are in sync | jzaefferer | 2010-10-28 | 1 | -2/+2 | |
| | ||||||
* | Spinner: Refactored reading htlm5 attributes option init | jzaefferer | 2010-10-28 | 1 | -16/+14 | |
| | ||||||
* | Spinner: Improved mousewheel event handling | jzaefferer | 2010-10-27 | 1 | -4/+7 | |
| | ||||||
* | Spinner: More refactorings and cleanups, and heavy improvement on the ↵ | jzaefferer | 2010-10-27 | 1 | -71/+50 | |
| | | | | incremental-logic, including a delay of 500ms after the first increment and before continous increments | |||||
* | Slider: Cleanup public methods | jzaefferer | 2010-10-26 | 1 | -4/+2 | |
| | ||||||
* | Slider: Improve destroy method | jzaefferer | 2010-10-26 | 1 | -9/+3 | |
| | ||||||
* | Slider: Some more refactoring and cleanup | jzaefferer | 2010-10-26 | 1 | -99/+98 | |
| | ||||||
* | Spinner: Changed default for numberformat to null. Fixed disabled option to ↵ | jzaefferer | 2010-10-26 | 1 | -26/+54 | |
| | | | | not prevent changing value via step and page methods. OVerhauled testsuite. | |||||
* | Slider: Simplifying mousewheel binding, remove Opera workaround | jzaefferer | 2010-10-26 | 1 | -4/+1 | |
| | ||||||
* | Spiner: Tune mousewheel spinning | jzaefferer | 2010-10-26 | 1 | -1/+1 | |
| |