aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/input
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-09-07commands/input/map_from_region: don't treat 0x prefix as hex identifieriff
2023-06-16input/libinput: add scroll_button_lock methodCezary Drożak
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser
2022-12-09Add libinput RotationAngleLucas Zampieri
2022-11-28Make libinput backend optionalSimon Ser
2022-10-30Support libinput's 1.21 new dwtp optionpudiva chip líquida
2022-06-22Remove access to wlr_input_device unionSimon Ser
2022-04-28xkb_switch_layout: fix relative layout switchesVictor Makarov
2022-02-21sway/commands: add missing wlr_keyboard interface include in xkb_switch_layoutSimon Zeni
2021-07-07Update wlr_box includesSimon Ser
2020-10-12input/tablet: add tool_mode option to set tablet tools as relative inputTudor Brindus
2020-06-19input_cmd_click_method: fix typo in error textTudor Brindus
2020-03-11input: implement cycling through keyboard layout listBor Grošelj Simić
2020-02-18input_cmd_events: add support for input typesBrian Ashworth
2019-11-21input_cmd_xkb_file: allow shell path expansionBrian Ashworth
2019-11-17Use an enum instead of a marker string for map_to_Tadeo Kondrak
2019-11-17Implement input map_to_region commandTadeo Kondrak
2019-07-18input_cmd_xkb_switch_layout: support input typesBrian Ashworth
2019-07-17input_cmd_xkb_*: cleanup includesEd Younis
2019-07-17Implement input_cmd_xkb_file (#3999)Ed Younis
2019-07-05calibration_matrix: expect 6 individual valuesSergei Dolgov
2019-07-05Use isnanSergei Dolgov
2019-07-05Add calibration_matrix config optionSergei Dolgov
2019-06-09Add a new xkb_switch_layout commandSimon Ser
2019-06-09config/input: validate xkb keymap before storingBrian Ashworth
2019-01-21Merge pull request #3480 from RedSoxFan/input-modes-improved-toggleDrew DeVault
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-21input_cmd_events: allow toggle modes to be listedBrian Ashworth
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-13Merge pull request #3342 from RedSoxFan/scroll-buttons-improvedDrew DeVault
2019-01-10input_cmd_scroll_button: utilize mouse btn helpersBrian Ashworth
2019-01-09input_cmd_events: implement toggleBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-18Add scroll factor config option.Spencer Michaels
2018-11-10Use parse_boolean where possible.Connor E
2018-10-03Fix some missing commands in sway-input(5)Drew DeVault
2018-09-29add tap-and-drag setting to sway-inputPP
2018-09-23Implement support for input wildcardBrian Ashworth
2018-07-25Add xkb_numlock/xkb_capslock commands (#2311)ProgAndy
2018-07-23Switch to using a function to parse booleansBrian Ashworth
2018-07-14Implement tap_button_map for input devicesBrian Ashworth
2018-07-13add error handling for scroll button out of rangeRobert Kubosz
2018-07-12expanded error detection for scroll button optionRobert Kubosz
2018-07-12rm constraint for max value of button identifierRobert Kubosz
2018-07-12increase maximum value of button identifierRobert Kubosz
2018-07-11add scroll button optionRobert Kubosz
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-02input_config: free new_input_config on errorDominique Martinet
2018-04-26Add map_from_region commandemersion