Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 70 | -75/+75 | |
* | Add a couple of shorthands to parse_date() | Lukas Fleischer | 2015-02-07 | 1 | -0/+25 | |
* | Describe modern equivalents to deprecated options | Lukas Fleischer | 2015-02-07 | 2 | -16/+30 | |
* | Document new options | Lukas Fleischer | 2015-02-07 | 2 | -0/+270 | |
* | Handle dates past January 19th, 2038 | Lukas Fleischer | 2015-02-07 | 5 | -13/+36 | |
* | Only werase() calendar if month is changed | Lukas Fleischer | 2014-10-17 | 1 | -8/+6 | |
* | Let SIGUSR1 trigger a reload | Tim Hentenaar | 2014-10-10 | 4 | -0/+14 | |
* | Factor out item reload code | Lukas Fleischer | 2014-10-10 | 3 | -92/+97 | |
* | Add io_load_data() wrapper | Lukas Fleischer | 2014-10-10 | 4 | -14/+15 | |
* | test/data/ical-006.ical: Remove timezones | Lukas Fleischer | 2014-08-18 | 1 | -12/+12 | |
* | test/Makefile.am: Add missing test | Lukas Fleischer | 2014-08-18 | 1 | -0/+2 | |
* | Correctly parse all types of iCal durations | Lukas Fleischer | 2014-08-18 | 4 | -5/+122 | |
* | Retain comments in descriptions and config values | Lukas Fleischer | 2014-08-18 | 2 | -2/+4 | |
* | Gracefully handle all day events in iCal imports | Lukas Fleischer | 2014-08-18 | 3 | -11/+73 | |
* | Handle CRLF line endings in iCal files | Lukas Fleischer | 2014-08-18 | 4 | -4/+54 | |
* | test/: Fix date in ical-001 | Lukas Fleischer | 2014-08-18 | 2 | -4/+4 | |
* | Fix parsing of times in parse_datetimearg() | Lukas Fleischer | 2014-08-09 | 1 | -2/+2 | |
* | Extend date formats for filters | Lukas Fleischer | 2014-08-09 | 1 | -14/+48 | |
* | Add --filter-{start,end}-range | Lukas Fleischer | 2014-08-08 | 1 | -0/+48 | |
* | Add a grep mode | Lukas Fleischer | 2014-08-07 | 2 | -13/+40 | |
* | args.c: Reword error messages | Lukas Fleischer | 2014-08-06 | 1 | -14/+14 | |
* | io.c: Error out on non-existent calendar file | Lukas Fleischer | 2014-08-06 | 1 | -38/+3 | |
* | Use backwards-compatible out format for queries | Lukas Fleischer | 2014-08-06 | 4 | -10/+51 | |
* | Do not use filters in GC or import mode | Lukas Fleischer | 2014-08-06 | 1 | -4/+4 | |
* | Rework command line argument handling | Lukas Fleischer | 2014-08-06 | 1 | -431/+164 | |
* | Allow for filtering TODO items | Lukas Fleischer | 2014-08-06 | 4 | -16/+68 | |
* | Add a query mode | Lukas Fleischer | 2014-08-06 | 1 | -6/+69 | |
* | Add pattern filter option | Lukas Fleischer | 2014-08-06 | 6 | -56/+51 | |
* | Add item filters | Lukas Fleischer | 2014-08-06 | 8 | -24/+207 | |
* | po/calcurse.pot: Update message catalog | Lukas Fleischer | 2014-08-03 | 1 | -10/+16 | |
* | Document compact mode and default panel options | Lukas Fleischer | 2014-08-03 | 1 | -0/+6 | |
* | Set default panel before showing system dialogs | Lukas Fleischer | 2014-08-03 | 1 | -1/+1 | |
* | Make compact mode and default panel configurable | Lukas Fleischer | 2014-08-03 | 1 | -33/+68 | |
* | po/: Translation updates from Transifex | Lukas Fleischer | 2014-08-03 | 7 | -1365/+1524 | |
* | Document the reload feature | Lukas Fleischer | 2014-07-28 | 5 | -0/+52 | |
* | po/calcurse.pot: Update message catalog | Lukas Fleischer | 2014-07-28 | 1 | -190/+190 | |
* | Show system dialog after reloading items | Lukas Fleischer | 2014-07-28 | 1 | -0/+8 | |
* | ical.c: Parse multiple exception rules properly | Lukas Fleischer | 2014-07-28 | 1 | -1/+1 | |
* | ical.c: Simplify and fix ical_durtime2long() | Lukas Fleischer | 2014-07-28 | 1 | -20/+15 | |
* | io.c: Remove superfluous space from message | Lukas Fleischer | 2014-07-28 | 1 | -1/+1 | |
* | tests/: Add basic iCal import tests | Lukas Fleischer | 2014-07-28 | 7 | -0/+267 | |
* | ui-day.c: Reorganize some free() operations | Lukas Fleischer | 2014-07-27 | 1 | -7/+7 | |
* | Do not error out when calling xfree(NULL) | Lukas Fleischer | 2014-07-27 | 1 | -1/+0 | |
* | Fix find_basedir() and display_help() | Lukas Fleischer | 2014-07-27 | 1 | -4/+2 | |
* | config.c: Rework configuration serialization | Lukas Fleischer | 2014-07-22 | 1 | -66/+58 | |
* | Refactor new_tempfile() | Lukas Fleischer | 2014-07-22 | 5 | -45/+47 | |
* | Replace several uses of snprintf() by asprintf() | Lukas Fleischer | 2014-07-22 | 9 | -135/+150 | |
* | Add vasprintf() and asprintf() | Lukas Fleischer | 2014-07-22 | 2 | -0/+40 | |
* | Small code cleanups | Lukas Fleischer | 2014-07-18 | 2 | -20/+16 | |
* | Use wins_set_bindings() for the configuration menu | Lukas Fleischer | 2014-07-18 | 3 | -42/+75 |