summaryrefslogtreecommitdiff
path: root/gtk/gtkemojicompletion.c
Commit message (Expand)AuthorAgeFilesLines
* emojicompletion: Avoid a memory overrunMatthias Clasen2020-10-151-1/+2
* Redo the handling of Emoji dataemoji-data-cldrMatthias Clasen2020-10-041-2/+2
* Emoji: Drop the shortname field from emoji.dataMatthias Clasen2020-10-031-8/+9
* Fix Emoji completionMatthias Clasen2020-10-031-2/+2
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-6/+6
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-5/+3
* Drop GtkStack:homogeneousMatthias Clasen2020-04-281-1/+2
* Use gtk_widget_add/remove_css_class moreMatthias Clasen2020-04-101-1/+1
* popover: Drop ::relative-toMatthias Clasen2020-02-241-3/+2
* Fix Emoji completionMatthias Clasen2020-01-231-28/+18
* Merge branch 'fix-issue-2014-gtk4' into 'master'Timm Bäder2019-07-121-1/+0
|\
| * Fix a string leakLuca Bacci2019-07-121-1/+0
* | gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-0/+1
* | Make emoji completion work for GtkTextMatthias Clasen2019-02-181-32/+34
* | Stop using gtk_box_pack_endTimm Bäder2019-01-231-2/+2
|/
* Force emoji presentationMatthias Clasen2018-11-301-0/+1
* gtkemojicompletion: Use GtkEntry key controller to handle key pressesCarlos Garnacho2018-06-211-14/+16
* EmojiCompletion: Avoid another un/signed warningDaniel Boles2018-06-201-1/+1
* EmojiCompletion: Avoid un/signed compare warningsDaniel Boles2018-06-201-3/+3
* emoji completion: Stop using key-press-event1088-getting-css-properties-defined-in-em-etc-in-px-rounds-toward-0-delivering-1-too-few-pixelsMatthias Clasen2018-05-191-2/+5
* gtkemojicompletion.c: Don't use g_autoptr()Chun-wei Fan2018-05-151-1/+3
* longpressgesture: Port to new API modelBenjamin Otte2018-04-261-6/+4
* Add an emoji completion popupMatthias Clasen2018-04-231-0/+665