gtk2/gdk/x11
Manish Singh 234e191c1c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile
Wed Sep 25 00:16:53 2002  Manish Singh  <yosh@gimp.org>

        * gdk/Makefile.am gdk/x11/Makefile.am: add -DG_DISABLE_DEPRECATED
        and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile flags

        * gdk/gdkcolor.c gdk/gdkdisplay.c gdk/gdkdraw.c gdk/gdkevents.c
        gdk/gdkgc.c gdk/gdkimage.c gdk/gdkpango.c gdk/gdkpixbuf-render.c
        gdk/gdkpixmap.c gdk/gdkrgb.c gdk/gdkwindow.c gdk/linux-fb/gdkdnd-fb.c
        gdk/linux-fb/gdkfont-fb.c gdk/win32/gdkdnd-win32.c
        gdk/win32/gdkfont-win32.c gdk/x11/gdkdisplay-x11.c gdk/x11/gdkdnd-x11.c
        gdk/x11/gdkdrawable-x11.c gdk/x11/gdkevents-x11.c gdk/x11/gdkfont-x11.c
        gdk/x11/gdkgc-x11.c gdk/x11/gdkgeometry-x11.c gdk/x11/gdkim-x11.c
        gdk/x11/gdkinput-x11.c gdk/x11/gdkkeys-x11.c gdk/x11/gdkscreen-x11.c
        gdk/x11/gdkwindow-x11.c: Deprecation cleanup, mostly changing
        gdk_foo_{ref,unref} to g_object equivalents.
2002-09-25 07:23:55 +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 Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup() 2002-09-24 20:20:08 +00:00
gdkcursor-x11.c Start implementing display/screen closing scheme; keep a flag for whether 2002-08-01 15:28:40 +00:00
gdkdisplay-x11.c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +00:00
gdkdisplay-x11.h New demo for window migration between different displays and screens. 2002-08-01 23:43:13 +00:00
gdkdnd-x11.c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +00:00
gdkdrawable-x11.c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +00:00
gdkdrawable-x11.h Switch back to using XftDraw so that we take advantage of the 2002-08-02 04:57:53 +00:00
gdkevents-x11.c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +00:00
gdkfont-x11.c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +00:00
gdkgc-x11.c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +00:00
gdkgeometry-x11.c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23: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 add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +00:00
gdkimage-x11.c gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add bounds-checking 2002-09-24 20:29:28 +00:00
gdkinput-none.c Make the core pointer object per-display. (#85698) 2002-06-18 23:23:30 +00:00
gdkinput-x11.c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +00:00
gdkinput-xfree.c Fix args to pango_x_shutdown_display(). 2002-08-02 20:22:49 +00:00
gdkinput.c Fix args to pango_x_shutdown_display(). 2002-08-02 20:22:49 +00:00
gdkinputprivate.h Fix args to pango_x_shutdown_display(). 2002-08-02 20:22:49 +00:00
gdkkeys-x11.c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +00:00
gdkmain-x11.c Remove explicit calls to pango_x/xft_shutdown_display() since Pango now 2002-08-09 03:57:02 +00:00
gdkpango-x11.c Switch back to using XftDraw so that we take advantage of the 2002-08-02 04:57:53 +00:00
gdkpixmap-x11.c Switch back to using XftDraw so that we take advantage of the 2002-08-02 04:57:53 +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 Start implementing display/screen closing scheme; keep a flag for whether 2002-08-01 15:28:40 +00:00
gdkscreen-x11.c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +00:00
gdkscreen-x11.h Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup() 2002-09-24 20:20:08 +00:00
gdkselection-x11.c initialize gtk_selection_atoms only once at the 1st call. set length of 2002-08-14 15:11:41 +00:00
gdkvisual-x11.c Replace leftover gdkx_visual_get_for_screen () by 2002-09-24 22:09:46 +00:00
gdkwindow-x11.c add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +00:00
gdkwindow-x11.h Introduce an extra child of toplevel windows that serves to hold the focus 2001-04-18 17:57:36 +00:00
gdkx.h Add a GtkAccelGroupFindFunc to clean up the prototype. (#76670, Vitaly 2002-09-24 21:54:15 +00:00
gdkxid.c Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup() 2002-09-24 20:20:08 +00:00
gxid_proto.h Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile 2002-09-25 07:23:55 +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