aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
Commit message (Expand)AuthorAgeFilesLines
* Support sending notifications for all appointmentsLukas Fleischer2016-01-271-0/+4
* Make automatic selection of todo items smarterLukas Fleischer2016-01-181-1/+1
* Improve ordering of todo itemsLukas Fleischer2016-01-181-0/+1
* Save active view on the todo panelLukas Fleischer2016-01-181-0/+2
* Use a separate field for the completed statusLukas Fleischer2016-01-181-1/+2
* Add a "hide completed" view to the todo panelLukas Fleischer2016-01-181-2/+11
* Export item UIDs upon requestLukas Fleischer2016-01-151-2/+2
* Add --list-imported command line optionLukas Fleischer2016-01-131-2/+2
* Add command line option to suppress dialogsLukas Fleischer2016-01-131-0/+2
* Add an option to filter by object hashLukas Fleischer2016-01-131-0/+2
* Add long format specifiers "raw" and "hash"Lukas Fleischer2016-01-131-0/+5
* Implement recur_{apoint,event}_tostr()Lukas Fleischer2016-01-131-0/+2
* Implement {apoint,event,todo}_tostr()Lukas Fleischer2016-01-131-0/+3
* Implement utility functions for dynamic stringsLukas Fleischer2016-01-131-0/+16
* Add pre-save and post-save hooksLukas Fleischer2016-01-071-0/+6
* Split out code for drawing week numbersLukas Fleischer2015-04-101-0/+1
* Use time_t instead of long in several placesLukas Fleischer2015-02-241-16/+13
* Introduce starts_with() and starts_with_ci()Lukas Fleischer2015-02-241-0/+2
* Add support for UTC times in iCal importsLukas Fleischer2015-02-231-0/+1
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Let SIGUSR1 trigger a reloadTim Hentenaar2014-10-101-0/+1
* Factor out item reload codeLukas Fleischer2014-10-101-0/+1
* Add io_load_data() wrapperLukas Fleischer2014-10-101-0/+1
* Allow for filtering TODO itemsLukas Fleischer2014-08-061-7/+21
* Add pattern filter optionLukas Fleischer2014-08-061-1/+2
* Add item filtersLukas Fleischer2014-08-061-5/+24
* Refactor new_tempfile()Lukas Fleischer2014-07-221-2/+1
* Add vasprintf() and asprintf()Lukas Fleischer2014-07-221-0/+2
* Use wins_set_bindings() for the configuration menuLukas Fleischer2014-07-181-2/+9
* Rework key binding context switchingLukas Fleischer2014-07-171-9/+2
* Only run the merge tool on files with differencesLukas Fleischer2014-07-171-0/+1
* Split out code to set bindingsLukas Fleischer2014-07-171-0/+2
* Refactor wins_launch_external()Lukas Fleischer2014-07-161-2/+1
* Allow for merging data files when reloadingLukas Fleischer2014-07-161-4/+9
* Warn when reloading with unsaved modificationsLukas Fleischer2014-07-161-0/+3
* Add a key binding to reload appointments and todosLukas Fleischer2014-07-161-0/+1
* Initialize linked list for recurrent itemsLukas Fleischer2014-07-161-0/+1
* Load todo items on startupLukas Fleischer2014-07-091-0/+1
* Fix segmentation faultLukas Fleischer2014-06-251-1/+1
* Avoid blank space after the last list box itemLukas Fleischer2014-05-191-0/+2
* Resize panels properlyLukas Fleischer2014-05-191-2/+2
* Use an enum for the type field of day_itemLukas Fleischer2014-05-181-13/+13
* Reintroduce heading and separator in appointmentsLukas Fleischer2014-05-181-5/+6
* Add support for caption rows in list boxesLukas Fleischer2014-05-181-2/+14
* ui-day: Large-scale refactoringLukas Fleischer2014-05-181-26/+26
* Store appointments for the current day in a vectorLukas Fleischer2014-05-181-1/+1
* Add a vector implementationLukas Fleischer2014-05-181-0/+1
* ui-calendar: Use scroll window implementationLukas Fleischer2014-05-181-1/+2
* ui-todo: Large-scale refactoringLukas Fleischer2014-05-181-17/+17
* Add support for drawing highlighted decorationLukas Fleischer2014-05-181-2/+2