Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more code cleanup | Frederic Culot | 2009-01-03 | 1 | -17/+19 |
| | |||||
* | cut/paste feature aded | Frederic Culot | 2009-01-01 | 1 | -1/+17 |
| | | | | | fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it) | ||||
* | Automatic periodic saves implemented | Frederic Culot | 2008-12-28 | 1 | -4/+6 |
| | |||||
* | Added wrappers around libc's memory management functions, to easily debug ↵ | Frederic Culot | 2008-12-28 | 1 | -6/+6 |
| | | | | memory usage | ||||
* | new layout configuration menu | Frederic Culot | 2008-12-20 | 1 | -2/+2 |
| | |||||
* | Checks added while loading key bindings configuration. | Frederic Culot | 2008-12-07 | 1 | -8/+8 |
| | |||||
* | Building configuration menu to assign keybindings | Frederic Culot | 2008-11-23 | 1 | -3/+7 |
| | |||||
* | More work on implementing user-definable keybindings | Frederic Culot | 2008-11-16 | 1 | -62/+41 |
| | |||||
* | Loading of user-configurable keys implemented | Frederic Culot | 2008-11-09 | 1 | -97/+93 |
| | |||||
* | import flag and 'i' keybinding added | Frederic Culot | 2008-09-21 | 1 | -4/+4 |
| | |||||
* | More work on ical import. Macros to handle errors and to display messages in ↵ | Frederic Culot | 2008-09-20 | 1 | -1/+8 |
| | | | | both command-line and curses mode added | ||||
* | Initial work on icalendar import | Frederic Culot | 2008-09-15 | 1 | -3/+3 |
| | |||||
* | pcal export added | Frederic Culot | 2008-08-10 | 1 | -2/+23 |
| | |||||
* | new keybindings added | Frederic Culot | 2008-08-03 | 1 | -6/+28 |
| | |||||
* | Version 2.1_beta releasedcalcurse_2_1_beta | Frederic Culot | 2008-04-26 | 1 | -4/+1 |
| | |||||
* | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | 2008-04-12 | 1 | -425/+445 |
| | |||||
* | Tony's patch concerning date format configuration imported | Frederic Culot | 2008-04-09 | 1 | -4/+4 |
| | |||||
* | Ability to attach notes to appointments and events added | Frederic Culot | 2008-01-13 | 1 | -4/+4 |
| | |||||
* | Ability to attach notes to todo items added | Frederic Culot | 2007-12-30 | 1 | -1/+19 |
| | |||||
* | calendar_move_*() gathered together into calendar_move() | Frederic Culot | 2007-12-10 | 1 | -5/+5 |
| | |||||
* | routines updated to handle new window_t and window_e types | Frederic Culot | 2007-10-21 | 1 | -48/+41 |
| | |||||
* | Handling of SIGWINCH improved | Frederic Culot | 2007-10-07 | 1 | -10/+21 |
| | |||||
* | changed notification bar init process | Frederic Culot | 2007-08-19 | 1 | -13/+3 |
| | | | | no more check for terminal size in main loop | ||||
* | some variables moved to static ones in appropriate file to easily handle ↵ | Frederic Culot | 2007-08-15 | 1 | -100/+75 |
| | | | | window update | ||||
* | error handling while in ncurses mode improved | Frederic Culot | 2007-08-04 | 1 | -3/+3 |
| | |||||
* | compiler warnings fixed | Frederic Culot | 2007-07-29 | 1 | -20/+5 |
| | |||||
* | unuseful headers removed and some functions became static | Frederic Culot | 2007-07-28 | 1 | -5/+5 |
| | |||||
* | global variables suppressed | Frederic Culot | 2007-07-26 | 1 | -11/+8 |
| | |||||
* | call to exit_calcurse() added | Frederic Culot | 2007-07-23 | 1 | -110/+84 |
| | | | | | global variable which_pan suppressed signal handling routines moved to sigs.c | ||||
* | make use of STATUSHEIGHT define and erase_status_bar() function | Frederic Culot | 2007-07-21 | 1 | -884/+51 |
| | | | | | | | | | | | | update_app_panel() moved to apoint_update_panel() update_todo_panel() moved to todo_update_panel() add_item() moved to apoint_add() del_item() split into apoint_delete() and todo_delete() init_vars() moved to vars_init() windows handling routines moved to wins.c and wins.h print_option_in_color() moved to utils.c print_notify_options() moved to notify_print_options() config_notify_bar() moved to notify_config_bar() | ||||
* | store_day() moved to day_process_storage() | Frederic Culot | 2007-07-20 | 1 | -159/+183 |
| | | | | | enum window_number moved to vars.h get_screen_config() updated to use window_t type | ||||
* | nl_cal and nc_cal variables moved to defines in calendar.h | Frederic Culot | 2007-07-01 | 1 | -181/+115 |
| | | | | | | | code cleanup in get_date() to get rid of global variables several changes due to the use of date_t type (today and slctd_day moved to static variables in calendar.c) get_date() recoded and moved to calendar_set_current_date() | ||||
* | notify bar init sequence modified | Frederic Culot | 2007-05-06 | 1 | -24/+27 |
| | | | | | | | layout variable added to conf_t type bugfix: layout is now properly restored (thanks Jose for reporting this bug) bugfix: apad width is now correctly updated when changing layout | ||||
* | do not colorize by default when entering the color configuration menu | Frederic Culot | 2007-04-21 | 1 | -2/+1 |
| | |||||
* | bugfix: correct item is now highlighted when changing day inside | Frederic Culot | 2007-04-14 | 1 | -6/+42 |
| | | | | | | appointment panel with CTRL keys sigchld_handler() created to catch zombie processes init_sighandler() created | ||||
* | MAX_LENGTH replaced by stdio.h's BUFSIZ | Frederic Culot | 2007-04-04 | 1 | -36/+41 |
| | | | | use of MININSEC define | ||||
* | init_notify_bar(), load_conf() and fill_config_var() suppressed | Frederic Culot | 2007-03-24 | 1 | -219/+77 |
| | | | | | conf variable created to avoid global variables code cleanup | ||||
* | bugfix: missing space inside text | Frederic Culot | 2007-03-17 | 1 | -3/+4 |
| | |||||
* | 'X' command added, to export data in iCal format | Frederic Culot | 2007-03-11 | 1 | -1/+6 |
| | |||||
* | global variable 'colr' suppressed | Frederic Culot | 2007-03-10 | 1 | -33/+30 |
| | |||||
* | use of terminal default background color instead of black | Frederic Culot | 2007-03-04 | 1 | -44/+65 |
| | | | | | call to custom_load_color() added in load_conf() update_windows() updated to avoid the use of the global 'colr' variable | ||||
* | updated call to notify_check_added() | Frederic Culot | 2007-02-25 | 1 | -6/+20 |
| | | | | | | call to notify_catch_children() added print_notify_options() improved to avoid display problems with long options init_notify_bar() updated to get user shell | ||||
* | '!' command added, to switch appointment notification state | Frederic Culot | 2007-02-24 | 1 | -72/+134 |
| | | | | | | init_notify_bar(), config_notify_bar() and print_notify_options() modified to add the notification command option. load_conf() updated to load notification command | ||||
* | use of getstring() defines | Frederic Culot | 2007-01-16 | 1 | -11/+17 |
| | |||||
* | bugfixes | Frederic Culot | 2007-01-10 | 1 | -7/+18 |
| | |||||
* | display adjustment in update_todo_panel() | Frederic Culot | 2006-12-21 | 1 | -2/+2 |
| | |||||
* | bugfix in label length | Frederic Culot | 2006-12-19 | 1 | -5/+5 |
| | |||||
* | some small bugfixes, thanks to toucouch for reporting them | Frederic Culot | 2006-12-15 | 1 | -12/+12 |
| | | | | calls to strcpy and sprintf suppressed | ||||
* | get_date() updated so that it does not modify the selected day inside calendar | Frederic Culot | 2006-12-10 | 1 | -4/+6 |
| | |||||
* | calls to day_erase_item() and day_edit_item() updated | Frederic Culot | 2006-12-08 | 1 | -3/+6 |
| |