summaryrefslogtreecommitdiffstats
path: root/share/extensions/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge in render frame extensionMartin Owens2017-06-042-0/+182
|\ | | | | (bzr r15728)
| * Merge from Inkscape trunk.Richard White2016-05-193-6/+138
| |\ | | | | | | (bzr r14668.1.3)
| * | Corrected frame extension stroke and fill values on 64 bit machine.Richard White2016-05-181-1/+12
| | | | | | | | | | | | | | | The lack of L suffix in the represented hex value caused an improper interpretation. (bzr r14668.1.2)
| * | Added frame extension.Richard White2016-02-272-0/+171
| | | | | | | | | (bzr r14668.1.1)
* | | Fix ACLsEduard Braun2017-03-051-0/+0
| | | | | | | | | (bzr r15567)
* | | Extensions. Basic tests for the simpletransform.py file.Nicolas Dufour2017-01-252-0/+36
| | | | | | | | | (bzr r15450)
* | | Extensions. Improve run-all-extension-tests script for Windows users.Nicolas Dufour2017-01-231-11/+16
| | | | | | | | | (bzr r15432)
* | | Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-60/+0
| | | | | | | | | (bzr r15046)
* | | [Bug #1071833] major update of Jitter Nodes extension.ajuanpi2016-05-241-4/+4
| |/ |/| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1071833 (bzr r14912)
* | [Bug #1579939] Ramdom color extension improvements (and new unit test file).marenhachmann2016-05-132-0/+124
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1579939 Original authors: - marenhachmann - jazzynico <nicoduf@yahoo.fr> (bzr r14884)
* | Extensions. Improving the test launcher. Now works with recent coverage ↵Nicolas Dufour2016-05-131-6/+14
|/ | | | | versions. (bzr r14883)
* update Python extensions from 90 to 96 dpi.Alvin Penner2014-11-023-6/+6
| | | (bzr r13659)
* Fix render barcode test suiteMartin Owens2014-05-171-17/+13
| | | (bzr r13394)
* extensions: Update tests for new barcode class namesBryce Harrington2014-05-171-11/+11
| | | | | The barcode class names appear to have been TitleCased. (bzr r13390)
* Fix an issue with extension tests during distcheck.Krzysztof Kosi??ski2014-04-091-0/+1
| | | (bzr r13277)
* Test. Fix for Bug #1286977 (trunk: make check fails (hpgl_output)).Nicolas Dufour2014-03-031-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1286977 (bzr r13098)
* Fix for Bug #1220758 (gears extention test broke make dist) by Ryan Lerch.Nicolas Dufour2013-09-041-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1220758 (bzr r12501)
* Fix make check on OS XAlex Valavanis2013-08-211-3/+45
| | | | | | Fixed bugs: - https://launchpad.net/bugs/120445 (bzr r12483)
* Fix gears testAlex Valavanis2013-08-031-1/+1
| | | (bzr r12447)
* Fix return code for extension tests]Alex Valavanis2013-08-031-1/+5
| | | (bzr r12446)
* Fix extensions that fail unit testsAlex Valavanis2013-08-031-60/+62
| | | (bzr r12445)
* More missing files, dist passesTed Gould2012-10-151-1/+0
| | | (bzr r11804.1.3)
* Extensions. Unit tests improvement.Nicolas Dufour2012-02-0912-79/+406
| | | (bzr r10953)
* Extensions. Fix for bug #837603 (Simplestyle extension helper breaks on ↵Nicolas Dufour2011-09-011-0/+63
| | | | | | | | spaces in styles) thanks to nikitakit. Extensions. Fix for bug #298528 (parseColor() in simplestyle.py can't parse colors of type rgb(xx.x%,xx.x%,xx.xx%)) thanks to Kjell Magne Fauske. Extensions. New test file for simplestyle.py. (bzr r10610)
* Extensions. Barcode extension refactoring (see ↵Nicolas Dufour2010-12-302-10/+560
| | | | | https://code.launchpad.net/~doctormo/inkscape/barcode-refactor). (bzr r9993)
* Typo fix by Yuri ChornoivanAlexandre Prokoudine2010-06-051-1/+1
| | | (bzr r9482)
* Merging in build changes from the 0.47pre3 releaseTed Gould2009-09-281-1/+56
| | | (bzr r8664)
* support for InkWeb usersAur??lio A. Heckert2009-04-282-0/+382
| | | (bzr r7794)
* starting a move method for InkWeb.Aur??lio A. Heckert2009-04-271-0/+114
| | | (bzr r7778)
* replaced "-" to "_" in the interp_att_g extension name to be usable as ↵Aur??lio A. Heckert2009-04-161-1/+1
| | | | | module and added a notification for a execution without selection. (bzr r7722)
* more modularized and testable svg_and_media_zip_output extensionAur??lio A. Heckert2009-04-141-2/+3
| | | (bzr r7714)
* litte more informationAur??lio A. Heckert2009-04-131-1/+1
| | | (bzr r7707)
* more basic test files and basic effect correctionsAur??lio A. Heckert2009-04-1347-16/+1206
| | | (bzr r7706)
* a dummy help for extension unit test creationAur??lio A. Heckert2009-04-134-6/+77
| | | (bzr r7703)
* run-all-extension-tests in make checkAur??lio A. Heckert2009-04-133-5/+6
| | | (bzr r7702)
* more one step for the extension testsAur??lio A. Heckert2009-04-092-0/+66
| | | (bzr r7673)
* * Extension test dirAur??lio A. Heckert2009-01-222-0/+110
* test for svgcalendar * minimal-blank.svg (bzr r7159)