summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-05-18ui-day: Large-scale refactoringLukas Fleischer
2014-05-18Store appointments for the current day in a vectorLukas Fleischer
2014-05-18Add a vector implementationLukas Fleischer
2014-05-18ui-calendar: Use scroll window implementationLukas Fleischer
2014-05-18ui-todo: Large-scale refactoringLukas Fleischer
2014-05-18Add support for drawing highlighted decorationLukas Fleischer
2014-05-18custom.c: Simplify codeLukas Fleischer
2014-05-18Remove numbers and whitespace from option menusLukas Fleischer
2014-05-18Reduce flicker when resizing in option menusLukas Fleischer
2014-05-18Use generic list box for notification optionsLukas Fleischer
2014-05-18Use generic list box for general optionsLukas Fleischer
2014-05-18Add a generic list box implementationLukas Fleischer
2014-05-18Rework scroll window implementationLukas Fleischer
2014-05-13Pass date parameter to ui_day_update_panel()Lukas Fleischer
2013-08-27Display translated help pagesLukas Fleischer
2013-08-13Redraw screen if command prompt is canceledLukas Fleischer
2013-07-18Add write and quit commandsLukas Fleischer
2013-07-18Add support for moving appointmentsLukas Fleischer
2013-07-18update_start_time(): Allow for moving an itemLukas Fleischer
2013-07-18Allow for making an appointment punctualLukas Fleischer
2013-07-18key_generic_help(): Use display_help()Lukas Fleischer
2013-07-18Split online help code into a separate functionLukas Fleischer
2013-07-17Rename io_file_exist{,s}()Lukas Fleischer
2013-07-17Add several help topic aliasesLukas Fleischer
2013-07-17Allow for getting help on key bindingsLukas Fleischer
2013-07-17Drop legacy online help systemLukas Fleischer
2013-07-17Add introduction to the new online help systemLukas Fleischer
2013-07-17Add help commandLukas Fleischer
2013-07-17Add command promptLukas Fleischer
2013-07-17Add a short format specifier for "%(remaining)"Lukas Fleischer
2013-07-17Allow extended formats for durationsLukas Fleischer
2013-07-17print_datediff(): Actually print a date differenceLukas Fleischer
2013-07-17Add %(remaining) style formattingWilliam Pettersson
2013-07-16Add -l/--limit optionWilliam Pettersson
2013-05-14Fix a couple of translatable stringsLukas Fleischer
2013-05-14Support punctual appointments in the UILukas Fleischer
2013-05-14display_item_date(): Support punctual appointmentsLukas Fleischer
2013-05-14Refactor display_item_date()Lukas Fleischer
2013-05-04Use a macro to determine the size of arraysLukas Fleischer
2013-05-02recur.c: Refactor/Reformat recur_item_find_occurrence()Lukas Fleischer
2013-04-14recur_exc_scan(): Do not check time of exceptionsLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-27Validate date/time when scanning itemsLukas Fleischer
2013-02-27parse_{date,time}(): Split out date/time validationLukas Fleischer
2013-02-19date_sec2date_str(): Add missing semicolonLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer
2013-02-14parse_duration(): Bail out early in final stateLukas Fleischer
2013-02-14ui-day.c: Several minor simplificationsLukas Fleischer
2013-02-14ui-todo.c: Refactor ui_todo_chg_priority()Lukas Fleischer
2013-02-14Mark todo_get_position() publicLukas Fleischer