aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
AgeCommit message (Collapse)Author
2018-01-28rootston: fix compilation without XWayland supportPatrick 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-21take roots_view out of input.hTony Crisci
2018-01-21take seat.h out of view.hTony Crisci
2018-01-21rename wlr_deco_part to roots_deco_partTony Crisci
2018-01-21make it work with rotationTony Crisci
2018-01-16basic decorationsTony Crisci
2018-01-16decorate xwayland viewsTony Crisci
2018-01-15Merge pull request #549 from emersion/output-enabledDrew DeVault
Add wlr_output::enabled
2018-01-10Include idle protocol in rootstonHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2018-01-04Disable outputs in rootston configemersion
2017-12-31Fix views outside output layoutemersion
2017-12-29rootston seat: implement part of roots_seat_destroyDominique Martinet
... and have it listen to seat destroy notifier
2017-12-27config: Avoid clash with other config-headersBjörn Esser
2017-12-27rootston: remove input event ring bufferTony Crisci
2017-12-26config: Put all defines into config.hBjörn Esser
2017-12-24rootston: add arbitrary libinput config 'tap_enabled'Dominique Martinet
This ought to be enough to serve as an example for other compositors to use.
2017-12-22Add missing gtk-primary-selection interfacesemersion
2017-12-17Merge pull request #487 from emersion/xwm-selectionDrew DeVault
xwm clipboard sync, 2nd edition
2017-12-15Introduce fractional scalingemersion
2017-12-14Merge branch 'master' into xwm-selectionemersion
2017-12-11Set default cursor image in rootstonemersion
2017-12-08Merge pull request #474 from emersion/customize-repeat-infoDrew DeVault
Make keyboard repeat info configurable
2017-12-08Make keyboard repeat info configurableemersion
2017-12-08Merge branch 'master' into feature/xwm-selectionTony Crisci
2017-12-08Send wl_surface.{enter,leave} to cursor surfacesemersion
2017-12-08bring edges into wlrTony Crisci
2017-11-22xwm: send selection dataTony Crisci
2017-11-21Merge branch 'master' into fullscreenemersion
2017-11-21Add fullscreen command, fix view_at with fullscreen viewsemersion
2017-11-21Unify view events naming, remove client from event structsemersion
2017-11-20Check for subsurfaces and popups before using wlr_output_set_fullscreen_surfaceemersion
2017-11-20Add support for fullscreen xwayland viewsemersion
2017-11-20Initial fullscreen supportemersion
2017-11-20Merge branch 'master' into laggy-move-resizeemersion
2017-11-20Fix laggy move-resize for xwayland viewsemersion
2017-11-19Merge branch 'master' into laggy-move-resizeemersion
2017-11-19Add roots_seat_cycle_focusemersion
2017-11-19Make the close command use roots_seat_get_focus, rename a few symbolsemersion
2017-11-19Remove roots_seat_{add,remove}_viewemersion
2017-11-19Merge branch 'master' into seat-viewsemersion
2017-11-19rootston: remove grab listenersTony Crisci
2017-11-19Merge branch 'bug/xwayland-ready-listener' into refactor/wlr-drag-iconTony Crisci
2017-11-19rootston: xwayland ready listenerTony Crisci
2017-11-19data-device: wlr-drag-iconTony Crisci
2017-11-18Merge branch 'master' into seat-viewsemersion
2017-11-18Merge branch 'master' into feature/wlr-seat-touchTony Crisci
2017-11-18Add per-seat cursor configurationemersion
2017-11-18Add cursor theme to rootston configemersion
2017-11-18Fixed a bug with move-resize, removed xdg-shell ack_configure eventemersion
Fixed move-resizing a view when only one coordinate changes.
2017-11-17Ensure to move the view when configuredemersion