aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input
Commit message (Expand)AuthorAge
* Render drag iconsLibravatar emersion2018-06-09
* Initialise previous cursor position.Libravatar Scott Leggett2018-06-06
* Don't set focus to NULL when clicking a surface which has no containerLibravatar Ryan Dwyer2018-06-04
* Restore focus when unmapping layer shell surfacesLibravatar Ryan Dwyer2018-06-04
* Fix seat_get_active_childLibravatar Ryan Dwyer2018-06-03
* Make command block implementation genericLibravatar Brian Ashworth2018-06-02
* Style fix, redundant entry removal, fix extra keysym deleteLibravatar frsfnrrg2018-06-01
* Rename update_shortcut_model to update_shortcut_stateLibravatar frsfnrrg2018-06-01
* Rename check_shortcut_model to get_active_bindingLibravatar frsfnrrg2018-06-01
* Style fixed for keyboard.cLibravatar frsfnrrg2018-06-01
* Remove almost-always redundant loop in key handlingLibravatar frsfnrrg2018-06-01
* Rewrite shortcut handling code to avoid hardcoded valuesLibravatar frsfnrrg2018-06-01
* Fix mouse warping interaction with layout coordsLibravatar Drew DeVault2018-06-01
* Store swayc coordinates as layout-localLibravatar Ryan Dwyer2018-06-01
* Implement floatingLibravatar Ryan Dwyer2018-06-01
* Fix ancestor typosLibravatar Ryan Dwyer2018-05-28
* Merge pull request #2050 from smlx/focus-fixLibravatar Drew DeVault2018-05-27
|\
| * Improve comment.Libravatar Scott Leggett2018-05-28
| * Avoid assert on container type.Libravatar Scott Leggett2018-05-28
| * Move previous cursor_position inline.Libravatar Scott Leggett2018-05-28
| * Remove unused function.Libravatar Scott Leggett2018-05-28
| * Simplify logic, remove redundant variables.Libravatar Scott Leggett2018-05-28
| * Rely on view_is_visible rather thank walking the tree ourselves.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
* | Implement bindsym/bindcode --lockedLibravatar frsfnrrg2018-05-27
|/
* Replace oft-failing abort with if statementLibravatar Drew DeVault2018-05-26
* Check for next_focus before assertLibravatar Ivan Chebykin2018-05-26
* Fix usage of sway_assertLibravatar Ivan Chebykin2018-05-26
* Moved visibility check of of loop, added assertsLibravatar Ivan Chebykin2018-05-26
* Break after first tabbed/stacked layoutLibravatar Ivan Chebykin2018-05-25
* Fix mouse focusing for horizontal/vertical views in tabbed containersLibravatar Ivan Chebykin2018-05-25
* Fixed styling issuesLibravatar Ivan Chebykin2018-05-25
* Focus inactive container instead of checking cursor positionLibravatar Ivan Chebykin2018-05-25
* Skip all nested containersLibravatar Ivan Chebykin2018-05-25
* Implement correct focusing for tabbed containersLibravatar Ivan Chebykin2018-05-25
* Fix focusing from other containersLibravatar Ivan Chebykin2018-05-25
* Don't focus tabbed and stacked containers on mouseoverLibravatar Ivan Chebykin2018-05-25
* Fix focus follows mouse with no focusLibravatar Drew DeVault2018-05-21
* Don't track damage for views on inactive tabsLibravatar Ryan Dwyer2018-05-21
* Implement tabbed layoutLibravatar Ryan Dwyer2018-05-21
* Fix border commands from changing focusLibravatar Brian Ashworth2018-05-20
* Fix focus_follows_mouse over swaybarLibravatar Drew DeVault2018-05-20
* Idle handling for dpms/lockscreen et alLibravatar Mattias Eriksson2018-05-13
* Send pointer discrete axis values and sourceLibravatar emersion2018-05-12
* Highlight all child borders when using focus parentLibravatar Ryan Dwyer2018-05-11
* Damage container on focusLibravatar emersion2018-05-10
* Merge pull request #1907 from emersion/backend-input-mappingLibravatar Drew DeVault2018-05-03
|\
| * Default to backend-wise input device mapping, if anyLibravatar emersion2018-05-03
* | Hide cursor on touch downLibravatar Drew DeVault2018-05-03
|/