Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-15 | wayland protocol headers: use double-quote for includes | Dominique Martinet | |
These headers are not installed so we should look for these locally | |||
2018-02-01 | fixes the off by one errors in examples/screenshot | Markus Ongyerth | |
The inverse loop iterations for the transformed outputs had an off by one error, iterating 1 based, not 0 based. This commit fixes that. | |||
2018-01-31 | handle the other transformations for screenshots | Markus Ongyerth | |
This handles all current transformations for outputs properly. This ensures an output is drawn in readable orientation/flipping no matter the actual transformations applied to it. | |||
2018-01-31 | fixes 90 degree rotation screenshots | Markus Ongyerth | |
This fixes the screenshot example application when an output is rotated by 90 degrees. Other tranformations are not taken into account yet. | |||
2018-01-23 | Backport screenshooter fixes from the renderer redesign v1 | emersion | |
This backports some changes to #319 to fix the screenshooter data format. This also adds wlr_backend_get_renderer which will be useful to support multiple renderers. | |||
2018-01-21 | style: include brackets for if/while/for, even if it's a single statement | Johannes Schramm | |
2018-01-15 | Fixed logging for examples | Timidger | |
2017-12-28 | Merge pull request #533 from martinetd/wl_array_add | Drew DeVault | |
ENOMEM checks: consistently check wl_array_add return | |||
2017-12-28 | style: fix sizeof() calls without parentheses | Dominique Martinet | |
2017-12-28 | Fixes for multiple outputs | emersion | |
* Fixes output positions in screenshots * Fixes Wayland backend pointer events when output layout doesn't start at (0, 0) | |||
2017-11-30 | Moved os-compatibility and added header | Moritz | |
* Moved os-compatibility.c to util * Added header under util * Removed static since it isn't needed (i think so) * Adjusted meson.build to include lib_wlr Improved some codestyle * Added guard to os-compatibility.h * Fixed typo in include statment Adjusted Guard * Changed guard to _WLR_UTIL_OS_COMPATIBILITY | |||
2017-11-11 | Fix unused-result error | Tancredi Orlando | |
2017-10-22 | Create globals only for enabled outputs in DRM backend | emersion | |
2017-10-07 | Fix GCC build | emersion | |
2017-10-07 | Code style | emersion | |
2017-10-07 | Use ImageMagick to write PNG screenshot | emersion | |
2017-10-07 | Remove cairo dependency, write raw pixels | emersion | |
2017-10-07 | Call glReadPixels right before swapping buffers | emersion | |
2017-10-07 | First attempt to implement screenshooter | emersion | |