aboutsummaryrefslogtreecommitdiff
path: root/rootston
AgeCommit message (Collapse)Author
2018-01-28rootston: move together XWayland setup codePatrick 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-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-23decorations: respect motif hintsTony Crisci
2018-01-23fix decorations on wayland backendTony Crisci
2018-01-21rename matrix model box to project boxTony Crisci
2018-01-21rename wlr_deco_part to roots_deco_partTony Crisci
2018-01-21fix cursor issueTony Crisci
2018-01-21make it work with rotationTony Crisci
2018-01-21move matrix model code to matrix.hTony Crisci
2018-01-21Merge branch 'master' into decorationsTony Crisci
2018-01-17dont use pointer for modifiersTony Crisci
2018-01-17Merge branch 'master' into modifier-fixesTony Crisci
2018-01-17rootston: hide cursor if seat has no pointeremersion
2018-01-16basic decorationsTony Crisci
2018-01-16rootston: set real seat capabilitiesemersion
2018-01-16decorate xwayland viewsTony Crisci
2018-01-16abstract box matrixTony Crisci
2018-01-15Merge pull request #549 from emersion/output-enabledDrew DeVault
Add wlr_output::enabled
2018-01-15Merge pull request #562 from emersion/xwayland-fullscreen-render-childrenTony Crisci
xwayland: render children window in fullscreen
2018-01-14Merge pull request #556 from raazvvann/heghe/idle-protocolTony Crisci
Idle protocol
2018-01-14xwayland: render children window in fullscreenemersion
2018-01-13Remove unnecessary wlr_backend_destroyDrew DeVault
2018-01-10Include idle protocol in rootstonHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2018-01-07rootston: add toggle_outputs commandemersion
2018-01-07rootston: do not attempt to render disabled outputsemersion
2018-01-06keyboard grab enter with modifiersTony Crisci
2018-01-05compositor modifier hookTony Crisci
2018-01-04Disable outputs in rootston configemersion
2018-01-01Merge pull request #544 from emersion/fix-views-outside-output-layoutDrew DeVault
Fix views outside output layout
2017-12-31Allow configurable verbosityCalvin Lee
2017-12-31Fix views outside output layoutemersion
2017-12-29roots_seat_destroy: also destroy seat in public functionDominique Martinet
Rework the functions a bit so that the handler does the bulk of the work except for destroying the seat itself, and the main public function just explicitely calls the handler and destroys the seat
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-27validate grab serial for shell eventsTony Crisci
2017-12-27rootston: remove input event ring bufferTony Crisci
2017-12-27Merge pull request #524 from acrisci/role-committedemersion
[wip] Role committed
2017-12-27wl-shell: role committedTony Crisci
2017-12-27xdg-shell: role-committed funcTony Crisci
2017-12-27Merge pull request #521 from acrisci/nop-commandTony Crisci
add nop command
2017-12-26config: Put all defines into config.hBjörn Esser
2017-12-26add nop commandTony Crisci
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-23Merge pull request #508 from emersion/fix-rootston-seat-button-countDrew DeVault
Fix rootston seat button count
2017-12-22Add missing gtk-primary-selection interfacesemersion
2017-12-22Fix rootston seat button countemersion
2017-12-21rootston: server backend checkTony Crisci
2017-12-20rootston: handle backend creation failedTony Crisci
2017-12-19Destroy multi backend on display destroyemersion
2017-12-18fix memory leaksTony Crisci