173 Commits (5334ee8bfd93b2bfdc077f422b87c2509f04d5d4)

Author SHA1 Message Date
emersion e849a68e6e
output: correctly clear screen when fullscreened
7 years ago
emersion 6436ce6300
rootston: remove outdated comment
7 years ago
Ilia Bozhinov 54bf3a36ca rootston: remove mode and transform signals when output is destroyed
7 years ago
Guido Günther 57cc4c319d rootston: Send frame_done for popups too
7 years ago
Drew DeVault 278aa84619 Basic layer popup rendering
7 years ago
emersion fa84b267e0
Remove wlr_surface::subsurface
7 years ago
emersion 1b802d9251
Make wlr_renderer_scissor take normal coords instead of upside-down ones
7 years ago
emersion 285cf12e37
Remove rootston surface iterator
7 years ago
emersion 4a9a9eae9a
Add surface iterators
7 years ago
Drew DeVault b887af9a60 Fix maximized windows interaction with layer shell
7 years ago
Drew DeVault a1d5d20914 Address some more feedback
7 years ago
Drew DeVault 776b81d499 Fix surface layer damage tracking
7 years ago
Drew DeVault f444a0d14c Implement layer surface damage
7 years ago
Drew DeVault 4bf936360d Arrange & render layer surfaces
7 years ago
Dominique Martinet a0b52a0dff Fix x11 backend
7 years ago
Drew DeVault 891610081f
Merge pull request #751 from emersion/rotated-surface-damage
7 years ago
emersion 140bc19476
rootston: add -D flag to enable damage tracking debugging
7 years ago
emersion 4555fc8a54
Fix damage tracking for rotated surfaces
7 years ago
emersion 793c3b3047
render: add simple functions to render rectangles and ellipses
7 years ago
emersion a854c2f246
Merge branch 'master' into gles2-renderer-redesign
7 years ago
Dominique Martinet d9a3c66942 rootston/output: fix leak in damage_from_surface
7 years ago
emersion 3581573bdc
render/gles2: make wlr_renderer_begin take viewport size
7 years ago
Dominique Martinet a491f780b8 rootston rotation: change view->rotation sign
7 years ago
Drew DeVault 1956d3cedb
Merge pull request #722 from emersion/matrix-redesign
7 years ago
emersion 824a95ad19
matrix: use 2D matrices
7 years ago
emersion d26b67cb06
matrix: unify API, don't use array pointers
7 years ago
emersion b6a3f240c7
matrix: move to types/
7 years ago
emersion e74ddaaf10
xdg-shell-v6: redesign the configure/ack_configure workflow
7 years ago
emersion 3f072bedd9
xdg-shell-v6: add map signal
7 years ago
Markus Ongyerth 14bb550bff set alpha to 1.0 for drag icons
7 years ago
Markus Ongyerth 333110515e set fullscreen alpha to 1
7 years ago
Guido Günther 202a728ee9 rootstion: handle alpha in server side decorations
7 years ago
Guido Günther e2ea1ebe48 rootston: Add alpha channel to views
7 years ago
Guido Günther d08792bfff Add alpha to wlr_render_with_matrix
7 years ago
emersion 69409ea3cb
Merge pull request #654 from emersion/send-frame-done
7 years ago
emersion ca3a947864
rootston: fix user-after-free in output_handle_destroy
7 years ago
emersion 00e647e161
rootston: fix sending frame done to undefined view
7 years ago
emersion dc77b4c8c6
rootston: don't send frame done if wlr_output manages the surface
7 years ago
emersion 6f8eca2b3a
rootston: send frame done events unconditionally
7 years ago
Dominique Martinet 7d26a6debd xdg-shell stable: copy-pasta implementation
7 years ago
emersion c2e1474010
Reformat all #include directives
7 years ago
emersion 10ecf871f2
Remove wlr_backend.events.{output_remove,device_remove}
7 years ago
emersion ec837e3c9e
Introduce wlr_output_damage
7 years ago
emersion 1cea73d2d8
rootston: fix rotated views damage tracking
7 years ago
emersion 6ba36cc52f
rootston: do not rely on current view size when accumulating damage
7 years ago
emersion ddb1779f9f
render: make wlr_renderer_clear take a float[4] for the color
7 years ago
emersion 402587ed65
rootston: use output renderer
7 years ago
emersion 5aa642485d
rootston: do not render views fullscreened on other outputs
7 years ago
emersion 4d6e7f510e
rootston: fix artifacts when leaving fullscreen in a rotated view
7 years ago
emersion a7cba7d83f
rootston: damage whole output when entering/leaving fullscreen
7 years ago