summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* contentprovider: Switch wrong order in type checkBenjamin Otte2021-08-191-1/+1
* Merge branch 'seat-v7' into 'master'Matthias Clasen2021-08-183-3/+22
|\
| * gdk/wayland: add support for wl_seat version 7Simon Ser2021-08-112-2/+2
| * gdk/wayland: add support for wl_seat version 6Simon Ser2021-08-112-2/+21
* | Merge branch 'fix/wm_class2' into 'master'Matthias Clasen2021-08-182-4/+4
|\ \
| * | x11: ensure WM class is not null even if display is initialized earlyVincent Bernat2021-08-102-4/+4
* | | Merge branch 'win32-drop-local-dnd' into 'master'Benjamin Otte2021-08-188-606/+78
|\ \ \
| * | | gdk/win32: Drop local DnD protocolChun-wei Fan2021-08-068-606/+78
| | |/ | |/|
* | | GDK-Win32: Reject WGL context if shaders aren't supportedChun-wei Fan2021-08-172-1/+20
* | | gdk: Include Vulkan error code in vulkan_strerror()Benjamin Otte2021-08-121-39/+39
|/ /
* | Merge branch 'titlebar-gesture' into 'master'Matthias Clasen2021-08-026-3/+118
|\ \ | |/ |/|
| * gdk/toplevel: Add gdk_toplevel_titlebar_gesture()Florian Müllner2021-07-296-3/+118
* | x11: set a default value for program_classVincent Bernat2021-07-301-0/+3
|/
* Merge branch 'source-static-name' into 'master'Matthias Clasen2021-07-2913-15/+49
|\
| * Avoid copying static debug stringsMatthias Clasen2021-07-2813-15/+49
* | gdk: add missing Since annotationMarc-André Lureau2021-07-271-0/+2
|/
* Merge branch 'wip/otte/widgetfactory-dnd' into 'master'Matthias Clasen2021-07-275-8/+84
|\
| * contentformats: Add gdk_content_formats_parse()Benjamin Otte2021-07-272-4/+76
| * contentformats: Change the format of gdk_content_formats_to_string()Benjamin Otte2021-07-261-4/+2
| * dnd: Guard drags with a reference when finishingBenjamin Otte2021-07-263-0/+6
* | Merge branch 'no-pposition' into 'master'Emmanuele Bassi2021-07-241-8/+0
|\ \
| * | gdk/x11: Do not set PPosition hintFlorian Müllner2021-07-241-8/+0
* | | Add more sysprof marksMatthias Clasen2021-07-222-3/+34
| |/ |/|
* | glx: Get rid fo DrawableInfoBenjamin Otte2021-07-223-46/+7
* | gdkdisplay-win32.c: Don't call ReleaseDC() unnecessarilyChun-wei Fan2021-07-221-6/+0
* | GDK-Win32: init_gl(): Default to WGL for nowChun-wei Fan2021-07-221-18/+7
* | GDK-Win32: Fixup, and cleanup WGL HDC handlingChun-wei Fan2021-07-222-27/+18
* | Split out WGL/EGL stuff and simplify thingsChun-wei Fan2021-07-229-1173/+1368
* | gl: Fix issue with EGL + nvidiaBenjamin Otte2021-07-222-0/+21
* | GDK: Add debug option for WGL usageChun-wei Fan2021-07-222-4/+6
* | GDK-Win32: Move some functions out of gdkglcontext-win32.cChun-wei Fan2021-07-223-48/+45
* | display: Move GL selection code into gdkdisplay-x11.cBenjamin Otte2021-07-223-115/+109
* | x11: Move code from GdkGLContextX11Benjamin Otte2021-07-224-27/+25
* | gdk: Move GL context construction to GdkGLContextBenjamin Otte2021-07-2220-151/+34
* | gl: Move vfuncBenjamin Otte2021-07-2218-354/+319
* | gl: Require EGL_KHR_surfaceless_context with eglBenjamin Otte2021-07-226-64/+23
* | gdk: Get rid of paint contextsBenjamin Otte2021-07-2213-115/+21
* | gl: Store the context::in-frame state in the current contextBenjamin Otte2021-07-221-10/+34
* | gl: Deprecate gdk_gl_context_get_shared_context()Benjamin Otte2021-07-222-25/+22
* | gdk: Add gdk_gl_context_is_shared()Benjamin Otte2021-07-223-3/+58
* | gdk: Require EGL version 1.4 across the boardBenjamin Otte2021-07-223-0/+28
* | gdk: Add GdkDisplay::init_gl vfuncBenjamin Otte2021-07-2218-188/+283
* | wayland: Don't pass GL config to get_egl_surface()Benjamin Otte2021-07-224-11/+12
* | wayland: Move fbconfig into the displayBenjamin Otte2021-07-223-93/+90
* | gdk: Allow GdkDrawContext with a %NULL surfaceBenjamin Otte2021-07-221-4/+28
* | gdk: Add a private struct to GdkDisplayBenjamin Otte2021-07-222-21/+44
* | x11: Redo choice between EGL and GLXBenjamin Otte2021-07-225-29/+42
* | x11: Properly record the error when initializing GLBenjamin Otte2021-07-226-30/+108
* | x11: Do not call glXQueryExtension()Benjamin Otte2021-07-222-8/+0
* | x11: Get Visual from EGL directlyBenjamin Otte2021-07-223-12/+124