- 04 Feb, 2022 4 commits
-
-
Vanadiae authored
TBD: handle untracked files, finding merge-base (big rabbit-hole), make sure both staged and unstaged changes are handled
-
Emmanuele Bassi authored
Instead of shipping our own post installation script, we should use the one provided by the gnome module inside Meson. It's one less file we have to care about, and the gnome module is integrated into Meson, which means it'll do some of the heavy lifting for us.
-
Christian Hergert authored
-
The proc-macro feature in rust-analyzer is still experimental, although without it the experience with code that uses proc macros is sub-optimal. As gtk-rs apps (the most common use case for Builder/Rust) make heavy use of macros so opt-in to that by default.
-
- 03 Feb, 2022 1 commit
-
-
Jakub Steiner authored
+ render magic pngs Actually fixes GNOME/gnome-builder#1615
-
- 02 Feb, 2022 4 commits
-
-
Jakub Steiner authored
- maybe efficient, but a source of containt pain Fixes GNOME/gnome-builder#1617
-
Jakub Steiner authored
- provide symbolic assets for jhbuild, podman, flatpak, toolbx and host "containers" Fixes GNOME/gnome-builder#1610
-
Jakub Steiner authored
fixes GNOME/gnome-builder#1615
-
Jakub Steiner authored
fixes GNOME/gnome-builder#1616
-
- 30 Jan, 2022 2 commits
-
-
Florian Müllner authored
Other than the GtkBuilder template, it's identical with the GTK3 version except for the imported GTK version :-)
-
Florian Müllner authored
gjs added support for EcmaScript modules a while ago. We expect all apps to move away from gjs' own custom imports system eventually, so for new apps it makes most sense to use standard syntax from the get-go.
-
- 27 Jan, 2022 8 commits
-
-
Christian Hergert authored
-
Christian Hergert authored
Fixes #1611
-
I copied the line "g_variant_new ("a{sv}", 0);" into libportal and it led to an error message: Bail out! GLib:ERROR:../glib/gvarianttypeinfo.c:164:g_variant_type_info_check: assertion failed: (info->alignment == 0 || info->alignment == 1 || info->alignment == 3 || info->alignment == 7) So I assume it's wrong here too. I also don't know why G_VARIANT_TYPE_ARRAY is being used, seems like it should be G_VARIANT_TYPE_VARDICT.
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
Use -Dwebkit=disabled to disable webkit support. Fixes #1137
-
Christian Hergert authored
-
Christian Hergert authored
-
- 26 Jan, 2022 6 commits
-
-
Günther Wagner authored
-
Günther Wagner authored
This should determine the correct storage location if this got altered from the default locations.
-
Christian Hergert authored
-
-
Christian Hergert authored
-
Tobias Bernard authored
-
- 25 Jan, 2022 2 commits
-
-
Christian Hergert authored
If we have a style for these, we might as well use them.
-
-
- 24 Jan, 2022 13 commits
-
-
Günther Wagner authored
This enables clang machinery to work in podman environments.
-
Günther Wagner authored
-
Christian Hergert authored
This makes things a bit brighter, more contrast, and better fitting in with the style updates of the desktop.
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
-
-
Christian Hergert authored
Now that this has gotten some actual time spent on it, we can flip over to what we'd be using on GTK 4 in the future.
-
Christian Hergert authored
-
Christian Hergert authored
From updates in GtkSourceView.
-