- 19 May, 2022 1 commit
-
-
Daniel Mustieles García authored
-
- 02 May, 2022 1 commit
-
-
- 25 Apr, 2022 1 commit
-
-
- 24 Apr, 2022 1 commit
-
-
- 22 Apr, 2022 1 commit
-
-
- 21 Apr, 2022 9 commits
-
-
-
-
'Clear' action in "Setup Text Attributes" dialog now clears only selected attributes, rather than the previous behaviour of clearing all attributes.
-
-
so for GtkCheckButtons/GtkRadioButtons the label is shown in glade's inline preview with the same alignment that GTK will use when really renderering it #502
-
Signed-off-by:
Osamu Aoki <osamu@debian.org>
-
This fixes issue #499 and #509 * Can't add GtkHeaderBar to window with existing widgets / containers * Cannot add GtkBox or other widgets inside a GtkPopoverMenu Please note: bin_child = gtk_bin_get_child (GTK_BIN (container))) was getting the first child only. Checking if the first child is placeholder causes false positives. glade_util_count_placeholders (gwidget) recursively checks placeholder. Signed-off-by:
Osamu Aoki <osamu@debian.org>
-
-
-
- 21 Mar, 2022 1 commit
-
-
Marek Černocký authored
-
- 18 Mar, 2022 1 commit
-
-
- 12 Mar, 2022 1 commit
-
-
- 31 Jan, 2022 1 commit
-
-
- 26 Jan, 2022 1 commit
-
-
- 22 Dec, 2021 1 commit
-
-
- 02 Dec, 2021 1 commit
-
-
- 19 Nov, 2021 1 commit
-
-
- 10 Nov, 2021 1 commit
-
-
- 10 Oct, 2021 2 commits
-
-
Andre Klapper authored
-
-
- 17 Sep, 2021 1 commit
-
-
Ask Hjorth Larsen authored
-
- 15 Sep, 2021 1 commit
-
-
Daniel Mustieles García authored
-
- 07 Sep, 2021 1 commit
-
-
- 21 Aug, 2021 1 commit
-
-
- 11 Aug, 2021 2 commits
-
-
-
Jordi Mas authored
-
- 13 Jul, 2021 1 commit
-
-
- 12 Jul, 2021 2 commits
-
-
These files are required to build the man pages; unfortunately, xsltproc does not appear to cache these files, so this may not be the best solution.
-
Both the gettext package and the itstools package are required to run ninja install without errors
-
- 09 Jul, 2021 5 commits
-
-
-
Output .glade files saved in Windows containing Pixbuf widgets with relative paths to image files e.g. ui_graphics/background.png were changed from forward-slash (/) to backslash (\) due to use of GTK macro. E.g. ui_graphics\background.png Then, when the Glade file was loaded in Linux, the Pixbuf widget relative path did not work anymore b/c backslash (\) was not understood. Forward slashes (/) are always understood, so changed always use forward slashes.
-
This would fail otherwise as GFileIcon requires a GFile parameter on construction.
-
This is following the gjs applications behaviors, setting a valid string as the script path that will be shown in JS stack traces, even though won't load a real file through g_file_new_for_commandline_arg()
-
-
- 28 Jun, 2021 1 commit
-
-