aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make appearance.calendarview more explicit in config fileBaptiste Jonglez2012-05-314-9/+22
* Use our array of available date input formatsBaptiste Jonglez2012-05-311-10/+3
* Provide an array of available date input formatsBaptiste Jonglez2012-05-312-0/+9
* Give a meaning to DATE_FORMATSBaptiste Jonglez2012-05-313-3/+6
* src/custom.c: Use status_ask_simplechoice()Baptiste Jonglez2012-05-311-11/+14
* Directly use fprintf() where applicableBaptiste Jonglez2012-05-311-12/+4
* src/day.c: Fix typoBaptiste Jonglez2012-05-311-1/+1
* Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez2012-05-317-80/+75
* Fix incorrect i18n usage for some stringsBaptiste Jonglez2012-05-256-22/+22
* 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
* 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/apoint.c: Update in-notify-bar help for new duration syntaxBaptiste Jonglez2012-01-071-2/+2
* src/apoint.c: Fix a length bug introduced by new duration formatBaptiste Jonglez2012-01-071-1/+1