| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed 3642. firstDay displays day names incorrectly. | Keith Wood | 2008-12-08 | 1 | -1/+2 |
* | New file: AUTHORS.txt instead of having a single contributor's name in each f... | Richard Worth | 2008-11-21 | 1 | -3/+1 |
* | Source formatting: Removing trailing spaces | Eduardo Lundgren | 2008-11-20 | 1 | -31/+31 |
* | Removed all trailing whitespace from .js and .html files | Richard Worth | 2008-11-18 | 1 | -67/+67 |
* | Fixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover. | Keith Wood | 2008-11-14 | 1 | -56/+62 |
* | fixed #3578 - ALL CODE: e, ui should be changed to event, ui | Richard Worth | 2008-11-14 | 1 | -29/+29 |
* | datepicker: added $.ui.datepicker.version | Richard Worth | 2008-11-12 | 1 | -0/+2 |
* | Fixed 3547. Initialise alternate field on load for inline datepicker. | Keith Wood | 2008-11-08 | 1 | -1/+2 |
* | Correct display of big prev/next links when disabled. | Keith Wood | 2008-11-07 | 1 | -7/+11 |
* | Fixed 3526. Default year if not set from input field. | Keith Wood | 2008-11-07 | 1 | -1/+3 |
* | ui.datepicker: fixing a var being leaked to the global namespace(attrName). | Ariel Flesler | 2008-10-22 | 1 | -1/+1 |
* | adding version property to all ui components | Jörn Zaefferer | 2008-10-05 | 1 | -0/+1 |
* | Correct keystroke handled for Mac | Keith Wood | 2008-10-05 | 1 | -7/+14 |
* | Factor out class names for day hover and week hover | Keith Wood | 2008-10-05 | 1 | -14/+19 |
* | Datepicker: Default date cell shows over-state when nothing is selected, next... | Marc Grabanski | 2008-09-29 | 1 | -5/+14 |
* | Datepicker: Updated Mac keyboard commands | Marc Grabanski | 2008-09-29 | 1 | -14/+25 |
* | Datepicker: Added option, "constrainInput" to restrict input text to the curr... | Marc Grabanski | 2008-09-28 | 1 | -4/+7 |
* | Datepicker: Created "option" method, deprecated "change" method. | Marc Grabanski | 2008-09-28 | 1 | -1/+4 |
* | Fixed 3266. Datepicker is displayed when using "setDate" and "change" methods | Keith Wood | 2008-09-20 | 1 | -1/+1 |
* | Fixed 3232 Datepicker position problem in IE 6/7 | Keith Wood | 2008-09-20 | 1 | -2/+4 |
* | whitespace: Removed trailing whitespace from non-blank lines | Richard Worth | 2008-09-20 | 1 | -3/+3 |
* | whitespace | Richard Worth | 2008-09-20 | 1 | -55/+55 |
* | Reverted r695. | Scott González | 2008-09-19 | 1 | -41/+41 |
* | Remove Trailing Spaces | Eduardo Lundgren | 2008-09-19 | 1 | -41/+41 |
* | datepicker: fixed jslint warnings, fixed invalid increment operand (Fixes #3434) | Paul Bakaus | 2008-09-16 | 1 | -10/+10 |
* | Fixed 3183 onSelect and onClose have inconsistent signatures | Keith Wood | 2008-09-07 | 1 | -2/+2 |
* | Fixed 3267 Alternate field not updated when using "setDate" | Keith Wood | 2008-09-07 | 1 | -0/+1 |
* | Fixed #3284 - Put version numbers inside of individual files. | Richard Worth | 2008-09-04 | 1 | -1/+1 |
* | 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 3159 Datepicker function to do refresh/redraw | Keith Wood | 2008-08-21 | 1 | -6/+15 |
* | Fixed 3165 Invalid comparison in _changeDatepicker | Keith Wood | 2008-08-08 | 1 | -1/+2 |
* | Fixed 3146 Inconsistent year/month change notify | Keith Wood | 2008-08-02 | 1 | -4/+9 |
* | Fixed 3116 Incorrect handling of change of range select | Keith Wood | 2008-08-02 | 1 | -2/+13 |
* | Corrected keystrokes for big previous/next | Keith Wood | 2008-08-02 | 1 | -20/+21 |
* | Rename monthAfterYear setting to showMonthAfterYear | Keith Wood | 2008-07-30 | 1 | -4/+4 |
* | Fixed 2818 Display simultaneously past and current month in datepicker | Keith Wood | 2008-07-25 | 1 | -1/+7 |
* | Disable inline datepickers | Keith Wood | 2008-07-23 | 1 | -6/+46 |
* | Fixed 3105 First week in November day repeat | Keith Wood | 2008-07-23 | 1 | -2/+6 |
* | Fixed 3108 Allow ids with square brackets | Keith Wood | 2008-07-23 | 1 | -1/+2 |
* | Fixed 3111 Add option to allow large previous/next movements | Keith Wood | 2008-07-23 | 1 | -3/+21 |
* | don't need document ready on init | Marc Grabanski | 2008-07-20 | 1 | -5/+3 |
* | Datepicker div now appends to the document after the datepicker(); function i... | Marc Grabanski | 2008-07-20 | 1 | -6/+12 |
* | Fixed 3084 Arrange order of month and year selectboxes | Keith Wood | 2008-07-18 | 1 | -4/+11 |
* | Fixed 3080 Calls _setDateFromField when inline | Keith Wood | 2008-07-18 | 1 | -3/+10 |
* | Add day-of-year to format and parse date routines | Keith Wood | 2008-07-11 | 1 | -32/+68 |
* | Fixed 3050 Renamed speed to duration, added support for UI effects animations. | Keith Wood | 2008-07-08 | 1 | -44/+65 |
* | Added gotoCurrent setting to show currently selected date instead of today | Keith Wood | 2008-07-06 | 1 | -2/+11 |
* | Refactor to use $.data for instance settings | Keith Wood | 2008-07-06 | 1 | -488/+481 |