summaryrefslogtreecommitdiffstats
path: root/src/sp-style-elem-test.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-30Drop unused cxxtest fork in favour of GoogletestAlex Valavanis1-166/+0
Fixed bugs: - https://launchpad.net/bugs/1094771 (bzr r15096)
2013-09-19Fix make check after merge of cppify branchKrzysztof Kosi??ski1-16/+17
(bzr r12549)
2010-12-14Unit test cleanup.Jon A. Cruz1-11/+11
(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-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-2/+2
(bzr r9546.1.4)
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-12-30Remove utest.Krzysztof Kosi??ski1-3/+3
(bzr r7042)
2008-06-20Fix for sp-style-elem-test to make it work again with new code.Jasper van de Gronde1-1/+1
(bzr r6004)
2007-04-06Additional null pointer checkingJon A. Cruz1-0/+18
(bzr r2827)
2007-01-24remove sp_repr_new from style testsMenTaLguY1-4/+4
(bzr r2272)
2006-05-01Moved four more tests to CxxTestJon A. Cruz1-57/+87
(bzr r650)