Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-07 | Simplify evdev includes on FreeBSD by relying on up-to-date package | Jan Beich | |
As evdev-proto is installed by CI some files have been missed: ../examples/pointer-constraints.c:2:10: fatal error: 'linux/input-event-codes.h' file not found #include <linux/input-event-codes.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../examples/relative-pointer-unstable-v1.c:5:10: fatal error: 'linux/input-event-codes.h' file not found #include <linux/input-event-codes.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
2018-11-13 | backend/x11: Hide cursor with Xfixes | Scott Anderson | |
2018-11-13 | backend/x11: Remove old input functions | Scott Anderson | |
This also allows us to remove xcb-xkb, since Xinput will now give us the appropriate XKB modifiers with each event. | |||
2018-11-13 | backend/x11: Add new Xinput events | Scott Anderson | |
2018-11-13 | backend/x11: Make header order consistent | Scott Anderson | |
2018-11-13 | backend/x11: Rename xcb_conn to xcb | Scott Anderson | |
When the Xlib connection is removed, this _conn suffix is going to be pointless. I'm removing this preemtively for that. | |||
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-07-21 | Revert "Merge pull request #1153 from emersion/include-config" | Drew DeVault | |
This reverts commit ef0a6ea4d2934ec014d791150c42348061ec4f7f, reversing changes made to 8d03bc9178d8544cbcd24293ece6ac9f1698e602. | |||
2018-07-21 | Always include config.h | emersion | |
2018-05-12 | Add support for discrete axis values | emersion | |
2018-05-03 | backend/x11: don't transform pointer events | Guido Günther | |
We do this in a backend independent way in wlr_cursor now. | |||
2018-04-30 | backend/{wayland,x11}: fix pointer coords for transformed outputs | emersion | |
2018-04-29 | backend/x11: add one pointer per output | emersion | |
2018-04-28 | backend/x11: correctly destroy input devices | emersion | |
2018-04-25 | Make sure we don't use others' prefixes | emersion | |
2018-04-15 | x11_handle_input_event: Remove return value | Uli Schlachter | |
handle_x11_event() and x11_handle_input_event() react to different kinds of events, so it does not make much of a difference if x11_handle_input_event() signals if it handled an event or not. Signed-off-by: Uli Schlachter <psychon@znc.in> | |||
2018-04-03 | backend/x11: fix cursor position when receiving configure event | emersion | |
2018-04-03 | backend/x11: fix WLR_HAS_XCB_XKB always undefined | emersion | |
2018-03-30 | backend/x11: fix input events | emersion | |
2018-03-30 | backend/x11: refactor, prepare support for multiple outputs | emersion | |