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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename wlr_output_layout_init()
|
|
Rename wlr_output_layout_init() to wlr_output_layout_create() to be consistent
with the rest of the api.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use tabs for indentation and break up function calls over 80 col.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|