gtk2/gdk/x11
Matthias Clasen 3db24eb81c Bug #107664 continued:
2003-03-08  Matthias Clasen  <maclas@gmx.de>

	Bug #107664 continued:

	* gdk/x11/gdkinputprivate.h:
	* gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove.
	(_gdk_input_other_event): Return gboolean.
	* gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove.
	(_gdk_input_other_event): Return gboolean.
	* gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.

	* gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
	gboolean, remove pointless call to _gdk_input_window_none_event.

	* gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
	(_gdk_input_window_none_event): Remove.

	* gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment):
	(_gtk_text_iter_get_any_segment):
	(_gtk_text_iter_get_segment_byte):
	(_gtk_text_iter_get_segment_char):
	(_gtk_text_iter_get_text_line):
	(_gtk_text_iter_get_btree): Fix 0/NULL confusion.
	* gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
	* gdk/win32/gdkfont-win32.c (gdk_font_equal):
	* gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin):
	(gdk_window_get_origin):
	* gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion.
2003-03-08 21:11:39 +00:00
..
.cvsignore Substitute gdkx.h => gdkprivate.h since we need to accesss only 1999-11-08 22:33:28 +00:00
gdkcolor-x11.c Fix a bug in one of my earlier changes. (From Naofumi Yasufuku, #100023) 2002-12-09 15:48:09 +00:00
gdkcursor-x11.c Document 2.2 API additions. 2002-11-28 00:33:17 +00:00
gdkdisplay-x11.c #include <stdlib.h> for putenv, <string.h> for strlen. 2003-01-09 02:38:13 +00:00
gdkdisplay-x11.h Use g_get_application_name() instead of g_get_prgname() as the default 2002-11-08 22:29:33 +00:00
gdkdnd-x11.c Trivial cleanups (bug #107664) 2003-03-08 20:49:00 +00:00
gdkdrawable-x11.c Don't try to use render if we can't get a picture for the drawable. (Fixes 2002-11-07 22:27:22 +00:00
gdkdrawable-x11.h Restore the pre-Xft2 code to render text directly via RENDER, 2002-10-03 21:17:07 +00:00
gdkevents-x11.c Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkfont-x11.c Return gboolean, not gint. (#107664, Morten Welinder) 2003-03-06 20:19:11 +00:00
gdkgc-x11.c Document 2.2 API additions. 2002-11-28 00:33:17 +00:00
gdkgeometry-x11.c Fix wrong sign for queued translation. (Found by Chris Blizzard, #100274) 2002-12-03 22:54:09 +00:00
gdkglobals-x11.c Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdkim-x11.c More doc comments moved inline. 2002-11-01 00:45:32 +00:00
gdkimage-x11.c Gdk API doc updates. 2002-10-22 22:11:22 +00:00
gdkinput-none.c Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkinput-x11.c Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkinput-xfree.c Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkinput.c Document 2.2 API additions. 2002-11-28 00:33:17 +00:00
gdkinputprivate.h Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkkeys-x11.c Document 2.2 API additions. 2002-11-28 00:33:17 +00:00
gdkmain-x11.c Use g_printf instead of system printf. (#99327) 2002-12-15 01:49:01 +00:00
gdkpango-x11.c Document 2.2 API additions. 2002-11-28 00:33:17 +00:00
gdkpixmap-x11.c update to allow a GdkDrawable instead of a GdkWindow. 2002-12-09 23:34:49 +00:00
gdkpixmap-x11.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkprivate-x11.h Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup() 2002-09-24 20:20:08 +00:00
gdkproperty-x11.c Document 2.2 API additions. 2002-11-28 00:33:17 +00:00
gdkscreen-x11.c demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c 2003-02-28 01:45:51 +00:00
gdkscreen-x11.h Add a check for the Xrandr extension. 2002-10-04 15:58:19 +00:00
gdkselection-x11.c Always look up and create the Motif drag window as a child of the root 2002-12-04 19:50:57 +00:00
gdkvisual-x11.c Return a GdkVisual *, not a GdkVisual **. (#105243) 2003-02-06 19:18:20 +00:00
gdkwindow-x11.c Return gboolean, not gint. (#107664, Morten Welinder) 2003-03-06 20:19:11 +00:00
gdkwindow-x11.h Separate out tracking of the X server focus window from tracking our idea 2002-12-10 20:06:02 +00:00
gdkx.h add -DGDK_DISABLE_DEPRECATED 2002-11-17 22:04:03 +00:00
gdkxid.c Document 2.2 API additions. 2002-11-28 00:33:17 +00:00
gxid_proto.h Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am add -DGDK_DISABLE_DEPRECATED 2002-11-17 22:04:03 +00:00
MwmUtil.h Account for the fact that Xlib expects format == 32 to be a long, even on 1999-02-21 20:55:04 +00:00
xsettings-client.c Fix problem with wrong depth being used. (#89941, Jacob Berkman.) Remove 2002-08-05 19:28:56 +00:00
xsettings-client.h Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. 2002-02-23 00:13:17 +00:00
xsettings-common.c Free the setting name. 2002-02-07 04:06:16 +00:00
xsettings-common.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00