| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Simplify recur_apoint_switch_notify() | Lukas Fleischer | 2012-06-30 | 3 | -11/+3 |
* | | Rework generic item container | Lukas Fleischer | 2012-06-30 | 3 | -90/+134 |
|/ |
|
* | src/config.c: Fix parsing an unset color theme | Lukas Fleischer | 2012-06-30 | 1 | -1/+5 |
* | Fix compilation with NLS disabled | Lukas Fleischer | 2012-06-30 | 2 | -0/+5 |
* | src/args.c: Fix bugs address in usage message | Lukas Fleischer | 2012-06-18 | 1 | -12/+11 |
* | src/help.c: Add missing _() | Lukas Fleischer | 2012-06-18 | 1 | -1/+1 |
* | src/keys.c: Fix help strings for generic-{cut,paste} | Lukas Fleischer | 2012-06-18 | 1 | -2/+2 |
* | src/keys.c: Add vim-style default bindings for generic-* | Lukas Fleischer | 2012-06-13 | 1 | -4/+4 |
* | Add key bindings to go to the previous/next month/year | Lukas Fleischer | 2012-06-13 | 6 | -4/+88 |
* | Rename displacement enumeration elements | Lukas Fleischer | 2012-06-13 | 6 | -45/+44 |
* | src/sigs.c: Define "_BSD_SOURCE" and "__BSD_VISIBLE" | Lukas Fleischer | 2012-06-01 | 1 | -0/+10 |
* | src/custom.c: Mark sidebar help string "no-c-format" | Lukas Fleischer | 2012-06-01 | 1 | -0/+1 |
* | Make appearance.calendarview more explicit in config file | Baptiste Jonglez | 2012-05-31 | 3 | -9/+20 |
* | Use our array of available date input formats | Baptiste Jonglez | 2012-05-31 | 1 | -10/+3 |
* | Provide an array of available date input formats | Baptiste Jonglez | 2012-05-31 | 2 | -0/+9 |
* | Give a meaning to DATE_FORMATS | Baptiste Jonglez | 2012-05-31 | 3 | -3/+6 |
* | src/custom.c: Use status_ask_simplechoice() | Baptiste Jonglez | 2012-05-31 | 1 | -11/+14 |
* | Directly use fprintf() where applicable | Baptiste Jonglez | 2012-05-31 | 1 | -12/+4 |
* | src/day.c: Fix typo | Baptiste Jonglez | 2012-05-31 | 1 | -1/+1 |
* | 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 |