View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/inkscape

Inkscape has 15 active reviews. See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.com/inkscape/inkscape.git.

An import is currently running on juju-98ee42-prod-launchpad-codeimport-14, and was started . The last few lines of the job's output were:
2026年07月06日 10:12:08 INFO + 2ccded1fdc...91bcf94a22 refs/merge-requests/8002/merge -> refs/merge-requests/8002/merge (forced update)
2026年07月06日 10:12:08 INFO + db26acf377...019c816743 refs/merge-requests/8004/merge -> refs/merge-requests/8004/merge (forced update)
2026年07月06日 10:12:08 INFO + fbac26f25c...4f97397ec4 refs/merge-requests/8011/merge -> refs/merge-requests/8011/merge (forced update)
2026年07月06日 10:12:08 INFO + 9001689ee4...29f4d1a8d8 refs/merge-requests/8032/merge -> refs/merge-requests/8032/merge (forced update)

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-19 and finished taking 7 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-18 and finished taking 7 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-9 and finished taking 1 hour — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-20 and finished taking 6 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-20 and finished taking 6 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-14 and finished taking 8 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-14 and finished taking 5 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-14 and finished taking 6 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-7 and finished taking 9 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-20 and finished taking 20 seconds — see the log

Branches

Name Last Modified Last Commit
master 2026年07月05日 15:40:33 UTC
Fix building with Poppler 26.07.0

Author: KrIr17
Author Date: 2026年07月04日 12:07:44 UTC

Fix building with Poppler 26.07.0

1. `arrayGetfoo()` to `getArray()->getFoo()` [1]
2. `streamGetFoo()` to `getStream()->getFoo()` [2]
3. indextolabel now requires an `std::string *` and not `GooString *`
introduced _POPPLER_STRING_26_7 that changes accordingly.

Relevant poppler commits:

[1] [Remove Object::arrayGetNF](https://gitlab.freedesktop.org/poppler/poppler/-/commit/d9ffc4c29d1975a5c81d6bac9d8a1b6dc5aa1f50): Technically only arrayGetNF was removed, but perusing the commit shows that all `arrayGetFoo` are being changed. I assume they are slated for removal in future releases.

[2] [Remove Object::streamGetDict](gitlab.freedesktop.org/poppler/poppler/-/commit/87edb5a5c40e67e782e54a14a2251547b4acdfb5)

[3] [Use std::string instead of GooString for label](https://gitlab.freedesktop.org/poppler/poppler/-/commit/9e34004aae04064f1b798b5e711e13d0dddacf9e)

1.4.x 2026年07月01日 02:22:10 UTC
update translations

Author: Inkscape
Author Date: 2026年07月01日 02:22:10 UTC

update translations

launchpad-staging 2026年06月20日 20:29:44 UTC
Fix PPA and Snap packaging

Author: PBS
Author Date: 2026年02月24日 13:53:57 UTC

Fix PPA and Snap packaging

* PPA builds are failing due to test failures. Fix as many of them as
possible (all of them on amd64), then make them non-fatal anyway.

* Snap builds are failing due to copying non-existent libcapypdf.so.

latex-opacity 2026年06月11日 13:34:42 UTC
Set full opacity for text in latex-pdf output

Author: Michael Terry
Author Date: 2026年06月11日 13:34:42 UTC

Set full opacity for text in latex-pdf output

It was previously accidentally set to fully transparent.

Fixes https://gitlab.com/inkscape/inkscape/-/work_items/5626

windows-clipboard 2026年05月28日 18:33:07 UTC
Fix pasting of most formats on Windows

Author: Michael Terry
Author Date: 2026年05月28日 18:33:07 UTC

Fix pasting of most formats on Windows

But break pasting CF_ENHMETAFILE in the meantime. This is an
intentional regression for the time being, to get a fix in for the
rest of the clipboard targets.

Fixes https://gitlab.com/inkscape/inkscape/-/work_items/6097

inverse-mask-move 2026年05月26日 12:15:32 UTC
Fix inverse mask disappearing when moved

Author: Michael Terry
Author Date: 2026年05月24日 19:23:50 UTC

Fix inverse mask disappearing when moved

We were trying to detach and re-attach the mask when moved, but trying
to reattach it to a URI that was only saved in one code path.

Rather than rely on a possibly stale URI, just grab the URI right
before detaching, and re-attach to that spot. Then we can drop the
saved URI altogether.

Some tests had to be updated as part of this, because previously, the
mask bounding boxes paths were never being updated as part of the test
since the mask was getting internally deleted. And since there's been
drift over the years on these tests, the bounding boxes were one or two
pixels offset, which failed the tests. So I updated the tests to what
Inkscape writes out these days (which involves lots of little updates
in the file).

Fixes https://gitlab.com/inkscape/inkscape/-/work_items/6154

mikix/startup 2026年05月19日 14:11:53 UTC
Open dialogs a little later during startup

Author: Michael Terry
Author Date: 2026年05月19日 14:11:53 UTC

Open dialogs a little later during startup

inkscape.dev_debian-packaging-stable 2026年04月27日 12:22:08 UTC
Actually fix date order >_<

Author: Marc Jeanmougin
Author Date: 2026年04月27日 12:22:08 UTC

Actually fix date order >_<

master-translations 2025年10月30日 09:01:21 UTC
update translations (ru)

Author: slichtzzz
Author Date: 2025年10月30日 09:01:21 UTC

update translations (ru)

revert-7fddddd8 2025年10月29日 04:29:27 UTC
Revert "Update Simplified Chinese (zh_CN) translation to 100%"

Author: Willy (Wen-Wei) Kao
Author Date: 2025年10月29日 04:29:27 UTC

Revert "Update Simplified Chinese (zh_CN) translation to 100%"

This reverts commit 7fddddd83ecebaf2ee8e6ef7ac7b204ed37ec9ca

1.4.x-translations 2025年10月24日 23:17:28 UTC
Translated using Weblate (Romanian)

Author: Cristian Secară
Author Date: 2025年08月19日 15:59:38 UTC

Translated using Weblate (Romanian)

Currently translated at 79.7% (8657 of 10857 strings)

Translation: Inkscape/1.4.x
Translate-URL: https://translate.inkscape.org/projects/inkscape/1-4-x/ro/

adam.belis-master-patch-638e 2025年07月27日 09:55:36 UTC
Update file align-and-distribute.cpp

Author: Adam Belis
Author Date: 2025年07月27日 09:55:36 UTC

Update file align-and-distribute.cpp

mgmax-test-snap 2025年04月20日 15:21:09 UTC
debug test commit

Author: Max Gaukler
Author Date: 2025年04月20日 15:21:09 UTC

debug test commit

bugfix-5230-twitter-to-x 2024年11月30日 09:29:01 UTC
Twitter to X

Author: sushant.co19
Author Date: 2024年11月30日 09:29:01 UTC

Twitter to X

shlomif-fix-test_colors_xml-color 2024年09月20日 04:20:46 UTC
Fix test_colors_xml test.

Author: Shlomi Fish
Author Date: 2024年09月20日 04:20:46 UTC

Fix test_colors_xml test.

The icc="" digest was out-of-date.

1.3.x 2024年04月01日 16:30:07 UTC
To avoid freezes, don't check if recent files exist

Author: Max Gaukler
Author Date: 2024年03月07日 19:45:25 UTC

To avoid freezes, don't check if recent files exist

Backport of MR https://gitlab.com/inkscape/inkscape/-/merge_requests/6294 as bugfix for https://gitlab.com/inkscape/inkscape/-/issues/2348

gtk4_windows_ci 2024年01月07日 13:17:59 UTC
WIP: gtk4 Windows test run

Author: René de Hesselle
Author Date: 2024年01月07日 13:00:16 UTC

WIP: gtk4 Windows test run

backports-1.3.1_5831 2023年10月24日 10:00:55 UTC
Backport MR 5831 - Fix Knot crashes in LPES

Author: Jabiertxof
Author Date: 2023年10月24日 10:00:55 UTC

Backport MR 5831 - Fix Knot crashes in LPES

inkscape.dev_debian-packaging 2023年10月13日 13:07:49 UTC
Update rules

Author: Marc Jeanmougin
Author Date: 2023年10月13日 13:07:49 UTC

Update rules

djb_spacings 2023年07月28日 11:15:39 UTC
color-palette: Don't use per-widget style provider

Author: Daniel Boles
Author Date: 2023年07月28日 11:15:39 UTC

color-palette: Don't use per-widget style provider

Those are deprecated in GTK4 and often 'work' surprisingly in GTK3/4
anyway (they don't cascade, you know, like Cascading Style Sheets...)
and in this case it appears trivial to move them to share/ui/style.css

djb_objects_blend_popup_centre 2023年07月27日 16:52:25 UTC
dialog/objects: Centre blendModePopup() + cleanups

Author: Daniel Boles
Author Date: 2023年07月27日 16:52:19 UTC

dialog/objects: Centre blendModePopup() + cleanups

When reviewing the Controller MR, Mike was bemused that the blend mode
popover opens wherever the pointer was. It was already thus! But it is
fairly easy to always point to the middle of the icon, so do so; hence
it is consistent where we pop up, & we don't obscure the context icon.

* Factor out from getting the expander x to get_cell_area() -> rectangle
* Use it to get cell area for blend mode icon. Change to popup at middle
* Use Controller::has_flag() to more clearly check for pressed modifiers

cairopatchv2 2023年05月25日 23:49:33 UTC
Update cairo patch

Author: Marc Jeanmougin
Author Date: 2023年05月25日 23:39:54 UTC

Update cairo patch

1.2.x 2022年12月08日 13:51:07 UTC
Restore/enlarge size of on-canvas text

Author: Nathan Lee
Author Date: 2022年12月08日 13:51:07 UTC

Restore/enlarge size of on-canvas text

Follow-up of 05ea6169e29eb23079f0a32f83f82606604bcf86

1.1.x 2022年09月13日 05:53:47 UTC
Fix build with Poppler 22.09.0

Author: Sam James
Author Date: 2022年09月06日 10:10:25 UTC

Fix build with Poppler 22.09.0

Adapt to changes in Poppler's getLineDash/setLineDash interface to allow building with Poppler 22.09.0.

iconParade 2022年09月01日 22:35:03 UTC
...

Author: Jabier Arraiza
Author Date: 2022年09月01日 22:35:03 UTC

...

FAKETONE_colors 2022年07月21日 18:04:22 UTC
Update FAKETONE.gpl

Author: Adam Belis
Author Date: 2022年07月21日 18:04:22 UTC

Update FAKETONE.gpl

HideLPETool.1.2 2022年05月13日 15:57:30 UTC
Hide LPE tool for 1.2.0

Author: Jabier Arraiza
Author Date: 2022年05月13日 15:57:30 UTC

Hide LPE tool for 1.2.0

symbols-ref-fixes 2022年01月27日 07:12:48 UTC
Clear stale reference document pointer

Author: Thomas Holder
Author Date: 2022年01月27日 07:12:48 UTC

Clear stale reference document pointer

1.0.x 2021年12月30日 07:51:21 UTC
Fix build with poppler 21.11.0

Author: Evangelos Foutras
Author Date: 2021年11月01日 19:45:38 UTC

Fix build with poppler 21.11.0

GfxFont::tag is now of type std::string instead of GooString *.

0.92.x 2021年12月24日 15:21:13 UTC
Make _cmp::operator() const

Author: Thomas Holder
Author Date: 2021年12月24日 15:15:43 UTC

Make _cmp::operator() const

Fixes "static assertion failed: comparison object must be invocable as
const" on Arch Linux with GCC 11.1.0.

cherry-pick-1c35b443 2021年05月16日 19:45:14 UTC
fix a issue when user configure a theme with low contrast

Author: Jabier Arraiza
Author Date: 2021年05月16日 19:45:14 UTC

fix a issue when user configure a theme with low contrast

(cherry picked from commit 1c35b443f69c156c503d682a18f92b9a0a4a003e)

Increase_text_tool_clamping 2021年05月03日 11:57:38 UTC
decrease back to 1000

Author: Adam Belis
Author Date: 2021年05月03日 11:57:38 UTC

decrease back to 1000

cherry-pick-7f462d36 2021年04月25日 18:34:58 UTC
This MR fix rendering of rubberband and bbox of selected items

Author: Jabier Arraiza
Author Date: 2021年04月24日 11:33:21 UTC

This MR fix rendering of rubberband and bbox of selected items

Because now background is isolated from content we need to render the lines with background behaind
Fixes issue https://gitlab.com/inkscape/inkscape/-/issues/2352

(cherry picked from commit 7f462d36a2988e6475162a5e8d1ed3760e857ca3)

cherry-pick-23078882 2021年04月25日 15:04:44 UTC
When for example crate a text, convert to paths and do ofset, inset is super ...

Author: Jabier Arraiza
Author Date: 2021年04月25日 14:40:13 UTC

When for example crate a text, convert to paths and do ofset, inset is super slow
This is because threshols of simplify is bad defined.

(cherry picked from commit 230788820cf8596897a71bf0784b6ece57776bc7)

cherry-pick-17bc9184 2021年03月28日 21:36:32 UTC
Fix Blur remove on blend change

Author: Anshudhar
Author Date: 2021年03月26日 10:44:49 UTC

Fix Blur remove on blend change

(cherry picked from commit 17bc918465838f8438cb5df602040f2945bfb276)

lpeTests 2021年02月14日 16:02:47 UTC
This add a system to test LPE based in data of paths

Author: Jabier Arraiza
Author Date: 2021年02月14日 16:02:47 UTC

This add a system to test LPE based in data of paths

Because inkscape recreate the d atribute on run from comand line we use
this feature to store the same version with and without d atribute and check
the new generated d attributes are equal original ones.

inkify-themes 2021年01月02日 07:50:30 UTC
Install themes to $prefix/share/themes

Author: Thomas Holder
Author Date: 2021年01月01日 16:54:23 UTC

Install themes to $prefix/share/themes

Add XDG_DATA_DIRS to AppRun for custom themes

groupCodingLPEPowerStrokeMaster 2020年11月22日 21:13:22 UTC
Testing phase

Author: Jabier Arraiza
Author Date: 2020年11月22日 21:12:48 UTC

Testing phase

cherry-pick-37b819da 2020年10月18日 01:53:28 UTC
Remove toCurves from combine and breakapart

Author: Jabier Arraiza
Author Date: 2020年10月17日 20:36:44 UTC

Remove toCurves from combine and breakapart

Fix the issue:
inkscape:548 https://gitlab.com/inkscape/inkscape/-/issues/548

(cherry picked from commit 37b819daafd2e1612dca7a1df74710ea8ff2487e)

cherry-pick-53d95db0 2020年10月18日 01:15:07 UTC
Remove to curves from verbs on boolops operations

Author: Jabier Arraiza
Author Date: 2020年10月17日 20:27:05 UTC

Remove to curves from verbs on boolops operations

Fix issue:
inkscape#589 https://gitlab.com/inkscape/inkscape/-/issues/589

(cherry picked from commit 53d95db01e5046287ad6feb24a262740550dee1d)

cherry-pick-b33c8918 2020年10月17日 19:39:42 UTC
Remove toCurves from reverse path

Author: Jabier Arraiza
Author Date: 2020年10月16日 23:54:24 UTC

Remove toCurves from reverse path

No neded, clones not neeed to be reversed if parent dont change and LPE is reversed ok without it

(cherry picked from commit b33c89181a261c99f51da0e3a887b239bc732c0a)

mirrorSymmetryFixToBackport 2020年10月02日 23:45:44 UTC
Mirror symmetry currenty has some problems with some situations so sometimes ...

Author: Jabier Arraiza
Author Date: 2020年10月02日 23:45:44 UTC

Mirror symmetry currenty has some problems with some situations so sometimes it create closed paths and other open ones over the split line
To fix it we add a versioning to now broke existing works
And handle correctly in the future (I select the most often situation that is close the path)

This fix is targeted for 1.0.2 for 1.1 I do another tweak that allow open and closed paths over the split line.

actions-tuple 2020年09月23日 18:35:51 UTC
Change Gio::Action 'transform-translate' to use a tuple Glib::Variant (dd).

Author: Tavmjong Bah
Author Date: 2020年09月23日 18:35:51 UTC

Change Gio::Action 'transform-translate' to use a tuple Glib::Variant (dd).

issue-1815-rotate-canvas-modifier 2020年08月26日 12:41:35 UTC
Fix #1815 with correct activation checks

Author: Martin Owens
Author Date: 2020年08月26日 09:09:34 UTC

Fix #1815 with correct activation checks

cherry-pick-22628fed 2020年08月18日 19:40:13 UTC
Speedup LPEś file load

Author: Jabier Arraiza
Author Date: 2020年08月18日 05:45:00 UTC

Speedup LPEś file load

With this MR SPPath is not recalculated and use last value on save, with SPGroups and SPShapes we reduce the LPE process from 2 blocks to 1.(2->0 for paths)

(cherry picked from commit 22628fedec3f2e69c4007a5877640b35962b0652)

parclytaxel/inkscape-lock-proportion-fix 2020年08月17日 12:37:54 UTC
Avoid using GObject data

Author: Alex Valavanis
Author Date: 2020年08月17日 12:37:54 UTC

Avoid using GObject data

move-snap-toggles-to-verbs 2020年08月17日 12:28:38 UTC
Move snap toggles to verbs and combine icon info.

Author: Martin Owens
Author Date: 2020年08月16日 07:58:46 UTC

Move snap toggles to verbs and combine icon info.

simplify-toolboxes 2020年07月05日 18:41:31 UTC
Fix license header

Author: Alex Valavanis
Author Date: 2020年06月28日 20:13:28 UTC

Fix license header

reduce_generic_container_usage 2020年06月24日 09:22:23 UTC
CalligraphyToolbar: Gtkmmify

Author: Alex Valavanis
Author Date: 2020年06月23日 19:00:13 UTC

CalligraphyToolbar: Gtkmmify

href_and_xlink_href 2020年05月15日 04:32:48 UTC
fix attributes test

Author: Thomas Holder
Author Date: 2020年05月04日 14:38:42 UTC

fix attributes test

cherry-pick-22729a42 2020年04月29日 18:02:59 UTC
Fix issue Inkscape 125 and 686 - Toolbar empty after startup https://gitlab.c...

Author: Jabier Arraiza
Author Date: 2020年04月29日 18:01:59 UTC

Fix issue Inkscape 125 and 686 - Toolbar empty after startup https://gitlab.com/inkscape/inkscape/-/issues/125 Some comboboxes in tool settings hidden for small window; do not appear in drop-down menu https://gitlab.com/inkscape/inkscape/-/issues/686

(cherry picked from commit 22729a42adc9b26660ba4316587ce0f58deff432)

cherry-pick-e0dd6e42 2020年04月29日 13:14:15 UTC
Ignore flowPara without children to be consistent with rendering in previous ...

Author: Mc
Author Date: 2020年04月29日 13:13:52 UTC

Ignore flowPara without children to be consistent with rendering in previous Inkscape versions

Fixes part of https://gitlab.com/inkscape/inkscape/-/issues/1349

(cherry picked from commit e0dd6e42d9cb14326f2fb04512ed16b1512f0c72)

text_inline_size_editing_bug 2020年04月25日 11:34:53 UTC
Quick for 'inline-size' editting bug (entering a 'new-line' results in splitt...

Author: Tavmjong Bah
Author Date: 2020年04月25日 11:30:35 UTC

Quick for 'inline-size' editting bug (entering a 'new-line' results in splitting text element).

cherry-pick-d42f2992-2 2020年04月23日 15:06:47 UTC
Convert plain text to multi-line text on "Enter".

Author: Tavmjong Bah
Author Date: 2020年04月20日 10:35:33 UTC

Convert plain text to multi-line text on "Enter".
Fixes https://gitlab.com/inkscape/inkscape/-/issues/730

(cherry picked from commit d42f29923cd4343bb1965178aebdcc000346555e)

cherry-pick-10325e91 2020年04月23日 10:29:18 UTC
Enable justified text option in toolbar for SVG2 text in shape.

Author: Tavmjong Bah
Author Date: 2020年04月17日 11:48:24 UTC

Enable justified text option in toolbar for SVG2 text in shape.

(cherry picked from commit 10325e91998a8323a32acd527009cd89e0da7176)

cherry-pick-91f03215 2020年04月20日 21:42:02 UTC
Line height change unit preserve current text line height status

Author: Jabiertxof
Author Date: 2020年04月20日 21:42:02 UTC

Line height change unit preserve current text line height status
Not change visual line height when only change units

We currently have two type of text selection, inner and outer.
Outer one or more text items selected or one with cursor focus on it.
Inner is when there is a selection on the text (some letters on blue).

When we are in outer mode and change line height, it remove all child line height and apply to root node.
When we are in inline mode we move the root line height to all lines of the element with line height below, except
the ones in the subselecton that take the value changed.

To fix it, on selection change, set the cursor line affected also in outer mode.
On line height unit change, we check for the case one item selected with line height == 0. If it happends,
only on unit change we bypass outer code and thread as inner, that give no visual changes.

(cherry picked from commit 91f032153bbd8dce16ede2cb9796ae5f1e95eebc)

gesture-signal-active 2020年04月17日 04:13:34 UTC
Add g_warnigns to understand CRs issues

Author: Martin Owens
Author Date: 2020年04月17日 04:13:34 UTC

Add g_warnigns to understand CRs issues

cherry-pick-3274e7a1 2020年04月14日 06:14:04 UTC
fix #1279 crash on image import

Author: Thomas Holder
Author Date: 2020年04月13日 09:19:50 UTC

fix #1279 crash on image import

Regression of 3274e7a12296

cherry-pick-86f4e697 2020年04月13日 21:58:59 UTC
Boolops LPE.

Author: Jabiertxof
Author Date: 2020年04月13日 20:22:12 UTC

Boolops LPE.
New boolops options cut inside and cut outside are broken need to be fixed for 1.1
I remove it comenting, also fix some issues about wrong division operation based in a sugestion I found in the code of sp_pathvector_boolop

(cherry picked from commit 86f4e6977c6778f2ce460bb629e1b4bc750e4103)

inkscape.dev_debian-packaging-stable-092 2020年04月11日 14:03:37 UTC
remove python-dev (not present on focal)

Author: Marc Jeanmougin
Author Date: 2020年04月11日 14:03:37 UTC

remove python-dev (not present on focal)

fixIconsIssues 2020年04月05日 22:54:07 UTC
Fix icons issues

Author: Jabiertxof
Author Date: 2020年04月05日 22:54:07 UTC

Fix icons issues

partialFix-inkscape125 2020年04月03日 00:07:19 UTC
Partial fix for https://gitlab.com/inkscape/inkscape/-/issues/125

Author: Jabiertxof
Author Date: 2020年04月03日 00:07:19 UTC

Partial fix for https://gitlab.com/inkscape/inkscape/-/issues/125

cherry-pick-05e9e8ed 2020年04月02日 23:39:30 UTC
More fixes to undo on LPE

Author: Jabiertxof
Author Date: 2020年04月02日 22:42:23 UTC

More fixes to undo on LPE

(cherry picked from commit 05e9e8ed4a3319d21ec22bbc21b375718505872b)

cherry-pick-hidePrefearDarkThemeOnDemand 2020年04月01日 21:46:54 UTC
Hide prefear dark theme button if the theme don't has it, also remove system ...

Author: Jabiertxof
Author Date: 2020年04月01日 21:46:54 UTC

Hide prefear dark theme button if the theme don't has it, also remove system wide theme and icons from theming UI dropdowns relaiyng on system default option

improveIconsRendering 2020年03月31日 00:27:05 UTC
test

Author: Jabiertxof
Author Date: 2020年03月31日 00:27:05 UTC

test

disablePrefearDarkTheme 2020年03月30日 20:57:32 UTC
Remove prefear dark theme from UI

Author: Jabiertxof
Author Date: 2020年03月30日 20:57:32 UTC

Remove prefear dark theme from UI

cherry-pick-d0d3c000 2020年03月23日 11:05:46 UTC
Reorder tools to allow visualize zoom tool in small screens hidden since last...

Author: Jabier Arraiza
Author Date: 2020年03月23日 09:34:34 UTC

Reorder tools to allow visualize zoom tool in small screens hidden since last refactor

(cherry picked from commit d0d3c000d41eca5efc1661566afc1506e954241c)

adwaitaCSSTweakToolbarItems 2020年03月23日 11:01:12 UTC
Fix toolbar icons on theme adwaita too much pading and fix diferent from one ...

Author: Jabier Arraiza
Author Date: 2020年03月23日 11:01:12 UTC

Fix toolbar icons on theme adwaita too much pading and fix diferent from one toolbar to other (tools - snap)

LPETransformsRefactor 2020年03月23日 09:06:44 UTC
Start work. Goal remove maximun of unoptimiced forced transforms and provide ...

Author: Jabier Arraiza
Author Date: 2020年03月23日 09:06:07 UTC

Start work. Goal remove maximun of unoptimiced forced transforms and provide a way to full control transforms from LPE

fixScroollingIssuesRendering 2020年03月09日 18:07:14 UTC
Fix scrolling rendering issues

Author: Jabiertxof
Author Date: 2020年03月09日 18:07:14 UTC

Fix scrolling rendering issues

cherry-pick-e997ca1f 2020年03月03日 15:37:00 UTC
Shape bbox translation speedup

Author: Martin Owens
Author Date: 2020年02月02日 11:25:02 UTC

Shape bbox translation speedup

(cherry picked from commit e997ca1f1f266167017d4580af9e3c18f9ab53e1)

smallTryToImproveRendering 2020年02月22日 16:00:29 UTC
Small try to improve rendering rendering objects in one pass

Author: Jabier Arraiza
Author Date: 2020年02月22日 16:00:29 UTC

Small try to improve rendering rendering objects in one pass

cherypick-2fddffe8 2020年02月15日 09:16:10 UTC
Fix Text tool scroll leaves some background items unrendered inbox#1397

Author: Jabiertxof
Author Date: 2020年02月15日 09:16:10 UTC

Fix Text tool scroll leaves some background items unrendered inbox#1397

cherry-pick-1fceb22c 2020年02月11日 02:23:11 UTC
Increase size of about screen to 80% and remove icon.

Author: Martin Owens
Author Date: 2019年12月31日 00:00:00 UTC

Increase size of about screen to 80% and remove icon.

(cherry picked from commit 1fceb22ce155054bada4be3c28f2d92f90fa3c14)

fix-771-update-on-style-only 2020年02月04日 19:58:19 UTC
Fix #771 only update markers on style changes

Author: Martin Owens
Author Date: 2020年02月04日 19:58:19 UTC

Fix #771 only update markers on style changes

issue-761-missing-text-in-fallback 2020年01月24日 17:29:39 UTC
Fix #761 Save any extra text at the end of the layout into a hidden tspan dur...

Author: Martin Owens
Author Date: 2020年01月24日 10:56:21 UTC

Fix #761 Save any extra text at the end of the layout into a hidden tspan during fallback conversion.

turn-text-fallback-off-by-default 2020年01月24日 17:15:00 UTC
Turn text fallback off for Inkscape 1.0

Author: Martin Owens
Author Date: 2020年01月24日 17:15:00 UTC

Turn text fallback off for Inkscape 1.0

cherry-pick-3d477663 2020年01月24日 08:29:53 UTC
Fix #471 by calculating the number of segments needed in arc conversions.

Author: Martin Owens
Author Date: 2020年01月22日 18:04:30 UTC

Fix #471 by calculating the number of segments needed in arc conversions.

(cherry picked from commit 3d477663832380783b6cb18d5bc3a8cd9b1e7869)

cherry-pick-95f17f34 2020年01月24日 08:19:18 UTC
Fix text+shape_inside duplicate/copy

Author: Iskren Ivov Chernev
Author Date: 2019年12月30日 17:26:36 UTC

Fix text+shape_inside duplicate/copy

Text can be flown into shapes (via the shape-inside style property), and
these need special attention during duplicate/copy. These shapes need to
be duplicated/copied in addition to the text, in case they are not
included in the dupe/copy selection already.

For duplication -- if a text object references shapes via
shape-inside/shape-subtract they are added to the duplicate selection
(if not present).

For layer duplication -- if a text in the duplicated layer references
shapes outside of its layer, these shapes are duplicated and brought
into the new layer.

For copy -- if a text object references shapes they are added to the
generated clipboard document (if not selected already). After the
clipboard is pasted, some ids might need change (to prevent clashes), so
the existing id clash prevention logic is augmented to mind text shapes
as well.

Rough edges (not directly related to copy/duplicate):
- explicit shape-inside is not well handled in the UI
- shape might end up on top of text
- Select & Transform tool changes the relative position of the text
and its shapes
- during paste shift logic (so pasted stuff is not on top of
original), the transformation on text object causes it to jump
outside of the shape (and it might be too far off / not visible) --
bad UX.
- shape and text being on separate layers doesn't fire update
text layout when shape is changed, but somehow snaps text into shape
when a text transform is applied
- shape-subtract handling is not implemented at all
- basic-shapes are not handled in shape-inside

(cherry picked from commit 95f17f34521466fb2f329c07c3289eaa20348605)

issue-642-copy-paste-shape-inside 2020年01月23日 16:48:00 UTC
Repair bad regex and copy shape-inside reference correctly.

Author: Martin Owens
Author Date: 2020年01月23日 16:48:00 UTC

Repair bad regex and copy shape-inside reference correctly.

issue-581-xml-attr-style 2020年01月13日 23:26:21 UTC
Add doxygen comments and shall_write is a real

Author: Martin Owens
Author Date: 2020年01月13日 14:52:01 UTC

Add doxygen comments and shall_write is a real

outlineHiDPI0.92 2020年01月12日 16:24:48 UTC
Add @speleo3 patch

Author: Jabier Arraiza
Author Date: 2020年01月12日 16:24:48 UTC

Add @speleo3 patch

removeMacosSpecificMenuItems 2020年01月10日 20:15:29 UTC
AVAILABLE_MAC_OS_X_VERSION_10_12_AND_LATER

Author: Thomas Holder
Author Date: 2020年01月10日 20:15:29 UTC

AVAILABLE_MAC_OS_X_VERSION_10_12_AND_LATER

cherry-pick-59dabc7d 2019年12月20日 15:33:20 UTC
Constrain variable cache limit to zoom or panning

Author: Jabier Arraiza
Author Date: 2019年12月20日 12:10:18 UTC

Constrain variable cache limit to zoom or panning

(cherry picked from commit 59dabc7d8dc0f93761412075dd00bec96b0c55e5)

addWIN10Theme 2019年12月07日 00:05:09 UTC
Working with Windows10 Theme

Author: Jabier Arraiza
Author Date: 2019年12月06日 09:52:03 UTC

Working with Windows10 Theme

shaping_test 2019年12月06日 11:51:30 UTC
Disable test (until CI updated to newer Pango).

Author: Tavmjong Bah
Author Date: 2019年12月06日 09:47:36 UTC

Disable test (until CI updated to newer Pango).

adamBellisIconsGlitch 2019年12月05日 12:12:18 UTC
Try to build on windows again

Author: Jabiertxof
Author Date: 2019年12月05日 12:12:18 UTC

Try to build on windows again

crash-fix 2019年12月02日 05:37:26 UTC
Crash fix, but now --convert-dpi-method interactiv

Author: Shlomi Fish
Author Date: 2019年11月30日 14:54:23 UTC

Crash fix, but now --convert-dpi-method interactiv

controlShiftRememberLastParaxialAngle 2019年11月13日 18:05:10 UTC
fix compiling

Author: Jabier Arraiza
Author Date: 2019年11月13日 18:05:10 UTC

fix compiling

masterCanvasProfiling 2019年11月11日 09:46:55 UTC
Add profiling define

Author: Jabiertxof
Author Date: 2019年11月11日 09:46:55 UTC

Add profiling define

action_test 2019年11月05日 12:19:37 UTC
Remove duplicate function left after last forced merge.

Author: Tavmjong Bah
Author Date: 2019年11月05日 12:19:37 UTC

Remove duplicate function left after last forced merge.

fixBug431 2019年09月27日 11:38:29 UTC
Fix issue with system icons in KDE plasme https://gitlab.com/inkscape/inkscap...

Author: Jabiertxof
Author Date: 2019年09月27日 11:38:29 UTC

Fix issue with system icons in KDE plasme https://gitlab.com/inkscape/inkscape/issues/431

allowCustomGtkThemes 2019年09月20日 08:06:43 UTC
Fix conflicts in "Ship Inkscape with themes option A" MR

Author: Jabiertxof
Author Date: 2019年09月20日 08:06:43 UTC

Fix conflicts in "Ship Inkscape with themes option A" MR

allowCustomGtkThemesOptionB 2019年09月20日 07:38:31 UTC
Add code from old MR 811

Author: Jabier Arraiza
Author Date: 2019年08月04日 11:01:25 UTC

Add code from old MR 811

issue-406 2019年09月10日 08:13:40 UTC
fix #406 pinch zoom crashes macOS 10.9

Author: Thomas Holder
Author Date: 2019年09月10日 08:13:40 UTC

fix #406 pinch zoom crashes macOS 10.9

saveSelectedOnly 2019年09月07日 21:28:56 UTC
Fix issue

Author: Martin Owens
Author Date: 2019年09月07日 21:28:56 UTC

Fix issue

RemoveExtensionTranslations 2019年08月09日 21:52:57 UTC
Remove pot files from the main repository to move towards better control

Author: Martin Owens
Author Date: 2019年08月09日 21:52:57 UTC

Remove pot files from the main repository to move towards better control

hamburgerTextToolbar 2019年07月22日 01:00:11 UTC
add hamburger line height menu

Author: Jabier Arraiza
Author Date: 2019年06月26日 18:35:19 UTC

add hamburger line height menu

spinbuttonImprovements 2019年06月27日 22:40:11 UTC
attemp to use SVG data wrong by double rounding issues

Author: Jabier Arraiza
Author Date: 2019年06月27日 22:40:11 UTC

attemp to use SVG data wrong by double rounding issues

removeExperimentalCodeAndFixSelectors 2019年06月23日 21:16:13 UTC
fix wrong default value

Author: Jabier Arraiza
Author Date: 2019年06月23日 21:16:13 UTC

fix wrong default value

1100 of 208 results FirstPreviousLast
You can't create new repositories for Inkscape.

AltStyle によって変換されたページ (->オリジナル) /