summaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Expand)Author
2009-07-05Switch to BSD license.Frederic Culot
2009-07-05More explicit error message.Frederic Culot
2009-07-05Fixed a bug in the line editor: characters could be erased before the beginni...Frederic Culot
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 runni...Frederic Culot
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
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
2008-12-28Automatic periodic saves implementedFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot
2008-12-20new layout configuration menuFrederic Culot
2008-12-15small bugfixes and a major one (freeze when deleting an appointment's note, t...Frederic Culot
2008-12-14small bugfixes and code cleanupFrederic Culot
2008-12-13daylight saving time related problems fixed (thanks youshe and Jan for report...Frederic Culot
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
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