Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stdbool header removed, unsigned type used instead | Frederic Culot | 2009-07-12 | 1 | -19/+18 |
| | |||||
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 1 | -14/+26 |
| | |||||
* | ability to link against ncursesw if ncurses is not found | Frederic Culot | 2009-01-23 | 1 | -2/+15 |
| | |||||
* | pcal export added | Frederic Culot | 2008-08-10 | 1 | -1/+3 |
| | |||||
* | new keybindings added | Frederic Culot | 2008-08-03 | 1 | -1/+4 |
| | |||||
* | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | 2008-04-12 | 1 | -45/+53 |
| | |||||
* | Tony's patch concerning date format configuration imported | Frederic Culot | 2008-04-09 | 1 | -3/+3 |
| | |||||
* | calendar_move_*() gathered together into calendar_move() | Frederic Culot | 2007-12-10 | 1 | -5/+10 |
| | |||||
* | added missing time.h headercalcurse_1_9_beta | Frederic Culot | 2007-08-31 | 1 | -1/+2 |
| | |||||
* | calendar_get_pom() and moon_phase_e typedef added | Frederic Culot | 2007-08-12 | 1 | -3/+13 |
| | |||||
* | unuseful headers removed and some functions became static | Frederic Culot | 2007-07-28 | 1 | -2/+2 |
| | |||||
* | ncurses include added | Frederic Culot | 2007-07-21 | 1 | -1/+2 |
| | |||||
* | functions renamed to be prefixed with 'calendar_' | Frederic Culot | 2007-07-01 | 1 | -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' suppressed | Frederic Culot | 2007-03-10 | 1 | -8/+6 |
| | |||||
* | Initial revision | Frederic Culot | 2006-07-31 | 1 | -0/+41 |