]> Pileus Git - ~andy/gtk/commit
fix this to be sane
authorHavoc Pennington <hp@redhat.com>
Mon, 4 Dec 2000 23:04:17 +0000 (23:04 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 4 Dec 2000 23:04:17 +0000 (23:04 +0000)
commit9365d0d7dc44e67a371590edf7b5f8744963e04c
tree72f57f594f861aafca4ddc4815b16d1969699ead
parentd77144614bb39e62dc40cd9b8c510b4cfee04c62
fix this to be sane

2000-12-04  Havoc Pennington  <hp@redhat.com>

* gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane

* gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler

* gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler

* gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary
hack to avoid infinite loops (queue draw instead of draw) -
Owen has more appropriate fixes in a branch he'll check in later.

* gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
separator, CR, and CRLF as line ends

* gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
into lines using pango_find_paragraph_boundary(); other bits of
the widget are still going to be broken if the boundary isn't '\n'
though
20 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/gdk-pixbuf/tmpl/creating.sgml
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml
docs/reference/gdk/tmpl/gdk-unused.sgml
docs/reference/gdk/tmpl/regions.sgml
gdk/gdkevents.h
gdk/gdktypes.h
gtk/gtkhpaned.c
gtk/gtknotebook.c
gtk/gtkpaned.c
gtk/gtktextbtree.c
gtk/gtktextiter.c
gtk/gtkvpaned.c