summaryrefslogtreecommitdiff
path: root/gtk/gtkimmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+3
* Use case-insensitive comparison. Fixes XIM module loading on AIX.Matthias Clasen2004-03-011-2/+2
* handle GTK_DATADIR similar as the other filesystem placement 'constants'Hans Breuer2003-12-141-0/+4
* use GETTEXT_PACKAGE to get a translation for "Default"(#113850).Hidetoshi Tajima2003-05-301-2/+2
* make "Default" label of default input method localizable. use translationsHidetoshi Tajima2003-05-301-1/+1
* Silently accept a missing gtk.immodules file, some people want to runOwen Taylor2003-05-201-3/+6
* Sort the list of Input Modules by name, keeping Default at top.Abigail Brady2002-11-181-0/+10
* Deprecation cleanupManish Singh2002-10-101-2/+4
* Pass the actual input keycode to XIM, rather than the result ofOwen Taylor2002-09-061-1/+3
* Fix another missing static.Owen Taylor2002-01-311-1/+1
* Can't include gtkprivate.h (I added the include yesterday, without reallyTor Lillqvist2001-11-031-5/+20
* Correct some renamed functions.Tor Lillqvist2001-11-031-0/+29
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-1/+1
* Support "*" for all locales with least priority when to select default imHidetoshi Tajima2001-10-181-5/+9
* Remove spurious const.Owen Taylor2001-03-031-1/+1
* Free the filename of the module file.Havoc Pennington2000-11-131-0/+2
* Make parent_class static.Owen Taylor2000-11-121-0/+527