Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wlr-seat cursor axis events
|
|
Axis events for the cursor are generated with the scroll wheel.
|
|
|
|
Though it still doesn't work for non-XDG windows because we need to
build common window state managemnet within the reference compositor.
|
|
Fixes #151
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add data structures to compositor.c xdg-surface implementation that allows them
to be rendered in the correct position in the layout, spanning outputs if
necessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the libinput backend does wl_display roundtrips, during which there is a
small window where keystrokes can be handled before the rest of the example
compositor is ready.
Setting the callback later ensures we're not called at this point
|
|
|
|
|