summaryrefslogtreecommitdiff
path: root/modules/input/README.multipress
Commit message (Collapse)AuthorAgeFilesLines
* Maintenance of Multipress input method by Openismus GmbH:Daniel Elstner2008-12-101-2/+3
| | | | | | | | | | | | | | * modules/input/gtkimcontextmultipress.[ch]: Clean up the code a bit to follow the GTK+ coding style more closely. Fix the code to emit "preedit-start" and "preedit-end", too, rather than only "preedit-changed". (GTK_IM_CONTEXT_MULTIPRESS*): Rename incorrectly spelled macros gtk_im_context_multipress*. Shouldn't break API or ABI as it's only used internally. * modules/input/immultipress.c: More cleanup, * modules/input/README.multipress: ditto. svn path=/trunk/; revision=21864
* Add the multipress input method. (#417446, Johannes Schmid, MurrayMatthias Clasen2007-03-181-0/+42
2007-03-18 Matthias Clasen <mclasen@redhat.com> * modules/input/gtkimcontextmultipress.[hc]: * modules/input/im-multipress.conf: * modules/input/immultipress.c: * modules/input/README.multipress: Add the multipress input method. (#417446, Johannes Schmid, Murray Cumming) * modules/input/Makefile.am: Glue svn path=/trunk/; revision=17541