aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix display of interactively imported todosLars Henriksen2020-03-221-0/+1
* Update copyright rangesLukas Fleischer2020-01-301-1/+1
* Disable view item/note bindings for dummy itemsLukas Fleischer2019-06-061-2/+2
* Fix missing calculation of number of days on resizeLars Henriksen2019-05-281-0/+4
* Derive selected day from selected itemLars Henriksen2019-05-221-5/+3
* Implement scrolling in the appointments panelLars Henriksen2019-05-221-3/+13
* Redesign selected-item implementation for the APP panelLars Henriksen2019-05-221-21/+30
* Introduce multiple days in the appointments panelLars Henriksen2019-05-221-7/+7
* Simplify day storageLars Henriksen2019-05-221-8/+3
* Safety exit and read-only modeLars Henriksen2019-01-071-18/+35
* Configuration variable for system eventsLars Henriksen2018-10-211-2/+4
* System message queueLars Henriksen2018-10-211-0/+14
* Quit, autosave and interactive saveLars Henriksen2018-10-211-2/+11
* Error return code for io_reload_data()Lars Henriksen2018-10-211-1/+5
* Distinguish between interactive and periodic saveLars Henriksen2018-10-211-3/+3
* Data save and removal of the progress barLars Henriksen2018-10-211-3/+5
* Move user information after save/reload to the command levelLars Henriksen2018-10-211-2/+42
* Only reload if data files were changed (replacement)Lars Henriksen2018-10-211-14/+1
* Reload data after resolving save conflict (improved)Lars Henriksen2018-10-211-1/+7
* Handling of modified flagLars Henriksen2018-10-211-1/+0
* Fix window update after hook executionLars Henriksen2018-10-211-2/+4
* Run pre-load hook before testing for modificationsLukas Fleischer2018-05-231-0/+4
* Remove unused argument from wins_other_status_pageLars Henriksen2017-11-031-1/+1
* Only reload if data files were changedLukas Fleischer2017-09-081-5/+6
* Rename keys_getch() to keys_get()Lukas Fleischer2017-08-301-1/+1
* Relocate HANDLE_KEY macrosLukas Fleischer2017-08-301-46/+44
* 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