Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-23 | output: refactor frame submission API | Simon Ser | |
This is necessary for direct scan-out and other upcoming features. This patch changes the output API to look like the wl_surface API. Outputs now have some double-buffered state: the frame to be submitted (currently only wlr_renderer frames are supported) and the damaged region. To attach a pending frame, use wlr_output_attach_render. To set the pending damaged region, use wlr_output_set_damage. To submit the pending state, call wlr_output_commit. This will submit the pending frame to the backend. To migrate from the old API to the new one: - Replace wlr_output_make_current calls by wlr_output_attach_render - Replace wlr_output_swap_buffers calls by wlr_output_set_damage and wlr_output_commit | |||
2019-03-02 | tinywl: send pointer frame events | emersion | |
Fixes https://github.com/swaywm/wlroots/issues/1544 | |||
2019-02-26 | clang compile fix #1572 | athrungithub | |
clang consider error no enum handled, in BSD and Linux | |||
2019-01-27 | tinywl/README: Fix misspelling. | Yong Joseph Bakos | |
2019-01-16 | Fix tinywl linking order (#1463) | David Kraeutmann | |
2019-01-13 | Fix software cursor rendering for tinywl and some examples | Alexander Bakker | |
2019-01-10 | Remove unused struct from tinywl | Drew DeVault | |
2019-01-10 | Fix a few typos | emersion | |
2019-01-03 | Use pkg-config for tinywl deps | Drew DeVault | |
2019-01-03 | Annotate the source | Drew DeVault | |
2019-01-03 | Update READMEs per tinywl merge | Drew DeVault | |
2018-11-27 | view_at: remove unused variable | Louis Taylor | |
2018-11-26 | Correct WLR_BUTTON_PRESSED to WLR_KEY_PRESSED | Louis Taylor | |
This worked since it was the same value, but results in compile warnings. | |||
2018-08-15 | Add README | Drew DeVault | |
2018-08-15 | CC0 | Drew DeVault | |
2018-08-15 | Implement Alt+F1 (next window) and Alt+Esc (exit) | Drew DeVault | |
2018-08-15 | Fix uninitialized variable | Drew DeVault | |
2018-08-15 | Fix various bugs | Drew DeVault | |
2018-08-15 | Tiny Wayland compositor | Drew DeVault | |