gimp/app/gui
Jehan 49b68fbf38 Issue #11725: do not try to uninhibit when inhibiting was not done by GIMP.
As noted by bootchk, docs of gtk_application_is_inhibited() says:

> Determines if any of the actions specified in flags are currently inhibited (possibly by another application).

The last part, between parentheses imply that it's possible for another
application to inhibit GIMP. So we should not rely on this function to
verify we inhibited the logout. Just check of we have an inhibition
cookie.
2024-09-01 01:15:10 +02:00
..
dbus-service.xml app: batch commands won't run on existing instance. 2015-09-28 22:31:21 +02:00
gimpapp.c app: fix some glib related deprecations 2023-06-16 00:13:02 -04:00
gimpapp.h app: cleanup MR !734. 2022-10-09 16:12:07 +02:00
gimpdbusservice.c app: use gimp_is_restored() rather than object variables. 2022-03-12 18:59:36 +01:00
gimpdbusservice.h app: improve opening images through the DBus service. 2020-11-10 22:33:25 +01:00
gimpuiconfigurer.c app: big porting of weak pointers to g_set,clear_weak_pointer() 2023-05-22 18:16:09 +02:00
gimpuiconfigurer.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gui-message.c app, libgimp*, pdb, plug-ins: reimplement generic inter-process transient window. 2023-10-01 21:02:33 +02:00
gui-message.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gui-types.h app: cleanup MR !734. 2022-10-09 16:12:07 +02:00
gui-unique.c app: Fix key presses not working on mac 2023-07-02 15:57:44 +01:00
gui-unique.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gui-vtable.c Issue #11725: do not try to uninhibit when inhibiting was not done by GIMP. 2024-09-01 01:15:10 +02:00
gui-vtable.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gui.c app: move "System Language" out of GIMP_L10N_LANGS_SIZE. 2024-08-15 20:57:02 +02:00
gui.h app: move "System Language" out of GIMP_L10N_LANGS_SIZE. 2024-08-15 20:57:02 +02:00
icon-themes.c meson: moving away from meson subprojects in favor of git submodules. 2024-03-28 00:19:10 +01:00
icon-themes.h Issue #9410: override prefer-symbolic-icons for mono-style icon themes. 2024-01-29 21:48:17 +01:00
meson.build app: Fix key presses not working on mac 2023-07-02 15:57:44 +01:00
modifiers.c app: add a GimpModifiersManager object to GimpDisplayConfig. 2022-08-17 14:20:18 +02:00
modifiers.h app: add a GimpModifiersManager object to GimpDisplayConfig. 2022-08-17 14:20:18 +02:00
session.c Fix various typos 2019-09-21 17:10:46 +00:00
session.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
splash.c app: use the logical rectangle for positioning the splash text. 2024-05-05 16:55:41 +02:00
splash.h app: cleanup MR !734. 2022-10-09 16:12:07 +02:00
themes.c dialogs, gui, widgets: Connect GimpPrefsBox to icon size changes 2024-08-04 12:55:58 +00:00
themes.h Issue #11071: Changed detailed_signal from "map" to "realize" to enable opening animations 2024-04-11 14:59:15 +00:00