aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add count buffer to keys_getch()Lukas Fleischer2011-10-065-12/+27
* Add count parameter to *_{in,de}crease()Lukas Fleischer2011-10-064-26/+26
* src/calendar.c: Add a count parameter to calendar_move()Lukas Fleischer2011-10-063-13/+15
* Avoid unnecessary window updatesLukas Fleischer2011-10-064-63/+111
* Refactor out storage updatesLukas Fleischer2011-10-061-45/+48
* Remove temporary highlight pointersLukas Fleischer2011-10-063-29/+6
* Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriateLukas Fleischer2011-10-062-4/+4
* src/llist.h: Add LLIST_{,TS}_FIND_FOREACH_CONTLukas Fleischer2011-10-052-0/+6
* src/llist.c: Add llist_next_filter()Lukas Fleischer2011-10-053-0/+18
* src/llist.c: Add a tail pointerLukas Fleischer2011-10-053-6/+16
* Add command line argument to run the GC manuallyLukas Fleischer2011-10-051-2/+21
* Add configuration option to run the GC on exitLukas Fleischer2011-10-055-15/+40
* Add a garbage collector for note filesLukas Fleischer2011-10-052-0/+117
* Do not unlink() note files on note removalLukas Fleischer2011-10-058-64/+47
* Use hash-based file names in ical_read_note()Lukas Fleischer2011-10-051-14/+9
* Use hash-bashed file names in edit_note()Lukas Fleischer2011-10-051-11/+31
* Accept variable length note namesLukas Fleischer2011-10-054-10/+22
* Refactor out note deserializationLukas Fleischer2011-10-053-8/+12
* Add a copy file routineLukas Fleischer2011-10-052-0/+34
* Add a SHA1 implementationLukas Fleischer2011-10-053-0/+300
* Merge branch 'maint'Lukas Fleischer2011-09-062-115/+78
|\
| * Rework indentation code in print_notefile()Lukas Fleischer2011-08-261-3/+9
| * src/io.c: iCal content line folding correctnessLukas Fleischer2011-08-261-112/+69
* | Add configuration option to notify all appointmentsLukas Fleischer2011-07-314-5/+31
* | Merge branch 'maint'Lukas Fleischer2011-07-306-71/+115
|\|
| * Fix sort order in app_arg()Lukas Fleischer2011-07-301-52/+78
| * Fix apoint_get() call in apoint_switch_notify()Lukas Fleischer2011-07-291-1/+1
| * Fix notify_check_repeated()Lukas Fleischer2011-07-291-1/+1
| * Fix recurrent appointment notificationLukas Fleischer2011-07-291-6/+3
| * Update the notification item in *_paste_item()Lukas Fleischer2011-07-292-0/+8
| * Update the notification item in day_edit_item()Lukas Fleischer2011-07-291-0/+11
| * Add "force" parameter to notify_check_next_app()Lukas Fleischer2011-07-294-11/+13
* | Fix configuration file backward compatibilityLukas Fleischer2011-07-291-2/+7
* | src/calcurse.h: Whitespace cleanupLukas Fleischer2011-07-281-73/+70
* | src/args.c: Mark various constant strings constLukas Fleischer2011-07-281-4/+4
* | Remove superfluous buffer variable from version_arg()Lukas Fleischer2011-07-281-4/+1
* | Remove superfluous buffer variable from help_arg()Lukas Fleischer2011-07-281-4/+1
* | Merge branch 'maint'Lukas Fleischer2011-07-282-2/+4
|\|
| * io.c: Accept resource parameters in iCal importLukas Fleischer2011-07-281-2/+2
| * Invoke vars_init() before importing data with "-i"Lukas Fleischer2011-07-281-0/+2
* | Use gettext plural featuresLukas Fleischer2011-07-242-8/+11
* | Split stats messages in io_import_data()Lukas Fleischer2011-07-241-10/+12
* | Refactor out note functionsLukas Fleischer2011-07-216-66/+103
* | Add hint to error messages in custom_load_conf()Lukas Fleischer2011-07-211-2/+2
* | Use map for configuration variable namesLukas Fleischer2011-07-211-49/+61
* | Return error status in custom_set_conf()Lukas Fleischer2011-07-211-14/+16
* | Rename custom_load_color() to conf_parse_color()Lukas Fleischer2011-07-211-21/+16
* | Declare foreground and background variables globalLukas Fleischer2011-07-216-12/+15
* | Refactor out integer variable parsingLukas Fleischer2011-07-211-6/+26
* | Refactor conf_parse_bool()Lukas Fleischer2011-07-212-20/+22