summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* Drop GdkToplevel:accept-focus/:focus-on-mapMatthias Clasen2020-03-141-12/+0
* Drop GdkToplevel:keep-above/belowMatthias Clasen2020-03-141-12/+0
* Drop GdkToplevel:stickyMatthias Clasen2020-03-141-6/+0
* wayland: Stop capping cursor scalesMatthias Clasen2020-03-132-5/+0
* Drop root coordinates from _gdk_device_query_stateMatthias Clasen2020-03-122-22/+0
* Move fullscreen-mode to GdkToplevelMatthias Clasen2020-03-121-0/+9
* Move edge-constraints to GdkToplevelMatthias Clasen2020-03-121-1/+7
* wayland: Drop some unused vfuncsMatthias Clasen2020-03-121-185/+0
* wayland: Drop dead codeMatthias Clasen2020-03-121-14/+0
* wayland: Stop using surface-typeMatthias Clasen2020-03-121-11/+3
* wayland: Stop using surface typesMatthias Clasen2020-03-121-1/+1
* wayland: Implement GdkPopup, GdkToplevel and GdkDragSurfaceMatthias Clasen2020-03-121-11/+485
* wayland: Stop using gdk_surface_set_titleMatthias Clasen2020-03-121-2/+4
* wayland: Stop tracking orphan dialogsMatthias Clasen2020-03-112-68/+0
* surface: Rename gdk_surface_input_shape_combine_regionMatthias Clasen2020-03-111-10/+5
* wayland: Stop using gdk_surface_set_geometry_hintsMatthias Clasen2020-03-111-6/+10
* wayland: Stop abusing type hintsMatthias Clasen2020-03-113-13/+15
* wayland: Stop calling frontend surface apiMatthias Clasen2020-03-111-4/+9
* build: Add -Wnull-dereferenceBenjamin Otte2020-03-052-0/+5
* gdk: Make gdk_drop_status() take preferred actionBenjamin Otte2020-03-021-13/+7
* Replace gdk_surface_is_visible by _get_mappedMatthias Clasen2020-02-242-3/+3
* gdk: Drop GdkDevice::input-mode and rename ::input-sourceMatthias Clasen2020-02-241-26/+13
* wayland: Replace final mention of GdkAtomBenjamin Otte2020-02-231-1/+1
* gdk: Remove gdk_text_property_to_utf8_list_for_display()Benjamin Otte2020-02-236-86/+0
* gdk: Remove gdk_utf8_to_string_target()Benjamin Otte2020-02-233-68/+0
* gdk: Remove gdk_surface_register_dnd()Benjamin Otte2020-02-233-7/+0
* Merge branch 'wip/wayland-fix-popup-grabs' into 'master'Matthias Clasen2020-02-221-7/+2
|\
| * wayland/popup: Emit un-withdrawn event earlierJonas Ådahl2020-02-221-1/+2
| * wayland/popup: Remove unnecessary checks when mapping popupJonas Ådahl2020-02-221-6/+0
* | Merge branch 'wip/otte/dnd' into 'master'Benjamin Otte2020-02-221-9/+3
|\ \
| * | surface: Inline functionBenjamin Otte2020-02-221-9/+3
| |/
* | Add a warning when a grab failsMatthias Clasen2020-02-221-6/+16
|/
* gdk/wayland: Avoid relayout with the same propertiesJonas Ådahl2020-02-211-0/+5
* gdk: Make DRAG_ENTER event take x/y coordinatesBenjamin Otte2020-02-211-0/+5
* Stop exporting check_event_sanityMatthias Clasen2020-02-211-3/+0
* wayland: Fix a release build warningMatthias Clasen2020-02-211-2/+1
* events: reorganize gettersMatthias Clasen2020-02-212-34/+60
* Strip const from GdkEventMatthias Clasen2020-02-212-3/+3
* 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