Matthias Clasen
aac38198a3
Force emoji presentation
...
Append a variation selector to the Emoji sequences,
to force Emoji presentation. Without this, some
Emoji come out with text presentation by default.
Closes: Pango #334
2018-11-30 16:39:07 -05:00
Daniel Boles
9156908a3a
EmojiCompletion: Avoid un/signed compare warnings
...
(A) Use gsize to match the result of g_variant_n_children
(B) Use guint for n_matches, like the struct (and all other n_matches)
2018-06-20 20:36:19 +01:00
Daniel Boles
934b40f4f3
EmojiCompletion: Use Box:spacing instead of CSS
...
master uses CSS border-spacing, but that is not available in GTK+ 3.
Close https://gitlab.gnome.org/GNOME/gtk/issues/1166
2018-06-20 20:33:45 +01:00
Chun-wei Fan
defbbb95e9
gtk/gtkemojicompletion.c: Fix build on C89 and non-GCC
...
Declare variables at the top of the clock, and ensure that we don't try
to use g_autoptr(), which is a GCCism.
2018-06-19 18:30:22 +08:00
Matthias Clasen
65bb238a3f
Add an emoji completion popup
...
This widget provides entry completion-like functionality
for Emoji codes like 😁 or 💋 .
2018-06-03 09:43:28 -04:00