summaryrefslogtreecommitdiff
path: root/src/calcurse.h
AgeCommit message (Expand)Author
2011-10-04Do not hardcode paths to the default editor/pagerLukas Fleischer
2011-07-29Add "force" parameter to notify_check_next_app()Lukas Fleischer
2011-07-09Honor "TMPDIR" environment variableLukas Fleischer
2011-06-28Avoid redundant redraws on resizeLukas Fleischer
2011-06-09Fix whitespace issuesLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-22Use generic lists for recurring item exceptions.Lukas Fleischer
2011-04-19Remove "next" member from "recur_apoint" structure.Lukas Fleischer
2011-04-19Use generic lists for recurring apointments and events.Lukas Fleischer
2011-04-19Add recur_apoint_inday() and recur_event_inday().Lukas Fleischer
2011-04-19Use generic lists for generic day items.Lukas Fleischer
2011-04-19Use generic lists for todo items.Lukas Fleischer
2011-04-19Use generic lists for events.Lukas Fleischer
2011-04-19Remove "next" member from "apoint" structure.Lukas Fleischer
2011-04-19Use generic lists for appointments.Lukas Fleischer
2011-04-19Add macros to use for thread-safe linked lists.Lukas Fleischer
2011-04-19Add linked lists implementation.Lukas Fleischer
2011-04-12Declare exit_calcurse() "noreturn".Lukas Fleischer
2011-04-12Drop empty notes after editing.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-04Remove date_sec2hour_str() from "utils.c".Lukas Fleischer
2011-03-04Simplify str_toupper() in "utils.c".Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
2011-01-11Make parse_date accept several short forms.Lukas Fleischer
2010-03-22Compilation issue related to memory functions definition fixed (thanks Doug f...Frederic Culot
2010-03-21Avoid concurrent screen refreshes.Frederic Culot
2010-03-21More work on sidebar customization.Frederic Culot
2010-03-20Work on sidebar width user-customization.Frederic Culot
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot