summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-252-20/+6
* wayland: Allow grabless xdg_popupsCarlos Garnacho2016-10-202-25/+15
* Reduce a warning to a messageMatthias Clasen2016-10-171-2/+5
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-161-7/+0
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-162-4/+2
* API: Remove gdk_window_set_composited()Benjamin Otte2016-10-162-14/+0
* screen: Remove unused vfuncBenjamin Otte2016-10-161-7/+0
* API: screen: Remove gdk_screen_make_display_name()Benjamin Otte2016-10-161-7/+0
* API: screen: Remove gdk_screen_get_active_window()Benjamin Otte2016-10-161-14/+0
* API: gdk: Remove gdk_screen_get_number()Benjamin Otte2016-10-161-7/+0
* API: Remove gdk_screen_get_width() and gdk_screen_get_height()Benjamin Otte2016-10-161-92/+1
* wayland: Use GdkMonitor APIsBenjamin Otte2016-10-161-9/+9
* Use eglGetPlatformDisplay{,EXT} if availableAdam Jackson2016-10-101-1/+36
* Fix some EGLDisplay * abuseAdam Jackson2016-10-101-1/+1
* Rename Makefile references from 3.0 to 4.0Matthias Clasen2016-10-071-2/+2
* wayland: Only 'moved-to-rect' if move_to_rect() was usedJonas Ådahl2016-09-301-0/+3
* wayland: always sync state after a frame is paintedGustavo Noronha Silva2016-09-281-4/+4
* wayland: Avoid negative size constraintsOlivier Fourdan2016-09-281-4/+4
* wayland: Move and resize popup after it was configuredJonas Ådahl2016-09-141-2/+16
* wayland: Transform moved_to_rect result properlyJonas Ådahl2016-09-141-11/+22
* wayland: Use helper to translate to real parent window geometryJonas Ådahl2016-09-141-6/+18
* wayland: Don't pass parent when creating dynamic positionerJonas Ådahl2016-09-141-3/+3
* wayland: Don't pass transient-for when getting real parentJonas Ådahl2016-09-141-5/+6
* wayland: Fix south-west anchor rect calculationJonas Ådahl2016-09-141-1/+1
* wayland: Don't pass non-changing state when calculating popup rectsJonas Ådahl2016-09-141-14/+10
* wayland: Move move_to_rect related code closer togetherJonas Ådahl2016-09-141-126/+157
* wayland: unmap popup along with its toplevelOlivier Fourdan2016-09-121-0/+26
* gdkdisplay-wayland: Fix some memory leaksTimm Bäder2016-09-081-0/+12
* wayland: Warn when an application tries to map popup incorrectlyJonas Ådahl2016-09-022-0/+14
* Document handle-related Wayland apiMatthias Clasen2016-08-291-7/+67
* wayland: Add API for setting an exported as a parentJonas Ådahl2016-08-294-0/+81
* wayland: Add API for creating exported window handlesJonas Ådahl2016-08-295-0/+110
* wayland: add min/max size from xdg-shell v6Olivier Fourdan2016-08-251-0/+36
* wayland: Implement move_to_rectJonas Ådahl2016-08-251-50/+462
* wayland: Port to xdg_shell unstable v6Jonas Ådahl2016-08-254-124/+240
* wayland: Move window geometry calculation to helperJonas Ådahl2016-08-251-7/+21
* wayland: Only update the window title if it actually updatedJonas Ådahl2016-08-251-0/+3
* wayland: Only sync surface regions once per commitJonas Ådahl2016-08-251-8/+25
* wayland: Remove gdk_wayland_display_get_xdg_shell()Jonas Ådahl2016-08-252-20/+0
* wayland: Get tiled state from gtk_shell instead of xdg_shellJonas Ådahl2016-08-252-11/+52
* wayland: Fix indentationJonas Ådahl2016-08-251-13/+13
* wayland: Add some more debug spewMatthias Clasen2016-08-251-0/+9
* wayland: Replace g_debug by GDK_NOTEMatthias Clasen2016-08-252-53/+81
* wayland: Offer wayland-specific method to set pad actions feedbackCarlos Garnacho2016-08-232-0/+68
* wayland: Support pad devices in gdk_wayland_device_get_node_path()Carlos Garnacho2016-08-231-1/+6
* wayland: Implement pad event emissionCarlos Garnacho2016-08-231-1/+100
* wayland: Create/expose pad devicesCarlos Garnacho2016-08-231-0/+27
* wayland: Add GdkWaylandDevicePadCarlos Garnacho2016-08-231-0/+166
* wayland: Implement backbone of pad supportCarlos Garnacho2016-08-231-2/+397
* wayland: Add wayland-specific method to retrieve a device node pathCarlos Garnacho2016-08-232-0/+34