]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
new function to toggle line wrapping like gtk_text_set_word_wrap ()
[~andy/gtk] / ChangeLog.pre-2-6
index cb691ee3ac0580cd2f37e02d53f2918e941453a2..95ed02575173a330bf27618e6a7604b961662a76 100644 (file)
@@ -1,3 +1,89 @@
+1998-10-18  Martin Baulig  <martin@home-of-linux.org>
+
+       * gtk/gtktext.c (gtk_text_set_line_wrap): new function to toggle
+       line wrapping like gtk_text_set_word_wrap () toggles word wrapping.
+
+Fri Oct 16 15:59:02 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/testgtk.c (insert_row_clist) (create_clist): change a few cell
+       styles of inserted row
+       (change_style): change style of focus_row
+
+       * gtk/gtkclist.c (gtk_clist_get_row_style) (gtk_clist_set_row_style)
+       (gtk_clist_get_cell_style) (gtk_clist_set_cell_style): new functions
+       to set/get row/cell styles.
+       (gtk_clist_realize): attach row and cell style, allocate row colors.
+       (gtk_clist_unrealize): detach row and cell styles.
+       (get_cell_style): new function. get correct cell style.
+       (draw_cell_pixmap): new function. 
+       (draw_row): draw cells with row or cell styles.
+       (row_new): set cell and row styles to NULL.
+       (row_delete): detach & unref cell and row styles.
+
+       * gtk/gtkctree.c (ctree_detach_styles) (ctree_attach_styles): 
+       new functions to attach/detach styles and allocate colors.
+       (gtk_ctree_realize) (gtk_ctree_unrealize): attach/detach cell and row
+       styles of invisible nodes.
+       (draw_cell_pixmap): new function. 
+       (get_cell_style):  new function. get correct cell style.
+       (gtk_ctree_draw_expander): new function. draw tree expander.
+       (gtk_ctree_draw_lines): new function.draw tree lines.
+       (draw_row): draw cells with row or cell styles.
+       (row_new): set cell and row styles to NULL.
+       (row_delete): detach & unref cell and row styles.
+       (gtk_ctree_node_get_row_style) (gtk_ctree_node_set_row_style) 
+       (gtk_ctree_node_get_cell_style) (gtk_ctree_node_set_cell_style): 
+       Analogons of GtkCList functions 
+       (gtk_ctree_set_spacing): new function. set spacing between
+       tree expander and cell contents
+       (gtk_ctree_set_expander_style): new function. set expander style
+       of ctree.
+       (ctree_is_hot_spot): few changes due to draw_row modifications.
+
+Wed 14 Oct 1998 10:17:13 +0200 Paolo Molaro <lupus@debian.org>
+
+       * gtk/gtkcombo.c: try completion on MOD1-TAB.
+       Handle case when the combo->list is empty.
+
+Mon Oct 12 07:51:34 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtksignal.c (gtk_signal_handlers_destroy): only unref those
+       handlers that have not yet been disconnected (finally managed to
+       trigger the gtk_signal_handler_unref() paranoid warning).
+
+Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwidget.c (gtk_widget_get_arg): fixed default value for x, y,
+       width and height which is -1 and not -2.
+
+Sat Oct 10 00:50:53 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * HACKING
+       * autogen.sh: we need libtool 1.2b now
+
+Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtktable.c (gtk_table_set_child_arg): take the left, right, top
+       and bottom attach arguments as mandatory and readjust the table size
+       and opposing edge accordingly if required. this way the order in which
+       the arguments are set doesn't matter.
+
+Thu Oct  8 15:53:59 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktypeutils.c (gtk_type_class_init): Fixed warning
+       message to print out parent class name correctly.
+
+Thu Oct  8 07:07:10 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkobject.h: 
+       * gtk/gtkobject.c:
+       removed functions gtk_object_set_data_destroy and
+       gtk_object_set_data_destroy_by_id.
+       added functions gtk_object_remove_no_notify and
+       gtk_object_remove_no_notify_by_id which will remove a certain data
+       portion without invokation of its destroy notifier, this should only
+       be used in very controled circumstances.
+
 Wed Oct  7 23:59:37 1998  Lars Hamann  <lars@gtk.org>
 
        * gtk/gtkclist.c (gtk_clist_set_column_resizeable): added
@@ -263,7 +349,7 @@ Mon Sep 21 02:30:06 1998  Tim Janik  <timj@gtk.org>
 
 Sun Sep 20 18:21:46 1998  Owen Taylor  <otaylor@redhat.com>
 
-       * ltconfig.sh: Patch to libtool-1.2b to make --disable-static
+       * ltmain.sh: Patch to libtool-1.2b to make --disable-static
        work.
 
 Sun Sep 20 09:52:39 1998  Owen Taylor  <otaylor@gtk.org>