]> Pileus Git - ~andy/gtk/history - gdk/gdkim.c
Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that the
[~andy/gtk] / gdk / gdkim.c
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.