- 13 May, 2020 1 commit
-
-
Günther Wagner authored
static functions and hover cleanup
-
- 12 May, 2020 3 commits
-
-
Günther Wagner authored
-
Christian Hergert authored
-
Christian Hergert authored
We need to ensure our IdeObjectBox is not disposed (and removed from graph) during a save operation.
-
- 11 May, 2020 19 commits
-
-
Günther Wagner authored
-
Günther Wagner authored
-
Günther Wagner authored
-
Günther Wagner authored
-
Günther Wagner authored
-
Günther Wagner authored
-
Günther Wagner authored
-
Günther Wagner authored
-
Günther Wagner authored
-
Günther Wagner authored
-
Daniel Espinosa Ortiz authored
Fix issue #1200
-
Christian Hergert authored
Fixes #1210
-
Christian Hergert authored
Fixes #1213
-
Christian Hergert authored
-
Christian Hergert authored
This may be in a directory that is not a child of the home directory. We should track those as well. Fixes #1207
-
Günther Wagner authored
-
Günther Wagner authored
This fixes the loading and unloading of plugins via the "Extensions" section of the preferences window. The previous functionality was lost during the refactor of Builder for 3.34. Fixes #1193
-
Christian Hergert authored
This reverts commit 6a7db380.
-
Peter Maatman authored
The FIXME that is removed in this patch linked to an issue, which has a linked MR that has been closed for over a year.
-
- 03 May, 2020 1 commit
-
-
James Westman authored
The gobject_boxed_copy snippet for C source files used hyphens in the struct name rather than camel case, which generated invalid C code.
-
- 01 May, 2020 1 commit
-
-
Christian Hergert authored
The hexpand from the priority boxes complicate things here so we can just use GtkHeaderBar directly for the preferences window. We aren't putting any transfer notifications in there anyway. Fixes #1199
-
- 20 Apr, 2020 1 commit
-
-
Daniel Espinosa Ortiz authored
Query runtime for vala API version and use 'pkg-config' to find libvala's VAPI directory and generic VAPI at ${datadir}/vala/vapi, both are provided to the server to find packages in use for current runtime
-
- 14 Apr, 2020 1 commit
-
-
Christian Hergert authored
This ensures that the text is not obscured. Fixes #1187
-
- 13 Apr, 2020 1 commit
-
-
Günther Wagner authored
-
- 07 Apr, 2020 2 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
- 29 Mar, 2020 1 commit
-
-
Jon Turney authored
per the meson documentation for gnome.mkenums(): "Note that if you #include the generated header in any of the sources for a build target, you must add the generated header to the build target's list of sources to codify the dependency." glib-mkenums is invoked separately to generate the source and header file, so it's neccessary to establish that dependency when compiling the generated source file.
-
- 25 Mar, 2020 2 commits
-
-
Ivan Molodetskikh authored
-
Ivan Molodetskikh authored
-
- 24 Mar, 2020 2 commits
-
-
Christian Hergert authored
-
Christian Hergert authored
Fixes #1172
-
- 23 Mar, 2020 1 commit
-
-
Christian Hergert authored
Related #1170
-
- 18 Mar, 2020 1 commit
-
-
Christian Hergert authored
We rely on this elsewhere in our flatpak manifest now.
-
- 09 Mar, 2020 2 commits
-
-
Christian Hergert authored
This should be 3.24, since that is our mostly recent release series and we very much want people using that.
-
Christian Hergert authored
Fixes #1158
-
- 06 Mar, 2020 1 commit
-
-
Christian Hergert authored
This works around glib#1087 in a way that is mostly source compatibile but also ABI compatible with the previous form. We lose a bit of constness checking, but in exchange things actually work with GObject Introspection, so that seems fine. Related: !257
-