gtk2/gdk/win32
Emmanuele Bassi 2cbe094b91 Allow binding GdkContentFormatsBuilder
GdkContentFormatsBuilder is currently not introspectable, as it does not
have a GType. We can turn it into a boxed type, but we need to implement
memory management for it.

The current gdk_content_formats_builder_free() function returns a newly
constructed value, so we cannot use it as a GBoxedFreeFunc; additionally
copying a GdkContentFormatsBuilder contents would make it a bit odd, as
you could get multiple identical GdkContentFormats out of the copies.

A simple approach is to model the GdkContentFormatsBuilder API to follow
the GBytes one: use reference counting for memory management, and have
a function to release a reference, return a GdkContentFormats, and reset
the GdkContentFormatsBuilder state.

For language bindings, we can provide a get_formats() function that
returns the GdkContentFormats instance and resets the builder instance,
leaving the reference count untouched.

For C convenience we can keep gdk_content_formats_builder_free(), and
make it a wrapper around gdk_content_formats_builder_get_formats(), with
the guarantee that it'll free the builder instance regardless of its
current reference count.

https://bugzilla.gnome.org/show_bug.cgi?id=793097
https://blogs.gnome.org/otte/2018/02/03/builders/
2018-02-03 16:24:13 +01:00
..
rc Drop Autotools build 2017-08-14 22:23:09 +01:00
bdfcursor.c GDK-W32: remove trailing whitespace everywhere 2015-04-29 21:12:14 +00:00
cursor.bdf Committing changes to the source bdf font file that I forgot to commit 2007-08-17 03:40:39 +00:00
gdkcursor-win32.c win32: Remove an unused include 2017-11-17 13:20:53 -05:00
gdkdevice-virtual.c Win32: Re-work cursor handling 2017-11-09 08:30:09 +08:00
gdkdevice-virtual.h GDK-Win32: Ensure sources use UNIX line endings 2013-12-04 08:57:43 +08:00
gdkdevice-win32.c GDK/Win32: Fix build after GDK Root Window and DND changes 2017-11-22 22:18:28 +08:00
gdkdevice-win32.h W32: avoid code duplication in gdkdevice-win32|virtual 2015-12-22 09:31:56 +01:00
gdkdevice-wintab.c GDK/Win32: Fix build after GDK Root Window and DND changes 2017-11-22 22:18:28 +08:00
gdkdevice-wintab.h win32: Fix up wintab support 2012-04-03 11:37:42 +02:00
gdkdevicemanager-win32.c GDK W32: More flexible modal operation mode 2017-12-02 10:38:30 +00:00
gdkdevicemanager-win32.h GDK W32: Handle drivers that do not send WT_CSRCHANGE after WT_PROXIMITY 2017-12-02 10:38:26 +00:00
gdkdisplay-win32.c GDK W32: stop using the OWNERCHANGE event 2018-01-10 16:57:24 +08:00
gdkdisplay-win32.h GDK/Win32: Fix build after GDK Root Window and DND changes 2017-11-22 22:18:28 +08:00
gdkdisplaymanager-win32.c win32: Call windowing init from display_class_init() 2013-05-02 15:36:41 +02:00
gdkdnd-win32.c Allow binding GdkContentFormatsBuilder 2018-02-03 16:24:13 +01:00
gdkevents-win32.c Drop the Big GDK Lock 2018-02-03 12:07:10 +01:00
gdkgeometry-win32.c win32: Remove all checks for GDK_WINDOW_ROOT 2017-11-14 18:16:19 -05:00
gdkglcontext-win32.c gdk/win32: Fix Win32 GL Context switching 2017-11-04 10:39:03 +08:00
gdkglcontext-win32.h Stop including gdkmain.h 2017-11-17 00:16:09 -05:00
gdkglobals-win32.c W32: Massive W32 DnD fix 2017-12-02 10:38:34 +00:00
gdkkeys-win32.c GDK W32: Handle CapsLock as part of the key shift level 2017-12-02 10:38:20 +00:00
gdkmain-win32.c W32: Massive W32 DnD fix 2017-12-02 10:38:34 +00:00
gdkmonitor-win32.c GDK W32: fix monitor pruning code 2017-12-02 10:38:29 +00:00
gdkmonitor-win32.h win32: Port to new monitor api 2016-04-27 23:18:16 -04:00
gdkprivate-win32.h GDK W32: Remove non-managed DnD code 2018-01-10 16:57:31 +08:00
gdkproperty-win32.c gdk: Remove properties 2017-12-14 03:05:34 +01:00
gdkscreen-win32.c win32: Make GdkWin32Screen a plain object 2017-11-17 13:47:14 -05:00
gdkselection-win32.c Replace gdk_threads_add_timeout* with g_timeout_add() 2018-02-03 12:06:58 +01:00
gdkselection-win32.h GDK W32: Preserve the target value for change_property() 2017-12-02 10:38:39 +00:00
gdkvulkancontext-win32.c GDK/Win32: Support Vulkan context creation 2016-12-29 17:48:39 +08:00
gdkvulkancontext-win32.h GDK/Win32: Support Vulkan context creation 2016-12-29 17:48:39 +08:00
gdkwin32.h win32: Port to new monitor api 2016-04-27 23:18:16 -04:00
gdkwin32cursor.h GDK-W32: remove trailing whitespace everywhere 2015-04-29 21:12:14 +00:00
gdkwin32display.h Win32: Re-work cursor handling 2017-11-09 08:30:09 +08:00
gdkwin32displaymanager.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwin32dnd-private.h W32: Massive W32 DnD fix 2017-12-02 10:38:34 +00:00
gdkwin32dnd.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwin32glcontext.h Add OpenGL Support for the GDK Windows Backend 2014-12-17 16:07:02 +08:00
gdkwin32id.c GDK-W32: remove trailing whitespace everywhere 2015-04-29 21:12:14 +00:00
gdkwin32keys.h W32: Prefer the deadkey combinations that the OS uses 2016-08-04 16:37:19 +00:00
gdkwin32misc.h selection: Remove #ifdef WAYLAND 2017-11-15 19:07:16 +01:00
gdkwin32monitor.h win32: Port to new monitor api 2016-04-27 23:18:16 -04:00
gdkwin32screen.h win32: Make GdkWin32Screen a plain object 2017-11-17 13:47:14 -05:00
gdkwin32window.h GDK-W32: remove trailing whitespace everywhere 2015-04-29 21:12:14 +00:00
gdkwindow-win32.c gdk: Remove properties 2017-12-14 03:05:34 +01:00
gdkwindow-win32.h GDK W32: Handle maximizing correctly for small primary monitors 2017-12-02 10:38:17 +00:00
libwntab32x.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
meson.build meson: gdk: fix static library names 2017-05-03 15:10:56 +01:00
pktdef.h Build Wintab support always on Windows. Don't require the Wintab SDK. 2007-01-19 01:55:52 +00:00
wintab.h Build Wintab support always on Windows. Don't require the Wintab SDK. 2007-01-19 01:55:52 +00:00
xcursors.h Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 23:21:36 +00:00