Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-12 | Include wlr/config.h in x11.h | Scott Anderson | |
This fixes a warning from the linker when using LTO, due to mismatched types. | |||
2018-09-18 | backend/x11: add assertions | 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,headless}: fix refresh rate | emersion | |
2018-04-03 | backend/x11: fix cursor position when receiving configure event | emersion | |
2018-03-31 | backend/x11: hide cursor | emersion | |
2018-03-30 | backend/x11: fix input events | emersion | |
2018-03-30 | backend/x11: add WLR_X11_OUTPUTS support | emersion | |
2018-03-30 | backend/x11: refactor, prepare support for multiple outputs | emersion | |
2018-03-28 | backend/x11: make xcb-xkb optional, remove global state | emersion | |
2018-03-06 | Use xcb atoms properly | Scott Anderson | |
2018-02-18 | x11 backend: set window title | Guido Günther | |
This makes windows identifiable in the window list | |||
2018-02-12 | Reformat all #include directives | emersion | |
2018-01-23 | Backport screenshooter fixes from the renderer redesign v1 | emersion | |
This backports some changes to #319 to fix the screenshooter data format. This also adds wlr_backend_get_renderer which will be useful to support multiple renderers. | |||
2017-12-19 | x11 backend: add wlr_input_device_is_x11 | Dominique Martinet | |
2017-12-19 | x11 backend: add wlr_output_is_x11 | Dominique Martinet | |
2017-12-07 | Listen to display destroy in backends | emersion | |
2017-10-22 | Move egl.h to render/egl.h | Scott Anderson | |
2017-09-29 | Fix time and transform | Scott Anderson | |
2017-09-29 | Add closing with WM button | Scott Anderson | |
2017-09-29 | Add timer for rendering loop | Scott Anderson | |
2017-09-29 | Add basic input | Scott Anderson | |
2017-09-29 | Basic rendering | Scott Anderson | |
2017-09-29 | Add EGL for X11 | Scott Anderson | |
2017-09-29 | Open X11 Window | Scott Anderson | |
2017-09-29 | Add X11 backend skeleton | Scott Anderson | |