Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | input_cmd_events: allow toggle modes to be listed | Brian Ashworth | |
This extends `input <identifier> events toggle` to allow for an optional list of modes to toggle through. If no event modes are listed, all supported modes are cycled through (current behavior). If event modes are listed, they will be cycled through, defaulting to the first mode listed when the current mode is not in the list. This modes listed will also not be checked to see if the device supports them and may fail. | |||
2019-01-14 | Remove now-unused "input" argument of cmd_results_new | M Stoeckl | |
Patch tested by compiling with `__attribute__ ((format (printf, 2, 3)))` applied to `cmd_results_new`. String usage constants have been converted from pointers to arrays when encountered. General handler format strings were sometimes modified to include the old input string, especially for unknown command errors. | |||
2019-01-13 | Merge pull request #3342 from RedSoxFan/scroll-buttons-improved | Drew DeVault | |
Improve mouse button parsing: input scroll_button | |||
2019-01-10 | input_cmd_scroll_button: utilize mouse btn helpers | Brian Ashworth | |
This modifies `input_cmd_scroll_button` to utilize the mouse button helper `get_mouse_button` when parsing the button. x11 axis buttons are not supported with this command and `CMD_INVALID` will be returned, but all other x11 buttons, button event names, and button event codes should be working | |||
2019-01-09 | input_cmd_events: implement toggle | Brian Ashworth | |
Implements toggling input events during runtime. This will not attempt to toggle to a mode that is not supported by the device. When toggling the wildcard input, the device specific input configs are altered. Each device will cycle one supported mode. | |||
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion | |
And make sure we don't define both in the same source file. | |||
2018-11-18 | Add scroll factor config option. | Spencer Michaels | |
2018-11-10 | Use parse_boolean where possible. | Connor E | |
2018-10-03 | Fix some missing commands in sway-input(5) | Drew DeVault | |
2018-09-29 | add tap-and-drag setting to sway-input | PP | |
2018-09-23 | Implement support for input wildcard | Brian Ashworth | |
2018-07-25 | Add xkb_numlock/xkb_capslock commands (#2311) | ProgAndy | |
2018-07-23 | Switch to using a function to parse booleans | Brian Ashworth | |
2018-07-14 | Implement tap_button_map for input devices | Brian Ashworth | |
2018-07-13 | add error handling for scroll button out of range | Robert Kubosz | |
user will be informed if the scroll button indentifier values causes underflow or overflow. | |||
2018-07-12 | expanded error detection for scroll button option | Robert Kubosz | |
Now the scroll_button will not accept: - letters on string beginning; - negative numbers. What is tolerated: - letters after number; - rational numbers: the fraction after dot will be omitted. | |||
2018-07-12 | rm constraint for max value of button identifier | Robert Kubosz | |
updated error message to be more adequate for current contraint | |||
2018-07-12 | increase maximum value of button identifier | Robert Kubosz | |
and also cleanup spaces | |||
2018-07-11 | add scroll button option | Robert Kubosz | |
This commit introduces a scroll_button option, which is intended to be used with scroll_method. Now user can edit his sway config and add an scroll_button option to device section. | |||
2018-07-09 | Update for swaywm/wlroots#1126 | emersion | |
2018-07-02 | input_config: free new_input_config on error | Dominique Martinet | |
Found through static analysis. | |||
2018-04-26 | Add map_from_region command | emersion | |
2018-04-19 | Split repeat commands into separate files. | Ryan Dwyer | |
2018-04-18 | Make key repeat configurable | Ryan Dwyer | |
This creates two input commands for configuring the repeat delay and rate. Example config: input "myidentifier" { repeat_delay 250 repeat_rate 25 } | |||
2018-04-08 | Add input "identifier" map_to_output "identifier" | Drew DeVault | |
2018-01-20 | input config handler context | Tony Crisci | |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2017-12-18 | improve xkb command logging | Tony Crisci | |
2017-12-16 | expect exactly one xkb arg | Tony Crisci | |
2017-12-16 | rename config apply cmds | Tony Crisci | |
2017-12-15 | xkb config | Tony Crisci | |
2017-12-14 | basic configuration | Tony Crisci | |
2017-12-12 | seat configuration | Tony Crisci | |
2017-12-12 | config cleanup | Tony Crisci | |
2017-12-11 | input config | Tony Crisci | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-03-10 | UnGNUify the codebase | Drew DeVault | |
2016-10-25 | Add left_handed support for input devices | Michał Winiarski | |
Some users may want to switch buttons on their input devices, turns out libinput already supports it. Let's add a support for it in our config. Signed-off-by: Michał Winiarski <knr@hardline.pl> | |||
2016-09-02 | merge in latest commits | Zandr Martin | |
2016-09-01 | refactor commands.c | Zandr Martin | |