summaryrefslogtreecommitdiff
path: root/gtk/gtkcomposetable.c
Commit message (Collapse)AuthorAgeFilesLines
* composetable: Fix gcc warningsBenjamin Otte2016-02-031-2/+2
|
* composetable: Don't abort on unsupported escape sequencesMatthias Clasen2016-01-271-1/+3
| | | | | | | | People might put all sorts of gunk in their .XCompose file, in the hope that XLib makes sense of it. Even if we don't make sense of it, we shouldn't abort, but instead ignore the lines we can't understand. Pointed out in https://bugzilla.redhat.com/show_bug.cgi?id=1301254
* Add gtk_compose_table_new_with_file() to create GtkComposeTableTakao Fujiwara2015-10-091-0/+882
https://bugzilla.gnome.org/show_bug.cgi?id=721120