aboutsummaryrefslogtreecommitdiff
path: root/module/main.scm (unfollow)
Commit message (Expand)Author
2019-05-01Add options to --statprof.Hugo Hörnquist
2019-04-25Move statprof to encompass all.Hugo Hörnquist
2019-04-25Made none-output print statprof info.Hugo Hörnquist
2019-04-24Add option to disable everything.Hugo Hörnquist
2019-04-23Add ability to set start-date of term mode.Hugo Hörnquist
2019-04-23Move stuff from main.Hugo Hörnquist
2019-04-23Add command line option parsing.Hugo Hörnquist
2019-04-23Fix terminal output.Hugo Hörnquist
2019-04-23Change how util is loaded.Hugo Hörnquist
2019-04-23Rename module vcalendar => vcomponent.Hugo Hörnquist
2019-04-22General cleanup.Hugo Hörnquist
2019-04-22Add rudamentary HTML output.HTMLHugo Hörnquist
2019-04-21Move where streams are merged.Hugo Hörnquist
2019-04-20Rename (vcalendar {recur => recurrence}).Hugo Hörnquist
2019-04-20Add binding to dump vcomponent to stdout.Hugo Hörnquist
2019-04-10Minor cleanups.Hugo Hörnquist
2019-04-09Start using multi-set!Hugo Hörnquist
2019-04-09Add slightly better terminal drawing procedures.Hugo Hörnquist
2019-03-29Minor whitespace fixup.Hugo Hörnquist
2019-03-29Replace recur loop with while.Hugo Hörnquist
2019-03-29Add summary-filter to SUMMARY field.Hugo Hörnquist
2019-03-29Move TTY input to end of loop.Hugo Hörnquist
2019-03-25Fix #\q in main loop.Hugo Hörnquist
2019-03-25Minor cleanups.Hugo Hörnquist
2019-03-25Fix events being dropped by sorting them.Hugo Hörnquist
2019-03-25Replace one filter.Hugo Hörnquist
2019-03-22Move C and Scheme code into subdirs.Hugo Hörnquist
2019-03-22Move take-to to util.Hugo Hörnquist
2019-03-21Update main to show recurring events.Hugo Hörnquist
2019-03-21Change main-loop input.Hugo Hörnquist
2019-03-21Some cleanup.Hugo Hörnquist
2019-03-21Move time procedures from main to where they belong.Hugo Hörnquist
2019-03-19Fix crash when day has 0 events.Hugo Hörnquist
2019-03-19Fix problem with screen not refreshing.Hugo Hörnquist
2019-03-19Made vulgar interface slightly more stable.Hugo Hörnquist
2019-03-19Add simple event view to vulgar front-end.Hugo Hörnquist
2019-03-13Fix events only overlapping days.Hugo Hörnquist
2019-03-12Add interactive terminal UI.term-uiHugo Hörnquist
2019-03-08Move stuff between modules.Hugo Hörnquist
2019-03-08Fix main.Hugo Hörnquist
2019-03-08Made DTSTART have <time> instead of <date> type.Hugo Hörnquist
2019-03-08Varius minor fixes.Hugo Hörnquist
2019-03-02Move datetime stuff to better suited files.Hugo Hörnquist
2019-03-01Fix setters for date types.Hugo Hörnquist
2019-03-01Add color-if and for-each-in macros.Hugo Hörnquist
2019-02-26Move stuff between code.scm and main.scm.Hugo Hörnquist