Age | Commit message (Expand) | Author |
2014-06-25 | Fix segmentation fault | Lukas Fleischer |
2014-05-18 | Reintroduce heading and separator in appointments | Lukas Fleischer |
2014-05-18 | ui-day: Large-scale refactoring | Lukas Fleischer |
2013-07-16 | Add -l/--limit option | William Pettersson |
2013-04-14 | Use tabs instead of spaces for indentation | Lukas Fleischer |
2013-02-17 | Fix braces in if-else statements | Lukas Fleischer |
2013-02-04 | Update copyright ranges | Lukas Fleischer |
2012-11-26 | io_check_*()/io_file_exist(): Fix signatures | Lukas Fleischer |
2012-11-25 | args.c: Several minor simplifications | Lukas Fleischer |
2012-11-23 | Merge branch 'maint' | Lukas Fleischer |
2012-11-22 | Replace localtime() with localtime_r() | Lukas Fleischer |
2012-06-30 | Allow passing both "-D" and "-c" | Lukas Fleischer |
2012-06-30 | day_store_items(): Return the number of items found | Lukas Fleischer |
2012-06-30 | src/args.c: Revise app_arg() | Lukas Fleischer |
2012-06-30 | Make day_store_items() public | Lukas Fleischer |
2012-06-18 | src/args.c: Fix bugs address in usage message | Lukas Fleischer |
2012-05-31 | Directly use fprintf() where applicable | Baptiste Jonglez |
2012-05-25 | Fix incorrect i18n usage for some strings | Baptiste Jonglez |
2012-05-21 | Switch to Linux kernel coding style | Lukas Fleischer |
2012-05-17 | Document removal of the "-N" command line option | Lukas Fleischer |
2012-05-08 | Declare several parameters/variables constant | Lukas Fleischer |
2012-05-08 | src/args.c: Add "void" in some function declarations | Lukas Fleischer |
2012-05-02 | src/args.c: Add a mention of "--read-only" in "calcurse --help" | Baptiste Jonglez |
2012-04-05 | Mark some more variables/parameters constant | Lukas Fleischer |
2012-04-05 | Mark localized string literals constant | Lukas Fleischer |
2012-03-26 | Update copyright ranges | Lukas Fleischer |
2012-02-24 | Add a read-only option | Lukas Fleischer |
2011-12-09 | Extract config file handlers into a separate file | Lukas Fleischer |
2011-11-14 | src/args.c: Remove obsolete "-N" flag | Lukas Fleischer |
2011-11-14 | src/args.c: Allow for specifying custom format strings | Lukas Fleischer |
2011-11-14 | print_*(): Add format specifier to print notes | Lukas Fleischer |
2011-11-14 | Use a dynamic method to print todo items to stdout | Lukas Fleischer |
2011-11-14 | Use a dynamic method to print recurrent items to stdout | Lukas Fleischer |
2011-11-14 | Use a dynamic method to print events to stdout | Lukas Fleischer |
2011-11-14 | Use a dynamic method to print appointments to stdout | Lukas Fleischer |
2011-11-14 | Removed unused parameter from apoint_sec2str() | Lukas Fleischer |
2011-11-14 | Use a global configuration variable | Lukas Fleischer |
2011-11-02 | Remove parentheses from return statements | Lukas Fleischer |
2011-11-02 | Make use of the NULL macro | Lukas Fleischer |
2011-11-02 | Do not cast unused return values to void | Lukas Fleischer |
2011-11-02 | Avoid use of printf()/fprintf() | Lukas Fleischer |
2011-10-21 | Avoid unnecessary start time calculations | Lukas Fleischer |
2011-10-06 | Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriate | Lukas Fleischer |
2011-10-05 | Add command line argument to run the GC manually | Lukas Fleischer |
2011-09-06 | Merge branch 'maint' | Lukas Fleischer |
2011-08-26 | Rework indentation code in print_notefile() | Lukas Fleischer |
2011-07-30 | Merge branch 'maint' | Lukas Fleischer |
2011-07-30 | Fix sort order in app_arg() | Lukas Fleischer |
2011-07-28 | src/args.c: Mark various constant strings const | Lukas Fleischer |
2011-07-28 | Remove superfluous buffer variable from version_arg() | Lukas Fleischer |