aboutsummaryrefslogtreecommitdiff
path: root/module/output (follow)
Commit message (Collapse)AuthorAge
* Change vulgar output to also use grouped events.Hugo Hörnquist2019-04-25
|
* Move group-stream, add helper methods.Hugo Hörnquist2019-04-25
|
* Change CSS date markers from id to class.Hugo Hörnquist2019-04-25
|
* Update HTML output, and CSS.Hugo Hörnquist2019-04-25
| | | | | | 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.
* Made SUMMARY stick out in vulgar view.Hugo Hörnquist2019-04-25
|
* Remove take-drop-while, span already in SRFI-1.Hugo Hörnquist2019-04-24
|
* Add {mod,set}/r!Hugo Hörnquist2019-04-24
| | | | | | | | | `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.
* Made keys in vulgar output bold.Hugo Hörnquist2019-04-24
|
* Remove surpurflous lambda.Hugo Hörnquist2019-04-24
|
* Remembered about define-values existance.Hugo Hörnquist2019-04-24
|
* Add 'from' and 'to' flags to HTML.Hugo Hörnquist2019-04-24
|
* Improve text layout code.Hugo Hörnquist2019-04-24
|
* Minor movement in fix-event-widths./module/main.scm 2>/dev/pts/0Hugo Hörnquist2019-04-23
|
* Move some procedures.Hugo Hörnquist2019-04-23
|
* Term display now reacts more to terminal size.Hugo Hörnquist2019-04-23
|
* Get terminal size of terminal output.Hugo Hörnquist2019-04-23
|
* Replace text-flow function.Hugo Hörnquist2019-04-23
|
* Add ability to set start-date of term mode.Hugo Hörnquist2019-04-23
|
* Move stuff from main.Hugo Hörnquist2019-04-23