Commit Graph

392 Commits (89e176d3fbee3b7f35185dffa71ab42214eb1f3f)

Author SHA1 Message Date
emersion d2ac48f920 Handle views created after decoration mode is sent for xdg-shell-v6 7 years ago
emersion 9d578e0a0f Handle views created after decoration mode is sent for xdg-shell 7 years ago
Ryan Dwyer 787f08da7f Convert toplevel coordinates to output-local 7 years ago
Ryan Dwyer 8392eae40f Revert "Revert "Fix popups"" 7 years ago
Drew DeVault ea14ef4095
Merge pull request from RedSoxFan/nagbar 7 years ago
Ryan Dwyer 706c0fbe23
Merge branch 'master' into nagbar 7 years ago
Drew DeVault 9aa258d33a Revert "Fix popups" 7 years ago
Ryan Dwyer 8314019f66 Fix race condition crashes when unmapping views 7 years ago
emersion 47bf4ed0cb
Merge branch 'master' into fix-resize-wiggle 7 years ago
Brian Ashworth a4f7bf23b2 Address first round review for swaynag 7 years ago
Brian Ashworth abf33468c1 Arrange output in arrange_layers and commit dirty 7 years ago
Ryan Dwyer d10ccc1eb1 Correctly track saved surfaces during multiple transactions 7 years ago
Ryan Dwyer 7a59508da4 Close popups when changing focus 7 years ago
Ryan Dwyer de86d65627 Fix popups 7 years ago
emersion 15c19572cf Fix segfault with fullscreen 7 years ago
Drew DeVault cbd0c3ec40
Merge pull request from emersion/iterator-redesign 7 years ago
Brian Ashworth b8efdeae29 Fix title textures on scale change 7 years ago
emersion 9a7e436fad Don't give focus if xwayland window has a type hint 7 years ago
emersion 0ad865f0b7 Make output_surface_for_each_surface_iterator static 7 years ago
emersion 9951b2ec33 Remove unused output_from_wlr_output 7 years ago
emersion fe0750fec1 Remove output_surface_for_each_surface from header 7 years ago
emersion 8d5cc8625c Completely switch over to new iterators 7 years ago
emersion e9d674cfd2 wip: redesign output_view_for_each_surface iterator 7 years ago
emersion a0dd977617 wip: redesign output_layer_for_each_surface iterator 7 years ago
emersion dbf6dd0dae wip: redesign output_drag_icons_for_each_surface iterator 7 years ago
emersion d2172bd331 wip: redesign output_unmanaged_for_each_surface iterator 7 years ago
Drew DeVault 53069f1403
Merge pull request from RyanDwyer/floating-containers 7 years ago
Ryan Dwyer 08cfba2192 Allow containers to float 7 years ago
Ryan Dwyer a4bcddcfdc Include errno.h 7 years ago
Ryan Dwyer d6daf10cad Show errno description in log 7 years ago
Ryan Dwyer 32663b7b01 Handle out-of-fd situations gracefully for transaction and urgent timers 7 years ago
Ryan Dwyer 52cf410d3c Second attempt at fixing transaction use-after-free 7 years ago
Ryan Dwyer 073ac425d5 Fix use after free in transactions 7 years ago
Ryan Dwyer 868dcde14e Fix indent 7 years ago
Ryan Dwyer 27a20a4884 Allow containers to be fullscreen 7 years ago
Drew DeVault 53dbe2da4b
Merge pull request from emersion/render-opaque-overlay 7 years ago
Pascal Pascher f95cb9a7c1 reverted includes of "sway/config.h" and replaced with "config.h" from meson build 7 years ago
emersion 0e79b2114c Improve rendering with a fullscreen opaque overlay surface 7 years ago
Pascal Pascher 2bf893248a style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false 7 years ago
Pascal Pascher 24ad1c3983 Added meson option "enable_xwayland" (default: true) to enable/disable xwayland support 7 years ago
Drew DeVault f4b882475e Merge branch 'master' into pid-workspaces 7 years ago
somdoron 7ead2e85a7 fix crash on new output while swaylock is running 7 years ago
emersion 238c8afc74 Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6 7 years ago
Ryan Dwyer 5ba2ae9c6a Implement request_move and request_resize for xwayland views 7 years ago
Ryan Dwyer cf5f5eaf8c Deny move/resize events for tiled xdg shell views 7 years ago
Ryan Dwyer 011d1ebfa4 Consider view's min/max sizes when resizing 7 years ago
Ryan Dwyer 9df660ee31 Store last button and use it when views request to move or resize 7 years ago
Ryan Dwyer ff445cc855 Implement xdg shell request_move and request_resize events 7 years ago
Ryan Dwyer 31f91bd483 Improve resize performance by partially flushing the transaction queue 7 years ago
Ryan Dwyer f9491c9584 Fix damage issue when moving and resizing 7 years ago