aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend/libinput.h
AgeCommit message (Collapse)Author
2022-05-25Reformat doc commentsSimon Ser
Unify the way we document our APIs. See CONTRIBUTING.md for the rules.
2022-03-07types/wlr_input_device: move init and finish function to private APISimon Zeni
2019-07-27Remove all wayland-server.h includesSimon 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-29Initial pass on API stability guaranteesDrew 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-19Write some more docsDrew DeVault
2018-02-12Reformat all #include directivesemersion
2017-12-19libinput backend: add wlr_input_device_is_libinputDominique Martinet
2017-08-26Merge wlr_udev into wlr_sessionScott Anderson
2017-08-13Add backend detection functionsCalvin Lee
Resolves #80
2017-08-06Changed header paths.Scott Anderson
2017-06-21Update everyone to use new headersDrew DeVault
2017-06-13Reassign ownership of libinput handleDrew DeVault
2017-06-13Add error handling and init in backend_autocreateDrew DeVault