summaryrefslogtreecommitdiff
path: root/gtk/gtkcomposetable.c
Commit message (Expand)AuthorAgeFilesLines
* composetable: Limit algorithmic checkingMatthias Clasen2021-03-261-0/+6
* composetable: Remove some redundant codeMatthias Clasen2021-02-231-4/+0
* imcontext: Take out the warningsMatthias Clasen2021-02-221-7/+1
* imcontext: Improve compose table parsinglenient-compose-parsingMatthias Clasen2021-02-151-13/+15
* imcontext: Be more lenient in parsing ComposeMatthias Clasen2021-02-141-5/+2
* imcontext: Fix a regression in Compose file parsingMatthias Clasen2021-02-141-10/+20
* composetable: Remove a redundant checkMatthias Clasen2021-02-041-1/+1
* composetable: Parse hex escapes tooMatthias Clasen2021-02-021-0/+16
* composetable: Support string values in the cacheMatthias Clasen2021-02-021-47/+39
* composetable: Don't use GSlice for big blobsMatthias Clasen2021-02-021-3/+3
* composetable: Keep multi-char valuesMatthias Clasen2021-02-021-8/+28
* composetable: Parse multi-char valuesMatthias Clasen2021-02-021-45/+37
* composetable: Another step towards multi-char valuesMatthias Clasen2021-02-021-19/+25
* composetable: Prepare for multi character valuesMatthias Clasen2021-02-021-4/+8
* composetable: Fix algorithmic matchingMatthias Clasen2021-02-011-3/+3
* imcontext: Move code aroundMatthias Clasen2021-02-011-9/+304
* composetable: Add api to check tablesMatthias Clasen2021-02-011-0/+103
* composetable: Drop table debug codeMatthias Clasen2021-02-011-58/+0
* composetable: Parser fixesMatthias Clasen2021-02-011-6/+18
* composetable: Warn when ignoring thingsMatthias Clasen2021-02-011-1/+4
* composetable: parse long sequencesMatthias Clasen2021-02-011-11/+16
* composetable: Fix an off-by-oneMatthias Clasen2021-02-011-2/+2
* imcontext: Allow sequences of length GTK_MAX_COMPOSE_LENMatthias Clasen2021-02-011-1/+1
* imcontext: Improve an error messageMatthias Clasen2021-02-011-1/+1
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-33/+33
* Replace "gint" with "int"Benjamin Otte2020-07-251-4/+4
* gtkcomposetable: use g_size_checked_mul() for overflow checkingChristoph Reiter2019-04-121-3/+1
* Check the size of the g_new argumentsEmmanuele Bassi2019-04-121-2/+11
* Revert "imcontext: Make size arguments be gsize and not int"Mohammed Sadiq2018-06-141-30/+30
* imcontext: Make size arguments be gsize and not intBenjamin Otte2018-06-141-30/+30
* Fix loading cached compose tablesThibaut Girka2016-11-101-1/+1
* gtk: Update path references from gtk-3.0 to gtk-4.0Rico Tzschichholz2016-10-231-1/+1
* Add braces to appease gccBenjamin Otte2016-08-251-1/+3
* composetable: Fix gcc warningsBenjamin Otte2016-02-031-2/+2
* composetable: Don't abort on unsupported escape sequencesMatthias Clasen2016-01-271-1/+3
* Add gtk_compose_table_new_with_file() to create GtkComposeTableTakao Fujiwara2015-10-091-0/+882