Age | Commit message (Expand) | Author |
2019-04-11 | Honor output for xdg_toplevel_set_fullscreen | Brian Ashworth |
2019-03-17 | Introduce default seatop | Ryan Dwyer |
2019-01-28 | Check xdg_surface's role before using its toplevel | mwenzkowski |
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-20 | Fix popup damage issues when toplevel and/or popup uses geometry | Ryan Dwyer |
2018-10-16 | view: move arrange_workspace into view_map | Rouven Czerwinski |
2018-10-09 | Merge pull request #2772 from RyanDwyer/improve-popup-damage | Drew DeVault |
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-10-07 | Use wlr_xdg_popup_get_toplevel_coords | Ryan Dwyer |
2018-10-07 | Only damage popups when popups have damage | Ryan Dwyer |
2018-09-27 | Rename view_set_csd_from_client to view_update_csd_from_client | Ryan Dwyer |
2018-09-27 | Add CSD to border modes | Ryan Dwyer |
2018-09-23 | Allow running commands on containers without focusing them | Ryan Dwyer |
2018-09-11 | Rename OP_MOVE to OP_MOVE_FLOATING | Ryan Dwyer |
2018-09-06 | Float views when min == max on either dimension | Ryan Dwyer |
2018-09-05 | Don't use wlr_output properties | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-08-28 | Prepare arrange code for type safe arguments | Ryan Dwyer |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-24 | Refactor destroy functions and save workspaces when there's no outputs | Ryan Dwyer |
2018-08-18 | Store geometry in the view and handle any floating view resizing | Ryan Dwyer |
2018-08-18 | Add get_geometry for xdg_shell_v6 | Ryan Dwyer |
2018-08-15 | Simplify transactions | Ryan Dwyer |
2018-08-12 | Implement resizing tiled containers via cursor | Ryan Dwyer |
2018-08-06 | Handle views created after decoration mode is sent for xdg-shell-v6 | emersion |
2018-08-02 | Revert "Revert "Fix popups"" | Ryan Dwyer |
2018-08-02 | Revert "Fix popups" | Drew DeVault |
2018-07-31 | Close popups when changing focus | Ryan Dwyer |
2018-07-31 | Fix popups | Ryan Dwyer |
2018-07-26 | Allow containers to be fullscreen | Ryan Dwyer |
2018-07-23 | Merge branch 'master' into pid-workspaces | Drew DeVault |
2018-07-22 | Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6 | emersion |
2018-07-22 | Deny move/resize events for tiled xdg shell views | Ryan Dwyer |
2018-07-22 | Consider view's min/max sizes when resizing | Ryan Dwyer |
2018-07-22 | Store last button and use it when views request to move or resize | Ryan Dwyer |
2018-07-22 | Implement xdg shell request_move and request_resize events | Ryan Dwyer |
2018-07-14 | Simplify transactions by utilising a dirty flag on containers | Ryan Dwyer |
2018-07-13 | Simplify popup_unconstrain | emersion |
2018-07-12 | Add xdg-positioner support | emersion |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-07-05 | Updates per wlroots#1076 | Drew DeVault |