| Commit message (Expand) | Author | Age | Files | Lines |
* | Split note file generation into separate function | Lukas Fleischer | 2012-01-17 | 1 | -0/+1 |
* | Break out different import/export formats | Lukas Fleischer | 2012-01-07 | 1 | -0/+8 |
* | src/utils.c: Mark is_all_digit() parameter const | Lukas Fleischer | 2011-12-09 | 1 | -1/+1 |
* | Extract config file handlers into a separate file | Lukas Fleischer | 2011-12-09 | 1 | -2/+5 |
* | Use a dynamic method to print todo items to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+1 |
* | src/apoint.c: Remove apoint_recur_s2apoint_s() | Lukas Fleischer | 2011-11-14 | 1 | -1/+0 |
* | Use a dynamic method to print recurrent items to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+3 |
* | Use a dynamic method to print events to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+1 |
* | Use a dynamic method to print appointments to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+1 |
* | Removed unused parameter from apoint_sec2str() | Lukas Fleischer | 2011-11-14 | 1 | -1/+1 |
* | Use a global configuration variable | Lukas Fleischer | 2011-11-14 | 1 | -14/+15 |
* | Merge branch 'maint' | Lukas Fleischer | 2011-11-11 | 1 | -0/+3 |
|\ |
|
| * | Do not hardcode paths to the default editor/pager | Lukas Fleischer | 2011-10-04 | 1 | -0/+3 |
* | | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -4/+4 |
* | | Avoid unnecessary start time calculations | Lukas Fleischer | 2011-10-21 | 1 | -0/+6 |
* | | Pass item durations to recur_item_inday() | Lukas Fleischer | 2011-10-21 | 1 | -1/+2 |
* | | src/utils.c: Remove check_time() | Lukas Fleischer | 2011-10-06 | 1 | -1/+0 |
* | | src/utils.c: Introduce parse_{time,duration}() | Lukas Fleischer | 2011-10-06 | 1 | -0/+2 |
* | | src/calcurse.h: Rework date manipulation constants | Lukas Fleischer | 2011-10-06 | 1 | -5/+13 |
* | | src/utils.c: Mark input string of parse_date() const | Lukas Fleischer | 2011-10-06 | 1 | -1/+1 |
* | | Add count buffer to keys_getch() | Lukas Fleischer | 2011-10-06 | 1 | -1/+1 |
* | | Add count parameter to *_{in,de}crease() | Lukas Fleischer | 2011-10-06 | 1 | -6/+6 |
* | | src/calendar.c: Add a count parameter to calendar_move() | Lukas Fleischer | 2011-10-06 | 1 | -1/+1 |
* | | Avoid unnecessary window updates | Lukas Fleischer | 2011-10-06 | 1 | -3/+10 |
* | | Add configuration option to run the GC on exit | Lukas Fleischer | 2011-10-05 | 1 | -0/+1 |
* | | Add a garbage collector for note files | Lukas Fleischer | 2011-10-05 | 1 | -0/+4 |
* | | Do not unlink() note files on note removal | Lukas Fleischer | 2011-10-05 | 1 | -6/+5 |
* | | Accept variable length note names | Lukas Fleischer | 2011-10-05 | 1 | -1/+2 |
* | | Refactor out note deserialization | Lukas Fleischer | 2011-10-05 | 1 | -0/+1 |
* | | Add a copy file routine | Lukas Fleischer | 2011-10-05 | 1 | -0/+1 |
* | | Add configuration option to notify all appointments | Lukas Fleischer | 2011-07-31 | 1 | -0/+1 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-30 | 1 | -1/+1 |
|\| |
|
| * | Add "force" parameter to notify_check_next_app() | Lukas Fleischer | 2011-07-29 | 1 | -1/+1 |
* | | src/calcurse.h: Whitespace cleanup | Lukas Fleischer | 2011-07-28 | 1 | -73/+70 |
* | | Refactor out note functions | Lukas Fleischer | 2011-07-21 | 1 | -1/+5 |
* | | Declare foreground and background variables global | Lukas Fleischer | 2011-07-21 | 1 | -1/+2 |
* | | Refactor conf_parse_bool() | Lukas Fleischer | 2011-07-21 | 1 | -1/+1 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-10 | 1 | -0/+1 |
|\| |
|
| * | Honor "TMPDIR" environment variable | Lukas Fleischer | 2011-07-09 | 1 | -0/+1 |
* | | Add key binding for pipe-item command | Lukas Fleischer | 2011-07-07 | 1 | -0/+1 |
* | | Add todo_pipe_item() function | Lukas Fleischer | 2011-07-05 | 1 | -0/+1 |
* | | Add day_pipe_item() function | Lukas Fleischer | 2011-07-05 | 1 | -0/+1 |
* | | Add press_any_key() function | Lukas Fleischer | 2011-07-05 | 1 | -0/+1 |
* | | Refactor wins_launch_external() | Lukas Fleischer | 2011-07-02 | 1 | -1/+3 |
* | | Add shell_exec() function | Lukas Fleischer | 2011-07-02 | 1 | -0/+1 |
* | | Add child_wait() function | Lukas Fleischer | 2011-07-02 | 1 | -0/+1 |
* | | Add fork_exec() function | Lukas Fleischer | 2011-07-02 | 1 | -0/+1 |
* | | Make recur_*_write() public | Lukas Fleischer | 2011-07-02 | 1 | -0/+2 |
* | | Refactor out todo item serialization | Lukas Fleischer | 2011-07-02 | 1 | -0/+1 |
* | | Use constant for maximum UTF-8 character size | Lukas Fleischer | 2011-07-02 | 1 | -0/+1 |