Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated draggable defaults unit test | Richard Worth | 2008-09-27 | 1 | -7/+35 |
| | |||||
* | Spinner: Removed external jquery.mousewheel.js call from visual test. | Ca-Phun Ung | 2008-09-26 | 1 | -1/+0 |
| | |||||
* | Spinner: added a timer to mousewheel interaction which fires a change event ↵ | Ca-Phun Ung | 2008-09-26 | 2 | -2/+5 |
| | | | | | | 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 | -3/+47 |
| | | | | callbacks. timer is now set to 0 after being cleared. | ||||
* | Accept boolean values for aria state. (Thanks for catch Scott González) | David Bolter | 2008-09-22 | 1 | -2/+2 |
| | |||||
* | Added ariaRole and ariaState to ui.core with tests. | David Bolter | 2008-09-22 | 2 | -0/+16 |
| | | | | | | Added ARIA role and state to ui.dialog Fixes #3350 (Inspired by jARIA plugin from Chris Hoffman) | ||||
* | Spinner: implemented init callback via trigger (thanks Scott González) | Ca-Phun Ung | 2008-09-22 | 1 | -1/+1 |
| | |||||
* | Spinner: new options: format, items & decimals (r728). | Ca-Phun Ung | 2008-09-20 | 1 | -2/+10 |
| | | | | | | 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. | ||||
* | set svn:eol-style to native | Richard Worth | 2008-09-20 | 37 | -6414/+6414 |
| | |||||
* | HTML5 doctype | Richard Worth | 2008-09-20 | 32 | -74/+71 |
| | |||||
* | Progressbar - Added suport for animated equations (easeInOutQuint, ...) | Eduardo Lundgren | 2008-09-20 | 1 | -2/+7 |
| | |||||
* | Progressbar duration option fixed | Eduardo Lundgren | 2008-09-20 | 1 | -3/+3 |
| | |||||
* | Dialog: Added an id to the title span (needed for ARIA support). | Scott González | 2008-09-19 | 1 | -0/+24 |
| | |||||
* | Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent ↵ | Scott González | 2008-09-19 | 1 | -0/+24 |
| | | | | closing the dialog by returning false). | ||||
* | sortable: Fixed the floating functional demo, implemented forcePlaceholderSize | Paul Bakaus | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | - kickass draggable refactoring - fixes many bugs, many edge case issues | Paul Bakaus | 2008-09-15 | 2 | -1/+163 |
| | | | | - added many new tests to draggable, especially related to scrolling and helper clone | ||||
* | Spinner: added an init callback which exposes the addItem method for dynamic ↵ | Ca-Phun Ung | 2008-09-09 | 1 | -1/+36 |
| | | | | population of spinner via an external objects. | ||||
* | Dialog: Added some more tests. | Scott González | 2008-09-07 | 1 | -46/+139 |
| | |||||
* | Fixed 3183 onSelect and onClose have inconsistent signatures | Keith Wood | 2008-09-07 | 1 | -56/+74 |
| | |||||
* | Fixed 3267 Alternate field not updated when using "setDate" | Keith Wood | 2008-09-07 | 1 | -2/+15 |
| | |||||
* | Core: Improved :tabbable selector | Scott González | 2008-09-06 | 2 | -0/+127 |
| | | | | | | | | - check tabindex >= 0 instead of != -1 - check anchor tags for href - check for hidden input types - check styles (display and visibility; self and ancestors) Added tests for :tabbable selector | ||||
* | Spinner: For DOM based spinners, the height is now calculated based on ↵ | Ca-Phun Ung | 2008-08-30 | 1 | -9/+3 |
| | | | | number of children. | ||||
* | spinner: changed data list to support any DOM container not just <ul> | Ca-Phun Ung | 2008-08-30 | 1 | -7/+12 |
| | |||||
* | spinner: fixed styling issues in IE | Ca-Phun Ung | 2008-08-26 | 1 | -2/+3 |
| | |||||
* | spinner: Included support for generic objects - currently only supports ↵ | Ca-Phun Ung | 2008-08-26 | 1 | -4/+46 |
| | | | | <ul>. See visual test (#s4) for example usage. Needs more work... | ||||
* | Remove invalid includes | Eduardo Lundgren | 2008-08-24 | 1 | -10/+9 |
| | |||||
* | Added tests for 3191 - handling NaN and other invalid values for relative dates | Keith Wood | 2008-08-21 | 1 | -22/+43 |
| | |||||
* | 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 | 2 | -6/+146 |
| | | | | 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 | ||||
* | Added enhancements to ui.spinner as seen at ↵ | Ca-Phun Ung | 2008-08-19 | 2 | -16/+114 |
| | | | | | | | | | | | | | 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 | ||||
* | Progressbar test: init | Chi Cheng | 2008-08-19 | 3 | -0/+99 |
| | |||||
* | 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 | 2 | -0/+37 |
| | |||||
* | home key to start if min not set. | Chi Cheng | 2008-08-18 | 1 | -3/+8 |
| | |||||
* | Spinner: test case | Chi Cheng | 2008-08-18 | 2 | -0/+170 |
| | |||||
* | typo | Chi Cheng | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | Dialog: Added tests for isOpen method. | Scott González | 2008-08-15 | 1 | -1/+16 |
| | |||||
* | visual tests: added stripped down autocomplete demo | Paul Bakaus | 2008-08-11 | 95 | -0/+401 |
| | |||||
* | Progressbar updates | Eduardo Lundgren | 2008-08-09 | 1 | -4/+4 |
| | |||||
* | Progressbar updates - using .animate() | Eduardo Lundgren | 2008-08-09 | 1 | -34/+68 |
| | |||||
* | Added tests for stepMonths and stepBigMonths | Keith Wood | 2008-08-08 | 1 | -50/+78 |
| | | | | Added tests for onChangeMonthYear callback from setDate | ||||
* | Source formatting | Eduardo Lundgren | 2008-08-08 | 1 | -38/+38 |
| | |||||
* | autocomplete: added init/destroy tests | Paul Bakaus | 2008-07-30 | 2 | -0/+47 |
| |