summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient-test.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-30Drop unused cxxtest fork in favour of GoogletestAlex Valavanis1-161/+0
Fixed bugs: - https://launchpad.net/bugs/1094771 (bzr r15096)
2015-05-08More helper/geom.h pruning.Krzysztof Kosi??ski1-7/+7
Remove transform_equalp, translate_equalp and matrix_equalp. (bzr r14059.2.10)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-15/+15
(bzr r10025)
2010-12-14Unit test cleanup.Jon A. Cruz1-1/+1
(bzr r9952)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-5/+5
Privatisation tweaks (bzr r9546.1.6)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-1/+1
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8404)
2008-10-31Merge from trunkTed Gould1-29/+30
(bzr r6887)
2008-10-11Merging from trunkTed Gould1-2/+2
(bzr r6884)
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY1-1/+2
create methods to match DOM (bzr r2253)
2006-05-01Moved four more tests to CxxTestJon A. Cruz1-57/+78
(bzr r650)