Age | Commit message (Expand) | Author |
2014-08-08 | Add --filter-{start,end}-range | Lukas Fleischer |
2014-08-07 | Add a grep mode | Lukas Fleischer |
2014-08-06 | args.c: Reword error messages | Lukas Fleischer |
2014-08-06 | io.c: Error out on non-existent calendar file | Lukas Fleischer |
2014-08-06 | Use backwards-compatible out format for queries | Lukas Fleischer |
2014-08-06 | Do not use filters in GC or import mode | Lukas Fleischer |
2014-08-06 | Rework command line argument handling | Lukas Fleischer |
2014-08-06 | Allow for filtering TODO items | Lukas Fleischer |
2014-08-06 | Add a query mode | Lukas Fleischer |
2014-08-06 | Add pattern filter option | Lukas Fleischer |
2014-08-06 | Add item filters | Lukas Fleischer |
2014-08-03 | Set default panel before showing system dialogs | Lukas Fleischer |
2014-08-03 | Make compact mode and default panel configurable | Lukas Fleischer |
2014-07-28 | Document the reload feature | Lukas Fleischer |
2014-07-28 | Show system dialog after reloading items | Lukas Fleischer |
2014-07-28 | ical.c: Parse multiple exception rules properly | Lukas Fleischer |
2014-07-28 | ical.c: Simplify and fix ical_durtime2long() | Lukas Fleischer |
2014-07-28 | io.c: Remove superfluous space from message | Lukas Fleischer |
2014-07-27 | ui-day.c: Reorganize some free() operations | Lukas Fleischer |
2014-07-27 | Do not error out when calling xfree(NULL) | Lukas Fleischer |
2014-07-27 | Fix find_basedir() and display_help() | Lukas Fleischer |
2014-07-22 | config.c: Rework configuration serialization | Lukas Fleischer |
2014-07-22 | Refactor new_tempfile() | Lukas Fleischer |
2014-07-22 | Replace several uses of snprintf() by asprintf() | Lukas Fleischer |
2014-07-22 | Add vasprintf() and asprintf() | Lukas Fleischer |
2014-07-18 | Small code cleanups | Lukas Fleischer |
2014-07-18 | Use wins_set_bindings() for the configuration menu | Lukas Fleischer |
2014-07-18 | Make bindings always fill the whole status bar | Lukas Fleischer |
2014-07-18 | Always fix selection in listbox_load_items() | Lukas Fleischer |
2014-07-18 | Do not use malloc() or xmalloc() | Lukas Fleischer |
2014-07-18 | Do not display dialog on periodic save | Lukas Fleischer |
2014-07-18 | Initialize prompt buffers in the configuration menus | Lukas Fleischer |
2014-07-18 | Fix selection in listbox_load_items() | Lukas Fleischer |
2014-07-17 | keys.c: Merge keydef and binding_labels | Lukas Fleischer |
2014-07-17 | Rework key binding context switching | Lukas Fleischer |
2014-07-17 | Pause notification thread when reloading items | Lukas Fleischer |
2014-07-17 | Only run the merge tool on files with differences | Lukas Fleischer |
2014-07-17 | Reintroduce key bindings in configuration menus | Lukas Fleischer |
2014-07-17 | Split out code to set bindings | Lukas Fleischer |
2014-07-17 | wins.c: Drop NB_*_CMDS | Lukas Fleischer |
2014-07-16 | Refactor wins_launch_external() | Lukas Fleischer |
2014-07-16 | Avoid cancelling the save thread during saving | Lukas Fleischer |
2014-07-16 | Allow for merging data files when reloading | Lukas Fleischer |
2014-07-16 | Add a cleanup handler for the notify main thread | Lukas Fleischer |
2014-07-16 | day.c: Fix typo in error message | Lukas Fleischer |
2014-07-16 | Warn when reloading with unsaved modifications | Lukas Fleischer |
2014-07-16 | Automatically select first item in list boxes | Lukas Fleischer |
2014-07-16 | Add a key binding to reload appointments and todos | Lukas Fleischer |
2014-07-16 | Initialize linked list for recurrent items | Lukas Fleischer |
2014-07-09 | Do not highlight items on inactive windows | Lukas Fleischer |