index
:
calcurse
fix/add_missing_depth_header
fix/sync_with_sogo
master
wip/fugly_propfind_sync
wip/fugly_sogo_sync
A text-based calendar and scheduling application
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
calendar.c
Age
Commit message (
Expand
)
Author
2011-03-04
Update website links to match the new URL.
Lukas Fleischer
2011-03-04
Update mail addresses to match the new mailing lists.
Lukas Fleischer
2011-03-03
Remove CVS "$Id" headers.
Lukas Fleischer
2011-03-03
Fixed file permissions.
Lukas Fleischer
2011-01-11
Make parse_date accept several short forms.
Lukas Fleischer
2010-10-23
isBissextile() removed and replaced by isleap macro.
Frederic Culot
2010-03-29
Cosmetics in the calendar weekly view.
Frederic Culot
2010-03-29
Adapt the weekly calendar view to the side bar width.
Frederic Culot
2010-03-21
More work on sidebar customization.
Frederic Culot
2010-03-20
Work on sidebar width user-customization.
Frederic Culot
2010-03-20
All headers gathered into a single one. Typedefs suppressed.
Frederic Culot
2010-03-08
Patch to correct the wrong calculation of recurrent items' dates after a
Frederic Culot
2010-03-01
Compiler problem fixed (thanks Petr for reporting it).
Frederic Culot
2009-10-28
Code to save the calendar default view in the configuration file.
Frederic Culot
2009-10-16
Changes in the calendar weekly view.
Frederic Culot
2009-10-08
More work on the weekly calendar view.
Frederic Culot
2009-08-25
Display week number inside weekly calendar view.
Frederic Culot
2009-08-24
Work on implementing the weekly calendar view.
Frederic Culot
2009-07-12
stdbool header removed, unsigned type used instead
Frederic Culot
2009-07-05
Switch to BSD license.
Frederic Culot
2009-06-20
Day names and selected date colour now follow user's theme.
Frederic Culot
2009-01-24
do not crash when canceling the thread if it was not launched before
Frederic Culot
2008-12-28
Added wrappers around libc's memory management functions, to easily debug mem...
Frederic Culot
2008-12-14
small bugfixes and code cleanup
Frederic Culot
2008-12-07
Checks added while loading key bindings configuration.
Frederic Culot
2008-11-16
More work on implementing user-definable keybindings
Frederic Culot
2008-08-10
pcal export added
Frederic Culot
2008-08-03
new keybindings added
Frederic Culot
2008-04-12
Yet another style for source code. GNU style now used (I am fed up with tabs...)
Frederic Culot
2008-04-09
Tony's patch concerning date format configuration imported
Frederic Culot
2007-12-10
calendar_move_*() functions modified to properly handle leap years and
Frederic Culot
2007-10-21
routines updated to handle new window_t and window_e types
Frederic Culot
2007-10-16
calendar_change_day() and calendar_move_*() updated to prevent user from ente...
Frederic Culot
2007-08-12
calendar_get_pom(), pom(), potm() and adj360() added, based on the OpenBSD ve...
Frederic Culot
2007-07-28
unuseful headers removed and some functions became static
Frederic Culot
2007-07-01
calendar_date_thread implemented to check for day changes (thanks Jupp for
Frederic Culot
2007-03-10
global variable 'colr' suppressed
Frederic Culot
2007-01-16
use of getstring() defines
Frederic Culot
2007-01-10
better checking of the entered date in goto_day()
Frederic Culot
2006-12-10
date format modified for the 'Go To' command
Frederic Culot
2006-11-02
call to getstring() updated
Frederic Culot
2006-10-28
getstring() call in goto_day() updated
Frederic Culot
2006-07-31
Initial revision
Frederic Culot