summaryrefslogtreecommitdiffstats
path: root/src/sp-style-elem-test.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused cxxtest fork in favour of GoogletestAlex Valavanis2016-08-301-166/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094771 (bzr r15096)
* Fix make check after merge of cppify branchKrzysztof Kosi??ski2013-09-191-16/+17
| | | (bzr r12549)
* Unit test cleanup.Jon A. Cruz2010-12-141-11/+11
| | | (bzr r9952)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-9/+8
|\ | | | | (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)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
| | | | | | (bzr r9546.1.4)
| * 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)
* Remove utest.Krzysztof Kosi??ski2008-12-301-3/+3
| | | (bzr r7042)
* Fix for sp-style-elem-test to make it work again with new code.Jasper van de Gronde2008-06-201-1/+1
| | | (bzr r6004)
* Additional null pointer checkingJon A. Cruz2007-04-061-0/+18
| | | (bzr r2827)
* remove sp_repr_new from style testsMenTaLguY2007-01-241-4/+4
| | | (bzr r2272)
* Moved four more tests to CxxTestJon A. Cruz2006-05-011-0/+148
(bzr r650)