index
:
wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
fullscreen-shell.c
Age
Commit message (
Expand
)
Author
2024-01-25
backend: take wl_event_loop instead of wl_display in wlr_backend_autocreate()
Simon Ser
2023-11-25
Cleanup wlr_matrix.h includes
Simon Ser
2023-11-23
output: take wl_display in wlr_output_create_global()
Simon Ser
2023-11-23
output-layout: take wl_display in constructor
Simon Ser
2023-11-23
util/transform: move over wl_output_transform helpers
Simon Ser
2023-10-03
treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical
Alexander Orzechowski
2023-06-27
examples: enable new outputs
Simon Ser
2023-06-23
output: add wlr_output_state_init()
Simon Ser
2023-06-13
examples: Drop usage of wlr_output.pending
Alexander Orzechowski
2023-06-05
add render timer API
Rose Hudson
2023-05-30
examples: convert to new rendering API
Simon Ser
2023-04-14
compositor: pass version in wlr_compositor_create
Simon Ser
2022-11-15
backend: return wlr_session in wlr_backend_autocreate() call
Simon Ser
2022-01-13
surface: deprecate wlr_surface.h
Kirill Primak
2021-11-18
examples: init wlr_output with allocator and renderer
Simon Zeni
2021-08-06
examples/fullscreen-shell: remove unused render_data.view field
Simon Ser
2021-07-06
move wlr_box from /types to /util
Simon Zeni
2021-04-19
examples: use wlr_output_preferred_mode
Simon Ser
2020-12-30
Remove wlr_create_renderer_func_t
Simon Ser
2020-06-11
examples/fullscreen-shell: stop advertising linux-dmabuf unconditonally
Simon Ser
2020-02-08
examples: Fix compositor-examples
Scott Anderson
2019-07-27
Remove all wayland-server.h includes
Simon Ser
2019-04-23
output: refactor frame submission API
Simon Ser
2019-01-06
fullscreen-shell-v1: initial protocol implementation
emersion