Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-20 | wlr/backend/x11.h: add documentation | Jente Hidskes | |
Copied from wlr/backend/wayland.h and modified accordingly. | |||
2019-01-20 | Merge pull request #1476 from emersion/fullscreen-shell | Drew DeVault | |
fullscreen-shell-v1: initial protocol implementation | |||
2019-01-20 | Merge pull request #1479 from emersion/lost-crtc-state | Drew DeVault | |
backend/drm: fix state for outputs loosing their CRTC | |||
2019-01-19 | Merge pull request #1480 from RyanDwyer/noop-header | emersion | |
Add noop.h to include/wlr/backend/meson.build | |||
2019-01-19 | Add noop.h to include/wlr/backend/meson.build | Ryan Dwyer | |
2019-01-19 | backend/drm: fix state for outputs loosing their CRTC | emersion | |
When there aren't enough CRTCs for all outputs, we try to move a CRTC from a disabled output to an enabled one. When this happens, the old output's state wasn't changed, so the compositor thought it was still enabled and rendering. This commit marks the old output as WLR_DRM_CONN_NEEDS_MODESET and sets its current mode to NULL. | |||
2019-01-18 | Merge pull request #1478 from Lahvuun/relative_pointer | emersion | |
Fix segfault in get_relative_pointer | |||
2019-01-18 | Fix segfault in get_relative_pointer | Ilya Trukhanov | |
Occurs on subsequent calls to relative_pointer_manager_v1_handle_get_relative_pointer() Steps to reproduce: - run rootston - run examples/relative-pointer - switch to relative pointer more than once Note: if done fast enough it may take more than two switches to crash. | |||
2019-01-18 | Merge pull request #1474 from emersion/meson-yield | Drew DeVault | |
meson: yield xwayland option | |||
2019-01-18 | Merge pull request #1475 from emersion/xwayland-shutdown | Drew DeVault | |
rootston: document why Xwayland is disconnected before clients | |||
2019-01-18 | rootston: document why Xwayland is disconnected before clients | emersion | |
2019-01-18 | meson: yield xwayland option | emersion | |
2019-01-17 | Merge pull request #1473 from RyanDwyer/noop-backend | Drew DeVault | |
Introduce noop backend | |||
2019-01-17 | Introduce noop backend | Ryan Dwyer | |
The noop backend is similar to headless, but it doesn't contain a renderer. It can be used as a place to stash views for when there's no physical outputs connected. | |||
2019-01-16 | Merge pull request #1471 from SimulaVR/tinywl-lib-order | emersion | |
Fix tinywl linking order (#1463) | |||
2019-01-16 | Fix tinywl linking order (#1463) | David Kraeutmann | |
2019-01-15 | Merge pull request #1461 from c-edw/feature/WLRToplevelAndPopup | emersion | |
Remove wlr_xdg_surface_send_close. | |||
2019-01-14 | Use assertions instead of guard. | Connor E | |
2019-01-13 | Merge pull request #1462 from alexbakker/fix-soft-cursors | Drew DeVault | |
Fix software cursor rendering for tinywl and some examples | |||
2019-01-13 | Fix software cursor rendering for tinywl and some examples | Alexander Bakker | |
2019-01-13 | Remove wlr_xdg_surface_send_close. | Connor E | |
2019-01-12 | Merge pull request #1459 from swaywm/wl-output-title | emersion | |
Add wlr_wl_output_set_title | |||
2019-01-10 | Add wlr_wl_output_set_title | Drew DeVault | |
2019-01-10 | Remove unused struct from tinywl | Drew DeVault | |
2019-01-10 | Merge pull request #1457 from swaywm/xdg-shell | emersion | |
Update Wayland backend to xdg-shell stable | |||
2019-01-10 | Merge pull request #1455 from emersion/codespell | Drew DeVault | |
Fix a few typos | |||
2019-01-10 | Update Wayland backend to xdg-shell stable | Drew DeVault | |
2019-01-10 | Fix a few typos | emersion | |
2019-01-07 | Merge pull request #1454 from jbeich/freebsd | Drew DeVault | |
Simplify FreeBSD build | |||
2019-01-07 | Update FreeBSD build | Jan Beich | |
- Switch to packages - Drop unused dependencies | |||
2019-01-07 | Simplify evdev includes on FreeBSD by relying on up-to-date package | Jan Beich | |
As evdev-proto is installed by CI some files have been missed: ../examples/pointer-constraints.c:2:10: fatal error: 'linux/input-event-codes.h' file not found #include <linux/input-event-codes.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../examples/relative-pointer-unstable-v1.c:5:10: fatal error: 'linux/input-event-codes.h' file not found #include <linux/input-event-codes.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
2019-01-06 | Merge pull request #1423 from emersion/data-control | Drew DeVault | |
Implement data-control-unstable-v1 | |||
2019-01-06 | Merge pull request #1451 from emersion/relative-pointer-send | emersion | |
relative-pointer-v1: move pointer iteration in wlroots | |||
2019-01-06 | relative-pointer-v1: move pointer iteration in wlroots | emersion | |
This makes sure we always send events to the right client. | |||
2019-01-06 | fullscreen-shell-v1: initial protocol implementation | emersion | |
2019-01-04 | Merge pull request #1448 from myfreeweb/fix-retroarch-crash | emersion | |
rootston: fix crash with fullscreen surfaces | |||
2019-01-04 | rootston: fix crash with fullscreen surfaces | Greg V | |
Fixes fullscreen mode in e.g. RetroArch and ioquake3. | |||
2019-01-04 | Merge pull request #1432 from ForTheReallys/relative-pointers | emersion | |
Relative pointers | |||
2019-01-03 | Merge pull request #1449 from swaywm/tinywl | Drew DeVault | |
Merge tinywl | |||
2019-01-03 | Use pkg-config for tinywl deps | Drew DeVault | |
2019-01-03 | Annotate the source | Drew DeVault | |
2019-01-03 | Update READMEs per tinywl merge | Drew DeVault | |
2019-01-03 | Merge remote-tracking branch 'tinywl/master' into tinywl | Drew DeVault | |
2019-01-02 | Only send relative events to the focused client in rootston | Alex Maese | |
2019-01-02 | Finish addressing @emersion's comments | Alex Maese | |
2018-12-30 | examples/layer-shell.c: check popup exists before drawing | Ian Fan | |
2018-12-30 | data-control-v1: update to latest protocol proposal | emersion | |
2018-12-30 | data-control-v1: fix data source not properly destroyed | emersion | |
2018-12-30 | data-control-v1: allow clearing selection | emersion | |
2018-12-30 | data-device: fix dangling listener in seat_client_selection_source_destroy | emersion | |