Age | Commit message (Expand) | Author |
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 view_get_geometry | emersion |
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 | 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 |
2018-07-02 | Fix damage on swaybar when view requests to exit fullscreen | Ryan Dwyer |
2018-07-01 | Implement pid->workspace tracking | Drew DeVault |
2018-06-30 | xdg_shell: listen to fullscreen request on map | Dominique Martinet |
2018-06-30 | sway views: add helpers to get view and layer from wlr_surface | Dominique Martinet |
2018-06-30 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |
2018-06-30 | Revert "Don't unmaximize floating views" | Rostislav Pehlivanov |
2018-06-29 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |
2018-06-27 | Move unsetting of view->surface into view_unmap | Ryan Dwyer |
2018-06-27 | Remove transaction_add_damage | Ryan Dwyer |
2018-06-26 | Damage output when views toggle fullscreen | Ryan Dwyer |
2018-06-26 | Rename view's free callback to destroy | Ryan Dwyer |
2018-06-26 | Damage output when a fullscreen view unmaps | Ryan Dwyer |
2018-06-26 | xdg_shell: make view floating if a parent has been set | Dominique Martinet |
2018-06-23 | Implement atomic layout updates for tree operations | Ryan Dwyer |
2018-06-09 | Refactor everything that needs to arrange windows | Ryan Dwyer |
2018-06-09 | WIP: Atomic layout updates ground work | Ryan Dwyer |
2018-06-01 | Don't auto float xdg views if their dimensions are not set | Ryan Dwyer |
2018-06-01 | Fix floating position when view is floated when mapped | Ryan Dwyer |
2018-06-01 | Don't unmaximize floating views | Ryan Dwyer |