aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot2008-12-281-3/+10
* More work on implementing user-definable keybindingsFrederic Culot2008-11-161-1/+2
* Loading of user-configurable keys implementedFrederic Culot2008-11-091-1/+2
* More work on ical import. Macros to handle errors and to display messages in ...Frederic Culot2008-09-201-1/+8
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-67/+68
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-091-2/+5
* Ability to attach notes to todo items addedFrederic Culot2007-12-301-1/+20
* cwin, awin, twin, swin variables suppressedFrederic Culot2007-10-211-10/+1
* layout is not part of conf_t type anymore, and becomes a static variable in w...Frederic Culot2007-08-151-2/+3
* vars_init() addedFrederic Culot2007-07-211-1/+34
* new structure created to store notify-bar settingsFrederic Culot2006-09-151-1/+4
* Initial revisionFrederic Culot2006-07-311-0/+85