aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename io_file_exist{,s}()Lukas Fleischer2013-07-174-8/+8
* Add several help topic aliasesLukas Fleischer2013-07-171-8/+92
* Allow for getting help on key bindingsLukas Fleischer2013-07-172-4/+12
* Drop legacy online help systemLukas Fleischer2013-07-175-850/+1
* Add introduction to the new online help systemLukas Fleischer2013-07-173-0/+19
* Add help commandLukas Fleischer2013-07-172-1/+31
* Add command promptLukas Fleischer2013-07-174-3/+19
* Add help text files to dist_doc_DATALukas Fleischer2013-07-171-1/+24
* Add a short format specifier for "%(remaining)"Lukas Fleischer2013-07-171-0/+2
* Allow extended formats for durationsLukas Fleischer2013-07-171-1/+5
* print_datediff(): Actually print a date differenceLukas Fleischer2013-07-171-5/+3
* Add %(remaining) style formattingWilliam Pettersson2013-07-171-0/+83
* Add -l/--limit optionWilliam Pettersson2013-07-163-18/+44
* Export online help as text filesLukas Fleischer2013-07-0922-0/+406
* Fix a couple of translatable stringsLukas Fleischer2013-05-147-28/+28
* Support punctual appointments in the UILukas Fleischer2013-05-141-0/+4
* display_item_date(): Support punctual appointmentsLukas Fleischer2013-05-141-2/+3
* Refactor display_item_date()Lukas Fleischer2013-05-141-12/+6
* Use a macro to determine the size of arraysLukas Fleischer2013-05-045-15/+14
* recur.c: Refactor/Reformat recur_item_find_occurrence()Lukas Fleischer2013-05-021-17/+13
* recur_exc_scan(): Do not check time of exceptionsLukas Fleischer2013-04-141-2/+1
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-1435-11435/+12019
* Validate date/time when scanning itemsLukas Fleischer2013-02-273-0/+29
* parse_{date,time}(): Split out date/time validationLukas Fleischer2013-02-272-3/+25
* test/: Add default values for configuration variablesLukas Fleischer2013-02-2750-7/+102
* test/: Add a couple of black-box tests for itemsLukas Fleischer2013-02-2755-0/+251
* date_sec2date_str(): Add missing semicolonLukas Fleischer2013-02-191-1/+1
* Fix braces in if-else statementsLukas Fleischer2013-02-1720-132/+172
* parse_duration(): Bail out early in final stateLukas Fleischer2013-02-141-6/+4
* ui-day.c: Several minor simplificationsLukas Fleischer2013-02-141-134/+110
* ui-todo.c: Refactor ui_todo_chg_priority()Lukas Fleischer2013-02-141-19/+10
* Mark todo_get_position() publicLukas Fleischer2013-02-142-1/+2
* calendar.c: Rename to "ui-calendar.c"Lukas Fleischer2013-02-1412-126/+126
* todo.c: Split out UI-related functionsLukas Fleischer2013-02-146-242/+242
* apoint.c: Split out UI-related functionsLukas Fleischer2013-02-145-168/+168
* Rename appointment/event-related UI functionsLukas Fleischer2013-02-145-29/+29
* Split out UI functions for todo itemsLukas Fleischer2013-02-145-111/+150
* Merge branch 'maint'Lukas Fleischer2013-02-093-1/+18
|\
| * Release 3.1.4v3.1.4Lukas Fleischer2013-02-092-1/+13
| * Do not ignore "--datarootdir" in "po/Makefile.in.in"Lukas Fleischer2013-02-051-0/+5
* | Merge branch 'maint'Lukas Fleischer2013-02-0449-63/+81
|\|
| * Update copyright rangesLukas Fleischer2013-02-0448-62/+62
| * Close key binding window when reassigning the same keyMichael Smith2013-02-041-0/+6
| * Do not prompt for a todo after adding an appointmentLukas Fleischer2013-02-031-0/+1
| * Release 3.1.3v3.1.3Lukas Fleischer2013-02-022-1/+12
* | Merge branch 'maint'Lukas Fleischer2013-02-022-5/+8
|\|
| * Properly skip spaces after exception listLukas Fleischer2013-02-011-2/+4
| * Skip start time update if prompt is canceledLukas Fleischer2013-02-011-1/+2
| * Skip duration update if the prompt is canceledLukas Fleischer2013-02-011-2/+2
* | day_process_storage(): Remove redundant parameterLukas Fleischer2013-02-013-10/+9