- 01 Oct, 2018 9 commits
-
-
Patrick Storz authored
see ad484e4c and 840d975a
-
Patrick Storz authored
(cherry picked from commit 30e30518)
-
Patrick Storz authored
(cherry picked from commit f6f81cef)
-
Patrick Storz authored
Also remove FindGettext module and use the one that ships with CMake (bumps minimum version to CMake 2.8.8 for GETTEXT_VERSION_STRING) (cherry picked from commit e939fccc)
-
Patrick Storz authored
(cherry picked from commit 3c844e40)
-
Patrick Storz authored
Turns out AppVeyor build servers have incompatible versions of the OpenSLL libraries in C:\Windows\system32 (cherry picked from commit 6a91c191)
-
Patrick Storz authored
(cherry picked from commit 3eb2c975)
-
Patrick Storz authored
Usually this should not be required but it avoids undefined behavior when casing of a filename changes between versions (as Windows does not have case-sensitive filenames) (cherry picked from commit 51b431ca)
-
Patrick Storz authored
This tremendously speeds up saving long strings which previously had to do "n!" lookups (where n is the number of chars) as Glib::ustring::operator[] has to iterate over all preceding unichars in each iteration to find the requested unichar. A file with a CDATA section of ~1 MB saves in a few milliseconds now, previously it didn't finish even after some minutes. Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1793877 (cherry picked from commit 07078f49)
-
- 30 Sep, 2018 2 commits
-
-
Jabier Arraiza authored
-
Jabier Arraiza authored
-
- 29 Sep, 2018 2 commits
-
-
Jabier Arraiza authored
Pasting a powerstroke resets the width controls. Backported
-
Jabier Arraiza authored
-
- 28 Sep, 2018 1 commit
-
-
Jabier Arraiza authored
-
- 22 Sep, 2018 1 commit
-
-
Martin Owens authored
Fixed bugs: - https://launchpad.net/bugs/179679 (bzr r15141) (cherry picked from commit 7d1184c8)
-
- 20 Sep, 2018 1 commit
-
-
Patrick Storz authored
Only the value was merged into the child's style but not type, unit or literal specifiers. As type defaults to SP_FONT_SIZE_LITERAL with SP_CSS_FONT_SIZE_MEDIUM this resulted in removal of font-size upon ungrouping. Fixed Bugs: - https://bugs.launchpad.net/inkscape/+bug/1518575 - https://bugs.launchpad.net/inkscape/+bug/1733651 (cherry picked from commit 5c3c4207)
-
- 15 Sep, 2018 2 commits
-
-
Patrick Storz authored
-
Patrick Storz authored
-
- 14 Sep, 2018 1 commit
-
-
Marc Jeanmougin authored
-
- 12 Sep, 2018 1 commit
-
-
Rainer Keller authored
This is useful when using inkscape from the terminal and piping the output to further programs. Example usage: cat vector.svg | inkscape --export-png - --file - | convert - out.jpg Fixes bug: 171016
-
- 11 Sep, 2018 3 commits
-
-
Jabier Arraiza authored
-
Patrick Storz authored
-
Patrick Storz authored
-
- 10 Sep, 2018 3 commits
-
-
Patrick Storz authored
(cherry picked from commit c2d29abf)
-
Patrick Storz authored
This reverts commit 8aeecdbc.
-
Patrick Storz authored
(cherry picked from commit 15533eeb)
-
- 07 Sep, 2018 1 commit
-
-
Rainer Keller authored
This is useful when using inkscape from the terminal and piping the output to further programs. Example usage: cat vector.svg | inkscape --export-png - --file - | convert - out.jpg Fixes bug: 171016
-
- 05 Sep, 2018 1 commit
-
-
Patrick Storz authored
-
- 04 Sep, 2018 1 commit
-
-
Patrick Storz authored
This is slightly uglier than f0697de0 but avoids duplicating strings (which is unnecessary and leaked memory). It's also closer to what upstream intended with the changes in 0.64. (cherry picked from commit 722e1213)
-
- 28 Aug, 2018 2 commits
-
-
Patrick Storz authored
This is a follow-up to 1e31c41a. As it turns out the same issue also applied to bitmap images embedded in the SVG. Replacing 'cairo_paint_with_alpha()' -> 'cairo_paint()' prevents reducing opacity when rendering the bitmap onto a cairo surface. Opacity should already be properly handled in CairoRenderContext::popLayer() (cherry picked from commit 1a1d84bd)
-
Patrick Storz authored
Opacity was applied thrice: 1. when rendering the filter to a pixbuf (i.e. transparency was baked into the bitmap) 2. when rendering this pixbuf onto a cairo surface 3. when actually rendering the (now doubly opaque) item Avoid 1. and 2. and only apply opacity once. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/381677 (backport of commit 1e31c41a)
-
- 27 Aug, 2018 1 commit
-
-
Patrick Storz authored
Also add libdatrie which is required by libthai. (cherry picked from commit 3931d32c)
-
- 14 Aug, 2018 1 commit
-
-
Patrick Storz authored
(cherry picked from commit 0a58df9c)
-
- 13 Aug, 2018 1 commit
-
-
Patrick Storz authored
(cherry picked from commit 26d08e9c)
-
- 02 Aug, 2018 1 commit
-
-
Victor Westmann authored
Revised translations went from 58% to 66%. And fuzzy translations complete the rest of it (the remaining 34%). So 100% of the file is translated but needs review from other peers to enhance quality and accuracy.
-
- 01 Aug, 2018 3 commits
-
-
Patrick Storz authored
(cherry picked from commit 07bed475)
-
Patrick Storz authored
Re-enable usage of enchant-2 after 3f5b88a2 (while not failing completely anymore enchant-2 is still broken unfortunately) (cherry picked from commit fb4b7ab9)
-
Patrick Storz authored
Not required anymore as "yes" is now the default answer, see https://github.com/Alexpux/MSYS2-packages/commit/deae945a8b54b2cc1cec51474cf865bb9f18b9e8 (cherry picked from commit 8bc1fb1b)
-
- 12 Jul, 2018 1 commit
-
-
Firas Hanife authored
-
- 25 Jun, 2018 1 commit
-
-
Jabier Arraiza authored
-