aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
Commit message (Expand)AuthorAge
* input/tablet: simplify parameter plumbing for tablet referencesLibravatar Tudor Brindus2020-05-10
* input: rename pointer handlers to be unambiguousLibravatar Tudor Brindus2020-05-02
* input: refactor tablet motion into seatop handlerLibravatar Tudor Brindus2020-05-02
* Fix invisible cursor on startupLibravatar Simon Ser2020-05-01
* Don't assert the cursor theme loadsLibravatar Simon Ser2020-05-01
* config/output: reconfigure input devices on new outputLibravatar Tudor Brindus2020-04-24
* input/cursor: fix hide cursor timeouts on tablets and touchscreensLibravatar Tudor Brindus2020-04-22
* Port input method and text input from rootstonLibravatar xdavidwu2020-04-04
* Fix redundant call to seat_send_focus()Libravatar Leo2020-03-23
* input: Avoid creating the PAD device multiple timesLibravatar Olivier Fourdan2020-03-12
* input: Add support for keyboard shortcuts inhibitLibravatar Michael Weiser2020-03-11
* Add seat <seat> idle_{inhibit,wake} <sources...>Libravatar Drew DeVault2019-12-12
* input: seat: Fix seat device list not initialised before useLibravatar Paul Riou2019-11-24
* Add support for wlr_keyboard_groupLibravatar 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
* seat: simplify a strdupLibravatar lbonn2019-11-01
* Updates per wlroots layer shell changesLibravatar Drew DeVault2019-10-16
* input: Add support for tablet protocol.Libravatar John Chadwick2019-09-25
* layer-shell: don't give focus to unmapped layer surfacesLibravatar Simon Ser2019-09-01
* seat: set cursor image only if no pointer cap previouslyLibravatar xdavidwu2019-08-31
* seat: avoid unneeded reloading xcursor themeLibravatar xdavidwu2019-08-31
* input/keyboard: send released only if pressed sentLibravatar Brian Ashworth2019-08-20
* handle_seat_node_destroy: do not focus own nodeLibravatar Brian Ashworth2019-08-13
* bindings: defer while initiailizingLibravatar Brian Ashworth2019-06-12
* Fix segfault with "xwayland false" (#4228)Libravatar Aidan Harris2019-06-08
* add seat sub command 'xcursor_theme'Libravatar Daniel Eklöf2019-06-05
* Fix scratchpad fullscreen behavior and crashLibravatar Brian Ashworth2019-04-13
* Fix potential null accessesLibravatar Ashkan Kiani2019-04-13
* Support WLR_INPUT_DEVICE_SWITCH in swayLibravatar Ryan Walklin2019-03-19
* Remove debug treeLibravatar Ryan Dwyer2019-03-18
* Introduce default seatopLibravatar Ryan Dwyer2019-03-17
* Replace seatup allows_events with button callbackLibravatar Ryan Dwyer2019-03-17
* Set prev_workspace_name based off of focusLibravatar Brian Ashworth2019-03-14
* Don't send button events to surfaces when dragging or resizingLibravatar Ryan Dwyer2019-03-11
* Fix crash in cmd_workspace when layer surface has focusLibravatar emersion2019-03-10
* fix "directive argument is null" errorsLibravatar Jeff Peeler2019-03-09
* seat: don't send button release when not pressedLibravatar emersion2019-02-28
* Update for swaywm/wlroots#1517Libravatar emersion2019-02-23
* handle_seat_node_destroy: update seat->workspaceLibravatar Brian Ashworth2019-02-23
* Fix drag icon map listener not removedLibravatar emersion2019-02-18
* seat: allow tree focus changes while layer focusedLibravatar Brian Ashworth2019-02-14
* seat_configure_tablet_tool: configure xcursorLibravatar Brian Ashworth2019-02-07
* Implement pointer-constraints-unstable-v1Libravatar Las2019-01-30
* Merge pull request #3423 from RyanDwyer/fullscreen-globalLibravatar Drew DeVault2019-01-27
|\
| * Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* | Use sway_log_errno instead of strerrorLibravatar Ian Fan2019-01-24
|/
* Update for swaywm/wlroots#1402Libravatar emersion2019-01-24
* seat_create: set initial focus for added seatsLibravatar Brian Ashworth2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21