0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 14, 2023 — Jun 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Names: Haddock fix More... over 12 years ago
add Boundable instance for points More... almost 13 years ago
add V and HasStyle instances for function types More... almost 13 years ago
require vector-space >= 0.7.6 More... almost 13 years ago
bump semigroup dependency More... almost 13 years ago
export new 'place' function (= flip moveTo, useful in conjunction with 'withName' and friends) More... almost 13 years ago
documentation typo fix More... almost 13 years ago
Oops, forgot to include changes to Name.hs in "overhaul of names" patch. More... almost 13 years ago
overhaul of names: * replace Atomic class by IsName class, with an instance for Name * get rid of duplication of functions which had one version for atomic names and one for names: now IsName covers both * constructing qualified names now works much more nicely; we no longer need the dumb (||>) operator. * add withNameAll and withNames for working with names mapped to multiple things, and multiple names at once, respectively. More... almost 13 years ago
bump some version numbers More... almost 13 years ago
Added Newtype instances for Point. More... almost 13 years ago
documentation fix More... almost 13 years ago
summarize changes between 0.2 and 0.3 More... almost 13 years ago
additional Atomic instances for base types More... about 13 years ago
add type signatures and comments for withAName and withANameB More... about 13 years ago
add comments about TransInv More... about 13 years ago
big overhaul of name maps: * allow arbitrary types as atomic names * carry along bounding functions as well as names in NameMaps * lots of other small related changes More... about 13 years ago
fix for Issue #34 (incorrect behavior of setBounds) * replace 'applyU' with two functions 'applyUpre' and 'applyUpost' for applying new u values both before and after the given subtree * replace 'Forgetful (Bounds v)' with 'Deletable (Bounds v)' and implement setBounds by making use of applyUpre forgetL . applyUpost forgetR to get rid of *only* the bounds from the current subtree (and not also bounds from any subtrees to the right, like Forgetful did). More... about 13 years ago
add Deletable monoid transformer More... about 13 years ago
update maintaner field More... about 13 years ago
bump version to 0.3 More... about 13 years ago
remove "trivial backend", which was stupid anyway More... about 13 years ago
add Transformable and HasOrigin instances for Transformations More... about 13 years ago
note re: useful implementations of adjustDia in diagrams-lib package More... about 13 years ago
include CHANGES file in distribution More... about 13 years ago
add changes for 0.2 to CHANGES file More... about 13 years ago
semigroups-0.5 is OK More... about 13 years ago
Combine transformations and styles into single interleaved coproduct, so at the end we can transform each style by only the transformations before it. More... about 13 years ago
add code for monoid coproduct to Monoids.hs More... about 13 years ago
export more functions to introduce transformable attributes into styles More... about 13 years ago