aboutsummaryrefslogtreecommitdiff
path: root/examples/fullscreen-shell.c
AgeCommit message (Expand)Author
2024-02-15Define _POSIX_C_SOURCE globallySimon Ser
2024-01-25backend: take wl_event_loop instead of wl_display in wlr_backend_autocreate()Simon Ser
2023-11-25Cleanup wlr_matrix.h includesSimon Ser
2023-11-23output: take wl_display in wlr_output_create_global()Simon Ser
2023-11-23output-layout: take wl_display in constructorSimon Ser
2023-11-23util/transform: move over wl_output_transform helpersSimon Ser
2023-10-03treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practicalAlexander Orzechowski
2023-06-27examples: enable new outputsSimon Ser
2023-06-23output: add wlr_output_state_init()Simon Ser
2023-06-13examples: Drop usage of wlr_output.pendingAlexander Orzechowski
2023-06-05add render timer APIRose Hudson
2023-05-30examples: convert to new rendering APISimon Ser
2023-04-14compositor: pass version in wlr_compositor_createSimon Ser
2022-11-15backend: return wlr_session in wlr_backend_autocreate() callSimon Ser
2022-01-13surface: deprecate wlr_surface.hKirill Primak
2021-11-18examples: init wlr_output with allocator and rendererSimon Zeni
2021-08-06examples/fullscreen-shell: remove unused render_data.view fieldSimon Ser
2021-07-06move wlr_box from /types to /utilSimon Zeni
2021-04-19examples: use wlr_output_preferred_modeSimon Ser
2020-12-30Remove wlr_create_renderer_func_tSimon Ser
2020-06-11examples/fullscreen-shell: stop advertising linux-dmabuf unconditonallySimon Ser
2020-02-08examples: Fix compositor-examplesScott Anderson
2019-07-27Remove all wayland-server.h includesSimon Ser
2019-04-23output: refactor frame submission APISimon Ser
2019-01-06fullscreen-shell-v1: initial protocol implementationemersion