aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Automatically select new appointments/eventsLukas Fleischer2016-09-281-2/+0
* Fix out-of-bounds memory accessLukas Fleischer2016-09-281-1/+10
* Make automatic selection of appointments/events smarterLukas Fleischer2016-02-161-0/+4
* Support format strings when dumping imported itemsLukas Fleischer2016-02-111-1/+1
* Fix highlighting of busy days on initializationLukas Fleischer2016-02-071-0/+1
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Add a "hide completed" view to the todo panelLukas Fleischer2016-01-181-0/+6
* Export item UIDs upon requestLukas Fleischer2016-01-151-2/+2
* Add --list-imported command line optionLukas Fleischer2016-01-131-1/+1
* Add command line option to suppress dialogsLukas Fleischer2016-01-131-1/+1
* Reset status page when opening configurationLukas Fleischer2016-01-101-0/+1
* Make the generic-credits key binding work againLukas Fleischer2015-04-151-0/+8
* Show an error message on missing documentationLukas Fleischer2015-04-151-1/+2
* Make "Add Item" work from the calendar panelLukas Fleischer2015-02-231-0/+1
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Let SIGUSR1 trigger a reloadTim Hentenaar2014-10-101-0/+5
* Factor out item reload codeLukas Fleischer2014-10-101-92/+1
* Add io_load_data() wrapperLukas Fleischer2014-10-101-4/+2
* Allow for filtering TODO itemsLukas Fleischer2014-08-061-2/+2
* Add item filtersLukas Fleischer2014-08-061-2/+2
* Set default panel before showing system dialogsLukas Fleischer2014-08-031-1/+1
* Show system dialog after reloading itemsLukas Fleischer2014-07-281-0/+8
* Replace several uses of snprintf() by asprintf()Lukas Fleischer2014-07-221-25/+18
* Do not use malloc() or xmalloc()Lukas Fleischer2014-07-181-4/+4
* Pause notification thread when reloading itemsLukas Fleischer2014-07-171-0/+6
* Only run the merge tool on files with differencesLukas Fleischer2014-07-171-7/+15
* Refactor wins_launch_external()Lukas Fleischer2014-07-161-4/+7
* Allow for merging data files when reloadingLukas Fleischer2014-07-161-5/+48
* Warn when reloading with unsaved modificationsLukas Fleischer2014-07-161-0/+9
* Add a key binding to reload appointments and todosLukas Fleischer2014-07-161-0/+27
* Initialize linked list for recurrent itemsLukas Fleischer2014-07-161-0/+1
* Load todo items on startupLukas Fleischer2014-07-091-0/+2
* Resize panels properlyLukas Fleischer2014-05-191-1/+1
* ui-day: Large-scale refactoringLukas Fleischer2014-05-181-78/+48
* ui-todo: Large-scale refactoringLukas Fleischer2014-05-181-37/+15
* Redraw screen if command prompt is canceledLukas Fleischer2013-08-131-1/+2
* Add write and quit commandsLukas Fleischer2013-07-181-3/+26
* key_generic_help(): Use display_help()Lukas Fleischer2013-07-181-1/+1
* Split online help code into a separate functionLukas Fleischer2013-07-181-100/+1
* Rename io_file_exist{,s}()Lukas Fleischer2013-07-171-3/+3
* Add several help topic aliasesLukas Fleischer2013-07-171-8/+92
* Allow for getting help on key bindingsLukas Fleischer2013-07-171-0/+8
* Drop legacy online help systemLukas Fleischer2013-07-171-2/+1
* Add introduction to the new online help systemLukas Fleischer2013-07-171-0/+3
* Add help commandLukas Fleischer2013-07-171-1/+30
* Add command promptLukas Fleischer2013-07-171-0/+12
* Fix a couple of translatable stringsLukas Fleischer2013-05-141-2/+2
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-418/+429
* Fix braces in if-else statementsLukas Fleischer2013-02-171-4/+6