| Commit message (Expand) | Author | Age | Files | Lines |
* | mouse: events and default actions on click are not fired after a drag action ... | Paul Bakaus | 2008-11-03 | 1 | -0/+6 |
* | draggable: fixed two missing defaults | Paul Bakaus | 2008-11-03 | 1 | -2/+2 |
* | tests resizable: Updated defaults test | Richard Worth | 2008-11-01 | 1 | -8/+20 |
* | test visual: fixed colors to match UI website | Richard Worth | 2008-11-01 | 1 | -7/+7 |
* | moved dep_loader.html test page to experimental branch | Richard Worth | 2008-10-31 | 1 | -26/+0 |
* | added ARIA semantics, and tests. | David Bolter | 2008-10-29 | 1 | -0/+15 |
* | set svn:eol-style to native | Richard Worth | 2008-10-24 | 1 | -25/+25 |
* | core: implemented experimental async dependency loading | Paul Bakaus | 2008-10-15 | 1 | -0/+26 |
* | updating tests to latest QUnit, using same, fixing a few assertions that reli... | Jörn Zaefferer | 2008-10-13 | 1 | -1/+1 |
* | updating tests to latest QUnit, using same, fixing a few assertions that reli... | Jörn Zaefferer | 2008-10-13 | 5 | -38/+27 |
* | added some missing draggables defaults | Richard Worth | 2008-10-08 | 1 | -3/+3 |
* | UI Tabs: renamed confusing "unselect" option to "deselectable" | Klaus Hartl | 2008-10-08 | 1 | -11/+11 |
* | UI Tabs: fixed queued tests, review | Klaus Hartl | 2008-10-06 | 1 | -10/+14 |
* | Spinner: add group and point options for improved support for international n... | Ca-Phun Ung | 2008-10-06 | 1 | -3/+54 |
* | UI Tabs: fixed removal of inline styles set for a tab panel | Klaus Hartl | 2008-10-06 | 2 | -179/+194 |
* | added tabs to test overview | Klaus Hartl | 2008-10-06 | 2 | -8/+35 |
* | 'change' command is now 'option' command | Keith Wood | 2008-10-05 | 1 | -41/+61 |
* | Finishing move of autocomplete from trunk to 1.7 branch | Jörn Zaefferer | 2008-10-05 | 1 | -2/+0 |
* | Moving autocomplete from trunk to 1.7 branch | Jörn Zaefferer | 2008-10-05 | 99 | -486/+1 |
* | UI Tabs: unselect class was attached inconsistently | Klaus Hartl | 2008-10-04 | 1 | -7/+48 |
* | Spinner: added thousand separator format to numbers and refactored code. | Ca-Phun Ung | 2008-10-02 | 1 | -1/+1 |
* | UI Tabs: fixed "colon in id bug", wrote more unit tests and refactored stuff ... | Klaus Hartl | 2008-10-02 | 2 | -7/+154 |
* | UI Tabs: started with writing tests | Klaus Hartl | 2008-09-28 | 2 | -0/+78 |
* | Dialog: Added more tests. | Scott González | 2008-09-28 | 1 | -7/+37 |
* | 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 w... | Ca-Phun Ung | 2008-09-26 | 2 | -2/+5 |
* | Spinner: Add change event to dblclick and created a new visual test for all c... | Ca-Phun Ung | 2008-09-23 | 1 | -3/+47 |
* | 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 |
* | 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 |
* | 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 clos... | Scott González | 2008-09-19 | 1 | -0/+24 |
* | 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 |
* | Spinner: added an init callback which exposes the addItem method for dynamic ... | Ca-Phun Ung | 2008-09-09 | 1 | -1/+36 |
* | 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 |
* | Spinner: For DOM based spinners, the height is now calculated based on number... | Ca-Phun Ung | 2008-08-30 | 1 | -9/+3 |
* | 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 <ul>.... | Ca-Phun Ung | 2008-08-26 | 1 | -4/+46 |
* | Remove invalid includes | Eduardo Lundgren | 2008-08-24 | 1 | -10/+9 |