| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Automatically select first item in list boxes | Lukas Fleischer | 2014-07-16 | 1 | -0/+3 |
* | Add a key binding to reload appointments and todos | Lukas Fleischer | 2014-07-16 | 4 | -25/+49 |
* | Initialize linked list for recurrent items | Lukas Fleischer | 2014-07-16 | 4 | -0/+8 |
* | Release 3.2.1v3.2.1 | Lukas Fleischer | 2014-07-09 | 2 | -1/+8 |
* | Do not highlight items on inactive windows | Lukas Fleischer | 2014-07-09 | 2 | -0/+4 |
* | Load todo items on startup | Lukas Fleischer | 2014-07-09 | 3 | -0/+8 |
* | Release 3.2.0v3.2.0 | Lukas Fleischer | 2014-07-08 | 2 | -1/+28 |
* | po/: Translation updates from Transifex | Lukas Fleischer | 2014-07-08 | 31 | -3677/+1864 |
* | test/: Remove temporary errors file in tests | Lukas Fleischer | 2014-07-08 | 20 | -0/+20 |
* | test/Makefile.am: Add missing test data | Lukas Fleischer | 2014-07-08 | 1 | -0/+27 |
* | Implement test initialization properly | Lukas Fleischer | 2014-07-08 | 49 | -49/+52 |
* | src/Makefile.am: Add vector.h to source files | Lukas Fleischer | 2014-07-08 | 1 | -0/+1 |
* | .tx/config: Remove trailing slash from URI | Lukas Fleischer | 2014-07-08 | 1 | -1/+1 |
* | Make sure that tmppath is always NULL-terminated | Lukas Fleischer | 2014-07-08 | 2 | -2/+3 |
* | ical.c: Remove newlines from item summaries | Lukas Fleischer | 2014-07-08 | 1 | -6/+12 |
* | Define _DARWIN_C_SOURCE to get SIGWINCH on OS X | Jack Nagel | 2014-07-08 | 1 | -0/+5 |
* | Fix SHA1 calculation of long notes | Lukas Fleischer | 2014-07-08 | 1 | -1/+5 |
* | Fix segmentation fault | Lukas Fleischer | 2014-06-25 | 4 | -14/+16 |
* | Avoid blank space after the last list box item | Lukas Fleischer | 2014-05-19 | 3 | -0/+19 |
* | Resize panels properly | Lukas Fleischer | 2014-05-19 | 4 | -17/+23 |
* | listbox_resize(): Avoid segmentation fault | Lukas Fleischer | 2014-05-19 | 1 | -0/+4 |
* | Fix calendar centering | Lukas Fleischer | 2014-05-19 | 1 | -11/+9 |
* | Use an enum for the type field of day_item | Lukas Fleischer | 2014-05-18 | 1 | -13/+13 |
* | Add default cases to some switch statements | Lukas Fleischer | 2014-05-18 | 3 | -5/+26 |
* | day_item_add_exc(): Fix unwanted fall-through | Lukas Fleischer | 2014-05-18 | 1 | -0/+2 |