summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* wayland: Reset pending offset in GL pathIvan Molodetskikh2023-03-161-1/+4
* wayland: Don't crash during DND with Cairo rendererBenjamin Otte2023-03-071-2/+8
* wayland: Destroy xdg_surface after roleJonas Ådahl2023-03-051-9/+9
* wayland: Clean up some dead codeJonas Ådahl2023-02-171-23/+0
* wayland/glcontext: Don't call wl_surface.offset on old objectsJonas Ådahl2023-02-171-1/+3
* Make mask nodes more versatileMatthias Clasen2023-02-142-1/+9
* wayland/launch-context: Use dispatch helperJonas Ådahl2023-02-111-1/+1
* wayland: Add event queue dispatch helperJonas Ådahl2023-02-114-16/+21
* wayland: Handle dispatch failing in a couple of more placesJonas Ådahl2023-02-112-2/+18
* gdk/wayland: Rename gdkkeys-wayland.c fileCarlos Garnacho2023-02-032-1/+1
* gdk/wayland: "Split" GdkWaylandDevice implementation outCarlos Garnacho2023-02-034-708/+816
* gdk/wayland: Split GdkDevicePad wayland implementationCarlos Garnacho2023-02-034-226/+274
* gdk/wayland: Move struct declarations to headerCarlos Garnacho2023-02-032-198/+202
* gdk/wayland: Move GdkWaylandDevice data to private structCarlos Garnacho2023-02-032-32/+97
* gdk/wayland: Rename gdkdevice-wayland.c to gdkseat-wayland.cCarlos Garnacho2023-02-032-1/+1
* Merge branch 'drag-button-issue' into 'main'Carlos Garnacho2023-02-031-1/+12
|\
| * wayland: Fix button mask for button 2 and 3Arjan Molenaar2023-02-021-1/+12
* | Merge branch 'monitor-description' into 'main'Matthias Clasen2023-02-023-3/+9
|\ \
| * | wayland: Set up monitor descriptionsMatthias Clasen2023-02-023-3/+9
| |/
* | gdk/wayland: Deprecate GdkDisplay windowing-specific for startup IDsCarlos Garnacho2023-02-022-2/+8
|/
* Drop gdkpopup-wayland-private.hMatthias Clasen2023-01-063-20/+0
* waylandsurface: Introduce a few vfuncsMatthias Clasen2023-01-066-54/+70
* waylandpopup: Drop unused exportsMatthias Clasen2023-01-062-8/+8
* waylandtoplevel: Drop unused exportsMatthias Clasen2023-01-063-43/+27
* More cleanupsMatthias Clasen2023-01-061-50/+8
* Misc cleanupsMatthias Clasen2023-01-067-109/+105
* wip: Split off GdkWaylandPopupMatthias Clasen2023-01-065-1410/+1498
* wip: Split off GdkWaylandToplevelMatthias Clasen2023-01-067-2510/+2607
* wayland: Rearrange the surface codeMatthias Clasen2023-01-061-2352/+2341
* wayland: Split public headersMatthias Clasen2023-01-066-40/+117
* wayland: Split display_server sub-structsMatthias Clasen2023-01-062-110/+134
* wayland: Move next_layout into popup and toplevelMatthias Clasen2023-01-062-33/+23
* wayland: Move pending toplevel state to GdkWaylandToplevelMatthias Clasen2023-01-061-31/+40
* wayland: Move input_grab_seat to GdkWaylandPopupMatthias Clasen2023-01-062-12/+15
* wayland: Move reposition_token to GdkWaylandPopupMatthias Clasen2023-01-062-8/+12
* wayland: Move shortcuts_inhibitors to GdkWaylandToplevelMatthias Clasen2023-01-062-32/+27
* wayland: Move imported_transient_for to GdkWaylandToplevelMatthias Clasen2023-01-062-23/+25
* wayland: Move geometry hints to GdkWaylandToplevelMatthias Clasen2023-01-062-38/+46
* wayland: Move title to GdkWaylandToplevelMatthias Clasen2023-01-062-35/+26
* wayland: Move drag surfaces to their own fileMatthias Clasen2023-01-064-190/+294
* wayland: Drop create_dnd_surfaceMatthias Clasen2023-01-063-25/+6
* Merge branch 'gtk4-fix-xdg-activation-set-surface' into 'main'Matthias Clasen2023-01-061-2/+9
|\
| * gdk/wayland: set requesting surface to xdg-activationJoan Bruguera2022-12-041-2/+9
* | gdk/wayland: Perform xdg_activation on gdk_toplevel_set_startup_idCarlos Garnacho2023-01-031-0/+19
|/
* gdk/wayland: Improve readability of wl_output binding codeVlad Zahorodnii2022-11-231-2/+5
* gdk/wayland: Prefer wl_output_release() over wl_output_destroy()Vlad Zahorodnii2022-11-222-3/+7
* gdk/wayland: Clear GdkWaylandMonitor::output using g_clear_pointer()Vlad Zahorodnii2022-11-221-1/+1
* gdk/wayland: Destroy zxdg_output_v1 upon GdkWaylandMonitor destructionVlad Zahorodnii2022-11-221-0/+1
* Merge branch 'wayland-foreign-v2' into 'main'Matthias Clasen2022-11-183-13/+46
|\
| * wayland: Also support the v2 of the importerMatthias Clasen2022-11-183-13/+46