aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2019-04-30Various HTML fixups and additions.Hugo Hörnquist
2019-04-30Fix horizontal stripes.Hugo Hörnquist
2019-04-30Add HTML sidebar, various formatting.Hugo Hörnquist
2019-04-30Replace 'when' and 'unless'.Hugo Hörnquist
2019-04-26Made HTML day headers better.Hugo Hörnquist
2019-04-26Remove weird file helper.Hugo Hörnquist
2019-04-26Further cleanup in recurrence parser.Hugo Hörnquist
2019-04-25Once again, rewrote quick-case.Hugo Hörnquist
2019-04-25Move statprof to encompass all.Hugo Hörnquist
2019-04-25Made day-stream slightly less buggy.Hugo Hörnquist
2019-04-25Fix html output.Hugo Hörnquist
2019-04-25Made none-output print statprof info.Hugo Hörnquist
2019-04-25Change how in-date-range? does it's calculation.Hugo Hörnquist
2019-04-25Change vulgar output to also use grouped events.Hugo Hörnquist
2019-04-25Move group-stream, add helper methods.Hugo Hörnquist
2019-04-25Rename event-in? => event-contains?.Hugo Hörnquist
2019-04-25Change CSS date markers from id to class.Hugo Hörnquist
2019-04-25Update HTML output, and CSS.Hugo Hörnquist
Updated CSS to scroll fancier, and display better. But since I don't really know how to do stuff properly in CSS (as if anyone does) it's a bit of a mess.
2019-04-25Fix loading of empty vdir.Hugo Hörnquist
2019-04-25Made SUMMARY stick out in vulgar view.Hugo Hörnquist
2019-04-25Clean up util and move exceptions.Hugo Hörnquist
2019-04-24Remove take-drop-while, span already in SRFI-1.Hugo Hörnquist
2019-04-24Rewrote quick-case macro. Keeps signature.Hugo Hörnquist
Quick-case is a horrible macro. Before it was both hard to see what it did, and how it did it. That still holds true, but at least the code for it is ever so slightly more readable.
2019-04-24Change RRULE-parsing to use let-lazy.Hugo Hörnquist
2019-04-24Add let-lazy.Hugo Hörnquist
2019-04-24Add {mod,set}/r!Hugo Hörnquist
`set!' by default has an unspecified return value. But that haven't stopped me from using that (set! (acc obj) val) returns the value returned by the internal setter function. This change requires you to explicitly request the returning version of set, which returns the value of the last set field.
2019-04-24Add overriding define-syntax.Hugo Hörnquist
2019-04-24Made keys in vulgar output bold.Hugo Hörnquist
2019-04-24Remove surpurflous lambda.Hugo Hörnquist
2019-04-24Remembered about define-values existance.Hugo Hörnquist
2019-04-24Add option to disable everything.Hugo Hörnquist
2019-04-24Add 'from' and 'to' flags to HTML.Hugo Hörnquist
2019-04-24Improve text layout code.Hugo Hörnquist
2019-04-24Remove concat.Hugo Hörnquist
Apparently SRFI-1 comes with concatenate...
2019-04-23Minor movement in fix-event-widths./module/main.scm 2>/dev/pts/0Hugo Hörnquist
2019-04-23Move some procedures.Hugo Hörnquist
2019-04-23Term display now reacts more to terminal size.Hugo Hörnquist
2019-04-23Get terminal size of terminal output.Hugo Hörnquist
2019-04-23Change how branch length is calculated.Hugo Hörnquist
2019-04-23Replace text-flow function.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-23General cleanup in HTML.Hugo Hörnquist
2019-04-23Add summary-filter to HTML 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-23Change event-length => event-length/day.Hugo Hörnquist
This fixes a bug where a long event (spanning multiple days) which only had a short part in the current day would still using its whole length when getting sorted to be placed graphically. This limits the length for the sorting to the relevant part of the event.
2019-04-23Add event-length/day.Hugo Hörnquist