]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkim-x11.c
Fix string offsets.
[~andy/gtk] / gdk / x11 / gdkim-x11.c
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-11-17 Owen TaylorSquash strict aliasing warnings.
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-15 Matthias ClasenUse 'cannot' instead of 'can not' in messages. (#144226...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2002-11-01 Matthias ClasenMore doc comments moved inline.
2002-09-25 Manish Singhadd -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEP...
2002-06-20 Owen TaylorRenames:
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-02-27 Owen TaylorRegister all stock icons "unscaled" so that we don...
2002-02-08 Darin Adlerisspace -> g_ascii_isspace Remove gdki8n.h include...
2001-10-16 Owen TaylorRename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE...
2001-10-10 Owen TaylorCall setlocale (LC_ALL, ""). (#60606)
2001-04-26 Owen TaylorRemove deprecation of gtk_window_set_default_size(...
2001-03-15 Sven Neumannremoved
2001-03-09 Owen TaylorRemove old XIM code.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-03-14 Owen TaylorMerges from gtk-1-2
1999-10-03 Owen TaylorFix a reference to window_private->destroyed.
1999-10-01 Owen TaylorStarted
1999-09-28 Federico Mena Quintero[ Merges from gtk-1-2 ]
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-21 Owen TaylorChanged warnings from g_message() to g_warning().
1999-02-10 Owen TaylorIf we can't find helvetica, fall back to "fixed". If...
1999-01-28 Sebastian Wilhelmis/XIM_INSTANTIATE_IS_MISSING_OR_STRANGE/XIM_INST_IS_MIS...
1999-01-28 Owen Taylor[ patch from Takashi Matsuda <matsu@arch.comp.kyutech...
1998-12-29 Owen TaylorFixed off-by-one error when computing length.
1998-12-24 Jeff Garzikx Pull in string.h for various mem*() and str*() functi...
1998-12-24 Jeff Garzikremoved unused var 64-bit cast point to const data...
1998-12-17 Owen TaylorUse setlocale (LC_ALL, NULL), not (LC_ALL, "") to query...
1998-12-17 Sebastian WilhelmiDefine gdk_use_mb outside USE_XIM guard. Removed unnece...
1998-12-17 Owen TaylorCheck for broken glibc 2.0 mb functions, and avoid...
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-09 Sebastian WilhelmiFixed argument list and return type for non-XIM fallback.
1998-12-09 Owen TaylorNew file that holds code for dealing with X Input Methods.