summaryrefslogtreecommitdiffstats
path: root/testfiles/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Drop unused cxxtest fork in favour of GoogletestAlex Valavanis2016-08-3012-0/+1750
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094771 (bzr r15096)
* Renamed some functions, fixed testsAdrian Boguszewski2016-07-272-16/+32
| | | (bzr r14954.1.28)
* Renamed children list in SPObjectAdrian Boguszewski2016-07-141-14/+14
| | | (bzr r14954.1.21)