diff options
author | Havoc Pennington <hp@redhat.com> | 2001-06-13 21:24:09 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-06-13 21:24:09 +0000 |
commit | b858eb9f59976522592449b40a15e73b2006de57 (patch) | |
tree | 3754f6a8c9a4fe1f5786473c88532c3d10180c4d /NEWS | |
parent | b2ff45ef83c94fce1d22885209a92431d7a617fb (diff) | |
download | gdk-pixbuf-b858eb9f59976522592449b40a15e73b2006de57.tar.gz |
Updates
2001-06-11 Havoc Pennington <hp@redhat.com>
* NEWS: Updates
* configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
* gtk/Makefile.am: glib_genmarshal already contains top_builddir
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +Overview of Changes in GTK+ 1.3.6 +================================= + +* Properly renders strikethrough text +* win32 fixes +* Added "scale" property to GtkTextTag and GtkCellRendererText to do + relative font scaling +* Added "format_value" signal to GtkScale to reformat value text +* framebuffer fixes +* Property support added to lots of widgets +* Many GtkTreeView new features and API/implementation fixes +* Lots of new_with_mnemonic() convenience functions +* Change GtkImageMenuItem API to be more consistent/useful +* Added lots of new stock items/icons +* Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for + enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT + themes won't need broken hacks +* Convenience API for GtkRange similar to the one added to GtkSpinButton + a while back +* Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, + and move some attributes from program settings to user settings. + Allows nice 1-pixel-bevel themes. +* Moved ::focus virtual function from GtkContainer to GtkWidget +* Plenty of bug fixes + Overview of Changes in GTK+ 1.3.5 ================================= |