| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez | 2012-05-31 | 7 | -80/+75 |
* | src/config.c: Bail out on incomplete directive | Lukas Fleischer | 2012-05-29 | 1 | -0/+3 |
* | Fix incorrect i18n usage for some strings | Baptiste Jonglez | 2012-05-25 | 6 | -22/+22 |
* | Do not localize configuration options | Lukas Fleischer | 2012-05-23 | 2 | -18/+18 |
* | Merge branch 'maint' | Lukas Fleischer | 2012-05-23 | 3 | -3/+10 |
|\ |
|
| * | Do not localize dates in pcal exports | Lukas Fleischer | 2012-05-19 | 2 | -1/+8 |
| * | src/notify.c: Fix printf() misuse | Lukas Fleischer | 2012-05-19 | 1 | -1/+1 |
* | | 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 | 32 | -10660/+9174 |
* | | src/utils.c: Disable canonical mode in press_any_key() | Lukas Fleischer | 2012-05-20 | 1 | -0/+10 |
* | | Fix data type of "general.firstdayofweek" | Lukas Fleischer | 2012-05-17 | 2 | -16/+19 |
* | | Update configuration dialogs | Lukas Fleischer | 2012-05-17 | 2 | -24/+24 |
* | | Document removal of the "-N" command line option | Lukas Fleischer | 2012-05-17 | 1 | -4/+1 |
* | | src/wins.c: Run editor and pager in a shell | Lukas Fleischer | 2012-05-16 | 1 | -1/+1 |
* | | Allow passing additional parameters to shell_exec() | Lukas Fleischer | 2012-05-16 | 4 | -6/+45 |
* | | Add dummy help for cut and paste | Baptiste Jonglez | 2012-05-14 | 1 | -0/+4 |
* | | Allow resize events while prompting the user | Baptiste Jonglez | 2012-05-14 | 1 | -1/+6 |
* | | Various fixes. | Baptiste Jonglez | 2012-05-14 | 2 | -3/+3 |
* | | Factorize boolean user prompting. | Baptiste Jonglez | 2012-05-14 | 6 | -35/+19 |
* | | Use status_ask_choice() on more difficult cases | Baptiste Jonglez | 2012-05-14 | 2 | -38/+87 |
* | | Use status_ask_choice() where applicable | Baptiste Jonglez | 2012-05-14 | 2 | -40/+42 |
* | | Use status_ask_simplechoice() where applicable | Baptiste Jonglez | 2012-05-14 | 1 | -33/+30 |
* | | src/utils.c: Add a status_ask_simplechoice() function | Baptiste Jonglez | 2012-05-14 | 2 | -0/+34 |
* | | src/utils.c: Add a status_ask_choice() function | Baptiste Jonglez | 2012-05-14 | 2 | -0/+43 |
* | | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 17 | -122/+125 |
* | | 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 |
* | | Various code cleanup | Baptiste Jonglez | 2012-05-02 | 1 | -11/+3 |
* | | src/utils.c: Get rid of "semantic range checks" when parsing duration | Baptiste Jonglez | 2012-05-02 | 1 | -13/+0 |
* | | src/apoint.c: Change the status message displayed when editing a duration | Baptiste Jonglez | 2012-05-02 | 1 | -1/+1 |
* | | src/htable.h: Add missing prototypes | Lukas Fleischer | 2012-04-21 | 1 | -1/+5 |
* | | Add prototypes for hash table functions | Lukas Fleischer | 2012-04-21 | 2 | -0/+2 |
* | | src/mem.c: Skip dbg_*() if memory stats are disabled | Lukas Fleischer | 2012-04-21 | 1 | -45/+48 |
* | | Mark several functions static | Lukas Fleischer | 2012-04-20 | 5 | -5/+5 |
* | | 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 |
* | | src/calcurse.c: Start all helper threads in one go | Lukas Fleischer | 2012-04-12 | 1 | -2/+4 |
* | | Refactor startup screen branch | Lukas Fleischer | 2012-04-12 | 3 | -17/+14 |
* | | Use percentage-based width for the sidebar | Lukas Fleischer | 2012-04-12 | 1 | -23/+14 |
* | | src/mem.c: Fix putchar() parameter | Lukas Fleischer | 2012-04-06 | 1 | -1/+1 |
* | | Miscellaneous small code cleanups | Lukas Fleischer | 2012-04-06 | 8 | -29/+24 |
* | | src/keys.c: Use generic list implementation | Lukas Fleischer | 2012-04-05 | 1 | -77/+36 |
* | | Mark some more variables/parameters constant | Lukas Fleischer | 2012-04-05 | 4 | -7/+7 |
* | | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 12 | -89/+89 |
* | | Do not use LLIST_*_CONT for appointments | Lukas Fleischer | 2012-03-30 | 1 | -2/+9 |
* | | Revert a bunch of strncmp() conversions | Lukas Fleischer | 2012-03-30 | 2 | -23/+23 |
* | | Fix semantics of "general."{systemdialogs,progressbar} | Lukas Fleischer | 2012-03-29 | 7 | -23/+23 |