You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify itb_pango.py: don’t use ctypes, use from gi.repository import Pango instead
Get more information about the Pango rendering support for an emoji and use fallback in emoji-picker only when necessary (Resolves: #508)
Also make it possible to show font file names, font versions, and emoji related OpenType tables of the fonts used (shown only in debug mode, i.e. when "emoji-picker --debug" is used, when not in debug mode show only the font family name)
In do_reset() skip clearing input only when the surrounding text up to the cursor ends with the current preedit (Resolves: #529)