Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-29 | Merge pull request #580 from emersion/screenshooter-renderer-backport | Tony Crisci | |
Backport screenshooter fixes from the renderer redesign v1 | |||
2018-01-28 | rootston: move together XWayland setup code | Patrick Steinhardt | |
The XWayland code for creating the cursor as well as creating the surface itself are currently split up into two ifdef'ed sections in `desktop_create()`. Move together these two sections in order to avoid having multiple ifdefs as well as making it clearer that they do in fact serve the same purpose of setting up the XWayland environment. | |||
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-23 | Backport screenshooter fixes from the renderer redesign v1 | emersion | |
This backports some changes to #319 to fix the screenshooter data format. This also adds wlr_backend_get_renderer which will be useful to support multiple renderers. | |||
2018-01-23 | fix decorations on wayland backend | Tony Crisci | |
2018-01-21 | rename wlr_deco_part to roots_deco_part | Tony Crisci | |
2018-01-21 | make it work with rotation | Tony Crisci | |
2018-01-16 | basic decorations | Tony Crisci | |
2018-01-16 | decorate xwayland views | Tony Crisci | |
2018-01-10 | Include idle protocol in rootston | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-12-31 | Fix views outside output layout | emersion | |
2017-12-27 | config: Avoid clash with other config-headers | Björn Esser | |
2017-12-26 | config: Put all defines into config.h | Björn Esser | |
2017-12-22 | Add missing gtk-primary-selection interfaces | emersion | |
2017-12-14 | Merge branch 'master' into surface-transform | emersion | |
2017-12-11 | Set default cursor image in rootston | emersion | |
2017-12-03 | wrap server decoration modes | Tony Crisci | |
2017-12-01 | Fix pointer input for transformed surfaces | emersion | |
2017-11-21 | Fix HiDPI support | emersion | |
2017-11-21 | Merge branch 'master' into fullscreen | emersion | |
2017-11-21 | Merge pull request #387 from emersion/laggy-move-resize | Drew DeVault | |
Fix laggy move-resize | |||
2017-11-21 | Add fullscreen command, fix view_at with fullscreen views | emersion | |
2017-11-21 | Always center fullscreen view on screen | emersion | |
2017-11-20 | Merge branch 'master' into fullscreen | emersion | |
2017-11-20 | Check for subsurfaces and popups before using wlr_output_set_fullscreen_surface | emersion | |
2017-11-20 | Fix segfault when closing xwayland views | emersion | |
2017-11-20 | Initial fullscreen support | emersion | |
2017-11-20 | Merge branch 'master' into laggy-move-resize | emersion | |
2017-11-20 | Fix laggy move-resize for wl-shell views | emersion | |
2017-11-19 | Merge branch 'master' into laggy-move-resize | emersion | |
2017-11-19 | Add roots_seat_cycle_focus | emersion | |
2017-11-19 | Remove roots_seat_{add,remove}_view | emersion | |
2017-11-18 | Merge branch 'master' into seat-views | emersion | |
2017-11-18 | Add per-seat cursor configuration | emersion | |
2017-11-18 | Add cursor theme to rootston config | emersion | |
2017-11-18 | Fix typo making GCC build fail | emersion | |
2017-11-18 | Fixed a bug with move-resize, removed xdg-shell ack_configure event | emersion | |
Fixed move-resizing a view when only one coordinate changes. | |||
2017-11-17 | Remove outdated comment | emersion | |
2017-11-17 | rootston: add per-seat views | emersion | |
2017-11-12 | Merge branch 'master' into cursor-scale | emersion | |
2017-11-12 | Merge pull request #414 from emersion/fix-hidpi-rotated-input | Drew DeVault | |
Fix rotated views on HiDPI outputs | |||
2017-11-12 | Spawn views on last active output | Drew DeVault | |
2017-11-12 | Remove unnecessary include | emersion | |
2017-11-12 | Fix rendering of rotated views on HiDPI outputs | emersion | |
2017-11-12 | Fix pointer input for rotated views on HiDPI outputs | emersion | |
2017-11-12 | Introduce wlr_xcursor_manager | emersion | |
2017-11-11 | rootston: add roots_xcursor_theme | emersion | |
roots_xcursor_theme loads multiple wlr_xcursor_theme at different scales. | |||
2017-11-11 | Merge branch 'master' into feature/multiseat | Tony Crisci | |
2017-11-11 | Fix resize issues with some xdg-shell apps. | emersion | |
Also renames view_get_size to view_get_box to be more consistent with wlroots API and make it more obvious that x,y are set (while in roots_view.get_size this isn't the case). Fixes #407 | |||
2017-11-10 | Merge pull request #390 from emersion/rootston-maximize | Drew DeVault | |
Maximize views in rootston |