summaryrefslogtreecommitdiff
path: root/src/calcurse.h
AgeCommit message (Expand)Author
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
2014-05-19Avoid blank space after the last list box itemLukas Fleischer
2014-05-19Resize panels properlyLukas Fleischer
2014-05-18Use an enum for the type field of day_itemLukas Fleischer
2014-05-18Reintroduce heading and separator in appointmentsLukas Fleischer
2014-05-18Add support for caption rows in list boxesLukas Fleischer
2014-05-18ui-day: Large-scale refactoringLukas Fleischer
2014-05-18Store appointments for the current day in a vectorLukas Fleischer
2014-05-18Add a vector implementationLukas Fleischer