Age | Commit message (Collapse) | Author |
|
|
|
|
|
Use wl_display_next_serial
|
|
|
|
Add elogind support
|
|
|
|
Resolves SirCmpwn/wlroots#146
|
|
|
|
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
|
|
|
|
|
|
wlr-seat pointer events
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compositor.c: xdg-surface layout position
|
|
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.
|
|
|
|
xdg shell toplevel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compositor example basic cursor and layout
|
|
fixes use after free caused by signal lists
|