diff options
author | CST 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-10-31 09:53:29 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-10-31 09:53:29 +0000 |
commit | 4848d691e00a1cfe4dd6af55b6b74b7f208c605d (patch) | |
tree | 5604f0d591c55ddb4a2dfb47edc991a9e0bb46ad /NEWS | |
parent | 52f5eeab68fa6e1618932f6e5bd2d2da58af7f53 (diff) | |
download | gdk-pixbuf-4848d691e00a1cfe4dd6af55b6b74b7f208c605d.tar.gz |
Released GTK+ 1.1.3
Sat Oct 31 03:11:57 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.3
* INSTALL:
* NEWS:
* README:
* gtk+.spec:
* docs/gtk-config.1: updated for v1.1.3
* Makefile.am
* sanity_check
* docs/Makefile.am: Includes new 'make release' as well as
'make sanity'. Also handles html and text creation from html,
and puts them into the distribution
* docs/Makefile.sgml: removed, similar functionality is now in
the Makefile.am file
* docs/.cvsignore: ignore html and text directories
* docs/glib.texi: removed (now in glib dist)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,40 @@ +What is new in GTK+ 1.1.3: + +* GtkCList/GtkCTree now have the ability to: + - hide/show individual columns + - disable/enable column resizing + - set min and max for column widths + - set expander style of the ctree + - set/get row and cell styles + - set spacing between tree expander and cell contents in ctree + - toggle auto_resize for columns +* Must enhanced DND support, removed old DND code +* Idle functions are now implemented via GHook, giving a slight speed + improvement +* An environment variable GTK_MODULES which takes a colon seperated + list of module names GTK+ will now automatically load at gtk_init() startup +* GtkFontSel now has support for an extra 'base' filter +* New function gdk_window_set_root_origin to get the real geometry taking + into account window manager offsets +* New function gtk_text_set_line_wrap to toggle line wrapping +* New function gtk_widget_add_events which safely adds additional + events to a widget's event mask +* New function gdk_event_get_time to get the timestamp from a generic + event +* New widget GtkCalendar +* New widget GtkInvisible - InputOnly offscreen windows used for reliable + pointer grabs and selection handling in DND code +* New functions gtk_object_remove_no_notify[_by_id] to remove a certain + data portion without invokation of its destroy notifier +* gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure + instead +* gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type + instead +* Removed functions gtk_object_set_data_destroy[_by_id] +* Documentation additions/updates +* HTML and plain text files are now included in the distribution +* Bug fixes, typeness corrections, and general fixups + What is new in GTK+ 1.1.2: * Gtk+ is now featuring runtime loading of dynamic modules via the |