Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Support resizing the input panel when using Wayland #105

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 22, 2022

  1. Replace FindWaylandProtocols.cmake with the version from ECM

    It uses pkgconfig correctly and allows using things like
    CMAKE_PREFIX_PATH to point at different installations.
    awhiemstra committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    5809266 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Support resizing the input panel when using Wayland

    This relies on a new "configure" event that has been added to the
    input-panel-surface-v1 protocol, which allows the compositor to request
    a new size for the input panel. This is primarily intended to allow the
    compositor to position the panel in such a way that it avoids things
    like task managers.
    awhiemstra committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    54c396d View commit details
    Browse the repository at this point in the history