summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient-test.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused cxxtest fork in favour of GoogletestAlex Valavanis2016-08-301-161/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094771 (bzr r15096)
* More helper/geom.h pruning.Krzysztof Kosi??ski2015-05-081-7/+7
| | | | | Remove transform_equalp, translate_equalp and matrix_equalp. (bzr r14059.2.10)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-15/+15
| | | (bzr r10025)
* Unit test cleanup.Jon A. Cruz2010-12-141-1/+1
| | | (bzr r9952)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-7/+6
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-5/+5
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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)
* | 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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8404)
* Merge from trunkTed Gould2008-10-311-29/+30
| | | (bzr r6887)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* Moved four more tests to CxxTestJon A. Cruz2006-05-011-0/+160
(bzr r650)