Age | Commit message (Expand) | Author |
2018-02-24 | Merge pull request #641 from Ongy/idle-inhibit | Tony Crisci |
2018-02-23 | idle-inhibit: style adjustments and motivation | Markus Ongyerth |
2018-02-23 | Don't use os_create_anonymous_file outside of wlroots | Guido Günther |
2018-02-21 | idle-inhibit: second feedback pass | Markus Ongyerth |
2018-02-20 | idle-inhibit: feedback pass | Markus Ongyerth |
2018-02-17 | handle xdg close event in idle-inhibit example | Markus Ongyerth |
2018-02-17 | adds the client example for idle-inhibit | Markus Ongyerth |
2018-02-15 | wayland protocol headers: use double-quote for includes | Dominique Martinet |
2018-02-12 | Remove wlr_backend.events.{output_remove,device_remove} | emersion |
2018-02-03 | render: make wlr_renderer_clear take a float[4] for the color | emersion |
2018-02-03 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion |
2018-02-01 | fixes the off by one errors in examples/screenshot | Markus Ongyerth |
2018-01-31 | handle the other transformations for screenshots | Markus Ongyerth |
2018-01-31 | fixes 90 degree rotation screenshots | Markus Ongyerth |
2018-01-29 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion |
2018-01-23 | Backport screenshooter fixes from the renderer redesign v1 | emersion |
2018-01-22 | render: add wlr_renderer_clear and wlr_renderer_scissor | emersion |
2018-01-21 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion |
2018-01-21 | style: include brackets for if/while/for, even if it's a single statement | Johannes Schramm |
2018-01-21 | output: add damage tracking via buffer age | emersion |
2018-01-19 | output: fix software cursors damage tracking | emersion |
2018-01-15 | Merge pull request #567 from Timidger/example-logging | Drew DeVault |
2018-01-15 | Fixed logging for examples | Timidger |
2018-01-15 | Merge pull request #549 from emersion/output-enabled | Drew DeVault |
2018-01-13 | Add example for idle protocol | Heghedus Razvan |
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 |
2017-12-28 | Merge pull request #533 from martinetd/wl_array_add | Drew DeVault |
2017-12-28 | style: fix sizeof() calls without parentheses | Dominique Martinet |
2017-12-28 | Fixes for multiple outputs | emersion |
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 |
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 |