]> Pileus Git - ~andy/gtk/history - modules/input/gtkimcontextxim.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / modules / input / gtkimcontextxim.c
2012-10-02 Matthias ClasenXIM: Don't force random windows to become native
2012-02-27 Javier JardónChange FSF Address
2011-12-30 Matthias ClasenXIM: gracefully deal with non-X backends
2011-06-02 Javier JardónReplace gtk_misc_set_padding() with GtkWidget:margin...
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Benjamin Ottexim: Fix for new style code
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-02 Benjamin Otteim-xim: Use window macros instead of drawable macros
2010-10-20 Emmanuele Bassisettings: Move setting property registration in gtksett...
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin Otteimcontextxim: Connect to draw signal
2010-09-26 Benjamin Ottegtk: gdk_drawable_get_screen/visual => gdk_window_get_s...
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-08-22 Javier Jardónmodules/input/gtkimcontextxim.c: Use accessors to GtkWidget
2010-07-26 Benjamin Otteimcontextxim: Draw with Cairo
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse GtkBin accessors
2010-04-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2010-01-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-06 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2008-09-28 Matthias ClasenBug 339367 – Incorrect spotlocation
2008-08-11 Sven Neumannmodules/input/gtkimcontextime.c modules/input/gtkimcont...
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-05-27 Michael Natterermodules/input/gtkimcontextime.h modules/input/gtkimcont...
2007-10-07 Matthias ClasenFix some live cycle issues
2007-03-09 Matthias ClasenDon't commit modifier-adorned characters. (#331369...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-01-26 Michael Nattererdestroy the XIM only if it exists. While the code does...
2006-10-08 Matthias ClasenCleanups
2005-06-30 Matthias ClasenDon't prematurely unregister callbacks.
2005-06-27 Matthias ClasenAvoid a segfault. (#309054)
2005-06-27 Matthias ClasenUnregister XIM callbacks here. (#309054)
2005-01-31 Matthias ClasenUse NULL, not 0 to terminate NULL-terminated va lists...
2004-11-19 Manish Singhmodules/engines/ms-windows/msw_rc_style.c
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-05-04 Matthias ClasenFix the recent string_conversion_callback change to...
2004-04-24 Theppitak Karoonbo... Patch to add support for string conversion callbacks to
2004-03-11 Owen TaylorClear preedit string and emit preedit_changed as needed...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-22 Matthias ClasenInterrupted commit.
2004-01-29 Owen Taylorgtk/gtktextlayout.c (line_display_iter_to_index) Only...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-10-24 Owen Taylor=== Released 2.3.0 ===
2003-08-19 Owen TaylorSubstantially rework the handling of status windows:
2003-06-10 Hidetoshi TajimaNew function for XIM instantiate callback. New function...
2003-06-06 Hidetoshi TajimaAdd a 'finalizing' flag to keep preedit-[start,changed...
2003-05-21 Hidetoshi Tajimagtk settings for XIMPreeditNone and XIMStatusNone....
2003-05-21 Hidetoshi Tajimafix a memory leak, free input context list (#113259).
2003-05-14 Hidetoshi Tajimause type of guint32 instead of gumake for XNFilterEvent...
2003-01-29 Hidetoshi Tajimafix a memory initialization error for selecting input...
2002-12-15 Owen TaylorDon't call status_window_set_text() if the status windo...
2002-11-26 Hidetoshi TajimaFix #99593: Fix a memory leak when XmbLookupString...
2002-11-13 Hidetoshi TajimaFix #90661: add im_info->im switch at the top of setup_...
2002-10-15 Owen TaylorDon't use connect_swapped() when the function being...
2002-10-15 Owen TaylorInitialize info->ics to NULL. (Hidetoshi Tajima.)
2002-10-14 Owen Taylor- Make GtkXIMInfo structures per-screen (they were...
2002-10-13 Manish SinghDeprecation cleanup
2002-10-08 Owen TaylorPatch from Takuro Ashie to fix updating of open_ims...
2002-10-04 Hidetoshi TajimaFix memory intilization error caused by my previous...
2002-09-26 Hidetoshi Tajima- use gtk_settings_get_for_screen () instead of gtk_set...
2002-09-24 Hidetoshi Tajima disable/enable preedit/status in GtkIMContextXIM ...
2002-09-23 Owen TaylorFix incorrect usage of gdk_get_default_root_window...
2002-09-10 Hidetoshi Tajimamodify a warning when XSetLocaleModifiers() fails,...
2002-09-06 Owen TaylorPass the actual input keycode to XIM, rather than the...
2002-07-10 Owen TaylorFix some cases where signal connection IDs where being...
2002-05-17 Owen TaylorProtect against reentrancy problems by emitting ::preed...
2002-04-30 Alex LarssonMake multihead-safe; use a different IM context per...
2002-03-12 Owen TaylorFix incorrect return value, filter out returns of 0x7f...
2001-12-23 Owen Taylor1.3.12, interface, binary age 0.
2001-12-07 Owen TaylorDisplay the XIM status callbacks with a popup window...
2001-11-02 Owen TaylorPatch from HideToshi Tajima (#51922)
2001-10-19 Owen TaylorMake GtkIMContext derive from GObject, not GtkObject...
2001-08-06 Hidetoshi TajimaSkip g_convert when to_codeset and from_codeset are...
2001-07-18 Darin AdlerIgnore the sgml directory made by gtkdoc. Use gtk_windo...
2001-06-23 Owen TaylorFixup some problems with text length handling in error...
2001-03-16 HideToshi Tajimarename set_cursor_pos to set_cursor_location in GtkInpu...
2001-03-14 HideToshi Tajimaadd set_cursor_pos() virtual method
2001-01-05 Owen TaylorAdopt to new prototypes for unicode,locale,filename...
2000-12-09 8Add focus_in and focus_out implementation to im_context...
2000-12-01 Hidetoshi Tajima-Add NULL argument to XGetIMValues.
2000-11-12 Owen TaylorRip out support for multiple locales; that simple doesn...