| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | calls to getstring() updated | Frederic Culot | 2006-11-02 | 1 | -8/+17 |
* | add_char() simplified, using memcpy() | Frederic Culot | 2006-11-02 | 1 | -23/+39 |
* | getstring() prototype modified, and updatestring() created | Frederic Culot | 2006-11-02 | 1 | -2/+3 |
* | display_item() updated to add an asterisk in front of recurrent items | Frederic Culot | 2006-10-28 | 1 | -5/+11 |
* | display_item() prototype updated | Frederic Culot | 2006-10-28 | 1 | -2/+2 |
* | day_write_pad() updated to add an asterisk in front of recurrent items | Frederic Culot | 2006-10-28 | 1 | -5/+9 |
* | display_item() call modified in update_todo_panel() | Frederic Culot | 2006-10-28 | 1 | -2/+2 |
* | display_item_date() updated to add an asterisk in front of recurrent items | Frederic Culot | 2006-10-28 | 1 | -3/+8 |
* | getstring() call in todo_new_item() updated | Frederic Culot | 2006-10-28 | 1 | -4/+3 |
* | getstring() call in recur_repeat_item() updated | Frederic Culot | 2006-10-28 | 1 | -6/+4 |
* | getstring() call in goto_day() updated | Frederic Culot | 2006-10-28 | 1 | -3/+2 |
* | getstring() calls in config_notify_bar() and add_item() updated | Frederic Culot | 2006-10-28 | 1 | -25/+22 |
* | getstring() improved to allow the modification of an existing string | Frederic Culot | 2006-10-28 | 1 | -31/+142 |
* | added SPC define, showstring(), showcursor(), ad_char() and del_char() protot... | Frederic Culot | 2006-10-28 | 1 | -2/+8 |
* | getopt function in parse_args() replaced by getopt_long | Frederic Culot | 2006-10-17 | 1 | -27/+51 |
* | '-t' flag now takes a priority number for argument | Frederic Culot | 2006-10-16 | 1 | -18/+36 |
* | todo_arg() prototype updated | Frederic Culot | 2006-10-16 | 1 | -2/+2 |
* | bugfix: when creating a recurrent item, the entered end-date is now included ... | Frederic Culot | 2006-10-16 | 1 | -4/+8 |
* | bugfix: a number of minutes can no longer be entered while creating a new app... | Frederic Culot | 2006-09-30 | 1 | -2/+2 |
* | CTRL-J and ENTER are equivalent so can't suppress one of those keybindings | Frederic Culot | 2006-09-30 | 1 | -2/+2 |
* | moved LOCALEDIR definition from configure.ac to src/Makefile.am | Frederic Culot | 2006-09-22 | 1 | -1/+4 |
* | added test on warning time interval in config_notify_bar(), plus small bugfixes | Frederic Culot | 2006-09-18 | 1 | -4/+5 |
* | bugfix in help_screen(): text_lines is now correctly updated | Frederic Culot | 2006-09-17 | 1 | -3/+5 |
* | help_screen() updated | Frederic Culot | 2006-09-17 | 1 | -1/+2 |
* | getstring() improved to check for escape sequence | Frederic Culot | 2006-09-17 | 1 | -1/+4 |
* | config_notify_bar() improved | Frederic Culot | 2006-09-17 | 1 | -11/+17 |
* | mycpy() created | Frederic Culot | 2006-09-16 | 1 | -1/+12 |
* | mycpy() added | Frederic Culot | 2006-09-16 | 1 | -1/+2 |
* | NOTIFY_FIELD_LENGTH and notify_app_s structure updated | Frederic Culot | 2006-09-16 | 1 | -3/+4 |
* | notify_update_bar() improved and notify_app_s structure updated | Frederic Culot | 2006-09-16 | 1 | -12/+26 |
* | config_notify_bar() and print_notify_options() improved | Frederic Culot | 2006-09-16 | 1 | -6/+6 |
* | recur_apoint_check_next() and recur_repeat_item() updated | Frederic Culot | 2006-09-16 | 1 | -11/+5 |
* | apoint_check_next() updated | Frederic Culot | 2006-09-16 | 1 | -10/+4 |
* | now() added | Frederic Culot | 2006-09-16 | 1 | -1/+2 |
* | now() created | Frederic Culot | 2006-09-16 | 1 | -1/+11 |
* | next_arg() added | Frederic Culot | 2006-09-16 | 1 | -1/+2 |
* | parse_args(), help_arg() and usage() updated to implement the '-n' flag | Frederic Culot | 2006-09-16 | 1 | -5/+44 |
* | -n flag added | Frederic Culot | 2006-09-16 | 1 | -8/+17 |
* | notify_start_main_thread() and notify_stop_main_thread() added | Frederic Culot | 2006-09-15 | 1 | -2/+5 |
* | config_bar() updated to add a notify menu | Frederic Culot | 2006-09-15 | 1 | -1/+3 |
* | save_cal() updated to save notify-bar user settings | Frederic Culot | 2006-09-15 | 1 | -1/+26 |
* | updates to take notify-bar into account | Frederic Culot | 2006-09-15 | 1 | -9/+39 |
* | help_screen() updated to take notify-bar into account | Frederic Culot | 2006-09-15 | 1 | -2/+5 |
* | init_notify_bar(), config_notify_bar() and print_notify_options() created | Frederic Culot | 2006-09-15 | 1 | -10/+179 |
* | new structure created to store notify-bar settings | Frederic Culot | 2006-09-15 | 1 | -1/+4 |
* | nbar_s structure created to store notify-bar settings | Frederic Culot | 2006-09-15 | 1 | -1/+11 |
* | appt_pos added to the day_item_s structure to fix the bug causing the deletio... | Frederic Culot | 2006-09-14 | 1 | -9/+14 |
* | day_add_apoint() updated | Frederic Culot | 2006-09-14 | 1 | -2/+4 |
* | apoint_recur_s2apoint_s() added, appoint_check_next() and apoint_delete_bynum... | Frederic Culot | 2006-09-14 | 1 | -2/+24 |
* | apoint_recur_s2apoint_s added | Frederic Culot | 2006-09-14 | 1 | -1/+2 |