summaryrefslogtreecommitdiff
path: root/gtk/gtkimmodule.c
Commit message (Expand)AuthorAgeFilesLines
* immodule: Stop gcc from complainingBenjamin Otte2016-02-111-1/+1
* immodule: Use correct sign for function prototypeBenjamin Otte2016-02-031-1/+1
* Fix to compile for C libraries with no flockfileРуслан Ижбулатов2015-12-301-0/+17
* Drop deprecated pango-utils apiMatthias Clasen2015-12-291-21/+158
* im module: Remvoe an unneeded variableMatthias Clasen2015-09-061-7/+3
* immodule: Remove unused parameterBenjamin Otte2015-08-201-2/+1
* Code cleanupMatthias Clasen2015-07-311-8/+1
* gtk: Add deprecation guards for newest pango deprecationsBenjamin Otte2015-05-281-0/+2
* Make gtk-im-context-none workMatthias Clasen2015-02-231-11/+36
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-4/+4
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* broadway: Support ipad on-screen keyboardAlexander Larsson2013-11-131-0/+12
* win32: use the input locale to decide the default input methodAleksander Morgado2013-08-311-1/+75
* Deal with platform-specific im modulesMatthias Clasen2013-08-111-1/+39
* GtkIMModule: Use default screen when determining context idMatthias Clasen2013-08-111-23/+20
* immodule: fix a GCC warningCosimo Cecchi2013-02-181-1/+1
* immodule: Fix context ID lookup on module with multiple contextsChangwoo Ryu2013-02-161-6/+8
* build: Remove now-unused GTK_DISABLE_DEPRECATED undefsBenjamin Otte2012-05-011-1/+0
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* immodule: Disable deprecations before including deprecated headerBenjamin Otte2011-11-081-0/+6
* gtk: Empty gtkimmodule.hBenjamin Otte2011-11-081-1/+0
* immodule: Move private functions to a private headerBenjamin Otte2011-11-081-0/+1
* immodule: Fix includesBenjamin Otte2011-11-081-0/+2
* Allow fallback for input method modulesAkira TAGOH2011-11-051-15/+34
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* gtk: clean up the private horrorMichael Natterer2011-10-221-18/+3
* Remove unused includesMatthias Clasen2011-06-161-1/+0
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* gtk: Avoid GdkDrawable usage, including needless castsBenjamin Otte2010-12-021-2/+2
* gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+0
* Fix compilation warning: Use G_GNUC_UNUSED macroJavier Jardón2009-11-091-1/+1
* Rework the way IM contexts are setMatthias Clasen2009-09-041-7/+3
* 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