aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.spinner.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-uiScott González2011-03-221-1/+0
|\
| * Spinner: Remove debugging output that appends directly to the body from ↵adam j. sontag2011-03-211-1/+0
| | | | | | | | mousewheel handling.
* | Spinner: Set the widgetEventPrefix to "spin" as per the spec.adam j. sontag2011-03-211-0/+1
|/
* Spinner: Ignore delta of 0 from triggered mousewheel event. Verifiedjzaefferer2011-02-261-1/+2
| | | | that mousewheel scrolling actually works fine in IE6.
* Spinner: Use jQuery's focus() method instead of DOM method to set focusjzaefferer2011-02-211-1/+1
| | | | to input. Fixes testsuite in IE6.
* Widget: Handle super calls when method calls go up and down the inheritance ↵Scott González2011-02-111-7/+2
| | | | chain.
* Spinner: Fix time spinner demo; workaround for _super issue.jzaefferer2011-02-071-2/+7
|
* Spinner: Fix unnecessary varjzaefferer2011-02-071-1/+0
|
* Added version property to plugins that were missing them.Scott González2011-02-031-0/+2
|
* All: Define defaultElement for non-div widgets.Scott González2011-01-231-0/+1
|
* Spinner: Update to latest jquery-global plugin, removing the currencyjzaefferer2011-01-181-8/+2
| | | | workaround.
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Spinner: Moved ARIA to input and fixed tests.Scott González2011-01-151-2/+7
|
* Updated widgets to use new methods from $.Widget.Scott González2011-01-151-3/+3
|
* Spinner: Introduce page option to configure page size. Use that for ↵jzaefferer2010-12-011-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 widgetjzaefferer2010-11-301-1/+1
|
* Spinner: Fix crlf to lf line endings.jzaefferer2010-11-301-362/+362
|
* Spinner: Use inline-element for better inline-block support. Removed ↵jzaefferer2010-11-301-7/+1
| | | | float:left from input to fix input focussing in IE6.
* Spinner: Update license header.jzaefferer2010-11-201-3/+3
|
* Spinner: Make sure that options.value and input.val() are in syncjzaefferer2010-10-281-2/+2
|
* Spinner: Refactored reading htlm5 attributes option initjzaefferer2010-10-281-16/+14
|
* Spinner: Improved mousewheel event handlingjzaefferer2010-10-271-4/+7
|
* Spinner: More refactorings and cleanups, and heavy improvement on the ↵jzaefferer2010-10-271-71/+50
| | | | incremental-logic, including a delay of 500ms after the first increment and before continous increments
* Slider: Cleanup public methodsjzaefferer2010-10-261-4/+2
|
* Slider: Improve destroy methodjzaefferer2010-10-261-9/+3
|
* Slider: Some more refactoring and cleanupjzaefferer2010-10-261-99/+98
|
* Spinner: Changed default for numberformat to null. Fixed disabled option to ↵jzaefferer2010-10-261-26/+54
| | | | not prevent changing value via step and page methods. OVerhauled testsuite.
* Slider: Simplifying mousewheel binding, remove Opera workaroundjzaefferer2010-10-261-4/+1
|
* Spiner: Tune mousewheel spinningjzaefferer2010-10-261-1/+1
|
* Slider: Removing dir option. Implementation caused more damage then being ↵jzaefferer2010-10-251-6/+3
| | | | useful - will eventually implement RTL support in all widgets.
* Slider: More codecleanup. Inlining defaults for min/max, removing page (use ↵jzaefferer2010-10-251-72/+37
| | | | 10*step instead), removing mouseWheel (just use when available)
* Spinner: Fix value option initalizationjzaefferer2010-10-251-2/+2
|
* Spinner: More cleanupjzaefferer2010-10-241-24/+11
|
* Spinner: Some code and test cleanupjzaefferer2010-10-241-2/+1
|
* Using button widget for the spinner buttons. Can still use some ↵jzaefferer2010-10-231-14/+19
| | | | improvements, dropping custom theme stuff in favor of button styles.
* Replaced hexadecimal demo with decimal demo. Updated that and the currency ↵jzaefferer2010-10-231-130/+44
| | | | demo (previously donation) to use globalization plugin with a select for three different cultures (probably more to come). Updated spinner widget to use Globalization when available, replacing all number formatting related options with a single numberformat option.
* Porting old spinner implementation to 1.8, dropping some baggage.jzaefferer2010-10-221-0/+505