Age | Commit message (Expand) | Author |
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 |
2019-10-16 | build: simplify by using disabler deps | Simon Ser |
2019-10-08 | build: workaround for meson disabler object not working with if not | Simon Ser |
2019-08-12 | examples: remove duplicated condition | Antonin Décimo |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser |
2019-06-02 | Remove orbital screenshooter and gamma-control | Simon Ser |
2019-04-29 | examples: add fullscreening to foreign-toplevel.c | Ilia Bozhinov |
2019-04-23 | output: refactor frame submission API | Simon Ser |
2019-03-01 | meson: enable more compiler warnings | emersion |
2019-01-29 | Fix two issues found with Clang's static analyzer | emersion |
2019-01-21 | Fix indentation in various files | emersion |
2019-01-20 | Merge pull request #1476 from emersion/fullscreen-shell | Drew DeVault |
2019-01-13 | Fix software cursor rendering for tinywl and some examples | Alexander Bakker |
2019-01-07 | Simplify evdev includes on FreeBSD by relying on up-to-date package | Jan Beich |
2019-01-06 | fullscreen-shell-v1: initial protocol implementation | emersion |
2019-01-04 | Merge pull request #1432 from ForTheReallys/relative-pointers | emersion |
2018-12-30 | examples/layer-shell.c: check popup exists before drawing | Ian Fan |
2018-12-21 | relative_pointer: add relative-pointer example | random human |
2018-12-08 | examples: add wlr_foreign_toplevel_management_v1 example | Ilia Bozhinov |
2018-11-06 | examples: only link clients to wlroots if necessary | emersion |
2018-11-06 | Use _POSIX_C_SOURCE, use shm_open | emersion |