summaryrefslogtreecommitdiffstats
path: root/testfiles/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests for {SVG,CSS}OStringStreamTestThomas Holder2019-11-171-0/+156
|
* Fix tests after adding xml:lang.Tavmjong Bah2019-10-011-0/+1
|
* Remove _argv0 from Inkscape::ApplicationPatrick Storz2019-06-071-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
* 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
|
* 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-132-97/+75
|
* 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
|
* 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-131-0/+77
|
* Clarify licensesMax Gaukler2018-11-0818-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
* 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-031-0/+143
|
* 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
|
* Add new object-style test to test cascading and precidence.Martin Owens2018-10-111-0/+131
|
* 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-094-395/+334
|
* Boiler plate stuff for 'textPath' 'side' attribute.Tavmjong Bah2018-05-311-0/+1
|
* 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
|
* 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.
* Update properties for SVG 2 text. Partial work from Alex RomanTavmjong Bah2017-10-161-2/+3
|
* Implement !important rule handling for inline-style. Work from Jabier.Tavmjong Bah2017-10-131-1/+21
| | | | Added "!important" rule tests to style-test.cpp.
* Migrate style-test to GTest.Tavmjong Bah2017-10-132-537/+555
|
* adding font-variation-settings attribute to the attributes-test listFelipe CorrĂȘa da Silva Sanches2017-06-221-1/+3
|
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-1/+0
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Fix test failure due to missing new attribute 'sodipodi:arc-type'.Tavmjong Bah2017-03-071-0/+1
| | | (bzr r15575)
* Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-061-91/+0
| | | (bzr r15485)
* Fix build on tests. Thanks McJabiertxof2017-01-251-0/+1
| | | (bzr r15451)
* fix testMarc Jeanmougin2016-11-111-5/+3
| | | (bzr r15236)
* Fix selection issue with ObjectSet::unlinkRecursive() and add tests for it.Alexander Brock2016-11-061-0/+138
| | | (bzr r15204.1.5)
* Add some unit tests for object-set cppificationMarc Jeanmougin2016-11-021-25/+203
| | | (bzr r15203)
* Fix testMarc Jeanmougin2016-10-251-1/+1
| | | (bzr r15190)
* Add 'vector-effect' to attributes test.Tavmjong Bah2016-10-201-0/+1
| | | (bzr r15181)