| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | parse_duration(): Bail out early in final state | Lukas Fleischer | 2013-02-14 | 1 | -6/+4 |
* | ui-day.c: Several minor simplifications | Lukas Fleischer | 2013-02-14 | 1 | -134/+110 |
* | ui-todo.c: Refactor ui_todo_chg_priority() | Lukas Fleischer | 2013-02-14 | 1 | -19/+10 |
* | Mark todo_get_position() public | Lukas Fleischer | 2013-02-14 | 2 | -1/+2 |
* | calendar.c: Rename to "ui-calendar.c" | Lukas Fleischer | 2013-02-14 | 12 | -126/+126 |
* | todo.c: Split out UI-related functions | Lukas Fleischer | 2013-02-14 | 6 | -242/+242 |
* | apoint.c: Split out UI-related functions | Lukas Fleischer | 2013-02-14 | 5 | -168/+168 |
* | Rename appointment/event-related UI functions | Lukas Fleischer | 2013-02-14 | 5 | -29/+29 |
* | Split out UI functions for todo items | Lukas Fleischer | 2013-02-14 | 5 | -111/+150 |
* | Merge branch 'maint' | Lukas Fleischer | 2013-02-04 | 33 | -35/+42 |
|\ |
|
| * | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 33 | -35/+35 |
| * | Close key binding window when reassigning the same key | Michael Smith | 2013-02-04 | 1 | -0/+6 |
| * | Do not prompt for a todo after adding an appointment | Lukas Fleischer | 2013-02-03 | 1 | -0/+1 |
* | | Merge branch 'maint' | Lukas Fleischer | 2013-02-02 | 2 | -5/+8 |
|\| |
|
| * | Properly skip spaces after exception list | Lukas Fleischer | 2013-02-01 | 1 | -2/+4 |
| * | Skip start time update if prompt is canceled | Lukas Fleischer | 2013-02-01 | 1 | -1/+2 |