aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xwayland.c
Commit message (Expand)AuthorAge
* xwayland: simplify override-redirect focus restorationLibravatar Simon Ser2021-03-12
* shells: Update comment about size change on commitLibravatar Kenny Levinsen2021-02-23
* transaction: Note if instructions are server requestsLibravatar Kenny Levinsen2021-02-23
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* view: Read geometry directly in view_update_sizeLibravatar Kenny Levinsen2021-02-09
* shells: Align geometry change commit handlingLibravatar Kenny Levinsen2021-02-09
* shells: Only center tiled views on size changeLibravatar Kenny Levinsen2021-02-09
* desktop/xwayland: use index constants for atom arrayLibravatar Simon Ser2021-01-08
* transaction: validate X transaction completions by geometry, not sizeLibravatar Tudor Brindus2020-10-18
* xwayland: listen to `set_geometry` eventLibravatar Tudor Brindus2020-10-18
* xwayland: support views that change override-redirect statusLibravatar Tobias Langendorf2020-10-10
* check parent surface before it is destroyedLibravatar John Mako2020-09-19
* Re-focus on parent surface if it is availableLibravatar BrassyPanache2020-09-04
* Fix X11 clients getting stuck minimizedLibravatar Tobias Langendorf2020-07-22
* transaction: Mark client resize immediately readyLibravatar Kenny Levinsen2020-06-30
* shells: Resize on commit if geometry x/y changesLibravatar Kenny Levinsen2020-06-03
* container: Remove useless surface dimensionsLibravatar Kenny Levinsen2020-06-03
* xwayland: pass focus to previous unmanaged surface on unmapLibravatar Tudor Brindus2020-06-01
* Fix typos in commentsLibravatar Martin Michlmayr2020-05-21
* Fix get_int_prop(WINDOW_TYPE) crashLibravatar Simon Ser2020-02-19
* xwayland: handle size_hints == NULLLibravatar Rouven Czerwinski2020-01-03
* xwayland: get_constraints using size hintsLibravatar Rouven Czerwinski2019-11-16
* xwayland.c handle_map(): NULL out xsurface->data() to prevent crashing.Libravatar A. M. Joseph2019-10-17
* Remove all wayland-server.h includesLibravatar Simon Ser2019-07-27
* Honor output for xdg_toplevel_set_fullscreenLibravatar Brian Ashworth2019-04-11
* Fix xwayland configure request scratchpad crashLibravatar Brian Ashworth2019-03-31
* Introduce default seatopLibravatar Ryan Dwyer2019-03-17
* xwayland: handle floating configure request sizeLibravatar Brian Ashworth2019-03-13
* Center surface inside container when it's too smallLibravatar Ryan Dwyer2019-01-28
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* Rebase the cursor after applying transactionsLibravatar Ryan Dwyer2018-10-25
* Rebase the cursor after mapping a viewLibravatar Ryan Dwyer2018-10-24
* Merge pull request #2933 from Snaipe/xwayland-window-propertiesLibravatar Drew DeVault2018-10-24
|\
| * xwayland: populate window_properties in json for viewsLibravatar Franklin "Snaipe" Mathieu2018-10-23
* | Fix xwayland wants_floating logicLibravatar Ryan Dwyer2018-10-22
|/
* Parse missing i3 window typesLibravatar Christian2018-10-21
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* view: move arrange_workspace into view_mapLibravatar Rouven Czerwinski2018-10-16
* Remove duplicate codeLibravatar Ryan Dwyer2018-10-08
* Look for any ancestor when checking for fullscreen exitLibravatar Ryan Dwyer2018-10-08
* Implement popup_during_fullscreenLibravatar Ryan Dwyer2018-10-08
* Rename view_set_csd_from_client to view_update_csd_from_clientLibravatar Ryan Dwyer2018-09-27
* Add CSD to border modesLibravatar Ryan Dwyer2018-09-27
* Allow running commands on containers without focusing themLibravatar Ryan Dwyer2018-09-23
* Rename OP_MOVE to OP_MOVE_FLOATINGLibravatar Ryan Dwyer2018-09-11
* Float views when min == max on either dimensionLibravatar Ryan Dwyer2018-09-06