Commit Graph

805 Commits (869baff25221e1a1881e9559453faa43f90da33e)

Author SHA1 Message Date
Ryan Dwyer 3faceadffe Fix focus bug with floating containers 7 years ago
Ryan Dwyer 011d1ebfa4 Consider view's min/max sizes when resizing 7 years ago
Ryan Dwyer 9df660ee31 Store last button and use it when views request to move or resize 7 years ago
Ryan Dwyer 6767d8a593 Prevent re-uploading the same cursor image multiple times 7 years ago
Ryan Dwyer 0c87bff5d1 Replace static handle_end_operation with seat_end_mouse_operation 7 years ago
Ryan Dwyer ff445cc855 Implement xdg shell request_move and request_resize events 7 years ago
Ryan Dwyer 1b3b75a094 Use wlr_keyboard_get_modifiers 7 years ago
Ryan Dwyer dd337127d8 Use separate function for choosing edge cursor 7 years ago
Ryan Dwyer 350e9ea929 Fix clicking xwayland menus 7 years ago
Ryan Dwyer c299b6b5cd Use max multiplier when resizing while preserving ratio 7 years ago
Ryan Dwyer 2c6616050a Make mod + resize do it from the top left corner 7 years ago
Ryan Dwyer 3aadf944ae Use WLR_MODIFIER_SHIFT 7 years ago
Ryan Dwyer 9fbe13b9be Implement floating_modifier and mouse operations for floating views 7 years ago
Ryan Dwyer 37b33f92e8 Fix urgent timer logic and remove unnecessary header includes 7 years ago
Ryan Dwyer c2ed3d8bd6 Implement force_display_urgency_hint 7 years ago
Ryan Dwyer 8533c35a9f Fix crash and render issues involving cursor_send_pointer_motion 7 years ago
emersion 747725b8bb Don't unfocus when an override redirect window is mapped 7 years ago
emersion 03d49490cc Update cursor on focus change 7 years ago
Drew DeVault d6bd314dff
Merge pull request from RyanDwyer/urgency 7 years ago
Ryan Dwyer 9ca5cb7faf Fix tab split focus bug 7 years ago
Ryan Dwyer 315d5311b2 Implement urgency base functionality 7 years ago
Ryan Dwyer a120d4c79f Make focus part of transactions 7 years ago
Brian Ashworth 13c6627ddb Implement tap_button_map for input devices 7 years ago
Drew DeVault bcdf04d79c
Merge pull request from rkubosz/scroll-button-option 7 years ago
Ryan Dwyer ee0e1b170e Fix crash in seat code 7 years ago
Robert Kubosz 41b80c28df
add scroll button option 7 years ago
dudemanguy 600c126150 fix crash on floating windows 7 years ago
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
emersion 8eff00f723 Remove unused SWAY_VIEW_TYPES 7 years ago
Tony Crisci 3e61718053 try to fix focus-inactive 7 years ago
Drew DeVault d2d050d59c Address review feedback 7 years ago
Drew DeVault b7e7794912 Implement input-inhibit in sway, swaylock 7 years ago
Drew DeVault 06fbd51ff5 Add input inhibitor to input manager 7 years ago
Drew DeVault 3ede718c06 Refocus the last focused container on lock exit 7 years ago
Tony Crisci 741e3959e3 Merge branch 'wlroots' into split-containers2 7 years ago
Tony Crisci 97b171649d move output damage to workspace destructor 7 years ago
Tony Crisci b4c5f79725 move view and workspace destructors to container.c 7 years ago
Drew DeVault 0bf3b88019 Give layer shells under the shell layer focus 7 years ago
Drew DeVault 56078edd65 Give exclusive focus to layers above shell layer 7 years ago
Tony Crisci a89096278b Merge branch 'wlroots' into split-containers 7 years ago
Tony Crisci d434da5632 Merge branch 'wlroots' into split-containers 7 years ago
emersion a4a241697a
Merge branch 'wlroots' into view-redesign 7 years ago
emersion 2f64ce86c4
Xwayland unmanaged views aren't views anymore 7 years ago
Tony Crisci 357a4401fa address feedback 7 years ago
Tony Crisci 2187684bd0 Merge branch 'wlroots' into split-containers 7 years ago
Tony Crisci c7a6524954 fix segfault 7 years ago
Tony Crisci 5e024278a6 Merge branch 'wlroots' into seat-fixes 7 years ago
Tony Crisci 22287b42bf dont copy input config 7 years ago
Tony Crisci 35445b40a2 remove unused attachment config 7 years ago
Tony Crisci a82c107c76 80col 7 years ago
Drew DeVault b2d871cfe2 Partially implement move command 7 years ago
Tony Crisci 53bb7ea996 dont copy seat config on the seat 7 years ago
Tony Crisci 0828c77251 rename input-manager functions 7 years ago
Tony Crisci e677c5b204 rename seat functions 7 years ago
Tony Crisci eda425fdab fix some segfaults 7 years ago
Tony Crisci 2aec85bf24 clean up view destroy seat cleanup 7 years ago
Tony Crisci 6f7b33e691 handle container destroy in the seat 7 years ago
Tony Crisci 7706d83160 basic split containers 7 years ago
Drew DeVault 122b96abed
Merge pull request from swaywm/follow-warp 7 years ago
Drew DeVault f2332dc75c Address review feedback 7 years ago
Drew DeVault b9d2983324 Fix interaction between warping and following 7 years ago
Drew DeVault 9b38ef950f Implement focus_follows_mouse 7 years ago
Drew DeVault ae6d459000 Implement mouse warping 7 years ago
emersion 98b67e2399
Fix xwayland configure in set_size 7 years ago
Drew DeVault eb5a8e03ff Check for null container 7 years ago
Drew DeVault e4fd47d3a1
Merge pull request from emersion/unmanaged-no-container 7 years ago
Drew DeVault ccdcaa478f Fix bug with previous commit 7 years ago
emersion a44a71c116
Make it clear that unmanaged views don't have a container 7 years ago
Drew DeVault 8aa195e311 Fix 7 years ago
Drew DeVault 5c08e13e50 Set Xwayland seat on focus 7 years ago
emersion b237fa0b22
Set xwayland cursor 7 years ago
Drew DeVault 212b503992 Use wlr_surface_point_accepts_input 7 years ago
Drew DeVault f5470f3338 Pass pointer events to surface layers 7 years ago
emersion 9665642765
Merge branch 'wlroots' into client-cursors 7 years ago
emersion eb716c6c43
Fix segfaults when focusing a workspace 7 years ago
emersion 03255fd202
Fix pointer events for hidden workspaces 7 years ago
emersion 6c9d67b105
Handle set_cursor requests from clients 7 years ago
Drew DeVault 01af343912 Destroy empty workspaces when moving away 7 years ago
Drew DeVault f26ecd9f58 Merge remote-tracking branch 'origin/wlroots' into swaybar-layers 7 years ago
Tony Crisci 8f490d7d2d Fix oversights from previous pull request 7 years ago
Tony Crisci dc8c9fbeb6 Revert "Merge pull request from swaywm/revert-1647-refactor-tree" 7 years ago
Drew DeVault d0c7f66e95
Revert "Refactor tree" 7 years ago
Tony Crisci 92c58b1e63 rename container_for_each_descendent 7 years ago
Drew DeVault 6836074fed Implement enough IPC for swaybar to work 7 years ago
Tony Crisci 4c394a0e9e address feedback 7 years ago
Tony Crisci eca029f218 more renaming things 7 years ago
Tony Crisci b90099b4b7 rename container functions 7 years ago
Tony Crisci 83d09cf594 remove swayc_t typedef 7 years ago
Tony Crisci 874f009866 move tree includes to their own directory 7 years ago
Drew DeVault 1e604f3e35 Update input events per 7 years ago
Tony Crisci ac8269d536 take seat param for handle_command and rename 7 years ago
Tony Crisci 4b3aa59b8b rename new_input listener on input-manager 7 years ago
Tony Crisci 083e11ac7c fix build for latest api 7 years ago
Tony Crisci 06c71f115b input device destroy 7 years ago
Tony Crisci 946d9459c5 get swayc in direction 7 years ago
Tony Crisci ce3a1b3922 properly pick next focus 7 years ago
Tony Crisci 145b4fdf58 use bfs iterator to collect focus stack 7 years ago
Tony Crisci a7d49da239 separate seat get focus and seat get focus inactive 7 years ago
Tony Crisci 5151502298 basic focus overhaul 7 years ago
Drew DeVault b28602aa74 Implement workspaces 7 years ago
Dominique Martinet 5766f426aa config reload: destroy old seat when removed from config 7 years ago
emersion 0c58673c6a
Merge pull request from acrisci/config-refactor 7 years ago
Drew DeVault c933781fac
Merge pull request from acrisci/config-references 7 years ago
Tony Crisci 0e3eae4baa view interface 7 years ago
Tony Crisci c353e01c85 add kill command 7 years ago
Tony Crisci 2bf76509f8 update for new wlr-keyboard modifiers 7 years ago
Tony Crisci 9f54cd8935 copy config references for input and seat 7 years ago
Tony Crisci 83ddd2d9db render override redirect 7 years ago
Dominique Martinet 67985e9031 sway: change all sway_log to wlr_log 7 years ago
Tony Crisci 8b4eb5d7d1 cleanup bindings 7 years ago
Tony Crisci 50e791cadb binding release 7 years ago
Tony Crisci bd3ca70e3d fix nitpicks 7 years ago
Tony Crisci 62b7ab3959 overwrite old bindings 7 years ago
Tony Crisci 0b8481f41a fix keyboard_execute_bindcode 7 years ago
Tony Crisci 8d567cd062 bindcode 7 years ago
Tony Crisci 27cd633b40 run compositor bindings last 7 years ago
Tony Crisci ccaedf5b15 run binding command 7 years ago
Tony Crisci d941246d58 match user bindsym 7 years ago
Tony Crisci daad222337 compositor bindings 7 years ago
Tony Crisci eea80e7276 keyboard translate keysyms 7 years ago
Dominique Martinet f3d8df45fc seat_configure_pointer: apply libinput config 7 years ago
Tony Crisci 63f7fb9517 cleanup 7 years ago
Tony Crisci f35575f71d handle keymap not found 7 years ago
Tony Crisci 39e7871a85 dont set cursor image on motion 7 years ago
Tony Crisci 730af5e721 use snprintf to get identifier len 7 years ago
Tony Crisci a87960711a Merge branch 'feature/input' of github.com:acrisci/sway into feature/input 7 years ago
Tony Crisci 4c436a1a6f remove assumption of one device per identifier 7 years ago
Drew DeVault b0291d126f Fix compile error 7 years ago
Tony Crisci a27736adcd cleanup input-manager 7 years ago
Tony Crisci 88bcd43ebf seat fallback config 7 years ago
Tony Crisci e27eff8a29 send keyboard enter on keyboard configuration 7 years ago
Tony Crisci 0256cd1473 fix keyboard hotplugging 7 years ago
Tony Crisci 9e4fc7253e get device id correctly 7 years ago
Tony Crisci b0ed1ad28d device add/remove logging 7 years ago
Tony Crisci 24e2406429 strip whitespace for device id 7 years ago
Tony Crisci b3a0309f26 fix logging issue for new wlroots 7 years ago
Tony Crisci 9fa70ce426 Merge branch 'wlroots' into feature/input 7 years ago
Tony Crisci 030fcb64da keyboard cleanup 7 years ago
Tony Crisci 9eecbb5d8a xkb config 7 years ago
Tony Crisci 92fef27eaa basic configuration 7 years ago
Tony Crisci c173d30b92 seat configuration 7 years ago
Tony Crisci 163edc5a90 sway input device 7 years ago
Tony Crisci 9ae906cd37 sway pointer 7 years ago
Tony Crisci 4d449743c5 keyboard remove 7 years ago
Tony Crisci 609f63934a basic keyboard 7 years ago
Tony Crisci 6339c4f161 remove pointer device 7 years ago
Tony Crisci 21626e8153 seat focus on button press 7 years ago
Tony Crisci 5f644d78fc button and axis events 7 years ago
Tony Crisci e69b052a6d working pointer motion 7 years ago
Tony Crisci 9333a7eb53 working xcursor 7 years ago
Tony Crisci 7c67bea942 sway xcursor manager 7 years ago
Tony Crisci d76e745b73 input include directory 7 years ago
Tony Crisci ec7fc42a00 sway cursor 7 years ago
Tony Crisci f6f63f60d6 basic input manager and seat 7 years ago
Tony Crisci 21ce20885a rename input to input-manager 7 years ago
Drew DeVault 0f45fad18c Establish sway input submodule 7 years ago