Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | datepicker: fixes #3779: added code to detect browser width/height in ↵ | Ca-Phun Ung | 2009-01-08 | 1 | -2/+2 |
| | | | | quirksmode. | ||||
* | datepicker: prev/next buttons were bumping in disabled state due to :hover ↵ | Paul Bakaus | 2009-01-07 | 1 | -1/+5 |
| | | | | rules in the stylesheet, fixed by adding ui-datepicker-prev/next-hover classes, fixes #3774 | ||||
* | datepicker: Fixes regression in #3232 [datepicker position problem in IE ↵ | Ca-Phun Ung | 2009-01-04 | 1 | -3/+15 |
| | | | | 6/7]: added back functionality to detect whether the datepicker displays outside a viewpoint. Additionally if the viewpoint is too small to fit the datepicker it will show in its usual position regardless. I have also added a visual test case for this. | ||||
* | datepicker: fixes #3755 [clearText option exists but not used.]: removed ↵ | Ca-Phun Ung | 2009-01-04 | 1 | -3/+0 |
| | | | | clearText and clearStatus from ui.datepicker.js and related i18n files. | ||||
* | datepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the ↵ | Ca-Phun Ung | 2009-01-04 | 1 | -23/+5 |
| | | | | _checkOffset function to remove browser detection and compact it to 3 lines. Positioning tested and looks good in FF3, Safari3, Opera 9.61, IE6 & 7. | ||||
* | Happy New Year | Richard Worth | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | datepicker: added a span wrapper to disabled dates for better styling of ↵ | Ca-Phun Ung | 2009-01-02 | 1 | -1/+1 |
| | | | | unselectable days when setting min/max values. | ||||
* | Re-fixed #3709 - Datepicker: clicking on a date causes the browser to follow ↵ | Richard Worth | 2009-01-01 | 1 | -1/+1 |
| | | | | | | '#' anchor This time it works in IE | ||||
* | reverted r1414 as it doesn't work in IE | Richard Worth | 2009-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed #3709 - Datepicker: clicking on a date causes the browser to follow ↵ | Richard Worth | 2008-12-31 | 1 | -1/+1 |
| | | | | '#' anchor | ||||
* | Fixed #3712 - Month and year dropdown mis-alignment in datepicker | Richard Worth | 2008-12-31 | 1 | -4/+5 |
| | |||||
* | Remove trailing spaces | Eduardo Lundgren | 2008-12-31 | 1 | -16/+16 |
| | |||||
* | datepicker: IE6 css fixes for default theme. | Ca-Phun Ung | 2008-12-30 | 1 | -1/+1 |
| | |||||
* | Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: added a ↵ | Ca-Phun Ung | 2008-12-24 | 1 | -18/+7 |
| | | | | better fix - needs refactoring. | ||||
* | Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't ↵ | Ca-Phun Ung | 2008-12-23 | 1 | -0/+18 |
| | | | | seem to like dynamic widths so had no other choice but to hard code some width values (this needs a better fix). | ||||
* | Datepicker #3647: Added RTL support to the datepicker theme and reverted ↵ | Ca-Phun Ung | 2008-12-22 | 1 | -6/+5 |
| | | | | markup changes for RTL in r1196 for better semantics. | ||||
* | Datepicker #3647: fixed disabled state for inline datepicker so it looks ↵ | Ca-Phun Ung | 2008-12-22 | 1 | -22/+18 |
| | | | | disabled visually and removed the erroneous cover div. | ||||
* | Datepicker #3647: added enable, disable, destroy buttons to visual test. ↵ | Ca-Phun Ung | 2008-12-22 | 1 | -6/+11 |
| | | | | Fixed failing localisation tests. Fixed RTL support and selected day highlighting for keyboard navigation. | ||||
* | Datepicker #3647: Removed date range features, removed related tests, and ↵ | Ca-Phun Ung | 2008-12-21 | 1 | -79/+22 |
| | | | | fixed disabled states for prev, next and day. | ||||
* | Datepicker #3647: fixed RTL support for new UI markup. | Ca-Phun Ung | 2008-12-20 | 1 | -16/+23 |
| | |||||
* | Datepicker #3647: removed clickable weekdays. | Ca-Phun Ung | 2008-12-20 | 1 | -14/+1 |
| | |||||
* | Datepicker #3647: Slimed down datepicker by removing all code related to ↵ | Ca-Phun Ung | 2008-12-20 | 1 | -45/+2 |
| | | | | prompt, status and week highlighting. | ||||
* | Datepicker: Fixes #3647: added correct class name to highlight selected day | Ca-Phun Ung | 2008-12-20 | 1 | -1/+1 |
| | |||||
* | Datepicker: Fixed #3647: Update markup to new UI CSS framework specs | Ca-Phun Ung | 2008-12-19 | 1 | -110/+78 |
| | |||||
* | 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 ↵ | Richard Worth | 2008-11-21 | 1 | -3/+1 |
| | | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b | ||||
* | 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 |
| | | | | | Moved prompt to below controls. Corrected month/year spacing for multiple months. | ||||
* | 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 |
| | | | | Correct spacing between month and year when non-selectable. | ||||
* | 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 |
| | | | | Correct date determination - no hours/mins/secs/ms | ||||
* | Factor out class names for day hover and week hover | Keith Wood | 2008-10-05 | 1 | -14/+19 |
| | | | | | Call _optionDatepicker from _changeDatepicker Don't recalculate default date and cell over | ||||
* | Datepicker: Default date cell shows over-state when nothing is selected, ↵ | Marc Grabanski | 2008-09-29 | 1 | -5/+14 |
| | | | | next months do not show over state unless keyboard is activated. | ||||
* | Datepicker: Updated Mac keyboard commands | Marc Grabanski | 2008-09-29 | 1 | -14/+25 |
| | |||||
* | Datepicker: Added option, "constrainInput" to restrict input text to the ↵ | Marc Grabanski | 2008-09-28 | 1 | -4/+7 |
| | | | | current date format. | ||||
* | 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 |
| |