Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-27 | Remove all wayland-server.h includes | Simon Ser | |
The documentation for wayland-server.h says: > Use of this header file is discouraged. Prefer including > wayland-server-core.h instead, which does not include the server protocol > header and as such only defines the library PI, excluding the deprecated API > below. Replacing wayland-server.h with wayland-server-core.h allows us to drop the WL_HIDE_DEPRECATED declaration. | |||
2018-11-12 | Use #if instead of #ifdef for wlroots config data | emersion | |
This prevents some annoying issues when e.g. not including wlr/config.h or making a typo in the guard name. | |||
2018-03-19 | render: split render.h into wlr_renderer.h and wlr_texture.h | emersion | |
2018-02-12 | Reformat all #include directives | emersion | |
2017-12-27 | config: Avoid clash with other config-headers | Björn Esser | |
2017-12-26 | config: Put all defines into config.h | Björn Esser | |
2017-10-15 | wlr-data-device interface | Tony Crisci | |
2017-10-06 | Make xwayland compile-time optional | Versus Void | |
2017-09-28 | Fix rootston keyboard, add Xwayland | Drew DeVault | |
2017-09-23 | Initialize display, backend; add frame handling | Drew DeVault | |
2017-09-22 | Establish rootston headers & main | Drew DeVault | |