gtk/gdk/x11
Benjamin Otte 310ab7b531 Remove G_ENABLE_DEBUG around debug checks
It started out as busywork, but it does many separate things. If I could
start over, I'd take them apart into multiple commits:

1. Remove G_ENABLE_DEBUG around GDK_DEBUG_*() calls
   This is not needed at all, the calls themselves take care of it.

2. Remove G_ENABLE_DEBUG around profiling code
   This now enables profiling support in release builds.

3. Stop poking _gdk_debug_flags and use GDK_DEBUG_CHECK()
   This was old code that was never updated.

4. Make !G_ENABLE_DEBUG turn off GDK_DEBUG_CHECK()
   The code used to
     #define GDK_DEBUG_CHECK(...) false
     #define GDK_DEBUG(...)
   which would compile away all the code inside those macros. This
   means a lot of variable definitions and debug utility functions
   would suddenly no longer be used and cause compiler errors.
2023-11-05 11:16:23 +01:00
..
gdkapplaunchcontext-x11.c x11: Make a call NULL-safe 2023-01-04 16:37:31 -05:00
gdkasync.c Rename gdk-private.h to gdkprivate.h 2022-09-23 23:23:27 -04:00
gdkasync.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkcairocontext-x11.c gdk: Replace prefers_high_depth with depth 2023-06-18 14:28:39 +02:00
gdkcairocontext-x11.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkclipboard-x11.c Remove G_ENABLE_DEBUG around debug checks 2023-11-05 11:16:23 +01:00
gdkclipboard-x11.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkcursor-x11.c X11: Provide settings in logical pixels 2022-11-01 13:09:28 +01:00
gdkdevice-xi2-private.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkdevice-xi2.c Drop gdkintl.h 2022-09-23 23:33:42 -04:00
gdkdevicemanager-x11.c x11: Use the new debug macros 2022-09-23 18:11:48 -04:00
gdkdevicemanager-xi2.c Remove G_ENABLE_DEBUG around debug checks 2023-11-05 11:16:23 +01:00
gdkdevicemanagerprivate-core.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkdisplay-x11.c Remove G_ENABLE_DEBUG around debug checks 2023-11-05 11:16:23 +01:00
gdkdisplay-x11.h glx: Implement support for EXT_swap_control 2023-05-24 21:44:43 +02:00
gdkdrag-x11.c Remove G_ENABLE_DEBUG around debug checks 2023-11-05 11:16:23 +01:00
gdkdrop-x11.c Remove G_ENABLE_DEBUG around debug checks 2023-11-05 11:16:23 +01:00
gdkeventsource.c Deprecate gdk_display_put_event 2023-01-09 15:46:25 -05:00
gdkeventsource.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkeventtranslator.c x11: change event translator interface 2020-02-21 00:47:51 -05:00
gdkeventtranslator.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkglcontext-egl.c Drop gdkintl.h 2022-09-23 23:33:42 -04:00
gdkglcontext-glx.c glx: Fake an X request to make GLX hack work 2023-06-06 05:20:34 +02:00
gdkglcontext-x11.c Drop gdkintl.h 2022-09-23 23:33:42 -04:00
gdkglcontext-x11.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkkeys-x11.c Don't emit ::notify from a getter 2022-11-26 21:53:33 -05:00
gdkkeys-x11.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkmain-x11.c Drop gdkintl.h 2022-09-23 23:33:42 -04:00
gdkmonitor-x11.c gdk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gdkmonitor-x11.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkprivate-x11.h display: Remove ::create_surface() vfunc 2023-04-26 21:03:34 +02:00
gdkproperty-x11.c x11: Don't include gdkinternals.h 2021-09-24 22:50:29 +02:00
gdkscreen-x11.c x11: Trap XRandr errors when getting outputs during init and update 2023-06-02 00:30:14 +02:00
gdkscreen-x11.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkselection-x11.c gdk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gdkselectioninputstream-x11.c Remove G_ENABLE_DEBUG around debug checks 2023-11-05 11:16:23 +01:00
gdkselectioninputstream-x11.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkselectionoutputstream-x11.c Remove G_ENABLE_DEBUG around debug checks 2023-11-05 11:16:23 +01:00
gdkselectionoutputstream-x11.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdksettings.c Add a gtk-overlay-scrolling setting 2019-05-31 14:07:15 +00:00
gdksurface-x11.c gtk: Add suspended window state 2023-07-30 11:40:09 +03:00
gdksurface-x11.h display: Remove ::create_surface() vfunc 2023-04-26 21:03:34 +02:00
gdktextlistconverter-x11.c Drop gdkintl.h 2022-09-23 23:33:42 -04:00
gdktextlistconverter-x11.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkvulkancontext-x11.c x11: Don't include gdkinternals.h 2021-09-24 22:50:29 +02:00
gdkvulkancontext-x11.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11applaunchcontext.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11device-xi2.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11device.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11devicemanager-xi2.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11devicemanager.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11display.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11dnd.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11glcontext.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11monitor.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11property.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11screen.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11selection.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11surface.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx11utils.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkx-autocleanups.h gdk: Make GdkKeymap a private api 2020-04-06 16:32:03 -04:00
gdkx.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkxftdefaults.c Rename gdkdebug.h to gdkdebugprivate.h 2022-09-23 23:12:01 -04:00
gdkxid.c Documentation fixes 2021-05-20 19:17:49 -04:00
meson.build meson: Add x11_dep to gtk4-x11 requires 2023-08-15 21:17:39 -04:00
MwmUtil.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
xsettings-client.c X11: Provide settings in logical pixels 2022-11-01 13:09:28 +01:00
xsettings-client.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00