index
:
calcurse
fix/add_missing_depth_header
fix/sync_with_sogo
master
wip/fugly_propfind_sync
wip/fugly_sogo_sync
A text-based calendar and scheduling application
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils.c
Age
Commit message (
Expand
)
Author
2017-01-12
Update copyright ranges
Lukas Fleischer
2016-10-10
Replace parse_datetime() constants by named flags
Lukas Fleischer
2016-10-09
Support dates when specifying start/end times
Lukas Fleischer
2016-10-09
Factor out parse_datetime()
Lukas Fleischer
2016-09-13
Stop all threads before leaving curses mode
Lukas Fleischer
2016-03-27
Do not assume that days always have 86400 seconds
Lukas Fleischer
2016-02-26
Support durations in recurrence ending dates
Lukas Fleischer
2016-02-10
Allow decimals in durations
Lukas Fleischer
2016-02-05
Fix %(hash) formatting of events
Lukas Fleischer
2016-02-05
Refactor grep mode
Lukas Fleischer
2016-01-30
Update copyright ranges
Lukas Fleischer
2016-01-13
Add command line option to suppress dialogs
Lukas Fleischer
2016-01-13
Add an option to filter by object hash
Lukas Fleischer
2016-01-13
Add long format specifiers "raw" and "hash"
Lukas Fleischer
2016-01-13
Reimplement asprintf() using dynamic strings
Lukas Fleischer
2015-04-10
Split out code for drawing week numbers
Lukas Fleischer
2015-02-24
Simplify code in status_ask_choice()
Lukas Fleischer
2015-02-24
Use time_t instead of long in several places
Lukas Fleischer
2015-02-24
Introduce starts_with() and starts_with_ci()
Lukas Fleischer
2015-02-23
Add support for UTC times in iCal imports
Lukas Fleischer
2015-02-22
Use date_sec_change() for adding day deltas
Lukas Fleischer
2015-02-11
Support weekday names as date specifiers
Lukas Fleischer
2015-02-07
Update copyright ranges
Lukas Fleischer
2015-02-07
Add a couple of shorthands to parse_date()
Lukas Fleischer
2015-02-07
Handle dates past January 19th, 2038
Lukas Fleischer
2014-07-22
Refactor new_tempfile()
Lukas Fleischer
2014-07-22
Replace several uses of snprintf() by asprintf()
Lukas Fleischer
2014-07-22
Add vasprintf() and asprintf()
Lukas Fleischer
2014-05-18
Add default cases to some switch statements
Lukas Fleischer
2014-05-18
Store appointments for the current day in a vector
Lukas Fleischer
2014-05-18
Rework scroll window implementation
Lukas Fleischer
2013-07-17
Add a short format specifier for "%(remaining)"
Lukas Fleischer
2013-07-17
Allow extended formats for durations
Lukas Fleischer
2013-07-17
print_datediff(): Actually print a date difference
Lukas Fleischer
2013-07-17
Add %(remaining) style formatting
William Pettersson
2013-04-14
Use tabs instead of spaces for indentation
Lukas Fleischer
2013-02-27
parse_{date,time}(): Split out date/time validation
Lukas Fleischer
2013-02-19
date_sec2date_str(): Add missing semicolon
Lukas Fleischer
2013-02-17
Fix braces in if-else statements
Lukas Fleischer
2013-02-14
parse_duration(): Bail out early in final state
Lukas Fleischer
2013-02-14
calendar.c: Rename to "ui-calendar.c"
Lukas Fleischer
2013-02-14
Rename appointment/event-related UI functions
Lukas Fleischer
2013-02-04
Merge branch 'maint'
Lukas Fleischer
2013-02-04
Update copyright ranges
Lukas Fleischer
2013-01-30
Use strncasecmp() for case-insensitive comparison
Lukas Fleischer
2013-01-30
Remove unused function mystrtol()
Lukas Fleischer
2012-12-16
Add hidden key handler window
Lukas Fleischer
2012-11-23
Merge branch 'maint'
Lukas Fleischer
2012-11-22
Replace localtime() with localtime_r()
Lukas Fleischer
2012-11-18
Add support for entering times in 24 hour format
William Pettersson
[next]