aboutsummaryrefslogtreecommitdiff
path: root/backend/libinput/tablet_tool.c
AgeCommit message (Expand)Author
2024-02-15Define _POSIX_C_SOURCE globallySimon Ser
2023-10-03treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practicalAlexander Orzechowski
2023-10-02docs: replace the less commonly used "::" with "."Kirill Primak
2023-06-14backend/libinput: use struct initializers for eventsSimon Ser
2022-08-18Use wl_signal_emit_mutableAlexander Orzechowski
2022-03-17types/wlr_tablet_tool: uniformize events nameSimon Zeni
2022-03-17types/wlr_input_device: move width_mm and height_mm fields to wlr_tablet and ...Simon Zeni
2022-03-07interface/wlr_tablet_tool: rework destroy sequenceSimon Zeni
2022-03-02backend/libinput: rework tablet interfaceSimon Zeni
2022-02-21backend/libinput: remove wlr_input_device_implSimon Zeni
2022-02-21types/wlr_tablet_tool: add base wlr_input_deviceSimon Zeni
2021-08-15input/tablet: fix `wl_array_for_each` usage on tablet proximityTudor Brindus
2021-07-08Fix invalid uses of wl_array_for_eachSimon Ser
2021-07-05backend/libinput: use wl_array for wlr_libinput_tablet.toolsSimon Ser
2021-07-01tablet: stop using wlr_listSimon Ser
2021-02-05Make implementation function lists static constManuel Stoeckl
2020-11-15backend/libinput: require libinput 1.14Simon Ser
2020-05-19Fix -Wreturn-type warningsSimon Ser
2020-04-27input/tablet: populate tool tip event positionTudor Brindus
2020-04-21backend/libinput: correctly populate x/y fields on tablet proximity inTudor Brindus
2019-08-11Add libinput-1.14 supportDrew DeVault
2018-09-18backend/libinput: add assertionsemersion
2018-07-14Remove last remnant of tool_tool in libinputMarkus Ongyerth
2018-07-14rename wlr_tablet_tool to wlr_tabletMarkus Ongyerth
2018-07-14Handle relative motion for mouse toolsMarkus Ongyerth
2018-07-14Add asserts and rename destroy function in libinput backendMarkus Ongyerth
2018-07-14Use wlr_list for paths, and improve inert resource handlingMarkus Ongyerth
2018-07-14Use tablet_tool impl in libinput backendMarkus Ongyerth
2018-07-141st feedback passMarkus Ongyerth
2018-07-14Fix borked rebaseMarkus Ongyerth
2018-07-14Add tool buttonsMarkus Ongyerth
2018-07-14Propagate most axis events to clientsMarkus Ongyerth
2018-07-14Basic tablet_v2 object lifetimeMarkus Ongyerth
2018-07-14storage commit #2Markus Ongyerth
2018-07-14backend/libinput: Manage tablet tool livetimesMarkus Ongyerth
2018-07-09util: add wlr_ prefix to log symbolsemersion
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-07Add mode support to libinput backendDrew DeVault
2018-02-12Reformat all #include directivesemersion
2018-02-12Make wlr_signal_emit_safe privateemersion
2018-02-12Add wlr_signal_emit_safeemersion
2017-11-04Improve input sensitivityDrew DeVault
2017-10-30remove time usecTony Crisci
2017-10-30refactor input time_sec to time_msecTony Crisci
2017-08-28implement tablet tool devicesTony Crisci
2017-08-14Refactor out wlr_tablet_tool_stateDominique Martinet
2017-08-13libinput backend: massive renamingDominique Martinet
2017-08-11Build libinput events on the stack instead of allocatingDominique Martinet