Age | Commit message (Expand) | Author |
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 |
2013-05-14 | Fix a couple of translatable strings | Lukas Fleischer |
2013-05-14 | Support punctual appointments in the UI | Lukas Fleischer |
2013-05-14 | display_item_date(): Support punctual appointments | Lukas Fleischer |
2013-05-14 | Refactor display_item_date() | Lukas Fleischer |
2013-05-04 | Use a macro to determine the size of arrays | Lukas Fleischer |
2013-05-02 | recur.c: Refactor/Reformat recur_item_find_occurrence() | Lukas Fleischer |
2013-04-14 | recur_exc_scan(): Do not check time of exceptions | Lukas Fleischer |
2013-04-14 | Use tabs instead of spaces for indentation | Lukas Fleischer |
2013-02-27 | Validate date/time when scanning items | Lukas Fleischer |
2013-02-27 | parse_{date,time}(): Split out date/time validation | Lukas Fleischer |
2013-02-19 | date_sec2date_str(): Add missing semicolon | Lukas Fleischer |
2013-02-17 | Fix braces in if-else statements | Lukas Fleischer |
2013-02-14 | parse_duration(): Bail out early in final state | Lukas Fleischer |
2013-02-14 | ui-day.c: Several minor simplifications | Lukas Fleischer |
2013-02-14 | ui-todo.c: Refactor ui_todo_chg_priority() | Lukas Fleischer |
2013-02-14 | Mark todo_get_position() public | Lukas Fleischer |
2013-02-14 | calendar.c: Rename to "ui-calendar.c" | Lukas Fleischer |
2013-02-14 | todo.c: Split out UI-related functions | Lukas Fleischer |
2013-02-14 | apoint.c: Split out UI-related functions | Lukas Fleischer |
2013-02-14 | Rename appointment/event-related UI functions | Lukas Fleischer |
2013-02-14 | Split out UI functions for todo items | Lukas Fleischer |
2013-02-04 | Merge branch 'maint' | Lukas Fleischer |
2013-02-04 | Update copyright ranges | Lukas Fleischer |
2013-02-04 | Close key binding window when reassigning the same key | Michael Smith |
2013-02-03 | Do not prompt for a todo after adding an appointment | Lukas Fleischer |
2013-02-02 | Merge branch 'maint' | Lukas Fleischer |
2013-02-01 | day_process_storage(): Remove redundant parameter | Lukas Fleischer |
2013-02-01 | Properly skip spaces after exception list | Lukas Fleischer |
2013-02-01 | Skip start time update if prompt is canceled | Lukas Fleischer |
2013-02-01 | Skip duration update if the prompt is canceled | Lukas Fleischer |
2013-01-30 | Use strncasecmp() for case-insensitive comparison | Lukas Fleischer |
2013-01-30 | Remove unused function mystrtol() | Lukas Fleischer |