summaryrefslogtreecommitdiff
path: root/src/vars.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-13Add command line option to suppress dialogsLukas Fleischer
2016-01-07Add pre-save and post-save hooksLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-10-10Let SIGUSR1 trigger a reloadTim Hentenaar
2014-07-16Allow for merging data files when reloadingLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-14calendar.c: Rename to "ui-calendar.c"Lukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2012-11-25Add compact panels supportLukas Fleischer
2012-11-25Add configuration option to set a default panelLukas Fleischer
2012-05-31Provide an array of available date input formatsBaptiste Jonglez
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-03-29Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-02-24Add a read-only optionLukas Fleischer
2011-11-14Use a global configuration variableLukas Fleischer
2011-11-11Merge branch 'maint'Lukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-10-05Add configuration option to run the GC on exitLukas Fleischer
2011-10-04Do not hardcode paths to the default editor/pagerLukas Fleischer
2011-07-21Declare foreground and background variables globalLukas Fleischer
2011-06-28Avoid redundant redraws on resizeLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-03-14Overall indentation fixes.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-03Remove CVS "$Id" headers.Lukas Fleischer
2011-03-03Fixed file permissions.Lukas Fleischer
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic 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-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-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
2007-12-30Ability to attach notes to todo items 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-21vars_init() addedFrederic Culot