aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xwayland.c
Commit message (Expand)AuthorAge
* 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
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Implement window_role criteria tokenLibravatar Ryan Dwyer2018-09-04
* Implement focus_on_window_activationLibravatar Ryan Dwyer2018-09-02
* Check modal state when determining whether an xwayland view should floatLibravatar Ryan Dwyer2018-09-02
* Implement window_type criteria tokenLibravatar Ryan Dwyer2018-09-01
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Store geometry in the view and handle any floating view resizingLibravatar Ryan Dwyer2018-08-18
* Set current size when a floating xwayland view resizesLibravatar Ryan Dwyer2018-08-18
* Handle xwayland views sending new sizes in their commitsLibravatar Ryan Dwyer2018-08-18
* Add view_get_geometryLibravatar emersion2018-08-18
* Simplify transactionsLibravatar Ryan Dwyer2018-08-15
* Implement resizing tiled containers via cursorLibravatar Ryan Dwyer2018-08-12
* xwayland: fix unmanaged surfaces orderLibravatar emersion2018-08-10
* Don't give focus if xwayland window has a type hintLibravatar emersion2018-07-29