aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
Commit message (Expand)AuthorAgeFilesLines
* Allow for filtering TODO itemsLukas Fleischer2014-08-061-7/+21
* Add pattern filter optionLukas Fleischer2014-08-061-1/+2
* Add item filtersLukas Fleischer2014-08-061-5/+24
* Refactor new_tempfile()Lukas Fleischer2014-07-221-2/+1
* Add vasprintf() and asprintf()Lukas Fleischer2014-07-221-0/+2
* Use wins_set_bindings() for the configuration menuLukas Fleischer2014-07-181-2/+9
* Rework key binding context switchingLukas Fleischer2014-07-171-9/+2
* Only run the merge tool on files with differencesLukas Fleischer2014-07-171-0/+1
* Split out code to set bindingsLukas Fleischer2014-07-171-0/+2
* Refactor wins_launch_external()Lukas Fleischer2014-07-161-2/+1
* Allow for merging data files when reloadingLukas Fleischer2014-07-161-4/+9
* Warn when reloading with unsaved modificationsLukas Fleischer2014-07-161-0/+3
* Add a key binding to reload appointments and todosLukas Fleischer2014-07-161-0/+1
* Initialize linked list for recurrent itemsLukas Fleischer2014-07-161-0/+1
* Load todo items on startupLukas Fleischer2014-07-091-0/+1
* Fix segmentation faultLukas Fleischer2014-06-251-1/+1
* Avoid blank space after the last list box itemLukas Fleischer2014-05-191-0/+2
* Resize panels properlyLukas Fleischer2014-05-191-2/+2
* Use an enum for the type field of day_itemLukas Fleischer2014-05-181-13/+13
* Reintroduce heading and separator in appointmentsLukas Fleischer2014-05-181-5/+6
* Add support for caption rows in list boxesLukas Fleischer2014-05-181-2/+14
* ui-day: Large-scale refactoringLukas Fleischer2014-05-181-26/+26
* Store appointments for the current day in a vectorLukas Fleischer2014-05-181-1/+1
* Add a vector implementationLukas Fleischer2014-05-181-0/+1
* ui-calendar: Use scroll window implementationLukas Fleischer2014-05-181-1/+2
* ui-todo: Large-scale refactoringLukas Fleischer2014-05-181-17/+17
* Add support for drawing highlighted decorationLukas Fleischer2014-05-181-2/+2
* Reduce flicker when resizing in option menusLukas Fleischer2014-05-181-0/+1
* Add a generic list box implementationLukas Fleischer2014-05-181-0/+26
* Rework scroll window implementationLukas Fleischer2014-05-181-5/+13
* Pass date parameter to ui_day_update_panel()Lukas Fleischer2014-05-131-1/+1
* Display translated help pagesLukas Fleischer2013-08-271-0/+1
* Split online help code into a separate functionLukas Fleischer2013-07-181-0/+3
* Rename io_file_exist{,s}()Lukas Fleischer2013-07-171-1/+1
* Drop legacy online help systemLukas Fleischer2013-07-171-4/+0
* Add command promptLukas Fleischer2013-07-171-0/+1
* Add -l/--limit optionWilliam Pettersson2013-07-161-1/+1
* Use a macro to determine the size of arraysLukas Fleischer2013-05-041-0/+2
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-222/+227
* parse_{date,time}(): Split out date/time validationLukas Fleischer2013-02-271-0/+2
* Mark todo_get_position() publicLukas Fleischer2013-02-141-0/+1
* calendar.c: Rename to "ui-calendar.c"Lukas Fleischer2013-02-141-22/+22
* todo.c: Split out UI-related functionsLukas Fleischer2013-02-141-13/+13
* apoint.c: Split out UI-related functionsLukas Fleischer2013-02-141-7/+7
* Rename appointment/event-related UI functionsLukas Fleischer2013-02-141-8/+8
* Split out UI functions for todo itemsLukas Fleischer2013-02-141-4/+4
* Merge branch 'maint'Lukas Fleischer2013-02-041-1/+1
|\
| * Update copyright rangesLukas Fleischer2013-02-041-1/+1
* | day_process_storage(): Remove redundant parameterLukas Fleischer2013-02-011-2/+1
* | Use strncasecmp() for case-insensitive comparisonLukas Fleischer2013-01-301-1/+0