inkscape:gtk4_windows_ci

Last commit made on 2024-01-07
Get this branch:
git clone -b gtk4_windows_ci https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
gtk4_windows_ci
Repository:
lp:inkscape

Recent commits

7e34647... by René de Hesselle

WIP: gtk4 Windows test run

09ea70f... by PBS

Adjust buttons in xml editor popover

Swap button order and align to right.

ea9f73d... by PBS

[REMOVE] Work around XML/Objects dialog crashes

At the expense of coloured symbolic icons.

198933b... by PBS

Tweak object attributes dialog layout

Remove a vexpand property that messed up the layout, and rewrite some
uses of the UI::pack helpers to not use them.

6512e49... by PBS

Fix some minor About Screen issues

* Get rid of comma in date due to unwanted locale-dependence of
  int-to-string conversion in Glib::ustring::compose().
* Fix crash on second show due to missing set_hide_on_close().
* Add back missing copy icon to version button by setting label on
  button's child label, not the button itself.
* Restore clickability of version button by reordering it relative to
  its siblings, which were hoovering up the clicks.

1f05973... by PBS

Handle activate signal in spinbuttons

* Make sp_dialog_defocus_on_enter() work for spinbuttons using new GTK
  functionality added in 4.14.
* Enable activates-default for spinbuttons in guides dialog.
* Enable apply on activate for spinbuttons in transforms dialog.

8a2bd28... by PBS

Fix some actions missing 'win.' prefix

2388b32... by PBS

Update InstallMSYS2.cmake

7ddbb70... by Tavmjong Bah

Replace DashSelector ComboBox with GridView

ComboBox (deprecated) lost the ability to have multiple columns.
The DashSelector requires two columns to reduce its length. Use a
GridView to restore this feature.

e8f3afb... by Tavmjong Bah

Add missing call unparent() call.

Popovers are attached to a particular widget through a call to parent().
This requires a matching unparent() call.

Symptom: Gtk-WARNING... Finalizing xxx but it still has children left:
  - gtkmm__GtkPopover 0x....