gtk/gdk/x11
Manish Singh 89fd6ad3de add -DGDK_DISABLE_DEPRECATED
Sun Nov 17 13:45:08 2002  Manish Singh  <yosh@gimp.org>

        * gdk/Makefile.am: add -DGDK_DISABLE_DEPRECATED

        * gdk/gdk.c (gdk_exit): remove obsolete comment

        * gdk/gdk.h: declare gdk_input_add_full if GTK_COMPILATION for
        gtk_input_add_full

        * gdk/gdkcolor.c (gdk_color_white, gdk_color_black): use
        gdk_colormap_alloc_color instead of gdk_color_alloc

        * gdk/gdkcolor.h: declare gdk_colormap_change if GDK_COMPILATION for
        gdk_colors_store. Also, gdk_colors_{alloc,free} for
        gdk_rgb_try_colormap

        * gdk/gdkdrawable.h: declare gdk_draw_string if GTK_COMPILATION for
        gtk_default_draw_string. Also, gdk_draw_text and gdk_draw_text_wc
        if GDK_COMPILATION for the respective gdk_window_ and gdk_pixmap_
        functions.

        * gdk/gdkfont.c: #undef GDK_DISABLE_DEPRECATED, completely compat
        code here

        * gdk/gdkfont.h: allow the GdkFont structure and a few gdk_font_
        functions for compat code in GDK_COMPILATION and GTK_COMPILATION.

        * gdk/gdkrgb.c (gdk_rgb_cmap_fail, gdk_rgb_try_colormap): use
        gdk_colormap_free_colors instead of gdk_colors_free.

        * gdk/gdkrgb.c (gdk_draw_rgb_image_core): no need to set fg/bg
        for own_gc, unused.

        * gdk/gdkwindow.h: declare gdk_window_get_deskrelative_origin if
        GTK_COMPILATION for gtk_handle_box_button_changed.

        * gdk/x11/Makefile.am: add -DGDK_DISABLE_DEPRECATED, renmae
        -DINSIDE_GDK_X11 to -DGDK_COMPILATION

        * gdk/x11/gdkcolor-x11.c: remove duplicate doc string for
        gdk_colormap_alloc_colors.

        * gdk/x11/gdkfont-x11.c:  #undef GDK_DISABLE_DEPRECATED, completely
        compat code here

        * gdk/x11/gdkx.h: use GDK_COMPILATION instead of INSIDE_GDK_X11,
        allow a few gdk_x11_font_ functions if GDK_COMPILATION for compat
        code

        * gtk/Makefile.am: add -DGDK_DISABLE_DEPRECATED

        * gtk/gtkclist.c
        * gtk/gtkctree.c
        * gtk/gtkpixmap.c
        * gtk/gtkpreview.c
        * gtk/gtktext.c: #undef GDK_DISABLE_DEPRECATED, deprecated widget

        * gtk/gtkhandlebox.c (gtk_handle_box_motion): use
        gdk_window_set_geometry_hints instead of gdk_window_set_hints.

        * gtk/gtkmain.c (gtk_exit): call exit directly

        * gtktipsquery.c (gtk_tips_query_real_start_query)
        * gtk/gtktreeitem.c (gtk_tree_item_add_pixmaps): remove some
        deprecated GDK usage.
2002-11-17 22:04:03 +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 add -DGDK_DISABLE_DEPRECATED 2002-11-17 22:04:03 +00:00
gdkcursor-x11.c doc comment fixes. 2002-10-29 21:27:17 +00:00
gdkdisplay-x11.c Use g_get_application_name() instead of g_get_prgname() as the default 2002-11-08 22:29:33 +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 docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +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 Gdk API doc updates. 2002-10-22 22:11:22 +00:00
gdkfont-x11.c add -DGDK_DISABLE_DEPRECATED 2002-11-17 22:04:03 +00:00
gdkgc-x11.c Gdk API doc updates. 2002-10-22 22:11:22 +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 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 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 Fix use of uninitialized variable. 2002-10-18 19:26:43 +00:00
gdkmain-x11.c Add startup notification hooks - mostly based on patch by Havoc Pennington 2002-11-02 05:37:04 +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 Restore the pre-Xft2 code to render text directly via RENDER, 2002-10-03 21:17:07 +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 a --screen option for setting the default screen. (Based on a patch 2002-10-31 21:12:23 +00:00
gdkscreen-x11.h Add a check for the Xrandr extension. 2002-10-04 15:58:19 +00:00
gdkselection-x11.c docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +00:00
gdkvisual-x11.c Gdk API doc updates. 2002-10-22 22:11:22 +00:00
gdkwindow-x11.c Fix display/window typo. (#98511, Soeren Sandmann) 2002-11-14 20:02:32 +00:00
gdkwindow-x11.h fix GtkWindowMnemonic to have a separate typedef 2002-09-25 19:16:46 +00:00
gdkx.h add -DGDK_DISABLE_DEPRECATED 2002-11-17 22:04:03 +00:00
gdkxid.c Gdk API doc updates. 2002-10-22 22:11:22 +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