Commit Graph

278 Commits (a4bcddcfdc67ef64edf3737342a99c4e41cae6d4)

Author SHA1 Message Date
Ryan Dwyer 15dc5286e2 Move floating windows to front when focused 7 years ago
emersion 63b4bf5000
Update for 7 years ago
emersion b3c55dd909
Merge branch 'master' into leaks 7 years ago
Drew DeVault 3d2595b102
Merge branch 'master' into remove-input-fix 7 years ago
Ian Fan f63b209d51 Attach destroy handler earlier 7 years ago
Brian Ashworth c833ae64bc Fix pointer button events for layer surfaces 7 years ago
Dominique Martinet 8a771785ad keyboard: free xkb keymap on destroy 7 years ago
Ryan Dwyer 0bd41a0dae Fix focus related damage 7 years ago
Ryan Dwyer 1e4807efa0 Don't return pending children in seat_get_active_current_child 7 years ago
Ryan Dwyer a2fbb20a61 Merge remote-tracking branch 'upstream/master' into atomic 7 years ago
Armin Preiml 1eede432fc fix handling key modifiers if not pressed at first 7 years ago
Ryan Dwyer bf38081382
Merge branch 'master' into xwayland-wants-float 7 years ago
Tony Crisci e9ad10c2d6 dont focus-follow-mouse when keyboard grab 7 years ago
Ryan Dwyer 32b865e610 Fix crash when deleting last child in a tabbed or stacked container 7 years ago
emersion cda66e9a26
Automatically float xwayland windows 7 years ago
frsfnrrg ca061ba8bf Fix keyboard shortcut handling inconsistencies 7 years ago
emersion cfd02918c0
Render drag icons 7 years ago
Scott Leggett 609c420501 Initialise previous cursor position. 7 years ago
Ryan Dwyer bcdb676abb Don't set focus to NULL when clicking a surface which has no container 7 years ago
Ryan Dwyer 9253278328 Restore focus when unmapping layer shell surfaces 7 years ago
Ryan Dwyer 57e78414fa Fix seat_get_active_child 7 years ago
Brian Ashworth 7c810dc344 Make command block implementation generic 7 years ago
frsfnrrg 78b7b46895 Style fix, redundant entry removal, fix extra keysym delete 7 years ago
frsfnrrg 480f0c593c Rename update_shortcut_model to update_shortcut_state 7 years ago
frsfnrrg 83d559dd03 Rename check_shortcut_model to get_active_binding 7 years ago
frsfnrrg c53e4e6cde Style fixed for keyboard.c 7 years ago
frsfnrrg f2fe93d171 Remove almost-always redundant loop in key handling 7 years ago
frsfnrrg a056419ad7 Rewrite shortcut handling code to avoid hardcoded values 7 years ago
Drew DeVault e605dc43bb Fix mouse warping interaction with layout coords 7 years ago
Ryan Dwyer e4e912ea91 Store swayc coordinates as layout-local 7 years ago
Ryan Dwyer 1f2e399ade Implement floating 7 years ago
Ryan Dwyer 7c7d24600b Fix ancestor typos 7 years ago
Drew DeVault b2c0ba5b18
Merge pull request from smlx/focus-fix 7 years ago
frsfnrrg a78a5684ea Implement bindsym/bindcode --locked 7 years ago
Scott Leggett 4d8120ccf3 Improve comment. 7 years ago
Scott Leggett b57f88e7db Avoid assert on container type. 7 years ago
Scott Leggett 1b8de39287 Move previous cursor_position inline. 7 years ago
Scott Leggett d1ebbebea0 Remove unused function. 7 years ago
Scott Leggett 0039f7a4fd Simplify logic, remove redundant variables. 7 years ago
Scott Leggett dd86444e59 Rely on view_is_visible rather thank walking the tree ourselves. 7 years ago
Scott Leggett 4cd304e4ba Store previous position in sway_cursor. 7 years ago
Scott Leggett 06098bef98 Focus containers only on entry. 7 years ago
Drew DeVault fea654a6ce Replace oft-failing abort with if statement 7 years ago
Ivan Chebykin 464ec44b00
Check for next_focus before assert 7 years ago
Ivan Chebykin 6e6b0decd9
Fix usage of sway_assert 7 years ago
Ivan Chebykin 820a8c9c2d
Moved visibility check of of loop, added asserts 7 years ago
Ivan Chebykin 740234a4bc
Break after first tabbed/stacked layout 7 years ago
Ivan Chebykin 53516fa03f
Fix mouse focusing for horizontal/vertical views in tabbed containers 7 years ago
Ivan Chebykin f85d3e15ba
Fixed styling issues 7 years ago
Ivan Chebykin e19fe56e2f
Focus inactive container instead of checking cursor position 7 years ago
Ivan Chebykin 3b67253312
Skip all nested containers 7 years ago
Ivan Chebykin c62efbb5ce
Implement correct focusing for tabbed containers 7 years ago
Ivan Chebykin c1be4b0153
Fix focusing from other containers 7 years ago
Ivan Chebykin 87af08966a
Don't focus tabbed and stacked containers on mouseover 7 years ago
Drew DeVault 8bbf78fdd4 Fix focus follows mouse with no focus 7 years ago
Ryan Dwyer efc07fb3d4 Don't track damage for views on inactive tabs 7 years ago
Ryan Dwyer c08f9bf257 Implement tabbed layout 7 years ago
Brian Ashworth 82cd55a670 Fix border commands from changing focus 7 years ago
Drew DeVault a3d3c819cf Fix focus_follows_mouse over swaybar 7 years ago
Mattias Eriksson 8fbafbfab5 Idle handling for dpms/lockscreen et al 7 years ago
emersion 50298dc901
Send pointer discrete axis values and source 7 years ago
Ryan Dwyer 83e314bf51 Highlight all child borders when using focus parent 7 years ago
emersion 70b80b4698
Damage container on focus 7 years ago
Drew DeVault 029c9b1796
Merge pull request from emersion/backend-input-mapping 7 years ago
Drew DeVault d233e75eec Hide cursor on touch down 7 years ago
emersion 424006089e
Default to backend-wise input device mapping, if any 7 years ago
Drew DeVault 52aa245b24 Implement basic touch support 7 years ago
emersion 976e6b99b6
Merge branch 'master' into refactor-arrange-windows 7 years ago
Ryan Dwyer 167c2e1aa9 Refactor arrange_windows() 7 years ago
emersion 860d2384b4
Update for 7 years ago
emersion ff61df17ff
Add map_from_region command 7 years ago
emersion 3ed3bdf03f
Fix segfault when switching back to workspace with osu! 7 years ago
emersion 4cf77e1de4
Default to current time when triggering cursor events 7 years ago
emersion 33ed279494
Update cursor when workspace focus changes 7 years ago
Drew DeVault 777800e37a Fix qutebrowser crash on context menu dismissal 7 years ago
Drew DeVault 21eb63cc9e
Merge branch 'master' into fullscreen 7 years ago
Ryan Dwyer 5b30391383 Make key repeat configurable 7 years ago
Ryan Dwyer 8d06b222f0 Fullscreen rendering and input fixes. 7 years ago
Ryan Dwyer 35ccdd67a8 More fullscreen fixes. 7 years ago
Ryan Dwyer c685ef081f Create sway_workspace struct. 7 years ago
Ryan Dwyer 52420cc24d Implement fullscreen. 7 years ago
db f555edf353 remove empty workspace when focusing its output 7 years ago
Dominique Martinet 1fd21650d7 seat_set_focus_wrap: fix use-after-free when destroying last focused container 7 years ago
Danny Bautista 1edb2bd892 Implement cursor event simulation with sway commands. 7 years ago
Drew DeVault 07b6be6214
Merge pull request from acrisci/focus-inactive-fixes 7 years ago
Drew DeVault 0e3ddf255e Add input "identifier" map_to_output "identifier" 7 years ago
Tony Crisci ae78f6fb93 Merge branch 'wlroots' into focus-inactive-fixes 7 years ago
Drew DeVault 9c5a88a7bd Fix cursor motion issues 7 years ago
emersion 5ebc99253a
Use wlr_surface_point_accepts_input for unmanaged surfaces 7 years ago
Tony Crisci 46280460a5 push all parents of focused container in focus stack 7 years ago
Drew DeVault 9114d3b84c Implement tablet tool support 7 years ago
Tony Crisci de811823b6 seat focus inactive children foreach 7 years ago
Tony Crisci c0f9ee7bd1 seat get focus inactive view 7 years ago
emersion 2b357af7ee
Give keyboard focus to unmanaged xwayland surfaces 7 years ago
Drew DeVault 603e0e42c5 Add debug tree view 7 years ago
Drew DeVault cca420b2f8 Fix focus_follows_mouse issues 7 years ago
Drew DeVault b08f7e5183 Fix deletion of still-visible workspaces on unfocus 7 years ago
emersion 641807d920
Handle unmanaged surfaces motion 7 years ago
Tony Crisci 65f254f3fb Merge branch 'wlroots' into fix-focus-inactive 7 years ago
Tony Crisci deda37469a fix focus child 7 years ago