Carlos Garnacho
|
176fd2fab3
|
gtkemojicompletion: Use GtkEntry key controller to handle key presses
|
2018-06-21 12:54:03 +02:00 |
|
Daniel Boles
|
c6fa3c446c
|
EmojiCompletion: Avoid another un/signed warning
The cherry-pick missed this, I guess.
|
2018-06-20 20:51:50 +01:00 |
|
Daniel Boles
|
f7ebff6aea
|
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:38:27 +01:00 |
|
Matthias Clasen
|
33b8f087a3
|
emoji completion: Stop using key-press-event
The generic ::event signal will do.
|
2018-05-19 23:36:10 -04:00 |
|
Chun-wei Fan
|
9332237bd4
|
gtkemojicompletion.c: Don't use g_autoptr()
This code is also built with non-GCC/non-CLang compilers, so don't use a
GCCism here.
|
2018-05-15 13:49:45 +08:00 |
|
Benjamin Otte
|
bf82149271
|
longpressgesture: Port to new API model
|
2018-04-26 17:59:42 +02:00 |
|
Matthias Clasen
|
1104a8fdb7
|
Add an emoji completion popup
This widget provides entry completion-like functionality
for Emoji codes like 😁 or 💋.
|
2018-04-23 18:54:43 -04:00 |
|