gtk/gdk/win32
Sergey Bugaev 85830c059e Plug GTask leaks
The error-prone pattern seems to be:

  GTask *task = g_task_new (...);

  if (condition)
    {
      g_task_return_... (task, ...);
      /* need g_object_unref (task) here! */
      return;
    }

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
2024-08-05 14:38:23 +03:00
..
rc
gdkcairocontext-win32.c drawcontext: Make begin_frame() set colorstate + depth 2024-07-11 14:57:20 +02:00
gdkcairocontext-win32.h
gdkclipboard-win32.c
gdkclipboard-win32.h
gdkclipdrop-win32.c Windows: Build with UNICODE 2024-05-28 16:37:48 +02:00
gdkclipdrop-win32.h
gdkcursor-win32.c gdk: Add color state arg to gdk_texture_download_surface() 2024-07-11 14:57:20 +02:00
gdkdevice-virtual.c
gdkdevice-virtual.h
gdkdevice-win32.c
gdkdevice-win32.h
gdkdevice-winpointer.c
gdkdevice-winpointer.h
gdkdevice-wintab.c
gdkdevice-wintab.h
gdkdevicemanager-win32.c Windows: Build with UNICODE 2024-05-28 16:37:48 +02:00
gdkdevicemanager-win32.h
gdkdisplay-win32.c Windows: Build with UNICODE 2024-05-28 16:37:48 +02:00
gdkdisplay-win32.h Win32 GL: Also force not to use depth/stencil/accum bits on legacy contexts 2024-04-24 16:23:17 +08:00
gdkdisplaymanager-win32.c
gdkdrag-win32.c Windows: Build with UNICODE 2024-05-28 16:37:48 +02:00
gdkdrop-win32.c Plug GTask leaks 2024-08-05 14:38:23 +03:00
gdkevents-win32.c Windows: Build with UNICODE 2024-05-28 16:37:48 +02:00
gdkglcontext-win32-egl.c drawcontext: Make begin_frame() set colorstate + depth 2024-07-11 14:57:20 +02:00
gdkglcontext-win32-wgl-private.c
gdkglcontext-win32-wgl.c drawcontext: Make begin_frame() set colorstate + depth 2024-07-11 14:57:20 +02:00
gdkglcontext-win32.c
gdkglcontext-win32.h
gdkglobals-win32.c GdkWin32: Remove _gdk_display_hdc global variable 2023-05-31 12:15:57 +02:00
gdkhdataoutputstream-win32.c
gdkhdataoutputstream-win32.h
gdkinput-dmanipulation.c
gdkinput-dmanipulation.h
gdkinput-winpointer.c GdkWin32: Fix keyboard state for WinPointer input 2023-06-21 16:18:01 +02:00
gdkinput-winpointer.h
gdkkeys-win32-impl-wow64.c
gdkkeys-win32-impl.c
gdkkeys-win32.c GdkWin32: Remove unused functions 2023-05-31 12:15:57 +02:00
gdkkeys-win32.h
gdkmain-win32.c Windows: Build with UNICODE 2024-05-28 16:37:48 +02:00
gdkmonitor-win32.c win32: implement fullscreen_on_monitor 2023-05-24 18:48:37 -04:00
gdkmonitor-win32.h win32: implement fullscreen_on_monitor 2023-05-24 18:48:37 -04:00
gdkprivate-win32.h Windows: Build with UNICODE 2024-05-28 16:37:48 +02:00
gdkproperty-win32.c GdkWin32: Remove _gdk_display_hdc global variable 2023-05-31 12:15:57 +02:00
gdkscreen-win32.c
gdksurface-win32.c Windows: Build with UNICODE 2024-05-28 16:37:48 +02:00
gdksurface-win32.h Fix typos throughout 2024-01-07 20:44:05 -05:00
gdkvulkancontext-win32.c drawcontext: Make begin_frame() set colorstate + depth 2024-07-11 14:57:20 +02:00
gdkvulkancontext-win32.h
gdkwin32.h
gdkwin32cursor.h
gdkwin32display.h
gdkwin32displaymanager.h
gdkwin32dnd-private.h
gdkwin32dnd.h
gdkwin32glcontext.h
gdkwin32id.c
gdkwin32keys.h
gdkwin32langnotification.c
gdkwin32langnotification.h
gdkwin32misc.h
gdkwin32monitor.h
gdkwin32screen.h
gdkwin32surface.h
meson.build build: Add a missing dependency 2024-04-11 15:47:38 -04:00
pktdef.h
winpointer.h
wintab.h
xcursors.h Windows: Build with UNICODE 2024-05-28 16:37:48 +02:00