| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Allow for making an appointment punctual | Lukas Fleischer | 2013-07-18 | 1 | -3/+8 |
* | key_generic_help(): Use display_help() | Lukas Fleischer | 2013-07-18 | 1 | -1/+1 |
* | Split online help code into a separate function | Lukas Fleischer | 2013-07-18 | 4 | -100/+149 |
* | Rename io_file_exist{,s}() | Lukas Fleischer | 2013-07-17 | 4 | -8/+8 |
* | Add several help topic aliases | Lukas Fleischer | 2013-07-17 | 1 | -8/+92 |
* | Allow for getting help on key bindings | Lukas Fleischer | 2013-07-17 | 1 | -0/+8 |
* | Drop legacy online help system | Lukas Fleischer | 2013-07-17 | 5 | -850/+1 |
* | Add introduction to the new online help system | Lukas Fleischer | 2013-07-17 | 1 | -0/+3 |
* | Add help command | Lukas Fleischer | 2013-07-17 | 2 | -1/+31 |
* | Add command prompt | Lukas Fleischer | 2013-07-17 | 4 | -3/+19 |
* | Add a short format specifier for "%(remaining)" | Lukas Fleischer | 2013-07-17 | 1 | -0/+2 |
* | Allow extended formats for durations | Lukas Fleischer | 2013-07-17 | 1 | -1/+5 |
* | print_datediff(): Actually print a date difference | Lukas Fleischer | 2013-07-17 | 1 | -5/+3 |
* | Add %(remaining) style formatting | William Pettersson | 2013-07-17 | 1 | -0/+83 |
* | Add -l/--limit option | William Pettersson | 2013-07-16 | 3 | -18/+44 |
* | Fix a couple of translatable strings | Lukas Fleischer | 2013-05-14 | 7 | -28/+28 |
* | Support punctual appointments in the UI | Lukas Fleischer | 2013-05-14 | 1 | -0/+4 |
* | display_item_date(): Support punctual appointments | Lukas Fleischer | 2013-05-14 | 1 | -2/+3 |
* | Refactor display_item_date() | Lukas Fleischer | 2013-05-14 | 1 | -12/+6 |
* | Use a macro to determine the size of arrays | Lukas Fleischer | 2013-05-04 | 5 | -15/+14 |
* | recur.c: Refactor/Reformat recur_item_find_occurrence() | Lukas Fleischer | 2013-05-02 | 1 | -17/+13 |
* | recur_exc_scan(): Do not check time of exceptions | Lukas Fleischer | 2013-04-14 | 1 | -2/+1 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 34 | -11286/+11867 |
* | Validate date/time when scanning items | Lukas Fleischer | 2013-02-27 | 3 | -0/+29 |
* | parse_{date,time}(): Split out date/time validation | Lukas Fleischer | 2013-02-27 | 2 | -3/+25 |
* | date_sec2date_str(): Add missing semicolon | Lukas Fleischer | 2013-02-19 | 1 | -1/+1 |
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 20 | -132/+172 |