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.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 8 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 5 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 5 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 7 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 8 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 6 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 7 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 6 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 5 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 6 minutes — see the log

Branches

Name Last Modified Last Commit
1.4.x 2024-03-18 22:51:48 UTC
Fix regresion on undo/redo/paste slow on complex document.

Author: Jabier Arraiza
Author Date: 2024-03-18 22:51:48 UTC

Fix regresion on undo/redo/paste slow on complex document.

fixes: https://gitlab.com/inkscape/inkscape/-/issues/4720

gtk4 2024-03-18 10:43:11 UTC
Fix LPE editor crashes from casting SpinButton to Entry

Author: PBS
Author Date: 2024-03-18 00:14:07 UTC

Fix LPE editor crashes from casting SpinButton to Entry

Gtk::SpinButton no longer derives from Gtk::Entry, so code locations
that attempt to perform this dynamic cast are now crashing.

Fix it by making the code less fragile, trading the dynamic casting of
children for the getSpinButton() function.

master 2024-03-17 01:37:12 UTC
Fix star ratio lower limit in star panel properties

Author: Mike Kowalski
Author Date: 2024-03-17 01:37:12 UTC

Fix star ratio lower limit in star panel properties

1.3.x 2024-01-14 03:24:41 UTC
BackportMR6104

Author: Jabiertxof
Author Date: 2023-11-25 19:30:55 UTC

BackportMR6104

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-stable 2023-10-13 13:08:53 UTC
Update rules

Author: Marc Jeanmougin
Author Date: 2023-10-13 13:08:53 UTC

Update rules

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

nextGenerationTheme 2019-06-16 21:16:29 UTC
Fix coding style

Author: Jabier Arraiza
Author Date: 2019-06-16 21:16:29 UTC

Fix coding style

sliceLPE 2019-05-25 02:34:43 UTC
Starting SLICE LPE

Author: Jabiertxof
Author Date: 2019-05-25 02:34:43 UTC

Starting SLICE LPE

select-from-extensions 2019-03-27 03:23:27 UTC
Take selection from selector class

Author: Martin Owens
Author Date: 2019-03-27 03:23:27 UTC

Take selection from selector class

multithreadCanvas 2019-03-17 21:57:25 UTC
final chance to threaded canvas

Author: Jabier Arraiza
Author Date: 2019-03-17 21:57:25 UTC

final chance to threaded canvas

fix_mc_branch 2019-03-06 17:56:45 UTC
Merge branch 'removeUtil' into 'fix_mc_branch'

Author: Mc
Author Date: 2019-03-06 17:56:45 UTC

Merge branch 'removeUtil' into 'fix_mc_branch'

# Conflicts:
# src/xml/rebase-hrefs.cpp
# src/xml/repr-io.cpp
# src/xml/simple-node.cpp

PanedCanvas 2019-02-23 11:40:11 UTC
Skeleton of paned canvas

Author: Jabier Arraiza
Author Date: 2019-02-23 11:40:11 UTC

Skeleton of paned canvas

zoom 2019-02-04 12:00:21 UTC
Trial of converting zoom toolbar to use Gio::Actions.

Author: Tavmjong Bah
Author Date: 2019-02-04 12:00:21 UTC

Trial of converting zoom toolbar to use Gio::Actions.

iconsCleanup 2019-02-02 01:14:20 UTC
Add missing new symbolic icons

Author: Jabier Arraiza
Author Date: 2019-02-02 01:14:20 UTC

Add missing new symbolic icons

refactor-resource-std-string 2018-12-24 13:01:56 UTC
refactor: use more std::string in resource.cpp

Author: Thomas Holder
Author Date: 2018-12-23 14:33:22 UTC

refactor: use more std::string in resource.cpp

headless 2018-12-07 08:58:36 UTC
First attempt at making rendering tests pass when running headless.

Author: Tavmjong Bah
Author Date: 2018-12-07 08:58:36 UTC

First attempt at making rendering tests pass when running headless.

svg2_to_svg1 2018-12-04 10:24:44 UTC
Merge branch 'master' of https://gitlab.com/inkscape/inkscape into svg2_to_svg1

Author: Tavmjong Bah
Author Date: 2018-12-04 10:24:44 UTC

Merge branch 'master' of https://gitlab.com/inkscape/inkscape into svg2_to_svg1

1100 of 197 results

Other repositories

Name Last Modified
lp:inkscape 2 hours ago
lp:~reviczky/inkscape/+git/debian-gtk4 2023-12-30
lp:~reviczky/inkscape/+git/debian 2023-03-29
lp:~reviczky/inkscape/+git/libcroco 2023-02-17
lp:~roguescholar/inkscape/+git/packaging 2020-01-15
15 of 5 results
You can't create new repositories for Inkscape.