]> Pileus Git - ~andy/gtk/blob - NEWS
INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incremented
[~andy/gtk] / NEWS
1 What is new in GTK+ 1.1.5:
2
3 * Theme integration
4 * GtkPixmaps now grey out pixmaps when insensitive
5 * Notebook enhancements
6 * Shadow configurability for menubars and handleboxes
7 * DND enhancements
8 * gtkfilesel how supports automounters better
9 * Implementation of expose compression
10 * Queued redraws of partial areas
11 * Scrolledwindow/Viewport enhancements
12 * Bug Fixes
13
14 What is new in GTK+ 1.1.3:
15
16 * GtkCList/GtkCTree now have the ability to:
17     - hide/show individual columns
18     - disable/enable column resizing
19     - set min and max for column widths
20     - set expander style of the ctree
21     - set/get row and cell styles
22     - set spacing between tree expander and cell contents in ctree
23     - toggle auto_resize for columns
24 * Must enhanced DND support, removed old DND code
25 * Idle functions are now implemented via GHook, giving a slight speed
26   improvement
27 * An environment variable GTK_MODULES which takes a colon seperated
28   list of module names GTK+ will now automatically load at gtk_init() startup
29 * GtkFontSel now has support for an extra 'base' filter
30 * New function gdk_window_set_root_origin to get the real geometry taking
31   into account window manager offsets
32 * New function gtk_text_set_line_wrap to toggle line wrapping
33 * New function gtk_widget_add_events which safely adds additional
34   events to a widget's event mask
35 * New function gdk_event_get_time to get the timestamp from a generic
36   event
37 * New widget GtkCalendar
38 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
39   pointer grabs and selection handling in DND code
40 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
41   data portion without invokation of its destroy notifier 
42 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
43   instead 
44 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
45   instead
46 * Removed functions gtk_object_set_data_destroy[_by_id] 
47 * Documentation additions/updates 
48 * HTML and plain text files are now included in the distribution
49 * Bug fixes, typeness corrections, and general fixups
50
51 What is new in GTK+ 1.1.2:
52
53 * Gtk+ is now featuring runtime loading of dynamic modules via the
54   --gtk-modules= command line switch. such modules have to export a
55   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
56   function which will be invoked to initialize the module. since such
57   modules may create new widget types, they are always resident.
58 * The tutorial has been updated again.
59 * Changes to menus including tearoff menus and accelerators.
60 * Better support for modal dialogs.
61 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
62 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
63 * GtkCTree rows can be unselectable now.
64 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
65   Hamann on Tue Aug 18 00:29:13 1998).
66 * A bunch of varargs functions changed to get va_lists working on systems that
67   implement va_lists as arrays.
68 * Improvements to the gdkrgb code.
69 * Improvements to Gdk color handling so we greatly reduce server traffic and
70   don't leak colors anymore.
71 * Improved internal widget tree iterators (the GtkContainer::foreach signal
72   vanished because of this).
73 * Option menus can have the keyboard focus now.
74 * More fixups to the text widget.
75 * GtkFileSelection should behave much more nicely in combination with AFS now.
76 * Support for label underlining.
77 * Support for GLib 1.1.3 log domains.
78 * Documentation improvements.
79 * Configuration fixes on various platforms.
80 * Miscellaneous fixes to XInput support.
81 * Build with shared library dependencies on Linux
82 * Fix for a major bug in the type systems memory allocation code that could
83   cause random crashes.
84 * Libtool update to version 1.2b.
85 * Lots of bugfixes and cleanups again ;)
86
87
88 What is new in GTK+ 1.1.1:
89
90 * Tutorial updates and additions.
91 * Key binding support for GtkListItems and GtkList.
92 * Extended selection mode and autoscrolling for GtkLists.
93 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
94 * GtkCTreeNodes can now be created from GNode trees.
95 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
96
97
98 What is new in GTK+ 1.1.0:
99
100 * New widget GtkFontSelector.
101 * New featurefull progress bar.
102 * New container widget GtkPacker.
103 * New object GtkItemFactory, GtkMenuFactory is deprecated.
104 * New key binding system, configurable via rcfiles, similar to styles.
105 * New widget GtkCTree with drag selections and keyboard movement and
106   and horizontal scrolling. Features also implemented for GtkCList.
107 * Significant speedups to widget creation and destruction through caching
108   colormap and visual queries to the XServer.
109 * Speedups for type creation and especially gtk_type_is_a() checks.
110 * Speedups in signal lookup, creation and emissions and connection handling.
111 * Minor speedups with object data allocation and destruction.
112 * Additions to the signal handling API (e.g. *_emitv).
113 * Support for rc-file reparsing.
114 * Resizing logic is now implemented on container widget basis, rather than
115   for toplevel GtkWindows only.
116 * Buttons support relief styles now.
117 * Some widgets are now allocated through memchunks to behave more memory wise.
118 * Newly included file gtkfeatures.h which defines compatibility macros to
119   test for certain API features upon program compilation.
120 * Child arguments support for container widgets.
121 * Far better support for object arguments, revamp of the underlying
122   mechanism for speed and reusability. Child/object arguments don't
123   need to be preceeded by the "GtkType::" portion anymore.
124 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
125   is now performed by a new widget GtkAccelLabel.
126 * Overhaul of the resizing code. Resizing behaviour can now be specified
127   on GtkContainer basis, so the underlying algorithm isn't only available
128   for GtkWindows.
129 * GtkTables are now fully resizable.
130 * The GtkType system now supports an additional base class initialization
131   function.
132 * GtkStyles and key bindings can now be looked up depending on the base
133   types of a widget, through a new keyword `class' in rc files.
134 * GtkButton derives from GtkBin (finally).  
135 * More descriptive error messages on rc parsing.  
136 * Runtime information is available to query enum/flag definition values.
137 * Upgrade to libtool-1.2
138 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
139   including those that already went into the 1.0.x branch.
140 * A big bunch of features and cosmetic fixups that just got lost in
141   the masses of changes.