]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
When doing sanity checking on ACLOCAL_FLAGS, look for glib-2.0.m4 not
[~andy/gtk] / ChangeLog.pre-2-10
index 99952b29ad7a7c3e714c019c7ff71bddc7ddf5d0..378821bdd93c449a79dd3273b7400dc2c4ed30be 100644 (file)
@@ -1,3 +1,134 @@
+Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
+       look for glib-2.0.m4 not glib.m4. (Ali Abdin)
+
+2000-11-03  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtktexttagtable.c: Docs
+       (gtk_text_tag_table_size): return a signed int
+
+       * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
+       (gtk_text_tag_event): make the event_object a GObject
+
+       * gtk/gtktextview.c: Write API docs for all functions.
+
+       * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
+       for gtk_text_view_get_window_type() called on one of the private
+       windows.
+
+       * gtk/gtktextview.c: Instead of accessing text_view->buffer
+       directly, call get_buffer() which demand-creates a default
+       buffer. So gtk_text_view_new() can be used to create a view with a
+       default buffer in it, if you just want an empty text box users can
+       put data in. Useful for GUI builders also.
+
+2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
+
+       * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
+       the charset encodign portion MUST be in lowercase.
+       * gtk/gtkrc.az: added file for Azeri language
+
+2000-11-03  Havoc Pennington  <hp@redhat.com>
+
+        Get widgets working on the btree/buffer side. Display of them 
+       still doesn't work.
+       
+       * gtk/gtktextview.c: start implementing child widget stuff
+
+       * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
+
+       * gtk/gtktextlayout.c: handle embedded widgets
+
+       * gtk/gtktextdisplay.c: handle embedded widgets
+
+       * gtk/gtktextchild.c: Implement all the child anchor goo
+
+       * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
+       function
+
+       * gtk/gtktextbtree.c: Add child anchor table to the btree struct
+       (insert_pixbuf_or_widget_segment): abstract out common portions of 
+       creating a child anchor or a pixbuf segment.
+       (gtk_text_btree_create_child_anchor): new function
+       (gtk_text_btree_unregister_child_anchor): new function
+
+       * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
+       allocate_child signal on GtkTextLayout
+
+       * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
+       values
+       (gtk_text_iter_get_child_anchor): new function
+
+       * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
+       default handler for the changed signal, which calls
+       gtk_text_buffer_set_modified(), instead of just always emitting
+       changed then calling set_modified() manually. I guess this is
+       maybe more flexible. It seems logical.
+
+Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
+       now.
+
+       * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
+
+Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+       been marked static.
+
+2000-11-02  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/testgtk.c (create_labels): had a test backward
+
+       * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
+       fields, so the dest GC ends up with the correct clip origin, 
+       etc. Fixes a bug where colored labels didn't redraw 
+       properly.
+
+2000-11-02  Alexander Larsson  <alexl@redhat.com>
+
+       * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
+       gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
+       gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
+       Add last argument to t_type_register_static call.
+       
+       * gdk/linux-fb/gdkdrawable-fb2.c:
+       Add last argument to t_type_register_static call.
+       export the get_image drawable virtual function.
+
+       * gdk/linux-fb/gdkimage-fb.c:
+       Add last argument to t_type_register_static call.
+       rename gtk_image_get to _gdk_fb_get_image and
+       export it for use by gdkdrawable-fb2.
+
+       * gdk/linux-fb/gdkprivate-fb.h:
+       export _gdk_fb_get_image.
+
+       * gdk/linux-fb/gdkselection-fb.c:
+       Add new api call stubs.
+
+       * gtk/Makefile.am:
+       Missing ( in linux-fb part.
+
+       * modules/linux-fb/Makefile.am:
+       Must link with gdk_pixbuf or get unresolved symbol.
+
+2000-11-01  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
+       GTK_TYPE_TEXT_ITER and BOXED marshallers
+
+       * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
+
+       * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
+       
+       * gtk/gtk-boxed.defs: add GtkTextIter
+
+       * gtk/gtkmarshal.list: Add marshallers for text widget that 
+       properly use OBJECT and BOXED
+
 2000-11-01  Havoc Pennington  <hp@redhat.com>
 
        * gtk/testgtk.c (create_labels): Test set_markup_with_accel()