summaryrefslogtreecommitdiffstats
path: root/testfiles (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-17tests for {SVG,CSS}OStringStreamTestThomas Holder2-0/+157
2019-11-03Remove tests LPE to be woking apart in this branch:Jabier Arraiza7-8283/+0
https://gitlab.com/inkscape/inkscape/merge_requests/1012
2019-11-01Improve clip LPEJabier Arraiza8-2/+8289
Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866
2019-10-23update expected_rendering/test-baseline-shift.pngThomas Holder1-0/+0
2019-10-19Fix bug in sh comparsionJabier Arraiza1-1/+1
2019-10-01Fix tests after adding xml:lang.Tavmjong Bah1-0/+1
2019-06-07Remove _argv0 from Inkscape::ApplicationPatrick Storz3-3/+3
Currently it was only used as the least preferred (and therefore effectively unused) location where to store the crash backup. However it wasn't set properly since 408cb49b5559a81ea803df64bf58457a5dd4bf16 causing assertion errors while crashing. On top of that argv0 is not a reliable way to determine the path to the currently running executable anyway. Fixes https://gitlab.com/inkscape/inkscape/issues/176
2019-01-02run clang tidy modernize passMarc Jeanmougin2-10/+12
2019-01-02modernize: add overridesMarc Jeanmougin7-8/+8
2019-01-02modernize loopsMarc Jeanmougin3-15/+15
2018-12-26test missing image xlink:href attributeThomas Holder4-2/+30
2018-12-24rebase_hrefs: store IRI (UTF-8), not URI (ASCII)Thomas Holder1-0/+10
2018-12-16add some Inkscape::URI testsThomas Holder1-0/+29
- default constructor - empty string constructor - exception tests
2018-12-13extract_uri: fix, test, documentThomas Holder3-97/+76
2018-12-13Misc. source comment typo fixesluz.paz1-2/+2
Found via `codespell`
2018-12-13remove obsolete URI cxxtestsThomas Holder1-95/+0
2018-12-09remove Inkscape::URI::getFullPathThomas Holder1-0/+1
2018-12-09fix, test, and document more Inkscape::URI methodsThomas Holder1-4/+106
2018-12-03Fix rendering tests (Launchpad bug 1805804).Tavmjong Bah1-2/+2
2018-12-03Convert document string to raw string (removes all escaping).Tavmjong Bah1-31/+31
2018-11-25Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza1-2/+0
This move from Namedview to a new prefernecr point to not reload full namedview on meassure
2018-11-14Move getStyles to styles and clean up on destruction.Martin Owens1-6/+2
2018-11-13Add capability to get style rulesets as SPStyle objectsMartin Owens2-0/+78
2018-11-08Clarify licensesMax Gaukler26-27/+117
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-11-05Replacement for xmlBuildRelativeURIThomas Holder1-0/+9
- xmlBuildRelativeURI has a bug - we add a special case: Don't cross filesystem root
2018-11-05fix URI::from_dirname("/")Thomas Holder1-0/+2
2018-11-03Inkscape::URI API enhancementsThomas Holder2-0/+144
2018-10-24Expand tests for object style to include font sizes and font propertyMartin Owens1-1/+65
2018-10-13dir-util-test: #include "io/dir-util.h"Thomas Holder1-1/+1
2018-10-13Revert "Add dir-util.h to the include path."Thomas Holder1-1/+0
This reverts commit a4668b5c3a06de1ddcadc32dcd5ed386c498b4ac.
2018-10-13CMake/tests: SimplifyEduard Braun1-1/+1
2018-10-13Add dir-util.h to the include path.Shlomi Fish1-0/+1
Fixes tests in the prev commit.
2018-10-11Add new object-style test to test cascading and precidence.Martin Owens2-0/+132
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-6/+6
2018-09-13Add per embed/linked SVG a DPI valueJabiertxof1-0/+1
2018-08-05Fixing coding styleJabier Arraiza1-212/+196
2018-08-05Fixes pointed by TavJabier Arraiza1-0/+2
2018-06-21Move global functions into SPGradient methods.Emmanuel Gil Peyrot1-11/+11
2018-06-14Fix float comparison in testsMarc Jeanmougin1-11/+11
2018-06-09Migrated object-test and sp-gradient-test to gtestAdrian Boguszewski5-396/+337
2018-05-31Boiler plate stuff for 'textPath' 'side' attribute.Tavmjong Bah1-0/+1
2018-05-25disable test failing with harfbuzz >= 1.6.0 waiting for a fix in pango or ↵Marc Jeanmougin1-1/+6
freetype
2018-05-23Fix building of tests with system install of gtest on debianMarc Jeanmougin1-0/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin3-10/+10
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin3-10/+10
2018-04-29Fix testMarc Jeanmougin1-0/+1
2018-03-12CSS property 'font-variation-settings' contains comma separated value pairs.Tavmjong Bah1-1/+1
Previous version assumed no commas. Fix reading and writing property. Update test.
2018-03-10Finish implementing reading/writing 'font-variation-settings' CSS property.Tavmjong Bah1-2/+11
Fix some bugs in previously implemented code. Add tests.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah3-9/+9
A lot of header clean-up.
2017-12-04Fix tests on LinuxEduard Braun2-2/+2