Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-30 | Remove debug, add explicit TODO | emersion | |
2018-03-30 | Fix white screen due to bad cast | emersion | |
2018-03-30 | Add lite damage tracking | emersion | |
This skips the renderer if nothing has changed, and renders everything otherwise. | |||
2018-03-30 | Cleanup and remove global renderer reference | emersion | |
2018-03-30 | Use output coords for layer surfaces | Drew DeVault | |
This will need to be more carefully thought out when we get the output_layout working entirely. | |||
2018-03-30 | Merge remote-tracking branch 'origin/wlroots' into swaybar-layers | Drew DeVault | |
2018-03-29 | Fix oversights from previous pull request | Tony Crisci | |
2018-03-29 | Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree" | Tony Crisci | |
This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0. | |||
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 | Some layer shell fixes | Drew DeVault | |
Based on the corresponding rootston changes | |||
2018-03-30 | Clear buffer after beginning renderer | Scott Anderson | |
2018-03-29 | more renaming things | Tony Crisci | |
2018-03-29 | rename container functions | Tony Crisci | |
2018-03-29 | move tree includes to their own directory | Tony Crisci | |
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-27 | Update API to match latest wlroots | Drew DeVault | |
2018-03-19 | Update wlroots API | emersion | |
Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream. | |||
2018-03-15 | Update rendering code for wlroots matrix redesign | emersion | |
2018-02-26 | Fix wlr_render_with_matrix call | Drew DeVault | |
This takes an alpha parameter now. | |||
2018-02-25 | Revert "Multiple output coords by scale" | Drew DeVault | |
This reverts commit 94f8bdf08146bae057233386ac2521b095396786. | |||
2018-02-25 | Multiple output coords by scale | Drew DeVault | |
2018-02-20 | use wl_container_of() in output destroy callback | Tony Crisci | |
2018-02-20 | make handle_output_destroy() static | Tony Crisci | |
2018-02-19 | bugfix: get right layout box for rendering views | Tony Crisci | |
2018-02-17 | fix output rendering issue | Tony Crisci | |
2018-02-17 | use box projection function | Tony Crisci | |
2018-02-17 | arrange windows after output add | Tony Crisci | |
2018-02-14 | fix build for latest api | Tony Crisci | |
2018-02-14 | output damage fix | Tony Crisci | |
2018-02-14 | output destroy | Tony Crisci | |
2018-02-10 | remove old focus member | Tony Crisci | |
2018-02-10 | fix build for output damage | Tony Crisci | |
2018-01-30 | Implement workspaces | Drew DeVault | |
2018-01-15 | xwm handle map and unmap | Tony Crisci | |
2018-01-14 | render override redirect | Tony Crisci | |
2018-01-14 | render wl-shell and xwayland views | Tony Crisci | |
2018-01-14 | xdg-popups | Tony Crisci | |
2018-01-14 | render xdg surface | Tony Crisci | |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2017-12-16 | Merge branch 'wlroots' into feature/input | Tony Crisci | |
2017-12-13 | Handle output remove | emersion | |
2017-12-13 | Update output containers on output layout change | emersion | |
2017-12-12 | Update output container box in event handler | emersion | |
2017-12-12 | Listen to output layout change | emersion | |
2017-12-12 | Add scale and transform events to sway_output | emersion | |
2017-12-12 | sway input device | Tony Crisci | |