]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Make the last change compile.
[~andy/gtk] / ChangeLog.pre-2-10
index 3068e9854d9cef0cf95b9b3ea06f09f23c4e18d2..3ea7dd734ed557b6a53b894b2383eebec707c5f8 100644 (file)
@@ -1,3 +1,69 @@
+2005-08-10  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gdk/win32/gdkfont-win32.c (gdk_font_from_description_for_display): Make
+       the last change compile.
+
+2005-08-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted) 
+       (gtk_tree_model_filter_remove_node): Remove ambiguities pointed
+       out by gcc.
+
+2005-08-10  James Henstridge  <james@jamesh.id.au>
+
+       * configure.in: fix definition of GDK_DEP_CFLAGS so that it
+       doesn't cause build failures if $X_PACKAGES is not empty.
+
+2005-08-09  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkwindow.c (gdk_window_ref_cairo_surface): Remove superfluous
+       call to gdk_window_get_offsets (). (#313051, Bertram Felgenhauer)
+
+2005-08-09  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Strip out all Xft, FreeType, and pangoxft checking.
+       Rewrite X checks to use pkg-config as much as possible.
+
+       * gdk/win32/gdkfont-win32.c (gdk_font_from_description_for_display): Make
+       this return Arial always to avoid using PangoWin32FontMap. (X11 backend
+       has always been returned "fixed" for a long time)
+
+       * gdk/linux-fb/gdkdrawable-fb2.c: Remove draw_glyphs() implementations,
+       fall through to the default implementation in terms of Cairo.
+
+       * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_text): Use gdk_draw_glyphs()
+       on the wrapper rather than gdk_fb_draw_glyphs().
+
+2005-08-09  Mark McLoughlin  <mark@skynet.ie>
+
+       Fixes "notification area leaks space" (bug #312687)
+
+       * gtk/gtksocket-x11.c: (_gtk_socket_windowing_filter_func):
+         gtk/gtkplug.c: (_gtk_plug_add_to_socket): don't pass a 
+       detail to g_signal_emit_by_name()
+
+2005-08-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
+2005-08-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksizegroup.c (get_size_groups, set_size_groups): Use
+       g_quark_from_static_string here. 
+
+2005-08-08  Christian Persch  <chpe@cvs.gnome.org>
+
+       * gtk/gtkmenutoolbutton.c: (gtk_menu_tool_button_state_changed),
+       (gtk_menu_tool_button_class_init), (popup_menu_under_arrow),
+       (gtk_menu_tool_button_init):
+
+       Deactivate the menu when the button becomes insensitive, and remove
+       dead code. Fixes bug #312920.
+
+2005-08-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdk.symbols: Make the last change compile.
+
 2005-08-08  Christian Persch  <chpe@cvs.gnome.org>
 
        * gtk/gtkmenutoolbutton.c: