Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 1.8: initial version of tree component, dependant upon sortables and droppables | Paul Bakaus | 2008-07-28 | 1 | -61/+31 |
| | | | | 1.6: droppables can now operate in a seperate scope, droppables and sortables in the current dragged item are filtered out at start, preventing node hierarchy issues | ||||
* | Tests for inline disabled datepicker | Keith Wood | 2008-07-23 | 2 | -0/+18 |
| | |||||
* | Added tests for inline datepicker | Keith Wood | 2008-07-18 | 2 | -2/+135 |
| | |||||
* | accordion: fixed incosistent accordionchange event arguments ↵ | Jörn Zaefferer | 2008-07-13 | 1 | -0/+30 |
| | | | | (http://dev.jquery.com/ticket/3111) | ||||
* | Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵ | Scott González | 2008-07-12 | 1 | -2/+2 |
| | | | | no title is provided (after initialization). | ||||
* | Added tests for datepicker structure and callbacks | Keith Wood | 2008-07-11 | 2 | -160/+654 |
| | | | | | | Enhanced tests for destroy, enable/disable, ranges, and status Added tests for gotoCurrent, highlihgtWeek, yearRange, navigationAsDateFormat, rangeSeparator settings Added tests for day-of-year in format and parse | ||||
* | - moved all default css files into themes/default | Paul Bakaus | 2008-07-10 | 1 | -0/+358 |
| | | | | - added Colorpicker, heavily modified for UI (thanks Stefan!) | ||||
* | - removed 1.6 branch1.5.2 | Paul Bakaus | 2008-07-09 | 9 | -0/+572 |
| | | | | | - changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6 |