Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-15 | Merge pull request #567 from Timidger/example-logging | Drew DeVault | |
Fixed logging for examples | |||
2018-01-15 | Fixed logging for examples | Timidger | |
2018-01-15 | Merge pull request #549 from emersion/output-enabled | Drew DeVault | |
Add wlr_output::enabled | |||
2018-01-13 | Add example for idle protocol | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2018-01-06 | output: rename resolution event to mode | emersion | |
2017-12-31 | Fix views outside output layout | emersion | |
2017-12-28 | Don't destroy backend in compositor_fini | Timidger | |
This is already done after the changes in #504, and now just causes a segfault on closing the examples. | |||
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-12-27 | config: Avoid clash with other config-headers | Björn Esser | |
2017-12-26 | config: Put all defines into config.h | Björn Esser | |
2017-12-12 | Update output layout when scale or transform changes | emersion | |
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-20 | Use wl_list for touch points in examples/ | emersion | |
2017-11-16 | rename touch slot to touch id | Tony Crisci | |
2017-11-11 | Add scale parameter to wlr_cursor_set_image | emersion | |
2017-11-11 | Fix unused-result error | Tancredi Orlando | |
2017-11-01 | Move shared example code | Drew DeVault | |
2017-10-31 | Fix segfaults on exit in examples/mutli-pointer | emersion | |
2017-10-31 | Fix memory leak in wlr_cursor | emersion | |
2017-10-31 | Remove outdated TODOs, use wlr_surface_has_buffer | emersion | |
2017-10-31 | Fix wlr_cursor_destroy, handle device remove in examples/multi-cursor | emersion | |
2017-10-31 | Add multi-pointer example | emersion | |
2017-10-31 | Remove wlr_cursor_set_xcursor for now | emersion | |
2017-10-31 | Manage wlr_output_cursor from wlr_cursor | emersion | |
2017-10-31 | Fix rootston | emersion | |
2017-10-30 | remove time usec | Tony Crisci | |
2017-10-22 | Fixes #321, not using result of wl_container_of | Timidger | |
2017-10-22 | Create globals only for enabled outputs in DRM backend | emersion | |
2017-10-22 | Forgot to rename these | Drew DeVault | |
2017-10-21 | Merge branch 'master' into heghe/wl_list | Drew DeVault | |
2017-10-21 | Rename remaining refs to wlr_list | Drew DeVault | |
2017-10-21 | Remove wl_list_init when using wl_signal_add | emersion | |
2017-10-20 | Replace list_t with wl_list for wlr_input_device | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-20 | Replace list_t with wl_list in wlr_output | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-11 | Add FreeBSD compatibility | Greg V | |
2017-10-07 | Remove examples/compositor.c, re-added by mistake | 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 | |
2017-10-07 | Add screenshooter skeleton | emersion | |
2017-10-06 | Transform hotspot with cursor | Versus Void | |
Fix #188 | |||
2017-10-02 | Move wlr-example.ini.example to rootston.ini.example and reference it from ↵ | Versus Void | |
examples' config parser | |||
2017-10-02 | Add examples/wlr-example.ini.example with option descriptions for examples | Versus Void | |
2017-10-01 | Fix keyboard handling in examples | Drew DeVault | |
2017-09-28 | Remove example compositor | Drew DeVault | |