aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add pattern filter optionLukas Fleischer2014-08-061-33/+31
* Add item filtersLukas Fleischer2014-08-061-7/+118
* Allow for merging data files when reloadingLukas Fleischer2014-07-161-2/+2
* Fix segmentation faultLukas Fleischer2014-06-251-1/+1
* Reintroduce heading and separator in appointmentsLukas Fleischer2014-05-181-1/+1
* ui-day: Large-scale refactoringLukas Fleischer2014-05-181-1/+3
* Add -l/--limit optionWilliam Pettersson2013-07-161-16/+39
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-541/+566
* Fix braces in if-else statementsLukas Fleischer2013-02-171-4/+5
* Update copyright rangesLukas Fleischer2013-02-041-2/+2
* io_check_*()/io_file_exist(): Fix signaturesLukas Fleischer2012-11-261-16/+16
* args.c: Several minor simplificationsLukas Fleischer2012-11-251-27/+13
* Merge branch 'maint'Lukas Fleischer2012-11-231-5/+5
|\
| * Replace localtime() with localtime_r()Lukas Fleischer2012-11-221-5/+5
* | Allow passing both "-D" and "-c"Lukas Fleischer2012-06-301-12/+3
* | day_store_items(): Return the number of items foundLukas Fleischer2012-06-301-2/+2
* | src/args.c: Revise app_arg()Lukas Fleischer2012-06-301-110/+8
* | Make day_store_items() publicLukas Fleischer2012-06-301-1/+0
|/
* src/args.c: Fix bugs address in usage messageLukas Fleischer2012-06-181-12/+11
* Directly use fprintf() where applicableBaptiste Jonglez2012-05-311-12/+4
* Fix incorrect i18n usage for some stringsBaptiste Jonglez2012-05-251-4/+4
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-636/+541
* Document removal of the "-N" command line optionLukas Fleischer2012-05-171-4/+1
* Declare several parameters/variables constantLukas Fleischer2012-05-081-6/+7
* src/args.c: Add "void" in some function declarationsLukas Fleischer2012-05-081-4/+4
* src/args.c: Add a mention of "--read-only" in "calcurse --help"Baptiste Jonglez2012-05-021-1/+4
* Mark some more variables/parameters constantLukas Fleischer2012-04-051-1/+1
* Mark localized string literals constantLukas Fleischer2012-04-051-2/+2
* Update copyright rangesLukas Fleischer2012-03-261-2/+2
* Add a read-only optionLukas Fleischer2012-02-241-1/+6
* Extract config file handlers into a separate fileLukas Fleischer2011-12-091-2/+2
* src/args.c: Remove obsolete "-N" flagLukas Fleischer2011-11-141-4/+0
* src/args.c: Allow for specifying custom format stringsLukas Fleischer2011-11-141-23/+66
* print_*(): Add format specifier to print notesLukas Fleischer2011-11-141-70/+9
* Use a dynamic method to print todo items to stdoutLukas Fleischer2011-11-141-13/+7
* Use a dynamic method to print recurrent items to stdoutLukas Fleischer2011-11-141-7/+3
* Use a dynamic method to print events to stdoutLukas Fleischer2011-11-141-3/+1
* Use a dynamic method to print appointments to stdoutLukas Fleischer2011-11-141-18/+2
* Removed unused parameter from apoint_sec2str()Lukas Fleischer2011-11-141-3/+2
* Use a global configuration variableLukas Fleischer2011-11-141-30/+28
* Remove parentheses from return statementsLukas Fleischer2011-11-021-2/+2
* Make use of the NULL macroLukas Fleischer2011-11-021-16/+16
* Do not cast unused return values to voidLukas Fleischer2011-11-021-13/+13
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-1/+1
* Avoid unnecessary start time calculationsLukas Fleischer2011-10-211-1/+3
* Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriateLukas Fleischer2011-10-061-1/+1
* Add command line argument to run the GC manuallyLukas Fleischer2011-10-051-2/+21
* Merge branch 'maint'Lukas Fleischer2011-09-061-3/+9
|\
| * Rework indentation code in print_notefile()Lukas Fleischer2011-08-261-3/+9
* | Merge branch 'maint'Lukas Fleischer2011-07-301-52/+78
|\|