| Commit message (Expand) | Author | Age | Files | Lines |
* | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez | 2012-05-31 | 1 | -15/+12 |
* | Fix incorrect i18n usage for some strings | Baptiste Jonglez | 2012-05-25 | 1 | -1/+1 |
* | Merge branch 'maint' | Lukas Fleischer | 2012-05-23 | 1 | -1/+8 |
|\ |
|
| * | Do not localize dates in pcal exports | Lukas Fleischer | 2012-05-19 | 1 | -0/+7 |
* | | Fix default time format for multi-day appointments | Lukas Fleischer | 2012-05-21 | 1 | -6/+10 |
* | | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -783/+655 |
* | | src/utils.c: Disable canonical mode in press_any_key() | Lukas Fleischer | 2012-05-20 | 1 | -0/+10 |
* | | Allow passing additional parameters to shell_exec() | Lukas Fleischer | 2012-05-16 | 1 | -3/+40 |
* | | Allow resize events while prompting the user | Baptiste Jonglez | 2012-05-14 | 1 | -1/+6 |
* | | Various fixes. | Baptiste Jonglez | 2012-05-14 | 1 | -2/+2 |
* | | Factorize boolean user prompting. | Baptiste Jonglez | 2012-05-14 | 1 | -7/+11 |
* | | src/utils.c: Add a status_ask_simplechoice() function | Baptiste Jonglez | 2012-05-14 | 1 | -0/+33 |
* | | src/utils.c: Add a status_ask_choice() function | Baptiste Jonglez | 2012-05-14 | 1 | -0/+42 |
* | | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 1 | -11/+11 |
* | | src/utils.c: Get rid of "semantic range checks" when parsing duration | Baptiste Jonglez | 2012-05-02 | 1 | -13/+0 |
* | | Merge "%(start"{,str}")" and "%(end"{,str}")" | Lukas Fleischer | 2012-04-17 | 1 | -21/+13 |
* | | Support extended date formats | Lukas Fleischer | 2012-04-17 | 1 | -2/+19 |
* | | Allow passing extended formats | Lukas Fleischer | 2012-04-17 | 1 | -5/+24 |
* | | Add support for long format specifiers | Lukas Fleischer | 2012-04-17 | 1 | -5/+43 |
* | | src/utils.c: Break out format specifier parsing | Lukas Fleischer | 2012-04-17 | 1 | -24/+72 |
* | | Miscellaneous small code cleanups | Lukas Fleischer | 2012-04-06 | 1 | -3/+10 |
* | | 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 | -3/+3 |
* | | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | | Do not strncpy() strings returned by gettext() | Lukas Fleischer | 2012-03-12 | 1 | -4/+5 |
* | | Use strcmp() instead of strncmp() | Lukas Fleischer | 2012-03-12 | 1 | -1/+1 |
* | | Avoid redundant virtual screen updates | Lukas Fleischer | 2012-03-12 | 1 | -2/+0 |
* | | Fix POSIX compliance | Lukas Fleischer | 2012-02-19 | 1 | -0/+2 |
* | | src/utils.c: Mark is_all_digit() parameter const | Lukas Fleischer | 2011-12-09 | 1 | -1/+1 |
* | | src/utils.c: Support escape sequences in format strings | Lukas Fleischer | 2011-11-22 | 1 | -0/+55 |
* | | src/utils.c: Support printing '%' in format strings | Lukas Fleischer | 2011-11-14 | 1 | -0/+9 |
* | | print_*(): Add format specifier to print notes | Lukas Fleischer | 2011-11-14 | 1 | -0/+61 |
* | | Use a dynamic method to print todo items to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+34 |
* | | Use a dynamic method to print recurrent items to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+27 |
* | | Use a dynamic method to print events to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+31 |
* | | Use a dynamic method to print appointments to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+49 |
* | | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 1 | -9/+9 |
* | | Make use of the NULL macro | Lukas Fleischer | 2011-11-02 | 1 | -2/+2 |
* | | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -9/+9 |
* | | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -1/+1 |
* | | src/utils.c: Support more powerful duration strings | Lukas Fleischer | 2011-10-06 | 1 | -23/+100 |
* | | src/utils.c: Remove check_time() | Lukas Fleischer | 2011-10-06 | 1 | -31/+0 |
* | | src/utils.c: Introduce parse_{time,duration}() | Lukas Fleischer | 2011-10-06 | 1 | -0/+85 |
* | | src/utils.c: Mark input string of parse_date() const | Lukas Fleischer | 2011-10-06 | 1 | -4/+4 |
* | | Do not unlink() note files on note removal | Lukas Fleischer | 2011-10-05 | 1 | -4/+4 |
* | | Refactor out note functions | Lukas Fleischer | 2011-07-21 | 1 | -18/+0 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-10 | 1 | -0/+15 |
|\| |
|
| * | Honor "TMPDIR" environment variable | Lukas Fleischer | 2011-07-09 | 1 | -0/+15 |
* | | Add press_any_key() function | Lukas Fleischer | 2011-07-05 | 1 | -0/+12 |
* | | Add shell_exec() function | Lukas Fleischer | 2011-07-02 | 1 | -0/+8 |