summaryrefslogtreecommitdiff
path: root/src/calcurse.h
AgeCommit message (Expand)Author
2012-06-30Fix compilation with NLS disabledLukas Fleischer
2012-06-13Add key bindings to go to the previous/next month/yearLukas Fleischer
2012-06-13Rename displacement enumeration elementsLukas Fleischer
2012-05-31Make appearance.calendarview more explicit in config fileBaptiste Jonglez
2012-05-31Provide an array of available date input formatsBaptiste Jonglez
2012-05-31Give a meaning to DATE_FORMATSBaptiste Jonglez
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-16Allow passing additional parameters to shell_exec()Lukas Fleischer
2012-05-14Factorize boolean user prompting.Baptiste Jonglez
2012-05-14src/utils.c: Add a status_ask_simplechoice() functionBaptiste Jonglez
2012-05-14src/utils.c: Add a status_ask_choice() functionBaptiste Jonglez
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-04-12Refactor startup screen branchLukas Fleischer
2012-04-06Miscellaneous small code cleanupsLukas Fleischer
2012-04-05Mark some more variables/parameters constantLukas Fleischer
2012-03-29Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-03-12Do not strncpy() strings returned by gettext()Lukas Fleischer
2012-03-12Get rid of string structuresLukas Fleischer
2012-03-02Break out configuration main menuLukas Fleischer
2012-03-02Revamp key bindings displayLukas Fleischer
2012-02-24Add a read-only optionLukas Fleischer
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