summaryrefslogtreecommitdiff
path: root/src/calendar.h
AgeCommit message (Collapse)Author
2009-10-28Code to save the calendar default view in the configuration file.Frederic Culot
2009-08-25Display week number inside weekly calendar view.Frederic Culot
2009-08-24Work on implementing the weekly calendar view.Frederic Culot
2009-07-12stdbool header removed, unsigned type used insteadFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-01-23ability to link against ncursesw if ncurses is not foundFrederic 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_*() gathered together into calendar_move()Frederic Culot
2007-08-31added missing time.h headercalcurse_1_9_betaFrederic Culot
2007-08-12calendar_get_pom() and moon_phase_e typedef addedFrederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-21ncurses include addedFrederic Culot
2007-07-01functions renamed to be prefixed with 'calendar_'Frederic Culot
CALHEIGHT and CALWIDTH defined goto_day() prototype updated to take into account date_t type calendar_store_current_date() created calendar_goto_day() moved to calendar_change_day() calendar_get_slctd_day() and calendar_get_slctd_day_sec() added calendar_init_slctd_day() created calendar_move_up(), calendar_move_down(), calendar_move_left() and calendar_move_right() created wday_t and date_t type defined 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
2006-07-31Initial revisionFrederic Culot