aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* Made day-stream slightly less buggy.Hugo Hörnquist2019-04-25
|
* Fix html output.Hugo Hörnquist2019-04-25
|
* Made none-output print statprof info.Hugo Hörnquist2019-04-25
|
* Change how in-date-range? does it's calculation.Hugo Hörnquist2019-04-25
|
* Change vulgar output to also use grouped events.Hugo Hörnquist2019-04-25
|
* Move group-stream, add helper methods.Hugo Hörnquist2019-04-25
|
* Rename event-in? => event-contains?.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.
* Fix loading of empty vdir.Hugo Hörnquist2019-04-25
|
* Made SUMMARY stick out in vulgar view.Hugo Hörnquist2019-04-25
|
* Clean up util and move exceptions.Hugo Hörnquist2019-04-25
|
* Remove take-drop-while, span already in SRFI-1.Hugo Hörnquist2019-04-24
|
* Rewrote quick-case macro. Keeps signature.Hugo Hörnquist2019-04-24
| | | | | | 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.
* Change RRULE-parsing to use let-lazy.Hugo Hörnquist2019-04-24
|
* Add let-lazy.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.
* Add overriding define-syntax.Hugo Hörnquist2019-04-24
|
* 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 option to disable everything.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
|
* Remove concat.Hugo Hörnquist2019-04-24
| | | | Apparently SRFI-1 comes with concatenate...
* 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
|
* Change how branch length is calculated.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
|
* Add command line option parsing.Hugo Hörnquist2019-04-23
|
* Fix terminal output.Hugo Hörnquist2019-04-23
|
* General cleanup in HTML.Hugo Hörnquist2019-04-23
|
* Add summary-filter to HTML output.Hugo Hörnquist2019-04-23
|
* Change how util is loaded.Hugo Hörnquist2019-04-23
|
* Rename module vcalendar => vcomponent.Hugo Hörnquist2019-04-23
|
* Change event-length => event-length/day.Hugo Hörnquist2019-04-23
| | | | | | | | | 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.
* Add event-length/day.Hugo Hörnquist2019-04-23
|
* Add time-{min,max}.Hugo Hörnquist2019-04-23
|
* Move event-length.Hugo Hörnquist2019-04-23
|
* Reorder CSS output for event size.Hugo Hörnquist2019-04-23
|
* Rewrote fix-event-widths!Hugo Hörnquist2019-04-23
|
* Add some utilitiy functions.Hugo Hörnquist2019-04-23
|
* Add tree datatype.Hugo Hörnquist2019-04-23
|
* Slightly better HTML colors.Hugo Hörnquist2019-04-22
|
* Fix events spanning over multiple days.Hugo Hörnquist2019-04-22
|
* Made multi day events appear in HTML.Hugo Hörnquist2019-04-22
|