summaryrefslogtreecommitdiffstats
path: root/src/test-helpers.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused cxxtest fork in favour of GoogletestAlex Valavanis2016-08-301-66/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094771 (bzr r15096)
* Fix build with DBUS (thanks ~suv)Liam P. White2014-07-011-2/+2
| | | (bzr r13341.5.10)
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
| | | (bzr r13341.5.3)
* Fix remaining g_type_init deprecation issuesAlex Valavanis2013-07-171-0/+3
| | | (bzr r12421)
* Unwanted output in documentation droppedKris De Gussem2012-02-061-1/+1
| | | (bzr r10945)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+2
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-2/+2
| | | | | | | | | | 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)
* Cleaned up test doc creationJon A. Cruz2007-05-121-1/+1
| | | (bzr r3007)
* Moved four more tests to CxxTestJon A. Cruz2006-05-011-0/+64
(bzr r650)