Björn Esser
ff13849624
config: Avoid clash with other config-headers
7 years ago
Björn Esser
57a09c8ca4
config: Put all defines into config.h
7 years ago
emersion
dcb168914e
Merge branch 'master' into fullscreen
7 years ago
emersion
17d9e2ce35
Unify view events naming, remove client from event structs
7 years ago
emersion
abab2902f5
Check for subsurfaces and popups before using wlr_output_set_fullscreen_surface
7 years ago
emersion
80998cdf57
Add support for fullscreen xwayland views
7 years ago
emersion
b04a9a248d
Initial fullscreen support
7 years ago
emersion
1d08d31709
Merge branch 'master' into laggy-move-resize
7 years ago
emersion
0153a0ed8f
Fix laggy move-resize for xwayland views
7 years ago
emersion
a3a8b7bfd8
Fixed a bug with move-resize, removed xdg-shell ack_configure event
...
Fixed move-resizing a view when only one coordinate changes.
7 years ago
emersion
e2843d87c8
Ensure to move the view when configured
7 years ago
emersion
27937add76
Merge branch 'master' into laggy-move-resize
7 years ago
emersion
bb6d34e7a5
rootston: add per-seat views
7 years ago
emersion
eb89f1dcd2
Fix resize issues with some xdg-shell apps.
...
Also renames view_get_size to view_get_box to be more consistent with wlroots API and make it more obvious that x,y are set (while in roots_view.get_size this isn't the case).
Fixes #407
7 years ago
Drew DeVault
e6babc07a0
Merge pull request #390 from emersion/rootston-maximize
...
Maximize views in rootston
7 years ago
emersion
bf1b12a725
Fix maximize delay in xdg-shell
7 years ago
emersion
26dadacb71
Add wl_shell support for maximized views
7 years ago
Drew DeVault
66587eb430
Merge remote-tracking branch 'origin/master' into hidpi
7 years ago
emersion
2118c691b1
Add maximize support for xwayland in rootston
7 years ago
emersion
03d3fdc158
Basic maximization implementation for xdg-shell
7 years ago
emersion
3e3209cba2
Fix laggy move-resize in xdg-shell
7 years ago
emersion
cf713edc10
Fix moving views when resizing below min size
7 years ago
Drew DeVault
a6930cd8ea
Handle output enter/leave correctly
7 years ago
Drew DeVault
a7446792a1
Consider scale factor when rendering views
7 years ago
Tony Crisci
c555a66dda
Merge branch 'master' into feature/xwm-rewrite
7 years ago
Tony Crisci
6a4290b86a
xwm: moveresize events
7 years ago
emersion
7c85709de1
Focus last view on close in rootston
7 years ago
Tony Crisci
e5ee01254b
xwm: map and unmap notify
7 years ago
emersion
c8570d0e42
Remove wl_list_init when using wl_signal_add
7 years ago
Tony Crisci
169bc216ed
rootston: view set position
7 years ago
Tony Crisci
19784360f1
bug: fix view centering
7 years ago
Drew DeVault
d0d6413772
Merge pull request #220 from versusvoid/optional-xwayland
...
Make Xwayland optional
7 years ago
Drew DeVault
82a6598ca7
Merge pull request #243 from acrisci/feature/input-bounds
...
Use wl_surface input bounds for input handling
7 years ago
Tony Crisci
db15ab77b4
use input bounds for pointer events
7 years ago
emersion
518ef46ef2
Activate new views
7 years ago
emersion
3774d6c2c0
Center wl shell views
7 years ago
emersion
3c6f2f29bf
Do not remove the commit listener
7 years ago
emersion
d09d01236b
Center xdg shell views
7 years ago
Versus Void
9cab66f0f9
Make xwayland compile-time optional
7 years ago
emersion
972e9dbd1b
Add close command, add close for xwayland
7 years ago
emersion
74f2d0cd63
Completely fix resize offset
7 years ago
emersion
33a97576ca
Add view_resize
7 years ago
emersion
d8c86431e0
xwayland: add signals for configure, set_{class,title}
7 years ago
Drew DeVault
ada7fde6fb
DRY up focus and implement z ordering
7 years ago
emersion
b7927078e9
x11 -> xwayland, window -> surface, fix some calloc sizes and wrong types
7 years ago
Drew DeVault
906a816abf
Fix rootston keyboard, add Xwayland
7 years ago
emersion
63f277f3b9
rootston: handle request_move
7 years ago
emersion
663bfe4cd8
wlr_wl_shell: implement all requests except set_popup
7 years ago
emersion
acf58e04de
Fix segfault, add wl_shell view
7 years ago
Drew DeVault
0ca7932c3f
Implement xdg surface request_move
7 years ago