summaryrefslogtreecommitdiff
path: root/gtk/compose-parse.py
Commit message (Collapse)AuthorAgeFilesLines
* Update gtk_compose_seqs_compact[] table for French layout bepo variant.Takao Fujiwara2014-09-101-16/+13
| | | | | | | | | | | | fr(bepo) XKB keymap sends dead_stroke with AltGr+l keys and gtk-im-simple-context should send '/' with dead_stroke+dead_stroke keys but gtkimcontextsimpleseqs.h was not sorted in the descending order and failed to get dead_stroke. Also need to add dead_currency for Shift+AltGr+e and dead_belowcomma for Shift+AltGr+Cedilla. https://bugzilla.gnome.org/show_bug.cgi?id=736250
* GtkIMContextSimple: Update compose tableTakao Fujiwara2013-12-141-10/+19
| | | | | | | This adds Multi_key + f + i, as well as other sequences, mainly Greek. https://bugzilla.gnome.org/show_bug.cgi?id=710510
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Update compose-parse.pyMatthias Clasen2011-06-101-4/+6
| | | | | | This update makes compose-parse.py work with Unicode 6.0 and make it generate the new GDK_KEY_ defines. Patch by Ryo Hashimoto, bug 651979.
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-6/+6
| | | | | These are no longer needed. At the same time, port gtkimcontextsimpleseqs.h to use the new GDK_KEY_ symbols.
* Updates to the compose-parse.py scriptMatthias Clasen2010-03-091-18/+24
| | | | | | Get gdkkeysyms.h from git, instead of the outdated copy from svn. Get Unicode 5.2.0 data. Fix a few issues with missing keysyms in keysyms.txt. Make the filtering of non-BMP keysyms work.
* Add some keysyms missing from keysyms.txtMatthias Clasen2010-03-091-0/+11
|
* Fixes for the compose-parse.py scriptMatthias Clasen2009-10-251-8/+39
| | | | | Several fixes by Ray Strode and Peter Hutterer to make compose-parse.py work with the current X.org Compose file.
* Closes #557420 – Some compose sequences don't work anymoreSimos Xenitellis2008-12-031-2/+30
| | | | svn path=/trunk/; revision=21843
* Closed Bug 550676 – Memory leak, update keyboard layout data tableSimos Xenitellis2008-09-101-11/+44
| | | | svn path=/trunk/; revision=21339
* Fixed typo in comment (the name of Markus Kuhn)Simos Xenitellis2008-07-101-2/+2
| | | | svn path=/trunk/; revision=20817
* Revert name changeCody Russell2008-07-011-1/+1
| | | | svn path=/trunk/; revision=20724
* Practically everything changed.Cody Russell2008-06-301-1/+1
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* Fix #321896 - Synch gtkimcontextsimple.c with XorgSimos Xenitellis2008-03-041-0/+856
svn path=/trunk/; revision=19706