aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add write and quit commandsLukas Fleischer2013-07-181-3/+26
* Add support for moving appointmentsLukas Fleischer2013-07-181-4/+14
* update_start_time(): Allow for moving an itemLukas Fleischer2013-07-181-3/+7
* Allow for making an appointment punctualLukas Fleischer2013-07-181-3/+8
* key_generic_help(): Use display_help()Lukas Fleischer2013-07-181-1/+1
* Split online help code into a separate functionLukas Fleischer2013-07-184-100/+149
* 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-171-0/+8
* Drop legacy online help systemLukas Fleischer2013-07-175-850/+1
* Add introduction to the new online help systemLukas Fleischer2013-07-171-0/+3
* Add help commandLukas Fleischer2013-07-172-1/+31
* Add command promptLukas Fleischer2013-07-174-3/+19
* 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
* 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-1434-11286/+11867
* Validate date/time when scanning itemsLukas Fleischer2013-02-273-0/+29
* parse_{date,time}(): Split out date/time validationLukas Fleischer2013-02-272-3/+25
* 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-0433-35/+42
|\
| * Update copyright rangesLukas Fleischer2013-02-0433-35/+35
| * 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
* | 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
* | Use strncasecmp() for case-insensitive comparisonLukas Fleischer2013-01-303-39/+22
* | Remove unused function mystrtol()Lukas Fleischer2013-01-302-16/+0