aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/input
Commit message (Expand)AuthorAge
* Define _POSIX_C_SOURCE globallyLibravatar Simon Ser2024-02-23
* commands/input/map_from_region: don't treat 0x prefix as hex identifierLibravatar iff2023-09-07
* input/libinput: add scroll_button_lock methodLibravatar Cezary Drożak2023-06-16
* commands: add printf attribute to cmd_results_new()Libravatar Simon Ser2023-04-14
* Add libinput RotationAngleLibravatar Lucas Zampieri2022-12-09
* Make libinput backend optionalLibravatar Simon Ser2022-11-28
* Support libinput's 1.21 new dwtp optionLibravatar pudiva chip líquida2022-10-30
* Remove access to wlr_input_device unionLibravatar Simon Ser2022-06-22
* xkb_switch_layout: fix relative layout switchesLibravatar Victor Makarov2022-04-28
* sway/commands: add missing wlr_keyboard interface include in xkb_switch_layoutLibravatar Simon Zeni2022-02-21
* Update wlr_box includesLibravatar Simon Ser2021-07-07
* input/tablet: add tool_mode option to set tablet tools as relative inputLibravatar Tudor Brindus2020-10-12
* input_cmd_click_method: fix typo in error textLibravatar Tudor Brindus2020-06-19
* input: implement cycling through keyboard layout listLibravatar Bor Grošelj Simić2020-03-11
* input_cmd_events: add support for input typesLibravatar Brian Ashworth2020-02-18
* input_cmd_xkb_file: allow shell path expansionLibravatar Brian Ashworth2019-11-21
* Use an enum instead of a marker string for map_to_Libravatar Tadeo Kondrak2019-11-17
* Implement input map_to_region commandLibravatar Tadeo Kondrak2019-11-17
* input_cmd_xkb_switch_layout: support input typesLibravatar Brian Ashworth2019-07-18
* input_cmd_xkb_*: cleanup includesLibravatar Ed Younis2019-07-17
* Implement input_cmd_xkb_file (#3999)Libravatar Ed Younis2019-07-17
* calibration_matrix: expect 6 individual valuesLibravatar Sergei Dolgov2019-07-05
* Use isnanLibravatar Sergei Dolgov2019-07-05
* Add calibration_matrix config optionLibravatar Sergei Dolgov2019-07-05
* Add a new xkb_switch_layout commandLibravatar Simon Ser2019-06-09
* config/input: validate xkb keymap before storingLibravatar Brian Ashworth2019-06-09
* Merge pull request #3480 from RedSoxFan/input-modes-improved-toggleLibravatar Drew DeVault2019-01-21
|\
| * input_cmd_events: allow toggle modes to be listedLibravatar Brian Ashworth2019-01-21
* | Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
|/
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
* Merge pull request #3342 from RedSoxFan/scroll-buttons-improvedLibravatar Drew DeVault2019-01-13
|\
| * input_cmd_scroll_button: utilize mouse btn helpersLibravatar Brian Ashworth2019-01-10
* | input_cmd_events: implement toggleLibravatar Brian Ashworth2019-01-09
|/
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* Add scroll factor config option.Libravatar Spencer Michaels2018-11-18
* Use parse_boolean where possible.Libravatar Connor E2018-11-10
* Fix some missing commands in sway-input(5)Libravatar Drew DeVault2018-10-03
* add tap-and-drag setting to sway-inputLibravatar PP2018-09-29
* Implement support for input wildcardLibravatar Brian Ashworth2018-09-23
* Add xkb_numlock/xkb_capslock commands (#2311)Libravatar ProgAndy2018-07-25
* Switch to using a function to parse booleansLibravatar Brian Ashworth2018-07-23
* Implement tap_button_map for input devicesLibravatar Brian Ashworth2018-07-14
* add error handling for scroll button out of rangeLibravatar Robert Kubosz2018-07-13
* expanded error detection for scroll button optionLibravatar Robert Kubosz2018-07-12
* rm constraint for max value of button identifierLibravatar Robert Kubosz2018-07-12
* increase maximum value of button identifierLibravatar Robert Kubosz2018-07-12
* add scroll button optionLibravatar Robert Kubosz2018-07-11
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* input_config: free new_input_config on errorLibravatar Dominique Martinet2018-07-02
* Add map_from_region commandLibravatar emersion2018-04-26