Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-30 | rootston: fix leak in handle_layer_shell_surface | Dominique Martinet | |
Found through static analysis | |||
2018-04-26 | layer-shell: Fix crash when cursor is intially outside any output | Guido Günther | |
On the X11 backend the cursor position might be outside the output window so no output is returned leading to the assert to trigger. Use sane fallback instead of crashing. | |||
2018-04-24 | layer-shell: use output_damage_{whole,from}_local_surface on map/unmap | Guido Günther | |
These handle rotation and scaling | |||
2018-04-24 | layer-shell: use output_damage_{whole,from}_local_surface for popups | Guido Günther | |
Reuse what already handles rotation and scaling. This unbreaks popups on rotated or scaled outputs. | |||
2018-04-23 | rootston: Damage layer-shell popups | Guido Günther | |
2018-04-22 | Implement output auto-selection in rootston | Drew DeVault | |
2018-04-16 | rootston: don't crash on shutdown | Guido Günther | |
When e.g. running rootston under X11 it would otherwise crash when closing rootston like: #0 0x00007f0197da7327 in wl_list_remove () at /usr/lib/x86_64-linux-gnu/libwayland-server.so.0 #1 0x000056306fcee7fb in handle_destroy (listener=0x5630723a2948, data=0x5630723a5d20) at ../rootston/layer_shell.c:273 #2 0x00007f019800a552 in wlr_signal_emit_safe (signal=0x5630723a5e30, data=0x5630723a5d20) at ../util/signal.c:29 #3 0x00007f0197fef808 in layer_surface_destroy (surface=0x5630723a5d20) at ../types/wlr_layer_shell.c:169 #4 0x00007f0197ff0001 in client_handle_destroy (resource=0x56307229c4c0) at ../types/wlr_layer_shell.c:371 #5 0x00007f0197da2f30 in () at /usr/lib/x86_64-linux-gnu/libwayland-server.so.0 #6 0x00007f0197da77f9 in () at /usr/lib/x86_64-linux-gnu/libwayland-server.so.0 #7 0x00007f0197da301d in wl_client_destroy () at /usr/lib/x86_64-linux-gnu/libwayland-server.so.0 #8 0x00007f0197da30d8 in () at /usr/lib/x86_64-linux-gnu/libwayland-server.so.0 #9 0x00007f0197da4c12 in wl_event_loop_dispatch () at /usr/lib/x86_64-linux-gnu/libwayland-server.so.0 #10 0x00007f0197da344a in wl_display_run () at /usr/lib/x86_64-linux-gnu/libwayland-server.so.0 #11 0x000056306fcef069 in main (argc=3, argv=0x7ffd22032528) at ../rootston/main.c:83 since the output_destroy got already removed in handle_output_destroy. | |||
2018-04-03 | rootston: send enter event for layer surfaces | emersion | |
2018-04-02 | Address review feedback | Drew DeVault | |
2018-04-02 | Handle layer surfaces below shell surfaces | Drew DeVault | |
2018-04-02 | Always give keyboard focus to the topmost layer | Drew DeVault | |
2018-04-02 | Identify topmost interactive layer surface | Drew DeVault | |
2018-04-02 | Don't reset exclusive between layer shell passes | Drew DeVault | |
This is not the intended behavior of exclusive zones, the second pass is meant to respect the usable area. | |||
2018-03-29 | Fix maximized windows interaction with layer shell | Drew DeVault | |
If there were no layer surfaces the usable area of the output would be an empty box. | |||
2018-03-27 | Address further review feedback | Drew DeVault | |
2018-03-27 | Address some more feedback | Drew DeVault | |
2018-03-27 | Address @emersion's feedback | Drew DeVault | |
2018-03-27 | Fix surface layer damage tracking | Drew DeVault | |
2018-03-27 | Add margin animation to the example demo | Drew DeVault | |
2018-03-27 | Fix layer rendering/layout bugs | Drew DeVault | |
2018-03-27 | Handle usable area for maximized windows | Drew DeVault | |
Also fixes some bugs | |||
2018-03-27 | Reset exclusivity after shell layer | Drew DeVault | |
Also fixes an issue which was applying exclusivity to all edges | |||
2018-03-27 | Fix rebase issues; rearrange layers on destroy | Drew DeVault | |
2018-03-27 | Use 0 for default width/height (rather than -1) | Drew DeVault | |
2018-03-27 | Add layer_surface.close | Drew DeVault | |
2018-03-27 | Fix exclusive zone among other layers | Drew DeVault | |
2018-03-27 | Gracefully deal with outputs being removed | Drew DeVault | |
2018-03-27 | Implement layer surface damage | Drew DeVault | |
2018-03-27 | Arrange & render layer surfaces | Drew DeVault | |
2018-03-27 | Add broken test client and rootston stubs | Drew DeVault | |