]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
Restore the pre-Xft2 code to render text directly via RENDER,
[~andy/gtk] / ChangeLog.pre-2-2
index 6187ea54b4a23e5a84d2c8f356aa33d4d5f7ad7e..6e54ae2fba4a98a2c70160772fec106e533a6d47 100644 (file)
@@ -1,3 +1,131 @@
+Thu Oct  3 17:09:23 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/{gdkdrawable-x11.[ch],gdkpixmap-x11.c,
+       gdkwindow-x11.c}: Restore the pre-Xft2 code to
+       render text directly via RENDER, conditionalized
+       with !HAVE_XFT2 so that we'll build again on Xft1 
+       systems. (#90181)
+
+Thu Oct  3 14:13:33 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkevents.c (gdk_event_new): Add a 'type'
+       parameter, make public.
+
+       * gdk/gdkevents.c (gdk_event_copy): Copy the screen.
+
+       * gdk/gdkevents.c gdk/linux-fb/gdkmain-fb.c
+       gdk/x11/gdkevents-x11.c gdk/win32/gdkevents-win32.c:
+       _gdk_event_new() => gdk_event_new().
+       
+       * gdk/win32/gdkevents-win32.c (real_window_procedure): 
+       Fix event_private->screen breakage that results from evil 
+       encapsulation breakage here.
+       
+       * gtk/gtkclist.c gtk/gtkcombo.c gtk/gtkcontainer.c
+       gtk/gtkdialog.c gtk/gtkdnd.c gtk/gtkdrawingarea.c
+       gtk/gtkimcontextsimple.c gtk/gtklist.c gtk/gtkmenu.c
+       gtk/gtknotebook.c gtk/gtkplug.c gtk/gtkselection.c
+       gtk/gtktext.c gtk/gtktreeitem.c gtk/gtktreeview.c
+       gtk/gtkviewport.c gtk/gtkwindow-decorate.c gtk/gtkwindow.c
+       tests/testgtk.c: Remove most usage of stack-allocated 
+       GdkEvent structures.
+
+       * gtk/gtktreeview.c: Use a cut-and-paste of the full 
+       send_focus_event() from gtkwindow.c that does the necessary 
+       notification of the ::has-focus property and setting of 
+       the HAS_FOCUS flag.x
+
+       * gtk/gtkdnd.c: Clean up some mess/duplicated code; removing
+       an extraneous use of a GdkEvent.
+
+Wed Oct  2 17:46:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c
+       gdk/gdkwindow.c gdk/gdkdrawable.c: Export _gdk_draw_pixbuf
+       as gdk_draw_pixbuf(), rename the _draw_pixbuf virtual
+       function to draw_pixbuf. (#60582)
+
+       * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable[_alpha]):
+       Note that these functions are obsolete in the docs.
+
+       * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
+       Remove all the sanity checks now we make it clear
+       that it is obsolete name for gdk_draw_pixbuf().
+
+       * gdk/gdkpixmap.c gtk/gtkcellrendererpixbuf.c gtk/gtkimage.c
+         gtk/gtkpixmap.c demos/testpixbuf-scale.c demos/testpixbuf.c
+         tests/testrgb.c: Use gdk_draw_pixbuf() everywhere.
+
+       * gtk/gtklabel.c (gtk_label_set_mnemonic_widget): Fix
+       some warnings.
+
+       * gdk/gdkinternals.h (struct _GdkEventPrivate): Fix missed
+       bit from last gdk_event_get_screen() change.
+
+       * gdk/gdkevents.c: Couple of small fixes.
+
+Wed Oct  2 17:36:42 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkevents.[ch] gdk/x11/gdkevents-x11.c: Add
+       gdk_screen_set_screen()/_get_screen() which (by evil
+       hacks) work for for heap allocated events and
+       fall back gracefully for stack allocated events.
+
+Wed Oct  2 08:47:31 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtksettings.[ch]: Privately export:
+       _gtk_settings_set_property_value_from_rc()
+       _gtk_settings_reset_rc_values() so that we can reset
+       settings set from RC files when reloading RC files.
+       (#94610)
+
+       * gtk/gtkrc.c: Hook up RC file setting resetting.
+
+Tue Oct  1 12:53:44 2002  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkwindow-decorate.c gtkwindow.[ch]: Deprecation cleanup
+
+2002-10-01  jacob berkman  <jacob@ximian.com>
+
+       * gtk/gtkinvisible.c: 
+       * gtk/gtkclipboard.c: declare parent_class static
+
+2002-10-01  Stanislav Brabec  <sbrabec@suse.cz>
+
+       * gtk/gtkimcontextsimple.c: Fixed alphabetical order (bug #91258).
+
+2002-10-01  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * gtk/gtkmenu.c: Add gtk_menu_focus() so we do not waste time
+       trying to focus a menu item. (bug #91258)
+
+2002-09-30  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
+       Set image->windowing_data to NULL, unref the image. (Late merge
+       from stable.)
+
+Mon Sep 30 15:45:49 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_set_mnemonic_widget): 
+       Make the reference to the mnemonic widget weak.
+       (#93334, Murray Cumming)
+
+Mon Sep 30 15:38:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkwindow.h: Remove a duplicate definition
+       of gdk_set_sm_client_id().
+
+Mon Sep 30 15:31:57 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkdisplay.c gdk/x11/gdkdisplay-x11.c 
+       gdk/gdkinternals.h: Set the client ID on all
+       displays. (#85713)
+
+       * gdk/gdkdisplay.h gkd/gdkinternals.h
+        gdk/{linux-fb,win32,x11}/gdkmain-{fb,win32,x11}.c
+       Privatize gdk_display_set_sm_client_id().
+
 Mon Sep 30 14:46:49 2002  Owen Taylor  <otaylor@redhat.com>
  
        * gtk/gtkbindings.c (gtk_binding_set_new): Initialize