gtk2/gdk/x11
Soeren Sandmann 6c8430c0c4 Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor.
Tue Feb 17 23:02:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

	Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
	Taylor.

	* gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field

	* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
	depth.

	* gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
	the colormap, if no colormap, special case depth 1,

	* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
	_gdk_gc_x11_get_fg_xft_color() to get the foreground color.

	* gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
	Special-case bitmaps without a colormap.

	* gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
	draw_pixbuf() implementation in the bitmap case.
2004-02-17 22:05:47 +00:00
..
.cvsignore Substitute gdkx.h => gdkprivate.h since we need to accesss only 1999-11-08 22:33:28 +00:00
gdkasync.c Change _gdk_x11_send_xevent_async() to 2003-07-08 22:27:47 +00:00
gdkasync.h Change _gdk_x11_send_xevent_async() to 2003-07-08 22:27:47 +00:00
gdkcolor-x11.c big patch from Kjartan Maraas to fix numerous typos. 2003-09-03 19:56:36 +00:00
gdkcursor-x11.c Fixes #132975. 2004-01-30 19:49:40 +00:00
gdkdisplay-x11.c Assume gravity works. (Anything else we have to take our chances with). 2004-02-02 18:18:18 +00:00
gdkdisplay-x11.h Assume gravity works. (Anything else we have to take our chances with). 2004-02-02 18:18:18 +00:00
gdkdnd-x11.c Change _gdk_x11_send_xevent_async() to 2003-07-08 22:27:47 +00:00
gdkdrawable-x11.c Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor. 2004-02-17 22:05:47 +00:00
gdkdrawable-x11.h Requires glib-2.3.0, pango-1.2.0. 2003-08-02 17:50:09 +00:00
gdkevents-x11.c Avoid triggering an X error when the client->manager_window is 2004-02-10 18:51:19 +00:00
gdkfont-x11.c Remove unused variable 'result' 2004-02-02 18:01:27 +00:00
gdkgc-x11.c Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor. 2004-02-17 22:05:47 +00:00
gdkgeometry-x11.c Use a weak reference instead of ref()/unref(). (#60857, reported by Joshua 2004-02-02 23:26:55 +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 Rename from _gdk_x11_register_event_type(), added API docs. 2003-12-14 00:28:57 +00:00
gdkinput-none.c Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkinput-x11.c Fix to allow reasonable pointer behavior in window mode when an extended 2003-12-31 22:00:21 +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 Improve PointerHint docs. Explain is_hint field in GdkEventMotion. 2003-08-27 22:59:47 +00:00
gdkmain-x11.c Requires glib-2.3.0, pango-1.2.0. 2003-08-02 17:50:09 +00:00
gdkpango-x11.c Requires glib-2.3.0, pango-1.2.0. 2003-08-02 17:50:09 +00:00
gdkpixmap-x11.c Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +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 Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor. 2004-02-17 22:05:47 +00:00
gdkproperty-x11.c Assign xtype using gdk_x11_atom_to_xatom_for_display () when type != 2004-02-12 19:18:23 +00:00
gdkscreen-x11.c Make monitor boundaries visible in fake Xinerama mode. 2003-11-21 01:02:45 +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
gdkspawn-x11.c Documentation updates. 2003-12-11 23:52:59 +00:00
gdkvisual-x11.c Return a GdkVisual *, not a GdkVisual **. (#105243) 2003-02-06 19:18:20 +00:00
gdkwindow-x11.c Assume gravity works. (Anything else we have to take our chances with). 2004-02-02 18:18:18 +00:00
gdkwindow-x11.h Set the right properties when the window becomes a toplevel. When a window 2003-12-21 16:37:43 +00:00
gdkx.h Rename from _gdk_x11_register_event_type(), added API docs. 2003-12-14 00:28:57 +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 Utility functions for multi-screen applications which need to ensure 2003-12-10 13:49:58 +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 Avoid triggering an X error when the client->manager_window is 2004-02-10 18:51:19 +00:00
xsettings-client.h Remove unused variable 'result' 2004-02-02 18:01:27 +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