summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix alignment error for inline-size SVG 1.1 fallback text.Tavmjong Bah2019-11-131-3/+44
| | | | | Puts white space at end of line into separate tspan when 'text-anchor' is not start.
* Fix SVG 1.1 fallback for SVG 2 text in a shape with 'text-align' not equal ↵Tavmjong Bah2019-11-091-4/+13
| | | | to 'start'.
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-032-4/+4
| | | | | | - eliminate value_default - make value private (-> _value) - add value() method
* PDF+LaTeX export: escape ampersandsPatrick Storz2019-10-301-1/+7
| | | | Fixes https://gitlab.com/inkscape/inbox/issues/1104
* refactor: clean up SPI constructorsThomas Holder2019-10-282-4/+4
|
* refactor SPIEnum: more type safetyThomas Holder2019-10-284-60/+64
| | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
* fix poppler 0.82.0 buildThomas Holder2019-10-264-3/+9
|
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-193-17/+66
|
* Fix various minor code problemsMarc Jeanmougin2019-10-051-1/+2
|
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-1/+1
|
* Try to improve match of image-rendering values to cairo filtersPatrick Storz2019-09-221-8/+13
| | | | | | | | Specifically image-rendering="crisp-edges" should use a scaling algorithm that does *not* blur edges. Unfortunately this only leaves CAIRO_FILTER_NEAREST, but seems to be the most suitable choice.
* Fix bugs appliing in fallback elementsJabier Arraiza2019-09-071-1/+1
|
* Prepared for beta. Fixed blocking bugJabiertxof2019-09-071-1/+1
|
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-0154-749/+749
|
* Adjust <print> extensions for previous commit.Patrick Storz2019-08-313-48/+48
| | | | | (No idea what they do tbh, but I've never seen any of those parameters, so they likely *are* hidden in some way or another)
* Refactor a lot of the parameter handling codePatrick Storz2019-08-3121-65/+65
| | | | | | | Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333
* Use proper boolean valuesPatrick Storz2019-08-313-3/+3
|
* Eliminate clang warningsThomas Holder2019-08-231-3/+3
| | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
* Eliminate clang warningsThomas Holder2019-08-233-2/+4
| | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
* fix #325 LaTeX export brokenThomas Holder2019-07-111-13/+2
|
* Move reproducible-builds hack out of CairoRenderContextPatrick Storz2019-07-102-45/+15
|
* cairo-renderer: set metadata in outputPatrick Storz2019-07-104-35/+139
| | | | | | - metadata is taken from the SVG document; - fields that are compatible with the target format (and also supported by cairo) are set accordingly
* cairo-renderer: fix commentPatrick Storz2019-07-101-1/+1
|
* cairo-renderer: / cairo-render-context: whitespace fixesPatrick Storz2019-07-104-23/+21
|
* Fix link export codeMarc Jeanmougin2019-07-042-6/+10
|
* Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583Marc Jeanmougin2019-07-033-6/+45
|
* Fix various minor typosYuri Chornoivan2019-07-016-7/+7
|
* hatch.jsValentin Ionita2019-06-287-8/+12390
| | | | | | Polyfill to render hatches by converting paths to patterns. Used standardjs for linting, but kept the semicolons. Part of 2019 GSoC project.
* mesh.js updateValentin Ionita2019-06-264-821/+1163
| | | | | | | Updated formatting and migrated to ES6 syntax for classes, variable declarations, arrow functions, iterators. Fixed variable redeclarations and undefined getComputedStyle, removed unnecessary escapes from RegEx. Used standardjs for linting, but kept the semicolons.
* Ensure arena is released when the WMF failes to saveJames Collier2019-06-201-0/+3
|
* Display an error dialog when image is too large for WMFJames Collier2019-06-201-14/+27
|
* Fix typo mentioned in #44James Collier2019-06-201-1/+1
|
* Refactoring: replace funcs with methods.Shlomi Fish2019-06-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
* Merge changesAlexander Valavanis2019-06-051-0/+19
|\
| * Fix formattingSergei Izmailov2019-05-281-9/+11
| |
| * Fix segfault for bad `--pdf-page` argument valuesSergei Izmailov2019-05-281-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | pdf-page value sanitization should be done after total number of pages is available, so it's can't be done in inkscape.h On negative or greater-than-number-of-pages values 1) the error message is printed to stderr 2) first page gets import pdf-page==0 sanitized elsewhere, so no error message is printed in this case
* | Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-27/+0
|/
* Extract a common expression into a variable/const.Shlomi Fish2019-05-221-103/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is Refactoring / code cleanup. See: * https://en.wikipedia.org/wiki/Code_refactoring Some small optimisations may have slipped in as well. ---- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
* Extract a common expression into a variable/const.Shlomi Fish2019-05-221-56/+58
| | | | | | | | | | | | | | See: * https://refactoring.com/catalog/extractMethod.html * https://en.wikipedia.org/wiki/Code_refactoring * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well.
* rename to avoid name clashes.Shlomi Fish2019-05-121-2/+2
|
* Extract the TagEmitter.append method.Shlomi Fish2019-05-121-41/+39
| | | | | | | | | | | | | | | | This is Refactoring / code cleanup. See: * https://refactoring.com/catalog/extractMethod.html * https://en.wikipedia.org/wiki/Code_refactoring * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well.
* Extract a common expression into a variable/const.Shlomi Fish2019-05-121-63/+64
| | | | | | | | | | | | This is Refactoring / code cleanup. See: * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well.
* Remove support for saving as JavaFX 1.x script (*.fx)Karl Cheng2019-05-102-1139/+0
| | | | | | | | | | | | | JavaFX 1.x is long obsolete (since 2012-12-20) and the code for it has not been maintained. There have been no end user comments/reports since 2012 and a few bugs that would be important remain unfixed. Given that this is not an import format, the impact of removing this should be extremely low. Refs: https://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#8 Refs: http://web.archive.org/web/20170316051832/http://blogs.oracle.com/javafx/entry/javafx_1_2_and_javafx Refs: https://stackoverflow.com/q/18865774/2074608
* Fix opening of files on Windows (and possibly elsewhere)Patrick Storz2019-05-031-1/+1
| | | | | | | | | | | What we pass as "uri" is not an URI, it usually seems to be a file path, so we were lucky it "accidentally" used to work before. Replace Gio::File::create_for_uri with Gio::File::create_for_commandline_arg which should handle both URIs and absolute paths reliably.
* Fix commandline page selection page selection and allow to select poppler in cmdMarc Jeanmougin2019-04-241-0/+3
|
* Tentative fix for poppler 0.76Marc Jeanmougin2019-04-242-1/+8
|
* Style fixMarc Jeanmougin2019-04-093-5/+5
|
* More document.h cleanup.Tavmjong Bah2019-04-065-6/+6
|
* Fix indentating.Tavmjong Bah2019-04-051-100/+110
|
* Tidy various dialog UIsNathan Lee2019-04-021-0/+3
|