- Feb 03, 2019
-
-
Drew DeVault authored
Fix another instance of swaywm/sway#3545.
-
John Chen authored
-
- Feb 02, 2019
-
- Feb 01, 2019
-
-
Drew DeVault authored
data-device: fix crash when setting the same selection twice
-
Drew DeVault authored
De-duplicate data source MIME types
-
Drew DeVault authored
backend/session/logind: dup FD with CLOEXEC
-
Drew DeVault authored
relative-pointer-v1: time is in usec, not msec
-
- Jan 31, 2019
- Jan 30, 2019
-
-
Simon Ser authored
-
Simon Ser authored
-
Drew DeVault authored
data-device: fix drag-and-drop
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
-
Drew DeVault authored
Add missing frame events to shell pointer grabs
-
Simon Ser authored
-
- Jan 29, 2019
-
-
Simon Ser authored
-
Drew DeVault authored
Fix two issues found with Clang's static analyzer
-
Simon Ser authored
-
Drew DeVault authored
Require libdrm >= 2.4.95
-
Simon Ser authored
-
Drew DeVault authored
backend/drm: fix GBM format mismatch
-
Simon Ser authored
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
-
- Jan 28, 2019
-
-
This protocol relays touchpad gesture events produced by libinput to supporting clients (e.g. Evince, Eye of GNOME).
-
- Jan 27, 2019
-
-
Drew DeVault authored
pointer: add a frame event
-
Drew DeVault authored
data-control-v1: handle NULL sources in set_selection
-
-
- Jan 26, 2019
-
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
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
-
- Jan 25, 2019
-
-
Drew DeVault authored
Set .editorconfig ident_size
-
Simon Ser authored
-
- Jan 24, 2019
-
-
Drew DeVault authored
Refactor data-device
-
Drew DeVault authored
text-input-v3: use protocol from wayland-protocols
-
Drew DeVault authored
backend/x11 & backend/wayland: make set_title NULL-safe
-
Jente Hidskes authored
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.
-
Simon Ser authored
-
Simon Ser authored
-