aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a vector implementationLukas Fleischer2014-05-184-0/+207
* ui-calendar: Use scroll window implementationLukas Fleischer2014-05-184-66/+60
* ui-todo: Large-scale refactoringLukas Fleischer2014-05-186-233/+155
* Add support for drawing highlighted decorationLukas Fleischer2014-05-185-11/+18
* custom.c: Simplify codeLukas Fleischer2014-05-181-10/+1
* Remove numbers and whitespace from option menusLukas Fleischer2014-05-182-28/+25
* Reduce flicker when resizing in option menusLukas Fleischer2014-05-184-3/+10
* Use generic list box for notification optionsLukas Fleischer2014-05-181-106/+107
* Use generic list box for general optionsLukas Fleischer2014-05-181-156/+187
* Add a generic list box implementationLukas Fleischer2014-05-183-0/+165
* Rework scroll window implementationLukas Fleischer2014-05-185-93/+123
* Pass date parameter to ui_day_update_panel()Lukas Fleischer2014-05-133-5/+3
* Display translated help pagesLukas Fleischer2013-08-273-3/+64
* Redraw screen if command prompt is canceledLukas Fleischer2013-08-131-1/+2
* 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