summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkwindow-wayland.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* wayland: Warn when an application tries to map popup incorrectlyJonas Ådahl2016-09-021-0/+12
* Document handle-related Wayland apiMatthias Clasen2016-08-291-7/+67
* wayland: Add API for setting an exported as a parentJonas Ådahl2016-08-291-0/+70
* wayland: Add API for creating exported window handlesJonas Ådahl2016-08-291-0/+87
* 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-251-111/+224
* 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: Get tiled state from gtk_shell instead of xdg_shellJonas Ådahl2016-08-251-11/+42
* wayland: Fix indentationJonas Ådahl2016-08-251-13/+13
* wayland: Postpone processing move_to_rect params until showingJonas Ådahl2016-08-181-0/+53
* wayland: Don't traverse transient-ofs when faking root coordinate spaceJonas Ådahl2016-08-181-67/+32
* wayland: Use effective toplevel as popup parentJonas Ådahl2016-08-181-1/+4
* Don't apply GDK_HINT_RESIZE_INC to GDK_WINDOW_STATE_TILED windowsSimon McVittie2016-07-251-5/+5
* wayland: Make sure window titles fit into a wl_bufferTimm Bäder2016-06-081-1/+8
* wayland: add extended state for tiledOlivier Fourdan2016-06-081-2/+14
* wayland: Make gdk_wayland_window_get_wl_output() privateOlivier Fourdan2016-05-191-11/+0
* wayland: Add API to retrieve the Wayland outputOlivier Fourdan2016-05-181-0/+26
* wayland: use g_signal_handler_disconnect()Christian Hergert2016-05-061-9/+15
* wayland: Track orphaned dialogs per displayJonas Ådahl2016-04-261-9/+22
* wayland: Clean up naming of GdkWaylandDisplay pointersJonas Ådahl2016-04-261-11/+14
* wayland: Do not resize with the same sizeOlivier Fourdan2016-04-051-7/+23
* wayland: avoid dropping surfaces when possibleChristian Hergert2016-03-211-0/+5
* wayland: Add request focus support via gtk_shellJonas Ådahl2016-03-101-0/+13
* wayland: Add system bell support via gtk_shellJonas Ådahl2016-03-101-1/+17
* wayland: Don't invent our own unstable protocol semanticsJonas Ådahl2016-03-101-13/+14
* wayland: Don't crash with offscreen windowsMatthias Clasen2016-03-041-1/+1
* wayland: Check actual impl type in transient loopOlivier Fourdan2016-03-011-2/+10
* wayland: Restore size when configure size is 0x0Olivier Fourdan2016-03-011-2/+56
* wayland: deal with staging buffer getting allocated prematurelyRay Strode2016-02-291-11/+24
* wayland: Make the function to get the last serial a seat oneCarlos Garnacho2016-02-261-9/+7
* wayland: Only attach the buffer if there was damageJonas Ådahl2016-02-161-2/+4
* wayland: Handle after-paint invocations when nothing was paintedJonas Ådahl2016-02-161-6/+12
* wayland: stage uncommitted changes to dedicated bufferRay Strode2016-02-061-34/+159
* wayland: don't handle buffer release centrallyRay Strode2016-02-061-0/+16
* wayland: always return FALSE from begin_paintRay Strode2016-02-061-8/+1
* wayland: use g_clear_pointer when destroying cairo surfacesRay Strode2016-02-061-11/+2
* wayland: move server proxy objects to substructureRay Strode2016-02-061-125/+124
* wayland: rename window->surface to window->wl_surfaceRay Strode2016-02-061-44/+44
* wayland: Reduce warning level for parentless temporariesMatthias Clasen2016-01-301-1/+1
* wayland: Update parent of dialogs without transientOlivier Fourdan2016-01-081-6/+63
* wayland: prefer subsurface when possibleOlivier Fourdan2016-01-081-17/+40