emersion
|
75ef7860bb
|
Merge branch 'master' into display-destroy
|
2017-12-14 20:29:30 +01:00 |
|
emersion
|
343efd0c20
|
Only reply to clipboard selection events
|
2017-12-14 16:44:30 +01:00 |
|
emersion
|
a4094c82c7
|
Support selection MIME types from wayland to xwayland
|
2017-12-14 16:24:12 +01:00 |
|
emersion
|
62a16a356d
|
Support selection MIME types from xwayland to wayland
|
2017-12-14 13:59:36 +01:00 |
|
emersion
|
6ef0219763
|
Merge branch 'master' into xwm-selection
|
2017-12-14 11:20:38 +01:00 |
|
Drew DeVault
|
a9fb071d49
|
Merge pull request #485 from emersion/wl-backend-multiple-outputs
Multiple outputs with Wayland backend
|
2017-12-13 19:33:59 -05:00 |
|
Drew DeVault
|
16ee728f57
|
Merge pull request #486 from acrisci/feature/xwm-custom-event-loop
xwm: user custom event handler
|
2017-12-13 19:33:01 -05:00 |
|
Tony Crisci
|
ea4b871e16
|
xwm: user custom event handler
|
2017-12-13 17:54:19 -05:00 |
|
emersion
|
a1302cc4a5
|
Fix pointer events with multiple outputs in wayland backend
|
2017-12-13 22:32:22 +01:00 |
|
emersion
|
257559d890
|
Remove output instead of terminating display when a wayland backend view closed
|
2017-12-13 21:48:59 +01:00 |
|
Tony Crisci
|
96f09c7492
|
Merge pull request #483 from emersion/dynamic-output-scale-transform
Update output layout when scale or transform changes
|
2017-12-13 07:56:08 -05:00 |
|
emersion
|
3b4b8953d9
|
Update output layout when scale or transform changes
|
2017-12-12 21:58:00 +01:00 |
|
emersion
|
c67a5824b8
|
Merge branch 'master' into display-destroy
|
2017-12-11 16:14:03 +01:00 |
|
Drew DeVault
|
808ab5aa1b
|
Merge pull request #481 from emersion/custom-mode
Add wlr_output_set_custom_mode
|
2017-12-11 08:32:18 -05:00 |
|
emersion
|
529675b7b0
|
Add wlr_output_set_custom_mode
|
2017-12-11 12:14:23 +01:00 |
|
Tony Crisci
|
301850ec5d
|
Merge pull request #480 from emersion/default-cursor-image
Set default cursor image in rootston
|
2017-12-11 05:14:40 -05:00 |
|
emersion
|
925497fbea
|
Set default cursor image in rootston
|
2017-12-11 10:36:22 +01:00 |
|
Drew DeVault
|
8ccb5b0b66
|
Merge pull request #478 from martinetd/modifiers
wlr_seat: send keyboard modifiers to the right client on enter
|
2017-12-10 09:07:31 -05:00 |
|
Dominique Martinet
|
542d886984
|
wlr_seat: send keyboard modifiers to the right client on enter
We were previously sending modifiers to the leaving client instead.
Fixes #476.
|
2017-12-10 08:09:33 +01:00 |
|
Drew DeVault
|
b1b1533d94
|
Merge pull request #477 from acrisci/bug/xcursor-fixes
rootston xcursor fixes
|
2017-12-09 13:46:27 -05:00 |
|
Tony Crisci
|
b275d44bc3
|
rootston xcursor fixes
|
2017-12-09 12:10:09 -05:00 |
|
Tony Crisci
|
4da4048189
|
remove todo
|
2017-12-09 09:21:11 -05:00 |
|
Drew DeVault
|
eb4e91f96d
|
Merge pull request #474 from emersion/customize-repeat-info
Make keyboard repeat info configurable
|
2017-12-08 15:47:11 -05:00 |
|
emersion
|
2c6e52c164
|
Add docs for wlr_keyboard_set_repeat_info
|
2017-12-08 17:06:31 +01:00 |
|
emersion
|
a3c0f97810
|
Make keyboard repeat info configurable
|
2017-12-08 17:03:05 +01:00 |
|
Tony Crisci
|
a4bb0574c4
|
selection fixes
|
2017-12-08 09:46:50 -05:00 |
|
Tony Crisci
|
52cda5653b
|
Revert "xwm: only take clipboard if window is focused"
This reverts commit e3542d879d .
|
2017-12-08 09:23:26 -05:00 |
|
Tony Crisci
|
35188834db
|
Merge branch 'master' into feature/xwm-selection
|
2017-12-08 09:22:44 -05:00 |
|
Drew DeVault
|
381a646d2f
|
Merge pull request #473 from emersion/cursor-enter-leave
Send wl_surface.{enter,leave} to cursor surfaces
|
2017-12-08 09:12:19 -05:00 |
|
emersion
|
15bb9a53b4
|
Fix unscaled cursor sx, sy
|
2017-12-08 14:40:57 +01:00 |
|
emersion
|
5dc303fc26
|
Fix client cursors hotspot on scaled outputs
|
2017-12-08 14:33:02 +01:00 |
|
emersion
|
c5fa415a03
|
Send wl_surface.{enter,leave} to cursor surfaces
|
2017-12-08 14:23:33 +01:00 |
|
Tony Crisci
|
703df2a671
|
Merge pull request #470 from acrisci/feature/xcursor-edges
wlr-edges
|
2017-12-08 06:11:27 -05:00 |
|
Tony Crisci
|
4c60072be5
|
move get_resize_name to xcursor
|
2017-12-08 06:08:06 -05:00 |
|
Tony Crisci
|
31bafc2461
|
xwm: use edges enum
|
2017-12-08 06:03:57 -05:00 |
|
Tony Crisci
|
d74ac69f7b
|
bring edges into wlr
|
2017-12-08 06:03:57 -05:00 |
|
emersion
|
6001235b04
|
Listen to display destroy in session
It's not the backend's responsibility to destroy the session anymore.
|
2017-12-08 11:17:56 +01:00 |
|
emersion
|
e30b943fbd
|
Destroy xwayland client when possible
|
2017-12-08 10:58:36 +01:00 |
|
emersion
|
b06535718d
|
Do not destroy wl_client in wlr_xwayland_finish
|
2017-12-08 01:38:45 +01:00 |
|
emersion
|
18eb1eee3f
|
Listen to display destroy in xwayland, rename wlr_egl_free
|
2017-12-08 00:59:37 +01:00 |
|
emersion
|
9d43adaafa
|
Listen to display destroy in backends
|
2017-12-07 23:44:59 +01:00 |
|
Drew DeVault
|
f469784bbc
|
Merge pull request #469 from emersion/output-config-by-name
Configure outputs with make, model, serial in rootston
|
2017-12-07 10:15:00 -05:00 |
|
emersion
|
91d72040e5
|
Configure outputs with make, model, serial in rootston
Added fallbacks in DRM backend in case EDID extension data for model and serial is missing.
Updates #403
|
2017-12-07 13:59:19 +01:00 |
|
emersion
|
bdb6e0b84c
|
Remove destroy event in screenshooter for now
|
2017-12-07 01:19:41 +01:00 |
|
emersion
|
0e066f0d76
|
Listen to display destroy in output
|
2017-12-07 01:12:04 +01:00 |
|
emersion
|
cbf5763c22
|
Listen to display destroy in xdg-shell-v6
|
2017-12-07 01:08:35 +01:00 |
|
emersion
|
9ddaea14a1
|
Listen to display destroy in wl-shell
|
2017-12-07 01:05:49 +01:00 |
|
emersion
|
983ea3033f
|
Listen to display destroy in seat
|
2017-12-07 01:02:07 +01:00 |
|
emersion
|
088ff9a614
|
Listen to display destroy in gamma control manager
|
2017-12-07 00:55:50 +01:00 |
|
emersion
|
c7900663bc
|
Add display destroy listener to data device
|
2017-12-07 00:50:55 +01:00 |
|