summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-affine-test.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* fix a brunch of memory leaks pt.2chr2017-05-231-1/+3
| | | | | | I'd like to see the crappy API fixed, to avoid this stupid mistakes. (bzr r15698.1.12)
* Add special rotation solution to optimized transforms, found by JohanLiam P. White2014-11-091-3/+4
| | | (bzr r13691)
* Fix bug in previous commit. Add test against itLiam P. White2014-11-091-2/+3
| | | (bzr r13690)
* Add specialized transformsLiam P. White2014-11-091-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1207502 (bzr r13688)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-40/+40
| | | (bzr r10025)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-291-17/+16
| | | (bzr r7040)
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-191-2/+7
| | | (bzr r6362)
* Fix for PathString to prevent it from getting into a very, very long copying ↵Jasper van de Gronde2008-07-181-14/+16
| | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355)
* Tests for nr-compose, as well as updated tests for svg-affine and svg-length.Jasper van de Gronde2008-07-051-3/+39
| | | (bzr r6192)
* EOL fixupsJon A. Cruz2008-07-051-219/+219
| | | (bzr r6164)
* Tests for svg-affine and svg-length (the latter is not much more than a ↵Jasper van de Gronde2008-07-031-0/+219
stub) and a CxxTest version of the list-container tests. (bzr r6132)