Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-25 | Reformat doc comments | Simon Ser | |
Unify the way we document our APIs. See CONTRIBUTING.md for the rules. | |||
2022-03-07 | types/wlr_input_device: move init and finish function to private API | Simon Zeni | |
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-07-29 | Initial pass on API stability guarantees | Drew DeVault | |
This introduces -DWLR_USE_UNSTABLE and adds information regarding the stability status to all headers. I started with a conservative set of headers to mark as stable: - types/wlr_matrix.h - util/edges.h - util/log.h - util/region.h - xcursor.h | |||
2018-03-19 | Write some more docs | Drew DeVault | |
2018-02-12 | Reformat all #include directives | emersion | |
2017-12-19 | libinput backend: add wlr_input_device_is_libinput | Dominique Martinet | |
2017-08-26 | Merge wlr_udev into wlr_session | Scott Anderson | |
2017-08-13 | Add backend detection functions | Calvin Lee | |
Resolves #80 | |||
2017-08-06 | Changed header paths. | Scott Anderson | |
2017-06-21 | Update everyone to use new headers | Drew DeVault | |
2017-06-13 | Reassign ownership of libinput handle | Drew DeVault | |
2017-06-13 | Add error handling and init in backend_autocreate | Drew DeVault | |