summaryrefslogtreecommitdiffstats
path: root/testfiles (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | Trying libFuzzerMarc Jeanmougin2017-10-283-0/+544
|/
* Update properties for SVG 2 text. Partial work from Alex RomanTavmjong Bah2017-10-161-2/+3
|
* Add test file for previous commit (!important rule for inline-style).Tavmjong Bah2017-10-134-0/+58
|
* 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-133-538/+557
|
* Add test file for previous commit (!important rule).Tavmjong Bah2017-10-114-0/+59
|
* Tests: Fix problematic rendering testEduard Braun2017-09-283-1/+1
| | | | | | Renderin was different between 32-bit and 64-bit builds of Inkscape, likely due to rounding issues, see https://gitlab.com/inkscape/inkscape/merge_requests/71#note_40940240)
* Minor code cleanup and better handling of non-spacing marks in upright ↵Tavmjong Bah2017-09-252-0/+0
| | | | vertical text.
* Update expected renderings.Tavmjong Bah2017-09-202-0/+0
|
* Fix vertical RTL text with upright orientationKhaled Hosny2017-08-195-0/+1
| | | | | | | | When orientation is upright we don’t want Pango to use the natural gravity of the text (that would be the mixed orientation). This also changes the positioning of combining marks in such case. It is still wrong, however, but it matches Pango output now.
* Fix RTL glyph widths in vertical orientationKhaled Hosny2017-08-194-0/+26
| | | | | The vertical branch seems to be broken, removing it makes RTL text in vertical orientation work again.
* Fix inverted y sign for glyph positioningKhaled Hosny2017-08-174-0/+27
| | | | | | | | | | | | | | This is causing vertical glyph positioning to move in the wrong direction e.g. marks go below base glyph instead of above. Seems to be a regression introduced in: commit 83dac189ff21c59be9b4f912e0d0e9690e710a4d Author: Tavmjong Bah <tavmjong@free.fr> Date: Tue Nov 3 13:19:36 2015 +0100 Rearrange code to make handling of baseline clearer. (bzr r14430.1.3)
* *Actually* run tests out of sourceMarc Jeanmougin2017-07-291-10/+11
|
* Fix for out of source testsMarc Jeanmougin2017-07-292-3/+5
|
* Small fixMarc Jeanmougin2017-07-291-1/+1
|
* Small fixes suggested by @Ede123Marc Jeanmougin2017-07-291-1/+2
|
* small fixMarc Jeanmougin2017-07-292-1/+5
|
* refactor a bitMarc Jeanmougin2017-07-294-38/+40
|
* undoMarc Jeanmougin2017-07-281-7/+0
|
* make test fail for CI testingMarc Jeanmougin2017-07-281-6/+13
|
* fix typo, update CIMarc Jeanmougin2017-07-281-1/+2
|
* try verbose testsMarc Jeanmougin2017-07-201-2/+2
|
* Add a rendering test platformMarc Jeanmougin2017-07-205-1/+132
|
* cmake: Add build target 'tests' which builds all tests (but does not execute ↵Eduard Braun2017-07-141-1/+4
| | | | | | | them) - the recommended 'check' target depends on 'tests' (so "make check" will automatically build and run tests) - the pre-defined 'test' target does not automatically build tests, so make sure to run "make tests" before running "make test" (if you want to use it)
* cmake: fix targets to actually depend on inkscape-version.cppEduard Braun2017-07-141-1/+0
| | | | (targets depended only on inkscape-version.cmake to be run but not on the created file itself resulting in changes only being picked up on the second build)
* adding font-variation-settings attribute to the attributes-test listFelipe Corrêa da Silva Sanches2017-06-221-1/+3
|
* cmake: allow building with gtest 1.8.0 (already includes gmock)Eduard Braun2017-06-161-10/+6
|
* Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of the old EXECUTABLE_OUTPUT_PATH ↵Eduard Braun2017-06-161-1/+1
| | | | | | (notably this includes shared libraries on Windows which should end up together with the executables) Also use CMAKE_LIBRARY_OUTPUT_DIRECTORY instead of the old LIBRARY_OUTPUT_PATH
* Fix compilation on Windows by removing duplicate dependenciesEduard Braun2017-06-151-14/+1
|
* 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)
* Merged trunkAdrian Boguszewski2016-08-091-10/+1
|\ | | | | (bzr r14954.1.30)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-4/+0
| | | | | | (bzr r15023.2.8)
* | 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)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-15/+5
| | | | | | (bzr r14954.1.20)