Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-28 | rootston: fix compilation without XWayland support | Patrick Steinhardt | |
In case wlroots is not being compiled with XWayland support, we will not have an xwayland surface in our roots view. While we make sure to pay attention to that in some places, we are not being consistent and try to access the xwayland surface in other places. Obviously, this leads to a compiler error due to the field not being present. Fix the issue by sprinkling in a few additional ifdefs where required. | |||
2018-01-21 | rename matrix model box to project box | Tony Crisci | |
2018-01-21 | make it work with rotation | Tony Crisci | |
2018-01-21 | move matrix model code to matrix.h | Tony Crisci | |
2018-01-16 | decorate xwayland views | Tony Crisci | |
2018-01-16 | abstract box matrix | Tony Crisci | |
2018-01-15 | Merge pull request #549 from emersion/output-enabled | Drew DeVault | |
Add wlr_output::enabled | |||
2018-01-14 | xwayland: render children window in fullscreen | emersion | |
2018-01-07 | rootston: do not attempt to render disabled outputs | emersion | |
2018-01-04 | Disable outputs in rootston config | emersion | |
2017-12-31 | Fix views outside output layout | emersion | |
2017-12-14 | Merge branch 'master' into surface-transform | emersion | |
2017-12-12 | Update output layout when scale or transform changes | emersion | |
2017-12-11 | Add wlr_output_set_custom_mode | emersion | |
2017-12-09 | rootston xcursor fixes | Tony Crisci | |
2017-12-07 | Configure outputs with make, model, serial in rootston | emersion | |
Added fallbacks in DRM backend in case EDID extension data for model and serial is missing. Updates #403 | |||
2017-12-06 | Add wlr_output_set_scale | emersion | |
Fixes #465 | |||
2017-12-01 | optimize a bit rootston renderer if there's no surface transform | emersion | |
2017-12-01 | Refactor: rename matrices in rootston | emersion | |
2017-11-30 | Fix surface transforms | emersion | |
2017-11-21 | Always center fullscreen view on screen | emersion | |
2017-11-20 | Fix GCC build | emersion | |
2017-11-20 | Fix fullscreen in xdg-shell | emersion | |
2017-11-20 | Check for subsurfaces and popups before using wlr_output_set_fullscreen_surface | emersion | |
2017-11-20 | Initial fullscreen support | emersion | |
2017-11-20 | rootston: remove unmapped surface from desktop | Tony Crisci | |
2017-11-19 | Merge branch 'master' into seat-views | emersion | |
2017-11-19 | data-device: wlr-drag-icon | Tony Crisci | |
2017-11-18 | Merge branch 'master' into seat-views | emersion | |
2017-11-17 | rootston: add per-seat views | emersion | |
2017-11-15 | rootston: touch to focus | Tony Crisci | |
2017-11-15 | put dnd icon in the right place | Tony Crisci | |
2017-11-15 | basic touch dnd | Tony Crisci | |
2017-11-15 | Add wlr_xdg_surface_v6_popup_get_position | emersion | |
2017-11-14 | Remove remaining buffer_{width,height} usage | emersion | |
2017-11-14 | Don't use buffer size | emersion | |
2017-11-14 | Fix popups position for rotated views | emersion | |
2017-11-12 | Merge branch 'master' into cursor-scale | emersion | |
2017-11-12 | Merge branch 'master' into cursor-scale | emersion | |
2017-11-12 | Fix rendering of rotated views on HiDPI outputs | emersion | |
2017-11-12 | Introduce wlr_xcursor_manager | emersion | |
2017-11-11 | rootston: keep one xcursor_theme per seat | emersion | |
2017-11-11 | Add wlr_output.serial | emersion | |
2017-11-11 | rootston: add roots_xcursor_theme | emersion | |
roots_xcursor_theme loads multiple wlr_xcursor_theme at different scales. | |||
2017-11-11 | rootston: prefix config structs and functions | Tony Crisci | |
2017-11-11 | Merge branch 'master' into feature/multiseat | Tony Crisci | |
2017-11-07 | multiseat: somewhat working | Tony Crisci | |
2017-11-02 | Rethink HiDPI output layouts, fixes everything | Drew DeVault | |
Except for subsurfaces not rendering at the right scale. But that part is (somewhat) easy. | |||
2017-11-01 | Adjust rendering to compensate for disparate scale | Drew DeVault | |
Something about my math is off, but I'm not certain what. Would appreciate a second opinion. | |||
2017-11-01 | Consider scale factor when rendering views | Drew DeVault | |