| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a grep mode | Lukas Fleischer | 2014-08-07 | 2 | -13/+40 |
* | args.c: Reword error messages | Lukas Fleischer | 2014-08-06 | 1 | -14/+14 |
* | io.c: Error out on non-existent calendar file | Lukas Fleischer | 2014-08-06 | 1 | -38/+3 |
* | Use backwards-compatible out format for queries | Lukas Fleischer | 2014-08-06 | 4 | -10/+51 |
* | 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 | 4 | -16/+68 |
* | Add a query mode | Lukas Fleischer | 2014-08-06 | 1 | -6/+69 |
* | Add pattern filter option | Lukas Fleischer | 2014-08-06 | 6 | -56/+51 |
* | Add item filters | Lukas Fleischer | 2014-08-06 | 8 | -24/+207 |
* | po/calcurse.pot: Update message catalog | Lukas Fleischer | 2014-08-03 | 1 | -10/+16 |
* | Document compact mode and default panel options | Lukas Fleischer | 2014-08-03 | 1 | -0/+6 |
* | Set default panel before showing system dialogs | Lukas Fleischer | 2014-08-03 | 1 | -1/+1 |
* | Make compact mode and default panel configurable | Lukas Fleischer | 2014-08-03 | 1 | -33/+68 |
* | po/: Translation updates from Transifex | Lukas Fleischer | 2014-08-03 | 7 | -1365/+1524 |
* | Document the reload feature | Lukas Fleischer | 2014-07-28 | 5 | -0/+52 |
* | po/calcurse.pot: Update message catalog | Lukas Fleischer | 2014-07-28 | 1 | -190/+190 |
* | Show system dialog after reloading items | Lukas Fleischer | 2014-07-28 | 1 | -0/+8 |
* | ical.c: Parse multiple exception rules properly | Lukas Fleischer | 2014-07-28 | 1 | -1/+1 |
* | ical.c: Simplify and fix ical_durtime2long() | Lukas Fleischer | 2014-07-28 | 1 | -20/+15 |
* | io.c: Remove superfluous space from message | Lukas Fleischer | 2014-07-28 | 1 | -1/+1 |
* | tests/: Add basic iCal import tests | Lukas Fleischer | 2014-07-28 | 7 | -0/+267 |
* | ui-day.c: Reorganize some free() operations | Lukas Fleischer | 2014-07-27 | 1 | -7/+7 |
* | Do not error out when calling xfree(NULL) | Lukas Fleischer | 2014-07-27 | 1 | -1/+0 |
* | Fix find_basedir() and display_help() | Lukas Fleischer | 2014-07-27 | 1 | -4/+2 |
* | config.c: Rework configuration serialization | Lukas Fleischer | 2014-07-22 | 1 | -66/+58 |
* | Refactor new_tempfile() | Lukas Fleischer | 2014-07-22 | 5 | -45/+47 |
* | Replace several uses of snprintf() by asprintf() | Lukas Fleischer | 2014-07-22 | 9 | -135/+150 |
* | Add vasprintf() and asprintf() | Lukas Fleischer | 2014-07-22 | 2 | -0/+40 |
* | Small code cleanups | Lukas Fleischer | 2014-07-18 | 2 | -20/+16 |
* | Use wins_set_bindings() for the configuration menu | Lukas Fleischer | 2014-07-18 | 3 | -42/+75 |
* | Make bindings always fill the whole status bar | Lukas Fleischer | 2014-07-18 | 1 | -0/+2 |
* | Always fix selection in listbox_load_items() | Lukas Fleischer | 2014-07-18 | 1 | -5/+3 |
* | Do not use malloc() or xmalloc() | Lukas Fleischer | 2014-07-18 | 3 | -7/+7 |
* | Do not display dialog on periodic save | Lukas Fleischer | 2014-07-18 | 1 | -1/+2 |
* | Initialize prompt buffers in the configuration menus | Lukas Fleischer | 2014-07-18 | 2 | -1/+5 |
* | Fix selection in listbox_load_items() | Lukas Fleischer | 2014-07-18 | 1 | -7/+13 |
* | keys.c: Merge keydef and binding_labels | Lukas Fleischer | 2014-07-17 | 1 | -100/+51 |
* | Rework key binding context switching | Lukas Fleischer | 2014-07-17 | 5 | -142/+132 |
* | Pause notification thread when reloading items | Lukas Fleischer | 2014-07-17 | 1 | -0/+6 |
* | Only run the merge tool on files with differences | Lukas Fleischer | 2014-07-17 | 3 | -7/+42 |
* | Reintroduce key bindings in configuration menus | Lukas Fleischer | 2014-07-17 | 2 | -4/+28 |
* | Split out code to set bindings | Lukas Fleischer | 2014-07-17 | 2 | -16/+28 |
* | wins.c: Drop NB_*_CMDS | Lukas Fleischer | 2014-07-17 | 1 | -28/+11 |
* | Refactor wins_launch_external() | Lukas Fleischer | 2014-07-16 | 6 | -29/+20 |
* | Avoid cancelling the save thread during saving | Lukas Fleischer | 2014-07-16 | 1 | -4/+8 |
* | Allow for merging data files when reloading | Lukas Fleischer | 2014-07-16 | 6 | -18/+97 |
* | Add a cleanup handler for the notify main thread | Lukas Fleischer | 2014-07-16 | 1 | -0/+13 |
* | day.c: Fix typo in error message | Lukas Fleischer | 2014-07-16 | 1 | -2/+2 |
* | Warn when reloading with unsaved modifications | Lukas Fleischer | 2014-07-16 | 5 | -0/+58 |