Drew DeVault
a37dfb380b
Merge pull request #1515 from emersion/shell-grab-frame
...
Add missing frame events to shell pointer grabs
2019-01-30 08:58:28 -05:00
emersion
2624f667bf
Add missing frame events to shell pointer grabs
2019-01-30 10:31:53 +01:00
emersion
77c25c1526
meson: remove b_lundef=false on FreeBSD
2019-01-29 21:12:31 +01:00
Drew DeVault
3c243ac208
Merge pull request #1511 from emersion/scan-build-fixes
...
Fix two issues found with Clang's static analyzer
2019-01-29 14:01:55 -05:00
emersion
7309d8c9ac
Fix two issues found with Clang's static analyzer
2019-01-29 19:56:43 +01:00
Drew DeVault
c6b4153748
Merge pull request #1510 from emersion/libdrm-version
...
Require libdrm >= 2.4.95
2019-01-29 13:38:51 -05:00
emersion
75371d2c88
Require libdrm >= 2.4.95
2019-01-29 19:33:38 +01:00
Drew DeVault
feb1b9b1cb
Merge pull request #1509 from emersion/gbm-fmt-mismatch
...
backend/drm: fix GBM format mismatch
2019-01-29 10:39:54 -05:00
emersion
ee293fab58
backend/drm: fix GBM format mismatch
...
We create the EGL config with GBM_FORMAT_ARGB8888, but then initialize GBM BOs
with GBM_FORMAT_XRGB8888. This mismatch confuses Mesa.
Instead, we can always use GBM_FORMAT_ARGB8888, and use DRM_FORMAT_XRGB8888
when calling drmModeAddFB2.
Fixes https://github.com/swaywm/wlroots/issues/1438
2019-01-29 12:04:12 +01:00
Greg V
9fe8e37961
Implement the pointer-gestures-unstable-v1 protocol
...
This protocol relays touchpad gesture events produced by libinput to
supporting clients (e.g. Evince, Eye of GNOME).
2019-01-28 22:06:36 +01:00
Drew DeVault
018727b1fc
Merge pull request #1503 from emersion/pointer-frame
...
pointer: add a frame event
2019-01-27 10:22:06 -05:00
Drew DeVault
89eacf556a
Merge pull request #1505 from emersion/data-control-unset
...
data-control-v1: handle NULL sources in set_selection
2019-01-27 10:20:02 -05:00
Yong Joseph Bakos
0772c20c7f
tinywl/README: Fix misspelling.
2019-01-27 11:10:34 +01:00
emersion
5fdf22b5d3
data-control-v1: handle NULL sources in set_selection
2019-01-26 11:25:39 +01:00
emersion
b45fc24b18
backend/wayland: handle wl_pointer.axis_stop
2019-01-26 11:18:47 +01:00
emersion
5de26ad8ed
pointer: add a frame event
...
Frame events group logically connected pointer events. It makes sense to make
the backend responsible for sending frame events, since once the events are
split (ie. once the frame events are stripped) it's not easy to figure out
which events belongs to which frame again.
This is also how Weston handles frame events.
Fixes https://github.com/swaywm/wlroots/issues/1468
2019-01-26 11:04:05 +01:00
Drew DeVault
209210d307
Merge pull request #1498 from emersion/editorconfig-indent-size
...
Set .editorconfig ident_size
2019-01-25 08:22:27 -05:00
emersion
42b19dcf91
Set .editorconfig ident_size
2019-01-25 11:37:46 +01:00
Drew DeVault
460a630a43
Merge pull request #1427 from emersion/refactor-data-device
...
Refactor data-device
2019-01-24 09:48:26 -05:00
Drew DeVault
b1731134e2
Merge pull request #1494 from emersion/wayland-protocols-text-input
...
text-input-v3: use protocol from wayland-protocols
2019-01-24 09:38:11 -05:00
Drew DeVault
5941148d45
Merge pull request #1495 from Hjdskes/safe_set_title
...
backend/x11 & backend/wayland: make set_title NULL-safe
2019-01-24 09:37:17 -05:00
Jente Hidskes
85d84a1a04
backend/x11 & backend/wayland: make set_title NULL-safe
...
Set the default "wlroots - " title when the title argument to the
set_title functions is NULL. Otherwise, for at least the Wayland
backend, we'd crash because xdg_toplevel_set_title doesn't handle a NULL
pointer.
2019-01-24 15:18:28 +01:00
emersion
a1f9d7ad9e
data-device: keep track of wlr_data_offer in wlr_seat lists
2019-01-24 12:18:41 +01:00
emersion
909b3b16f3
data-device: add wlr_data_offer.type
2019-01-24 12:18:40 +01:00
emersion
3f82eb1853
data-device: make device inert when seat is destroyed
2019-01-24 12:18:39 +01:00
emersion
9d6cb85b2d
seat: simplify data source destroy
2019-01-24 12:18:00 +01:00
emersion
c20d413f8a
data-device: fix missing listener removal
2019-01-24 12:18:00 +01:00
emersion
703a160078
data-control-v1: use new wlr_data_source API
2019-01-24 12:15:18 +01:00
emersion
0040f7089f
data-device: unexport wlr_seat_client_send_selection
2019-01-24 12:15:18 +01:00
emersion
1a2727cc38
data-device: send offer on get_data_device
2019-01-24 12:12:55 +01:00
emersion
84f278eca1
data-device: remove data_source_send_offer
2019-01-24 12:12:55 +01:00
emersion
1150ff13ce
data-device: make sources inert, rename cancel to destroy
2019-01-24 12:12:55 +01:00
emersion
af3de7ea68
text-input-v3: use protocol from wayland-protocols
2019-01-24 12:08:26 +01:00
emersion
4cb0697e57
data-device, primary-selection: add request_set_selection
...
This makes compositors able to block and/or customize set_selection requests
coming from clients. For instance, it's possible for a compositor to disable
rich selection content (by removing all MIME types except text/plain). This
commit implements the design proposed in [1].
Two new events are added to wlr_seat: request_set_selection and
request_set_primary_selection. Compositors need to listen to these events and
either destroy the source or effectively set the selection.
Fixes https://github.com/swaywm/wlroots/issues/1138
[1]: https://github.com/swaywm/wlroots/issues/1367#issuecomment-442403454
2019-01-24 11:38:23 +01:00
Ian Fan
c41d01306d
wlr_xdg_output_v1: move where name & description are sent
2019-01-22 22:58:52 +01:00
Brian Ashworth
f3ff40a0eb
wlr_xdg_output_v1: only send name/description once
...
The xdg-output protocol states that name and description should only be
sent once per output since they do not change.
2019-01-22 21:53:33 +01:00
Brian Ashworth
88ee102992
backend/wayland: fix resizing
...
Before resizing the egl window, the buffers must be swapped
2019-01-22 21:19:34 +01:00
emersion
365a75139c
Merge pull request #1485 from emersion/data-device-serial
...
primary-selection: add a serial argument
2019-01-22 20:13:01 +01:00
Drew DeVault
62658a318d
Merge pull request #1488 from Lahvuun/relative-constraints_fixes
...
Relative pointer/pointer constraints fixes
2019-01-22 13:51:10 -05:00
Ilya Trukhanov
c4ce3d0a49
Check if client understands wl_pointer::frame
...
Fixes a crash in SDL2 applications when using locked pointer.
SDL2 expects a wl_pointer v1 interface and doesn't provide a handler for
the wl_pointer::frame event. This results in a "listener function for
opcode 5 of wl_pointer is NULL" abort in wayland-client.
Tested on Xonotic v0.8.2 with libSDL2 v2.0.9. Xonotic needs to be ran
with "SDL_VIDEODRIVER=wayland xonotic-sdl" for SDL2 to use the wayland
backend.
2019-01-22 19:50:01 +02:00
emersion
06467d2e12
primary-selection: add a serial argument
...
The serial needs to be bumped when X11 clients set the selection, otherwise
some Wayland clients (e.g. GTK) will overwrite it when they gain focus.
2019-01-21 19:23:40 +01:00
Drew DeVault
b619ab4d34
Merge pull request #1484 from emersion/fix-indent
...
Fix indentation in various files
2019-01-21 12:01:37 -05:00
emersion
a4eb90315e
Fix indentation in various files
2019-01-21 17:56:19 +01:00
Drew DeVault
f3ef1f907c
Merge pull request #1482 from Hjdskes/x11_output_set_title
...
Add wlr_x11_output_set_title
2019-01-20 10:35:08 -05:00
Jente Hidskes
edf0e49195
Add wlr_x11_output_set_title
2019-01-20 16:21:04 +01:00
Jente Hidskes
5b07e20f2a
wlr/backend/x11.h: add documentation
...
Copied from wlr/backend/wayland.h and modified accordingly.
2019-01-20 16:14:43 +01:00
Drew DeVault
d4de2bd708
Merge pull request #1476 from emersion/fullscreen-shell
...
fullscreen-shell-v1: initial protocol implementation
2019-01-20 09:30:52 -05:00
Drew DeVault
0db2a687b7
Merge pull request #1479 from emersion/lost-crtc-state
...
backend/drm: fix state for outputs loosing their CRTC
2019-01-20 09:02:00 -05:00
emersion
f04a725925
Merge pull request #1480 from RyanDwyer/noop-header
...
Add noop.h to include/wlr/backend/meson.build
2019-01-19 12:55:52 +01:00
Ryan Dwyer
53b29e5443
Add noop.h to include/wlr/backend/meson.build
2019-01-19 21:31:24 +10:00