Age | Commit message (Collapse) | Author |
|
The comment strings are not stripped so the commands are not currently
recognised.
|
|
|
|
Add startup command option to rootston
|
|
Allows specifying a command to run at startup.
|
|
wl-output: send layout position
|
|
|
|
xdg-shell: send same-as-current configure if needed
|
|
rootston: view set position
|
|
|
|
|
|
|
|
rootston: add a default meta key if no config file is specified
|
|
|
|
Fix hidden cursors
|
|
|
|
|
|
xdg-shell: force configure when pending different
|
|
|
|
[WIP] Fix client cursors
|
|
bug: detect invalid texture in xdg-shell
|
|
|
|
|
|
bug: fix view centering
|
|
|
|
Add XML rules to .editorconfig
|
|
|
|
Fix duplicated pointer axis events
|
|
|
|
|
|
|
|
|
|
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...
|
|
|
|
|