Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-29 | Merge pull request #1653 from swaywm/revert-1647-refactor-tree | Drew DeVault | |
Revert "Refactor tree" | |||
2018-03-29 | Revert "Refactor tree" | Drew DeVault | |
2018-03-29 | Merge pull request #1647 from acrisci/refactor-tree | Drew DeVault | |
Refactor tree | |||
2018-03-29 | arrange windows | Tony Crisci | |
2018-03-29 | rename container_for_each_descendent | Tony Crisci | |
2018-03-29 | Merge pull request #1652 from ascent12/glclear | emersion | |
Clear buffer after beginning renderer | |||
2018-03-30 | Clear buffer after beginning renderer | Scott Anderson | |
2018-03-29 | address feedback | Tony Crisci | |
2018-03-29 | 80col | Tony Crisci | |
2018-03-29 | fix container_get_in_direction name | Tony Crisci | |
2018-03-29 | rename container destroy func | Tony Crisci | |
2018-03-29 | rename layout init | Tony Crisci | |
2018-03-29 | more renaming things | Tony Crisci | |
2018-03-29 | rename container functions | Tony Crisci | |
2018-03-29 | Maximize xdg shell surfaces on creation | Drew 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-29 | remove swayc_t typedef | Tony Crisci | |
2018-03-29 | move tree includes to their own directory | Tony Crisci | |
2018-03-28 | Merge pull request #1643 from acrisci/xdg-protocol-header | Drew DeVault | |
add xdg-shell protocol header | |||
2018-03-28 | add xdg-protocol header | Tony Crisci | |
2018-03-28 | Merge pull request #1642 from swaywm/layer-shell | Drew DeVault | |
Implement layer shell (rendering) | |||
2018-03-28 | Address review feedback | Drew DeVault | |
2018-03-28 | Render layer surfaces and respect exclusive zone | Drew DeVault | |
2018-03-28 | Add initial layer shell skeleton | Drew DeVault | |
2018-03-28 | Merge pull request #1638 from swaywm/swaybg-layers | Drew DeVault | |
Reimplement swaybg using surface layers | |||
2018-03-28 | Address review comments | Drew DeVault | |
2018-03-28 | Merge pull request #1641 from swaywm/transformed-events | Drew DeVault | |
Update input events per swaywm/wlroots#765 | |||
2018-03-28 | Refactor configure/ack configure/commit flow | Drew DeVault | |
2018-03-28 | Remove obsolete client code | Drew DeVault | |
2018-03-28 | Fix style | Drew DeVault | |
2018-03-28 | s/scaling_mode/background_mode/g | Drew DeVault | |
Since it now includes SOLID_COLOR this is a more appropriate name. | |||
2018-03-28 | Implement image backgrounds | Drew DeVault | |
2018-03-28 | Add solid-color rendering to swaybg | Drew DeVault | |
2018-03-28 | Add client protocols and swaybg skeleton | Drew DeVault | |
2018-03-28 | Update input events per swaywm/wlroots#765 | Drew DeVault | |
2018-03-28 | Add subprojects to gitignore | Drew DeVault | |
2018-03-27 | Fix broken repo references | Drew DeVault | |
2018-03-27 | Move .build.yml repo references to github.com | Drew DeVault | |
2018-03-27 | Fix lingering xdg shell issues | Drew DeVault | |
2018-03-27 | Update API to match latest wlroots | Drew DeVault | |
2018-03-19 | Merge pull request #1626 from emersion/wlroots-update | Drew DeVault | |
Update wlroots API | |||
2018-03-19 | Update wlroots API | emersion | |
Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream. | |||
2018-03-18 | Merge pull request #1625 from emersion/matrix-redesign | Drew DeVault | |
Update rendering code for wlroots matrix redesign | |||
2018-03-15 | Update rendering code for wlroots matrix redesign | emersion | |
2018-03-15 | Merge pull request #1622 from emersion/wlroots-subproject-fallback | Drew DeVault | |
meson: allow wlroots to be a subproject | |||
2018-03-15 | meson: allow wlroots to be a subproject | emersion | |
2018-03-13 | Merge pull request #1623 from emersion/ipc-output-modes | Drew DeVault | |
ipc: add output modes | |||
2018-03-12 | ipc: add output modes | emersion | |
2018-03-04 | Merge pull request #1617 from swaywm/drop-travis | Drew DeVault | |
Drop Travis in favor of builds.sr.ht | |||
2018-03-04 | Drop Travis in favor of builds.sr.ht | Drew DeVault | |
2018-03-03 | Merge pull request #1616 from martinetd/xwayland_nowidth | Drew DeVault | |
xwayland: do not send surface configure when no width/height |