summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-13Add command line option to suppress dialogsLukas Fleischer
2016-01-13Implement filter modeLukas Fleischer
2016-01-13Add an option to filter by object hashLukas Fleischer
2016-01-13Add long format specifiers "raw" and "hash"Lukas Fleischer
2016-01-13Implement recur_{apoint,event}_tostr()Lukas Fleischer
2016-01-13Implement {apoint,event,todo}_tostr()Lukas Fleischer
2016-01-13Reimplement asprintf() using dynamic stringsLukas Fleischer
2016-01-13Implement utility functions for dynamic stringsLukas Fleischer
2016-01-10Reset status page when opening configurationLukas Fleischer
2016-01-10Add pre-load and post-load hooksLukas Fleischer
2016-01-07Add pre-save and post-save hooksLukas Fleischer
2016-01-07custom.c: Display missing optionsLukas Fleischer
2015-05-20Add support for --filter-end-* to eventsLukas Fleischer
2015-04-15Make the generic-credits key binding work againLukas Fleischer
2015-04-15Show an error message on missing documentationLukas Fleischer
2015-04-11Do not mark slice of end time busyLukas Fleischer
2015-04-10Fix range checks in day_chk_busy_slices()Lukas Fleischer
2015-04-10Highlight week number when the calendar is selectedLukas Fleischer
2015-04-10Show week numbers in the monthly viewLukas Fleischer
2015-04-10Split out code for drawing week numbersLukas Fleischer
2015-04-10Fix slice computation of recurring appointmentsLukas Fleischer
2015-02-25ical.c: Small refactoringLukas Fleischer
2015-02-24Simplify code in status_ask_choice()Lukas Fleischer
2015-02-24Use time_t instead of long in several placesLukas Fleischer
2015-02-24ical.c: Reduce nesting depthLukas Fleischer
2015-02-24Introduce starts_with() and starts_with_ci()Lukas Fleischer
2015-02-23Make "Add Item" work from the calendar panelLukas Fleischer
2015-02-23Redraw calendar panel when switching viewsLukas Fleischer
2015-02-23Support resize in all configuration menusLukas Fleischer
2015-02-23Add support for UTC times in iCal importsLukas Fleischer
2015-02-22Use date_sec_change() for adding day deltasLukas Fleischer
2015-02-22Use LONG_MAX for invalid dates in parse_datearg()Lukas Fleischer
2015-02-11Support weekday names as date specifiersLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2015-02-07Add a couple of shorthands to parse_date()Lukas Fleischer
2015-02-07Handle dates past January 19th, 2038Lukas Fleischer
2014-10-17Only werase() calendar if month is changedLukas Fleischer
2014-10-10Let SIGUSR1 trigger a reloadTim Hentenaar
2014-10-10Factor out item reload codeLukas Fleischer
2014-10-10Add io_load_data() wrapperLukas Fleischer
2014-08-18Correctly parse all types of iCal durationsLukas Fleischer
2014-08-18Retain comments in descriptions and config valuesLukas Fleischer
2014-08-18Gracefully handle all day events in iCal importsLukas Fleischer
2014-08-18Handle CRLF line endings in iCal filesLukas Fleischer
2014-08-09Fix parsing of times in parse_datetimearg()Lukas Fleischer
2014-08-09Extend date formats for filtersLukas Fleischer
2014-08-08Add --filter-{start,end}-rangeLukas Fleischer
2014-08-07Add a grep modeLukas Fleischer
2014-08-06args.c: Reword error messagesLukas Fleischer
2014-08-06io.c: Error out on non-existent calendar fileLukas Fleischer