summaryrefslogtreecommitdiffstats
path: root/include/sway/input
Commit message (Collapse)AuthorAge
* Render drag iconsLibravatar emersion2018-06-09
|
* Comment to explain sway_shortcut_state listsLibravatar frsfnrrg2018-06-01
|
* Rewrite shortcut handling code to avoid hardcoded valuesLibravatar frsfnrrg2018-06-01
| | | | | | | | | The same shortcut algorithm is now used for keycodes, raw keysyms, and translated keysyms. Pressed keysyms are now stored in association with the keycodes that generated them. Modifier keycodes (and associated keysyms) are identified retroactively by the subsequent change to the modifier flags.
* Move previous cursor_position inline.Libravatar Scott Leggett2018-05-28
|
* Store previous position in sway_cursor.Libravatar Scott Leggett2018-05-28
|
* Focus containers only on entry.Libravatar Scott Leggett2018-05-27
|
* Don't track damage for views on inactive tabsLibravatar Ryan Dwyer2018-05-21
|
* Fix border commands from changing focusLibravatar Brian Ashworth2018-05-20
|
* Default to current time when triggering cursor eventsLibravatar emersion2018-04-21
|
* Clean up cursor simulation code.Libravatar Danny Bautista2018-04-10
|
* Implement cursor event simulation with sway commands.Libravatar Danny Bautista2018-04-10
|
* Merge pull request #1769 from acrisci/focus-inactive-fixesLibravatar Drew DeVault2018-04-08
|\ | | | | Focus inactive fixes
| * 80charLibravatar Tony Crisci2018-04-08
| |
| * Merge branch 'wlroots' into focus-inactive-fixesLibravatar Tony Crisci2018-04-08
| |\
| * | seat focus inactive children foreachLibravatar Tony Crisci2018-04-07
| | |
| * | seat get focus inactive viewLibravatar Tony Crisci2018-04-07
| | |
* | | Fix cursor motion issuesLibravatar Drew DeVault2018-04-08
| |/ |/| | | | | | | | | | | Use only one canonical cursor x/y position and send cursor enter when mouse is warped. Tangentally related to #1714
* | Implement tablet tool supportLibravatar Drew DeVault2018-04-08
|/
* Give keyboard focus to unmanaged xwayland surfacesLibravatar emersion2018-04-07
| | | | This fixes dmenu
* Address review feedbackLibravatar Drew DeVault2018-04-04
|
* Implement input-inhibit in sway, swaylockLibravatar Drew DeVault2018-04-04
|
* Add input inhibitor to input managerLibravatar Drew DeVault2018-04-04
|
* Give exclusive focus to layers above shell layerLibravatar Drew DeVault2018-04-02
|
* Merge branch 'wlroots' into split-containersLibravatar Tony Crisci2018-04-02
|\
| * dont copy input configLibravatar Tony Crisci2018-04-02
| |
| * remove unused attachment configLibravatar Tony Crisci2018-04-02
| |
| * dont copy seat config on the seatLibravatar Tony Crisci2018-04-02
| |
| * rename input-manager functionsLibravatar Tony Crisci2018-04-02
| |
| * rename seat functionsLibravatar Tony Crisci2018-04-02
| |
* | basic split containersLibravatar Tony Crisci2018-03-31
|/
* Address review feedbackLibravatar Drew DeVault2018-03-31
|
* Handle set_cursor requests from clientsLibravatar emersion2018-03-30
| | | | | Allow clients to set a custom cursor if they have the seat's pointer focus.
* Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
| | | | | This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
* Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
|
* rename container functionsLibravatar Tony Crisci2018-03-29
|
* remove swayc_t typedefLibravatar Tony Crisci2018-03-29
|
* rename new_input listener on input-managerLibravatar Tony Crisci2018-02-20
|
* add doc to sway_seat_get_focus_inactive()Libravatar Tony Crisci2018-02-20
|
* fix build for latest apiLibravatar Tony Crisci2018-02-14
|\
| * input device destroyLibravatar Tony Crisci2018-02-14
| |
* | get swayc in directionLibravatar Tony Crisci2018-02-14
| |
* | separate seat get focus and seat get focus inactiveLibravatar Tony Crisci2018-02-07
| |
* | basic focus overhaulLibravatar Tony Crisci2018-02-04
|/
* Implement workspacesLibravatar Drew DeVault2018-01-30
|
* config reload: destroy old seat when removed from configLibravatar Dominique Martinet2018-01-22
| | | | | This adds new sway_seat_destroy and sway_cursor_destroy helpers and compare new and old config on free
* add kill commandLibravatar Tony Crisci2018-01-20
|
* seat config handler contextLibravatar Tony Crisci2018-01-20
|
* input config handler contextLibravatar Tony Crisci2018-01-20
|
* binding releaseLibravatar Tony Crisci2018-01-04
|
* keyboard translate keysymsLibravatar Tony Crisci2017-12-27
|