Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | src/llist.c: Add a tail pointer | Lukas Fleischer | 2011-10-05 | 3 | -6/+16 | |
* | | Add command line argument to run the GC manually | Lukas Fleischer | 2011-10-05 | 3 | -2/+27 | |
* | | Add configuration option to run the GC on exit | Lukas Fleischer | 2011-10-05 | 6 | -15/+43 | |
* | | Add a garbage collector for note files | Lukas Fleischer | 2011-10-05 | 2 | -0/+117 | |
* | | Do not unlink() note files on note removal | Lukas Fleischer | 2011-10-05 | 8 | -64/+47 | |
* | | Use hash-based file names in ical_read_note() | Lukas Fleischer | 2011-10-05 | 1 | -14/+9 | |
* | | Use hash-bashed file names in edit_note() | Lukas Fleischer | 2011-10-05 | 1 | -11/+31 | |
* | | Accept variable length note names | Lukas Fleischer | 2011-10-05 | 4 | -10/+22 | |
* | | Refactor out note deserialization | Lukas Fleischer | 2011-10-05 | 3 | -8/+12 | |
* | | Add a copy file routine | Lukas Fleischer | 2011-10-05 | 2 | -0/+34 | |
* | | Add a SHA1 implementation | Lukas Fleischer | 2011-10-05 | 3 | -0/+300 | |
* | | doc/: Add "submitting-patches.txt" | Lukas Fleischer | 2011-10-05 | 2 | -1/+196 | |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-09-06 | 13 | -170/+250 | |
|\| | ||||||
| * | Release 2.9.2v2.9.2 | Lukas Fleischer | 2011-09-06 | 1 | -0/+8 | |
| * | Update translations | Lukas Fleischer | 2011-09-06 | 7 | -46/+140 | |
| * | Add a configure setting to skip "doc/" | Lukas Fleischer | 2011-09-03 | 3 | -9/+24 | |
| * | Rework indentation code in print_notefile() | Lukas Fleischer | 2011-08-26 | 1 | -3/+9 | |
| * | src/io.c: iCal content line folding correctness | Lukas Fleischer | 2011-08-26 | 1 | -112/+69 | |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-09-02 | 8 | -36/+71 | |
|\| | ||||||
| * | Release 2.9.1v2.9.1 | Lukas Fleischer | 2011-07-31 | 1 | -0/+35 | |
| * | Update translations files | Lukas Fleischer | 2011-07-31 | 7 | -36/+36 | |
* | | Add configuration option to notify all appointments | Lukas Fleischer | 2011-07-31 | 5 | -5/+35 | |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-30 | 6 | -71/+115 | |
|\| | ||||||
| * | Fix sort order in app_arg() | Lukas Fleischer | 2011-07-30 | 1 | -52/+78 | |
| * | Fix apoint_get() call in apoint_switch_notify() | Lukas Fleischer | 2011-07-29 | 1 | -1/+1 | |
| * | Fix notify_check_repeated() | Lukas Fleischer | 2011-07-29 | 1 | -1/+1 | |
| * | Fix recurrent appointment notification | Lukas Fleischer | 2011-07-29 | 1 | -6/+3 | |
| * | Update the notification item in *_paste_item() | Lukas Fleischer | 2011-07-29 | 2 | -0/+8 | |
| * | Update the notification item in day_edit_item() | Lukas Fleischer | 2011-07-29 | 1 | -0/+11 | |
| * | Add "force" parameter to notify_check_next_app() | Lukas Fleischer | 2011-07-29 | 4 | -11/+13 | |
* | | Fix configuration file backward compatibility | Lukas Fleischer | 2011-07-29 | 1 | -2/+7 | |
* | | src/calcurse.h: Whitespace cleanup | Lukas Fleischer | 2011-07-28 | 1 | -73/+70 | |
* | | src/args.c: Mark various constant strings const | Lukas Fleischer | 2011-07-28 | 1 | -4/+4 | |
* | | Remove superfluous buffer variable from version_arg() | Lukas Fleischer | 2011-07-28 | 1 | -4/+1 | |
* | | Remove superfluous buffer variable from help_arg() | Lukas Fleischer | 2011-07-28 | 1 | -4/+1 | |
* | | TODO: Remove reference to the bugs mailing list | Lukas Fleischer | 2011-07-28 | 1 | -2/+2 | |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-28 | 2 | -2/+4 | |
|\| | ||||||
| * | io.c: Accept resource parameters in iCal import | Lukas Fleischer | 2011-07-28 | 1 | -2/+2 | |
| * | Invoke vars_init() before importing data with "-i" | Lukas Fleischer | 2011-07-28 | 1 | -0/+2 | |
* | | Use gettext plural features | Lukas Fleischer | 2011-07-24 | 2 | -8/+11 | |
* | | Split stats messages in io_import_data() | Lukas Fleischer | 2011-07-24 | 1 | -10/+12 | |
* | | Refactor out note functions | Lukas Fleischer | 2011-07-21 | 6 | -66/+103 | |
* | | Add hint to error messages in custom_load_conf() | Lukas Fleischer | 2011-07-21 | 1 | -2/+2 | |
* | | Use map for configuration variable names | Lukas Fleischer | 2011-07-21 | 1 | -49/+61 | |
* | | Return error status in custom_set_conf() | Lukas Fleischer | 2011-07-21 | 1 | -14/+16 | |
* | | Rename custom_load_color() to conf_parse_color() | Lukas Fleischer | 2011-07-21 | 1 | -21/+16 | |
* | | Declare foreground and background variables global | Lukas Fleischer | 2011-07-21 | 6 | -12/+15 | |
* | | Refactor out integer variable parsing | Lukas Fleischer | 2011-07-21 | 1 | -6/+26 | |
* | | Refactor conf_parse_bool() | Lukas Fleischer | 2011-07-21 | 2 | -20/+22 | |
* | | Rename fill_config_var() to conf_parse_bool() | Lukas Fleischer | 2011-07-21 | 1 | -10/+10 |