summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* Stop using g_object_ref/unref on eventsMatthias Clasen2020-02-212-3/+3
* wayland: Clean up coordinate handlingMatthias Clasen2020-02-211-65/+42
* wayland: Use event constructorsMatthias Clasen2020-02-212-379/+299
* build: gdk/wayland/cursor depends on wayland-clientDominique Leuenberger2020-02-201-1/+1
* Merge branch 'wip/xdg-popup-async-relayout' into 'master'Benjamin Otte2020-02-194-525/+626
|\
| * gdk/surface: Replace move_to_rect() with GdkPopupLayout based APIJonas Ådahl2020-02-192-299/+497
| * wayland: Simplify logic deciding whether to use xdg_popupJonas Ådahl2020-02-191-36/+1
| * wayland: Fix top-most-popup checkJonas Ådahl2020-02-192-5/+28
| * wayland: Simplify popup parent discoveryJonas Ådahl2020-02-191-80/+10
| * wayland: Remove old "gdk-attached-grab-surface" hackeryJonas Ådahl2020-02-191-36/+1
| * wayland/surface: Add per surface configuration event queuesJonas Ådahl2020-02-193-2/+90
| * gdk/wayland/surface: Use dedicated bool for frame callback freezingJonas Ådahl2020-02-191-4/+13
| * wayland: Remove position method splitJonas Ådahl2020-02-191-84/+7
* | wayland: Destroy the offer on gdk_drop_finish()Benjamin Otte2020-02-161-0/+2
|/
* wayland: Use a magic mime type for local DNDBenjamin Otte2020-02-154-0/+19
* profiler: Add _end_mark() version of _add_mark()Alexander Larsson2020-02-121-3/+1
* profiler: Make profiler-is-running a macroAlexander Larsson2020-02-122-2/+2
* Convert all profiler times from nsec to usecAlexander Larsson2020-02-123-6/+6
* Make wayland load cursors on demandMatthias Clasen2020-01-2412-50/+1402
* wayland: Add a mark for cursor loadingMatthias Clasen2020-01-221-0/+8
* More profiler reshufflingMatthias Clasen2020-01-221-1/+1
* wayland: Add profiler marks around surface handlingMatthias Clasen2020-01-222-0/+6
* wayland: Fix release build warningsMatthias Clasen2020-01-183-106/+76
* Add missing (closure) GIR annotationsRobert Ancell2020-01-131-1/+1
* wayland: Remove debug spewMatthias Clasen2020-01-061-1/+0
* wayland: Don't artificially prefer ASKMatthias Clasen2020-01-041-12/+14
* wayland: Minor cleanupMatthias Clasen2020-01-041-14/+9
* wayland: Fix action handling moreMatthias Clasen2020-01-041-1/+2
* wayland: Finish pending offer handlingMatthias Clasen2020-01-041-0/+2
* wayland: Clean up dragsMatthias Clasen2020-01-041-1/+2
* wayland: Fix dnd type negotiationMatthias Clasen2020-01-011-4/+14
* wayland: Pass root coordinates for dnd eventsMatthias Clasen2019-12-301-4/+10
* wayland/glcontext: Fix damage region on HiDPIJonas Ådahl2019-12-031-4/+5
* Use a single compilation symbolEmmanuele Bassi2019-11-276-9/+9
* Merge branch 'gdk-backend-imports' into 'master'Emmanuele Bassi2019-11-186-7/+9
|\
| * Correct Gdk backend import paths and related gtk-docAndy Holmes2019-11-186-7/+9
* | Disable GdkSurface.minimize on WaylandEmmanuele Bassi2019-11-161-4/+11
* | Rename "iconify" to "minimize"Emmanuele Bassi2019-11-161-7/+11
|/
* wayland: Drop the keyboard settings objectMatthias Clasen2019-10-291-22/+0
* wayland: Rely on server key repeat infoMatthias Clasen2019-10-291-14/+3
* gdk: Avoid poking possibly freed memoryCarlos Garnacho2019-10-091-0/+4
* gdk: Fix wl_output accounting on tablet devicesCarlos Garnacho2019-10-081-2/+2
* wayland: Allow binding to wl_compositor v4Georges Basile Stavracas Neto2019-10-051-2/+2
* wayland/surface: Fix crash when unexportingGeorges Basile Stavracas Neto2019-10-011-2/+5
* wayland/surface: Only call destroy func when availableGeorges Basile Stavracas Neto2019-10-011-2/+5
* wayland: Fix xdg-output v3 supportOlivier Fourdan2019-09-031-9/+12
* wayland: Add xdg-output v3 supportOlivier Fourdan2019-07-261-2/+10
* gdk: Remove gdk_surface_move_resize() APIJonas Ådahl2019-07-251-21/+12
* gdk/surface: Add toplevel_resize vfuncJonas Ådahl2019-07-251-0/+13
* wayland: Cleanup surface configurationJonas Ådahl2019-07-241-57/+116