summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-17Reintroduce key bindings in configuration menusLukas Fleischer
2014-07-17Split out code to set bindingsLukas Fleischer
2014-07-17wins.c: Drop NB_*_CMDSLukas Fleischer
2014-07-16Refactor wins_launch_external()Lukas Fleischer
2014-07-16Avoid cancelling the save thread during savingLukas Fleischer
2014-07-16Allow for merging data files when reloadingLukas Fleischer
2014-07-16Add a cleanup handler for the notify main threadLukas Fleischer
2014-07-16day.c: Fix typo in error messageLukas Fleischer
2014-07-16Warn when reloading with unsaved modificationsLukas Fleischer
2014-07-16Automatically select first item in list boxesLukas Fleischer
2014-07-16Add a key binding to reload appointments and todosLukas Fleischer
2014-07-16Initialize linked list for recurrent itemsLukas Fleischer
2014-07-09Do not highlight items on inactive windowsLukas Fleischer
2014-07-09Load todo items on startupLukas Fleischer
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