| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Avoid unnecessary window updates | Lukas Fleischer | 2011-10-06 | 4 | -63/+111 |
* | | Refactor out storage updates | Lukas Fleischer | 2011-10-06 | 1 | -45/+48 |
* | | Remove temporary highlight pointers | Lukas Fleischer | 2011-10-06 | 3 | -29/+6 |
* | | Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriate | Lukas Fleischer | 2011-10-06 | 2 | -4/+4 |
* | | src/llist.h: Add LLIST_{,TS}_FIND_FOREACH_CONT | Lukas Fleischer | 2011-10-05 | 2 | -0/+6 |
* | | src/llist.c: Add llist_next_filter() | Lukas Fleischer | 2011-10-05 | 3 | -0/+18 |
* | | 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 | 1 | -2/+21 |
* | | Add configuration option to run the GC on exit | Lukas Fleischer | 2011-10-05 | 5 | -15/+40 |
* | | 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 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-09-06 | 2 | -115/+78 |
|\| |
|
| * | 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 |
* | | Add configuration option to notify all appointments | Lukas Fleischer | 2011-07-31 | 4 | -5/+31 |
* | | 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 |
* | | 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 |
* | | Refactor out configuration variable setting | Lukas Fleischer | 2011-07-21 | 1 | -75/+82 |
* | | Use single-line configuration settings by default | Lukas Fleischer | 2011-07-15 | 1 | -22/+23 |