aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Collapse)Author
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29Merge pull request #1647 from acrisci/refactor-treeDrew DeVault
Refactor tree
2018-03-29arrange windowsTony Crisci
2018-03-29rename container_for_each_descendentTony Crisci
2018-03-30Clear buffer after beginning rendererScott Anderson
2018-03-29address feedbackTony Crisci
2018-03-2980colTony Crisci
2018-03-29fix container_get_in_direction nameTony Crisci
2018-03-29rename container destroy funcTony Crisci
2018-03-29rename layout initTony Crisci
2018-03-29more renaming thingsTony Crisci
2018-03-29rename container functionsTony Crisci
2018-03-29Maximize xdg shell surfaces on creationDrew DeVault
Makes them look better yo In the future we might want to only do this for tiled windows, and let floating windows do their own thing.
2018-03-29remove swayc_t typedefTony Crisci
2018-03-29move tree includes to their own directoryTony Crisci
2018-03-28Address review feedbackDrew DeVault
2018-03-28Render layer surfaces and respect exclusive zoneDrew DeVault
2018-03-28Add initial layer shell skeletonDrew DeVault
2018-03-28Update input events per swaywm/wlroots#765Drew DeVault
2018-03-27Fix lingering xdg shell issuesDrew DeVault
2018-03-27Update API to match latest wlrootsDrew DeVault
2018-03-19Update wlroots APIemersion
Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream.
2018-03-15Update rendering code for wlroots matrix redesignemersion
2018-03-12ipc: add output modesemersion
2018-03-03xwayland: do not send surface configure when no width/heightDominique Martinet
The code in apply_horiz_layout systematically does `set_position` then `set_size`, so for new windows there is an invalid call. For old windows there are two calls when only one is needed, with the current code set_position could not send any surface configure without impact, but in the future it might be needed? Native wayland surfaces do not need to know where they are (the set_position handled only updates the sway internal view variable), why does X11 window need that?
2018-02-27ipc new window eventTony Crisci
2018-02-27Utilize wlr_xwayland_surface_is_unmanagedDrew DeVault
2018-02-26ipc show focused containerTony Crisci
2018-02-26Fix wlr_render_with_matrix callDrew DeVault
This takes an alpha parameter now.
2018-02-25Revert "Multiple output coords by scale"Drew DeVault
This reverts commit 94f8bdf08146bae057233386ac2521b095396786.
2018-02-25Multiple output coords by scaleDrew DeVault
2018-02-25Send surface enter/leave eventsDrew DeVault
2018-02-25Use focus for new windows xwayland/wl_shellDrew DeVault
2018-02-25Document updates to the output commandDrew DeVault
2018-02-24static bfs queueTony Crisci
2018-02-24add config handlersTony Crisci
2018-02-24remove checks for command handlersTony Crisci
2018-02-24separate config directives and commandsTony Crisci
2018-02-24take seat param for handle_command and renameTony Crisci
2018-02-22basic layout commandTony Crisci
2018-02-20bug: fix crash on focus upTony Crisci
2018-02-20use wl_container_of() in output destroy callbackTony Crisci
2018-02-20rename new_input listener on input-managerTony Crisci
2018-02-20make handle_output_destroy() staticTony Crisci
2018-02-20remove old commentsTony Crisci
2018-02-19bugfix: get right layout box for rendering viewsTony Crisci
2018-02-17choose adjacent container between outputsTony Crisci
2018-02-17basic move focus in direction across outputsTony Crisci
2018-02-17fix output rendering issueTony Crisci