summaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Collapse)Author
2009-06-23Need to remove lock only if interactive mode was launched before.Frederic Culot
2009-06-21Basic lock mechanism implemented to avoid having two calcurse instances ↵Frederic Culot
running at the same time.
2009-06-21Free memory associated with structure used for appointments notification.Frederic Culot
2009-01-24make it possible to use KEY_HOME and KEY_END to define new key bindings, and ↵Frederic Culot
prevent user from assigning a non-recgnized key
2009-01-05iso date format addedFrederic Culot
2009-01-03more code cleanupFrederic Culot
2009-01-02code cleanupFrederic Culot
2009-01-01cut/paste feature adedFrederic Culot
fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it)
2008-12-28Automatic periodic saves implementedFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot
memory usage
2008-12-20new layout configuration menuFrederic Culot
2008-12-15small bugfixes and a major one (freeze when deleting an appointment's note, ↵Frederic Culot
thanks Jan for reporting it)
2008-12-14small bugfixes and code cleanupFrederic Culot
2008-12-13daylight saving time related problems fixed (thanks youshe and Jan for ↵Frederic Culot
reporting them)
2008-12-12code cleanupFrederic Culot
2008-12-08color configuration menu adapted to handle user-defined key bindingsFrederic Culot
2008-12-07Checks added while loading key bindings configuration.Frederic Culot
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
both command-line and curses mode added
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
status bar updated to display the new 'N' (edit note) and '>' (view note) keybindings online help pages added for 'N' and '>' keybindings
2008-02-10memory leak fixed in notify_thread_app()Frederic Culot
check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable
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
win_show() moved to wins_show() in wins.c print_option_in_color() added
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
type, today() renamed to get_today()
2007-05-06use of memmove in del_char()Frederic Culot
bugfix: added text is now properly displayed after having erased characters in getstring()
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
use of MININSEC define and check_time() cleaned up bugfix in date_sec2date_str(): do not return 01/01/1970 if the given number of secondes is 0
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
color definitions
2007-02-28bugfix: CTRL-D problems while editing item fixed. Thanks Toucouch for ↵Frederic Culot
reporting it.