swayfx/sway/tree
Ryan Dwyer 1059e173f4 Only damage popups when popups have damage
The previous behaviour was to damage the entire view, which would
recurse into each popup. This patch makes it damage only the popup's
surface, and respect the surface damage given by the client.

This adds listeners to the popup's map and unmap events rather than
doing the damage in the create and destroy functions. To get the popup's
position relative to the view, a new child_impl function get_root_coords
has been introduced, which traverses up the parents.
2018-10-07 11:07:29 +10:00
..
arrange.c Prevent sticky containers from jumping on workspace switch 2018-09-23 11:36:16 +10:00
container.c Reenable popup-handling for determining focus 2018-10-03 16:23:14 +02:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c Move sticky containers in output_evacuate 2018-09-28 23:47:22 -04:00
root.c Fix hotplugging down to zero outputs 2018-09-30 11:58:56 +10:00
view.c Only damage popups when popups have damage 2018-10-07 11:07:29 +10:00
workspace.c Move sticky containers when switching workspace via criteria 2018-10-06 19:16:41 +10:00