summaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Expand)Author
2011-03-05Clean up updatestring() in "utils.c".Lukas Fleischer
2011-03-05Simplify date_sec2date_fmt() in "utils.c".Lukas Fleischer
2011-03-05Clean up and simplify line editing functions.Lukas Fleischer
2011-03-04Remove unnecessary casting variables from get_item_{hour,min}().Lukas Fleischer
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-04Simplify date_sec2date_str() in "utils.c".Lukas Fleischer
2011-03-04Remove date_sec2hour_str() from "utils.c".Lukas Fleischer
2011-03-04Simplify date2sec() in "utils.c".Lukas Fleischer
2011-03-04Simplify check_time() in "utils.c".Lukas Fleischer
2011-03-04Simplify print_in_middle() in "utils.c".Lukas Fleischer
2011-03-04Reformat erase_window_part() in "utils.c".Lukas Fleischer
2011-03-04Simplify get_item_hour() and get_item_min() in "utils.c".Lukas Fleischer
2011-03-04Simplify str_toupper() in "utils.c".Lukas Fleischer
2011-03-04Simplify file_close() in "utils.c".Lukas Fleischer
2011-03-04Simplify now() and nowstr() in "utils.c".Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
2011-03-03Fixed file permissions.Lukas Fleischer
2011-01-11Make parse_date accept several short forms.Lukas Fleischer
2010-11-04Added "backword-kill-word" functionality to getstring().Lukas Fleischer
2010-10-23is_all_digit() rewritten.Frederic Culot
2010-03-21Avoid concurrent screen refreshes.Frederic Culot
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2009-08-01Start and log daemon activity only if requested.Frederic Culot
2009-07-27Work on allocating and freeing memory associated with user's data for the dae...Frederic Culot
2009-07-26--status flag addedFrederic Culot
2009-07-26More work on implementing calcurse daemon.Frederic Culot
2009-07-23Functions added to implement a logging mechanism for calcurse daemon.Frederic Culot
2009-07-20Beginning of work on implementing calcurse daemon.Frederic Culot
2009-07-12New wrappers around memory functions.Frederic Culot
2009-07-12stdbool header removed, unsigned type used insteadFrederic Culot
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