Age | Commit message (Expand) | Author |
2018-10-31 | Move view border properties to container struct | Ryan Dwyer |
2018-10-29 | binding: match single-key bindings if no multi-key binding matched | Franklin "Snaipe" Mathieu |
2018-10-28 | cursor: fix uninitialized pointer in cursor_rebase | mwenzkowski |
2018-10-28 | Merge pull request #3010 from Emantor/fix/cursor_warping_view_map | Drew DeVault |
2018-10-28 | input-manager: consider cursor warping on input_manager_set_focus | Rouven Czerwinski |
2018-10-27 | seat: don't traverse the list to check if it's empty | Konstantin Kharlamov |
2018-10-26 | Fix focus after a non-visible workspace's last container is destroyed | Ryan Dwyer |
2018-10-25 | Rebase the cursor after applying transactions | Ryan Dwyer |
2018-10-24 | When scrolling on a tab titlebar, set focus_inactive if not focused | Ryan Dwyer |
2018-10-23 | seat_update_capabilities: Set cursor image while we have the capability | Ryan Dwyer |
2018-10-23 | Fix dormant cursor when using multiple seats | Ryan Dwyer |
2018-10-21 | Make workspace back_and_forth seat-specific | Ryan Dwyer |
2018-10-20 | Merge pull request #2888 from RyanDwyer/remove-raise-floating | Drew DeVault |
2018-10-20 | Fix crash when defaut seat is not created | Mihai Coman |
2018-10-20 | Remove raise_floating directive | Ryan Dwyer |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-20 | Merge pull request #2872 from RyanDwyer/cursor-rebase | Drew DeVault |
2018-10-20 | Fix crash when ending tiling drag | Ryan Dwyer |
2018-10-19 | Introduce cursor_rebase | Ryan Dwyer |
2018-10-19 | Fix logic used for mouse_warping output | Ryan Dwyer |
2018-10-19 | Merge pull request #2875 from RedSoxFan/input-device-bindings | Drew DeVault |
2018-10-19 | Consider cursor warp when switching workspaces | Ryan Dwyer |
2018-10-18 | cmd_bind{sym,code}: Implement per-device bindings | Brian Ashworth |
2018-10-18 | Remove cursor warping from seat_set_focus | Ryan Dwyer |
2018-10-17 | Merge pull request #2820 from Emantor/fix-mouse-warping-container | Drew DeVault |
2018-10-16 | seat: use new warping functions for cursor warping during focus warp | Rouven Czerwinski |
2018-10-16 | cursor: functions to warp cursor to container and workspace | Rouven Czerwinski |
2018-10-16 | Prevent duplicate workspace::focus events | Ryan Dwyer |
2018-10-15 | Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp | Ryan Dwyer |
2018-10-14 | swaybar: show hidden bar on key event | Ian Fan |
2018-10-10 | Add libinput send_events config for touch | Thiago Mendes |
2018-10-10 | Merge pull request #2806 from v-gu/add-libinput-support-for-keyboard | Drew DeVault |
2018-10-10 | Merge branch 'master' into mouse-warping-container | Ryan Dwyer |
2018-10-10 | Add mouse_warping container | Rouven Czerwinski |
2018-10-10 | Fix floating click events | Ryan Dwyer |
2018-10-09 | add libinput config for keyboard | Vincent Gu |
2018-10-08 | Introduce container_is_transient_for | Ryan Dwyer |
2018-10-08 | Implement popup_during_fullscreen | Ryan Dwyer |
2018-10-08 | Remove unneeded variable | Ryan Dwyer |
2018-10-08 | Reload config using idle event | Ryan Dwyer |
2018-10-06 | Move sticky containers when switching workspace via criteria | Ryan Dwyer |
2018-10-05 | Fix crash when flattening container after moving | Ryan Dwyer |
2018-10-04 | Fix #2763 | Drew DeVault |
2018-10-04 | Merge pull request #2760 from RyanDwyer/swaylock-handle-output-disconnect | emersion |
2018-10-04 | Ignore unrelated cursor buttons while doing seat operations | Ryan Dwyer |
2018-10-04 | Give focus to another swaylock surface when output is disconnected | Ryan Dwyer |
2018-10-03 | Fix focusing topmost floating windows | Jonathan Buch |
2018-10-03 | Simplify raising a container in seat | Jonathan Buch |
2018-10-03 | Add configuration for raising containers on focus | Jonathan Buch |
2018-10-03 | Add sanity check for empty focus stack | Ryan Dwyer |