Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-16 | Fix build on FreeBSD | emersion | |
2018-08-02 | examples/gamma-control: fix brightness formula | emersion | |
2018-08-02 | examples/gamma-control: clamp values, default brightness to 1 | emersion | |
2018-08-02 | examples: add gamma-control | emersion | |
2018-08-02 | Merge pull request #1053 from emersion/xdg-decoration | Drew DeVault | |
Add xdg-decoration-unstable-v1 support | |||
2018-07-29 | examples: cleanup simple | emersion | |
- Move a log to where it should be - Enforce code style - Rename wlr to backend | |||
2018-07-28 | Add xdg-decoration-unstable-v1 support | emersion | |
2018-07-14 | rename wlr_tablet_tool to wlr_tablet | Markus Ongyerth | |
The previous naming was based on the input-device capability names from libinput. With code that uses the libinput_tablet_tool and mapping into tablet-v2, this is confusing, so the name is changed to follow the names used in the protocol. | |||
2018-07-09 | util: add wlr_ prefix to log symbols | emersion | |
2018-06-30 | examples/screencopy: use libpng | emersion | |
2018-06-30 | screncopy: update protocol | emersion | |
2018-06-30 | screencopy: add support for frame flags | emersion | |
2018-06-30 | screencopy: add presentation timestamp | emersion | |
2018-06-30 | screencopy-v1: add basic implementation | emersion | |
2018-06-26 | Add minimum version for ffmpeg 4.0 libraries | Scott Anderson | |
2018-06-26 | Check for libavutil/hwcontext_drm.h | Scott Anderson | |
This is an optional feature of libavutil, so this will cause a build failure if it's not present (e.g. on Debian/Ubuntu). | |||
2018-06-25 | examples/dmabuf-capture: move encoding to a separate thread | Rostislav Pehlivanov | |
Drop new frames if too slow. Speeds up encoding significantly, even with vaapi. | |||
2018-06-17 | Fix example | Rostislav Pehlivanov | |
2018-06-17 | export-dmabuf: update protocol | emersion | |
2018-06-17 | Update example and protocol | Rostislav Pehlivanov | |
2018-05-31 | Merge branch 'master' into screencontent | emersion | |
2018-05-30 | cleanup: Use void for zero-parameter functions | Genki Sky | |
Signed-off-by: Genki Sky <sky@genki.is> | |||
2018-05-30 | Merge pull request #1017 from tobiasblass/examples_rotation_fix_doublefree | emersion | |
Fix double-free in the rotation.c example. | |||
2018-05-30 | examples/output-layout: destroy wl_display | emersion | |
Thanks @tobiasblass for pointing this out. See #1017. | |||
2018-05-30 | Fix double-free in the tablet.c and touch.c examples | Tobias Blass | |
The wl_display_destroy function already destroys the backend's renderer. Freeing it by hand causes a segmentation fault. | |||
2018-05-30 | Fix double-free in the rotation.c example. | Tobias Blass | |
The wl_display_destroy function already destroys the backend's renderer. Freeing it by hand causes a segmentation fault. | |||
2018-05-29 | examples/dmabuf-capture: simplify event loop and fix style | emersion | |
2018-05-29 | examples/dmabuf-capture: make building this example optional | emersion | |
2018-05-29 | examples/dmabuf-capture: fix indentation | emersion | |
2018-05-29 | Command line parsing | Rostislav Pehlivanov | |
2018-05-29 | Add a demo client for dmabuf export | Rostislav Pehlivanov | |
2018-05-25 | backends: implement custom EGL and renderer initialization | Ilia Bozhinov | |
Compositors now have more control over how the backend creates its renderer. Currently all backends create an EGL/GLES2 renderer, so the necessary attributes for creating the context are passed to a user-provided callback function. It is responsible for initializing provided wlr_egl and to return a renderer. On fail, return 0. Fixes #987 | |||
2018-05-13 | rename sample state to "state" | Tony Crisci | |
2018-05-13 | pointer example: use xcursor manager | Tony Crisci | |
2018-05-13 | make pointer show up in pointer example | Tony Crisci | |
2018-05-10 | Fixed emersion's issues | Timidger | |
2018-05-10 | Fixed style issues | Timidger | |
2018-05-10 | Remvoed unnecessary wayland socket in examples | Timidger | |
2018-05-10 | Fixed up building examples | Timidger | |
2018-05-10 | Made output layout example standalone | Timidger | |
2018-05-10 | Fixed indentation | Timidger | |
2018-05-10 | Multi-pointer ported over | Timidger | |
2018-05-10 | Made rotation example standalone | Timidger | |
2018-05-10 | Made tablet standalone | Timidger | |
2018-05-10 | Made touch standalone | Timidger | |
TODO test | |||
2018-05-10 | Made examples/pointer standalone | Timidger | |
2018-05-10 | simple now works on DRM | Timidger | |
2018-05-10 | Can now quit the simple example | Timidger | |
2018-05-10 | Got simple working without keyboard input | Timidger | |
2018-05-10 | Moved cat out of support, removed support | Timidger | |