Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-09 | rootston: add support for text input and the basic of input method | Dorota 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-24 | Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" | Scott Anderson | |
This reverts commit 9c886f20b97b6ab1ac85b849f1fe7f16eb199ff0. | |||
2018-08-23 | Revert "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-22 | Update rootston to use new option | Scott Anderson | |
2018-08-22 | Use new options for X11 backend and Xwayland | Scott Anderson | |
2018-05-28 | virtual-keyboard: add support for the virtual-keyboard-v1 protocol | Dorota Czaplejewicz | |
2018-04-02 | Change meson option names to use hypen | Danilo Spinella | |
Replace underscore with hypen in meson option names, following style recommendations. http://mesonbuild.com/Style-guide.html#naming-options | |||
2018-03-27 | Add broken test client and rootston stubs | Drew DeVault | |
2018-02-14 | xdg-shell stable: copy-pasta implementation | Dominique Martinet | |
2018-02-12 | Reformat all #include directives | emersion | |
2018-01-18 | rootston: do not redraw if output has no damage | emersion | |
2017-12-08 | bring edges into wlr | Tony Crisci | |
2017-11-08 | rootston: remove old cursor implementation | Tony Crisci | |
2017-11-07 | multiseat: somewhat working | Tony Crisci | |
2017-11-05 | rootston: roots_cursor | Tony Crisci | |
2017-11-04 | rootston: move device init to seat | Tony Crisci | |
2017-11-04 | move keyboard to seat | Tony Crisci | |
2017-10-27 | Move xcursor stuff into its own file | emersion | |
2017-10-27 | Send server-decoration ack event automatically | emersion | |
2017-10-20 | Implement simple touch support for rootston | Drew DeVault | |
2017-10-06 | Make xwayland compile-time optional | Versus Void | |
2017-10-01 | Add basic drawing tablet support to rootston | Drew DeVault | |
2017-09-28 | Fix rootston keyboard, add Xwayland | Drew DeVault | |
2017-09-27 | Fix segfault, add wl_shell view | emersion | |
2017-09-26 | Add first try to add wl_shell to rootston | emersion | |
2017-09-23 | Initial keyboard support in rootston | Drew DeVault | |
2017-09-23 | Fix rootston executable name | Drew DeVault | |
2017-09-23 | Implement wlr_cursor in rootston | Drew DeVault | |
2017-09-23 | Render XDG shell surfaces | Drew DeVault | |
2017-09-23 | Wire up pointer, start on cursor | Drew DeVault | |
2017-09-23 | Initial pass on roots_input | Drew DeVault | |
2017-09-23 | Initialize display, backend; add frame handling | Drew DeVault | |
2017-09-22 | Establish rootston headers & main | Drew DeVault | |