aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
Commit message (Expand)AuthorAgeFilesLines
* Explicit calendar and todo view configurationLars Henriksen2019-01-071-0/+2
* Rewrite of io_init()Lars Henriksen2018-12-141-11/+11
* Check if the configuration folder existsQuentin Hibon2018-10-211-0/+1
* Configuration variable for system eventsLars Henriksen2018-10-211-0/+1
* Remove the configuraton variable conf.progress_barLars Henriksen2018-10-211-1/+0
* Solve deadlock in notification barLars Henriksen2018-07-281-0/+12
* Add CALCURSE_{EDITOR,PAGER,MERGETOOL} environment variablesLukas Fleischer2017-09-081-3/+9
* Make the day heading position configurableLars Henriksen2017-09-081-0/+1
* Use nl_langinfo() for month and day namesLars Henriksen2017-08-281-27/+1
* Make heading in appointments panel configurableLars Henriksen2017-08-281-0/+1
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Add command line option to suppress dialogsLukas Fleischer2016-01-131-0/+3
* Add pre-save and post-save hooksLukas Fleischer2016-01-071-0/+1
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Let SIGUSR1 trigger a reloadTim Hentenaar2014-10-101-0/+3
* Allow for merging data files when reloadingLukas Fleischer2014-07-161-1/+6
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-66/+66
* calendar.c: Rename to "ui-calendar.c"Lukas Fleischer2013-02-141-2/+2
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Add compact panels supportLukas Fleischer2012-11-251-0/+1
* Add configuration option to set a default panelLukas Fleischer2012-11-251-0/+1
* Provide an array of available date input formatsBaptiste Jonglez2012-05-311-0/+8
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-10/+10
* Declare several parameters/variables constantLukas Fleischer2012-05-081-3/+3
* Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer2012-03-291-2/+2
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Add a read-only optionLukas Fleischer2012-02-241-0/+3
* Use a global configuration variableLukas Fleischer2011-11-141-12/+15
* Merge branch 'maint'Lukas Fleischer2011-11-111-4/+2
|\
| * Do not hardcode paths to the default editor/pagerLukas Fleischer2011-10-041-4/+2
* | Do not cast unused return values to voidLukas Fleischer2011-11-021-1/+1
* | Add configuration option to run the GC on exitLukas Fleischer2011-10-051-0/+1
* | Declare foreground and background variables globalLukas Fleischer2011-07-211-0/+3
|/
* Avoid redundant redraws on resizeLukas Fleischer2011-06-281-0/+1
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Overall indentation fixes.Lukas Fleischer2011-03-141-3/+3
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-14/+8
* More work on implementing the daemon.Frederic Culot2009-08-011-1/+4
* More work on implementing calcurse daemon.Frederic Culot2009-07-261-2/+3
* Functions added to implement a logging mechanism for calcurse daemon.Frederic Culot2009-07-231-1/+2
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-7/+7
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* Basic lock mechanism implemented to avoid having two calcurse instances runni...Frederic Culot2009-06-211-1/+2
* code cleanupFrederic Culot2009-01-021-12/+5
* Automatic periodic saves implementedFrederic Culot2008-12-281-1/+2