summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimpleseqs.h
Commit message (Collapse)AuthorAgeFilesLines
* Update gtk_compose_seqs_compact[] table for French layout bepo variant.Takao Fujiwara2014-09-101-132/+179
| | | | | | | | | | | | 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-34/+277
| | | | | | | 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 gtkimcontextsimpleseqs.hMatthias Clasen2011-06-101-4412/+4414
| | | | This is using the updated compose-parse.py from the previous commit.
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-4412/+4412
| | | | | These are no longer needed. At the same time, port gtkimcontextsimpleseqs.h to use the new GDK_KEY_ symbols.
* Remove conflicting legacy compose sequences in favour of X.org sequencesMatthias Clasen2010-03-091-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Jeroen Hoek. See bug 557420 for a prolonged discussion. Quick summary of the removed sequences: <Multi_key> <asciicircum> <0> Consistency. <Multi_key> <asciicircum> [1..9] gives the superscript digit, legacy sequence for zero is inconsistent. <Multi_key> <c> <o> <Multi_key> <c> <O> Consistency. <Multi_key> <c> [:letter:] already gives vowel plus caron, legacy sequence for c is inconsistent. <Multi_key> <comma> <e> <Multi_key> <comma> <E> Consistency. <Multi_key> <comma> [:letter:] is for letter with cedilla, <Multi_key> <semicolon> [:letter:] is for letter with ogolek <Multi_key> <C> <slash> <Multi_key> <slash> <C> Unintuitive. ¢ is visually a vertical bar through a lowercase c, not a slash through an uppercase C. ₡ has no alternatives, whilst ¢ can be typed as <Multi_key> <bar> <c>. <Multi_key> <d> <minus> đ can be input through <Multi_key> <minus> <d>. <Multi_key> <d> <minus> is used for ₫. <Multi_key> <equal> <L> <Multi_key> <L> <equal> Unintuitive. ₤ has two dashes, £ one; therefore L + = > ₤, and L + - = £. <Multi_key> <exclam> <s> <Multi_key> <exclam> <S> Consistency. <Multi_key> <exclam> [:letter:] is used for letter with dot below. § can be input using <Multi_key> <o> <s>. <Multi_key> <period> <period> Might need an alternative for ˙, but … (upstream) has no alternative either. <Multi_key> <underscore> <a> <Multi_key> <underscore> <A> <Multi_key> <underscore> <o> <Multi_key> <underscore> <O> Consistency. <Multi_key> <underscore> [:vowel:] gives vowel with macron for ȳ ū ī ē too. <Multi_key> <minus> <d> <Multi_key> <minus> <D> <Multi_key> <o> <e> <Multi_key> <O> <E> Redundant. In upstream as is.
* Regenerated compose tablesMatthias Clasen2010-03-091-61/+21
| | | | Now without non-BMP keysyms.
* Regenerate gtkimcontextsimpleseqs.hMatthias Clasen2009-12-011-6/+8
| | | | | Based on the changes in the previous commit; this also pulls in some additions fixes from the current X.org Compose.pre file.
* Update compose sequencesMatthias Clasen2009-10-251-31/+60
| | | | | This patch includes additions to the X.org Compose file from the last year. Patch by Peter Hutterer
* Closes #557420 – Some compose sequences don't work anymoreSimos Xenitellis2008-12-031-38/+867
| | | | svn path=/trunk/; revision=21843
* Closed #555625 – Updated gtk_compose_seqs_compact table ↵Simos Xenitellis2008-10-121-283/+20
| | | | | | (gtkimcontextsimpleseqs.h) svn path=/trunk/; revision=21634
* Closed Bug 550676 – Memory leak, update keyboard layout data tableSimos Xenitellis2008-09-101-248/+255
| | | | svn path=/trunk/; revision=21339
* Bug 334418 – Support easy input of ellipsisSimos Xenitellis2008-07-101-18/+18
| | | | svn path=/trunk/; revision=20816
* 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/+3920
svn path=/trunk/; revision=19706