aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
AgeCommit message (Collapse)Author
2019-08-09Remove rootstonDrew DeVault
2019-04-26Remove wlr_wl_shellDrew DeVault
2019-03-02rootston: split rendering code into render.cemersion
2019-02-23rootston: move part of desktop.c to view.c, use an interface for viewsemersion
2018-12-15Working switches in rootston:Ryan Walklin
Factor out switch handling to separate file Add formal enum for toggle action Implement binding actions
2018-12-15Factor out binding command execution to separate fileRyan Walklin
2018-11-12Use #if instead of #ifdef for wlroots config dataemersion
This prevents some annoying issues when e.g. not including wlr/config.h or making a typo in the guard name.
2018-10-09rootston: add support for text input and the basic of input methodDorota Czaplejewicz
The compositor acts as a relay between applications using the text-input protocol and input methods using the input-method protocol. This change implements the basic but useful support for input-method, leaving out grabs as well as popups.
2018-08-24Revert "Revert "Merge pull request #1194 from ascent12/meson_feature""Scott Anderson
This reverts commit 9c886f20b97b6ab1ac85b849f1fe7f16eb199ff0.
2018-08-23Revert "Merge pull request #1194 from ascent12/meson_feature"Drew DeVault
This breaks wlroots when used as a meson subproject. This reverts commit dea311992eb4ff3e343c3cf5b0603034223d2a42, reversing changes made to 6db9c4b74667c1d917d720f5e96985a2461569fb.
2018-08-22Update rootston to use new optionScott Anderson
2018-08-22Use new options for X11 backend and XwaylandScott Anderson
2018-05-28virtual-keyboard: add support for the virtual-keyboard-v1 protocolDorota Czaplejewicz
2018-04-02Change meson option names to use hypenDanilo Spinella
Replace underscore with hypen in meson option names, following style recommendations. http://mesonbuild.com/Style-guide.html#naming-options
2018-03-27Add broken test client and rootston stubsDrew DeVault
2018-02-14xdg-shell stable: copy-pasta implementationDominique Martinet
2018-02-12Reformat all #include directivesemersion
2018-01-18rootston: do not redraw if output has no damageemersion
2017-12-08bring edges into wlrTony Crisci
2017-11-08rootston: remove old cursor implementationTony Crisci
2017-11-07multiseat: somewhat workingTony Crisci
2017-11-05rootston: roots_cursorTony Crisci
2017-11-04rootston: move device init to seatTony Crisci
2017-11-04move keyboard to seatTony Crisci
2017-10-27Move xcursor stuff into its own fileemersion
2017-10-27Send server-decoration ack event automaticallyemersion
2017-10-20Implement simple touch support for rootstonDrew DeVault
2017-10-06Make xwayland compile-time optionalVersus Void
2017-10-01Add basic drawing tablet support to rootstonDrew DeVault
2017-09-28Fix rootston keyboard, add XwaylandDrew DeVault
2017-09-27Fix segfault, add wl_shell viewemersion
2017-09-26Add first try to add wl_shell to rootstonemersion
2017-09-23Initial keyboard support in rootstonDrew DeVault
2017-09-23Fix rootston executable nameDrew DeVault
2017-09-23Implement wlr_cursor in rootstonDrew DeVault
2017-09-23Render XDG shell surfacesDrew DeVault
2017-09-23Wire up pointer, start on cursorDrew DeVault
2017-09-23Initial pass on roots_inputDrew DeVault
2017-09-23Initialize display, backend; add frame handlingDrew DeVault
2017-09-22Establish rootston headers & mainDrew DeVault