- 30 Dec, 2021 1 commit
-
-
GfxFont::tag is now of type std::string instead of GooString *.
-
- 16 May, 2021 1 commit
-
-
Nathan Lee authored
Smaller fixes taken out from Thomas Holder's refactoring in commit ce0ba230 Fix #2450 Fix #1955
-
- 26 Apr, 2021 1 commit
-
-
As of glib 2.67.3, <glib.h> can no longer be included in extern "C" blocks. It was indirectly included by both "types.h" and "color.h". "types.h" already does not need to be wrapped in an extern "C" block, "color.h" does but can be modified not to, so with that changed they can be moved out. (cherry picked from commit eb24388f)
-
- 05 Apr, 2021 1 commit
-
-
Tomáš Marný authored
-
- 25 Mar, 2021 1 commit
-
-
Patrick Storz authored
Fails currently as it does not update the dependency pacman-mirrors along with pacman. (cherry picked from commit c8246c16)
-
- 15 Mar, 2021 3 commits
-
-
Patrick Storz authored
Goal is to make them easier to find/use, especially for testers. Fixes inbox#4615 (cherry picked from commit b7ff171b)
-
Patrick Storz authored
-
Tomáš Marný authored
-
- 13 Mar, 2021 2 commits
-
-
Thomas Holder authored
-
Thomas Holder authored
Cherry-picked from fe62c922 and 41b0cdaa. Fixes #1306
-
- 11 Mar, 2021 3 commits
-
-
Jabier Arraiza authored
Because a fix for transforms on clipboard we wrap root lebel clipboard items into groups but in the fix we forget the logic for this function. Original MR: !2570
-
-
- 10 Mar, 2021 3 commits
-
-
(cherry picked from commit b1cb645b)
-
- 04 Mar, 2021 2 commits
-
-
René de Hesselle authored
#1799
-
René de Hesselle authored
This fixes a Big Sur incompatibility. inbox#4547
-
- 21 Feb, 2021 1 commit
-
-
Thomas Holder authored
`-Werror` can make code incompatible with future compiler versions, like GCC 11 which is more strict about `-Werror=nonnull` (included in `-Werror=format`) than previous versions. Fixes #2206
-
- 18 Feb, 2021 1 commit
-
-
- 17 Feb, 2021 1 commit
-
-
Patrick Storz authored
Should have a more recent version of MSYS2, making some of the workarounds superfluous while also decreasing build times. (cherry picked from commit 8b72143c)
-
- 16 Feb, 2021 3 commits
-
-
(Required since MSys2 Python 3.8.5) (cherry picked from commit cef4a25b)
-
Previously coverage, pyserial and scour python packages are installed using pip. Recently, MSYS2 has added those packages in official repo. So, pacman can be used to download those dependencies now. The unused logics are kept blank and commented for future usage. Signed-off-by:
Biswapriyo Nath <nathbappai@gmail.com> (cherry picked from commit e8ea11dd)
-
Patrick Storz authored
(cherry picked from commit 99d4db12)
-
- 15 Jan, 2021 4 commits
-
-
Marc Jeanmougin authored
-
Before pango 1.45.1 did not require updating to register these fonts #1977
-
Marc Jeanmougin authored
Fixes #2147
-
Fixes #2180
-
- 09 Jan, 2021 1 commit
-
-
René de Hesselle authored
-
- 06 Jan, 2021 11 commits
-
-
markerObj and setMarkerColor add in src/widgets/stroke-style.cpp . Fixes #2130
-
Without caching, Poppler may spend forever with parsing ICC color spaces. Fixes #1878
-
- zst package format support for pacman - add libdeflate.dll - remove libjasper-*.dll
-
Re-add the accidentally removed "-O2" compiler flag, regaining some performance. Update moduleset to inkscape-1.0.x-10 introducing the following changes: - fix Cairo PDF export - fix Cairo potential crash on Big Sur - fix Adwaita icon theme breaking due to ancient librsvg version
-
Before pango 1.45.1 did not require updating to register these fonts #1977
-
Alternative to e0a1fe62 (Crashfix pop selected object out of group)
-
Previously fire a crash, now render correctly without crashes. In the deep place I can the code overwrite this styling propertyies by his original colors Fixes inkscape#1984 inkscape/inkscape#1984
-
-
Fix #3755 - Eraser tool should never modify the Selection object, it needs to use ObjectSets instead.
-
Also fix some crashes on clone LPE
-