aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Updated draggable defaults unit testRichard Worth2008-09-271-7/+35
* Spinner: Removed external jquery.mousewheel.js call from visual test.Ca-Phun Ung2008-09-261-1/+0
* Spinner: added a timer to mousewheel interaction which fires a change event w...Ca-Phun Ung2008-09-262-2/+5
* Spinner: Add change event to dblclick and created a new visual test for all c...Ca-Phun Ung2008-09-231-3/+47
* Accept boolean values for aria state. (Thanks for catch Scott González)David Bolter2008-09-221-2/+2
* Added ariaRole and ariaState to ui.core with tests.David Bolter2008-09-222-0/+16
* Spinner: implemented init callback via trigger (thanks Scott González)Ca-Phun Ung2008-09-221-1/+1
* Spinner: new options: format, items & decimals (r728). Ca-Phun Ung2008-09-201-2/+10
* set svn:eol-style to nativeRichard Worth2008-09-2037-6414/+6414
* HTML5 doctypeRichard Worth2008-09-2032-74/+71
* Progressbar - Added suport for animated equations (easeInOutQuint, ...)Eduardo Lundgren2008-09-201-2/+7
* Progressbar duration option fixedEduardo Lundgren2008-09-201-3/+3
* Dialog: Added an id to the title span (needed for ARIA support).Scott González2008-09-191-0/+24
* Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent clos...Scott González2008-09-191-0/+24
* sortable: Fixed the floating functional demo, implemented forcePlaceholderSizePaul Bakaus2008-09-161-1/+1
* - kickass draggable refactoring - fixes many bugs, many edge case issuesPaul Bakaus2008-09-152-1/+163
* Spinner: added an init callback which exposes the addItem method for dynamic ...Ca-Phun Ung2008-09-091-1/+36
* Dialog: Added some more tests.Scott González2008-09-071-46/+139
* Fixed 3183 onSelect and onClose have inconsistent signaturesKeith Wood2008-09-071-56/+74
* Fixed 3267 Alternate field not updated when using "setDate"Keith Wood2008-09-071-2/+15
* Core: Improved :tabbable selectorScott González2008-09-062-0/+127
* Spinner: For DOM based spinners, the height is now calculated based on number...Ca-Phun Ung2008-08-301-9/+3
* spinner: changed data list to support any DOM container not just <ul>Ca-Phun Ung2008-08-301-7/+12
* spinner: fixed styling issues in IECa-Phun Ung2008-08-261-2/+3
* spinner: Included support for generic objects - currently only supports <ul>....Ca-Phun Ung2008-08-261-4/+46
* Remove invalid includesEduardo Lundgren2008-08-241-10/+9
* Added tests for 3191 - handling NaN and other invalid values for relative datesKeith Wood2008-08-211-22/+43
* spinner test: currencyChi Cheng2008-08-191-2/+2
* Spinner test: up, down callbackChi Cheng2008-08-191-9/+18
* Spinner: ui() doesn't return instanceChi Cheng2008-08-191-12/+3
* Spinner: this.options._decimals -> this._decimalsChi Cheng2008-08-191-6/+27
* spinner testChi Cheng2008-08-191-14/+26
* Spinner test: a bug when set stepping:0.3Chi Cheng2008-08-191-3/+11
* Spinner test: currency and decimal optionsChi Cheng2008-08-192-6/+146
* updated testcase to reflect the new ui.spinner changes:Ca-Phun Ung2008-08-191-6/+6
* Added enhancements to ui.spinner as seen at http://yelotofu.com/labs/jquery/U...Ca-Phun Ung2008-08-192-16/+114
* Progressbar test: initChi Cheng2008-08-193-0/+99
* Spinner test: spin without auto-incremental steppingChi Cheng2008-08-191-0/+23
* Spinner test: callbackChi Cheng2008-08-191-3/+32
* Spinner test: spin with auto-incremental steppingChi Cheng2008-08-192-0/+37
* home key to start if min not set.Chi Cheng2008-08-181-3/+8
* Spinner: test caseChi Cheng2008-08-182-0/+170
* typoChi Cheng2008-08-181-1/+1
* Dialog: Added tests for isOpen method.Scott González2008-08-151-1/+16
* visual tests: added stripped down autocomplete demoPaul Bakaus2008-08-1195-0/+401
* Progressbar updatesEduardo Lundgren2008-08-091-4/+4
* Progressbar updates - using .animate()Eduardo Lundgren2008-08-091-34/+68
* Added tests for stepMonths and stepBigMonthsKeith Wood2008-08-081-50/+78
* Source formattingEduardo Lundgren2008-08-081-38/+38
* autocomplete: added init/destroy testsPaul Bakaus2008-07-302-0/+47