diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-25 20:40:20 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-25 20:40:20 +0000 |
commit | 0c3be55498e388015bcba07791177be9d1225bd9 (patch) | |
tree | adcafce7f55404b0b8a6ab1f86967a54fe2cf69c /NEWS | |
parent | efae27a3a5d7ed8cb7063e1f0ac5634fc162284f (diff) | |
download | gdk-pixbuf-0c3be55498e388015bcba07791177be9d1225bd9.tar.gz |
ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9
* configure.in: Version 1.3.9, interface age 0, binary age 0.
* configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
* NEWS: Updates.
Mon Sep 24 11:59:09 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
function for drawing cursors between gtkentry/gtklabel/gtktextview.
Should this be public? It has a bit of an odd interface, but
custom editing widgets probably should be using it.
Function will draw with wider width for taller cursors, and
draws a little indicator arrow to indicate directoin for split
cursors.
* gtk/gtktextview.c: Add a "cursor_color" property.
* gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
gtk_text_layout_draw().
* gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
_gtk_draw_insertion_cursor().
Tue Sep 25 11:22:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
the behavior where you could turn family_set (etc) back on
and get back the values you had before.
* demos/gtk-demo/stock_browser.c (id_to_macro): Use
g_string_ascii_up() rather than looping through the
string ourself.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +Overview of Changes in GTK+ 1.3.9 +================================= + +* Add editable text cells to GtkTreeView. + Keynav, drawing fixes in GtkTreeView [Jonathan Blandford] +* Text widget no longer always has a \n in it. [Havoc Pennington] +* Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima] +* Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen] +* Minor fix for major resizing problems in recent releases [Owen Taylor] +* Restore ability to set _set properties to TRUE for + GtkCellRendererText, GtkTextTag [Owen] +* Cursor drawing improvements [Owen] +* Win32 fixes [Hans Breuer] +* Mark various functions as deprecated or private. +* Misc bug fixes, portability fixes, and cleanups. + +Other Contributors: + Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann, + Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, + James Henstridge, Detlef Reichl + Overview of Changes in GTK+ 1.3.8 ================================= |