Age | Commit message (Expand) | Author |
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-21 | rootston: damage tracking for xdg popups | emersion |
2018-01-21 | rootston: add roots_view_child::destroy | emersion |
2018-01-21 | rootston: track subsurface damage | emersion |
2018-01-21 | Add docs and comments | emersion |
2018-01-21 | output: add damage tracking via buffer age | emersion |
2018-01-20 | backend/drm: fix hardware cursors not moving | emersion |
2018-01-19 | rootston: remove repaint timer, listen for damage instead | emersion |
2018-01-19 | rootston: damage output on mode change | emersion |
2018-01-18 | rootston: fix double-buffering artifacts | emersion |
2018-01-18 | rootston: replace view_damage with view_apply_damage and view_damage_whole | emersion |
2018-01-18 | rootston: damage views when moved | emersion |
2018-01-18 | rootston: do not swap buffers when output isn't damaged | emersion |
2018-01-18 | rootston: do not redraw if output has no damage | emersion |
2018-01-16 | basic decorations | Tony Crisci |
2018-01-16 | decorate xwayland views | Tony Crisci |
2018-01-15 | Merge pull request #549 from emersion/output-enabled | Drew DeVault |
2018-01-10 | Include idle protocol in rootston | Heghedus Razvan |
2018-01-04 | Disable outputs in rootston config | emersion |
2017-12-31 | Fix views outside output layout | emersion |
2017-12-29 | rootston seat: implement part of roots_seat_destroy | Dominique Martinet |
2017-12-27 | config: Avoid clash with other config-headers | Björn Esser |
2017-12-27 | rootston: remove input event ring buffer | Tony Crisci |
2017-12-26 | config: Put all defines into config.h | Björn Esser |
2017-12-24 | rootston: add arbitrary libinput config 'tap_enabled' | Dominique Martinet |
2017-12-22 | Add missing gtk-primary-selection interfaces | emersion |
2017-12-17 | Merge pull request #487 from emersion/xwm-selection | Drew DeVault |
2017-12-15 | Introduce fractional scaling | emersion |
2017-12-14 | Merge branch 'master' into xwm-selection | emersion |
2017-12-11 | Set default cursor image in rootston | emersion |
2017-12-08 | Merge pull request #474 from emersion/customize-repeat-info | Drew DeVault |
2017-12-08 | Make keyboard repeat info configurable | emersion |
2017-12-08 | Merge branch 'master' into feature/xwm-selection | Tony Crisci |
2017-12-08 | Send wl_surface.{enter,leave} to cursor surfaces | emersion |
2017-12-08 | bring edges into wlr | Tony Crisci |
2017-11-22 | xwm: send selection data | Tony Crisci |
2017-11-21 | Merge branch 'master' into fullscreen | emersion |
2017-11-21 | Add fullscreen command, fix view_at with fullscreen views | emersion |
2017-11-21 | Unify view events naming, remove client from event structs | emersion |
2017-11-20 | Check for subsurfaces and popups before using wlr_output_set_fullscreen_surface | emersion |
2017-11-20 | Add support for fullscreen 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 xwayland 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 | Make the close command use roots_seat_get_focus, rename a few symbols | emersion |
2017-11-19 | Remove roots_seat_{add,remove}_view | emersion |
2017-11-19 | Merge branch 'master' into seat-views | emersion |