252 Commits (278aa846195ceb8ea85c181aba21e0befbcce5de)

Author SHA1 Message Date
emersion 9a6f799d8f
Add fullscreen command, fix view_at with fullscreen views
7 years ago
emersion 17d9e2ce35
Unify view events naming, remove client from event structs
7 years ago
emersion abab2902f5
Check for subsurfaces and popups before using wlr_output_set_fullscreen_surface
7 years ago
emersion 80998cdf57
Add support for fullscreen xwayland views
7 years ago
emersion b04a9a248d
Initial fullscreen support
7 years ago
emersion 1d08d31709
Merge branch 'master' into laggy-move-resize
7 years ago
emersion 0153a0ed8f
Fix laggy move-resize for xwayland views
7 years ago
emersion 7904b625f0
Merge branch 'master' into laggy-move-resize
7 years ago
emersion 97ddd2d1df
Add roots_seat_cycle_focus
7 years ago
emersion bf41e7a794
Make the close command use roots_seat_get_focus, rename a few symbols
7 years ago
emersion a8b31da52c
Remove roots_seat_{add,remove}_view
7 years ago
emersion 76e8e1a6ad
Merge branch 'master' into seat-views
7 years ago
Tony Crisci bd8cdf1e9f rootston: remove grab listeners
7 years ago
Tony Crisci 390b526450 Merge branch 'bug/xwayland-ready-listener' into refactor/wlr-drag-icon
7 years ago
Tony Crisci 90d2eca218 rootston: xwayland ready listener
7 years ago
Tony Crisci 3b74db467b data-device: wlr-drag-icon
7 years ago
emersion 72d877658a
Merge branch 'master' into seat-views
7 years ago
Tony Crisci f277f28eef Merge branch 'master' into feature/wlr-seat-touch
7 years ago
emersion 5b13f51dfc
Add per-seat cursor configuration
7 years ago
emersion cd566ccd8e
Add cursor theme to rootston config
7 years ago
emersion a3a8b7bfd8
Fixed a bug with move-resize, removed xdg-shell ack_configure event
7 years ago
emersion e2843d87c8
Ensure to move the view when configured
7 years ago
emersion 27937add76
Merge branch 'master' into laggy-move-resize
7 years ago
emersion bb6d34e7a5
rootston: add per-seat views
7 years ago
Tony Crisci 584ff1df4c Merge branch 'master' into feature/wlr-seat-touch
7 years ago
emersion 53d4cb47ff
Refactor rootston keyboard
7 years ago
Tony Crisci 12758a00a2 rootston: touch to focus
7 years ago
Tony Crisci ac4841ba37 put dnd icon in the right place
7 years ago
Tony Crisci 6a516f7c41 basic touch dnd
7 years ago
Tony Crisci e5a31ae870 wlr-seat: basic touch
7 years ago
emersion f8b43940b1
Merge branch 'master' into cursor-scale
7 years ago
Drew DeVault 1e0e73efaa Spawn views on last active output
7 years ago
emersion 5d986f1e87
Remove unnecessary include
7 years ago
emersion 8605243459
Introduce wlr_xcursor_manager
7 years ago
emersion 2dccb11741
rootston: keep one xcursor_theme per seat
7 years ago
emersion aaf0691883
rootston: add roots_xcursor_theme
7 years ago
Tony Crisci 1db3b55128 rootston: prefix config structs and functions
7 years ago
Tony Crisci 18079e234a rootston: documentation for config.h functions
7 years ago
Tony Crisci 6e00140e8a rootston: remove unused import and old todo from config header
7 years ago
Tony Crisci 2a9dc60f28 Merge branch 'master' into feature/multiseat
7 years ago
emersion eb89f1dcd2
Fix resize issues with some xdg-shell apps.
7 years ago
Tony Crisci 27a3a810ab rootston: fix multiseat focus
7 years ago
Drew DeVault e6babc07a0
Merge pull request #390 from emersion/rootston-maximize
7 years ago
Tony Crisci 739361aa70 wlr-keyboard: take out modifiers event struct (for now)
7 years ago
emersion bf1b12a725
Fix maximize delay in xdg-shell
7 years ago
emersion 26dadacb71
Add wl_shell support for maximized views
7 years ago
Drew DeVault 66587eb430 Merge remote-tracking branch 'origin/master' into hidpi
7 years ago
emersion 2118c691b1
Add maximize support for xwayland in rootston
7 years ago
Tony Crisci 06642859f1 rootston: drag icons
7 years ago
Tony Crisci 428bf18ec7 rootston: request set cursor
7 years ago
Tony Crisci 992f931ae9 rootston: cleanup for multiseat
7 years ago
Tony Crisci a00b7f1e9b rootston: remove devices from seat
7 years ago
Tony Crisci 09c6092423 multiseat: somewhat working
7 years ago
emersion 03d3fdc158
Basic maximization implementation for xdg-shell
7 years ago
Tony Crisci 2280928bb2 rootston: roots_cursor
7 years ago
Tony Crisci b74c4cf974 Merge branch 'master' into feature/multiseat
7 years ago
emersion 3e3209cba2
Fix laggy move-resize in xdg-shell
7 years ago
Tony Crisci 704f0f158a rootston: move device init to seat
7 years ago
Tony Crisci 5354fe8729 move keyboard to seat
7 years ago
emersion cf713edc10
Fix moving views when resizing below min size
7 years ago
Tony Crisci 9bd0f47efd rootston: refactor keyboard
7 years ago
Tony Crisci 447c561d15 rootston: seat config by device
7 years ago
Tony Crisci 53021f8ed4 rootston: break up input.h
7 years ago
Drew DeVault a6930cd8ea Handle output enter/leave correctly
7 years ago
Drew DeVault a7446792a1 Consider scale factor when rendering views
7 years ago
Tony Crisci 1a756b3123 bugfix: dnd force cancel
7 years ago
Tony Crisci c01248cf17 Merge branch 'master' into feature/xwm-rewrite
7 years ago
Drew DeVault 50e86a0efa Allow configuring output mode in rootston
7 years ago
Drew DeVault 4281aefbf8
Merge pull request #324 from acrisci/feature/keyboard-redesign
7 years ago
Tony Crisci c555a66dda Merge branch 'master' into feature/xwm-rewrite
7 years ago
Drew DeVault 9f1ed70b81
Merge pull request #344 from emersion/compositor-action-cursors
7 years ago
emersion 315c01ba0f
Remove input.last_active_view
7 years ago
emersion ec5beeb8b8
Move xcursor stuff into its own file
7 years ago
Tony Crisci 6a4290b86a xwm: moveresize events
7 years ago
Drew DeVault 4bee96bd30 Merge pull request #333 from emersion/server-decoration
7 years ago
emersion a43acae000
Send server-decoration ack event automatically
7 years ago
emersion c0c4816b13
Fix fallback when there are two config blocks for a keyboard
7 years ago
emersion 4e5d23daa9
Per-keyboard configuration
7 years ago
emersion 7c85709de1
Focus last view on close in rootston
7 years ago
Tony Crisci e5ee01254b xwm: map and unmap notify
7 years ago
Tony Crisci 1dbe314937 Merge branch 'master' into feature/data-device-selection
7 years ago
Tony Crisci d33a9f8eaa wlr-seat: keyboard redesign
7 years ago
Drew DeVault 16f35ecbea Merge branch 'master' into heghe/wl_list
7 years ago
Drew DeVault 169b68b17c Rename remaining refs to wlr_list
7 years ago
Tony Crisci 6fcac087fe rootston: remove mostly unused mapped icon param
7 years ago
Tony Crisci 3c7ef3aae6 Merge branch 'master' into feature/data-device-selection
7 years ago
Tony Crisci a87b60e31e Merge branch 'master' into feature/data-device-selection
7 years ago
emersion c8570d0e42
Remove wl_list_init when using wl_signal_add
7 years ago
Drew DeVault 1782d5e7b7 Implement simple touch support for rootston
7 years ago
D.B 8c759d7abe Add startup command option to rootston
7 years ago
Tony Crisci 169bc216ed rootston: view set position
7 years ago
Tony Crisci c00a94ca76 data-device: fix drag icon position
7 years ago
Tony Crisci b7c622a319 Merge branch 'master' into feature/data-device-selection
7 years ago
Drew DeVault 62371a9974 Merge pull request #257 from emersion/fix-client-cursors
7 years ago
Tony Crisci 19784360f1 bug: fix view centering
7 years ago
Tony Crisci df0a8d3abe wlr-data-device: drag icons
7 years ago
Tony Crisci 6a7560fae0 wlr-data-device interface
7 years ago
emersion 29abf93bb6
Check pointer focused surface instead of view at cursor
7 years ago
Drew DeVault c39bfe7f84 Merge pull request #206 from emersion/client-cursor
7 years ago
Drew DeVault d0d6413772 Merge pull request #220 from versusvoid/optional-xwayland
7 years ago
emersion 8492174088
Switch back to compositor cursor when switching from one view to another
7 years ago
emersion 4d157fe5de
Switch back to compositor cursor when leaving view
7 years ago
emersion 65d57920e5
rootston: handle request_set_cursor
7 years ago
Drew DeVault 82a6598ca7 Merge pull request #243 from acrisci/feature/input-bounds
7 years ago
Drew DeVault 8dcf3bfdf7 Merge pull request #239 from emersion/center-views
7 years ago
Tony Crisci db15ab77b4 use input bounds for pointer events
7 years ago
emersion 518ef46ef2
Activate new views
7 years ago
emersion 3774d6c2c0
Center wl shell views
7 years ago
emersion 3c6f2f29bf
Do not remove the commit listener
7 years ago
Drew DeVault 9e1ff2dce9 Merge pull request #140 from emersion/screenshooter
7 years ago
emersion d09d01236b
Center xdg shell views
7 years ago
Tony Crisci 4f848000af Merge branch 'master' into feature/xdg-popup
7 years ago
emersion 05096ab458
rootston: create screenshooter interface
7 years ago
Versus Void 9cab66f0f9 Make xwayland compile-time optional
7 years ago
Versus Void decd87043f Add config option to disable Xwayland
7 years ago
emersion 972e9dbd1b
Add close command, add close for xwayland
7 years ago
Tony Crisci 48ae4fc588 rootston: handle grab end
7 years ago
Drew DeVault d74a6d254f Merge pull request #198 from emersion/rootston-move-resize-rotate
7 years ago
Versus Void c5df6ca900 Fix memory leaks
7 years ago
emersion f9dbc1841d
rootston: add meta-key to config file
7 years ago
emersion 9b88f25208
rootston: rotate views!
7 years ago
emersion d3d9aca40c
Add modifiers support in wayland backend, parse modifiers in rootston config
7 years ago
emersion 238ded1578
Use a command string rather than an action enum
7 years ago
emersion 97d0fe8976
Parse bindings in config, execute bindings
7 years ago
emersion d32018f1ac
Use keysyms instead of keycodes
7 years ago
emersion ab6c1f88e6
Add keyboard state to rootston
7 years ago
Drew DeVault f2ea691b93 Add basic drawing tablet support to rootston
7 years ago
Tony Crisci 8f41c497a7 Merge branch 'master' into feature/subcompositor
7 years ago
Tony Crisci 4c1bd9bde8 input events for subsurfaces
7 years ago
emersion 74f2d0cd63
Completely fix resize offset
7 years ago
emersion 77d28183b5
Partially fix resize offset
7 years ago
emersion 28d4b475dc
Add edges support, remove get_input_bounds
7 years ago
emersion 33a97576ca
Add view_resize
7 years ago
emersion 97679b8e12
React to xdg shell resize requests
7 years ago
emersion d8c86431e0
xwayland: add signals for configure, set_{class,title}
7 years ago
Drew DeVault ada7fde6fb DRY up focus and implement z ordering
7 years ago
Drew DeVault 10240af6ea Handle input device removal
7 years ago
emersion b7927078e9
x11 -> xwayland, window -> surface, fix some calloc sizes and wrong types
7 years ago
Drew DeVault 906a816abf Fix rootston keyboard, add Xwayland
7 years ago
emersion 63f277f3b9
rootston: handle request_move
7 years ago
emersion 663bfe4cd8
wlr_wl_shell: implement all requests except set_popup
7 years ago
emersion acf58e04de
Fix segfault, add wl_shell view
7 years ago
emersion ed9a43c213
Add first try to add wl_shell to rootston
7 years ago
Drew DeVault b84d59403f Initial keyboard support in rootston
7 years ago
Drew DeVault 0ca7932c3f Implement xdg surface request_move
7 years ago
Drew DeVault eaf6c0ccf4 Implement pointer motion and buttons
7 years ago
Drew DeVault 57c50c78f0 Implement wlr_cursor in rootston
7 years ago
Drew DeVault e81e99d16d Render XDG shell surfaces
7 years ago
Drew DeVault 7523de7c61 Wire up pointer, start on cursor
7 years ago
Drew DeVault 0699aa62d8 Initial pass on roots_input
7 years ago