aboutsummaryrefslogtreecommitdiffstats
path: root/src/calendar.c
Commit message (Collapse)AuthorAgeFilesLines
* calendar_get_pom(), pom(), potm() and adj360() added, based on the OpenBSD ↵Frederic Culot2007-08-121-2/+178
| | | | version of pom(6)
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-4/+1
|
* calendar_date_thread implemented to check for day changes (thanks Jupp forFrederic Culot2007-07-011-98/+306
| | | | | | | | | | | | 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
* global variable 'colr' suppressedFrederic Culot2007-03-101-5/+4
|
* use of getstring() definesFrederic Culot2007-01-161-3/+4
|
* better checking of the entered date in goto_day()Frederic Culot2007-01-101-9/+12
|
* date format modified for the 'Go To' commandFrederic Culot2006-12-101-26/+30
|
* call to getstring() updatedFrederic Culot2006-11-021-4/+5
|
* getstring() call in goto_day() updatedFrederic Culot2006-10-281-3/+2
|
* Initial revisionFrederic Culot2006-07-311-0/+227