aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.datepicker.js
Commit message (Expand)AuthorAgeFilesLines
* Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only...Scott González2011-04-041-34/+36
* Datepicker: Changed a comment that causes problems with YUI Compressor. Fixes...Scott González2011-03-181-1/+1
* Datepicker: Updated to check for new or old style effects (see #7103).gnarf2011-03-151-2/+6
* Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - R...Adam Parod2011-03-071-0/+7
* Datepicker: Account for daylight saving when calculating number of days in a ...Scott González2011-02-161-1/+1
* Datepicker: prevent datepicker initialization on empty jquery collection and ...Dan Heberden2011-02-151-1/+6
* Datepicker: Properly handle datepickers attached to inputs that are hidden us...Scott González2011-02-151-1/+1
* Datepicker: only set the focus explicitly if it is not already on the target ...Tobias Brunner2011-02-031-1/+3
* Datepicker: Update parseDate to properly handle a string value in shortYearCu...Ivan Peters2011-01-181-0/+2
* Updated copyright year.Scott González2011-01-171-1/+1
* Datepicker: enabled OSX meta keys to work when constraining input. Fixed #531...dblood2010-12-031-1/+1
* Datepicker: made it possible to select a date in the selected month using ent...pheiberg2010-11-301-2/+2
* Datepicker: Proper handling of empty strings for dates.Scott González2010-11-221-6/+3
* Datepicker: Handle clearing the date inside _setDate() as early as possible. ...Scott González2010-11-221-2/+5
* Datepicker: Don't use ui-helper-hidden-accessible for initial hiding.Scott González2010-11-221-1/+2
* Datepicker: changed setDate not to modify the passed date argument. Fixes #66...pheiberg2010-11-221-16/+16
* Datepicker: Fixed parsing of single y character for date formats. Fixes #6659...pheiberg2010-11-181-2/+2
* Datepicker: Avoid flash during render in Firefox. Fixes #5493 - Datepicker: c...Scott González2010-11-051-12/+36
* Datepicker: fixed problem on ids with. Fixed #6154 – Datepicker brokes hand...m157y2010-10-061-1/+1
* Datepicker: Hightlight the curerent date, not the selected date. Fixes #5984 ...Lim Chee Aun2010-09-201-1/+1
* datepicker: changed parseDate to be case insensitive. Fixed #6036 - datepicke...AndrewNewcomb2010-09-091-1/+1
* Datepicker: use a setTimeout 0 so the same code can run in IE (as other brows...Richard D. Worth2010-08-041-2/+5
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
* Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-091-3/+3
* WhitespaceScott González2010-07-071-1/+0
* Changed comparison to highlight selected date, fixes #5676 (DatePicker Dialog...Alberto Fernández Capel2010-06-141-1/+1
* Datepicker: cleaning up the datepicker open transition. fixed #5609 - Datepic...Paul Irish2010-05-131-2/+2
* Datepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 - invalid...Richard D. Worth2010-05-041-3/+6
* Datepicker: Handle empty string for animation duration.Scott González2010-03-031-1/+1
* datepicker: fixes #4443: Datepicker's vertical position in thickbox. This als...Ca-Phun Ung2010-02-091-1/+1
* Datepicker: Separate month and year unless both are drop-downsKeith Wood2010-02-061-3/+3
* Datepicker: Fixed #5128 Datepicker opens when setDate calledKeith Wood2010-02-061-5/+5
* cleaning up dependency listingsJörn Zaefferer2010-02-031-1/+0
* Datepicker: No longer dependent on dialog in order to close datepicker when d...Brant Burnett2010-02-011-7/+0
* Datepicker: Now uses zIndex() to determine zIndex for dpDiv on show (Fixed #4...Brant Burnett2010-02-011-0/+1
* Datepicker: Fixed #4453 UI Datepicker inside UI Dialog IssueBrant Burnett2010-02-011-0/+7
* Datepicker: Fixed conflict between beforeShowDay and getDateKeith Wood2010-01-291-2/+5
* Datepicker: Fixed #5052 Set focus error in IE8 for disabled and hidden elementsKeith Wood2010-01-251-2/+3
* Datepicker: Fixed #5085 bug in findPos for RTL languagesKeith Wood2010-01-221-1/+3
* Datepicker: Use null instead of empty string when showing/hiding without a du...Scott González2010-01-221-2/+2
* Happy New YearRichard Worth2010-01-201-1/+1
* Datepicker: Fixed #5026 Comparison between 2 dateKeith Wood2010-01-131-1/+2
* Datepicker: Fixed #4869 Datepicker undesired today date on field & appendTextKeith Wood2010-01-131-21/+33
* Datepicker: Fixed #4804 onChangeMonthYear fires at first runKeith Wood2010-01-101-3/+3
* Datepicker: Fixed #5022 numberOfMonths with one column multiple rows doesn't ...Keith Wood2010-01-101-6/+9
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-1/+6
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+1
* Datepicker: Corrected automatic parsing of date on keystrokesKeith Wood2009-12-151-12/+15
* Datepicker: Fixed #4917 Enter key press on popup fails if _dayOverClass td is...Keith Wood2009-12-151-2/+2