emersion
18eb1eee3f
Listen to display destroy in xwayland, rename wlr_egl_free
7 years ago
emersion
9d43adaafa
Listen to display destroy in backends
7 years ago
Drew DeVault
f469784bbc
Merge pull request #469 from emersion/output-config-by-name
...
Configure outputs with make, model, serial in rootston
7 years ago
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
7 years ago
emersion
bdb6e0b84c
Remove destroy event in screenshooter for now
7 years ago
emersion
0e066f0d76
Listen to display destroy in output
7 years ago
emersion
cbf5763c22
Listen to display destroy in xdg-shell-v6
7 years ago
emersion
9ddaea14a1
Listen to display destroy in wl-shell
7 years ago
emersion
983ea3033f
Listen to display destroy in seat
7 years ago
emersion
088ff9a614
Listen to display destroy in gamma control manager
7 years ago
emersion
c7900663bc
Add display destroy listener to data device
7 years ago
emersion
e6d2e72401
Remove display destroy listeners, add compositor listener
7 years ago
emersion
32591d66d6
Add display destroy listener in server decoration
7 years ago
emersion
dfe11a2b0e
Add display destroy listener in screenshooter, destroy display in rootston
7 years ago
Drew DeVault
aead5019a7
Merge pull request #466 from emersion/wlr-output-set-scale
...
Add wlr_output_set_scale
7 years ago
emersion
dac0233804
Send new output to clients when changing transform
7 years ago
emersion
bf2b58eb6d
Add wlr_output_set_scale
...
Fixes #465
7 years ago
Scott Anderson
dad19394cf
Merge pull request #463 from emersion/fix-hw-cursor-move-segfault
...
Fix segfault when moving hardware cursor
7 years ago
emersion
8af779fae6
Fix segfault when moving hardware cursor
7 years ago
Tony Crisci
314e80e8db
Merge pull request #459 from acrisci/refactor/simplify-xwayland-shell
...
xwayland: remove xwayland param from xsurface methods
7 years ago
Tony Crisci
86df909256
xwayland: remove xwayland param from xsurface methods
7 years ago
Drew DeVault
3f70043d00
Merge pull request #458 from acrisci/refactor/wlr-decoration-modes
...
wrap server decoration modes
7 years ago
Tony Crisci
aa7efa1564
Merge pull request #457 from acrisci/feature/wl-shell-commit
...
wl-shell: add commit event
7 years ago
Tony Crisci
344ca222db
wrap server decoration modes
7 years ago
Tony Crisci
20545b09fa
rootston: use wl-shell surface commit
7 years ago
Tony Crisci
41d7bad470
wl-shell: add commit event
7 years ago
Drew DeVault
8eceaa2291
Merge pull request #455 from n3rdopolis/patch-1
...
Attempt to fix #454
7 years ago
n3rdopolis
8a2d54c24a
Fix style and string comparison
7 years ago
n3rdopolis
a8d8a63fe0
Attempt to fix #454
...
With logind, only seat0 can use TTYs
7 years ago
emersion
eb763439f7
optimize a bit rootston renderer if there's no surface transform
7 years ago
emersion
d1b29a54b9
Refactor: rename matrices in rootston
7 years ago
emersion
acc8f36894
Fix pointer input for transformed surfaces
7 years ago
emersion
4a56957a37
Fix inverted flipped-90 and flipped-270
7 years ago
emersion
6a69b4419f
Make wlr_output_transform_* functions public, refactoring
7 years ago
emersion
f4754ad1a2
Fix surface transforms
7 years ago
Drew DeVault
779cccf8b4
Merge pull request #452 from moritz31/move-os-compatibility
...
Moved os-compatibility and added header
7 years ago
Moritz
cef6d75491
Moved os-compatibility and added header
...
* Moved os-compatibility.c to util
* Added header under util
* Removed static since it isn't needed (i think so)
* Adjusted meson.build to include lib_wlr
Improved some codestyle
* Added guard to os-compatibility.h
* Fixed typo in include statment
Adjusted Guard
* Changed guard to _WLR_UTIL_OS_COMPATIBILITY
7 years ago
Tony Crisci
5d7eb438d9
Merge pull request #437 from emersion/fullscreen
...
Fullscreen support
7 years ago
Scott Anderson
bc113c16aa
Use correct include path for glapi.h
7 years ago
Drew DeVault
5649544a14
Merge pull request #449 from emersion/fix-hw-cursor-pos
...
Fix initial hardware cursor position
7 years ago
emersion
0781f6e483
Fix initial hardware cursor position
7 years ago
Drew DeVault
57a304c750
Merge pull request #447 from ascent12/os-compat
...
Remove unneeded linux include
7 years ago
Scott Anderson
87ea76e037
Remove unneeded linux include
7 years ago
Drew DeVault
d361cda3b6
Revert "Add xdg_shell ack_configure event"
...
This reverts commit f2b225ad0b
.
7 years ago
Drew DeVault
f2b225ad0b
Add xdg_shell ack_configure event
7 years ago
Drew DeVault
af3dea6d43
Merge pull request #445 from acrisci/feature/maximize-command
...
rootston: maximize command
7 years ago
Tony Crisci
903ba1c9b3
rootston: maximize command
7 years ago
Tony Crisci
e3542d879d
xwm: only take clipboard if window is focused
7 years ago
Drew DeVault
b083b1708b
Merge pull request #444 from myfreeweb/master
...
Xwayland signal confusion fix & non-Linux socket path fix
7 years ago
Greg V
1ae944c071
Use SIGUSR2 for vt switching instead of SIGUSR1
...
Xwayland uses SIGUSR1 to signal readiness.
With direct(-freebsd) session and Xwayland, wlroots was confusing the
Xwayland readiness signal with a vt switch signal, freezing the desktop.
Same problem was found in Weston in 2014:
https://phabricator.freedesktop.org/T7080
7 years ago