summaryrefslogtreecommitdiff
path: root/src/calendar.c
AgeCommit message (Collapse)Author
2008-11-16More work on implementing user-definable keybindingsFrederic Culot
2008-08-10pcal export addedFrederic Culot
2008-08-03new keybindings addedFrederic Culot
2008-04-12Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot
2008-04-09Tony's patch concerning date format configuration importedFrederic Culot
2007-12-10calendar_move_*() functions modified to properly handle leap years andFrederic Culot
merged into calendar_move() date_change() added
2007-10-21routines updated to handle new window_t and window_e typesFrederic Culot
2007-10-16calendar_change_day() and calendar_move_*() updated to prevent user from ↵Frederic Culot
entering an unsupported date
2007-08-12calendar_get_pom(), pom(), potm() and adj360() added, based on the OpenBSD ↵Frederic Culot
version of pom(6)
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-01calendar_date_thread implemented to check for day changes (thanks Jupp forFrederic Culot
reporting the problem) code cleanup in goto_day() and update_cal_panel() static variables today and slctd_day added calendar_store_current_date(), calendar_get_slctd_day(), calendar_get_slctd_day_sec(), calendar_init_slctd_day() created calendar_move_up(), calendar_move_down(), calendar_move_left() and calendar_move_right() created calendar_set_first_day_of_week(), calendar_change_first_day_of_week() and calendar_week_begins_on_monday() created
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-01-16use of getstring() definesFrederic Culot
2007-01-10better checking of the entered date in goto_day()Frederic Culot
2006-12-10date format modified for the 'Go To' commandFrederic Culot
2006-11-02call to getstring() updatedFrederic Culot
2006-10-28getstring() call in goto_day() updatedFrederic Culot
2006-07-31Initial revisionFrederic Culot