index
:
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
/
shared.c
Age
Commit message (
Expand
)
Author
2017-09-22
wlr-seat-keyboard: basic events
Tony Crisci
2017-08-28
handle input device destroy
Tony Crisci
2017-08-26
refactor example config and add ini.c
Tony Crisci
2017-08-26
add wlr_cursor basic implementation
Tony Crisci
2017-08-19
examples: separate compositor_fini from run
Dominique Martinet
2017-08-18
bring output configuration into shared.h
Tony Crisci
2017-08-18
Refactor example output config
Tony Crisci
2017-08-17
fix output resolution callback
Tony Crisci
2017-08-17
add output resolution notify to example shared
Tony Crisci
2017-08-17
Update keyboard modifiers in example compositor
nyorain
2017-08-17
Fix wlr_seat; add to example compositor
nyorain
2017-08-13
wlr_backend_init -> wlr_backend_start
Drew DeVault
2017-08-12
Use libinput_event_destroy/xkb_*_unref
Dominique Martinet
2017-08-12
libinput backend: fill in handle_device_removed
Dominique Martinet
2017-08-11
WIP: example/shared.c free
Dominique Martinet
2017-08-06
More cleanups
Scott Anderson
2017-08-05
Check for multi backend before using it
Drew DeVault
2017-08-06
Fixed VT switching
Scott Anderson
2017-08-06
Changed header paths.
Scott Anderson
2017-08-06
Changed ownership of wlr_session to the multi backend.
Scott Anderson
2017-07-10
Exit cleanly if we cannot open Wayland socket.
Scott Anderson
2017-06-28
Move example -> examples
Drew DeVault