summaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Expand)Author
2016-01-13Add command line option to suppress dialogsLukas Fleischer
2016-01-13Add an option to filter by object hashLukas Fleischer
2016-01-13Add long format specifiers "raw" and "hash"Lukas Fleischer
2016-01-13Reimplement asprintf() using dynamic stringsLukas Fleischer
2015-04-10Split out code for drawing week numbersLukas Fleischer
2015-02-24Simplify code in status_ask_choice()Lukas Fleischer
2015-02-24Use time_t instead of long in several placesLukas Fleischer
2015-02-24Introduce starts_with() and starts_with_ci()Lukas Fleischer
2015-02-23Add support for UTC times in iCal importsLukas Fleischer
2015-02-22Use date_sec_change() for adding day deltasLukas Fleischer
2015-02-11Support weekday names as date specifiersLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2015-02-07Add a couple of shorthands to parse_date()Lukas Fleischer
2015-02-07Handle dates past January 19th, 2038Lukas Fleischer
2014-07-22Refactor new_tempfile()Lukas Fleischer
2014-07-22Replace several uses of snprintf() by asprintf()Lukas Fleischer
2014-07-22Add vasprintf() and asprintf()Lukas Fleischer
2014-05-18Add default cases to some switch statementsLukas Fleischer
2014-05-18Store appointments for the current day in a vectorLukas Fleischer
2014-05-18Rework scroll window implementationLukas Fleischer
2013-07-17Add a short format specifier for "%(remaining)"Lukas Fleischer
2013-07-17Allow extended formats for durationsLukas Fleischer
2013-07-17print_datediff(): Actually print a date differenceLukas Fleischer
2013-07-17Add %(remaining) style formattingWilliam Pettersson
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-27parse_{date,time}(): Split out date/time validationLukas Fleischer
2013-02-19date_sec2date_str(): Add missing semicolonLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer
2013-02-14parse_duration(): Bail out early in final stateLukas Fleischer
2013-02-14calendar.c: Rename to "ui-calendar.c"Lukas Fleischer
2013-02-14Rename appointment/event-related UI functionsLukas Fleischer
2013-02-04Merge branch 'maint'Lukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2013-01-30Use strncasecmp() for case-insensitive comparisonLukas Fleischer
2013-01-30Remove unused function mystrtol()Lukas Fleischer
2012-12-16Add hidden key handler windowLukas Fleischer
2012-11-23Merge branch 'maint'Lukas Fleischer
2012-11-22Replace localtime() with localtime_r()Lukas Fleischer
2012-11-18Add support for entering times in 24 hour formatWilliam Pettersson
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