aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use a separate field for the completed statusLukas Fleischer2016-01-186-43/+40
* Add a "hide completed" view to the todo panelLukas Fleischer2016-01-185-14/+83
* Fix segfault when running hooks in non-interactive modeLukas Fleischer2016-01-161-2/+6
* Run pre-save and post-save hooks on reloadLukas Fleischer2016-01-151-0/+17
* Export item UIDs upon requestLukas Fleischer2016-01-155-24/+64
* Import data from stdin when the import file is "-"Lukas Fleischer2016-01-151-1/+4
* ical: Handle items without an end date gracefullyLukas Fleischer2016-01-131-16/+17
* ical: Refactor item date/time parserLukas Fleischer2016-01-131-10/+8
* Reimplement ical_unformat_line() using dynamic stringsLukas Fleischer2016-01-131-22/+10
* ical: Export completed todo items properlyLukas Fleischer2016-01-131-3/+6
* ical: Honor completed status of todo itemsLukas Fleischer2016-01-131-0/+5
* Hide import statistics in quiet modeLukas Fleischer2016-01-131-1/+1
* Add --list-imported command line optionLukas Fleischer2016-01-135-26/+66
* Add command line option to suppress dialogsLukas Fleischer2016-01-136-6/+20
* Implement filter modeLukas Fleischer2016-01-131-4/+8
* Add an option to filter by object hashLukas Fleischer2016-01-137-8/+91
* Add long format specifiers "raw" and "hash"Lukas Fleischer2016-01-136-5/+114
* Implement recur_{apoint,event}_tostr()Lukas Fleischer2016-01-132-27/+53
* Implement {apoint,event,todo}_tostr()Lukas Fleischer2016-01-134-18/+54
* Reimplement asprintf() using dynamic stringsLukas Fleischer2016-01-131-26/+4
* Implement utility functions for dynamic stringsLukas Fleischer2016-01-133-0/+129
* Reset status page when opening configurationLukas Fleischer2016-01-101-0/+1
* Add pre-load and post-load hooksLukas Fleischer2016-01-101-0/+2
* Add pre-save and post-save hooksLukas Fleischer2016-01-075-0/+75
* custom.c: Display missing optionsLukas Fleischer2016-01-071-2/+2
* Add support for --filter-end-* to eventsLukas Fleischer2015-05-202-2/+12
* 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
* Do not mark slice of end time busyLukas Fleischer2015-04-111-4/+18
* Fix range checks in day_chk_busy_slices()Lukas Fleischer2015-04-101-5/+8
* Highlight week number when the calendar is selectedLukas Fleischer2015-04-101-0/+4
* Show week numbers in the monthly viewLukas Fleischer2015-04-101-0/+4
* Split out code for drawing week numbersLukas Fleischer2015-04-103-99/+116
* Fix slice computation of recurring appointmentsLukas Fleischer2015-04-101-2/+7
* ical.c: Small refactoringLukas Fleischer2015-02-251-15/+10
* Simplify code in status_ask_choice()Lukas Fleischer2015-02-241-7/+5
* Use time_t instead of long in several placesLukas Fleischer2015-02-249-89/+69
* ical.c: Reduce nesting depthLukas Fleischer2015-02-241-318/+257
* Introduce starts_with() and starts_with_ci()Lukas Fleischer2015-02-244-123/+72
* Make "Add Item" work from the calendar panelLukas Fleischer2015-02-231-0/+1
* Redraw calendar panel when switching viewsLukas Fleischer2015-02-231-0/+6
* Support resize in all configuration menusLukas Fleischer2015-02-231-0/+25
* Add support for UTC times in iCal importsLukas Fleischer2015-02-233-8/+39
* Use date_sec_change() for adding day deltasLukas Fleischer2015-02-222-10/+9
* Use LONG_MAX for invalid dates in parse_datearg()Lukas Fleischer2015-02-221-3/+3
* Support weekday names as date specifiersLukas Fleischer2015-02-111-5/+51
* Update copyright rangesLukas Fleischer2015-02-0737-38/+38
* Add a couple of shorthands to parse_date()Lukas Fleischer2015-02-071-0/+25
* Handle dates past January 19th, 2038Lukas Fleischer2015-02-073-13/+5
* Only werase() calendar if month is changedLukas Fleischer2014-10-171-8/+6