| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | src/Makefile.am: Add vector.h to source files | Lukas Fleischer | 2014-07-08 | 1 | -0/+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 |
* | Reintroduce heading and separator in appointments | Lukas Fleischer | 2014-05-18 | 4 | -32/+52 |
* | Add support for caption rows in list boxes | Lukas Fleischer | 2014-05-18 | 7 | -16/+105 |
* | Remove unused functions border_{,no}color() | Lukas Fleischer | 2014-05-18 | 1 | -41/+0 |
* | ui-day: Large-scale refactoring | Lukas Fleischer | 2014-05-18 | 6 | -362/+188 |
* | Store appointments for the current day in a vector | Lukas Fleischer | 2014-05-18 | 3 | -19/+21 |
* | Add a vector implementation | Lukas Fleischer | 2014-05-18 | 4 | -0/+207 |
* | ui-calendar: Use scroll window implementation | Lukas Fleischer | 2014-05-18 | 4 | -66/+60 |
* | ui-todo: Large-scale refactoring | Lukas Fleischer | 2014-05-18 | 6 | -233/+155 |
* | Add support for drawing highlighted decoration | Lukas Fleischer | 2014-05-18 | 5 | -11/+18 |
* | custom.c: Simplify code | Lukas Fleischer | 2014-05-18 | 1 | -10/+1 |
* | Remove numbers and whitespace from option menus | Lukas Fleischer | 2014-05-18 | 2 | -28/+25 |
* | Reduce flicker when resizing in option menus | Lukas Fleischer | 2014-05-18 | 4 | -3/+10 |
* | Use generic list box for notification options | Lukas Fleischer | 2014-05-18 | 1 | -106/+107 |
* | Use generic list box for general options | Lukas Fleischer | 2014-05-18 | 1 | -156/+187 |
* | Add a generic list box implementation | Lukas Fleischer | 2014-05-18 | 3 | -0/+165 |
* | Rework scroll window implementation | Lukas Fleischer | 2014-05-18 | 5 | -93/+123 |
* | Pass date parameter to ui_day_update_panel() | Lukas Fleischer | 2014-05-13 | 3 | -5/+3 |
* | Display translated help pages | Lukas Fleischer | 2013-08-27 | 3 | -3/+64 |
* | Redraw screen if command prompt is canceled | Lukas Fleischer | 2013-08-13 | 1 | -1/+2 |
* | Add write and quit commands | Lukas Fleischer | 2013-07-18 | 1 | -3/+26 |
* | Add support for moving appointments | Lukas Fleischer | 2013-07-18 | 1 | -4/+14 |
* | update_start_time(): Allow for moving an item | Lukas Fleischer | 2013-07-18 | 1 | -3/+7 |