aboutsummaryrefslogtreecommitdiffstats
path: root/src/calendar.h
Commit message (Collapse)AuthorAgeFilesLines
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-137/+0
|
* Patch to correct the wrong calculation of recurrent items' dates after aFrederic Culot2010-03-081-2/+10
| | | | turn of year (submitted by Lukas Fleischer, thanks!).
* Code to save the calendar default view in the configuration file.Frederic Culot2009-10-281-1/+3
|
* Display week number inside weekly calendar view.Frederic Culot2009-08-251-2/+4
|
* Work on implementing the weekly calendar view.Frederic Culot2009-08-241-1/+3
|
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-19/+18
|
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
|
* ability to link against ncursesw if ncurses is not foundFrederic Culot2009-01-231-2/+15
|
* pcal export addedFrederic Culot2008-08-101-1/+3
|
* new keybindings addedFrederic Culot2008-08-031-1/+4
|
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-45/+53
|
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-091-3/+3
|
* calendar_move_*() gathered together into calendar_move()Frederic Culot2007-12-101-5/+10
|
* added missing time.h headercalcurse_1_9_betaFrederic Culot2007-08-311-1/+2
|
* calendar_get_pom() and moon_phase_e typedef addedFrederic Culot2007-08-121-3/+13
|
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-2/+2
|
* ncurses include addedFrederic Culot2007-07-211-1/+2
|
* functions renamed to be prefixed with 'calendar_'Frederic Culot2007-07-011-7/+37
| | | | | | | | | | | | | | 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
* global variable 'colr' suppressedFrederic Culot2007-03-101-8/+6
|
* Initial revisionFrederic Culot2006-07-311-0/+41