summaryrefslogtreecommitdiff
path: root/src/args.c
AgeCommit message (Expand)Author
2012-05-31Directly use fprintf() where applicableBaptiste Jonglez
2012-05-25Fix incorrect i18n usage for some stringsBaptiste Jonglez
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-17Document removal of the "-N" command line optionLukas Fleischer
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-05-08src/args.c: Add "void" in some function declarationsLukas Fleischer
2012-05-02src/args.c: Add a mention of "--read-only" in "calcurse --help"Baptiste Jonglez
2012-04-05Mark some more variables/parameters constantLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-02-24Add a read-only optionLukas Fleischer
2011-12-09Extract config file handlers into a separate fileLukas Fleischer
2011-11-14src/args.c: Remove obsolete "-N" flagLukas Fleischer
2011-11-14src/args.c: Allow for specifying custom format stringsLukas Fleischer
2011-11-14print_*(): Add format specifier to print notesLukas Fleischer
2011-11-14Use a dynamic method to print todo items to stdoutLukas 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-02Remove parentheses from return statementsLukas Fleischer
2011-11-02Make use of the NULL macroLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-11-02Avoid use of printf()/fprintf()Lukas Fleischer
2011-10-21Avoid unnecessary start time calculationsLukas Fleischer
2011-10-06Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriateLukas Fleischer
2011-10-05Add command line argument to run the GC manuallyLukas Fleischer
2011-09-06Merge branch 'maint'Lukas Fleischer
2011-08-26Rework indentation code in print_notefile()Lukas Fleischer
2011-07-30Merge branch 'maint'Lukas Fleischer
2011-07-30Fix sort order in app_arg()Lukas 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-28Invoke vars_init() before importing data with "-i"Lukas Fleischer
2011-07-21Declare foreground and background variables globalLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-22Use "event" structure when iterating over events in app_arg().Lukas Fleischer
2011-04-19Use generic lists for recurring apointments and events.Lukas Fleischer
2011-04-19Use generic lists for todo items.Lukas Fleischer
2011-04-19Use generic lists for events.Lukas Fleischer
2011-04-19Use generic lists for appointments.Lukas Fleischer
2011-04-05Compare pointers to "NULL" instead of "0".Lukas Fleischer
2011-04-03Remove dead assignments spotted by clang-analyzer.Lukas Fleischer
2011-03-14Overall indentation fixes.Lukas Fleischer
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer