]> Pileus Git - ~andy/gtk/blob - NEWS
s,Fedrerico Mena,Federico Mena,
[~andy/gtk] / NEWS
1 What is new in GTK+ 1.1.9:
2
3 * Check for broken glibc 2.0 mb functions and avoid them
4 * Label and Entry display fixes 
5 * Move main thread back to GDK, for locking when translating events
6 * Bug fixes
7
8 What is new in GTK+ 1.1.8:
9
10 * Added support for gettext and the localization of the standard
11   dialogs.
12 * Added line-wrapping for the label, and JUSTIFY_FILL
13 * Support reordering via drag and drop in  CList and CTree.
14 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
15 * Extended gtkpaned API to support minimum sizes and proportional
16   resizing.
17 * Changed the handling of shared memory segments so as to 
18   remove the need for GTK+ to set up signal handlers.
19 * Re-implemented event loop in terms of the event loop
20   that has been added to GLib 1.1.8
21 * Added 'grab_focus' signal to allow keyboard accelerators
22   for entries.
23 * Load locale specific RC files if present.
24 * Bug fixes.
25
26 What is new in GTK+ 1.1.7:
27
28 * Fixed memory mis-allocation in default files code
29 * Various event handling fixes
30 * Wide character support for entry and text
31 * Destroy widgets _after_ propagating unrealize signals through 
32   widget heirarchy
33 * Only build XIM-support if available
34 * Tutorial and examples updates
35 * Added gtk_drag_source_unset()
36
37 What is new in GTK+ 1.1.6:
38
39 * The signal system now features emission hooks whith special semantics,
40   refer to the ChangeLog for this.
41 * Minor? speedups and memory reductions to the emission handling of the
42   signal system.
43 * _interp() function variants are deprecated now. the corresponding *_full()
44   variants are provided for a long time now.
45 * Dnd abort timeout increased to 10 minutes.
46 * GtkScrolledWindow inherits from GtkBin now.
47 * GTK_POLICY_NEVER is implemented for scrolled windows now.
48 * Lots of API clean ups.
49 * Incremental freezing abilities.
50 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
51 * New window functions for transient relationship, default size, and 
52   geometry hints
53 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
54   GTK_RC_FILES environment variable and functions are provided to configure
55   this behavior
56 * Read doc/Changes-1.2.txt to properly adapt your code.
57 * Bug Fixes.
58
59 What is new in GTK+ 1.1.5:
60
61 * Theme integration
62 * Widget style modification is now handled through GtkRcStyles
63 * GtkPixmaps now grey out pixmaps when insensitive
64 * Notebook enhancements
65 * Shadow configurability for menubars and handleboxes
66 * DND enhancements
67 * gtkfilesel now supports automounters better
68 * Implementation of expose compression
69 * Queued redraws of partial areas
70 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
71   to a scrolled window don't get an automatic viewport anymore. a convenience
72   function gtk_scrolled_window_add_with_viewport() is suplied for this task
73 * Deprecated functions will now issue a message, informing the programmer about
74   the use of this function. These functions will get removed in future versions
75 * Non-functional functions got removed entirely
76 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
77   A new function gtk_object_default_construct() is provided now which should
78   be called after every gtk_type_new() to perfom the auto-construction
79 * Improved argument support of several widgets
80 * Bug Fixes
81
82 What is new in GTK+ 1.1.3:
83
84 * GtkCList/GtkCTree now have the ability to:
85     - hide/show individual columns
86     - disable/enable column resizing
87     - set min and max for column widths
88     - set expander style of the ctree
89     - set/get row and cell styles
90     - set spacing between tree expander and cell contents in ctree
91     - toggle auto_resize for columns
92 * Must enhanced DND support, removed old DND code
93 * Idle functions are now implemented via GHook, giving a slight speed
94   improvement
95 * An environment variable GTK_MODULES which takes a colon seperated
96   list of module names GTK+ will now automatically load at gtk_init() startup
97 * GtkFontSel now has support for an extra 'base' filter
98 * New function gdk_window_set_root_origin to get the real geometry taking
99   into account window manager offsets
100 * New function gtk_text_set_line_wrap to toggle line wrapping
101 * New function gtk_widget_add_events which safely adds additional
102   events to a widget's event mask
103 * New function gdk_event_get_time to get the timestamp from a generic
104   event
105 * New widget GtkCalendar
106 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
107   pointer grabs and selection handling in DND code
108 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
109   data portion without invokation of its destroy notifier 
110 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
111   instead 
112 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
113   instead
114 * Removed functions gtk_object_set_data_destroy[_by_id] 
115 * Documentation additions/updates 
116 * HTML and plain text files are now included in the distribution
117 * Bug fixes, typeness corrections, and general fixups
118
119 What is new in GTK+ 1.1.2:
120
121 * Gtk+ is now featuring runtime loading of dynamic modules via the
122   --gtk-modules= command line switch. such modules have to export a
123   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
124   function which will be invoked to initialize the module. since such
125   modules may create new widget types, they are always resident.
126 * The tutorial has been updated again.
127 * Changes to menus including tearoff menus and accelerators.
128 * Better support for modal dialogs.
129 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
130 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
131 * GtkCTree rows can be unselectable now.
132 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
133   Hamann on Tue Aug 18 00:29:13 1998).
134 * A bunch of varargs functions changed to get va_lists working on systems that
135   implement va_lists as arrays.
136 * Improvements to the gdkrgb code.
137 * Improvements to Gdk color handling so we greatly reduce server traffic and
138   don't leak colors anymore.
139 * Improved internal widget tree iterators (the GtkContainer::foreach signal
140   vanished because of this).
141 * Option menus can have the keyboard focus now.
142 * More fixups to the text widget.
143 * GtkFileSelection should behave much more nicely in combination with AFS now.
144 * Support for label underlining.
145 * Support for GLib 1.1.3 log domains.
146 * Documentation improvements.
147 * Configuration fixes on various platforms.
148 * Miscellaneous fixes to XInput support.
149 * Build with shared library dependencies on Linux
150 * Fix for a major bug in the type systems memory allocation code that could
151   cause random crashes.
152 * Libtool update to version 1.2b.
153 * Lots of bugfixes and cleanups again ;)
154
155
156 What is new in GTK+ 1.1.1:
157
158 * Tutorial updates and additions.
159 * Key binding support for GtkListItems and GtkList.
160 * Extended selection mode and autoscrolling for GtkLists.
161 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
162 * GtkCTreeNodes can now be created from GNode trees.
163 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
164
165
166 What is new in GTK+ 1.1.0:
167
168 * New widget GtkFontSelector.
169 * New featurefull progress bar.
170 * New container widget GtkPacker.
171 * New object GtkItemFactory, GtkMenuFactory is deprecated.
172 * New key binding system, configurable via rcfiles, similar to styles.
173 * New widget GtkCTree with drag selections and keyboard movement and
174   and horizontal scrolling. Features also implemented for GtkCList.
175 * Significant speedups to widget creation and destruction through caching
176   colormap and visual queries to the XServer.
177 * Speedups for type creation and especially gtk_type_is_a() checks.
178 * Speedups in signal lookup, creation and emissions and connection handling.
179 * Minor speedups with object data allocation and destruction.
180 * Additions to the signal handling API (e.g. *_emitv).
181 * Support for rc-file reparsing.
182 * Resizing logic is now implemented on container widget basis, rather than
183   for toplevel GtkWindows only.
184 * Buttons support relief styles now.
185 * Some widgets are now allocated through memchunks to behave more memory wise.
186 * Newly included file gtkfeatures.h which defines compatibility macros to
187   test for certain API features upon program compilation.
188 * Child arguments support for container widgets.
189 * Far better support for object arguments, revamp of the underlying
190   mechanism for speed and reusability. Child/object arguments don't
191   need to be preceeded by the "GtkType::" portion anymore.
192 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
193   is now performed by a new widget GtkAccelLabel.
194 * Overhaul of the resizing code. Resizing behaviour can now be specified
195   on GtkContainer basis, so the underlying algorithm isn't only available
196   for GtkWindows.
197 * GtkTables are now fully resizable.
198 * The GtkType system now supports an additional base class initialization
199   function.
200 * GtkStyles and key bindings can now be looked up depending on the base
201   types of a widget, through a new keyword `class' in rc files.
202 * GtkButton derives from GtkBin (finally).  
203 * More descriptive error messages on rc parsing.  
204 * Runtime information is available to query enum/flag definition values.
205 * Upgrade to libtool-1.2
206 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
207   including those that already went into the 1.0.x branch.
208 * A big bunch of features and cosmetic fixups that just got lost in
209   the masses of changes.