summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Lukas Fleischer2012-05-233-3/+10
|\
| * Do not localize dates in pcal exportsLukas Fleischer2012-05-192-1/+8
| * src/notify.c: Fix printf() misuseLukas Fleischer2012-05-191-1/+1
* | Add localization to calcurse-upgradeLukas Fleischer2012-05-233-5/+19
* | scripts/calcurse-upgrade: Add debug outputLukas Fleischer2012-05-231-0/+7
* | scripts/calcurse-upgrade: Add a "--config" optionLukas Fleischer2012-05-231-1/+10
* | scripts/calcurse-upgrade: Set "-e"Lukas Fleischer2012-05-231-6/+8
* | Document extended format specifiersLukas Fleischer2012-05-232-0/+50
* | Fix default time format for multi-day appointmentsLukas Fleischer2012-05-211-6/+10
* | Switch to Linux kernel coding styleLukas Fleischer2012-05-2133-10777/+9268
* | src/utils.c: Disable canonical mode in press_any_key()Lukas Fleischer2012-05-201-0/+10
* | Fix data type of "general.firstdayofweek"Lukas Fleischer2012-05-175-22/+25
* | doc/manual.txt: Update configuration optionsLukas Fleischer2012-05-171-38/+38
* | Update configuration dialogsLukas Fleischer2012-05-172-24/+24
* | Document removal of the "-N" command line optionLukas Fleischer2012-05-173-13/+9
* | Document simple format specifiersLukas Fleischer2012-05-172-0/+177
* | doc/manual.txt: Document motion count prefixesLukas Fleischer2012-05-171-0/+4
* | doc/manual.txt: Update note file naming schemeLukas Fleischer2012-05-171-3/+4
* | doc/manual.txt: Fix a couple of typosLukas Fleischer2012-05-171-14/+14
* | src/wins.c: Run editor and pager in a shellLukas Fleischer2012-05-161-1/+1
* | Allow passing additional parameters to shell_exec()Lukas Fleischer2012-05-164-6/+45
* | Add dummy help for cut and pasteBaptiste Jonglez2012-05-141-0/+4
* | Allow resize events while prompting the userBaptiste Jonglez2012-05-141-1/+6
* | Various fixes.Baptiste Jonglez2012-05-142-3/+3
* | Factorize boolean user prompting.Baptiste Jonglez2012-05-146-35/+19
* | Use status_ask_choice() on more difficult casesBaptiste Jonglez2012-05-142-38/+87
* | Use status_ask_choice() where applicableBaptiste Jonglez2012-05-142-40/+42
* | Use status_ask_simplechoice() where applicableBaptiste Jonglez2012-05-141-33/+30
* | src/utils.c: Add a status_ask_simplechoice() functionBaptiste Jonglez2012-05-142-0/+34
* | src/utils.c: Add a status_ask_choice() functionBaptiste Jonglez2012-05-142-0/+43
* | Declare several parameters/variables constantLukas Fleischer2012-05-0817-122/+125
* | src/args.c: Add "void" in some function declarationsLukas Fleischer2012-05-081-4/+4
* | src/args.c: Add a mention of "--read-only" in "calcurse --help"Baptiste Jonglez2012-05-021-1/+4
* | Various code cleanupBaptiste Jonglez2012-05-021-11/+3
* | src/utils.c: Get rid of "semantic range checks" when parsing durationBaptiste Jonglez2012-05-021-13/+0
* | src/apoint.c: Change the status message displayed when editing a durationBaptiste Jonglez2012-05-021-1/+1
* | src/htable.h: Add missing prototypesLukas Fleischer2012-04-211-1/+5
* | Add prototypes for hash table functionsLukas Fleischer2012-04-212-0/+2
* | src/mem.c: Skip dbg_*() if memory stats are disabledLukas Fleischer2012-04-211-45/+48
* | Mark several functions staticLukas Fleischer2012-04-205-5/+5
* | Merge "%(start"{,str}")" and "%(end"{,str}")"Lukas Fleischer2012-04-171-21/+13
* | Support extended date formatsLukas Fleischer2012-04-171-2/+19
* | Allow passing extended formatsLukas Fleischer2012-04-171-5/+24
* | Add support for long format specifiersLukas Fleischer2012-04-171-5/+43
* | src/utils.c: Break out format specifier parsingLukas Fleischer2012-04-171-24/+72
* | test/: Add a READMELukas Fleischer2012-04-171-0/+121
* | src/calcurse.c: Start all helper threads in one goLukas Fleischer2012-04-121-2/+4
* | Refactor startup screen branchLukas Fleischer2012-04-123-17/+14
* | Use percentage-based width for the sidebarLukas Fleischer2012-04-121-23/+14
* | src/mem.c: Fix putchar() parameterLukas Fleischer2012-04-061-1/+1