Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export item UIDs upon request | Lukas Fleischer | 2016-01-15 | 1 | -2/+7 |
* | Add --list-imported command line option | Lukas Fleischer | 2016-01-13 | 1 | -1/+7 |
* | Add command line option to suppress dialogs | Lukas Fleischer | 2016-01-13 | 1 | -1/+5 |
* | Implement filter mode | Lukas Fleischer | 2016-01-13 | 1 | -4/+8 |
* | Add an option to filter by object hash | Lukas Fleischer | 2016-01-13 | 1 | -1/+6 |
* | Use time_t instead of long in several places | Lukas Fleischer | 2015-02-24 | 1 | -5/+6 |
* | Use date_sec_change() for adding day deltas | Lukas Fleischer | 2015-02-22 | 1 | -4/+4 |
* | Use LONG_MAX for invalid dates in parse_datearg() | Lukas Fleischer | 2015-02-22 | 1 | -3/+3 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -2/+2 |
* | Handle dates past January 19th, 2038 | Lukas Fleischer | 2015-02-07 | 1 | -2/+2 |
* | Add io_load_data() wrapper | Lukas Fleischer | 2014-10-10 | 1 | -10/+5 |
* | 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 | 1 | -3/+18 |
* | args.c: Reword error messages | Lukas Fleischer | 2014-08-06 | 1 | -14/+14 |
* | Use backwards-compatible out format for queries | Lukas Fleischer | 2014-08-06 | 1 | -10/+13 |
* | 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 | 1 | -6/+28 |
* | Add a query mode | Lukas Fleischer | 2014-08-06 | 1 | -6/+69 |
* | Add pattern filter option | Lukas Fleischer | 2014-08-06 | 1 | -33/+31 |
* | Add item filters | Lukas Fleischer | 2014-08-06 | 1 | -7/+118 |
* | Allow for merging data files when reloading | Lukas Fleischer | 2014-07-16 | 1 | -2/+2 |
* | Fix segmentation fault | Lukas Fleischer | 2014-06-25 | 1 | -1/+1 |
* | Reintroduce heading and separator in appointments | Lukas Fleischer | 2014-05-18 | 1 | -1/+1 |
* | ui-day: Large-scale refactoring | Lukas Fleischer | 2014-05-18 | 1 | -1/+3 |
* | Add -l/--limit option | William Pettersson | 2013-07-16 | 1 | -16/+39 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -541/+566 |
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 1 | -4/+5 |
* | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -2/+2 |
* | io_check_*()/io_file_exist(): Fix signatures | Lukas Fleischer | 2012-11-26 | 1 | -16/+16 |
* | args.c: Several minor simplifications | Lukas Fleischer | 2012-11-25 | 1 | -27/+13 |
* | Merge branch 'maint' | Lukas Fleischer | 2012-11-23 | 1 | -5/+5 |
|\ | |||||
| * | Replace localtime() with localtime_r() | Lukas Fleischer | 2012-11-22 | 1 | -5/+5 |
* | | Allow passing both "-D" and "-c" | Lukas Fleischer | 2012-06-30 | 1 | -12/+3 |
* | | day_store_items(): Return the number of items found | Lukas Fleischer | 2012-06-30 | 1 | -2/+2 |
* | | src/args.c: Revise app_arg() | Lukas Fleischer | 2012-06-30 | 1 | -110/+8 |
* | | Make day_store_items() public | Lukas Fleischer | 2012-06-30 | 1 | -1/+0 |
|/ | |||||
* | src/args.c: Fix bugs address in usage message | Lukas Fleischer | 2012-06-18 | 1 | -12/+11 |
* | Directly use fprintf() where applicable | Baptiste Jonglez | 2012-05-31 | 1 | -12/+4 |
* | Fix incorrect i18n usage for some strings | Baptiste Jonglez | 2012-05-25 | 1 | -4/+4 |
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -636/+541 |
* | Document removal of the "-N" command line option | Lukas Fleischer | 2012-05-17 | 1 | -4/+1 |
* | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 1 | -6/+7 |
* | src/args.c: Add "void" in some function declarations | Lukas Fleischer | 2012-05-08 | 1 | -4/+4 |
* | src/args.c: Add a mention of "--read-only" in "calcurse --help" | Baptiste Jonglez | 2012-05-02 | 1 | -1/+4 |
* | Mark some more variables/parameters constant | Lukas Fleischer | 2012-04-05 | 1 | -1/+1 |
* | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 1 | -2/+2 |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -2/+2 |