Age | Commit message (Expand) | Author |
2022-05-31 | backend/drm: improve atomic commit flag logging | Simon Ser |
2022-05-30 | output: pass wlr_output_state to backend | Simon Ser |
2022-05-27 | backend/x11: fix output model strdup call | Simon Ser |
2022-05-26 | backend/drm: fix crash with null serial | vaxerski |
2022-05-26 | output: turn make/model/serial into char * | Simon Ser |
2022-05-26 | backend/drm: fix crash in init_drm_surface | Simon Ser |
2022-05-25 | backend/drm: remove wlr_drm_surface.{width,height} | Simon Ser |
2022-05-24 | backend/drm: allow non-linear modifiers for multi-GPU | Simon Ser |
2022-05-11 | backend/drm: fetch EDID manufacturer from udev_hwdb | Simon Ser |
2022-05-10 | backend/headless: allow variable refresh rate | Simon Ser |
2022-04-29 | backend/wayland: reset active pointer on destroy | Kirill Primak |
2022-04-28 | Revert "backend/wayland: zero out finished input devices" | Simon Ser |
2022-04-28 | Zero-initialize structs in init functions | Simon Ser |
2022-04-22 | backend/wayland: zero out finished input devices | Kirill Primak |
2022-04-22 | backend/wayland/pointer: fix indentation | Kirill Primak |
2022-04-22 | seat: Don't finish wlr_keyboard if server was never started | Alexander Orzechowski |
2022-03-17 | types/wlr_touch: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_tablet_tool: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_tablet_pad: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_switch: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_keyboard: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_pointer: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_input_device: move width_mm and height_mm fields to wlr_tablet and ... | Simon Zeni |
2022-03-17 | types/wlr_input_device: move output_name field to wlr_pointer and wlr_touch | Simon Zeni |
2022-03-17 | backend/wayland: remove wl_seat_listener from public API | Simon Zeni |
2022-03-17 | backend/wayland: remove wlr_wl_input_device | Simon Zeni |
2022-03-17 | backend/wayland/tablet_v2: give wlr_tablet_* ownership to wlr_wl_seat | Simon Zeni |
2022-03-17 | backend/wayland: give wlr_touch ownership to wlr_wl_seat | Simon Zeni |
2022-03-17 | backend/wayland: drop wlr_switch support | Simon Zeni |
2022-03-17 | backend/wayland: give wlr_pointer ownership to wlr_wl_seat | Simon Zeni |
2022-03-17 | backend/wayland: give wlr_keyboard ownership to wlr_wl_seat | Simon Zeni |
2022-03-13 | Pass O_CLOEXEC to drmModeCreateLease calls | Samuel Čavoj |
2022-03-11 | types/wlr_tablet_tool: remove name ambiguity | David96 |
2022-03-07 | types/wlr_input_device: move init and finish function to private API | Simon Zeni |
2022-03-07 | types/wlr_input_device: remove wlr_input_device_destroy | Simon Zeni |
2022-03-07 | interface/wlr_touch: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_tablet_tool: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_tablet_pad: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_switch: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_pointer: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_keyboard: rework destroy sequence | Simon Zeni |
2022-03-02 | backend/libinput: public API cleanup | Simon Zeni |
2022-03-02 | backend/libinput: rework tablet_pad interface | Simon Zeni |
2022-03-02 | backend/libinput: rework tablet interface | Simon Zeni |
2022-03-02 | backend/libinput: rework touch interface | Simon Zeni |
2022-03-02 | backend/libinput: rework switch interface | Simon Zeni |
2022-03-02 | backend/libinput: rework pointer interface | Simon Zeni |
2022-03-02 | backend/libinput: rework keyboard interface | Simon Zeni |
2022-03-02 | backend/libinput: add devices wl_list | Simon Zeni |
2022-02-22 | interfaces: remove wlr_input_device_impl | Simon Zeni |