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
/
args.c
Age
Commit message (
Expand
)
Author
2009-07-05
Switch to BSD license.
Frederic Culot
2009-07-05
Support added for regex-based searches. Many thanks Erik for providing the pa...
Frederic Culot
2009-06-28
Simplified the way data are loaded and saved.
Frederic Culot
2009-06-28
Help updated for the -t command line flag.
Frederic Culot
2009-06-26
Ability to flag todo items as completed.
Frederic Culot
2009-06-26
Do not print todo items twice if the -d and -t flags are given (thanks Timo f...
Frederic Culot
2009-06-23
Make the argument given to -r or -s flags optional.
Frederic Culot
2009-06-20
Copyright date updated
Frederic Culot
2009-01-24
bugfix: load keys even in non-interactive mode to avoid the loss of user-conf...
Frederic Culot
2009-01-03
more code cleanup
Frederic Culot
2008-12-28
Automatic periodic saves implemented
Frederic Culot
2008-12-28
Added wrappers around libc's memory management functions, to easily debug mem...
Frederic Culot
2008-12-07
Checks added while loading key bindings configuration.
Frederic Culot
2008-09-21
import flag and 'i' keybinding added
Frederic Culot
2008-09-15
Initial work on icalendar import
Frederic Culot
2008-08-12
typo
Frederic Culot
2008-08-11
Optional 'format' option added to '-x' flag, help updated
Frederic Culot
2008-08-10
pcal export added
Frederic Culot
2008-08-06
new command line options added (thanks Erik for the patch)
Frederic Culot
2008-04-20
strcat use avoided
Frederic Culot
2008-04-19
some memory leaks fixed using valgrind and some minor code cleanup
Frederic Culot
2008-04-12
Yet another style for source code. GNU style now used (I am fed up with tabs...)
Frederic Culot
2008-04-09
Tony's patch concerning date format configuration imported
Frederic Culot
2008-04-05
usage updated
Frederic Culot
2008-04-05
patch submitted by Erik Saule imported (ability to display note contents in n...
Frederic Culot
2008-04-04
small bugfixes
Frederic Culot
2007-10-16
next_arg() rewritten, date_arg() improved
Frederic Culot
2007-10-08
bugfix: possible release of non-allocated memory blocks
Frederic Culot
2007-09-01
bugfix: shift in date_arg(), thanks Herbert for reporting this bug
Frederic Culot
2007-08-15
io_load_todo() call updated in todo_arg()
Frederic Culot
2007-07-28
unuseful headers removed and some functions became static
Frederic Culot
2007-07-21
call to custom_load_conf() updated
Frederic Culot
2007-07-20
custom_load_conf() updated to use window_t type
Frederic Culot
2007-07-01
next_arg() modified to call get_today()
Frederic Culot
2007-05-06
call to custom_load_conf() updated
Frederic Culot
2007-04-15
help_arg() updated to display help for the --export argument
Frederic Culot
2007-04-04
MAX_LENGTH replaced by stdio.h's BUFSIZ
Frederic Culot
2007-03-24
'-x' flag added in parse_args() to export data in non-interactive mode
Frederic Culot
2007-03-10
global variable 'colr' suppressed
Frederic Culot
2007-01-16
copyright extended to 2007
Frederic Culot
2007-01-05
newline suppressed
Frederic Culot
2006-12-15
todo_arg() prototype updated and sprintf replaced by snprintf
Frederic Culot
2006-12-14
improvements in the memory deallocation in next_arg()
Frederic Culot
2006-12-11
help_arg() updated to take long options into account
Frederic Culot
2006-10-17
getopt function in parse_args() replaced by getopt_long
Frederic Culot
2006-10-16
'-t' flag now takes a priority number for argument
Frederic Culot
2006-09-16
parse_args(), help_arg() and usage() updated to implement the '-n' flag
Frederic Culot
2006-09-14
call to apoint_sec2str() updated
Frederic Culot
2006-09-12
app_arg() updated to take new appointment linked list structure into account
Frederic Culot
2006-09-03
todo_args() updated to display priorities
Frederic Culot
[next]