| Commit message (Expand) | Author | Age | Files | Lines |
* | src/args.c: Fix bugs address in usage message | Lukas Fleischer | 2012-06-18 | 1 | -12/+11 |
* | Directly use fprintf() where applicable | Baptiste Jonglez | 2012-05-31 | 1 | -12/+4 |
* | Fix incorrect i18n usage for some strings | Baptiste Jonglez | 2012-05-25 | 1 | -4/+4 |
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -636/+541 |
* | Document removal of the "-N" command line option | Lukas Fleischer | 2012-05-17 | 1 | -4/+1 |
* | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 1 | -6/+7 |
* | src/args.c: Add "void" in some function declarations | Lukas Fleischer | 2012-05-08 | 1 | -4/+4 |
* | src/args.c: Add a mention of "--read-only" in "calcurse --help" | Baptiste Jonglez | 2012-05-02 | 1 | -1/+4 |
* | Mark some more variables/parameters constant | Lukas Fleischer | 2012-04-05 | 1 | -1/+1 |
* | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 1 | -2/+2 |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -2/+2 |
* | Add a read-only option | Lukas Fleischer | 2012-02-24 | 1 | -1/+6 |
* | Extract config file handlers into a separate file | Lukas Fleischer | 2011-12-09 | 1 | -2/+2 |
* | src/args.c: Remove obsolete "-N" flag | Lukas Fleischer | 2011-11-14 | 1 | -4/+0 |
* | src/args.c: Allow for specifying custom format strings | Lukas Fleischer | 2011-11-14 | 1 | -23/+66 |
* | print_*(): Add format specifier to print notes | Lukas Fleischer | 2011-11-14 | 1 | -70/+9 |
* | Use a dynamic method to print todo items to stdout | Lukas Fleischer | 2011-11-14 | 1 | -13/+7 |
* | Use a dynamic method to print recurrent items to stdout | Lukas Fleischer | 2011-11-14 | 1 | -7/+3 |
* | Use a dynamic method to print events to stdout | Lukas Fleischer | 2011-11-14 | 1 | -3/+1 |
* | Use a dynamic method to print appointments to stdout | Lukas Fleischer | 2011-11-14 | 1 | -18/+2 |
* | Removed unused parameter from apoint_sec2str() | Lukas Fleischer | 2011-11-14 | 1 | -3/+2 |
* | Use a global configuration variable | Lukas Fleischer | 2011-11-14 | 1 | -30/+28 |
* | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 1 | -2/+2 |
* | Make use of the NULL macro | Lukas Fleischer | 2011-11-02 | 1 | -16/+16 |
* | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -13/+13 |
* | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -1/+1 |
* | Avoid unnecessary start time calculations | Lukas Fleischer | 2011-10-21 | 1 | -1/+3 |
* | Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriate | Lukas Fleischer | 2011-10-06 | 1 | -1/+1 |
* | Add command line argument to run the GC manually | Lukas Fleischer | 2011-10-05 | 1 | -2/+21 |
* | Merge branch 'maint' | Lukas Fleischer | 2011-09-06 | 1 | -3/+9 |
|\ |
|
| * | Rework indentation code in print_notefile() | Lukas Fleischer | 2011-08-26 | 1 | -3/+9 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-30 | 1 | -52/+78 |
|\| |
|
| * | Fix sort order in app_arg() | Lukas Fleischer | 2011-07-30 | 1 | -52/+78 |
* | | src/args.c: Mark various constant strings const | Lukas Fleischer | 2011-07-28 | 1 | -4/+4 |
* | | Remove superfluous buffer variable from version_arg() | Lukas Fleischer | 2011-07-28 | 1 | -4/+1 |
* | | Remove superfluous buffer variable from help_arg() | Lukas Fleischer | 2011-07-28 | 1 | -4/+1 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-28 | 1 | -0/+2 |
|\| |
|
| * | Invoke vars_init() before importing data with "-i" | Lukas Fleischer | 2011-07-28 | 1 | -0/+2 |
* | | Declare foreground and background variables global | Lukas Fleischer | 2011-07-21 | 1 | -2/+2 |
|/ |
|
* | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | 2011-04-22 | 1 | -2/+2 |
* | Use "event" structure when iterating over events in app_arg(). | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
* | Use generic lists for recurring apointments and events. | Lukas Fleischer | 2011-04-19 | 1 | -56/+48 |
* | Use generic lists for todo items. | Lukas Fleischer | 2011-04-19 | 1 | -9/+10 |
* | Use generic lists for events. | Lukas Fleischer | 2011-04-19 | 1 | -21/+18 |
* | Use generic lists for appointments. | Lukas Fleischer | 2011-04-19 | 1 | -28/+26 |
* | Compare pointers to "NULL" instead of "0". | Lukas Fleischer | 2011-04-05 | 1 | -5/+5 |
* | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer | 2011-04-03 | 1 | -5/+4 |
* | Overall indentation fixes. | Lukas Fleischer | 2011-03-14 | 1 | -260/+260 |
* | Update website links to match the new URL. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Update mail addresses to match the new mailing lists. | Lukas Fleischer | 2011-03-04 | 1 | -3/+3 |