summaryrefslogtreecommitdiff
path: root/src/vars.h
AgeCommit message (Expand)Author
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2010-03-08Patch to correct the wrong calculation of recurrent items' dates after aFrederic Culot
2009-08-01More work on implementing the daemon.Frederic 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-12stdbool header removed, unsigned type used insteadFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-06-21Basic lock mechanism implemented to avoid having two calcurse instances runni...Frederic Culot
2009-01-23ability to link against ncursesw if ncurses is not foundFrederic Culot
2009-01-05iso date format addedFrederic Culot
2009-01-02code cleanupFrederic 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-11-16More work on implementing user-definable keybindingsFrederic Culot
2008-11-09Loading of user-configurable keys implementedFrederic Culot
2008-09-20More work on ical import. Macros to handle errors and to display messages in ...Frederic Culot
2008-08-06new command line options added (thanks Erik for the patch)Frederic 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-13manpage updatedFrederic Culot
2007-12-30Ability to attach notes to todo items addedFrederic Culot
2007-12-10WEEKINDAYS define addedFrederic Culot
2007-10-21cwin, awin, twin, swin variables suppressedFrederic Culot
2007-08-15layout is not part of conf_t type anymore, and becomes a static variable in w...Frederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-23window_e enum and window_t type moved to wins.hFrederic Culot
2007-07-21STATUSHEIGHT define added and vars_init() prototype addedFrederic Culot
2007-07-20window_t type and window_e enum addedFrederic Culot
2007-07-01week_begins_on_monday suppressed from conf_t typeFrederic Culot
2007-05-06layout variable added to conf_t typeFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-03-24conf_t type createdFrederic Culot
2007-03-17HOURINSEC and MININSEC definedFrederic Culot
2007-02-25variable added in nbar_s structure to store user shellFrederic Culot
2007-02-24struct nbar_s updated to store notification commandFrederic Culot
2006-09-15nbar_s structure created to store notify-bar settingsFrederic Culot
2006-09-11define DAYINSEC addedFrederic Culot
2006-08-02ESCAPE key definition addedFrederic Culot
2006-07-31Initial revisionFrederic Culot