| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for UTC times in iCal imports | Lukas Fleischer | 2015-02-23 | 1 | -0/+1 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 |
* | Let SIGUSR1 trigger a reload | Tim Hentenaar | 2014-10-10 | 1 | -0/+1 |
* | Factor out item reload code | Lukas Fleischer | 2014-10-10 | 1 | -0/+1 |
* | Add io_load_data() wrapper | Lukas Fleischer | 2014-10-10 | 1 | -0/+1 |
* | Allow for filtering TODO items | Lukas Fleischer | 2014-08-06 | 1 | -7/+21 |
* | Add pattern filter option | Lukas Fleischer | 2014-08-06 | 1 | -1/+2 |
* | Add item filters | Lukas Fleischer | 2014-08-06 | 1 | -5/+24 |
* | Refactor new_tempfile() | Lukas Fleischer | 2014-07-22 | 1 | -2/+1 |
* | Add vasprintf() and asprintf() | Lukas Fleischer | 2014-07-22 | 1 | -0/+2 |
* | Use wins_set_bindings() for the configuration menu | Lukas Fleischer | 2014-07-18 | 1 | -2/+9 |
* | Rework key binding context switching | Lukas Fleischer | 2014-07-17 | 1 | -9/+2 |
* | Only run the merge tool on files with differences | Lukas Fleischer | 2014-07-17 | 1 | -0/+1 |
* | Split out code to set bindings | Lukas Fleischer | 2014-07-17 | 1 | -0/+2 |
* | Refactor wins_launch_external() | Lukas Fleischer | 2014-07-16 | 1 | -2/+1 |
* | Allow for merging data files when reloading | Lukas Fleischer | 2014-07-16 | 1 | -4/+9 |
* | Warn when reloading with unsaved modifications | Lukas Fleischer | 2014-07-16 | 1 | -0/+3 |
* | Add a key binding to reload appointments and todos | Lukas Fleischer | 2014-07-16 | 1 | -0/+1 |
* | Initialize linked list for recurrent items | Lukas Fleischer | 2014-07-16 | 1 | -0/+1 |
* | Load todo items on startup | Lukas Fleischer | 2014-07-09 | 1 | -0/+1 |
* | Fix segmentation fault | Lukas Fleischer | 2014-06-25 | 1 | -1/+1 |
* | Avoid blank space after the last list box item | Lukas Fleischer | 2014-05-19 | 1 | -0/+2 |
* | Resize panels properly | Lukas Fleischer | 2014-05-19 | 1 | -2/+2 |
* | Use an enum for the type field of day_item | Lukas Fleischer | 2014-05-18 | 1 | -13/+13 |
* | Reintroduce heading and separator in appointments | Lukas Fleischer | 2014-05-18 | 1 | -5/+6 |
* | Add support for caption rows in list boxes | Lukas Fleischer | 2014-05-18 | 1 | -2/+14 |
* | ui-day: Large-scale refactoring | Lukas Fleischer | 2014-05-18 | 1 | -26/+26 |
* | Store appointments for the current day in a vector | Lukas Fleischer | 2014-05-18 | 1 | -1/+1 |
* | Add a vector implementation | Lukas Fleischer | 2014-05-18 | 1 | -0/+1 |
* | ui-calendar: Use scroll window implementation | Lukas Fleischer | 2014-05-18 | 1 | -1/+2 |
* | ui-todo: Large-scale refactoring | Lukas Fleischer | 2014-05-18 | 1 | -17/+17 |
* | Add support for drawing highlighted decoration | Lukas Fleischer | 2014-05-18 | 1 | -2/+2 |
* | Reduce flicker when resizing in option menus | Lukas Fleischer | 2014-05-18 | 1 | -0/+1 |
* | Add a generic list box implementation | Lukas Fleischer | 2014-05-18 | 1 | -0/+26 |
* | Rework scroll window implementation | Lukas Fleischer | 2014-05-18 | 1 | -5/+13 |
* | Pass date parameter to ui_day_update_panel() | Lukas Fleischer | 2014-05-13 | 1 | -1/+1 |
* | Display translated help pages | Lukas Fleischer | 2013-08-27 | 1 | -0/+1 |
* | Split online help code into a separate function | Lukas Fleischer | 2013-07-18 | 1 | -0/+3 |
* | Rename io_file_exist{,s}() | Lukas Fleischer | 2013-07-17 | 1 | -1/+1 |
* | Drop legacy online help system | Lukas Fleischer | 2013-07-17 | 1 | -4/+0 |
* | Add command prompt | Lukas Fleischer | 2013-07-17 | 1 | -0/+1 |
* | Add -l/--limit option | William Pettersson | 2013-07-16 | 1 | -1/+1 |
* | Use a macro to determine the size of arrays | Lukas Fleischer | 2013-05-04 | 1 | -0/+2 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -222/+227 |
* | parse_{date,time}(): Split out date/time validation | Lukas Fleischer | 2013-02-27 | 1 | -0/+2 |
* | Mark todo_get_position() public | Lukas Fleischer | 2013-02-14 | 1 | -0/+1 |
* | calendar.c: Rename to "ui-calendar.c" | Lukas Fleischer | 2013-02-14 | 1 | -22/+22 |
* | todo.c: Split out UI-related functions | Lukas Fleischer | 2013-02-14 | 1 | -13/+13 |
* | apoint.c: Split out UI-related functions | Lukas Fleischer | 2013-02-14 | 1 | -7/+7 |
* | Rename appointment/event-related UI functions | Lukas Fleischer | 2013-02-14 | 1 | -8/+8 |