Age | Commit message (Expand) | Author |
2022-02-24 | Don't enter seatop_move_floating when fullscreen | Thomas Hebb |
2022-01-31 | xwayland: listen to `request_activate` event | Tuomas Yrjölä |
2021-10-19 | xwayland: Clear wlr_xwayland_surface in handle_destroy | David Rosca |
2021-08-28 | desktop/xwayland: restack surface upon activation | Tudor Brindus |
2021-03-12 | xwayland: simplify override-redirect focus restoration | Simon Ser |
2021-02-23 | shells: Update comment about size change on commit | Kenny Levinsen |
2021-02-23 | transaction: Note if instructions are server requests | Kenny Levinsen |
2021-02-16 | container: Move pending state to state struct | Kenny Levinsen |
2021-02-09 | view: Read geometry directly in view_update_size | Kenny Levinsen |
2021-02-09 | shells: Align geometry change commit handling | Kenny Levinsen |
2021-02-09 | shells: Only center tiled views on size change | Kenny Levinsen |
2021-01-08 | desktop/xwayland: use index constants for atom array | Simon Ser |
2020-10-18 | transaction: validate X transaction completions by geometry, not size | Tudor Brindus |
2020-10-18 | xwayland: listen to `set_geometry` event | Tudor Brindus |
2020-10-10 | xwayland: support views that change override-redirect status | Tobias Langendorf |
2020-09-19 | check parent surface before it is destroyed | John Mako |
2020-09-04 | Re-focus on parent surface if it is available | BrassyPanache |
2020-07-22 | Fix X11 clients getting stuck minimized | Tobias Langendorf |
2020-06-30 | transaction: Mark client resize immediately ready | Kenny Levinsen |
2020-06-03 | shells: Resize on commit if geometry x/y changes | Kenny Levinsen |
2020-06-03 | container: Remove useless surface dimensions | Kenny Levinsen |
2020-06-01 | xwayland: pass focus to previous unmanaged surface on unmap | Tudor Brindus |
2020-05-21 | Fix typos in comments | Martin Michlmayr |
2020-02-19 | Fix get_int_prop(WINDOW_TYPE) crash | Simon Ser |
2020-01-03 | xwayland: handle size_hints == NULL | Rouven Czerwinski |
2019-11-16 | xwayland: get_constraints using size hints | Rouven Czerwinski |
2019-10-17 | xwayland.c handle_map(): NULL out xsurface->data() to prevent crashing. | A. M. Joseph |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser |
2019-04-11 | Honor output for xdg_toplevel_set_fullscreen | Brian Ashworth |
2019-03-31 | Fix xwayland configure request scratchpad crash | Brian Ashworth |
2019-03-17 | Introduce default seatop | Ryan Dwyer |
2019-03-13 | xwayland: handle floating configure request size | Brian Ashworth |
2019-01-28 | Center surface inside container when it's too small | Ryan Dwyer |
2019-01-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-22 | Fix dead stores found by scan-build | M Stoeckl |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-10 | Refactor seat operations to use an interface | Ryan Dwyer |
2018-11-17 | Move view {x,y,width,height} into container struct | Ryan Dwyer |
2018-10-25 | Rebase the cursor after applying transactions | Ryan Dwyer |
2018-10-24 | Rebase the cursor after mapping a view | Ryan Dwyer |
2018-10-24 | Merge pull request #2933 from Snaipe/xwayland-window-properties | Drew DeVault |
2018-10-23 | xwayland: populate window_properties in json for views | Franklin "Snaipe" Mathieu |
2018-10-22 | Fix xwayland wants_floating logic | Ryan Dwyer |
2018-10-21 | Parse missing i3 window types | Christian |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-16 | view: move arrange_workspace into view_map | Rouven Czerwinski |
2018-10-08 | Remove duplicate code | Ryan Dwyer |
2018-10-08 | Look for any ancestor when checking for fullscreen exit | Ryan Dwyer |
2018-10-08 | Implement popup_during_fullscreen | Ryan Dwyer |
2018-09-27 | Rename view_set_csd_from_client to view_update_csd_from_client | Ryan Dwyer |