From bc3a32109fd31f4bee7d9d55f1d68a454a26c57c Mon Sep 17 00:00:00 2001 From: "hashimoto@chromium.org" Date: Wed, 22 Jun 2011 00:48:14 +0000 Subject: 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 --- third_party/gtk+/README.chromium | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 third_party/gtk+/README.chromium (limited to 'third_party/gtk+/README.chromium') 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. -- cgit v1.1