summaryrefslogtreecommitdiff
path: root/src/calcurse.h
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-10-10Replace parse_datetime() constants by named flagsLukas Fleischer
2016-10-09Factor out parse_datetime()Lukas Fleischer
2016-09-28Fix out-of-bounds memory accessLukas Fleischer
2016-03-27Do not assume that days always have 86400 secondsLukas Fleischer
2016-02-26Support durations in recurrence ending datesLukas Fleischer
2016-02-26Refactor UTF-8 choppingLukas Fleischer
2016-02-16Make automatic selection of appointments/events smarterLukas Fleischer
2016-02-11Support format strings when dumping imported itemsLukas Fleischer
2016-02-05Refactor grep modeLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-27Support sending notifications for all appointmentsLukas Fleischer
2016-01-18Make automatic selection of todo items smarterLukas Fleischer
2016-01-18Improve ordering of todo itemsLukas Fleischer
2016-01-18Save active view on the todo panelLukas Fleischer
2016-01-18Use a separate field for the completed statusLukas Fleischer
2016-01-18Add a "hide completed" view to the todo panelLukas Fleischer
2016-01-15Export item UIDs upon requestLukas Fleischer
2016-01-13Add --list-imported command line optionLukas Fleischer
2016-01-13Add command line option to suppress dialogsLukas 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-13Implement utility functions for dynamic stringsLukas Fleischer
2016-01-07Add pre-save and post-save hooksLukas Fleischer
2015-04-10Split out code for drawing week numbersLukas Fleischer
2015-02-24Use time_t instead of long in several placesLukas Fleischer
2015-02-24Introduce starts_with() and starts_with_ci()Lukas Fleischer
2015-02-23Add support for UTC times in iCal importsLukas Fleischer
2015-02-07Update copyright rangesLukas 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-06Allow for filtering TODO itemsLukas Fleischer
2014-08-06Add pattern filter optionLukas Fleischer
2014-08-06Add item filtersLukas Fleischer
2014-07-22Refactor new_tempfile()Lukas Fleischer
2014-07-22Add vasprintf() and asprintf()Lukas Fleischer
2014-07-18Use wins_set_bindings() for the configuration menuLukas Fleischer
2014-07-17Rework key binding context switchingLukas Fleischer
2014-07-17Only run the merge tool on files with differencesLukas Fleischer
2014-07-17Split out code to set bindingsLukas Fleischer
2014-07-16Refactor wins_launch_external()Lukas Fleischer
2014-07-16Allow for merging data files when reloadingLukas Fleischer
2014-07-16Warn when reloading with unsaved modificationsLukas Fleischer
2014-07-16Add a key binding to reload appointments and todosLukas Fleischer
2014-07-16Initialize linked list for recurrent itemsLukas Fleischer
2014-07-09Load todo items on startupLukas Fleischer
2014-06-25Fix segmentation faultLukas Fleischer