]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
add missing '}' that got munched by #endif.
[~andy/gtk] / ChangeLog.pre-2-2
index 918509a94a710ddf63558f9a5fe6dbbac367dc4d..0b32b0f69a05b4650820a9ffe74ccff132b2416f 100644 (file)
@@ -1,3 +1,157 @@
+Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
+       got munched by #endif.
+
+       * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
+
+       * gtk/gtktreeview.c: Refactored code to clean up a number of
+       events.
+
+       * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
+       values to make consistent with other functions.  Spotted by Jeff
+       Franks <jcf@tpg.com.au>.
+
+       * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
+       declaration spotted by Jeff Franks <jcf@tpg.com.au>.
+
+2001-04-23  Sven Neumann  <sven@gimp.org>
+
+       * gtk/Makefile.am
+       * gtk/gtkplug.c
+       * gtk/gtksocket.c: on request of Owen, reverted my last change 
+       and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
+
+2001-04-23  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+       compile for non-X11 targets again
+
+2001-04-20  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkcolorsel.[ch]:
+       API Change. Take GdkColor arguments instead of gdouble *.
+       Leave the old gtk_color_selection_set_color for compatibility,
+       but marked deprecated.
+       Do correct rounding when converting RGB <-> HSV.
+       
+       * gtk/gtkcolorseldialog.c:
+       * tests/testgtk.c:
+       Use new GtkColorSelection API.
+
+       * gtk/gtkhsv.c:
+       Fix problem selecting colors in triangle when Hue is 330.
+       Fix some black dots around the HSB triangle.
+       
+       * gtk/gtkfilesel.c:
+       return FALSE from the focus_in_event handler to fix focus problems.
+
+2001-04-18  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
+       set, so keybindings are configurable    
+       (gtk_window_activate_default): Change to activate the focus widget
+       instead if there's a focus widget, to be consistent with the
+       behavior that previously existed in key_press_event
+
+2001-04-18  Havoc Pennington  <hp@redhat.com>
+
+       * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
+
+2001-04-18  Havoc Pennington  <hp@redhat.com>
+
+        Close bug #50615:
+       
+       * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
+       the layout
+
+       * gtk/gtktext.c: Use base/text instead of bg/fg throughout
+
+       * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
+
+       * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
+       
+       * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
+       to blue for base, in addition to bg
+       
+2001-04-18  Havoc Pennington  <hp@redhat.com>
+
+       * tests/testgtk.c (create_image): allow shrinking the image window
+       to test that we clip to allocation.
+
+       * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
+       #9845
+
+       * gtk/gtkenums.h: move GtkWrapMode in here, #50472
+
+Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
+       mode on shm segments to 0600. We'll see who complains.
+
+       * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
+       _gdk_windowing_window_destroy() AFTER recursing through
+       children.
+
+       * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
+       testsocket_child on X.
+
+       * tests/testsocket[_child].c: Fix uses of
+       gtk_window_get_default_accel_group().
+
+       [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
+
+       * gdk/gdkimage.c: (gdk_image_get):
+       Deal with the possibility that XGetImage() might return NULL.
+       Allocate the GdkImagePrivate structure only after XGetImage()
+       succeeds in order not to dereference a NULL ximage pointer.  This
+       prevents a core dump when XGetImage() fails - which is unlikely,
+       but can happen due to race conditions accessing the geometries of
+       drawables.  An x error will still be triggered, but the gdk image
+       wrapper at least wont seg fault.
+       
+2001-04-18  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtkimage.c: fix to properly queue resizes when the image is
+       set
+
+       * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
+       if the insertion point isn't editable
+
+       * demos/gtk-demo/images.c: Added a GtkImage demo
+
+       * demos/gtk-demo/drawingarea.c: drawing area demo
+       
+       * demos/gtk-demo/menus.c (create_menu): cleanups
+
+Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
+         gdk/x11/gdkevents-x11.c: Introduce an extra child
+       of toplevel windows that serves to hold the focus to
+       avoid events being delivered to embedded windows.
+
+       * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
+       some extra variables to clean up code and reduce the
+       number of casts.
+
+       * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
+       guint for 1 bit bit fields, not gboolean.
+
+Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
+       not TRUE. (Fixes #52925)
+
+Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Released 1.3.4
+
+       * NEWS: Updated
+
+       * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
+       use GTK_TYPE_ENUM.
+
 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS