Martin Lange
Martin Lange
If the chart is defined to accept same data type, even though the axis is using different types of decorator, those chart types should be cvt into a trait object....
Implemented paged output in #25, but did not manage to implement scrolling upwards due to problems with scroll-back buffer / setting buffer size.
Add padding placeholders like `%>(N)` etc., as with `git log --format="..."`. See the respective placeholders in the [Git docs](https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem).
`crossterm` is required for paging anyway, so probably `yansi` is not necessary anymore.
Problem: when walking the respository from `HEAD`, back-tracing of branches does notwork properly. Solution: back-trace the entire graph, but display only what is reachable from `HEAD`
Currently, only two parrents are supported.
Document algorithms for branch tracing, as well as sorting into columns. Aims: * Provide the documentation for reference * Rethink algorithms, identify potential pitfalls * Simplify/structure code (Sorting problems [#7]...
A link to the rendered docs could be added to the project's sidebar as homepage, to show it more prominently. Haven't seen it until now. mdBookversion contains same info as...
Implements theme-dependent image variants using CSS and HTML classes. Basically, HTML elements can be excluded on individual themes, or on themes grouped by light vs. dark. See the added documentation...