Age | Commit message (Expand) | Author |
2014-07-08 | src/Makefile.am: Add vector.h to source files | Lukas Fleischer |
2014-07-08 | Make sure that tmppath is always NULL-terminated | Lukas Fleischer |
2014-07-08 | ical.c: Remove newlines from item summaries | Lukas Fleischer |
2014-07-08 | Define _DARWIN_C_SOURCE to get SIGWINCH on OS X | Jack Nagel |
2014-07-08 | Fix SHA1 calculation of long notes | Lukas Fleischer |
2014-06-25 | Fix segmentation fault | Lukas Fleischer |
2014-05-19 | Avoid blank space after the last list box item | Lukas Fleischer |
2014-05-19 | Resize panels properly | Lukas Fleischer |
2014-05-19 | listbox_resize(): Avoid segmentation fault | Lukas Fleischer |
2014-05-19 | Fix calendar centering | Lukas Fleischer |
2014-05-18 | Use an enum for the type field of day_item | Lukas Fleischer |
2014-05-18 | Add default cases to some switch statements | Lukas Fleischer |
2014-05-18 | day_item_add_exc(): Fix unwanted fall-through | Lukas Fleischer |
2014-05-18 | Reintroduce heading and separator in appointments | Lukas Fleischer |
2014-05-18 | Add support for caption rows in list boxes | Lukas Fleischer |
2014-05-18 | Remove unused functions border_{,no}color() | Lukas Fleischer |
2014-05-18 | ui-day: Large-scale refactoring | Lukas Fleischer |
2014-05-18 | Store appointments for the current day in a vector | Lukas Fleischer |
2014-05-18 | Add a vector implementation | Lukas Fleischer |
2014-05-18 | ui-calendar: Use scroll window implementation | Lukas Fleischer |
2014-05-18 | ui-todo: Large-scale refactoring | Lukas Fleischer |
2014-05-18 | Add support for drawing highlighted decoration | Lukas Fleischer |
2014-05-18 | custom.c: Simplify code | Lukas Fleischer |
2014-05-18 | Remove numbers and whitespace from option menus | Lukas Fleischer |
2014-05-18 | Reduce flicker when resizing in option menus | Lukas Fleischer |
2014-05-18 | Use generic list box for notification options | Lukas Fleischer |
2014-05-18 | Use generic list box for general options | Lukas Fleischer |
2014-05-18 | Add a generic list box implementation | Lukas Fleischer |
2014-05-18 | Rework scroll window implementation | Lukas Fleischer |
2014-05-13 | Pass date parameter to ui_day_update_panel() | Lukas Fleischer |
2013-08-27 | Display translated help pages | Lukas Fleischer |
2013-08-13 | Redraw screen if command prompt is canceled | Lukas Fleischer |
2013-07-18 | Add write and quit commands | Lukas Fleischer |
2013-07-18 | Add support for moving appointments | Lukas Fleischer |
2013-07-18 | update_start_time(): Allow for moving an item | Lukas Fleischer |
2013-07-18 | Allow for making an appointment punctual | Lukas Fleischer |
2013-07-18 | key_generic_help(): Use display_help() | Lukas Fleischer |
2013-07-18 | Split online help code into a separate function | Lukas Fleischer |
2013-07-17 | Rename io_file_exist{,s}() | Lukas Fleischer |
2013-07-17 | Add several help topic aliases | Lukas Fleischer |
2013-07-17 | Allow for getting help on key bindings | Lukas Fleischer |
2013-07-17 | Drop legacy online help system | Lukas Fleischer |
2013-07-17 | Add introduction to the new online help system | Lukas Fleischer |
2013-07-17 | Add help command | Lukas Fleischer |
2013-07-17 | Add command prompt | Lukas Fleischer |
2013-07-17 | Add a short format specifier for "%(remaining)" | Lukas Fleischer |
2013-07-17 | Allow extended formats for durations | Lukas Fleischer |
2013-07-17 | print_datediff(): Actually print a date difference | Lukas Fleischer |
2013-07-17 | Add %(remaining) style formatting | William Pettersson |
2013-07-16 | Add -l/--limit option | William Pettersson |