aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Let SIGUSR1 trigger a reloadTim Hentenaar2014-10-104-0/+14
* Factor out item reload codeLukas Fleischer2014-10-103-92/+97
* Add io_load_data() wrapperLukas Fleischer2014-10-104-14/+15
* Correctly parse all types of iCal durationsLukas Fleischer2014-08-181-5/+14
* Retain comments in descriptions and config valuesLukas Fleischer2014-08-182-2/+4
* Gracefully handle all day events in iCal importsLukas Fleischer2014-08-181-11/+24
* Handle CRLF line endings in iCal filesLukas Fleischer2014-08-181-4/+12
* Fix parsing of times in parse_datetimearg()Lukas Fleischer2014-08-091-2/+2
* Extend date formats for filtersLukas Fleischer2014-08-091-14/+48
* Add --filter-{start,end}-rangeLukas Fleischer2014-08-081-0/+48
* Add a grep modeLukas Fleischer2014-08-072-13/+40
* args.c: Reword error messagesLukas Fleischer2014-08-061-14/+14
* io.c: Error out on non-existent calendar fileLukas Fleischer2014-08-061-38/+3
* Use backwards-compatible out format for queriesLukas Fleischer2014-08-061-10/+13
* Do not use filters in GC or import modeLukas Fleischer2014-08-061-4/+4
* Rework command line argument handlingLukas Fleischer2014-08-061-431/+164
* Allow for filtering TODO itemsLukas Fleischer2014-08-064-16/+68
* Add a query modeLukas Fleischer2014-08-061-6/+69
* Add pattern filter optionLukas Fleischer2014-08-066-56/+51
* Add item filtersLukas Fleischer2014-08-068-24/+207
* Set default panel before showing system dialogsLukas Fleischer2014-08-031-1/+1
* Make compact mode and default panel configurableLukas Fleischer2014-08-031-33/+68
* Document the reload featureLukas Fleischer2014-07-281-0/+2
* Show system dialog after reloading itemsLukas Fleischer2014-07-281-0/+8
* ical.c: Parse multiple exception rules properlyLukas Fleischer2014-07-281-1/+1
* ical.c: Simplify and fix ical_durtime2long()Lukas Fleischer2014-07-281-20/+15
* io.c: Remove superfluous space from messageLukas Fleischer2014-07-281-1/+1
* ui-day.c: Reorganize some free() operationsLukas Fleischer2014-07-271-7/+7