aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
Commit message (Expand)AuthorAgeFilesLines
* Do not hardcode paths to the default editor/pagerLukas Fleischer2011-10-041-0/+3
* Add "force" parameter to notify_check_next_app()Lukas Fleischer2011-07-291-1/+1
* Honor "TMPDIR" environment variableLukas Fleischer2011-07-091-0/+1
* Avoid redundant redraws on resizeLukas Fleischer2011-06-281-0/+1
* Fix whitespace issuesLukas Fleischer2011-06-091-9/+9
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Use generic lists for recurring item exceptions.Lukas Fleischer2011-04-221-11/+9
* Remove "next" member from "recur_apoint" structure.Lukas Fleischer2011-04-191-1/+0
* Use generic lists for recurring apointments and events.Lukas Fleischer2011-04-191-9/+2
* Add recur_apoint_inday() and recur_event_inday().Lukas Fleischer2011-04-191-0/+2
* Use generic lists for generic day items.Lukas Fleischer2011-04-191-1/+0
* Use generic lists for todo items.Lukas Fleischer2011-04-191-2/+2
* Use generic lists for events.Lukas Fleischer2011-04-191-3/+2
* Remove "next" member from "apoint" structure.Lukas Fleischer2011-04-191-1/+0
* Use generic lists for appointments.Lukas Fleischer2011-04-191-8/+2
* Add macros to use for thread-safe linked lists.Lukas Fleischer2011-04-191-0/+1
* Add linked lists implementation.Lukas Fleischer2011-04-191-0/+1
* Declare exit_calcurse() "noreturn".Lukas Fleischer2011-04-121-1/+1
* Drop empty notes after editing.Lukas Fleischer2011-04-121-0/+1
* 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 date_sec2hour_str() from "utils.c".Lukas Fleischer2011-03-041-1/+0
* Simplify str_toupper() in "utils.c".Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Make parse_date accept several short forms.Lukas Fleischer2011-01-111-2/+3
* Compilation issue related to memory functions definition fixed (thanks Doug f...Frederic Culot2010-03-221-17/+21
* Avoid concurrent screen refreshes.Frederic Culot2010-03-211-1/+4
* More work on sidebar customization.Frederic Culot2010-03-211-2/+11
* Work on sidebar width user-customization.Frederic Culot2010-03-201-2/+5
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-0/+919