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
2012-03-26
Update copyright ranges
Lukas Fleischer
2012-02-24
Add a read-only option
Lukas Fleischer
2011-12-09
Extract config file handlers into a separate file
Lukas Fleischer
2011-11-14
src/args.c: Remove obsolete "-N" flag
Lukas Fleischer
2011-11-14
src/args.c: Allow for specifying custom format strings
Lukas Fleischer
2011-11-14
print_*(): Add format specifier to print notes
Lukas Fleischer
2011-11-14
Use a dynamic method to print todo items to stdout
Lukas Fleischer
2011-11-14
Use a dynamic method to print recurrent items to stdout
Lukas Fleischer
2011-11-14
Use a dynamic method to print events to stdout
Lukas Fleischer
2011-11-14
Use a dynamic method to print appointments to stdout
Lukas Fleischer
2011-11-14
Removed unused parameter from apoint_sec2str()
Lukas Fleischer
2011-11-14
Use a global configuration variable
Lukas Fleischer
2011-11-02
Remove parentheses from return statements
Lukas Fleischer
2011-11-02
Make use of the NULL macro
Lukas Fleischer
2011-11-02
Do not cast unused return values to void
Lukas Fleischer
2011-11-02
Avoid use of printf()/fprintf()
Lukas Fleischer
2011-10-21
Avoid unnecessary start time calculations
Lukas Fleischer
2011-10-06
Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriate
Lukas Fleischer
2011-10-05
Add command line argument to run the GC manually
Lukas Fleischer
2011-09-06
Merge branch 'maint'
Lukas Fleischer
2011-08-26
Rework indentation code in print_notefile()
Lukas Fleischer
2011-07-30
Merge branch 'maint'
Lukas Fleischer
2011-07-30
Fix sort order in app_arg()
Lukas Fleischer
2011-07-28
src/args.c: Mark various constant strings const
Lukas Fleischer
2011-07-28
Remove superfluous buffer variable from version_arg()
Lukas Fleischer
2011-07-28
Remove superfluous buffer variable from help_arg()
Lukas Fleischer
2011-07-28
Merge branch 'maint'
Lukas Fleischer
2011-07-28
Invoke vars_init() before importing data with "-i"
Lukas Fleischer
2011-07-21
Declare foreground and background variables global
Lukas Fleischer
2011-04-22
Update copyright notices in source files, documentation and "COPYING".
Lukas Fleischer
2011-04-22
Use "event" structure when iterating over events in app_arg().
Lukas Fleischer
2011-04-19
Use generic lists for recurring apointments and events.
Lukas Fleischer
2011-04-19
Use generic lists for todo items.
Lukas Fleischer
2011-04-19
Use generic lists for events.
Lukas Fleischer
2011-04-19
Use generic lists for appointments.
Lukas Fleischer
2011-04-05
Compare pointers to "NULL" instead of "0".
Lukas Fleischer
2011-04-03
Remove dead assignments spotted by clang-analyzer.
Lukas Fleischer
2011-03-14
Overall indentation fixes.
Lukas Fleischer
2011-03-04
Update website links to match the new URL.
Lukas Fleischer
2011-03-04
Update mail addresses to match the new mailing lists.
Lukas Fleischer
2011-03-03
Remove CVS "$Id" headers.
Lukas Fleischer
2011-03-03
Fixed file permissions.
Lukas Fleischer
2011-01-11
Make parse_date accept several short forms.
Lukas Fleischer
2010-05-26
Copyright updated.
Frederic Culot
2010-03-20
All headers gathered into a single one. Typedefs suppressed.
Frederic Culot
2009-11-01
Also check for notes directory.
Frederic Culot
2009-11-01
Check for data directory availability added (thanks Brandon for reporting thi...
Frederic Culot
2009-08-02
Help on --status flag added
Frederic Culot
2009-07-26
--status flag added
Frederic Culot
2009-07-26
Check for file presence added (thanks again Chris for reporting it).
Frederic Culot
[next]