| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | calcurse-upgrade: Create a backup before upgrading | Lukas Fleischer | 2012-06-10 | 1 | -0/+22 |
* | calcurse-upgrade: Display error if temp file existsv3.0.0-rc1 | Lukas Fleischer | 2012-06-01 | 1 | -1/+7 |
* | calcurse-upgrade: Change location of temporary file | Lukas Fleischer | 2012-06-01 | 1 | -1/+1 |
* | calcurse-upgrade: Add "-h" and "-v" options | Lukas Fleischer | 2012-06-01 | 1 | -0/+9 |
* | scripts/: Add support for placeholders | Lukas Fleischer | 2012-06-01 | 3 | -4/+10 |
* | calcurse-upgrade: Error out on unknown option | Lukas Fleischer | 2012-06-01 | 1 | -4/+9 |
* | scripts/calcurse-upgrade.sh: Fix POSIX compatibility | Lukas Fleischer | 2012-06-01 | 1 | -23/+90 |
* | src/sigs.c: Define "_BSD_SOURCE" and "__BSD_VISIBLE" | Lukas Fleischer | 2012-06-01 | 1 | -0/+10 |
* | po/: Translation updates from Transifex | Lukas Fleischer | 2012-06-01 | 7 | -2017/+4389 |
* | po/: Add Portuguese (Brazil) translation | Lukas Fleischer | 2012-06-01 | 2 | -1/+1998 |
* | po/calcurse.pot: Update message catalog | Lukas Fleischer | 2012-06-01 | 1 | -234/+547 |
* | src/custom.c: Mark sidebar help string "no-c-format" | Lukas Fleischer | 2012-06-01 | 1 | -0/+1 |
* | test/data/conf: Update with recent changes | Lukas Fleischer | 2012-05-31 | 1 | -1/+1 |
* | Make appearance.calendarview more explicit in config file | Baptiste Jonglez | 2012-05-31 | 4 | -9/+22 |
* | 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 |
* | po/POTFILES.in: Add missing source files | Lukas Fleischer | 2012-05-23 | 1 | -1/+11 |
* | 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 |
* | | Add localization to calcurse-upgrade | Lukas Fleischer | 2012-05-23 | 3 | -5/+19 |
* | | scripts/calcurse-upgrade: Add debug output | Lukas Fleischer | 2012-05-23 | 1 | -0/+7 |
* | | scripts/calcurse-upgrade: Add a "--config" option | Lukas Fleischer | 2012-05-23 | 1 | -1/+10 |
* | | scripts/calcurse-upgrade: Set "-e" | Lukas Fleischer | 2012-05-23 | 1 | -6/+8 |
* | | Document extended format specifiers | Lukas Fleischer | 2012-05-23 | 2 | -0/+50 |
* | | 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 | 33 | -10777/+9268 |
* | | 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 | 5 | -22/+25 |
* | | doc/manual.txt: Update configuration options | Lukas Fleischer | 2012-05-17 | 1 | -38/+38 |
* | | Update configuration dialogs | Lukas Fleischer | 2012-05-17 | 2 | -24/+24 |
* | | Document removal of the "-N" command line option | Lukas Fleischer | 2012-05-17 | 3 | -13/+9 |
* | | Document simple format specifiers | Lukas Fleischer | 2012-05-17 | 2 | -0/+177 |
* | | doc/manual.txt: Document motion count prefixes | Lukas Fleischer | 2012-05-17 | 1 | -0/+4 |
* | | doc/manual.txt: Update note file naming scheme | Lukas Fleischer | 2012-05-17 | 1 | -3/+4 |
* | | doc/manual.txt: Fix a couple of typos | Lukas Fleischer | 2012-05-17 | 1 | -14/+14 |
* | | 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 |