Commit Graph

153 Commits (32caabc7a172552a35358d7cde89790ebfa96d48)

Author SHA1 Message Date
A. M. Joseph 74c0e7921a xwayland.c handle_map(): NULL out xsurface->data() to prevent crashing. 5 years ago
Simon Ser f984f21b6a Remove all wayland-server.h includes 6 years ago
Brian Ashworth 195226120f Honor output for xdg_toplevel_set_fullscreen 6 years ago
Brian Ashworth dd28e6a6d6 Fix xwayland configure request scratchpad crash 6 years ago
Ryan Dwyer 7b9ae42331 Introduce default seatop 6 years ago
Brian Ashworth acdb4ed7a3 xwayland: handle floating configure request size 6 years ago
Ryan Dwyer 0a9ff774ad Center surface inside container when it's too small 6 years ago
Ryan Dwyer 20aa8ee67d Implement fullscreen global 6 years ago
M Stoeckl 0af5b26e41 Fix dead stores found by scan-build 6 years ago
M Stoeckl 1211a81aad Replace wlr_log with sway_log 6 years ago
Ryan Dwyer ed5aafd90b Refactor seat operations to use an interface 6 years ago
Ryan Dwyer be9348d25c Move view {x,y,width,height} into container struct 6 years ago
Ryan Dwyer 60a1d79de7 Rebase the cursor after applying transactions 6 years ago
Ryan Dwyer bdae625cb3 Rebase the cursor after mapping a view 6 years ago
Drew DeVault bdb176863c
Merge pull request from Snaipe/xwayland-window-properties 6 years ago
Franklin "Snaipe" Mathieu 8fc9328334 xwayland: populate window_properties in json for views 6 years ago
Ryan Dwyer 16ef702645 Fix xwayland wants_floating logic 6 years ago
Christian 989bddc765 Parse missing i3 window types 6 years ago
Ryan Dwyer c006717910 Minor refactor of input manager 6 years ago
Rouven Czerwinski 892446a0b6 view: move arrange_workspace into view_map 6 years ago
Ryan Dwyer d21d2c8665 Remove duplicate code 6 years ago
Ryan Dwyer b8002fc0c4 Look for any ancestor when checking for fullscreen exit 6 years ago
Ryan Dwyer 832ebc8966 Implement popup_during_fullscreen 6 years ago
Ryan Dwyer 6d0442c0c2 Rename view_set_csd_from_client to view_update_csd_from_client 6 years ago
Ryan Dwyer 7b138e5ef0 Add CSD to border modes 6 years ago
Ryan Dwyer cb66bbea42 Allow running commands on containers without focusing them 6 years ago
Ryan Dwyer d4e80cf301 Rename OP_MOVE to OP_MOVE_FLOATING 7 years ago
Ryan Dwyer cf32d5d776 Float views when min == max on either dimension 7 years ago
Ryan Dwyer 7586f150c0 Implement type safe arguments and demote sway_container 7 years ago
Ryan Dwyer 29f5cc7508 Implement window_role criteria token 7 years ago
Ryan Dwyer f057a0195e Implement focus_on_window_activation 7 years ago
Ryan Dwyer 69cd1dfaca Check modal state when determining whether an xwayland view should float 7 years ago
Ryan Dwyer f4ec308376 Implement window_type criteria token 7 years ago
Ryan Dwyer 5dbbab7bdc Remove layout.c 7 years ago
Ryan Dwyer b6058703fa Refactor destroy functions and save workspaces when there's no outputs 7 years ago
Ryan Dwyer b0a5f3a25f Store geometry in the view and handle any floating view resizing 7 years ago
Ryan Dwyer 4e755c4b12 Set current size when a floating xwayland view resizes 7 years ago
Ryan Dwyer 8af4e2e3e6 Handle xwayland views sending new sizes in their commits 7 years ago
emersion b3ee9af0c8 Add view_get_geometry 7 years ago
Ryan Dwyer c3ef36d6b5 Simplify transactions 7 years ago
Ryan Dwyer b4a0363d17 Implement resizing tiled containers via cursor 7 years ago
emersion d1433c637a xwayland: fix unmanaged surfaces order 7 years ago
emersion 9a7e436fad Don't give focus if xwayland window has a type hint 7 years ago
Ryan Dwyer 27a20a4884 Allow containers to be fullscreen 7 years ago
Drew DeVault f4b882475e Merge branch 'master' into pid-workspaces 7 years ago
Ryan Dwyer 5ba2ae9c6a Implement request_move and request_resize for xwayland views 7 years ago
Ryan Dwyer c2ed3d8bd6 Implement force_display_urgency_hint 7 years ago
Ryan Dwyer 63d6233fcb Allow xwayland views to become urgent when on a non-visible workspace 7 years ago
emersion 747725b8bb Don't unfocus when an override redirect window is mapped 7 years ago
emersion fb4eca5d56 Handle xwayland override_redirect flag change 7 years ago