diff options
author | Tim Janik <timj@gtk.org> | 2001-09-04 01:10:11 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-09-04 01:10:11 +0000 |
commit | f4ab7aa5eb7040e7fca8df335c5aac375f96e8f2 (patch) | |
tree | 9fc792604e49b15d959cf5fcb8634d147f45484c /NEWS | |
parent | 43405a3d77249aed3357af092225dc74ff73aff5 (diff) | |
download | gtk+-f4ab7aa5eb7040e7fca8df335c5aac375f96e8f2.tar.gz |
updates for 1.3.7 release.
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.
Tue Sep 4 03:09:52 2001 Tim Janik <timj@gtk.org>
* gdk-pixbuf-csource.1: new file, manual page for
the publically installed gdk-pixbuf-csource utility.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +Overview of Changes in GTK+ 1.3.7 + +* Many Pixbuf (loader) improvements +* Added publically installed utility gdk-pixbuf-csource to generate + inlined pixbufs in C source code +* New/improved stock icons +* Code and API rework for window resizing +* Converted accel groups to GObject +* More property support improvements +* Disentangled child visability from MAPPED state +* Plug/Socket improvements and port to the XEMBED protocol +* Added priorities for styles in RC files +* Made GdkVisual and GdkDevice GObjects +* Key binding improvements +* Added GtkWidget::event-after signal since normal event handling + is now aborted as soon as a handler returned TRUE +* Dnd fixes and improved icon support +* Removed GtkPacker widget +* Nuked remaining GtkArg cruft, implemented container/child + properties +* Added sorting/eordering for tree view +* Added window grab groups +* Many frame buffer improvements +* Many UTF8/locale fixes +* Miscellaneous bug and API fixes + Overview of Changes in GTK+ 1.3.6 ================================= |