summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-06Add count buffer to keys_getch()Lukas Fleischer
2011-10-06Add count parameter to *_{in,de}crease()Lukas Fleischer
2011-10-06src/calendar.c: Add a count parameter to calendar_move()Lukas Fleischer
2011-10-06Avoid unnecessary window updatesLukas Fleischer
2011-10-06Refactor out storage updatesLukas Fleischer
2011-10-06Remove temporary highlight pointersLukas Fleischer
2011-10-06Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriateLukas Fleischer
2011-10-05src/llist.h: Add LLIST_{,TS}_FIND_FOREACH_CONTLukas Fleischer
2011-10-05src/llist.c: Add llist_next_filter()Lukas Fleischer
2011-10-05src/llist.c: Add a tail pointerLukas Fleischer
2011-10-05Add command line argument to run the GC manuallyLukas Fleischer
2011-10-05Add configuration option to run the GC on exitLukas Fleischer
2011-10-05Add a garbage collector for note filesLukas Fleischer
2011-10-05Do not unlink() note files on note removalLukas Fleischer
2011-10-05Use hash-based file names in ical_read_note()Lukas Fleischer
2011-10-05Use hash-bashed file names in edit_note()Lukas Fleischer
2011-10-05Accept variable length note namesLukas Fleischer
2011-10-05Refactor out note deserializationLukas Fleischer
2011-10-05Add a copy file routineLukas Fleischer
2011-10-05Add a SHA1 implementationLukas Fleischer
2011-09-06Merge branch 'maint'Lukas Fleischer
2011-08-26Rework indentation code in print_notefile()Lukas Fleischer
2011-08-26src/io.c: iCal content line folding correctnessLukas Fleischer
2011-07-31Add configuration option to notify all appointmentsLukas Fleischer
2011-07-30Merge branch 'maint'Lukas Fleischer
2011-07-30Fix sort order in app_arg()Lukas Fleischer
2011-07-29Fix configuration file backward compatibilityLukas Fleischer
2011-07-29Fix apoint_get() call in apoint_switch_notify()Lukas Fleischer
2011-07-29Fix notify_check_repeated()Lukas Fleischer
2011-07-29Fix recurrent appointment notificationLukas Fleischer
2011-07-29Update the notification item in *_paste_item()Lukas Fleischer
2011-07-29Update the notification item in day_edit_item()Lukas Fleischer
2011-07-29Add "force" parameter to notify_check_next_app()Lukas Fleischer
2011-07-28src/calcurse.h: Whitespace cleanupLukas Fleischer
2011-07-28src/args.c: Mark various constant strings constLukas Fleischer
2011-07-28Remove superfluous buffer variable from version_arg()Lukas Fleischer
2011-07-28Remove superfluous buffer variable from help_arg()Lukas Fleischer
2011-07-28Merge branch 'maint'Lukas Fleischer
2011-07-28io.c: Accept resource parameters in iCal importLukas Fleischer
2011-07-28Invoke vars_init() before importing data with "-i"Lukas Fleischer
2011-07-24Use gettext plural featuresLukas Fleischer
2011-07-24Split stats messages in io_import_data()Lukas Fleischer
2011-07-21Refactor out note functionsLukas Fleischer
2011-07-21Add hint to error messages in custom_load_conf()Lukas Fleischer
2011-07-21Use map for configuration variable namesLukas Fleischer
2011-07-21Return error status in custom_set_conf()Lukas Fleischer
2011-07-21Rename custom_load_color() to conf_parse_color()Lukas Fleischer
2011-07-21Declare foreground and background variables globalLukas Fleischer
2011-07-21Refactor out integer variable parsingLukas Fleischer
2011-07-21Refactor conf_parse_bool()Lukas Fleischer