aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.h
Commit message (Collapse)AuthorAgeFilesLines
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-177/+0
|
* Patch to correct the wrong calculation of recurrent items' dates after aFrederic Culot2010-03-081-7/+2
| | | | turn of year (submitted by Lukas Fleischer, thanks!).
* More work on implementing the daemon.Frederic Culot2009-08-011-1/+8
|
* More work on implementing calcurse daemon.Frederic Culot2009-07-261-4/+7
|
* Functions added to implement a logging mechanism for calcurse daemon.Frederic Culot2009-07-231-1/+5
|
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-8/+7
|
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
|
* Basic lock mechanism implemented to avoid having two calcurse instances ↵Frederic Culot2009-06-211-1/+5
| | | | running at the same time.
* ability to link against ncursesw if ncurses is not foundFrederic Culot2009-01-231-1/+14
|
* iso date format addedFrederic Culot2009-01-051-6/+19
|
* code cleanupFrederic Culot2009-01-021-5/+4
|
* Automatic periodic saves implementedFrederic Culot2008-12-281-10/+11
|
* Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot2008-12-281-1/+2
| | | | memory usage
* More work on implementing user-definable keybindingsFrederic Culot2008-11-161-3/+1
|
* Loading of user-configurable keys implementedFrederic Culot2008-11-091-1/+4
|
* More work on ical import. Macros to handle errors and to display messages in ↵Frederic Culot2008-09-201-1/+8
| | | | both command-line and curses mode added
* new command line options added (thanks Erik for the patch)Frederic Culot2008-08-061-6/+10
|
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-41/+45
|
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-091-2/+10
|
* manpage updatedFrederic Culot2008-02-131-2/+2
| | | | | | | NOTESIZ shortened to be 6 characters long, as only 6 'X' are used in the glibc version of mkstemp(3). bugfix: wrong calculated len in wins_launch_external(), which lead to erroneus note file name
* Ability to attach notes to todo items addedFrederic Culot2007-12-301-1/+6
|
* WEEKINDAYS define addedFrederic Culot2007-12-101-1/+2
|
* cwin, awin, twin, swin variables suppressedFrederic Culot2007-10-211-2/+1
|
* layout is not part of conf_t type anymore, and becomes a static variable in ↵Frederic Culot2007-08-151-2/+1
| | | | wins.c
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-2/+1
|
* window_e enum and window_t type moved to wins.hFrederic Culot2007-07-231-18/+1
|
* STATUSHEIGHT define added and vars_init() prototype addedFrederic Culot2007-07-211-13/+17
|
* window_t type and window_e enum addedFrederic Culot2007-07-201-1/+18
|
* week_begins_on_monday suppressed from conf_t typeFrederic Culot2007-07-011-2/+1
|
* layout variable added to conf_t typeFrederic Culot2007-05-061-1/+2
|
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-11/+9
|
* conf_t type createdFrederic Culot2007-03-241-1/+11
|
* HOURINSEC and MININSEC definedFrederic Culot2007-03-171-1/+3
|
* variable added in nbar_s structure to store user shellFrederic Culot2007-02-251-2/+3
|
* struct nbar_s updated to store notification commandFrederic Culot2007-02-241-5/+7
|
* nbar_s structure created to store notify-bar settingsFrederic Culot2006-09-151-1/+11
|
* define DAYINSEC addedFrederic Culot2006-09-111-1/+3
|
* ESCAPE key definition addedFrederic Culot2006-08-021-1/+2
|
* Initial revisionFrederic Culot2006-07-311-0/+69