summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed Bug 555000, check_algorithmically() applies to deadkey keysyms only.Simos Xenitellis2008-10-101-8/+4
* Fixed Bug 554192 – deadkey-only compose sequences now workingSimos Xenitellis2008-10-081-3/+3
* Fixed Bug 554506 – combining diacritics broken, became deadkeysSimos Xenitellis2008-10-021-2/+10
* Fix a C99ismMatthias Clasen2008-09-161-1/+2
* Closed Bug 550676 – Memory leak, update keyboard layout data tableSimos Xenitellis2008-09-101-81/+107
* gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.cSven Neumann2008-08-111-14/+14
* Fixed typo in comment (the name of Markus Kuhn)Simos Xenitellis2008-07-101-2/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Emit preedit_start/_end as appropriate. (#521934, Huang Peng)Matthias Clasen2008-03-151-1/+11
* Fix #321896 - Synch gtkimcontextsimple.c with XorgSimos Xenitellis2008-03-041-877/+249
* remove unused variable.Michael Natterer2008-01-091-1/+1
* Fixed incorrect compose mapping for capital U with macron. (#468055, AaronCody Russell2007-08-191-2/+2
* Fix en/em dash confusion. (#378462)Matthias Clasen2007-01-011-1/+1
* Allow composing l with stroke. (#349638, Daniel Lublin)Matthias Clasen2006-12-231-0/+4
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-6/+33
* 0-terminate outbuf in all cases. (#348227, Nguyen Thái Ngoc Duy)Matthias Clasen2006-07-211-8/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-34/+2
* Make return and release work again to commit a hex sequence. Additionally,Matthias Clasen2006-03-141-10/+25
* Avoid emitting superfluous preedit_changed signals. Thanks to Matthias.Tor Lillqvist2006-03-031-7/+12
* Don't commit from reset, it upstets GtkTextView.Matthias Clasen2005-12-061-4/+3
* Let GDK_Return pass through in some more cases.Matthias Clasen2005-09-131-1/+5
* Make C-u commit and restart hex input if we are already in a hex sequence.Matthias Clasen2005-09-071-2/+23
* Rework the Unicode hex input code. Now we only steal a single keyMatthias Clasen2005-09-021-73/+154
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Change the compose sequence for soft hyphen to beMatthias Clasen2005-08-301-1/+3
* Make it compileMatthias Clasen2005-07-261-1/+1
* Add ISO_Level3_Shift to the list of keysyms to ignore for composition,Matthias Clasen2005-07-261-1/+2
* Forgotten file.Matthias Clasen2005-05-211-4/+12
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* Handle Greek tonos dead accent key. (#164859, reported and fix verified byTor Lillqvist2005-01-231-0/+2
* Stop preediting if strtoul couldn't parse the complete preedit string.Matthias Clasen2004-10-261-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Improve Cedilla handling - based on a patch from Gustavo De Nardin,Owen Taylor2003-08-151-0/+1
* added composing rules of Greek acceted letters, patch by Vasilis VasaitisHidetoshi Tajima2003-05-211-0/+70
* code that can check the compose table for ascending order, by VasilisHidetoshi Tajima2003-05-211-9/+9
* Add a const here.Matthias Clasen2002-11-131-3/+3
* Use '_' not '-' in signal name to be consistent with what we do elsewhereOwen Taylor2002-11-071-1/+1
* Deprecation cleanupManish Singh2002-10-101-7/+6
* Added support for hungarian characters (addition to bug #91258). Only viaStanislav Brabec2002-10-091-0/+6
* Add a check for the Xrandr extension.Owen Taylor2002-10-041-3/+3
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-3/+4
* Fixed alphabetical order (bug #91258).Stanislav Brabec2002-10-011-2/+2
* Completed ISO-8859-2 characters support (#93421), fixed cacute, umacron,Stanislav Brabec2002-09-301-20/+118
* Fixes to GtkIMContextSimple compose table for us-intl keyboards (Red HatOwen Taylor2002-09-241-1/+5
* Add compose sequences of dead_acute + c/C => C WITH CEDDILLA. (NanoOwen Taylor2002-06-121-0/+2