summaryrefslogtreecommitdiffstats
path: root/testfiles/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-17tests for {SVG,CSS}OStringStreamTestThomas Holder1-0/+156
2019-10-01Fix tests after adding xml:lang.Tavmjong Bah1-0/+1
2019-06-07Remove _argv0 from Inkscape::ApplicationPatrick Storz1-1/+1
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-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 Holder2-97/+75
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-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 Owens1-0/+77
2018-11-08Clarify licensesMax Gaukler18-24/+98
- 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 Holder1-0/+143
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-11Add new object-style test to test cascading and precidence.Martin Owens1-0/+131
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 Boguszewski4-395/+334
2018-05-31Boiler plate stuff for 'textPath' 'side' attribute.Tavmjong Bah1-0/+1
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-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-10-16Update properties for SVG 2 text. Partial work from Alex RomanTavmjong Bah1-2/+3
2017-10-13Implement !important rule handling for inline-style. Work from Jabier.Tavmjong Bah1-1/+21
Added "!important" rule tests to style-test.cpp.
2017-10-13Migrate style-test to GTest.Tavmjong Bah2-537/+555
2017-06-22adding font-variation-settings attribute to the attributes-test listFelipe CorrĂȘa da Silva Sanches1-1/+3
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-1/+0
Remove rotation via viewbox. Still some work to do... (bzr r15603)
2017-03-07Fix test failure due to missing new attribute 'sodipodi:arc-type'.Tavmjong Bah1-0/+1
(bzr r15575)
2017-02-06Remove some unneeded < C++11 fallback codeAlex Valavanis1-91/+0
(bzr r15485)
2017-01-25Fix build on tests. Thanks McJabiertxof1-0/+1
(bzr r15451)
2016-11-06Fix selection issue with ObjectSet::unlinkRecursive() and add tests for it.Alexander Brock1-0/+138
(bzr r15204.1.5)
2016-11-02Add some unit tests for object-set cppificationMarc Jeanmougin1-25/+203
(bzr r15203)
2016-10-25Fix testMarc Jeanmougin1-1/+1
(bzr r15190)
2016-10-20Add 'vector-effect' to attributes test.Tavmjong Bah1-0/+1
(bzr r15181)
2016-11-11fix testMarc Jeanmougin1-5/+3
(bzr r15236)