0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 14 hours ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add transformable attributes More... almost 13 years ago
add derived Data and Typeable instances for Point More... almost 13 years ago
Style mappend is no longer right-biased union; it now uses elementwise Semigroup instances for attributes All existing attributes will be changed to use a 'Last' semigroup structure (i.e. x <> y = y), hence retaining the original behavior of child attributes overriding parents. However, this gives us much more flexibility; some attributes may have a richer semigroup structure. For example, clipping paths should accumulate rather than be replaced. More... almost 13 years ago
add obvious lifted Boundable and HasOrigin instances for lists This means you can now do things like apply 'centerXY' to a list of things and it will center them "as a group". More... almost 13 years ago
add HasStyle instances for lists and pairs More... almost 13 years ago
add 'trivial backend' instance More... almost 13 years ago
add namePoint function More... almost 13 years ago
implement hlint suggestions for cleanup More... about 13 years ago
export setBounds from G.R.Diagrams More... about 13 years ago
add Forgetful monoids and use them to implement settable bounding regions More... about 13 years ago
add Typeable instance for AnnDiagram More... about 13 years ago
link to new website More... about 13 years ago
add CHANGES file More... about 13 years ago
bump version number More... about 13 years ago
add repository info to .cabal file More... about 13 years ago
update homepage More... about 13 years ago
specify tested GHC versions More... about 13 years ago
make `atop` infixl 6 More... about 13 years ago
add 'withName' combinator for doing stuff with named points More... about 13 years ago
export new ||> operator for constructing names conveniently More... about 13 years ago
add Integer instance for names More... about 13 years ago
generalize lookupN to find names of which the given name is a suffix, if none are found that match exactly. More... about 13 years ago
move design-notes to diagrams-doc repo More... about 13 years ago
remove doc directory More... about 13 years ago
move some documentation from diagrams-core to diagrams-doc More... about 13 years ago
export some invertible linear transformation stuff from G.R.D More... about 13 years ago
export withLength from G.R.D More... about 13 years ago
export HasLinearMap and OrderedField from G.R.D More... about 13 years ago
export UDTree constructors from UDTree module (but not from G.R.Diagrams) More... about 13 years ago
update documentation for G.R.Diagrams More... about 13 years ago