summaryrefslogtreecommitdiff
path: root/sway/desktop/xdg_shell.c
AgeCommit message (Collapse)Author
2018-06-26xdg_shell: make view floating if a parent has been setDominique Martinet
Prompts e.g. authentication request from firefox-wayland ought to be floating. This is a bit coarse but just fixed size is not enough, here is what firefox does: [1285461.363] -> [email protected]_xdg_surface(new id xdg_surface@68, wl_surface@71) [1285461.508] -> [email protected]_toplevel(new id xdg_toplevel@67) [1285461.571] -> [email protected]_parent(xdg_toplevel@37) [1285461.630] -> [email protected]_title("Authentication Required") [1285461.736] -> [email protected]_app_id("firefox") ... [1285476.549] [email protected](0, 0, array) ... [1285502.080] -> [email protected]_min_size(299, 187) [1285502.140] -> [email protected]_max_size(1920, 32767) This can also be observed with e.g. the open window of gedit (gedit->open->other documents)
2018-06-01Don't auto float xdg views if their dimensions are not setRyan Dwyer
2018-06-01Fix floating position when view is floated when mappedRyan Dwyer
2018-06-01Don't unmaximize floating viewsRyan Dwyer
2018-06-01Use surface size if xdg shell's geometry isn't setRyan Dwyer
2018-06-01Implement wants_floating for xdg_shell and xdg_shell_v6Ryan Dwyer
2018-06-01Store swayc coordinates as layout-localRyan Dwyer
2018-06-01Rename set_maximized functions to set_tiledRyan Dwyer
2018-06-01Replace is_floating boolean with functionRyan Dwyer
2018-06-01Implement floatingRyan Dwyer
2018-05-27xdg-shell: make all toplevels tiledemersion
2018-05-14xdg_shell: Replace get_prop with get_string_propRyan Dwyer
2018-05-13Add xdg-shell stable supportemersion