aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Small code cleanupsLukas Fleischer2014-07-182-20/+16
* Use wins_set_bindings() for the configuration menuLukas Fleischer2014-07-183-42/+75
* Make bindings always fill the whole status barLukas Fleischer2014-07-181-0/+2
* Always fix selection in listbox_load_items()Lukas Fleischer2014-07-181-5/+3
* Do not use malloc() or xmalloc()Lukas Fleischer2014-07-183-7/+7
* Do not display dialog on periodic saveLukas Fleischer2014-07-181-1/+2
* Initialize prompt buffers in the configuration menusLukas Fleischer2014-07-182-1/+5
* Fix selection in listbox_load_items()Lukas Fleischer2014-07-181-7/+13
* keys.c: Merge keydef and binding_labelsLukas Fleischer2014-07-171-100/+51
* Rework key binding context switchingLukas Fleischer2014-07-175-142/+132
* Pause notification thread when reloading itemsLukas Fleischer2014-07-171-0/+6
* Only run the merge tool on files with differencesLukas Fleischer2014-07-173-7/+42
* Reintroduce key bindings in configuration menusLukas Fleischer2014-07-172-4/+28
* Split out code to set bindingsLukas Fleischer2014-07-172-16/+28
* wins.c: Drop NB_*_CMDSLukas Fleischer2014-07-171-28/+11
* Refactor wins_launch_external()Lukas Fleischer2014-07-166-29/+20
* Avoid cancelling the save thread during savingLukas Fleischer2014-07-161-4/+8
* Allow for merging data files when reloadingLukas Fleischer2014-07-166-18/+97
* Add a cleanup handler for the notify main threadLukas Fleischer2014-07-161-0/+13
* day.c: Fix typo in error messageLukas Fleischer2014-07-161-2/+2
* Warn when reloading with unsaved modificationsLukas Fleischer2014-07-165-0/+58
* Automatically select first item in list boxesLukas Fleischer2014-07-161-0/+3
* Add a key binding to reload appointments and todosLukas Fleischer2014-07-164-25/+49
* Initialize linked list for recurrent itemsLukas Fleischer2014-07-164-0/+8
* Release 3.2.1v3.2.1Lukas Fleischer2014-07-092-1/+8
* Do not highlight items on inactive windowsLukas Fleischer2014-07-092-0/+4
* Load todo items on startupLukas Fleischer2014-07-093-0/+8
* Release 3.2.0v3.2.0Lukas Fleischer2014-07-082-1/+28
* po/: Translation updates from TransifexLukas Fleischer2014-07-0831-3677/+1864
* test/: Remove temporary errors file in testsLukas Fleischer2014-07-0820-0/+20
* test/Makefile.am: Add missing test dataLukas Fleischer2014-07-081-0/+27
* Implement test initialization properlyLukas Fleischer2014-07-0849-49/+52
* src/Makefile.am: Add vector.h to source filesLukas Fleischer2014-07-081-0/+1
* .tx/config: Remove trailing slash from URILukas Fleischer2014-07-081-1/+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