index
:
navi/wayland/wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
rotation.c
Age
Commit message (
Collapse
)
Author
2018-02-03
render: make wlr_renderer_clear take a float[4] for the color
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
Fixed logging for examples
Timidger
2017-12-12
Update output layout when scale or transform changes
emersion
2017-11-01
Move shared example code
Drew DeVault
2017-09-25
Merge branch 'master' into rootston
Drew DeVault
2017-09-24
Move keyboard logic to wlr_{keyboard,seat}
Drew DeVault
2017-09-22
wlr-seat-keyboard: basic events
Tony Crisci
2017-08-26
refactor example config and add ini.c
Tony Crisci
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-19
wlr renderer/texture: rename init to create when it does alloc
Dominique Martinet
2017-08-18
Refactor example output config
Tony Crisci
Put all the config parsing into shared.h so it is shared among the examples.
2017-08-17
Fix wlr_seat; add to example compositor
nyorain
2017-08-15
Prevent alloc errors from crashing
Calvin Lee
Resolves #76
2017-08-10
Refactor EGL handling
Drew DeVault
2017-08-10
Fix example for updated gles
nyorain
2017-08-10
Implement drm (egl) buffer attaching
nyorain
2017-08-08
Rename wlr_surface -> wlr_texture; attach -> upload
nyorain
2017-08-06
Changed header paths.
Scott Anderson
2017-07-11
Fixed that warnings that showed up with optimisations.
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