Skip to content
Snippets Groups Projects

text-input: update to 3.2

Open Carlos Garnacho requested to merge carlosg/wayland-protocols:wip/text-input-3.2 into main
  1. Nov 11, 2024
    • Carlos Garnacho's avatar
      text-input: Add preedit text hints · 286be709
      Carlos Garnacho authored
      There seems to be some demand from input methods to be able
      to style different parts of the preedit string differently.
      Since the reasons to do that are many, and vary between IMs
      and languages.
      
      But even though some IMs would much want to be able to specify
      colors, they lack the context to know what choice of colors
      provides enough contrast and legibility embedded on foreign
      UIs (e.g. accounting things like themes, accessibility, ...).
      
      There is a proposal for a semantic closed list of pre-edit
      styling options at https://github.com/ibus/ibus/wiki/Wayland-Colors
      
      ,
      which this commit follows, so clients and UIs have more freedom
      in displaying a suitable style to pre-edit strings.
      
      Signed-off-by: default avatarCarlos Garnacho <carlosg@gnome.org>
      286be709
  2. Oct 30, 2024
Loading