- May 23, 2023
-
-
Gaël Bonithon authored
So that they have a better chance of being at the top of the stack and thus being seen by the user, especially for the message dialog.
-
Gaël Bonithon authored
This reverts commit ebac376a. There is actually a dialog saying that there is no prefs, I didn't see it behind the other windows.
-
Gaël Bonithon authored
-
Gaël Bonithon authored
Otherwise xfconf functions are called after shutdown.
-
Gaël Bonithon authored
-
- May 22, 2023
-
-
Gaël Bonithon authored
Previous commit requires GTK 3.24 via libxfce4ui 4.18.
-
Gaël Bonithon authored
Related: xfce/libxfce4ui!98
-
Gaël Bonithon authored
-
- May 20, 2023
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
This could fix a crash or bad behavior in the prefs dialog since visual was unreffed whereas gdk_x11_screen_lookup_visual() is transfer none (only functional difference between the two versions).
-
- Apr 29, 2023
-
-
Gaël Bonithon authored
In the worst case it may be that the only available monitor does not have these fields filled in (perhaps temporarily). More generally, these fields may be null and should be handled as such. So if this should be a problem at some level, another fix should be implemented, without removing the monitor from the list. Fixes: #44 Related: c44e5435
-
- Mar 18, 2023
-
-
Guido Falsi authored
This function is duplicated in gs-window-x11.c and xfce4-screensaver-preferences.c. Merge the two implementations in xfce-desktop-utils.c and use that one. Also, instead of copying environ directly, use g_get_environ().
-
- Mar 17, 2023
-
-
Gaël Bonithon authored
-
- Mar 15, 2023
-
-
Gaël Bonithon authored
This hides warnings or other useful messages that should be accessible without enabling debug mode. On the other hand some warnings should be lowered to debug level, e.g. AccountsService may not be installed.
-
All user dialogs (Linux, Windows, Mac, Android, etc..), or any representation of a user as an avatar in the web are round images. Also, it shows an emblem icon to note that it is logged in as in other dialogs. Both options can be made configurable by the user very easily, but at least (IMHO of course), I think it respects the preference of the majority of users.
-
- Mar 13, 2023
-
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
-
- Mar 09, 2023
-
-
Always remove sleep inhibit. Fixes few seconds delay when sleeping with screen locker disabled. Amends: f2d07a37
-
- Mar 08, 2023
-
-
Gaël Bonithon authored
Fixes: 7aeced1f
-
Gaël Bonithon authored
xfconf_channel_get() is transfer none contrary to what the doc says, and each call of xfconf_init() must be followed by a call of xfconf_shutdown(). In particular, fixes an unref-critical when closing the prefs dialog.
-
- Dec 30, 2022
- Nov 30, 2022
-
-
Gaël Bonithon authored
ENABLE_NLS is rarely used and will no longer be supported by xfce4-dev-tools 4.18.
-
- Nov 29, 2022
-
-
Gaël Bonithon authored
-
- Jan 03, 2021
-
-
Sean Davis authored
-
Sean Davis authored
-
Signed-off-by:
Sean Davis <smd.seandavis@gmail.com>
-
Sean Davis authored
This reverts commit 378c7881.
-
Sean Davis authored
This reverts commit 37b96373.
-
Similar code to prevent a crash exits elsewhere. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
This reverts commit f596f888. Fixes #66
-
Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
g_timeout_add_seconds expects a guint as first argument. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
g_idle_add expects a GSourceFunc as first argument. Remove the casts and add proper prototype to affected functions. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-