summaryrefslogtreecommitdiff
path: root/gtk/gtkimmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Revert changes for bug 567124. Instead of trying to avoidMatthias Clasen2009-01-251-3/+0
* Don't set up im stuff if the widget is not realized.Matthias Clasen2009-01-231-1/+4
* Doc fixesMatthias Clasen2008-12-291-8/+6
* Bug 563994 – Input method module interface not documentedDaniel Elstner2008-12-111-0/+14
* Bug 552668 – format not a string literal and no format arguments inChristian Persch2008-09-171-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
* include <pango/pango.h> instead of <pango/pango-layout.h>.Michael Natterer2008-04-251-1/+0
* Bug 99192 - Add --with-include-input-modulesTor Lillqvist2008-03-171-28/+121
* Add a gtk-im-module GTK settingMatthias Clasen2007-12-181-12/+43
* Proper fix for #396175:Tor Lillqvist2007-01-171-12/+42
* More of the sameMatthias Clasen2006-05-141-1/+1
* More G_DEFINE_TYPE conversion.Matthias Clasen2006-05-031-17/+8
* Boilerplate reductionMatthias Clasen2006-05-021-17/+6
* Use G_MODULE_BIND_LAZY when opening modules.Matthias Clasen2005-12-161-1/+1
* Use G_MODULE_BIND_LAZY when dlopening modules. (#319557, Laszlo Peter)Matthias Clasen2005-10-271-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+1
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-2/+7
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefixMatthias Clasen2004-08-121-2/+2
* 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-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