Age | Commit message (Expand) | Author |
2021-04-19 | examples: use wlr_output_preferred_mode | Simon Ser |
2021-04-17 | render: make GLES2 renderer optional | ayaka |
2021-04-16 | examples/rotation: error out on invalid option | Simon Ser |
2021-03-22 | examples/dmabuf-capture: stop using av_init_packet | Simon Ser |
2021-02-23 | examples: add libdrm partial dependency for compositors | Simon Ser |
2021-02-23 | Fix wl_shm_format passed to wlr_texture_from_pixels | Simon Ser |
2021-02-14 | examples: remove wlroots dep from client examples | Simon Ser |
2021-02-14 | examples: drop wlr/render/egl.h include from client examples | Simon Ser |
2021-02-14 | examples: drop wlroots dep from egl_common.c | Simon Ser |
2021-02-04 | examples/egl_common: make attribs const | Brandon Dowdy |
2021-01-30 | examples: remove "major" and "minor" from egl_common.c | Brandon Dowdy |
2021-01-29 | examples: remove dependency on wlr_egl from clients | Brandon Dowdy |
2021-01-25 | examples/foreign-toplevel: Add documenation and output selection | fwsmit |
2021-01-12 | layer-shell: allow new values for keyboard-interactivity | Daniel Kondor |
2021-01-12 | render/egl: replace init/finish with create/destroy | Simon Ser |
2021-01-12 | render/egl: remove support for EGL_NATIVE_VISUAL_ID | Simon Ser |
2021-01-04 | examples: request an EGL config | Simon Ser |
2021-01-04 | examples: remove visual for EGL_PLATFORM_WAYLAND_EXT | Simon Ser |
2020-12-30 | Remove wlr_create_renderer_func_t | Simon Ser |
2020-12-25 | Stop using wlr_texture_get_size | Simon Ser |
2020-12-13 | build: move wayland-egl dependency to examples/ | Simon Ser |
2020-11-11 | Remove unneeded includes from wlr_input_device.h | Isaac Freund |
2020-11-11 | Replace wlr_key_state with wl_keyboard_key_state | Isaac Freund |
2020-10-18 | foreign-toplevel-management: report parent toplevel | Daniel Kondor |
2020-10-11 | examples: use `perror` instead of `fprintf` GNU %m `printf` extension | Tudor Brindus |
2020-08-31 | examples/dmabuf-capture: add extra roundtrip for wl_output listener | Simon Ser |
2020-08-24 | Remove unnecessary wl_display_dispatch calls | Simon Ser |
2020-08-14 | examples/simple: use wlr_renderer instead of GL | Simon Ser |
2020-08-14 | examples/simple: use wlr_output_preferred_mode | Simon Ser |
2020-07-28 | examples: remove unnecessary gles2.h imports | Rouven Czerwinski |
2020-07-21 | Fix typos | Antonin Décimo |
2020-07-08 | examples/input-method-keyboard-grab: new example | xdavidwu |
2020-07-06 | examples: fix improper use of `free` | j-n-f |
2020-07-01 | examples: screencopy-dmabuf: Fix y-inversion | Andri Yngvason |
2020-06-20 | examples/pointer: fix wlr_renderer_end call order | Simon Ser |
2020-06-11 | examples/fullscreen-shell: stop advertising linux-dmabuf unconditonally | Simon Ser |
2020-06-11 | examples/screencopy-dmabuf: call strncpy with maxlen - 1 | Simon Ser |
2020-06-08 | examples: Add screencopy-dmabuf example | Andri Yngvason |
2020-05-20 | examples: make output-power-management oneshot by default | Ilia Bozhinov |
2020-05-01 | examples/dmabuf-capture: use getopt | Simon Ser |
2020-04-21 | build: use dicts instead of get_variable | Simon Ser |
2020-03-25 | Prevent memory leak in copypaste of the screencopy example | Rabit |
2020-02-20 | keyboard-shortcuts-inhibit: Add client example | Michael Weiser |
2020-02-20 | examples: add output-power-management example client | Guido Günther |
2020-02-08 | examples: Fix compositor-examples | Scott Anderson |
2020-01-24 | meson: Fix protocol includes for compositor examples | Scott Anderson |
2019-12-31 | virtual-pointer: Add support for the wlr-virtual-pointer-unstable-v1 | Josef Gajdusek |
2019-12-23 | meson: Various improvements | Scott Anderson |
2019-11-20 | examples: set mode when creating shm object | Jan Beich |
2019-11-20 | Add -Wmissing-prototypes | Simon Ser |