summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not highlight items on inactive windowsLukas Fleischer2014-07-092-0/+4
* Load todo items on startupLukas Fleischer2014-07-093-0/+8
* src/Makefile.am: Add vector.h to source filesLukas Fleischer2014-07-081-0/+1
* Make sure that tmppath is always NULL-terminatedLukas Fleischer2014-07-082-2/+3
* ical.c: Remove newlines from item summariesLukas Fleischer2014-07-081-6/+12
* Define _DARWIN_C_SOURCE to get SIGWINCH on OS XJack Nagel2014-07-081-0/+5
* Fix SHA1 calculation of long notesLukas Fleischer2014-07-081-1/+5
* Fix segmentation faultLukas Fleischer2014-06-254-14/+16
* Avoid blank space after the last list box itemLukas Fleischer2014-05-193-0/+19
* Resize panels properlyLukas Fleischer2014-05-194-17/+23
* listbox_resize(): Avoid segmentation faultLukas Fleischer2014-05-191-0/+4
* Fix calendar centeringLukas Fleischer2014-05-191-11/+9
* Use an enum for the type field of day_itemLukas Fleischer2014-05-181-13/+13
* Add default cases to some switch statementsLukas Fleischer2014-05-183-5/+26
* day_item_add_exc(): Fix unwanted fall-throughLukas Fleischer2014-05-181-0/+2
* Reintroduce heading and separator in appointmentsLukas Fleischer2014-05-184-32/+52
* Add support for caption rows in list boxesLukas Fleischer2014-05-187-16/+105
* Remove unused functions border_{,no}color()Lukas Fleischer2014-05-181-41/+0
* ui-day: Large-scale refactoringLukas Fleischer2014-05-186-362/+188
* Store appointments for the current day in a vectorLukas Fleischer2014-05-183-19/+21
* 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