Age | Commit message (Collapse) | Author |
|
In pointer.c, some axis event was emitted even if the event pointer did not have
current axis.
In X11 backend pointer scroll events seem to be composed of both BUTTON_PRESS
and BUTTON_RELEASE. Therefore we should skip one of them (RELEASE) to avoid
event duplication.
|
|
Window switching binding
|
|
bug: emit wlr-seat pointer grab end event
|
|
|
|
|
|
|
|
|
|
Destroy surfaces on client destruction (XDG shell)
|
|
|
|
Add FreeBSD compatibility
|
|
Fixed wrong function name
|
|
Apparently I am first guy to ever call this...
|
|
|
|
Fix wlr_output_layout_intersects
|
|
|
|
wl-shell fixes (QT support)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Destroy callbacks before callback list reinitialization
|
|
Upload texture on surface commit
|
|
|
|
|
|
Client provided cursors
|
|
move surface finder functions to wlroots
|
|
bug: null buffer commit detection
|
|
|
|
|
|
|
|
|
|
|
|
Make Xwayland optional
|
|
|
|
|
|
|
|
Fixed include in wlr_keyboard.h
|
|
|
|
Fix glgen to be more POSIX corformant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bug: handle commit empty buffer
|