Age | Commit message (Expand) | Author |
2019-01-30 | Add pointer_constraint command | Drew DeVault |
2019-01-30 | Add relative pointer | absrd |
2019-01-30 | Implement pointer-constraints-unstable-v1 | Las |
2019-01-27 | Merge pull request #3423 from RyanDwyer/fullscreen-global | Drew DeVault |
2019-01-27 | Update for swaywm/wlroots#1503 | emersion |
2019-01-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-19 | Fix crash in cursor_rebase with multiple screens | emersion |
2019-01-16 | bar_cmd_tray_bind: Use mouse button helpers | Brian Ashworth |
2019-01-15 | cursor: send clear_focus on hide and enter event on unhide | Rouven Czerwinski |
2019-01-13 | Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improved | Drew DeVault |
2019-01-13 | Merge pull request #3342 from RedSoxFan/scroll-buttons-improved | Drew DeVault |
2019-01-10 | input_cmd_scroll_button: utilize mouse btn helpers | Brian Ashworth |
2019-01-10 | seat_cmd_cursor: utilize mouse button helpers | Brian Ashworth |
2019-01-10 | Refactor seat operations to use an interface | Ryan Dwyer |
2019-01-10 | Merge pull request #3341 from RedSoxFan/mouse-bindings-improved | Ian Fan |
2019-01-10 | Merge pull request #3399 from RedSoxFan/fix-output-destruction-segfaults | emersion |
2019-01-10 | Fix segfaults on output destruction | Brian Ashworth |
2019-01-09 | cursor: allow scrolling tabs/stack on title border | Brian Ashworth |
2019-01-09 | Add helpers for improved mouse button parsing | Brian Ashworth |
2019-01-09 | Simplify evdev includes on FreeBSD by relying on up-to-date package | Jan Beich |
2019-01-07 | cursor: move unhide and timeout retrieval into separate functions | Rouven Czerwinski |
2019-01-03 | Apply tiling_drag_threshold to all containers | David96 |
2019-01-02 | Implement tiling_drag_threshold | Brian Ashworth |
2018-12-30 | hide_cursor: change to a seat subcommand | Brian Ashworth |
2018-12-29 | Remove button from state on release during op | Brian Ashworth |
2018-12-25 | Split image_surface handling into own function | Brian Ashworth |
2018-12-25 | Implement hide_cursor <timeout> command | Brian Ashworth |
2018-12-25 | Change mouse buttons to x11 map and libevdev names | Brian Ashworth |
2018-12-17 | Focus node before tiling drag if on titlebar | Brian Ashworth |
2018-12-17 | Allow tiling views to be dragged by the titlebar | Brian Ashworth |
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion |
2018-11-18 | Add scroll factor config option. | Spencer Michaels |
2018-11-18 | Use #if instead of #ifdef | emersion |
2018-11-17 | Move view {x,y,width,height} into container struct | Ryan Dwyer |
2018-11-15 | Fix segfault in dispatch_cursor_button | emersion |
2018-11-06 | Add focus_follows_mouse always. (#3081) | Connor E |
2018-10-31 | Move view border properties to container struct | Ryan Dwyer |
2018-10-28 | cursor: fix uninitialized pointer in cursor_rebase | mwenzkowski |
2018-10-24 | When scrolling on a tab titlebar, set focus_inactive if not focused | Ryan Dwyer |
2018-10-23 | Fix dormant cursor when using multiple seats | Ryan Dwyer |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-19 | Introduce cursor_rebase | 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 | cursor: functions to warp cursor to container and workspace | Rouven Czerwinski |
2018-10-15 | Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp | Ryan Dwyer |
2018-10-10 | Fix floating click events | Ryan Dwyer |
2018-10-08 | Introduce container_is_transient_for | Ryan Dwyer |