aboutsummaryrefslogtreecommitdiff
path: root/backend/libinput/events.c
AgeCommit message (Expand)Author
2024-02-28pointer: drop enum wlr_axis_sourceSimon Ser
2024-02-15Define _POSIX_C_SOURCE globallySimon Ser
2023-10-03treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practicalAlexander Orzechowski
2022-12-06build: unify naming for HAVE_* definesSimon Ser
2022-09-22backend/libinput: Fix SIGSEGV found in low-memory fuzzingJohn Lindgren
2022-08-18Use wl_signal_emit_mutableAlexander Orzechowski
2022-07-11backend/libinput: handle high-res scroll eventsJosé Expósito
2022-06-21wlr_input_device: remove anon union fieldIsaac Freund
2022-03-07interface/wlr_touch: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_tablet_tool: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_tablet_pad: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_switch: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_pointer: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_keyboard: rework destroy sequenceSimon Zeni
2022-03-02backend/libinput: public API cleanupSimon Zeni
2022-03-02backend/libinput: rework tablet_pad interfaceSimon Zeni
2022-03-02backend/libinput: rework tablet interfaceSimon Zeni
2022-03-02backend/libinput: rework touch interfaceSimon Zeni
2022-03-02backend/libinput: rework switch interfaceSimon Zeni
2022-03-02backend/libinput: rework pointer interfaceSimon Zeni
2022-03-02backend/libinput: rework keyboard interfaceSimon Zeni
2022-03-02backend/libinput: add devices wl_listSimon Zeni
2022-02-22interfaces: remove wlr_input_device_implSimon Zeni
2022-02-21backend/libinput: remove wlr_input_device_implSimon Zeni
2022-02-21types/wlr_input_device: default vendor and product id to 0Simon Zeni
2021-11-23input-device: remove wlr_input_device.linkSimon Ser
2021-09-27backend/libinput: send hold gesture eventsJosé Expósito
2021-07-08Fix invalid uses of wl_array_for_eachSimon Ser
2021-07-08backend/libinput: send touch frame eventsSimon Ser
2021-07-01backend/libinput: stop using wlr_list internallySimon Ser
2019-11-20Add -Wmissing-prototypesSimon Ser
2019-03-19s/lid_switch/switch_deviceRyan Walklin
2019-01-28Implement the pointer-gestures-unstable-v1 protocolGreg V
2018-12-15[WIP][DONTMERGE]Add support for libinput_switch input devicesRyan Walklin
2018-09-18backend/libinput: add assertionsemersion
2018-07-14rename wlr_tablet_tool to wlr_tabletMarkus Ongyerth
2018-07-14Use tablet_tool impl in libinput backendMarkus Ongyerth
2018-07-14backend/libinput: Manage tablet tool livetimesMarkus Ongyerth
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-04-29input-device: add output_name field, populate it from libinputemersion
2018-04-25Don't use the wlr_ prefix for static functionsemersion
2018-04-25Make sure we don't use others' prefixesemersion
2018-04-25Remove wlr_ prefix from local symbolsemersion
2018-03-28Remove width_mm from tablet eventsDrew DeVault
2018-03-06Add const to x11 and input interfacesScott Anderson
2018-02-19Revert "ELF Visibility"Drew DeVault
2018-02-19Explicitly export EFL symbolsScott Anderson
2018-02-12Reformat all #include directivesemersion
2018-02-12Make wlr_signal_emit_safe privateemersion
2018-02-12Remove wlr_backend.events.{output_remove,device_remove}emersion