gtk/gdk/broadway
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
..
broadway-output.c Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
broadway-output.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
broadway-protocol.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
broadway-server.c broadway: Don't cause traffic when disconnecting 2023-03-17 11:00:35 -04:00
broadway-server.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
broadway.js Merge branch 'broadway-debug-nodes' into 'master' 2020-08-26 12:38:09 +00:00
broadwayd.c broadway: Don't cause traffic when disconnecting 2023-03-17 11:00:35 -04:00
client.html Issue #1633 - Ensure focus on click 2019-02-04 17:46:09 +01:00
gdkbroadway-server.c Merge branch 'broadway-modal-hint' into 'main' 2023-01-26 02:44:54 +00:00
gdkbroadway-server.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkbroadway.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkbroadwaycursor.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkbroadwaydisplay.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkbroadwaydisplaymanager.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkbroadwaymonitor.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkbroadwaysurface.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkcairocontext-broadway.c gdk: Replace prefers_high_depth with depth 2023-06-18 14:28:39 +02:00
gdkcairocontext-broadway.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkcursor-broadway.c gdk: Drop some unused cursor apis 2018-01-16 23:32:01 -05:00
gdkdevice-broadway.c gdk/broadway: correct gdk_broadway_device_query_state() to return pointer 2022-09-21 15:42:40 +10:00
gdkdevice-broadway.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkdisplay-broadway.c display: Remove ::create_surface() vfunc 2023-04-26 21:03:34 +02:00
gdkdisplay-broadway.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkdnd-broadway.c broadway: Don't include gdkinternals.h 2021-09-24 22:11:57 +02:00
gdkdrawcontext-broadway.c gdk: Replace prefers_high_depth with depth 2023-06-18 14:28:39 +02:00
gdkdrawcontext-broadway.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkeventsource.c gdk/broadway: Add deprecation guards around gdk_display_put_event() 2023-01-27 19:59:36 +01:00
gdkeventsource.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkglobals-broadway.c Change FSF Address 2012-02-27 17:06:11 +00:00
gdkkeys-broadway.c broadway: Don't include gdkinternals.h 2021-09-24 22:11:57 +02:00
gdkmonitor-broadway.c broadway: No more screen 2017-11-01 19:44:28 -04:00
gdkmonitor-broadway.h Convert headers to #pragma once 2023-03-31 15:11:10 -04:00
gdkprivate-broadway.h display: Remove ::create_surface() vfunc 2023-04-26 21:03:34 +02:00
gdksurface-broadway.c Remove G_ENABLE_DEBUG around debug checks 2023-11-05 11:16:23 +01:00
gdksurface-broadway.h display: Remove ::create_surface() vfunc 2023-04-26 21:03:34 +02:00
gen-c-array.py meson: Reduce useless relinking on reconfigure 2020-04-03 18:41:55 +05:30
meson.build broadway: Use the correct way to call find_library 2021-09-26 18:51:13 +08:00
TODO.broadway *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00