Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | visual tests: dialog - removed unused offset var | Richard Worth | 2008-06-20 | 1 | -1/+0 |
| | |||||
* | slider: check in the destroy method if a handle actually exists or not, ↵ | Paul Bakaus | 2008-06-19 | 1 | -5/+11 |
| | | | | before calling removal functions (fixes #2987) | ||||
* | sortable: the options.items callback now receives null as first argument, a ↵ | Paul Bakaus | 2008-06-19 | 1 | -1/+1 |
| | | | | limited ui object as the second. | ||||
* | Dialog - fixed #3017 | Eduardo Lundgren | 2008-06-18 | 1 | -6/+12 |
| | |||||
* | Draggable: Changed mouse's cancel option from ":input,button" to ":input" ↵ | Scott González | 2008-06-18 | 1 | -1/+1 |
| | | | | (button is redundant). | ||||
* | Fixed #3016 - Distance option default | Richard Worth | 2008-06-18 | 3 | -3/+3 |
| | |||||
* | Added text examples alongside images | Keith Wood | 2008-06-18 | 1 | -29/+43 |
| | |||||
* | Fixed bug for international languages | Keith Wood | 2008-06-18 | 1 | -1/+1 |
| | |||||
* | Missed highlightWeek setting default | Keith Wood | 2008-06-18 | 1 | -0/+1 |
| | |||||
* | dialog - added dragHelper | Eduardo Lundgren | 2008-06-17 | 1 | -0/+1 |
| | |||||
* | dialog - added resizeHelper | Eduardo Lundgren | 2008-06-17 | 1 | -0/+1 |
| | |||||
* | More tests demonstrating date formatting in prev/next, | Keith Wood | 2008-06-17 | 1 | -44/+49 |
| | | | | week row hover styling, status bar for other languages | ||||
* | Fixed 2641 Week row hover styling | Keith Wood | 2008-06-17 | 1 | -12/+15 |
| | | | | Also tidied up other selectors | ||||
* | Fixed 2371 Datepicker showing "off page" behaves strangely | Keith Wood | 2008-06-17 | 1 | -19/+24 |
| | |||||
* | Fixed 2641 Week row hover styling | Keith Wood | 2008-06-17 | 1 | -2/+7 |
| | |||||
* | Fixed 2593 Datepicker using months instead of prev and next | Keith Wood | 2008-06-17 | 1 | -7/+16 |
| | |||||
* | use el[0] instead of this for callback | Aaron Eisenberger | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | clip effect should be animating the wrapper | Aaron Eisenberger | 2008-06-16 | 1 | -5/+5 |
| | |||||
* | Demonstrate range select with min/max date restriction | Keith Wood | 2008-06-16 | 1 | -0/+1 |
| | |||||
* | Fixed #2658 Next link shows > when hideIfNoPrevNext is true | Keith Wood | 2008-06-16 | 1 | -4/+5 |
| | | | | | Fixed #2700 Datepicker does not allow manual entry of alphabetic characters Fixed #2724 Date range + restricting allows invalid range | ||||
* | sortable; moved the cursorAt and containment blocks after the start ↵ | Paul Bakaus | 2008-06-16 | 1 | -12/+14 |
| | | | | callback, allowing the helper to be resized in the start callback (fixes #3000) | ||||
* | Added effects demonstrations | Keith Wood | 2008-06-16 | 4 | -0/+326 |
| | |||||
* | Allow folding to occur horizontally first | Keith Wood | 2008-06-16 | 1 | -3/+7 |
| | |||||
* | Tests for relative dates with multiple periods | Keith Wood | 2008-06-16 | 1 | -2/+79 |
| | | | | Tests for default date | ||||
* | Allow relative dates with multiple periods | Keith Wood | 2008-06-16 | 2 | -8/+10 |
| | |||||
* | Add tests for destroying datepicker, keystrokes, minimum/maximum date ↵ | Keith Wood | 2008-06-13 | 1 | -10/+300 |
| | | | | processing, ranges, and callbacks | ||||
* | Add named keystrokes | Keith Wood | 2008-06-13 | 1 | -1/+12 |
| | |||||
* | Demonstrate callbacks on range datepickers | Keith Wood | 2008-06-13 | 1 | -2/+5 |
| | |||||
* | Fix onClose bug for ranges in IE | Keith Wood | 2008-06-13 | 1 | -14/+20 |
| | | | | | | Fix wrapper span bug in IE Fix remove attribute bug in IE Refactor more class names to constants | ||||
* | tests: initial version of sortable tests/ | Paul Bakaus | 2008-06-13 | 3 | -0/+172 |
| | | | | sortable: added default value for helper ("clone") | ||||
* | Datepicker demo enhancements | Keith Wood | 2008-06-12 | 2 | -5/+13 |
| | |||||
* | #2876 Fire event on change of month/year | Keith Wood | 2008-06-12 | 1 | -0/+13 |
| | |||||
* | Allow setting of cell title via beforeShowDay | Keith Wood | 2008-06-12 | 1 | -1/+3 |
| | |||||
* | Refactor class names as constants | Keith Wood | 2008-06-12 | 1 | -34/+33 |
| | |||||
* | Correct appendText bug in destroy | Keith Wood | 2008-06-11 | 1 | -34/+22 |
| | | | | Tidy if statements | ||||
* | Complete datepicker styling | Keith Wood | 2008-06-11 | 1 | -3/+23 |
| | |||||
* | Datepicker language file corrections | Keith Wood | 2008-06-11 | 7 | -71/+64 |
| | |||||
* | More datepicker demonstrations | Keith Wood | 2008-06-11 | 19 | -41/+383 |
| | |||||
* | Dropped blank line at end of header comments. | Scott González | 2008-06-11 | 22 | -22/+0 |
| | |||||
* | core: Added $.widget.defaults. | Scott González | 2008-06-11 | 1 | -3/+9 |
| | |||||
* | removed (unused) flora class from body | Richard Worth | 2008-06-10 | 1 | -1/+1 |
| | |||||
* | Resizable fix for this.ui() - Now returns originalElement, element, helper, ↵ | Eduardo Lundgren | 2008-06-10 | 1 | -2/+10 |
| | | | | position, size, options, originalSize, originalPosition | ||||
* | More datepicker demos | Keith Wood | 2008-06-10 | 1 | -0/+0 |
| | |||||
* | More datepicker demos | Keith Wood | 2008-06-10 | 1 | -0/+16 |
| | |||||
* | More datepicker demos | Keith Wood | 2008-06-10 | 1 | -5/+68 |
| | |||||
* | Add datepicker tests | Keith Wood | 2008-06-10 | 3 | -0/+269 |
| | |||||
* | Minor change to simple demo page. | Marc Grabanski | 2008-06-10 | 1 | -1/+1 |
| | |||||
* | Changed datepicker to be listed under widgets. | Marc Grabanski | 2008-06-10 | 1 | -1/+2 |
| | |||||
* | Added datepicker to demo list. | Marc Grabanski | 2008-06-10 | 1 | -1/+1 |
| | |||||
* | simple datepicker demo | Marc Grabanski | 2008-06-10 | 1 | -0/+32 |
| |