Skip to content
  • Carlos Garnacho's avatar
    wayland: Implement text input protocol · 62c97133
    Carlos Garnacho authored
    This is the implementation of the internal text-input protocol that will
    be used to communicate IMs (to be implemented by gnome-shell) with clients.
    The text_input protocol has its own focus expressed through enter/leave
    events, that will typically follow the keyboard's.
    
    The client will be able to communicate its current status (eg. focus state,
    cursor rectangle in surface coordinates, text surrounding the cursor
    position, ...) and will receive commands from the compositor (eg. preedit
    text, committing a string, ...).
    
    Whenever there is an active input method, the compositor will route key
    events directly through it. The client will not receive wl_keyboard
    events if the event is consumed by the IM.
    62c97133