summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-11-23Release screen mutex if thread diesLukas Fleischer
2012-11-23Lock screen when drawing on the calendar/notification panelLukas Fleischer
2012-11-23Do not display a mark when files are auto-savedLukas Fleischer
2012-11-22Replace localtime() with localtime_r()Lukas Fleischer
2012-06-30src/config.c: Fix parsing an unset color themeLukas Fleischer
2012-06-30Fix compilation with NLS disabledLukas Fleischer
2012-06-18src/args.c: Fix bugs address in usage messageLukas Fleischer
2012-06-18src/help.c: Add missing _()Lukas Fleischer
2012-06-18src/keys.c: Fix help strings for generic-{cut,paste}Lukas Fleischer
2012-06-13src/keys.c: Add vim-style default bindings for generic-*Lukas Fleischer
2012-06-13Add key bindings to go to the previous/next month/yearLukas Fleischer
2012-06-13Rename displacement enumeration elementsLukas Fleischer
2012-06-01src/sigs.c: Define "_BSD_SOURCE" and "__BSD_VISIBLE"Lukas Fleischer
2012-06-01src/custom.c: Mark sidebar help string "no-c-format"Lukas Fleischer
2012-05-31Make appearance.calendarview more explicit in config fileBaptiste Jonglez
2012-05-31Use our array of available date input formatsBaptiste Jonglez
2012-05-31Provide an array of available date input formatsBaptiste Jonglez
2012-05-31Give a meaning to DATE_FORMATSBaptiste Jonglez
2012-05-31src/custom.c: Use status_ask_simplechoice()Baptiste Jonglez
2012-05-31Directly use fprintf() where applicableBaptiste Jonglez
2012-05-31src/day.c: Fix typoBaptiste Jonglez
2012-05-31Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez
2012-05-29src/config.c: Bail out on incomplete directiveLukas Fleischer
2012-05-25Fix incorrect i18n usage for some stringsBaptiste Jonglez
2012-05-23Do not localize configuration optionsLukas Fleischer
2012-05-23Merge branch 'maint'Lukas Fleischer
2012-05-21Fix default time format for multi-day appointmentsLukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-20src/utils.c: Disable canonical mode in press_any_key()Lukas Fleischer
2012-05-19Do not localize dates in pcal exportsLukas Fleischer
2012-05-19src/notify.c: Fix printf() misuseLukas Fleischer
2012-05-17Fix data type of "general.firstdayofweek"Lukas Fleischer
2012-05-17Update configuration dialogsLukas Fleischer
2012-05-17Document removal of the "-N" command line optionLukas Fleischer
2012-05-16src/wins.c: Run editor and pager in a shellLukas Fleischer
2012-05-16Allow passing additional parameters to shell_exec()Lukas Fleischer
2012-05-14Add dummy help for cut and pasteBaptiste Jonglez
2012-05-14Allow resize events while prompting the userBaptiste Jonglez
2012-05-14Various fixes.Baptiste Jonglez
2012-05-14Factorize boolean user prompting.Baptiste Jonglez
2012-05-14Use status_ask_choice() on more difficult casesBaptiste Jonglez
2012-05-14Use status_ask_choice() where applicableBaptiste Jonglez
2012-05-14Use status_ask_simplechoice() where applicableBaptiste Jonglez
2012-05-14src/utils.c: Add a status_ask_simplechoice() functionBaptiste Jonglez
2012-05-14src/utils.c: Add a status_ask_choice() functionBaptiste Jonglez
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-05-08src/args.c: Add "void" in some function declarationsLukas Fleischer
2012-05-02src/args.c: Add a mention of "--read-only" in "calcurse --help"Baptiste Jonglez
2012-05-02Various code cleanupBaptiste Jonglez
2012-05-02src/utils.c: Get rid of "semantic range checks" when parsing durationBaptiste Jonglez