summaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Expand)Author
2008-11-23Building configuration menu to assign keybindingsFrederic Culot
2008-11-16More work on implementing user-definable keybindingsFrederic Culot
2008-09-23Some fixes after ical import tests. Translations updated.Frederic Culot
2008-09-21import flag and 'i' keybinding addedFrederic Culot
2008-09-20More work on ical import. Macros to handle errors and to display messages in ...Frederic Culot
2008-09-15Initial work on icalendar importFrederic Culot
2008-08-11Optional 'format' option added to '-x' flag, help updatedFrederic Culot
2008-08-10pcal export addedFrederic Culot
2008-08-03new keybindings addedFrederic Culot
2008-04-12Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot
2008-04-09Tony's patch concerning date format configuration importedFrederic Culot
2008-02-11TODO list updatedFrederic Culot
2008-02-10memory leak fixed in notify_thread_app()Frederic Culot
2008-01-20Code parts related to item update rewrittenFrederic Culot
2008-01-17minor improvements and bugfixesFrederic Culot
2008-01-13Ability to attach notes to appointments and events addedFrederic Culot
2007-12-30Ability to attach notes to todo items addedFrederic Culot
2007-10-21routines updated to handle new window_t and window_e typesFrederic Culot
2007-09-16keypad() used when creating popup windowsFrederic Culot
2007-08-04ierror() and aerror() createdFrederic Culot
2007-07-29compiler warnings fixedFrederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-23exit_calcurse() added and status_bar() modified to use wins_slctd()Frederic Culot
2007-07-21erase_status_bar() added and status_bar() prototype updatedFrederic Culot
2007-07-20status_bar() updated to use window_t typeFrederic Culot
2007-07-01date2sec() and get_sec_date() prototypes updated to take into account date_t ...Frederic Culot
2007-05-06use of memmove in del_char()Frederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-03-24'X' and '!' keybindings addedFrederic Culot
2007-03-17date_sec2ical_date(), date_sec2ical_datetime() createdFrederic Culot
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-03-04border_color() and border_nocolor() updated to take into account newFrederic Culot
2007-02-28bugfix: CTRL-D problems while editing item fixed. Thanks Toucouch for reporti...Frederic Culot
2007-01-16better handling of the values returned by getstring()Frederic Culot
2006-12-18CTRL-K now works properly in getstring()Frederic Culot
2006-12-15sprintf replaced by snprintf and strcpy replaced by strncpyFrederic Culot
2006-12-14improvements in the memory deallocation in updatestring()Frederic Culot
2006-12-13item_in_popup() improved to replace the scroller() function by a pad.Frederic Culot
2006-12-08datesec2str() moved to date_sec2hour_str(), date_sec2date_str() and update_ti...Frederic Culot
2006-11-30'Edit Itm' command added in the status barFrederic Culot
2006-11-28memcpy() replaced by memmove() in add_char()Frederic Culot
2006-11-02add_char() simplified, using memcpy()Frederic Culot
2006-10-28display_item() updated to add an asterisk in front of recurrent itemsFrederic Culot
2006-10-28getstring() improved to allow the modification of an existing stringFrederic Culot
2006-09-17getstring() improved to check for escape sequenceFrederic Culot
2006-09-16mycpy() createdFrederic Culot
2006-09-16now() createdFrederic Culot
2006-09-14today() createdFrederic Culot
2006-09-07fixed a bug in status_bar() which prevented keybindings from being translatedFrederic Culot
2006-09-06status_bar() rewritten from scratch to handle multiple status pagesFrederic Culot