aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for entering times in 24 hour formatWilliam Pettersson2012-11-181-2/+4
* Add support for copy/paste registersLukas Fleischer2012-07-071-1/+4
* Revise cut/pastingLukas Fleischer2012-06-301-4/+1
* Remove the need for the "day_saved_item" structLukas Fleischer2012-06-301-5/+5
* Fix compilation with NLS disabledLukas Fleischer2012-06-301-0/+4
* Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez2012-05-311-15/+12
* Fix incorrect i18n usage for some stringsBaptiste Jonglez2012-05-251-1/+1
* Merge branch 'maint'Lukas Fleischer2012-05-231-1/+8
|\
| * Do not localize dates in pcal exportsLukas Fleischer2012-05-191-0/+7
* | Fix default time format for multi-day appointmentsLukas Fleischer2012-05-211-6/+10
* | Switch to Linux kernel coding styleLukas Fleischer2012-05-211-783/+655
* | src/utils.c: Disable canonical mode in press_any_key()Lukas Fleischer2012-05-201-0/+10
* | Allow passing additional parameters to shell_exec()Lukas Fleischer2012-05-161-3/+40
* | Allow resize events while prompting the userBaptiste Jonglez2012-05-141-1/+6
* | Various fixes.Baptiste Jonglez2012-05-141-2/+2
* | Factorize boolean user prompting.Baptiste Jonglez2012-05-141-7/+11
* | src/utils.c: Add a status_ask_simplechoice() functionBaptiste Jonglez2012-05-141-0/+33
* | src/utils.c: Add a status_ask_choice() functionBaptiste Jonglez2012-05-141-0/+42
* | Declare several parameters/variables constantLukas Fleischer2012-05-081-11/+11
* | src/utils.c: Get rid of "semantic range checks" when parsing durationBaptiste Jonglez2012-05-021-13/+0
* | 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
* | Miscellaneous small code cleanupsLukas Fleischer2012-04-061-3/+10
* | Mark some more variables/parameters constantLukas Fleischer2012-04-051-1/+1
* | Mark localized string literals constantLukas Fleischer2012-04-051-3/+3
* | Update copyright rangesLukas Fleischer2012-03-261-1/+1
* | Do not strncpy() strings returned by gettext()Lukas Fleischer2012-03-121-4/+5
* | Use strcmp() instead of strncmp()Lukas Fleischer2012-03-121-1/+1
* | Avoid redundant virtual screen updatesLukas Fleischer2012-03-121-2/+0
* | Fix POSIX complianceLukas Fleischer2012-02-191-0/+2
* | src/utils.c: Mark is_all_digit() parameter constLukas Fleischer2011-12-091-1/+1
* | src/utils.c: Support escape sequences in format stringsLukas Fleischer2011-11-221-0/+55
* | src/utils.c: Support printing '%' in format stringsLukas Fleischer2011-11-141-0/+9
* | print_*(): Add format specifier to print notesLukas Fleischer2011-11-141-0/+61
* | Use a dynamic method to print todo items to stdoutLukas Fleischer2011-11-141-0/+34
* | Use a dynamic method to print recurrent items to stdoutLukas Fleischer2011-11-141-0/+27
* | Use a dynamic method to print events to stdoutLukas Fleischer2011-11-141-0/+31
* | Use a dynamic method to print appointments to stdoutLukas Fleischer2011-11-141-0/+49
* | Remove parentheses from return statementsLukas Fleischer2011-11-021-9/+9
* | Make use of the NULL macroLukas Fleischer2011-11-021-2/+2
* | Do not cast unused return values to voidLukas Fleischer2011-11-021-9/+9
* | Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-1/+1
* | src/utils.c: Support more powerful duration stringsLukas Fleischer2011-10-061-23/+100
* | src/utils.c: Remove check_time()Lukas Fleischer2011-10-061-31/+0
* | src/utils.c: Introduce parse_{time,duration}()Lukas Fleischer2011-10-061-0/+85
* | src/utils.c: Mark input string of parse_date() constLukas Fleischer2011-10-061-4/+4
* | Do not unlink() note files on note removalLukas Fleischer2011-10-051-4/+4