Commit Graph

316 Commits (670c787fa7c8e71ed4966ae12fa70c91751eea21)

Author SHA1 Message Date
Tony Crisci b7b86a9591
Merge pull request from Ongy/idle-inhibit 7 years ago
emersion ca3a947864
rootston: fix user-after-free in output_handle_destroy 7 years ago
Markus Ongyerth 3016133f91 idle-inhibit: feedback pass 7 years ago
Markus Ongyerth 50d573b2ca implements the idle_inhibit protocol type 7 years ago
Dominique Martinet 7d26a6debd xdg-shell stable: copy-pasta implementation 7 years ago
emersion c2e1474010
Reformat all #include directives 7 years ago
emersion 10ecf871f2
Remove wlr_backend.events.{output_remove,device_remove} 7 years ago
emersion ec837e3c9e
Introduce wlr_output_damage 7 years ago
emersion cdd55b5d19
Merge remote-tracking branch 'upstream/master' into output-damage 7 years ago
Vincent Vanlaer 74264d4f62 Rename roots_seat_cancel_transform 7 years ago
Vincent Vanlaer 90eb50d9aa Merge roots_seat_cancel_* into one function 7 years ago
Vincent Vanlaer 7ae8800a63 Cancel rootston move/resize/rotate on escape press 7 years ago
emersion a7cba7d83f
rootston: damage whole output when entering/leaving fullscreen 7 years ago
emersion 1ee61dbd0f
Merge remote-tracking branch 'upstream/master' into output-damage 7 years ago
Patrick Steinhardt 52cb19d99d rootston: fix compilation without XWayland support 7 years ago
emersion 63736be214
rootston: fix damage tracking for SSD 7 years ago
emersion 7111dd79ef
rootston: damage tracking for rotated views 7 years ago
emersion 8d58ed502b
output: add wlr_output_schedule_frame 7 years ago
emersion ece2c1e4e2
Damage tracking for transformed outputs 7 years ago
emersion 3f96427d08
Merge branch 'output-damage' of github.com:emersion/wlroots into output-damage 7 years ago
emersion 6281deb90f
Merge remote-tracking branch 'upstream/master' into output-damage 7 years ago
emersion 2ad7df8680
rootston: damage tracking for drag icons 7 years ago
emersion 4d282c8590
rootston: damage tracking for drag icons 7 years ago
emersion 3f1c4f5be7
rootston: damage tracking for wl_shell 7 years ago
Tony Crisci 9d87d4e336 take roots_view out of input.h 7 years ago
Tony Crisci 9076ecd91f take seat.h out of view.h 7 years ago
Tony Crisci e8c407d00e rename wlr_deco_part to roots_deco_part 7 years ago
Tony Crisci 4183271475 make it work with rotation 7 years ago
emersion 66ae4071a7
rootston: damage tracking for xdg popups 7 years ago
emersion d8b36357e4
rootston: add roots_view_child::destroy 7 years ago
emersion a636d72fc7
rootston: track subsurface damage 7 years ago
emersion c6aab6f56c
Add docs and comments 7 years ago
emersion 0365b587f0
output: add damage tracking via buffer age 7 years ago
emersion 4ca38b84ed
backend/drm: fix hardware cursors not moving 7 years ago
emersion b296481007
rootston: remove repaint timer, listen for damage instead 7 years ago
emersion 7f9f918b78
rootston: damage output on mode change 7 years ago
emersion 8b3f3ddb7f
rootston: fix double-buffering artifacts 7 years ago
emersion 96d6f34edd
rootston: replace view_damage with view_apply_damage and view_damage_whole 7 years ago
emersion 01bcc2ab01
rootston: damage views when moved 7 years ago
emersion 5089f2d9fb
rootston: do not swap buffers when output isn't damaged 7 years ago
emersion 1a084807ce
rootston: do not redraw if output has no damage 7 years ago
Tony Crisci 61bd79200c basic decorations 7 years ago
Tony Crisci 3751a17321 decorate xwayland views 7 years ago
Drew DeVault b331c5c2c5
Merge pull request from emersion/output-enabled 7 years ago
Heghedus Razvan 440cf7112d Include idle protocol in rootston 7 years ago
emersion be3a7b0017
Disable outputs in rootston config 7 years ago
emersion 1fe1d64042
Fix views outside output layout 7 years ago
Dominique Martinet 689004ff21 rootston seat: implement part of roots_seat_destroy 7 years ago
Björn Esser ff13849624
config: Avoid clash with other config-headers 7 years ago
Tony Crisci 069f120b70 rootston: remove input event ring buffer 7 years ago
Björn Esser 57a09c8ca4
config: Put all defines into config.h 7 years ago
Dominique Martinet e85c2827c8 rootston: add arbitrary libinput config 'tap_enabled' 7 years ago
emersion a95d09d561
Add missing gtk-primary-selection interfaces 7 years ago
Drew DeVault 10c72f4bf6
Merge pull request from emersion/xwm-selection 7 years ago
emersion 51db087210
Introduce fractional scaling 7 years ago
emersion 6ef0219763
Merge branch 'master' into xwm-selection 7 years ago
emersion 925497fbea
Set default cursor image in rootston 7 years ago
Drew DeVault eb4e91f96d
Merge pull request from emersion/customize-repeat-info 7 years ago
emersion a3c0f97810
Make keyboard repeat info configurable 7 years ago
Tony Crisci 35188834db Merge branch 'master' into feature/xwm-selection 7 years ago
emersion c5fa415a03
Send wl_surface.{enter,leave} to cursor surfaces 7 years ago
Tony Crisci d74ac69f7b bring edges into wlr 7 years ago
Tony Crisci b0683874e9 xwm: send selection data 7 years ago
emersion dcb168914e
Merge branch 'master' into fullscreen 7 years ago
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 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 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 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 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