aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
Commit message (Expand)AuthorAgeFilesLines
...
* Scrollbar and right window borderLars Henriksen2017-12-101-1/+1
* Default colour as foreground colourLars Henriksen2017-12-101-1/+5
* Update UTF-8 base codeLars Henriksen2017-12-071-6/+3
* Check for the year span 1902-2037Lars Henriksen2017-11-231-3/+8
* Function cleanup in custom.cLars Henriksen2017-11-231-3/+0
* Remove unused argument from wins_other_status_pageLars Henriksen2017-11-031-1/+1
* Fix multiple popup windowsLars Henriksen2017-10-291-0/+1
* Add parse_date_interactive()Lukas Fleischer2017-10-261-2/+2
* Fix spelling of "frequency"Lars Henriksen2017-10-231-1/+1
* Support key bindings for all escape keysLars Henriksen2017-10-231-5/+6
* Use a shared input/output mutexLukas Fleischer2017-09-081-2/+0
* Only reload if data files were changedLukas Fleischer2017-09-081-1/+1
* Make the day heading position configurableLars Henriksen2017-09-081-0/+7
* Remove phase of moon featureLars Henriksen2017-09-081-1/+2
* Add a function to wait for any key pressLukas Fleischer2017-09-031-0/+1
* Add support for UTF-8 key bindingsLukas Fleischer2017-08-301-1/+3
* Rename keys_getch() to keys_get()Lukas Fleischer2017-08-301-1/+1
* Factor out UTF-8 code point decodingLukas Fleischer2017-08-301-0/+1
* Use nl_langinfo() for month and day namesLars Henriksen2017-08-281-3/+0
* Make heading in appointments panel configurableLars Henriksen2017-08-281-0/+4
* Extend strings API for formatted datesLukas Fleischer2017-08-281-0/+2
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Replace parse_datetime() constants by named flagsLukas Fleischer2016-10-101-0/+4
* Factor out parse_datetime()Lukas Fleischer2016-10-091-0/+1
* Fix out-of-bounds memory accessLukas Fleischer2016-09-281-0/+2
* Do not assume that days always have 86400 secondsLukas Fleischer2016-03-271-0/+1
* Support durations in recurrence ending datesLukas Fleischer2016-02-261-0/+2
* Refactor UTF-8 choppingLukas Fleischer2016-02-261-0/+1
* Make automatic selection of appointments/events smarterLukas Fleischer2016-02-161-0/+3
* Support format strings when dumping imported itemsLukas Fleischer2016-02-111-3/+5
* Refactor grep modeLukas Fleischer2016-02-051-0/+2
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* 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