Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-12 | examples: split clients in separate repository | Simon Ser | |
The client examples are useful to try out protocols, however they don't need to live in the wlroots repository. Having both clients and compositors in the same place is confusing. The wlroots API changes often but protocols are set in stone. | |||
2020-10-11 | examples: use `perror` instead of `fprintf` GNU %m `printf` extension | Tudor Brindus | |
2020-08-24 | Remove unnecessary wl_display_dispatch calls | Simon Ser | |
wl_display_roundtrip already takes care of dispatching the display. | |||
2020-03-25 | Prevent memory leak in copypaste of the screencopy example | Rabit | |
If someone want to use screencopy as is processing multiple screenshots - it could be hard to find this issue with shm. | |||
2019-11-20 | examples: set mode when creating shm object | Jan Beich | |
$ screencopy shm_open failed failed to create buffer $ posixshmcontrol ls MODE OWNER GROUP SIZE PATH --------- foo foo 33177600 /wlroots-screencopy | |||
2018-11-06 | Use _POSIX_C_SOURCE, use shm_open | 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 | |