summaryrefslogtreecommitdiffstats
path: root/testfiles (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove _argv0 from Inkscape::ApplicationPatrick Storz2019-06-073-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
* run clang tidy modernize passMarc Jeanmougin2019-01-022-10/+12
|
* modernize: add overridesMarc Jeanmougin2019-01-027-8/+8
|
* modernize loopsMarc Jeanmougin2019-01-023-15/+15
|
* test missing image xlink:href attributeThomas Holder2018-12-264-2/+30
|
* rebase_hrefs: store IRI (UTF-8), not URI (ASCII)Thomas Holder2018-12-241-0/+10
|
* add some Inkscape::URI testsThomas Holder2018-12-161-0/+29
| | | | | | - default constructor - empty string constructor - exception tests
* extract_uri: fix, test, documentThomas Holder2018-12-133-97/+76
|
* Misc. source comment typo fixesluz.paz2018-12-131-2/+2
| | | Found via `codespell`
* remove obsolete URI cxxtestsThomas Holder2018-12-131-95/+0
|
* remove Inkscape::URI::getFullPathThomas Holder2018-12-091-0/+1
|
* fix, test, and document more Inkscape::URI methodsThomas Holder2018-12-091-4/+106
|
* Fix rendering tests (Launchpad bug 1805804).Tavmjong Bah2018-12-031-2/+2
|
* Convert document string to raw string (removes all escaping).Tavmjong Bah2018-12-031-31/+31
|
* Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza2018-11-251-2/+0
| | | | This move from Namedview to a new prefernecr point to not reload full namedview on meassure
* Move getStyles to styles and clean up on destruction.Martin Owens2018-11-141-6/+2
|
* Add capability to get style rulesets as SPStyle objectsMartin Owens2018-11-132-0/+78
|
* Clarify licensesMax Gaukler2018-11-0826-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
* Replacement for xmlBuildRelativeURIThomas Holder2018-11-051-0/+9
| | | | | - xmlBuildRelativeURI has a bug - we add a special case: Don't cross filesystem root
* fix URI::from_dirname("/")Thomas Holder2018-11-051-0/+2
|
* Inkscape::URI API enhancementsThomas Holder2018-11-032-0/+144
|
* Expand tests for object style to include font sizes and font propertyMartin Owens2018-10-241-1/+65
|
* dir-util-test: #include "io/dir-util.h"Thomas Holder2018-10-131-1/+1
|
* Revert "Add dir-util.h to the include path."Thomas Holder2018-10-131-1/+0
| | | | This reverts commit a4668b5c3a06de1ddcadc32dcd5ed386c498b4ac.
* CMake/tests: SimplifyEduard Braun2018-10-131-1/+1
|
* Add dir-util.h to the include path.Shlomi Fish2018-10-131-0/+1
| | | | Fixes tests in the prev commit.
* Add new object-style test to test cascading and precidence.Martin Owens2018-10-112-0/+132
|
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-6/+6
|
* Add per embed/linked SVG a DPI valueJabiertxof2018-09-131-0/+1
|
* Fixing coding styleJabier Arraiza2018-08-051-212/+196
|
* Fixes pointed by TavJabier Arraiza2018-08-051-0/+2
|
* Move global functions into SPGradient methods.Emmanuel Gil Peyrot2018-06-211-11/+11
|
* Fix float comparison in testsMarc Jeanmougin2018-06-141-11/+11
|
* Migrated object-test and sp-gradient-test to gtestAdrian Boguszewski2018-06-095-396/+337
|
* Boiler plate stuff for 'textPath' 'side' attribute.Tavmjong Bah2018-05-311-0/+1
|
* disable test failing with harfbuzz >= 1.6.0 waiting for a fix in pango or ↵Marc Jeanmougin2018-05-251-1/+6
| | | | freetype
* Fix building of tests with system install of gtest on debianMarc Jeanmougin2018-05-231-0/+2
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-043-10/+10
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-293-10/+10
|
* Fix testMarc Jeanmougin2018-04-291-0/+1
|
* CSS property 'font-variation-settings' contains comma separated value pairs.Tavmjong Bah2018-03-121-1/+1
| | | | Previous version assumed no commas. Fix reading and writing property. Update test.
* Finish implementing reading/writing 'font-variation-settings' CSS property.Tavmjong Bah2018-03-101-2/+11
| | | | Fix some bugs in previously implemented code. Add tests.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-303-9/+9
| | | | A lot of header clean-up.
* Merge branch 'baseline-shift' of gitlab.com:khaledhosny/inkscapeMarc Jeanmougin2018-01-124-0/+28
|\
| * Fix baseline shift movement directionKhaled Hosny2017-10-204-0/+28
| | | | | | | | | | | | This was broke in 2abe0bb681044d972e171189395a2afdbc39bf28 when delta_y was applied in the opposite Y direction but baseline_shift was kept unchanged.
* | Fix tests on LinuxEduard Braun2017-12-042-2/+2
| |
* | Fix linking tests on ArchEduard Braun2017-11-261-0/+2
| |
* | small fixMarc Jeanmougin2017-10-281-1/+1
| |
* | add some docMarc Jeanmougin2017-10-282-0/+9
| |
* | simpler structure -- compilers and flags have to be given externallyMarc Jeanmougin2017-10-282-4/+5
| |