diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 00:48:14 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 00:48:14 +0000 |
commit | bc3a32109fd31f4bee7d9d55f1d68a454a26c57c (patch) | |
tree | 442fe94240075c86ee04b4c1ba9fa9820c681b00 /third_party/gtk+/README.chromium | |
parent | 16a7011e429b0e447b57b38e5d5339d6e1ce9af6 (diff) | |
download | chromium_src-bc3a32109fd31f4bee7d9d55f1d68a454a26c57c.zip chromium_src-bc3a32109fd31f4bee7d9d55f1d68a454a26c57c.tar.gz chromium_src-bc3a32109fd31f4bee7d9d55f1d68a454a26c57c.tar.bz2 |
Add character composition
Implemented character composition from key strokes starting with dead keys or compose key
BUG=chromium-os:13882, chromium-os:15925
TEST=
Review URL: http://codereview.chromium.org/6979023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89948 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/gtk+/README.chromium')
-rw-r--r-- | third_party/gtk+/README.chromium | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/gtk+/README.chromium b/third_party/gtk+/README.chromium new file mode 100644 index 0000000..e0c28e2 --- /dev/null +++ b/third_party/gtk+/README.chromium @@ -0,0 +1,11 @@ +Name: GIMP Toolkit +URL: http://www.gtk.org/ +License File: COPYING +Version: 3.1.4 +Security Critical: yes + +Description: +This package is used by views/ime/character_composer.cc. +gtk/gtkimcontextsimpleseqs.h is generated by gtk/compose-parse.py. +gtk/compose-parse.py is modified in some parts to generate +'full' (not excluding algorithmically generatable sequences) table. |