aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/xdg_shell_v6.c
AgeCommit message (Expand)Author
2018-09-23Allow running commands on containers without focusing themRyan Dwyer
2018-09-11Rename OP_MOVE to OP_MOVE_FLOATINGRyan Dwyer
2018-09-06Float views when min == max on either dimensionRyan Dwyer
2018-09-05Don't use wlr_output propertiesRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-28Prepare arrange code for type safe argumentsRyan Dwyer
2018-08-26Remove layout.cRyan Dwyer
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer
2018-08-18Store geometry in the view and handle any floating view resizingRyan Dwyer
2018-08-18Add get_geometry for xdg_shell_v6Ryan Dwyer
2018-08-15Simplify transactionsRyan Dwyer
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer
2018-08-06Handle views created after decoration mode is sent for xdg-shell-v6emersion
2018-08-02Revert "Revert "Fix popups""Ryan Dwyer
2018-08-02Revert "Fix popups"Drew DeVault
2018-07-31Close popups when changing focusRyan Dwyer
2018-07-31Fix popupsRyan Dwyer
2018-07-26Allow containers to be fullscreenRyan Dwyer
2018-07-23Merge branch 'master' into pid-workspacesDrew DeVault
2018-07-22Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6emersion
2018-07-22Deny move/resize events for tiled xdg shell viewsRyan Dwyer
2018-07-22Consider view's min/max sizes when resizingRyan Dwyer
2018-07-22Store last button and use it when views request to move or resizeRyan Dwyer
2018-07-22Implement xdg shell request_move and request_resize eventsRyan Dwyer
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-07-13Simplify popup_unconstrainemersion
2018-07-12Add xdg-positioner supportemersion
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-05Updates per wlroots#1076Drew DeVault
2018-07-02Fix damage on swaybar when view requests to exit fullscreenRyan Dwyer
2018-07-01Implement pid->workspace trackingDrew DeVault
2018-06-30xdg_shell: listen to fullscreen request on mapDominique Martinet
2018-06-30sway views: add helpers to get view and layer from wlr_surfaceDominique Martinet
2018-06-30Merge remote-tracking branch 'upstream/master' into atomicRyan Dwyer
2018-06-30Revert "Don't unmaximize floating views"Rostislav Pehlivanov
2018-06-29Merge remote-tracking branch 'upstream/master' into atomicRyan Dwyer
2018-06-27Move unsetting of view->surface into view_unmapRyan Dwyer
2018-06-27Remove transaction_add_damageRyan Dwyer
2018-06-26Damage output when views toggle fullscreenRyan Dwyer
2018-06-26Rename view's free callback to destroyRyan Dwyer
2018-06-26Damage output when a fullscreen view unmapsRyan Dwyer
2018-06-26xdg_shell: make view floating if a parent has been setDominique Martinet
2018-06-23Implement atomic layout updates for tree operationsRyan Dwyer
2018-06-09Refactor everything that needs to arrange windowsRyan Dwyer
2018-06-09WIP: Atomic layout updates ground workRyan Dwyer
2018-06-01Don't auto float xdg views if their dimensions are not setRyan Dwyer
2018-06-01Fix floating position when view is floated when mappedRyan Dwyer
2018-06-01Don't unmaximize floating viewsRyan Dwyer
2018-06-01Use surface size if xdg shell's geometry isn't setRyan Dwyer
2018-06-01Implement wants_floating for xdg_shell and xdg_shell_v6Ryan Dwyer