aboutsummaryrefslogtreecommitdiff
path: root/sway/input/seat.c
AgeCommit message (Expand)Author
2018-06-18Automatically float xwayland windowsemersion
2018-06-09Render drag iconsemersion
2018-06-04Restore focus when unmapping layer shell surfacesRyan Dwyer
2018-06-03Fix seat_get_active_childRyan Dwyer
2018-06-01Fix mouse warping interaction with layout coordsDrew DeVault
2018-06-01Implement floatingRyan Dwyer
2018-05-28Fix ancestor typosRyan Dwyer
2018-05-28Remove unused function.Scott Leggett
2018-05-28Store previous position in sway_cursor.Scott Leggett
2018-05-27Focus containers only on entry.Scott Leggett
2018-05-21Don't track damage for views on inactive tabsRyan Dwyer
2018-05-20Fix border commands from changing focusBrian Ashworth
2018-05-11Highlight all child borders when using focus parentRyan Dwyer
2018-05-10Damage container on focusemersion
2018-05-03Default to backend-wise input device mapping, if anyemersion
2018-05-02Implement basic touch supportDrew DeVault
2018-04-28Refactor arrange_windows()Ryan Dwyer
2018-04-26Add map_from_region commandemersion
2018-04-24Fix segfault when switching back to workspace with osu!emersion
2018-04-21Default to current time when triggering cursor eventsemersion
2018-04-21Update cursor when workspace focus changesemersion
2018-04-19Fix qutebrowser crash on context menu dismissalDrew DeVault
2018-04-17Create sway_workspace struct.Ryan Dwyer
2018-04-16Implement fullscreen.Ryan Dwyer
2018-04-15remove empty workspace when focusing its outputdb
2018-04-13seat_set_focus_wrap: fix use-after-free when destroying last focused containerDominique Martinet
2018-04-08Merge pull request #1769 from acrisci/focus-inactive-fixesDrew DeVault
2018-04-08Add input "identifier" map_to_output "identifier"Drew DeVault
2018-04-08Merge branch 'wlroots' into focus-inactive-fixesTony Crisci
2018-04-08Fix cursor motion issuesDrew DeVault
2018-04-08push all parents of focused container in focus stackTony Crisci
2018-04-08Implement tablet tool supportDrew DeVault
2018-04-07seat focus inactive children foreachTony Crisci
2018-04-07seat get focus inactive viewTony Crisci
2018-04-07Give keyboard focus to unmanaged xwayland surfacesemersion
2018-04-06Add debug tree viewDrew DeVault
2018-04-06Fix deletion of still-visible workspaces on unfocusDrew DeVault
2018-04-04Merge branch 'wlroots' into fix-focus-inactiveTony Crisci
2018-04-04fix focus childTony Crisci
2018-04-04Remove unused SWAY_VIEW_TYPESemersion
2018-04-04try to fix focus-inactiveTony Crisci
2018-04-04Address review feedbackDrew DeVault
2018-04-04Implement input-inhibit in sway, swaylockDrew DeVault
2018-04-04Add input inhibitor to input managerDrew DeVault
2018-04-04Refocus the last focused container on lock exitDrew DeVault
2018-04-04Merge branch 'wlroots' into split-containers2Tony Crisci
2018-04-03move output damage to workspace destructorTony Crisci
2018-04-03move view and workspace destructors to container.cTony Crisci
2018-04-02Give exclusive focus to layers above shell layerDrew DeVault
2018-04-02Merge branch 'wlroots' into split-containersTony Crisci