summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* gdkdisplay-wayland: Add API to set startup notification IDFlorian Müllner2016-11-092-0/+30
* gdk: Remove attributes_mask from gdk_window_new()Benjamin Otte2016-11-072-6/+3
* API: gdk: Add gdk_window_new_popup()Benjamin Otte2016-11-062-26/+4
* API: wayland: Add gdk_wayland_window_new_subsurface()Benjamin Otte2016-11-062-0/+39
* gdkwindow: Remove GdkWindowAttr.type_hintBenjamin Otte2016-11-062-6/+7
* API: gdk: Remove title from gdk_window_new()Benjamin Otte2016-11-051-7/+1
* API: gdk: Remove gdk_window_set_override_redirect()Benjamin Otte2016-11-051-7/+0
* wayland: Remove all mentions of visualsBenjamin Otte2016-11-042-58/+0
* gdk: Remove visual APIs from GdkScreenBenjamin Otte2016-11-041-29/+0
* wayland: check valid pending cairo surfaceOlivier Fourdan2016-11-031-1/+3
* API: screen: Remove gdk_screen_is_composited()Benjamin Otte2016-10-291-7/+0
* API: gdk: Remove visual querying APIsBenjamin Otte2016-10-281-79/+0
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-282-17/+2
* gdk: Remove GdkWindow.depth member variableBenjamin Otte2016-10-281-1/+0
* Remove the last uses of GDK_DISPLAY_OBJECTMatthias Clasen2016-10-251-1/+1
* 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