summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't filter control-shift+[non-hex]. (#80252, reported by NalinOwen Taylor2002-05-161-14/+16
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-4/+6
* Remove these files from CVS so we more-or-less current versions fromOwen Taylor2002-02-271-1/+1
* Don't commit unless we got at least one hex digit. (#70619)Owen Taylor2002-02-181-2/+7
* Additions.Matthias Clasen2001-12-301-6/+6
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-231-3/+14
* Documentation updates.Matthias Clasen2001-10-281-1/+8
* Make GtkIMContext derive from GObject, not GtkObject. (#62621)Owen Taylor2001-10-191-19/+19
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-1/+1
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+3
* Add Mode_Switch to list of keys to ignore when doing compose processing.Owen Taylor2001-05-241-1/+2
* Add missing NULL on valist.Owen Taylor2001-03-291-6/+6
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-111-2/+6
* Fix up finalizer to chain to its parent.Owen Taylor2000-12-111-1/+9
* add gdkkeys.[hc]Havoc Pennington2000-12-061-38/+235
* Match "preedit-changed" to "preedit_changed" to be consistent to the spec.02000-12-011-2/+2
* Changes by Hans Breuer:Tor Lillqvist2000-11-301-1/+1
* Fix reversed > that was causing Home to go to end of previous line.Owen Taylor2000-11-151-2/+6
* Make parent_class static.Owen Taylor2000-11-121-695/+897