summaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Expand)Author
2012-07-07Add support for copy/paste registersLukas Fleischer
2012-06-30Revise cut/pastingLukas Fleischer
2012-06-30Remove the need for the "day_saved_item" structLukas Fleischer
2012-06-30Fix compilation with NLS disabledLukas Fleischer
2012-05-31Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez
2012-05-25Fix incorrect i18n usage for some stringsBaptiste Jonglez
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-16Allow passing additional parameters to shell_exec()Lukas Fleischer
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-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-02src/utils.c: Get rid of "semantic range checks" when parsing durationBaptiste Jonglez
2012-04-17Merge "%(start"{,str}")" and "%(end"{,str}")"Lukas Fleischer
2012-04-17Support extended date formatsLukas Fleischer
2012-04-17Allow passing extended formatsLukas Fleischer
2012-04-17Add support for long format specifiersLukas Fleischer
2012-04-17src/utils.c: Break out format specifier parsingLukas Fleischer
2012-04-06Miscellaneous small code cleanupsLukas Fleischer
2012-04-05Mark some more variables/parameters constantLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-03-12Do not strncpy() strings returned by gettext()Lukas Fleischer
2012-03-12Use strcmp() instead of strncmp()Lukas Fleischer
2012-03-12Avoid redundant virtual screen updatesLukas Fleischer
2012-02-19Fix POSIX complianceLukas Fleischer
2011-12-09src/utils.c: Mark is_all_digit() parameter constLukas Fleischer
2011-11-22src/utils.c: Support escape sequences in format stringsLukas Fleischer
2011-11-14src/utils.c: Support printing '%' in format stringsLukas Fleischer
2011-11-14print_*(): Add format specifier to print notesLukas Fleischer
2011-11-14Use a dynamic method to print todo items to stdoutLukas Fleischer
2011-11-14Use a dynamic method to print recurrent items to stdoutLukas Fleischer
2011-11-14Use a dynamic method to print events to stdoutLukas Fleischer
2011-11-14Use a dynamic method to print appointments to stdoutLukas Fleischer
2011-11-02Remove parentheses from return statementsLukas Fleischer
2011-11-02Make use of the NULL macroLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-11-02Avoid use of printf()/fprintf()Lukas Fleischer
2011-10-06src/utils.c: Support more powerful duration stringsLukas Fleischer
2011-10-06src/utils.c: Remove check_time()Lukas Fleischer
2011-10-06src/utils.c: Introduce parse_{time,duration}()Lukas Fleischer
2011-10-06src/utils.c: Mark input string of parse_date() constLukas Fleischer
2011-10-05Do not unlink() note files on note removalLukas Fleischer
2011-07-21Refactor out note functionsLukas Fleischer