]> Pileus Git - ~andy/gtk/history - gtk/gtkimmodule.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkimmodule.c
2013-02-19 Cosimo Cecchiimmodule: fix a GCC warning
2013-02-16 Changwoo Ryuimmodule: Fix context ID lookup on module with multiple...
2012-05-01 Benjamin Ottebuild: Remove now-unused GTK_DISABLE_DEPRECATED undefs
2012-02-27 Javier JardónChange FSF Address
2011-11-08 Benjamin Otteimmodule: Disable deprecations before including depreca...
2011-11-08 Benjamin Ottegtk: Empty gtkimmodule.h
2011-11-08 Benjamin Otteimmodule: Move private functions to a private header
2011-11-08 Benjamin Otteimmodule: Fix includes
2011-11-05 Akira TAGOHAllow fallback for input method modules
2011-10-23 Michael Natterergtk: move _gtk_modules_has_mixed_deps() to gtkmodlespri...
2011-10-22 Michael Natterergtk: clean up the private horror
2011-06-17 Matthias ClasenRemove unused includes
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-04 Matthias ClasenMove docs for gtkmain inline
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-02 Benjamin Ottegtk: Avoid GdkDrawable usage, including needless casts
2010-09-26 Benjamin Ottegtk: gdk_drawable_get_screen/visual => gdk_window_get_s...
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-09 Javier JardónFix compilation warning: Use G_GNUC_UNUSED macro
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-09-04 Matthias ClasenRework the way IM contexts are set
2009-01-25 Matthias Clasen Revert changes for bug 567124. Instead of tryin...
2009-01-23 Matthias ClasenDon't set up im stuff if the widget is not realized.
2008-12-29 Matthias ClasenDoc fixes
2008-12-11 Daniel ElstnerBug 563994 – Input method module interface not documented
2008-09-17 Christian Persch Bug 552668 – format not a string literal and no format...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-04-25 Michael Nattererinclude <pango/pango.h> instead of <pango/pango-layout.h>.
2008-03-17 Tor LillqvistBug 99192 - Add --with-include-input-modules
2007-12-18 Matthias ClasenAdd a gtk-im-module GTK setting
2007-01-17 Tor LillqvistProper fix for #396175:
2006-05-14 Matthias ClasenMore of the same
2006-05-03 Matthias ClasenMore G_DEFINE_TYPE conversion.
2006-05-02 Matthias ClasenBoilerplate reduction
2005-12-16 Matthias ClasenUse G_MODULE_BIND_LAZY when opening modules.
2005-10-27 Matthias ClasenUse G_MODULE_BIND_LAZY when dlopening modules. (#319557...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-12-12 Tor Lillqvistgtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfil...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-08-12 Matthias ClasenUnderscore-prefix gtk_file_system_module_get_type(...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-01 Matthias ClasenUse case-insensitive comparison. Fixes XIM module loadi...
2003-12-14 Hans Breuerhandle GTK_DATADIR similar as the other filesystem...
2003-05-30 Hidetoshi Tajimause GETTEXT_PACKAGE to get a translation for "Default...
2003-05-30 Hidetoshi Tajimamake "Default" label of default input method localizabl...
2003-05-20 Owen TaylorSilently accept a missing gtk.immodules file, some...
2002-11-18 Abigail BradySort the list of Input Modules by name, keeping Default...
2002-10-10 Manish SinghDeprecation cleanup
2002-09-06 Owen TaylorPass the actual input keycode to XIM, rather than the...
2002-01-31 Owen TaylorFix another missing static.
2001-11-03 Tor LillqvistCan't include gtkprivate.h (I added the include yesterd...
2001-11-03 Tor LillqvistCorrect some renamed functions.
2001-10-23 Owen TaylorRemove G_DISABLE_CONST_RETURNS.
2001-10-18 Hidetoshi TajimaSupport "*" for all locales with least priority when...
2001-03-03 Owen TaylorRemove spurious const.
2000-11-13 Havoc PenningtonFree the filename of the module file.
2000-11-12 Owen TaylorMake parent_class static.