Commit Graph

468 Commits (07f4c1e3a96f57aa7dcc2ea309a55ab5875b6fda)

Author SHA1 Message Date
Drew DeVault c18cd9dd03
Merge pull request from Snaipe/singlekey-binding-trigger 6 years ago
Ryan Dwyer 528c7495bb Move view border properties to container struct 6 years ago
Franklin "Snaipe" Mathieu f8e83ee20a binding: match single-key bindings if no multi-key binding matched 6 years ago
mwenzkowski 66ae58d62a cursor: fix uninitialized pointer in cursor_rebase 6 years ago
Drew DeVault aa21d1b867
Merge pull request from Emantor/fix/cursor_warping_view_map 6 years ago
Rouven Czerwinski 6f87d0c2cf input-manager: consider cursor warping on input_manager_set_focus 6 years ago
Konstantin Kharlamov cd3c2f4553 seat: don't traverse the list to check if it's empty 6 years ago
Ryan Dwyer 63d076dc2a Fix focus after a non-visible workspace's last container is destroyed 6 years ago
Ryan Dwyer 60a1d79de7 Rebase the cursor after applying transactions 6 years ago
Ryan Dwyer 641fbe576e When scrolling on a tab titlebar, set focus_inactive if not focused 6 years ago
Ryan Dwyer 9c965ec58c seat_update_capabilities: Set cursor image while we have the capability 6 years ago
Ryan Dwyer 450a0661d7 Fix dormant cursor when using multiple seats 6 years ago
Ryan Dwyer c5a6c37275 Make workspace back_and_forth seat-specific 6 years ago
Drew DeVault 551e05ba90
Merge pull request from RyanDwyer/remove-raise-floating 6 years ago
Mihai Coman 3daf963d4d Fix crash when defaut seat is not created 6 years ago
Ryan Dwyer b9b1b0e566 Remove raise_floating directive 6 years ago
Ryan Dwyer c006717910 Minor refactor of input manager 6 years ago
Drew DeVault 5b8257b88f
Merge pull request from RyanDwyer/cursor-rebase 6 years ago
Ryan Dwyer 9b828939e5 Fix crash when ending tiling drag 6 years ago
Ryan Dwyer 9ea71f292b Introduce cursor_rebase 6 years ago
Ryan Dwyer 4d743b64d0 Fix logic used for mouse_warping output 6 years ago
Drew DeVault 96e3686ae8
Merge pull request from RedSoxFan/input-device-bindings 6 years ago
Ryan Dwyer a2fdac2c4b Consider cursor warp when switching workspaces 6 years ago
Brian Ashworth 2e637b7368 cmd_bind{sym,code}: Implement per-device bindings 6 years ago
Ryan Dwyer 24a90e5d86 Remove cursor warping from seat_set_focus 6 years ago
Drew DeVault 765c80e5f7
Merge pull request from Emantor/fix-mouse-warping-container 6 years ago
Rouven Czerwinski d69cf4c23c seat: use new warping functions for cursor warping during focus warp 6 years ago
Rouven Czerwinski 0969bf758b cursor: functions to warp cursor to container and workspace 6 years ago
Ryan Dwyer 05284b65db Prevent duplicate workspace::focus events 6 years ago
Ryan Dwyer 26278b694c Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp 6 years ago
Ian Fan 2f1fd80726 swaybar: show hidden bar on key event 7 years ago
Thiago Mendes 8e147b3f1d
Add libinput send_events config for touch 7 years ago
Drew DeVault 5d19906556
Merge pull request from v-gu/add-libinput-support-for-keyboard 7 years ago
Ryan Dwyer ed33d95b6a
Merge branch 'master' into mouse-warping-container 7 years ago
Rouven Czerwinski 41991542ca Add mouse_warping container 7 years ago
Ryan Dwyer 416bb7a214 Fix floating click events 7 years ago
Vincent Gu 073aa4149f add libinput config for keyboard 7 years ago
Ryan Dwyer f23588de3c Introduce container_is_transient_for 7 years ago
Ryan Dwyer 832ebc8966 Implement popup_during_fullscreen 7 years ago
Ryan Dwyer 88a5e26c6e Remove unneeded variable 7 years ago
Ryan Dwyer 82423991a8 Reload config using idle event 7 years ago
Ryan Dwyer c620f76bea Move sticky containers when switching workspace via criteria 7 years ago
Ryan Dwyer 44b550298e Fix crash when flattening container after moving 7 years ago
Drew DeVault eecebcafc6 Fix 7 years ago
emersion 0d5c2f75b5
Merge pull request from RyanDwyer/swaylock-handle-output-disconnect 7 years ago
Ryan Dwyer 4feedbf7cf Ignore unrelated cursor buttons while doing seat operations 7 years ago
Ryan Dwyer 32cb631143 Give focus to another swaylock surface when output is disconnected 7 years ago
Jonathan Buch 7727d54faf
Fix focusing topmost floating windows 7 years ago
Jonathan Buch ec713125c6
Simplify raising a container in seat 7 years ago
Jonathan Buch 298ccb539c
Add configuration for raising containers on focus 7 years ago
Ryan Dwyer 5dd535b67a Add sanity check for empty focus stack 7 years ago
Drew DeVault 06c214a800
Merge pull request from RyanDwyer/csd-border 7 years ago
Ryan Dwyer 677e112733 Set focus_inactive on a sibling when a container closes in an inactive workspace 7 years ago
Brian Ashworth 742d1764a6 Fix smart gaps 7 years ago
Drew DeVault 8f6aca2166
Merge pull request from PumbaPe/add-tap-and-drag 7 years ago
Arkadiusz Hiler 1e70f7b19e Turn funcs() into funcs(void) 7 years ago
emersion a53171669a
Merge pull request from ianyfan/hide-cursor 7 years ago
PP ae2b70f59e add tap-and-drag setting to sway-input 7 years ago
Ryan Dwyer 7b138e5ef0 Add CSD to border modes 7 years ago
Drew DeVault 5912be46c3
Merge pull request from ianyfan/tablet-config 7 years ago
Alexander Bakker d129108cdd Add a missing null check for moving tiling containers 7 years ago
Ian Fan 6194a445d3 input: enable configuring tablets with libinput 7 years ago
Ian Fan a10fef9ae8 cursor: allow cursor_set_image to accept a NULL image to hide cursor 7 years ago
Ian Fan dafb0526d7 seat: only show cursor if pointer configured 7 years ago
Brian Ashworth baeb28ea62 Implement support for input wildcard 7 years ago
Ryan Dwyer 271b24ddfb Fix GtkMenuBar always opening first item 7 years ago
Ryan Dwyer bf5933c501 Implement tab cycling using mouse wheel 7 years ago
Ryan Dwyer f6e218a643 Rename seat_get_active_child to seat_get_active_tiling_child 7 years ago
Ryan Dwyer 48bc15e758 Make seat_get_active_child ignore floating children 7 years ago
emersion 7699c5444c Update for 7 years ago
Ryan Dwyer 679c7eb08c Minor fixes to tiling drag implementation 7 years ago
Ryan Dwyer 403905c11b Fix line length 7 years ago
Ryan Dwyer 8bb40c24c7 Implement tiling drag 7 years ago
Ryan Dwyer d4e80cf301 Rename OP_MOVE to OP_MOVE_FLOATING 7 years ago
Drew DeVault 030b5bc024
Merge pull request from emersion/fix-dnd 7 years ago
emersion 251a7ebc4b Fix drag-and-drop 7 years ago
Ryan Dwyer 763554e1be Fix workspace switching 7 years ago
Ryan Dwyer f30527e0cd Don't dirty outputs unnecessarily 7 years ago
Ryan Dwyer 5896781df4 Make outputs dirty when changing focus 7 years ago
Ryan Dwyer 908095ef9a Introduce seat_set_focus_container and seat_set_focus_workspace 7 years ago
emersion bea9f9c63f
Merge pull request from RyanDwyer/fix-binding-reload 7 years ago
Ryan Dwyer 5cc70d1dfd Restore focus correctly when closing a fullscreen view 7 years ago
Ryan Dwyer 32c7386b0f Fix management of bindings during reload 7 years ago
Ryan Dwyer 6f71749398 Fix clicking workspace buttons 7 years ago
Ryan Dwyer e5c9204b49 Focus empty workspace when clicking it 7 years ago
Ryan Dwyer 4e0452fce3 Fix scratchpad related crashes 7 years ago
Ryan Dwyer fb9b0f7a08 Fix focus bug 7 years ago
Ryan Dwyer eccfcde2eb Fix crash when moving mouse over a fullscreen split container 7 years ago
Ryan Dwyer 2aa6afae54 Fix mouse_warping 7 years ago
Ryan Dwyer 7586f150c0 Implement type safe arguments and demote sway_container 7 years ago
Ryan Dwyer 7797490e9e Deny repeating reload by holding key 7 years ago
Drew DeVault 80270ba086
Merge pull request from RyanDwyer/fix-deferred-cmd-crash 7 years ago
Ryan Dwyer dce549c537 Don't send never-ending transactions when a focused layer surface commits 7 years ago
Ryan Dwyer 1e0459f7f7 Fix crash when running deferred commands 7 years ago
Ian Fan 3bf849d993 seat.c: clean-up seat_set_focus_warp function 7 years ago
Ryan Dwyer 5dbbab7bdc Remove layout.c 7 years ago
Ryan Dwyer b6058703fa Refactor destroy functions and save workspaces when there's no outputs 7 years ago
Ryan Dwyer f129b1b89f Replace enum resize_edge with wlr_edges 7 years ago
Ryan Dwyer 2b5a404ac9 Replace hacky L_FLOATING container with a list 7 years ago
Ryan Dwyer d6cd79c342 Implement iterators per container type 7 years ago