Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-03 | Handle setting keymap in examples more securely | random human | |
2018-07-29 | examples: cleanup simple | emersion | |
- Move a log to where it should be - Enforce code style - Rename wlr to backend | |||
2018-07-09 | util: add wlr_ prefix to log symbols | emersion | |
2018-05-30 | cleanup: Use void for zero-parameter functions | Genki Sky | |
Signed-off-by: Genki Sky <sky@genki.is> | |||
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-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 | Made touch standalone | Timidger | |
TODO test | |||
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-03-19 | render: split render.h into wlr_renderer.h and wlr_texture.h | emersion | |
2018-01-21 | output: add damage tracking via buffer age | emersion | |
2018-01-19 | output: fix software cursors damage tracking | emersion | |
2018-01-15 | Fixed logging for examples | Timidger | |
2017-11-01 | Move shared example code | Drew DeVault | |
2017-09-24 | Move keyboard logic to wlr_{keyboard,seat} | Drew DeVault | |
2017-08-19 | examples: separate compositor_fini from run | Dominique Martinet | |
compositor_fini destroys the display, but it is an error to destroy it before e.g. wlr_seat that references it. This lets us order destroy calls properly, following first-in-last-out logic. | |||
2017-08-06 | Changed header paths. | Scott Anderson | |
2017-06-29 | Merge branch 'wlcore' | Drew DeVault | |
2017-06-28 | Move example -> examples | Drew DeVault | |
And the compositor example into its own directory |