- 20 Jan, 2023 1 commit
-
-
Anonymous authored
38 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 14 Jan, 2023 1 commit
-
-
Brian Tarricone authored
It turn out GtkImage automatically takes UI scale factor into account when loading images from GIcons. This allows us to avoid having to thread through the scale factor everywhere, and also means we don't need to do anything when the scale factor changes.
-
- 13 Jan, 2023 3 commits
-
-
Brian Tarricone authored
This reverts commit 563e07f5.
-
Brian Tarricone authored
This reverts commit f1efceb2.
-
Anonymous authored
38 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 02 Jan, 2023 1 commit
-
-
Gaël Bonithon authored
This could result in the menu loaded twice in (very) rare cases. Fixes: d2c7068e Related: !18
-
- 31 Dec, 2022 1 commit
-
-
- 15 Dec, 2022 2 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 05 Dec, 2022 2 commits
-
-
Gaël Bonithon authored
-
Anonymous authored
38 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 30 Nov, 2022 2 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 04 Nov, 2022 3 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
Non-trivial functions connected to file monitoring or delayed must be protected from concurrent execution with `garcon_menu_load()`. Fixes: d2c7068e Related: !18
-
Gaël Bonithon authored
Fixes: d2c7068e Related: !18
-
- 02 Nov, 2022 1 commit
-
-
Gaël Bonithon authored
Otherwise there is a time interval during which the id is null while the object is still alive. This can cause problems especially since the menu loading is asynchronous (d2c7068e).
-
- 31 Oct, 2022 2 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 29 Oct, 2022 1 commit
- 28 Oct, 2022 1 commit
-
-
Gaël Bonithon authored
Only GLib 2.66 will be required for Xfce 4.18. Fixes: f33c23d2
-
- 26 Oct, 2022 1 commit
-
-
Anonymous authored
38 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 19 Oct, 2022 1 commit
-
-
Anonymous authored
38 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 17 Sep, 2022 1 commit
-
-
Gaël Bonithon authored
Since Garcon reduces the case of URL desktop files to the case of a classic file with an Exec key of value `exo-open 'URL'`, and there is no reliable way to distinguish the two cases from the outside when invoking `garcon_menu_item_get_command()`, Garcon must escape the '%' characters in the URL as if they appeared in the value of an Exec key. Fixes: #31
-
- 10 Sep, 2022 1 commit
-
-
Alexander Schwinn authored
-
- 05 Sep, 2022 9 commits
-
-
Gaël Bonithon authored
This partially reverts c709d625. garcon-marshal.h is installed for some reason.
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
Although not documented, at least its values should be displayed, since it is a property of GarconMenuNode.
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 16 Jul, 2022 1 commit
-
-
Anonymous authored
38 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 11 Jul, 2022 3 commits
-
-
Anonymous authored
38 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 25 Jun, 2022 1 commit
-
-
Anonymous authored
38 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 10 Jun, 2022 1 commit
-
-
Gaël Bonithon authored
Amends and completes the previous commit, by systematically using `g_signal_connect_object()` whenever GarconMenu and GarconGtkMenu are linked by the connection. Related: #27, !18, 1ea47477
-