summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-08src/Makefile.am: Add vector.h to source filesLukas Fleischer
2014-07-08Make sure that tmppath is always NULL-terminatedLukas Fleischer
2014-07-08ical.c: Remove newlines from item summariesLukas Fleischer
2014-07-08Define _DARWIN_C_SOURCE to get SIGWINCH on OS XJack Nagel
2014-07-08Fix SHA1 calculation of long notesLukas Fleischer
2014-06-25Fix segmentation faultLukas Fleischer
2014-05-19Avoid blank space after the last list box itemLukas Fleischer
2014-05-19Resize panels properlyLukas Fleischer
2014-05-19listbox_resize(): Avoid segmentation faultLukas Fleischer
2014-05-19Fix calendar centeringLukas Fleischer
2014-05-18Use an enum for the type field of day_itemLukas Fleischer
2014-05-18Add default cases to some switch statementsLukas Fleischer
2014-05-18day_item_add_exc(): Fix unwanted fall-throughLukas Fleischer
2014-05-18Reintroduce heading and separator in appointmentsLukas Fleischer
2014-05-18Add support for caption rows in list boxesLukas Fleischer
2014-05-18Remove unused functions border_{,no}color()Lukas Fleischer
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