aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.datepicker.js
Commit message (Expand)AuthorAgeFilesLines
* datepicker: fixes #3779: added code to detect browser width/height in quirksm...Ca-Phun Ung2009-01-081-2/+2
* datepicker: prev/next buttons were bumping in disabled state due to :hover ru...Paul Bakaus2009-01-071-1/+5
* datepicker: Fixes regression in #3232 [datepicker position problem in IE 6/7]...Ca-Phun Ung2009-01-041-3/+15
* datepicker: fixes #3755 [clearText option exists but not used.]: removed clea...Ca-Phun Ung2009-01-041-3/+0
* datepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the _checkOffs...Ca-Phun Ung2009-01-041-23/+5
* Happy New YearRichard Worth2009-01-031-1/+1
* datepicker: added a span wrapper to disabled dates for better styling of unse...Ca-Phun Ung2009-01-021-1/+1
* Re-fixed #3709 - Datepicker: clicking on a date causes the browser to follow ...Richard Worth2009-01-011-1/+1
* reverted r1414 as it doesn't work in IERichard Worth2009-01-011-1/+1
* Fixed #3709 - Datepicker: clicking on a date causes the browser to follow '#'...Richard Worth2008-12-311-1/+1
* Fixed #3712 - Month and year dropdown mis-alignment in datepickerRichard Worth2008-12-311-4/+5
* Remove trailing spacesEduardo Lundgren2008-12-311-16/+16
* datepicker: IE6 css fixes for default theme.Ca-Phun Ung2008-12-301-1/+1
* Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: added a bette...Ca-Phun Ung2008-12-241-18/+7
* Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't se...Ca-Phun Ung2008-12-231-0/+18
* Datepicker #3647: Added RTL support to the datepicker theme and reverted mark...Ca-Phun Ung2008-12-221-6/+5
* Datepicker #3647: fixed disabled state for inline datepicker so it looks disa...Ca-Phun Ung2008-12-221-22/+18
* Datepicker #3647: added enable, disable, destroy buttons to visual test. Fixe...Ca-Phun Ung2008-12-221-6/+11
* Datepicker #3647: Removed date range features, removed related tests, and fix...Ca-Phun Ung2008-12-211-79/+22
* Datepicker #3647: fixed RTL support for new UI markup.Ca-Phun Ung2008-12-201-16/+23
* Datepicker #3647: removed clickable weekdays.Ca-Phun Ung2008-12-201-14/+1
* Datepicker #3647: Slimed down datepicker by removing all code related to prom...Ca-Phun Ung2008-12-201-45/+2
* Datepicker: Fixes #3647: added correct class name to highlight selected dayCa-Phun Ung2008-12-201-1/+1
* Datepicker: Fixed #3647: Update markup to new UI CSS framework specsCa-Phun Ung2008-12-191-110/+78
* Fixed 3642. firstDay displays day names incorrectly.Keith Wood2008-12-081-1/+2
* New file: AUTHORS.txt instead of having a single contributor's name in each f...Richard Worth2008-11-211-3/+1
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-31/+31
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-67/+67
* Fixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover.Keith Wood2008-11-141-56/+62
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-29/+29
* datepicker: added $.ui.datepicker.versionRichard Worth2008-11-121-0/+2
* Fixed 3547. Initialise alternate field on load for inline datepicker.Keith Wood2008-11-081-1/+2
* Correct display of big prev/next links when disabled.Keith Wood2008-11-071-7/+11
* Fixed 3526. Default year if not set from input field.Keith Wood2008-11-071-1/+3
* ui.datepicker: fixing a var being leaked to the global namespace(attrName).Ariel Flesler2008-10-221-1/+1
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
* Correct keystroke handled for MacKeith Wood2008-10-051-7/+14
* Factor out class names for day hover and week hoverKeith Wood2008-10-051-14/+19
* Datepicker: Default date cell shows over-state when nothing is selected, next...Marc Grabanski2008-09-291-5/+14
* Datepicker: Updated Mac keyboard commandsMarc Grabanski2008-09-291-14/+25
* Datepicker: Added option, "constrainInput" to restrict input text to the curr...Marc Grabanski2008-09-281-4/+7
* Datepicker: Created "option" method, deprecated "change" method.Marc Grabanski2008-09-281-1/+4
* Fixed 3266. Datepicker is displayed when using "setDate" and "change" methodsKeith Wood2008-09-201-1/+1
* Fixed 3232 Datepicker position problem in IE 6/7Keith Wood2008-09-201-2/+4
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-201-3/+3
* whitespaceRichard Worth2008-09-201-55/+55
* Reverted r695.Scott González2008-09-191-41/+41
* Remove Trailing SpacesEduardo Lundgren2008-09-191-41/+41
* datepicker: fixed jslint warnings, fixed invalid increment operand (Fixes #3434)Paul Bakaus2008-09-161-10/+10
* Fixed 3183 onSelect and onClose have inconsistent signaturesKeith Wood2008-09-071-2/+2