0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 16 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix CSS bug with WebKit-based browsers More... almost 15 years ago
Update metadata More... about 15 years ago
Explicitly set day-of-week colour (http://plugins.jquery.com/node/3640) More... about 15 years ago
Greek translation More... about 15 years ago
Use position rather than offset to determine whether a click is inside or outside of the date selector More... about 15 years ago
Use XML entities for compatibility More... about 15 years ago
CSS fix for IE 6 More... about 15 years ago
Simulate :hover for IE More... about 15 years ago
Event handling browser compatibility More... about 15 years ago
CSS tweaks for browser compat More... about 15 years ago
CSS tweaks More... about 15 years ago
CSS tweaks More... about 15 years ago
Auto-remove the comments from the source when packaging More... about 15 years ago
Add lots of inline comments More... about 15 years ago
Change back to linking to google hosted jquery on the test page More... about 15 years ago
Only selectable days should change on hover More... about 15 years ago
Keyboard-based year scrolling More... about 15 years ago
Mouse-based year scrolling More... about 15 years ago
CSS changes & fix month scrolling More... about 15 years ago
Ensure that pressing pgdwn or pgup only moves to the next or previous month, even if it has less days (in which case go to last day of the month if necessary) More... about 15 years ago
Actually prevent the month from being unnecessarily redrawn More... about 15 years ago
A few changes to do with keyboard date scrolling More... about 15 years ago
Getting rid of the wrapper - I don't think it's needed More... about 15 years ago
Slightly different behaviour depending on whether month scrolling happens via the keyboard or the mouse. For keyboard scrolling the selected date should change to the same day next month, for mouse scrolling it should not because a new date has not actually been selected. More... about 15 years ago
Deal with date selection slightly differently - this.selectedDate now solely corresponds to the date which is highlighted in the date selector widget. It doesn't store a copy of the date represented by the input field - the input is just updated as and when necessary (when a table cell is clicked, or enter is pressed) More... about 15 years ago
Handle all keyboard events with the keydownHandler More... about 15 years ago
rootLayers is still needed because it may include the ieframe - but now we have a 'wrapper' to catch events More... about 15 years ago
Get rid of hard tabs More... about 15 years ago
Applying Kevin Field's CSS changes for keyboardability/tabability More... about 15 years ago
Applying Kevin Field's tabability changes More... about 15 years ago