1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-29 08:34:13 +01:00
sway-patched-tray-menu/sway
Mikkel Oscar Lyderik fa0526f3df Fix rendering of view when moving to new workspace
This is a possible fix for #384.

To be honest I don't fully understand why this bug is happening, but I
have narrowed it down to the view stack in wlc and how sway orders views
in very specific situations (those described in #384).

Anyway this should fix the problem by eliminating the call to
`wlc_view_bring_to_front` which isn't really needed anyway since sending
all invisible views to the back is the same as bringing all visible
views to the front (rotating the view stack).
2016-01-21 22:28:26 +01:00
..
CMakeLists.txt Fix issue #455 2016-01-21 21:08:18 +01:00
commands.c Strip stray whitespace 2016-01-21 17:03:21 +01:00
config.c Fix issue #455 2016-01-21 21:08:18 +01:00
container.c Fix rendering of view when moving to new workspace 2016-01-21 22:28:26 +01:00
criteria.c criteria: Code formatting. 2015-11-25 14:59:07 +01:00
debug_log.c remove unused execinfo.h include from debug_log.c 2015-12-21 18:57:26 +01:00
extensions.c extensions: Track panels by wl_resource, position per panel. 2015-12-20 12:54:34 +01:00
focus.c Only update visibility if WS isn't destroyed after 2016-01-21 22:05:06 +01:00
handlers.c libinput 2016-01-19 06:51:36 -08:00
input.c libinput 2016-01-19 06:51:36 -08:00
input_state.c Add support for bincode command 2016-01-09 18:07:47 +01:00
ipc-server.c libinput 2016-01-19 06:51:36 -08:00
layout.c arrange_windows_r: Round pixels to match reality, fixes calculations. 2015-12-28 14:58:17 +01:00
main.c libinput 2016-01-19 06:51:36 -08:00
output.c output: Support multiple adjacent outputs. 2015-11-16 21:32:18 +01:00
resize.c return after disconnect ipc client and minor checks 2015-09-29 07:19:10 -07:00
sway-input.5.txt libinput 2016-01-19 06:51:36 -08:00
sway.1.txt Clearer order of locations searched for config file. 2016-01-05 22:06:02 +01:00
sway.5.txt split toggle 2015-12-31 11:14:06 +11:00
workspace.c Strip quotes from workspace name. 2016-01-11 03:13:36 +01:00