summaryrefslogtreecommitdiffstats
path: root/sway/input
Commit message (Expand)AuthorAge
* Merge pull request #2276 from RyanDwyer/urgencyLibravatar Drew DeVault2018-07-16
|\
| * Implement urgency base functionalityLibravatar Ryan Dwyer2018-07-16
* | Fix tab split focus bugLibravatar Ryan Dwyer2018-07-16
|/
* Make focus part of transactionsLibravatar Ryan Dwyer2018-07-15
* Implement tap_button_map for input devicesLibravatar Brian Ashworth2018-07-14
* Merge pull request #2252 from rkubosz/scroll-button-optionLibravatar Drew DeVault2018-07-13
|\
| * add scroll button optionLibravatar Robert Kubosz2018-07-11
* | Fix crash in seat codeLibravatar Ryan Dwyer2018-07-12
* | fix crash on floating windowsLibravatar dudemanguy2018-07-11
|/
* Move floating windows to front when focusedLibravatar Ryan Dwyer2018-07-11
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* Merge branch 'master' into leaksLibravatar emersion2018-07-06
|\
| * Merge branch 'master' into remove-input-fixLibravatar Drew DeVault2018-07-06
| |\
| | * Fix pointer button events for layer surfacesLibravatar Brian Ashworth2018-07-05
| * | Attach destroy handler earlierLibravatar Ian Fan2018-07-06
| |/
* / keyboard: free xkb keymap on destroyLibravatar Dominique Martinet2018-07-05
|/
* Fix focus related damageLibravatar Ryan Dwyer2018-07-04
* Don't return pending children in seat_get_active_current_childLibravatar Ryan Dwyer2018-07-02
* Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-29
|\
| * fix handling key modifiers if not pressed at firstLibravatar Armin Preiml2018-06-28
| * Merge branch 'master' into xwayland-wants-floatLibravatar Ryan Dwyer2018-06-27
| |\
| | * dont focus-follow-mouse when keyboard grabLibravatar Tony Crisci2018-06-24
| * | Automatically float xwayland windowsLibravatar emersion2018-06-18
| |/
* / Fix crash when deleting last child in a tabbed or stacked containerLibravatar Ryan Dwyer2018-06-23
|/
* Fix keyboard shortcut handling inconsistenciesLibravatar frsfnrrg2018-06-12
* 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