aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not use filters in GC or import modeLukas Fleischer2014-08-061-4/+4
* Rework command line argument handlingLukas Fleischer2014-08-061-431/+164
* Allow for filtering TODO itemsLukas Fleischer2014-08-064-16/+68
* Add a query modeLukas Fleischer2014-08-061-6/+69
* Add pattern filter optionLukas Fleischer2014-08-066-56/+51
* Add item filtersLukas Fleischer2014-08-068-24/+207
* Set default panel before showing system dialogsLukas Fleischer2014-08-031-1/+1
* Make compact mode and default panel configurableLukas Fleischer2014-08-031-33/+68
* Document the reload featureLukas Fleischer2014-07-281-0/+2
* Show system dialog after reloading itemsLukas Fleischer2014-07-281-0/+8
* ical.c: Parse multiple exception rules properlyLukas Fleischer2014-07-281-1/+1
* ical.c: Simplify and fix ical_durtime2long()Lukas Fleischer2014-07-281-20/+15
* io.c: Remove superfluous space from messageLukas Fleischer2014-07-281-1/+1
* ui-day.c: Reorganize some free() operationsLukas Fleischer2014-07-271-7/+7
* Do not error out when calling xfree(NULL)Lukas Fleischer2014-07-271-1/+0
* Fix find_basedir() and display_help()Lukas Fleischer2014-07-271-4/+2
* config.c: Rework configuration serializationLukas Fleischer2014-07-221-66/+58
* Refactor new_tempfile()Lukas Fleischer2014-07-225-45/+47
* Replace several uses of snprintf() by asprintf()Lukas Fleischer2014-07-229-135/+150
* Add vasprintf() and asprintf()Lukas Fleischer2014-07-222-0/+40
* 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
* 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