| Commit message (Expand) | Author | Age | Files | Lines |
* | Core: Improved :tabbable selector | Scott González | 2008-09-06 | 1 | -5/+25 |
* | Core: Added :tabbable selector to find elements that participate in the tabbi... | Scott González | 2008-09-05 | 1 | -4/+23 |
* | Core: Converted :data selector to a function. | Scott González | 2008-09-05 | 1 | -1/+3 |
* | Fixed #3284 - Put version numbers inside of individual files. | Richard Worth | 2008-09-04 | 27 | -27/+27 |
* | draggable: removing logging | Jörn Zaefferer | 2008-09-03 | 1 | -1/+0 |
* | draggable: sortable.refreshItems got renamed to _refreshItems | Jörn Zaefferer | 2008-09-03 | 1 | -1/+2 |
* | Dialog: Fixed #3259: Remove title attribute from dialog elements on init. | Scott González | 2008-09-03 | 1 | -1/+5 |
* | Widget factory: Fixed #3275: Prevent multiple instantiations of the same plug... | Scott González | 2008-09-02 | 1 | -5/+8 |
* | sortable: fixed toArray method | Paul Bakaus | 2008-09-02 | 1 | -1/+1 |
* | draggable: wrong class when trying to remove iframeFix divs (fixes #3161) | Paul Bakaus | 2008-09-01 | 1 | -1/+1 |
* | Spinner: For DOM based spinners, the height is now calculated based on number... | Ca-Phun Ung | 2008-08-30 | 1 | -12/+16 |
* | spinner: changed data list to support any DOM container not just <ul> | Ca-Phun Ung | 2008-08-30 | 1 | -5/+10 |
* | Core: Fixed #3257: Added option method to widget factory. | Scott González | 2008-08-27 | 1 | -4/+31 |
* | Dialog: Fixed #3253: Don't allow closing modal dialogs on escape if closeOnEs... | Scott González | 2008-08-27 | 1 | -4/+4 |
* | Sortable: fix wrong patameter in toArray | Chi Cheng | 2008-08-26 | 1 | -1/+1 |
* | spinner: Included support for generic objects - currently only supports <ul>.... | Ca-Phun Ung | 2008-08-26 | 1 | -3/+26 |
* | Accordion: XHTML | Chi Cheng | 2008-08-25 | 1 | -2/+2 |
* | Progressbar: hidden instance in ui(), options._interval->this._interval | Chi Cheng | 2008-08-25 | 1 | -5/+2 |
* | Remove label texts, using the background labels | Eduardo Lundgren | 2008-08-24 | 1 | -50/+50 |
* | Use type button to avoid undesired submits | Eduardo Lundgren | 2008-08-24 | 1 | -1/+1 |
* | Use type button to avoid undesired submits | Eduardo Lundgren | 2008-08-24 | 1 | -2/+2 |
* | Spinner: Fixed key code constants. | Scott González | 2008-08-24 | 1 | -2/+2 |
* | dialog: $.keyCode | Chi Cheng | 2008-08-24 | 1 | -4/+2 |
* | Spinner: use keyCode from ui.core.js | Chi Cheng | 2008-08-24 | 1 | -23/+3 |
* | JSLint check | Chi Cheng | 2008-08-23 | 2 | -3/+3 |
* | Core: Fixed reference to jQuery. | Scott González | 2008-08-23 | 1 | -1/+1 |
* | Core: Fixed #3233: Added constants for key codes. | Scott González | 2008-08-23 | 1 | -3/+32 |
* | spinner: added support for numeric keypad | Ca-Phun Ung | 2008-08-21 | 1 | -1/+5 |
* | Fixed 3191 NaN causes breakage for relative dates | Keith Wood | 2008-08-21 | 1 | -2/+3 |
* | Fixed 3238 getDate causes error if datepicker does not exist | Keith Wood | 2008-08-21 | 1 | -15/+28 |
* | Fixed 3180 Datepicker automatic ID assignment | Keith Wood | 2008-08-21 | 1 | -2/+3 |
* | Fixed 3224 Croatian localisation | Keith Wood | 2008-08-21 | 1 | -0/+25 |
* | Fixed 3159 Datepicker function to do refresh/redraw | Keith Wood | 2008-08-21 | 1 | -6/+15 |
* | spinner: fixed rounding error when stepping=0.3 | Ca-Phun Ung | 2008-08-19 | 1 | -3/+4 |
* | Spinner: ui() doesn't return instance | Chi Cheng | 2008-08-19 | 1 | -6/+3 |
* | Spinner: this.options._decimals -> this._decimals | Chi Cheng | 2008-08-19 | 1 | -6/+2 |
* | sortable: moved serialize brackets after every key to default value, so confi... | Paul Bakaus | 2008-08-19 | 1 | -1/+1 |
* | Added enhancements to ui.spinner as seen at http://yelotofu.com/labs/jquery/U... | Ca-Phun Ung | 2008-08-19 | 1 | -63/+231 |
* | Spinner: | Chi Cheng | 2008-08-18 | 1 | -9/+10 |
* | Slider: internal methods | Chi Cheng | 2008-08-18 | 1 | -7/+7 |
* | slider:internal methods, fixes #3188 | Chi Cheng | 2008-08-18 | 1 | -7/+7 |
* | internal methods: mouse* | Chi Cheng | 2008-08-17 | 5 | -56/+56 |
* | Sortable: prevent exposure of internal methods, fixes #3209 | Chi Cheng | 2008-08-17 | 1 | -18/+18 |
* | Internal methods: fixes #3195, #3196, #3200, #3201, #3209 | Chi Cheng | 2008-08-17 | 5 | -182/+182 |
* | resizable: internal methods | Chi Cheng | 2008-08-16 | 1 | -6/+6 |
* | Slider: internal methods , fixes #3206 | Chi Cheng | 2008-08-16 | 1 | -86/+86 |
* | selectable: internal methods ,fixes #3205 | Chi Cheng | 2008-08-16 | 1 | -1/+1 |
* | tabs:trigger -> _trigger | Chi Cheng | 2008-08-16 | 1 | -8/+8 |
* | init -> _init | Chi Cheng | 2008-08-16 | 4 | -5/+5 |
* | Accordion: Fixed #3194: Prevent exposure of internal methods. | Scott González | 2008-08-16 | 1 | -2/+2 |