summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* macos: implement compute_size and request_layoutwip/chergert/fix-macos-compute-sizeChristian Hergert2021-01-012-7/+90
* macos: avoid setHasShadow unless shadow changesChristian Hergert2021-01-011-0/+6
* macos: fix toplevel present function prototypeChristian Hergert2021-01-011-3/+1
* macos: ensure GdkMacosWindow in surface discoverywip/chergert/fix-macos-window-checkChristian Hergert2020-12-311-3/+3
* macos: do not crash in mojavemacos-mojaveIgnacio Casal Quinteiro2020-12-311-0/+4
* Revert "Merge branch 'gtk_egl_wayland' into 'master'"Matthias Clasen2020-12-302-4/+1
* Merge branch 'gtk_egl_wayland' into 'master'Matthias Clasen2020-12-302-1/+4
|\
| * gdk/wayland/surface: Expose gdk_wayland_surface_get_wl_egl_window()Vivek Kasireddy2020-12-282-1/+4
* | Merge branch 'xndcn/fix-shader' into 'master'Timm Bäder2020-12-291-0/+3
|\ \
| * | gl: Fix implicit leaking of shader objectxndcn2020-12-291-0/+3
* | | Merge branch 'ebassi/issue-3522' into 'master'Matthias Clasen2020-12-291-1/+1
|\ \ \ | |/ / |/| |
| * | Fix the Vulkan header check for VK_RESULT_RANGE_SIZEebassi/issue-3522Emmanuele Bassi2020-12-281-1/+1
| |/
* | Merge branch 'wip/chergert/volatile-fixes' into 'master'Timm Bäder2020-12-292-4/+4
|\ \ | |/ |/|
| * types: fix various use of volatile in type registrationwip/chergert/volatile-fixesChristian Hergert2020-11-182-4/+4
* | Merge branch 'wip/otte/for-master' into 'master'Matthias Clasen2020-12-241-4/+7
|\ \
| * | gdkarray: Add a "stolen" boolean to splice()Benjamin Otte2020-12-241-4/+7
* | | Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2020-12-222-0/+18
|\ \ \
| * | | main: Add & use gdk_event_dup_axes()Timm Bäder2020-12-212-0/+18
* | | | Fix warnings with Vulkan < 162Matthias Clasen2020-12-211-1/+5
|/ / /
* | | Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2020-12-181-2/+0
|\ \ \ | |/ / |/| |
| * | vulkancontext: Remove usage of VK_ERROR_INCOMPATIBLE_VERSION_KHRTimm Bäder2020-12-161-2/+0
* | | Merge branch 'fix-macos-compilation' into 'master'Emmanuele Bassi2020-12-161-1/+1
|\ \ \
| * | | macos: fix typo that breaks compilationTom Schoonjans2020-12-161-1/+1
* | | | Merge branch 'wip/carlosg/for-master' into 'master'Matthias Clasen2020-12-161-8/+38
|\ \ \ \
| * | | | gdk/x11: Transform XI_Motion based scroll into discreteCarlos Garnacho2020-12-161-8/+38
| | |/ / | |/| |
* | | | gdk: Use correct parameter name to fix g-ir-scanner warningRico Tzschichholz2020-12-161-1/+1
| |/ / |/| |
* | | docs: Complete symbol coverage for GDKEmmanuele Bassi2020-12-162-0/+95
* | | gdk/toplevellayout: Change API to be about intent, not full stateJonas Ådahl2020-12-167-90/+111
|/ /
* | Add a doc comment for gdk_surface_request_layoutMatthias Clasen2020-12-151-0/+7
* | Remove stray mentions of GdkConfigureEventEmmanuele Bassi2020-12-151-4/+0
* | Move private GdkX11 symbols out of a public headerEmmanuele Bassi2020-12-153-5/+32
* | build: Use a consistent style for Meson filesEmmanuele Bassi2020-12-157-69/+108
* | build: Remove linker flags from static librariesEmmanuele Bassi2020-12-156-7/+2
* | gdkpixbuf-drawable: Free the pixbuf on Cairo errorAdrien Plazas2020-12-141-0/+1
* | gdk/surface: Trigger motion check for next frame after thawCarlos Garnacho2020-12-121-20/+21
* | Merge branch 'wip/carlosg/for-master' into 'master'Matthias Clasen2020-12-092-6/+24
|\ \
| * | gdk/surface: Delay gdk_surface_request_motion() requests internallyCarlos Garnacho2020-12-082-6/+24
* | | Prepare version macros for 4.0Emmanuele Bassi2020-12-091-27/+38
|/ /
* | macos: fix macOS build breakageChristian Hergert2020-12-084-17/+15
* | Merge branch 'wip/surface-state-rework' into 'master'Matthias Clasen2020-12-0836-758/+1062
|\ \
| * | gdk: Replace 'WITHDRAWN' state with async 'is-mapped' booleanJonas Ådahl2020-12-0714-68/+113
| * | popup: Documentation tweaksMatthias Clasen2020-12-071-6/+6
| * | wayland/toplevel: Don't alwyas skip changing xdg_toplevel stateJonas Ådahl2020-12-071-0/+4
| * | x11/surface: Avoid resizing if computed size didn't changeJonas Ådahl2020-12-072-1/+8
| * | x11/surface: Move the scattered compute-size calls to helperJonas Ådahl2020-12-071-114/+99
| * | x11/surface: Remember the toplevel layoutJonas Ådahl2020-12-072-0/+6
| * | x11/surface: Compute size after update tooJonas Ådahl2020-12-071-0/+17
| * | x11/surface: Remember when there is a pending ConfigureNotifyJonas Ådahl2020-12-073-0/+3
| * | gdk/surface: Allow inhibit layout from backendJonas Ådahl2020-12-074-4/+11
| * | x11: Use resize counting for freezing updates tooJonas Ådahl2020-12-073-20/+17