summaryrefslogtreecommitdiff
path: root/src/calcurse.h
AgeCommit message (Expand)Author
2012-01-17Split note file generation into separate functionLukas Fleischer
2012-01-07Break out different import/export formatsLukas Fleischer
2011-12-09src/utils.c: Mark is_all_digit() parameter constLukas Fleischer
2011-12-09Extract config file handlers into a separate fileLukas Fleischer
2011-11-14Use a dynamic method to print todo items to stdoutLukas Fleischer
2011-11-14src/apoint.c: Remove apoint_recur_s2apoint_s()Lukas Fleischer
2011-11-14Use a dynamic method to print recurrent items to stdoutLukas Fleischer
2011-11-14Use a dynamic method to print events to stdoutLukas Fleischer
2011-11-14Use a dynamic method to print appointments to stdoutLukas Fleischer
2011-11-14Removed unused parameter from apoint_sec2str()Lukas Fleischer
2011-11-14Use a global configuration variableLukas Fleischer
2011-11-11Merge branch 'maint'Lukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-10-21Avoid unnecessary start time calculationsLukas Fleischer
2011-10-21Pass item durations to recur_item_inday()Lukas Fleischer
2011-10-06src/utils.c: Remove check_time()Lukas Fleischer
2011-10-06src/utils.c: Introduce parse_{time,duration}()Lukas Fleischer
2011-10-06src/calcurse.h: Rework date manipulation constantsLukas Fleischer
2011-10-06src/utils.c: Mark input string of parse_date() constLukas Fleischer
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-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-05Accept variable length note namesLukas Fleischer
2011-10-05Refactor out note deserializationLukas Fleischer
2011-10-05Add a copy file routineLukas Fleischer
2011-10-04Do not hardcode paths to the default editor/pagerLukas Fleischer
2011-07-31Add configuration option to notify all appointmentsLukas Fleischer
2011-07-30Merge branch 'maint'Lukas Fleischer
2011-07-29Add "force" parameter to notify_check_next_app()Lukas Fleischer
2011-07-28src/calcurse.h: Whitespace cleanupLukas Fleischer
2011-07-21Refactor out note functionsLukas Fleischer
2011-07-21Declare foreground and background variables globalLukas Fleischer
2011-07-21Refactor conf_parse_bool()Lukas Fleischer
2011-07-10Merge branch 'maint'Lukas Fleischer
2011-07-09Honor "TMPDIR" environment variableLukas Fleischer
2011-07-07Add key binding for pipe-item commandLukas Fleischer
2011-07-05Add todo_pipe_item() functionLukas Fleischer
2011-07-05Add day_pipe_item() functionLukas Fleischer
2011-07-05Add press_any_key() functionLukas Fleischer
2011-07-02Refactor wins_launch_external()Lukas Fleischer
2011-07-02Add shell_exec() functionLukas Fleischer
2011-07-02Add child_wait() functionLukas Fleischer
2011-07-02Add fork_exec() functionLukas Fleischer
2011-07-02Make recur_*_write() publicLukas Fleischer
2011-07-02Refactor out todo item serializationLukas Fleischer
2011-07-02Use constant for maximum UTF-8 character sizeLukas Fleischer