summaryrefslogtreecommitdiff
path: root/src/calcurse.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-09-28Automatically select new appointments/eventsLukas Fleischer
2016-09-28Fix out-of-bounds memory accessLukas Fleischer
2016-02-16Make automatic selection of appointments/events smarterLukas Fleischer
2016-02-11Support format strings when dumping imported itemsLukas Fleischer
2016-02-07Fix highlighting of busy days on initializationLukas Fleischer
2016-01-30Update copyright rangesLukas 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-10Reset status page when opening configurationLukas Fleischer
2015-04-15Make the generic-credits key binding work againLukas Fleischer
2015-04-15Show an error message on missing documentationLukas Fleischer
2015-02-23Make "Add Item" work from the calendar panelLukas 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 item filtersLukas Fleischer
2014-08-03Set default panel before showing system dialogsLukas Fleischer
2014-07-28Show system dialog after reloading itemsLukas Fleischer
2014-07-22Replace several uses of snprintf() by asprintf()Lukas Fleischer
2014-07-18Do not use malloc() or xmalloc()Lukas Fleischer
2014-07-17Pause notification thread when reloading itemsLukas Fleischer
2014-07-17Only run the merge tool on files with differencesLukas 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-05-19Resize panels properlyLukas Fleischer
2014-05-18ui-day: Large-scale refactoringLukas Fleischer
2014-05-18ui-todo: Large-scale refactoringLukas Fleischer
2013-08-13Redraw screen if command prompt is canceledLukas Fleischer
2013-07-18Add write and quit commandsLukas Fleischer
2013-07-18key_generic_help(): Use display_help()Lukas Fleischer
2013-07-18Split online help code into a separate functionLukas Fleischer
2013-07-17Rename io_file_exist{,s}()Lukas Fleischer
2013-07-17Add several help topic aliasesLukas Fleischer
2013-07-17Allow for getting help on key bindingsLukas Fleischer
2013-07-17Drop legacy online help systemLukas Fleischer
2013-07-17Add introduction to the new online help systemLukas Fleischer
2013-07-17Add help commandLukas Fleischer
2013-07-17Add command promptLukas Fleischer
2013-05-14Fix a couple of translatable stringsLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer