mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
modules/input/gtkimcontextime.h modules/input/gtkimcontextmultipress.h
2008-05-28 Michael Natterer <mitch@imendio.com> * modules/input/gtkimcontextime.h * modules/input/gtkimcontextmultipress.h * modules/input/gtkimcontextthai.h * modules/input/gtkimcontextxim.h: include <gtk/gtk.h> instead of individual files. * modules/input/gtkimcontextime.c * modules/input/gtkimcontextmultipress.c * modules/input/gtkimcontextxim.c * modules/input/imam-et.c * modules/input/imcedilla.c * modules/input/imcyrillic-translit.c * modules/input/iminuktitut.c * modules/input/imipa.c * modules/input/imti-er.c * modules/input/imti-et.c * modules/input/imviqr.c: ditto. Some minor cleanups like moving "gtk/gtkintl.h" to the end of includes. svn path=/trunk/; revision=20200
This commit is contained in:
parent
b3a72695b7
commit
d6ef4416f5
21
ChangeLog
21
ChangeLog
@ -1,3 +1,24 @@
|
||||
2008-05-28 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* modules/input/gtkimcontextime.h
|
||||
* modules/input/gtkimcontextmultipress.h
|
||||
* modules/input/gtkimcontextthai.h
|
||||
* modules/input/gtkimcontextxim.h: include <gtk/gtk.h> instead of
|
||||
individual files.
|
||||
|
||||
* modules/input/gtkimcontextime.c
|
||||
* modules/input/gtkimcontextmultipress.c
|
||||
* modules/input/gtkimcontextxim.c
|
||||
* modules/input/imam-et.c
|
||||
* modules/input/imcedilla.c
|
||||
* modules/input/imcyrillic-translit.c
|
||||
* modules/input/iminuktitut.c
|
||||
* modules/input/imipa.c
|
||||
* modules/input/imti-er.c
|
||||
* modules/input/imti-et.c
|
||||
* modules/input/imviqr.c: ditto. Some minor cleanups like moving
|
||||
"gtk/gtkintl.h" to the end of includes.
|
||||
|
||||
2008-05-28 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* modules/engines/pixbuf/pixbuf-style.h
|
||||
|
@ -31,7 +31,6 @@
|
||||
|
||||
#include "gdk/win32/gdkwin32.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
#include "gtk/gtkwidget.h"
|
||||
|
||||
#include <pango/pango.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <gtk/gtkimcontext.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
extern GType gtk_type_im_context_ime;
|
||||
|
||||
|
@ -16,17 +16,15 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "gtk/gtk.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
|
||||
#include "gtk/gtkimmodule.h"
|
||||
#include "gtkimcontextmultipress.h"
|
||||
#include <gtk/gtkimcontext.h>
|
||||
#include <gtk/gtkimmodule.h>
|
||||
#include <gtk/gtkimcontext.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
#include <gdk/gdkwindow.h>
|
||||
#include <gdk/gdkkeysyms.h> /* For GDK_A, etc. */
|
||||
#include <glib.h> /* For GKeyFile */
|
||||
#include <glib-object.h>
|
||||
#include <string.h> /* For memset() */
|
||||
|
||||
#define AUTOMATIC_COMPOSE_TIMEOUT 1 /* seconds */
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef __GTK_IM_CONTEXT_MULTIPRESS_H
|
||||
#define __GTK_IM_CONTEXT_MULTIPRESS_H
|
||||
|
||||
#include <gtk/gtkimcontext.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __GTK_IM_CONTEXT_THAI_H__
|
||||
#define __GTK_IM_CONTEXT_THAI_H__
|
||||
|
||||
#include <gtk/gtkimcontext.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -22,12 +22,10 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "gtk/gtkintl.h"
|
||||
#include "gtk/gtklabel.h"
|
||||
#include "gtk/gtksignal.h"
|
||||
#include "gtk/gtkwindow.h"
|
||||
#include "gtkimcontextxim.h"
|
||||
|
||||
#include "gtk/gtkintl.h"
|
||||
|
||||
typedef struct _StatusWindow StatusWindow;
|
||||
typedef struct _GtkXIMInfo GtkXIMInfo;
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef __GTK_IM_CONTEXT_XIM_H__
|
||||
#define __GTK_IM_CONTEXT_XIM_H__
|
||||
|
||||
#include <gtk/gtkimcontext.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include "x11/gdkx.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -29,11 +29,11 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
#include "gtk/gtkintl.h"
|
||||
#include "gtk/gtkimcontextsimple.h"
|
||||
#include "gtk/gtkimmodule.h"
|
||||
#include "gtk/gtkintl.h"
|
||||
|
||||
GType type_am_et_translit = 0;
|
||||
|
||||
|
@ -23,11 +23,12 @@
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include "gtk/gtk.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
|
||||
#include "gtk/gtkintl.h"
|
||||
#include "gtk/gtkimcontextsimple.h"
|
||||
#include "gtk/gtkimmodule.h"
|
||||
#include "gtk/gtkintl.h"
|
||||
|
||||
|
||||
GType type_cedilla = 0;
|
||||
|
||||
|
@ -23,11 +23,11 @@
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include "gtk/gtk.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
|
||||
#include "gtk/gtkintl.h"
|
||||
#include "gtk/gtkimcontextsimple.h"
|
||||
#include "gtk/gtkimmodule.h"
|
||||
#include "gtk/gtkintl.h"
|
||||
|
||||
GType type_cyrillic_translit = 0;
|
||||
|
||||
|
@ -26,11 +26,11 @@
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include "gtk/gtk.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
|
||||
#include "gtk/gtkintl.h"
|
||||
#include "gtk/gtkimcontextsimple.h"
|
||||
#include "gtk/gtkimmodule.h"
|
||||
#include "gtk/gtkintl.h"
|
||||
|
||||
GType type_inuktitut_translit = 0;
|
||||
|
||||
|
@ -23,11 +23,11 @@
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include "gtk/gtk.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
|
||||
#include "gtk/gtkintl.h"
|
||||
#include "gtk/gtkimcontextsimple.h"
|
||||
#include "gtk/gtkimmodule.h"
|
||||
#include "gtk/gtkintl.h"
|
||||
|
||||
GType type_ipa = 0;
|
||||
|
||||
|
@ -29,11 +29,11 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include "gtk/gtk.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
|
||||
#include "gtk/gtkintl.h"
|
||||
#include "gtk/gtkimcontextsimple.h"
|
||||
#include "gtk/gtkimmodule.h"
|
||||
#include "gtk/gtkintl.h"
|
||||
|
||||
GType type_ti_er_translit = 0;
|
||||
|
||||
|
@ -29,11 +29,11 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include "gtk/gtk.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
|
||||
#include "gtk/gtkintl.h"
|
||||
#include "gtk/gtkimcontextsimple.h"
|
||||
#include "gtk/gtkimmodule.h"
|
||||
#include "gtk/gtkintl.h"
|
||||
|
||||
GType type_ti_et_translit = 0;
|
||||
|
||||
|
@ -26,11 +26,11 @@
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include "gtk/gtk.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
|
||||
#include "gtk/gtkintl.h"
|
||||
#include "gtk/gtkimcontextsimple.h"
|
||||
#include "gtk/gtkimmodule.h"
|
||||
#include "gtk/gtkintl.h"
|
||||
|
||||
GType type_viqr_translit = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user