aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* day_add_apoint() updatedFrederic Culot2006-09-141-2/+4
|
* apoint_recur_s2apoint_s() added, appoint_check_next() and ↵Frederic Culot2006-09-141-2/+24
| | | | apoint_delete_bynum() updated
* apoint_recur_s2apoint_s addedFrederic Culot2006-09-141-1/+2
|
* notify_thread_app() and notify_update_bar() updatedFrederic Culot2006-09-141-9/+120
| | | | | notify_check_added(), notify_same_item(), notify_same_recur_item() and notify_check_repeated() created
* notify_app_s and notify_vars_s structures updated, and adding of the new ↵Frederic Culot2006-09-141-1/+10
| | | | functions prototypes
* recur_item_inday() now returns the item start time if it belongs to current dayFrederic Culot2006-09-141-31/+23
| | | | | bugfix in recur_apoint_check_next(): a recurrent appointment is now properly notified bugfix in recur_item_inday(): apopintments now keep a correct start time when repeated
* recur_apoint_check_next() prototype updatedFrederic Culot2006-09-141-4/+2
|
* today() createdFrederic Culot2006-09-142-2/+20
|
* add_item() updated to check if newly added appointment is to be notifiedFrederic Culot2006-09-141-7/+7
|
* call to apoint_sec2str() updatedFrederic Culot2006-09-141-2/+2
|
* calls to apoint_llist_init() and recur_apoint_llist_init() addedFrederic Culot2006-09-121-2/+6
|
* day_item_s2apoint_s prototype updatedFrederic Culot2006-09-121-2/+2
|
* several routines updated to take new appointment linked list structure into ↵Frederic Culot2006-09-121-21/+37
| | | | account
* save_cal() updated to take new appointment linked list structure into accountFrederic Culot2006-09-121-3/+7
|
* app_arg() updated to take new appointment linked list structure into accountFrederic Culot2006-09-121-5/+10
|
* implementation of a mutex lock to prevent recurrent apointment linked listFrederic Culot2006-09-121-22/+52
| | | | | from race conditions recur_apoint_llist_init() created
* prototypes updated to take new recurrent appointment linked lists structure ↵Frederic Culot2006-09-121-9/+16
| | | | into account
* implementation of a mutex lock to prevent appointment linked list from race ↵Frederic Culot2006-09-121-19/+41
| | | | | | conditions apoint_llist_init() created
* prototypes updated to take new appointment linked lists structure into accountFrederic Culot2006-09-121-11/+18
|
* added call to notify_check_next_app()Frederic Culot2006-09-111-1/+2
|
* apoint_check_next() createdFrederic Culot2006-09-111-1/+32
|
* apoint_check_next() addedFrederic Culot2006-09-111-1/+3
|
* notify_check_next_app() and notify_thread_app() createdFrederic Culot2006-09-111-12/+59
|
* notify_app_s created and notify_check_next_app(), notify_thread_app() createdFrederic Culot2006-09-111-3/+11
|
* recur_apoint_check_next() createdFrederic Culot2006-09-111-1/+33
|
* recur_apoint_check_next() addedFrederic Culot2006-09-111-1/+4
|
* DAYINSEC moved to vars.hFrederic Culot2006-09-111-2/+1
|
* define DAYINSEC addedFrederic Culot2006-09-111-1/+3
|
* implementation of notifying functionsFrederic Culot2006-09-092-0/+165
|
* notification bar createdFrederic Culot2006-09-091-10/+17
|
* help window size modified to take notification bar into accountFrederic Culot2006-09-091-2/+2
|
* Makefile.am update to take into account notify.c and notify.hFrederic Culot2006-09-091-4/+4
| | | | link to lpthread added
* fixed a bug appearing when trying to delete a newly repeated itemFrederic Culot2006-09-081-1/+2
|
* bugfix: the repeated end date can no longer be older then the item startFrederic Culot2006-09-071-2/+11
| | | | time. Thanks Chris for reporting that bug
* fixed a bug in status_bar() which prevented keybindings from being translatedFrederic Culot2006-09-071-21/+21
|
* general keybindings addedFrederic Culot2006-09-061-8/+21
|
* two help pages added ('O' and general keybindings)Frederic Culot2006-09-061-15/+46
|
* status_bar() rewritten from scratch to handle multiple status pagesFrederic Culot2006-09-061-136/+89
| | | | reset_status_page() and other_status_page() created
* several defines addedFrederic Culot2006-09-061-1/+20
| | | | reset_status_page() and other_status_page() added
* layout_config() improved, and new layout configurations addedFrederic Culot2006-09-031-16/+8
|
* get_screen_config() updated to take new layouts into accountFrederic Culot2006-09-031-9/+32
|
* todo_args() updated to display prioritiesFrederic Culot2006-09-031-2/+4
|
* improved the ToDo panel scrolling while changing item prioritiesFrederic Culot2006-09-021-7/+14
| | | | changed the strcpy calls to strncpy
* fixed a bug in day_write_pad() which could cause a misplacement of the line ↵Frederic Culot2006-09-021-2/+3
| | | | between events and appointments
* fixed a possible infinite loop in todo_get_position()Frederic Culot2006-09-021-7/+15
|
* help text added for the 'Priority' function and help text updated for the ↵Frederic Culot2006-09-021-3/+29
| | | | 'Add' function
* '+/-' menu added to status bar while inside TODO panelFrederic Culot2006-08-311-4/+7
|
* todo_chg_priority(), todo_get_item() and todo_get_position() addedFrederic Culot2006-08-311-2/+4
| | | | todo_insert() suppressed
* todo_insert() suppressedFrederic Culot2006-08-311-18/+80
| | | | | | todo_new_item() updated to ask for priority todo_add() updated to sort items by priority order todo_get_priority(), todo_get_item() and todo_get_position() created
* update_todo_panel(): priority added when displaying todo listFrederic Culot2006-08-311-2/+11
| | | | '+/-' keys are now used to handle todo priorities