0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add Point type and associated functions More... over 13 years ago
go back to representing affine transformations directly as linear map + translation More... over 13 years ago
remove hmatrix dependency, compute bounding region transformations using inverse transpose More... over 13 years ago
tiny documentation fix More... over 13 years ago
minor documentation fix More... over 13 years ago
transformable attributes. More... over 13 years ago
remove 'combine' method from AttributeClass More... over 13 years ago
bump dependency versions so it would in theory work with GHC 7 (however, hmatrix does not compile with GHC 7 yet) More... over 13 years ago
add monoidal annotations to diagrams More... over 13 years ago
import HCAR entry More... over 13 years ago
clean up some documentation More... over 13 years ago
Haddock 2.8.1 *still* doesn't like documentation for associated types =( More... over 13 years ago
move renderDia (with default implementation) into Backend class, so backends can override it if desired; add MultiBackend class for backends that support rendering multiple diagrams. We can add a MultiBackend instance for Cairo, for example. More... over 13 years ago
add 'combine' operation to AttributeClass, although it is not being used yet More... over 13 years ago
fix mappend ordering bug More... over 13 years ago
reorganize Backend class a bit, and add attributes/styles More... over 13 years ago
fix bug with transformed bounds functions and orientation: YAY all the tests in cairo/test now work!!! More... over 13 years ago
fix bug in bounds transformation. I think it works now (knock on wood)!! More... over 13 years ago
fix compile errors More... over 13 years ago
fix orthogonalSpace so it generates a linearly independent set More... over 13 years ago
first pass at implementing bounding region transformation. no idea if it is correct yet. More... over 13 years ago
a bit of cleanup and more work on transforming bounding regions More... over 13 years ago
reorganize and add new function, 'scaling' More... almost 14 years ago
fix up indentation More... almost 14 years ago
more documentation cleanup in Transform More... almost 14 years ago
rename 'papply' to 'apply' and 'pinv' to 'inv' darcs-patches: H4sIAAAAAAAAA62PsQ6CQAyGd5/iXgDO1VGjcRcmjDHNUeESOJoWjfr0EuNiAqdcbmiXtt//NVOM1IBBleoM+yultajjOikgeZ6XyeqkCIiah3r3RfZ73bqbGuprtWtKvbVQMbTyf4D/aionR+nnZYxfjPGFjd4zUG2N6AO6Etm6KuC12aAAG70BGSbRpCZ5IW67OzGK2M5FFPRCQyxzBieXjtt4jh7kx/AF4WeQuZMDAAA= More... almost 14 years ago
documentation tweaks More... almost 14 years ago
rename 'inv' and 'apply' to 'linv' and 'lapp'. These aren't the functions users will actually be using, so save the good names for the good stuff! darcs-patches: H4sIAAAAAAAAA62PMQ7CMAxFd06RC7RhZQSB2EknEEJWa9pIaRLZBQGnpwsDUlNIlMUe/P38rAShN1CjKKXC4ebLjsVpXRyheF2WxeoswHvzFGZsC/UzrO1dmLF8RZ1p5FZDS9Dzv/jZneCVCnmIuTCZn6Qz1XJP4DtdszygbZC0baPfisWkuMgN8DjJpBSiJZntHp6QWTubTW8OmeRYEVi+OupzGYaBH783ypZVVYUDAAA= More... almost 14 years ago
rename 'Projective' to 'Transformation'. Users should not have to know or care that transformations are implemented as projective transformations. darcs-patches: H4sIAAAAAAAAA7XOsQrCQAzG8d2nuBe4xtVRUVzF66QUCdfYRtq7IzmL+PR2EjfF0jn8/l+cEUodejIFOMr3VLRqzmt7Qvu8LO2qMgeJN/KZBzKlYNBrlB4zx7BwHzZ2NWwZG8FeJyRK0vwnV/GwF0wte4UjhZqEQzP1qS9V2KCOl5niu0cSUh3ZXAtv+nv/BQGpLaUyAgAA More... almost 14 years ago
don't export rebaseBounds from main Diagrams module More... almost 14 years ago