]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
1418048a9f9396d13205cde55f7e5507ebdbb99b
[~andy/gtk] / ChangeLog.pre-2-8
1 Fri Jan 16 01:55:17 1998  Tim Janik  <timj@psynet.net>
2
3         * improved the gtk_widget_set handling. removed GtkArgFunc and added
4           GtkArgSetFunc and GtkArgGetFunc in _GtkTypeInfo.
5           performance consuming strcmp() calls are avoided in gtk_*_set_arg()
6           now, it is passed an arg_id on which it can switch() now.
7
8         * gtk/gtkobject.h:
9         * gtk/gtkobject.c (gtk_object_add_arg_type): added parameter arg_id.
10
11         * gtk/gtktypeutils.h:
12         * gtk/gtktypeutils.c (gtk_type_set_arg): added parameter arg_id.
13
14         * gtk/gtkobject.c: bug fixes and changes in the assertion system for
15           arg handling. changed g_print() warning calls to real g_warning()s.
16
17 Thu Jan 15 00:44:27 PST 1998 Jay Painter <jpaint@serv.net>
18         * gtk/gtkentry.[ch]: Change window cursor to "I"
19         * gtk/gtkpane.[ch]: Cleared up a tiny memory leak from not destroying the
20         cursor
21
22 Tue Jan 13 07:30:02 PST 1998 Jay Painter <jpaint@serv.net>
23         * gtk/gtkclist.c: minor updates
24         * gtk/gtktext.c: you can type in it!  It should also seg-fault *MUCH* less now,
25         because editing was never really turned off.  
26         * gtk/testgtk.c: changed the gtktext test a little
27         * gtk/testgtkrc: removed pixmap background for now, since I intend to break
28         that for a while
29
30 1998-01-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>
31
32         * gtk/gtktoolbar.c: (gtk_real_toolbar_style_changed): Fixed
33         child->icon and child->label == NULL bugs.
34
35         * gtk/gtktoolbar.h: Added some new functions:
36                 gtk_toolbar_append_widget()
37                 gtk_toolbar_prepend_widget()
38                 gtk_toolbar_insert_widget()
39         These let the user insert any kind of widget in the toolbar.  Also
40         changed the gtk_toolbar_*_item() functions to return a
41         GtkWidget * so that the user can do things with the toolbar buttons.
42
43         * gtk/gtktoolbar.c: Now the toolbar supports its own buttons and
44         arbitrary widgets as well.  Geometry management has been changed
45         accordingly.  Added gtk_toolbar_remove() function, so container
46         functionality should be complete now.
47
48         * gtk/testgtk.c (create_toolbar): Added an entry widget to test
49         the new toolbar.
50
51         * Most of these changes are adapted from the
52         gtk-lupus-970112-0-patch (should be 970112... :-)
53
54 Sat Jan  9 20:52:00 PST 1998 Ian Main <imain@gimp.org>
55         * gtk/gtkfilesel.c:  Changed a few tests in the path correcting
56                 function.  Hopefully this helps the filesel stability.
57
58 Fri Jan  8 00:55:00 PST 1998 Jay Painter <jpaint@serv.net>
59         * gtk/gtkclist.c:
60         * gtk/gtkclist.h: modifications to GtkCList so it's look and 
61         feel is the same as scrolled windows.
62
63 Thu Jan  8 17:56:09 PST 1998 Manish Singh <yosh@gimp.org>
64
65         * glib/gscanner.c
66         * gtk/gtclist.c
67         * config.h.in
68         * configure.in: added test for inline and put the inline keywords
69         back in
70
71         * gtk/gtklabel.c: made the prototypes match the definitions
72
73         * gtk/fnmatch.c: minor change to make sure the right config.h
74         gets included
75         
76 1998-01-07  Elliot Lee  <sopwith@localhost.cs.cuc.edu>
77
78         * gtk/gtkcombobox.c gtk/gtkcombobox.h: New widget, GtkComboBox
79         * gdk/gdkwindow.c: Make gdk_window_init set the width &
80                 height of gdk_root_parent
81
82 Wed Jan  7 18:06:17 PST 1998 Manish Singh <yosh@gimp.org>
83
84         * gtk/gtkentry.c:
85         * gtk/gtkentry.h: applied patch to use a backing pixmap for
86         drawing, which removes the bad flickering. (gtk-wille-980106-0)
87
88 Wed Jan  7 02:14:30 PST 1998 Manish Singh <yosh@gimp.org>
89
90         * glib/glib.h
91         * glib/glist.c
92         * glib/gslist.c
93         * glib/testglib.c: Added g_[s]list_insert_sorted function
94         and appropriate tests in testglib
95
96 Tue Jan  6 17:07:29 1998  Owen Taylor  <owt1@cornell.edu>
97         * gtk/gtkentry.c gtk/gtkentry.h gtk/testgtk.c : 
98            Fixed problem with deleting while text is selected.
99            Changed behavior so that motion keys remove selection.
100            Added new gtk_entry_select_region () call.
101
102 Sat Jan  3 20:23:25 1998  Owen Taylor  <owt1@cornell.edu>
103         * glib/glib.h: Changed guint32 -> guint for bitfields. 
104           (Bitfields must be int or unsigned int?)
105
106 Sat Jan  3 15:39:45 PST 1998 Jay Painter <jpaint@serv.net>
107         * gtk/testgtk.c: better CList test
108
109 Sat Jan  3 11:09:51 CST 1998 Shawn T. Amundson <amundson@gimp.org>
110
111         * gtk/gtkscrolledwindow.c: initialize scrollbar_spacing
112           (gtk-fortier-980103-0)
113
114 Sat Jan  3 10:15:08 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
115
116         * configure.in: fixed a typo (no_xext_lib, not no_ext_lib).
117
118 Sat Jan  3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
119
120         * gtk/gtkentry.c:
121         * gtk/gtkentry.h: applied Gordon Matzigkeit's patch to add
122         fixed-length entry fields (gtk_entry_new_with_max_length)
123         
124 Fri Jay  2 23:52 PST 1998 Jay Painter <jpaint@serv.net>
125         * reverted glibconfig.h and glib.h files back to the
126         way they were before my ugly hack
127         * gtk/gtkclist.c:
128         * glib/gscanner.c: removed inlines from clist and gscanner
129
130 Fri Jan  2 23:55:24 CST 1998 Shawn T. Amundson <amundson@gimp.org>
131
132         * Several portability fixes from Michael Callahan 
133           <callahan@xmission.com> including adding in missing
134           #includes and adding void in function prototypes.
135
136 Fri Jan  2 19:28:52 1988 Jay Painter <jpaint@serv.net>
137         * gtk/gtkclist.h:
138         * gtk/gtkclist.c:
139         * gtk/gtk.h:
140         * gtk/testgtk.c:
141         * gtk/testgtkrc: added GtkCList, column list widget, and a small test
142         to testgtk
143
144 Fri Jan  2 15:42:51 1998  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
145
146         * gtk/gtkmain.c (gtk_main_iteration): Make the big switch handle
147         GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events.
148
149 Fri Jan  2 12:07:33 CST 1998 Shawn T. Amundson <amundson@gimp.org>
150
151         * gtk/gtkviewport.c: corrects a small resize bug in the 
152           viewport widget.  The viewport widget provides a _set_shadow 
153           function to draw its shadows. But if GTK_SHADOW_NONE is sent 
154           to this function, the viewport isn't resized correctly (it's 
155           still considered as a shadowed widget).  (gtk-fortier-971213-0)
156
157         * gtk/gtknotebook.c: this patch fixes the redraw problems of 
158           notebook tabs, without using gdk_gc_set_clip_rectangle.
159           (gtk-hamann_jeske-971218-0)
160  
161         * add gtk_widget_(show/hide)_all (Stefan Wille)
162           (gtk-wille-301297-0)  Patch for testgtk not included
163           because it did not patch clean.  
164
165 Thu Jan  1 21:21:56 PST 1998 Manish Singh <yosh@gimp.org>
166
167         * configure.in: fixed up the xinput test
168         * Miscellaneous portability fixes.
169
170 Mon Dec 29 22:05:45 1997  Miguel de Icaza  <miguel@nuclecu.unam.mx>
171
172         * gdk/gdkgc.c (gdk_gc_copy): New function, used to copy the values
173         from one gc to another gc.
174
175 Sat Dec 27 20:39:99 1997  Elliot Lee <sopwith@redhat.com>
176         * gtk/gtkhandlebox.c: It mostly works now, please test it and make
177         fixes as needed.
178
179 Fri Dec 26 11:20:03 1997  Scott Goehring  <scott@poverty.bloomington.in.us>
180
181         * gtk/Makefile.am (gtkinclude_HEADERS): added gtkhandlebox.c
182
183         * gtk/gtkhandlebox.c (gtk_handle_box_reparent): eliminated a
184         compiler warning caused by not casting an argument in a debugging
185         message. :)
186
187 Fri Dec 26 02:59:39 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
188
189         * gdk/gdktypes.h gdk/gdk.c gdk/gdkwindow.c: Added new
190         GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events.  They are needed
191         for Alan Cox's TV widget and for GtkXmHTML.  Only missing with
192         respect to their Xlib counterparts are the major_code and
193         minor_code fields from the GdkEventNoExpose structure.  Does
194         anyone need them?
195
196 Tue Dec 23 03:03:17 1997  Tim Janik  <timj@psynet.net>
197
198         * gtk/gtkscrolledwindow.c (SCROLLBAR_SPACING): this macro computes
199         the spacing from klass->scrollbar_spacing now. adapted all functions
200         that used this macro (based on a patch from Patrice Fortier).
201         * gtk/gtkscrolledwindow.h (struct _GtkScrolledWindowClass): added
202         scrollbar_spacing to substitute a define (patch from Patrice Fortier).
203
204         * gtk/gtkrc.h (gtk_rc_parse_string): new function.
205         * gtk/gtkrc.c: many functions adapted to use GScanner for scanning.
206         (gtk_rc_parse): use gtk_rc_parse_any for parsing.
207         (gtk_rc_parse_string): new function to support parsing from
208         strings, just calls gtk_rc_parse_any.
209         (gtk_rc_parse_any): new function using GScanner as lexer.
210
211 Thu Dec 18 23:46:11 CST 1997 Shawn T. Amundson <amundson@gimp.org>
212
213         * GDK support for 1 bpp depth screens.
214
215 Thu Dec 18 23:46:11 CST 1997 Shawn T. Amundson <amundson@gimp.org>
216
217         * Changes from Bolliet Jerome <bolliet@in2p3.fr> to gtktree.
218           Corrects a bug in gtk_tree_remove_items and gtk_tree_item_destroy.
219           Adds the possibility to connect all items by lines. This is the 
220           default now.  You can overide this with the function 
221           gtk_tree_set_view_line which take a tree and a boolean.
222
223 Thu Dec 18 23:26:49 CST 1997 Shawn T. Amundson <amundson@gimp.org>
224
225         * removed configure, Makefile.in, and aclocal.m4 files
226
227 Wed Dec 17 23:36:57 1997  Scott Goehring  <scott@poverty.bloomington.in.us>
228
229         * gdk/gdkcc.c (gdk_color_context_free): Caught a stray
230         gdk_colormap_destroy that Owen missed (and Shawn found).
231
232 Wed Dec 17 20:59:52 1997  Owen Taylor  <owt1@cornell.edu>
233         * gdk/gdkinput.c gdk/gdkinput.h gdk/gdkinputcommon.h
234           gdk/gdkinputxfree.h gdk/gdkinputgxi.h gdk/gdkinputnone.h.
235           gtk/gtkinputdialog.h gtk/testinput.c
236         Added support for device keys mapping to key events.
237         Fixed various bugs.
238
239 Wed Dec 17 20:53:00 1997  Owen Taylor  <owt1@cornell.edu>
240         * gdk/gdk.c gdk/gdk.h: Changed gdk_get_event to remove
241         predicate filtering, and to allocate the events.
242         Added gdk_event_get_graphics_expose for scroll handling.
243         * gtk/gtkmain.c gtk/gtktext.c:
244         Use above changes. Interface change for gtk_get_current_event.
245         * testgtk.c
246         Added another test to test new scrolling mechanism.s
247         * gdk/gdk.c gdk/gdk.h gdk/gdkwindow.c gdk/gdkprivate.h: 
248         Added beginnings of event filtering. Removed obsolte
249         OtherEvent mechanism.
250         * gdk/gdk.c: Combined FocusIn/FocusOut events. Now ignore
251         focus events which aren't for window itself. (Only pay
252         attention to NotifyAncestor/Inferior/Nonlinear)
253         * gtk/gtkwindow.c gtk/gtkwindow.h: Virtualize set_focus 
254         function so it can be overridden.
255         * gtk/gtkwidget.c: Reparenting should now work for
256         containers. (Guillaume Laurent <glaurent@worldnet.fr>)
257         * gdk/gdkgc.c: By default, GraphicsExpose events are now
258         _not_ generated.
259         * gtk/testselection.c: Suppress a warning, fix a bug?
260
261 Wed Dec 17 20:47:42 1997  Owen Taylor  <owt1@cornell.edu>
262         * configure.in, glib/configure.in: 
263         Remember if user set CFLAGS, so we can set it for --enable-debug
264           only if they didn't. 
265         Added missing quotes. )Raphael.Quinet@eed.ericsson.se)
266         Only use -DX_LOCALE if setlocale doesn't work.
267         * gdk/gdki18n.h: Simplified system for trying to get iswalnum() -
268         include <wctype.h> if present, otherwise <wchar.h> if present.
269         
270 Wed Dec 17 21:09:12 1997  Owen Taylor  <owt1@cornell.edu>
271   1997-10-13  Marius Vollmer  <mvo@zagadka.ping.de>
272
273     Bug fixes:
274         
275         * gtksignal.c (gtk_params_get): Initialize the GtkArg even when
276         the return type is GTK_TYPE_NONE.
277
278     Revamped reference counting, see the file REFCOUNTING.
279
280         * Makefile.am (EXTRA_DIST): Added REFCOUNTING.
281         * REFCOUNTING: New file.
282
283         * gdk/gdk.c (received_destroy_notify, window_to_destroy): Removed.
284         (gdk_event_get): Code that deals with the above removed.
285         (gdk_event_translate): Abort when the GdkWindow for the XEvent
286         cannot be found.  For DestroyNotify: Do not use
287         receive_destroy_notify and window_to_destroy but call
288         gdk_window_destroy_notify.
289
290         * gdk/gdk.h: (gdk_pixmap_destroy, gdk_colormap_destroy,
291         gdk_fontset_free): Removed.
292         (gdk_pixmap_ref, gdk_pixmap_unref, gdk_bitmap_ref,
293         gdk_bitmap_unref): New prototypes.
294         (gdk_font_free, gdk_font_unref): Renamed gdk_font_free to
295         gdk_font_unref.
296
297         * gdk/gdkcolor.c (gdk_colormap_real_destroy): Made static.
298         (gdk_colormap_destroy): Removed.
299
300         * gdk/gdkfont.c (gdk_font_free): Renamed to gdk_font_unref.
301         Handle fontsets as well.
302         (gdk_fontset_free): Removed.
303
304         * gdk/gdkpixmap.c (gdk_pixmap_destroy): Removed.
305         (gdk_pixmap_ref, gdk_pixmap_unref, gdk_bitmap_ref,
306         gdk_bitmap_ref): New functions.
307
308         * gdk/gdkwindow.c: (gdk_window_new, gdk_window_foreign_new): Call
309         gdk_window_ref for the pointer in the xid table.
310         (gdk_window_internal_destroy): Renamed from gdk_window_destroy.
311         New parameter XDESTROY that takes the role of `destroyed==2';
312         removed special casing of `destroyed==2'.  Free dnd_data only when
313         really destroying.  Do not touch the ref_count.  Calling
314         gdk_window_destroy on a Pixmap is now a real error, not just a
315         warning.
316         (gdk_window_destroy): Just call gdk_window_internal_destroy and
317         gdk_window_unref, as advertised in REFCOUNTING.
318         (gdk_window_destroy_notify): New function.
319         (gdk_window_unref): Print a warning when the ref_count is zero and
320         the window has not been destroyed.  Should never happen.  Do not
321         destroy the window, just free the memory.
322         
323         * gdk/gdkprivate.h (gdk_window_real_destroy): Removed.
324
325         * gtk/gtkaccelerator.c (gtk_accelerator_table_destroy): Removed.
326         (gtk_accelerator_table_unref): Do the job of
327         gtk_accelerator_table_destroy directly.
328         (gtk_accelerator_table_init): Init ref_count with 1.
329
330         * gtk/gtkaccelerator.h (gtk_accelerator_table_destroy): Removed.
331
332         * gtk/gtkcurve.c, gtk/gtkgamma.c: Replaced gdk_pixmap_destroy with
333         gdk_pixmap_unref.
334
335         * gtk/gtkhscrollbar.c (gtk_hscrollbar_realize): Reflect the fact
336         that the widget->window is used as the range->trough in the
337         ref_count.
338         * gtk/gtkvscrollbar.c (gtk_vscrollbar_realize): Likewise.
339
340         * gtk/gtkmain.c (gtk_main_iteration): Protect event_widget with
341         ref/unref while handling the GDK_DELETE and GDK_DESTROY events.
342
343         * gtk/gtkmenu.c (gtk_menu_set_accelerator_table): Don't do
344         anything when the new accel_table is the old one.
345
346         * gtk/gtkmenufactory.c (gtk_menu_factory_destroy): Unref
347         factory->table if there is one.
348         (gtk_menu_factory_create, gtk_menu_factory_create_widget): Don't
349         ref newly created accel_table, it is now created with a ref_count
350         of 1.
351
352         * gtk/gtkmenuitem.c (gtk_menu_item_set_submenu):  Don't do
353         anything when the new submenu is the old one.
354
355         * gtk/gtkpixmap.c (gtk_pixmap_destroy): New static function.
356         (parent_class): New global variable.
357         (gtk_pixmap_init): Set object_class->destroy.
358         (gtk_pixmap_set): Don't do anything about the pixmap when the new
359         pixmap is the old one.  Likewise for the mask.
360
361         * gtk/gtkprogressbar.c, gtk/gtkruler.c: Replaced
362         gdk_pixmap_destroy with gdk_pixmap_unref.
363
364         * gtk/gtkrange.c (gtk_range_set_adjustment):  Don't do
365         anything when the new adjustment is the old one.
366
367         * gtk/gtkrc.c: Replaced gdk_fontset_free/gdk_font_free with
368         gdk_font_unref.
369
370         * gtk/gtkstyle.c (gtk_style_new): Initialize ref_count with 1.
371         (gtk_styles_init): Replace gtk_style_destroy with gtk_style_unref
372         for the cache.
373         (gtk_style_new_from_key): Ref style before returning it when it
374         has not been newly created.
375         (gtk_style_destroy): Don't look at the ref_count, destroy always.
376         Free style-font with gdk_font_unref, regardless of font->type.
377
378         * gtk/gtktooltips.c (gtk_tooltips_real_destroy): Renamed from
379         gtk_tooltips_destroy and made static.  Don't look at ref_count,
380         destroy always.
381         (gtk_tooltips_new): Initialize ref_count with 1.
382         (gtk_tooltips_unref): Don't look at pending_destroy, destroy
383         always when ref_count is 0.
384         (gtk_tooltios_widget_remove): Use gtk_tooltips_destroy_data
385         instead of hand-coded destruction.
386
387         * gtk/gtktooltips.h (GtkTooltips::pending_destroy): Removed.
388         (gtk_tooltips_destroy): Removed.
389
390         * gtk/gtkviewport.c (gtk_viewport_set_hadjustment,
391         gtk_viewport_set_vadjustment): Don't do anything when the new
392         adjustment is the old one.
393
394         * gtk/gtkwidget.c (gtk_widget_reparent): Protect the reparented
395         widget with ref/unref while moving it.
396         (gtk_widget_set_default_colormap): Replace gdk_colormap_destroy
397         with the proper ref/unref spell.
398         (gtk_widget_set_default_style): Don't do anything when the new
399         style is the old one.
400
401         * gtk/testinput.c (configure_event): Replaced gdk_pixmap_destroy
402         with gdk_pixmap_unref.
403         
404     More Interpreter support:
405
406         * gdk/gdktypes.h (GdkDestroyNotify): New type.
407         
408         * gdk/gdk.c (struct _GdkInput::destroy): New field.
409         (gdk_input_add_interp): New version of gdk_input_add that follows
410         the interp conventions for callbacks.
411         (gdk_input_add): Implement in terms of gdk_input_add_interp.
412         (gdk_input_remove): Call destroy notify when appropriate.
413
414         * gdk/gdk.h (gdk_input_add_interp): New prototype.
415
416         * gtk.defs: Updated from guile-gtk.
417         * gtk/gtktypebuiltins.c, gtk/gtktypebuiltins.h: Regenerated.
418         
419         * gtk/gtkmain.c (GtkInputFunction, struct _GtkInputFunction): New
420         types.
421         (gtk_invoke_input_function, gtk_destroy_input_function,
422         gtk_input_add_interp, gtk_input_remove): New functions.
423
424 Wed Dec 17 12:00:48 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
425
426         * gdk/gdkcc.c: New GdkColorContext functionality!  This should
427         eventually solve all of our color management problems.  Gdk still
428         needs to be modified to support visuals with less than 8 bpp.  Gtk
429         needs to be modified just a bit.
430
431 Wed Dec 17 13:56:17 PST 1997 Manish Singh <yosh@gimp.org>
432
433         * a small patch by Lauri Alanko that allows Gimp to pass
434         on --display to it's plugins.
435
436 Sun Dec 14 00:08:00 PST 1997 Raph Levien <raph@acm.org>
437         * a minor patch to make the file selection dialog not always
438         select the first file in a directory
439
440 Sat Dec 13 Jay Painter <jpaint@serv.net>
441         * gtk/gtkvscrollbar.c: added focus flag so vertical scrollbars
442         can get keyboard focus
443
444 Fri Dec 12 Owen Taylor <owt1@cornell.edu>
445         * Removed warning when XGetWindowProperty fails - this can
446           be the desired behavior.
447         
448 Fri Dec 12 Owen Taylor <owt1@cornell.edu>
449         * gdk/makecursor* gdk/makekeysym* gdk/Makefile.am
450           Removed old sed/awk code and replaced it with a 
451           spiffier awk-only code from Art_Haas@dril-quip.com
452         
453 Fri Dec 12 Owen Taylor <owt1@cornell.edu>
454         * gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with
455           rectangle = NULL, remove clip mask, instead of segfaulting.
456         * gtk/gtknotebook.c: Set clip mask before redrawing, so that
457           we don't overwrite things outside of exposed areas when
458           drawing them shadows. (Based on a patch from 
459           Lars Hamann <hamann@braunschweig.netsurf.de>, and Stefan Jeske)
460         
461 Thu Dec 11 10:57:29 CST 1997 Shawn T. Amundson <amundson@gimp.org>
462         * Change to ltconfig to remove -z text for Solaris x86  
463         * Change to configure stuff so compile works on Solaris x86
464         * Added gdk/gdkkeysyms.h and gdk/gdkcursors.h back into the tree
465
466 Thu Dec 11 09:44:03 1997  Tim Janik  <timj@psynet.net>
467
468         * gdk.c: added gdk_progclass==NULL patch by Oliver Graf <ograf@fga.de>.
469
470 Wed Dec 10 23:40:03 1997  Tim Janik  <timj@psynet.net>
471
472         * fixed some compiler errors, because g_return_if_fail() wasn't used
473         with a trailing semicolon in some places. fixed few other warnings also.
474
475 Tue Dec  9 Owen Taylor <owt1@cornell.edu>
476         * configure changes: (configure.in, glib/configure.in)
477         Change test ! `...` to test -z `...`
478           (Harald Meland <Harald.Meland@usit.uio.no>)
479         Change $gtk_cv_x_locale to $need_x_locale so it isn't cached.
480         With --enable_debug, don't touch CFLAGS if they're already set.
481
482 Tue Dec  9 Owen Taylor <owt1@cornell.edu>
483         * gdk/gdkpixmap.c: don't use gdk_black/white for pixmap mask.
484          From Patrice Fortier <Patrice.Fortier@aquarel.fr>
485
486 Mon Dec  8 Owen Taylor <owt1@cornell.edu>
487         * gtk/testselection.c (selection_received): foreward -> forward.
488         * gtk/gtktext.c (gtk_text_forward_delete): Renamed; changed all
489         callers.
490         * gtk/gtktext.h: foreward -> forward.
491           From Tom Tromey  <tromey@cygnus.com>
492
493 Mon Dec  8 Owen Taylor <owt1@cornell.edu>
494         * gtk/gtkimage.c: Fixes to expose() handler
495           From Rob Browning <rlb@cs.utexas.edu>
496         
497 Mon Dec  8 21:09:43 PST 1997 Geoffrey T. Dairiki <dairiki@alumni.caltech.edu>
498         * gtk/gtklabel.h:
499         * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL.  This support
500         is used by the new gtktooltips.c.
501         * gtk/testgtk.c (create_labels, create_main_window): A new test
502         window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.)
503
504 Mon Dec  8 21:09:43 PST 1997 Geoffrey T. Dairiki <dairiki@alumni.caltech.edu>
505         * gtk/gtklabel.h:
506         * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL.  This support
507         is used by the new gtktooltips.c.
508         * gtk/testgtk.c (create_labels, create_main_window): A new test
509         window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.)
510
511 Sun Dec  7 Owen Taylor <owt1@cornell.edu>
512         * gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: 
513           Remove dependencies of interfaces on USE_XIM
514         * gdki18n.h: Attempt to make wchar handling more portable
515         * gdkwindow.c: Include config.h. (For gdkinput.h)
516         
517 Sun Dec  7 Owen Taylor <owt1@cornell.edu>
518         * gtk/gtkentry.c, gtk/gtkentry.h: 
519            Fixed word motion
520            Added cut/copy/paste via X clipboard
521            Generalized extending selection using <Shift> to work with all types
522              of motion, not just arrow keys.
523            Don't change length of GtkEntry structure because of USE_XIM
524
525 Sun Dec  7 03:19:02 1997  Tim Janik  <timj@psynet.net>
526
527         * gtkfilesel.c: applied jamesa-971010-0 for stability.
528         * gtkrc.c: applied jamesa-971010-2 for a small optimization.
529         * gtkcheckmenuitem.h:
530         * gtkcheckmenuitem.c:
531         * gtkradiomenuitem.c:
532         * testgtk.c: applied johannes-971113-0 which adds
533         gtk_check_menu_item_set_show_toggle() to change the way check
534         menu items and radio menu items look.
535
536 Fri Dec 5 1997 Elliot Lee <sopwith@cuc.edu>
537         * gdk/gdk.c: clean up warnings, remove some un-ifdef'd debugging
538         printing, DnD is Bug Free now, etc.
539         * gtk/gtkcolorsel.c: fix DnD support.
540         * gtk/gtkmain.c: DnD events go to the original window even if
541         there is a grab - if I drop on a window the data had better go
542         to it and not some other window :)
543         * gtk/testgtk.c: Replace (GtkSignalFunc) with GTK_SIGNAL_FUNC(),
544         and do a nicer DnD demo.
545         * My very first ChangeLog entry, seeing as people have
546         a fixation on them (what's wrong with "rcs2log" output?)
547
548 Thu Dec 4 1997 Owen Taylor <owt1@cornell.edu>
549         * gdk/gdkgc.c: Ignore gdk_gc_set_font if font is a fontset.
550
551 Wed Dec 3 1997 Jay Painter <jpaint@serv.net>
552         * gtk/gtkstyle.c: fixed a problem introduced recently in 
553         gtk_style_detach witch crashed script_fu.
554
555 Wed Dec 3 1997 Owen Taylor <owt1@cornell.edu>
556         * gdk/Makefile.am: add a dependence for $(DEP_FILES) on
557         $(BUILT_SOURCES) to work around automake problem
558         
559 Wed Dec 3 1997 Owen Taylor <owt1@cornell.edu>
560         * configure.in glib/configure.in glib/glibconfig.h.in gdk/gdk.h
561         gdk/gdk18n.h gdk.c gtk/gtkentry.c: Try to handle variations in 
562         <wchar.h> headers gracefully. Do not automatically include 
563         gdk/gdki18n.h.
564         
565 Wed Dec 3 1997 Jay Painter <jpaint@serv.net>
566         * gtk/gtkoptionmenu.c: fixed a old bug where if you set a new 
567         menu for a optionmenu the widget would not get positioned correctly
568         inside of the optionmenu.
569
570 Tue Dec 2 1997 Owen Taylor <owt1@cornell.edu>
571         * gdk/gdkpixmap.c: Include unistd.h to get SEEK_END
572         for SunOS (john_johns@credence.com)
573         
574 Tue Dec 2 1997 Owen Taylor <owt1@cornell.edu>
575         * gtk+/fnmatch.c: Define _GNU_SOURCE before including
576         fnmatch.h to make sure all constants are defined.
577         (Yasuhiro SHIRASAKI <joke@awa.tohoku.ac.jp>)
578         
579 Tue Dec 2 1997 Owen Taylor <owt1@cornell.edu>
580         * configure.in, glib/configure.in: Make the logic to add -Wall,
581         -ansi, -pedantic for GCC operational.
582
583 Tue Dec 2 1997 Owen Taylor <owt1@cornell.edu>
584         * glib/glib.h, glib/configure.in. Disabled gldouble, since
585         it wasn't used anywhere and caused portability problems
586
587 Tue Dec 2 1997 Owen Taylor <owt1@cornell.edu>
588         * glib/glib.h, glib/configure.in, glib/glibconfig.h.in: Added a
589         g_memmove function which is simply memmove if it exists, otherwise
590         bcopy.(Should really check if bcopy has the correct semantics, and
591         create our own memmove is necessary) 
592         * glib/gstring.c, glib/garray.c, gtk/gtktext.c:
593         memmove => g_memmove
594         
595 Sun Nov 30 1997 Jay Painter <jpaint@serv.net>
596         * gtk/gtknotebook.c: fixed a old bug where all the notebook pages
597         which were not displayed when the notebook widget was realized were
598         never size allocated when they were realized.
599
600 Thr Nov 28 1997 Jay Painter <jpaint@serv.net>
601         * gtk/gtklist.h: removed GtkSelectionMode
602         * gtk/gtkenums.h: added GtkSelectionMode
603
604 Fri Nov 28 01:26:55 1997  Tim Janik  <timj@psynet.net>
605
606         * gtk/gtkwindow.c (gtk_window_show): propagate a size_request before
607         the initial window creations (prevents windows with size of -1x-1).
608
609         * gtk/gtkmain.c (gtk_main_level): new function to determine
610         the current recursion level of gtkmain().
611         (gtk_true) (gtk_false): new functions implemented as a convenience
612         for signals that just need a handler with the appropriate return value.
613
614 Tue Nov 25 1997 Owen Taylor <owt1@cornell.edu>
615         gdk.c: Fix so that "other_events" are actually generated
616
617 Tue Nov 25 1997 Owen Taylor <owt1@cornell.edu>
618         Patches to support internationalized input by:
619           Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp>
620           TANAKA Shinya <shinya@race.u-tokyo.ac.jp>
621
622         From the README:
623         
624         Feature:
625           Followings are the main feature of this patch.
626             * support XIM protocol.
627             * GtkEntry widget support Over-The-Spot and Root style input.
628             * input style is configurable by command-line option.
629
630         Furthermore, this patch includes several changes which are useful 
631           without XIM too.
632         
633             * copy and paste with other clients by compound text.
634             * Window title can be specified by multi byte string.
635
636         configure.in: 
637           Added --with-locale and --enable-xim options
638         gdk/Makefile.am:
639         gdk/gdki18n.h [new file]
640           Multibyte string manipulation functions
641         gdk/gdk.c
642         gdk/gdk.h
643         gdk/gdkprivate.h
644           Input method and context handling functions
645           Command line options to control input methods
646           Changes to KeyPress handling to support input methods
647           Fixes to not return events for destroyed windows
648         gdk/gdkselection.c
649           Text property handling functions
650         gdk/gdkwindow.c
651           Set window title by multibyte string
652         gtk/gtkentry.c
653           Support for using an input context for XIM input.
654           Cut and paste using compound text.
655           Improvements to pasting (no longer replace the active selection
656             with itself OWT)
657         gtk/gtkselection.c
658           fix to send selection clear events to the right owner
659         gtk/testgtkrc
660           Added a default fontset that will allow international characters
661         INSTALL
662           Some rudimentary documentation about the new configuration options.
663         
664 Mon Nov 24 1997 Owen Taylor <owt1@cornell.edu>
665         gtk/gtkaspectframe.c:
666         Some minor improvements to rounding in aspectframes.
667         Make sure that child allocation is always >= 0
668         Always trigger size allocation with gtk_widget_queue_resize
669         to prevent calling size_allocate before allocation done.
670
671 Mon Nov 24 1997 Owen Taylor <owt1@cornell.edu>
672         gtk/gtkframe.c:
673         Changed tests for drawability to GTK_WIDGET_DRAWABLE
674         Always trigger size allocation with gtk_widget_queue_resize
675         to prevent calling size_allocate before allocation done.
676
677 Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
678         gtk-dairiki-971117-2.patch
679         gtk/gtkaspectframe.c (gtk_aspect_frame_size_allocate): When
680         computing new dimensions of the subwidget, round to nearest
681         integer rather than truncating.
682
683 Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
684         gtk-dairiki-971117-1.patch
685         * gtk/gtkvruler.c (gtk_vruler_draw_ticks):
686         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Ensure that subticks
687         always are drawn when they should be (sometimes they were getting
688         drawn with zero length --- invisible).  Also clear rectangle
689         behind text labels to ensure they don't touch or overlap ticks. 
690
691 Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
692         * gtk/gtkaspectframe.c (gtk_aspect_frame_set): 
693         gtk-dairiki-971117-0.patch
694         Clear window when aspect ratio or alignment is changed.
695
696 Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
697         * gtk/gtkobject.h: fixed GTK_OBJECT_NSIGNALS macro
698
699 Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
700         * gtk/gtklabel.h: modified gtklabel to clip its drawing to
701         its given area, now it will always draw in the area it's 
702         been given and clip accordingly.  Note: this may cause
703         the a label to disappear on widgets which don't give their
704         child labels proper area!
705
706 Mon, 17 Nov 1997 Michael K. Johnson <johnsonm@redhat.com>
707         * gtkwidget.c: gtk_set_style_recurse was not allowing updated
708         widget names to cause new styles to be applied.
709         * gtkentry.c gtkentry.h: The entry widget now has invisible
710         attribute.  The cursor does not move to show you typing; this
711         is an intentional design decision but I'm not so attached to it
712         that I'll reverse any patches that change it...  :-)
713
714         This patch is a modified version of a patch to which I have
715         lost the attribution.  I modified it by packing the "visible"
716         flag into the structure more tightly (without damaging backwards
717         compatibility on sane systems) and by allowing entry timers
718         to run.
719
720 Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
721         * gtkviewport.c: Raph's Mon, 10 Nov 1997 patch to gtk-list 
722         to fix some viewport bugs
723
724 Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
725         * gtk/gtkwidget.c: gtk-ajaborsk-971016-2
726         A little patch again to prevent user to use gtk_widget_set_events()
727         when a widget is already realized.
728         In this case, the gtk_widget_set_events() doesn't work.
729
730 Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
731         * gtk/gtkwindow.c: gtk-ajaborsk-971016-1
732         This small patch correct position for GTK_WIN_POS_CENTER and
733         GTK_WIN_POS_MOUSE GtkWindow positions.
734
735 Sat Nov 15 1997 Jay Painter <jpaint@serv.net>
736         * gdk/gdkgc.c: added function gdk_gc_set_clip_rectangle
737         * gdk/gdk.h: header for above
738
739 Sat Nov 15 1997 Jay Painter <jpaint@serv.net>
740         * gdk/gdkgc.c: added function gdk_gc_set_clip_rectangle
741         * gdk/gdk.h: header for above
742
743 Wed Nov 12 1997 Jay Painter <jpaint@serv.net>
744         * gdk/gdkpixmap.c: Patrice Fortier's patch for transparent pixmaps.
745         * gdk/gdk.h:
746           gdk/gdkdraw.c: Patrice Fortier's patch to add pixel draw function.
747
748 Sun Nov  9 1997 Jay Painter <jpaint@serv.net>
749         * Fixed problems with makefiles relating to the bug
750         which required glib to be installed.
751         * Fixed makefiles to incluce the xpm's in gtk+/gtk needed
752         for testgtk.
753         * Updated gtk+ and gtk+/glib to libtool-1.0f
754
755 Fri Nov  7 1997 Jay Painter <jpaint@serv.net>
756         * gtk/gtktext.c: return char_widths[ch & 0xff]; in line 2152
757
758 Thr Nov  5 1997 Jay Painter <jpaint@serv.net>
759         * gtk/testgtk.c: added drag and drop test, removed the test hack
760         from the button test
761
762 Tue Nov  4 08:28:57 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
763
764         * gtk/gtkmain.c (gtk_handle_idle): Patch from David Mosberger to
765         avoid crashes when handling idle function (this manifested itself
766         in the Umax and Microtek backends in SANE.
767
768 Sun Nov  2 07:34:56 1997  Tim Janik  <timj@psynet.net>
769
770         * gtk/gtkfilesel.c: Small fixes about a segmentation viaolation
771         cause by a double click in the directoy list (introduced by my
772         previous changes).
773         
774         * gtk/gtklist.c: Small fixes to gtk_list_add() and gtk_list_remove().
775         
776         * gtk/testgtk.c (list_add): Applied Stefan Wille's patch to make this
777         function do something ;).
778
779 Fri Oct 31 Jay Painter <jpaint@serv.net>
780         *gdk/gdk.c: reformatted DND code for GTK coding standards
781         *gdk/gdkwindow.c: changed memory allocation for DND to q_mem stuff
782
783 Thu Oct 30 Jay Painter <jpaint@serv.net>
784         * gdk/gdkwindow.c: 
785         * gdk/gdk/gdk.h:
786         * gtk/gtkwidget.h:
787         * gtk/gtkwidget.c: Applied Stephan Willie's shaped window patch
788
789         * gdk/gdkwindow: 
790         * gdk/gdk.h:
791         * gtk/gtkwidget.h:
792         * gtk/gtkwidget.c: reformatted the DND code to conform to GTK
793                 coding standards
794
795         * gtk/testgtk: massive fixes, SW's shaped window example
796
797 Thu Oct 30 07:33:27 1997  Tim Janik  <timj@psynet.net>
798
799         * gtk/gtklistitem.c (gtk_real_list_item_toggle): applied Johannes
800         Keukelaar's <johannes@nada.kth.se> patch for keyboard support in
801         GtkList widgets.
802
803         * gtk/gtkfilesel.c: adapted dir and file list selection
804         behaviour to deal with keyboard selections. this is a little
805         bit tricky: in the dir list it just changes the entrys value on a one
806         button press. but on a keyboard selection via gtk_widget_activate() it
807         does a new population (likewise on a double click) as this seems more
808         obvious.
809
810 1997-10-25  Marius Vollmer  <mvo@zagadka.ping.de>
811
812         * gdk/gdkcolor.c (gdk_colormap_get_system): Initialize
813         private->ref_count.
814
815 Wed Oct 22 09:47:43 1997  Tim Janik  <timj@psynet.net>
816
817         * gtk/gtkwindow.c (gtk_window_key_release_event): Fixed a stupid
818         bug that caused the key_release_event to be propagated twice.
819
820 Sun Oct 12 11:01:43 1997  Tim Janik  <timj@psynet.net>
821
822         * acconfig.h:
823         * configure.in:
824         * gdk/gdkimage.c: Added configure check for IPC_RMID_DEFERRED_RELEASE,
825         because shmat() fails after a shmctl(..., IPC_RMID,...) for OSF1 V3.2,
826         SunOS 4.1.1, 5.5, 5.5.1, 5.6, IRIX 5.2 and 6.2.
827
828 Mon Oct  6 11:59:07 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
829
830         * gdk/gdk.c (gdk_event_translate): In line 1693, fixed typo that
831         would cause motion notify events not to be delivered.
832
833 Sun Oct  5 18:15:06 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
834
835         * gtk/gtkrc.c (gtk_rc_parse_bg_pixmap): Changed strdup() for
836         g_strdup().
837
838 Wed Sep 24 17:16:34 1997  Peter Mattis  <pmattis@bjork.inktomi.com>
839
840         * configure.in: Fixed a stupid error in the test for libXext that
841         would cause it to fail if X_EXTRA_LIBS was not empty.
842
843         * gtk/gtkmain.h (gtk-timj-970919.patch):
844         * gtk/gtkmain.c (gtk-timj-970919.patch): new function
845         `gtk_idle_remove_by_data' to remove all idle callbacks that take a
846         specific piece of data as argument.  (gtk_get_current_event):
847         remove idles through gtk_idle_remove_by_data.
848         
849         * gtk/gtkwidget.c (gtk-timj-970919.patch):
850         (gtk_widget_destroy): remove pending idles for
851         widgets that have GTK_REDRAW_PENDING or GTK_RESIZE_PENDING and
852         GTK_ANCHORED set (only anchored widgets can have a resize queue
853         handler pending). widgets that have GTK_RESIZE_NEEDED will be removed
854         from their anchored toplevels `resize_widgets' list.
855         
856         (gtk_widget_queue_draw): let the widget remember the queue handler
857         tag (through `redraw_handler_key') for later call to `gtk_idle_remove'.
858         
859         (gtk_widget_queue_resize): let the widget remember the queue handler
860         tag (through `resize_handler_key') for later call to `gtk_idle_remove'.
861         corrected referencing the toplevel widget for which the handler is
862         pending. if a widget is added to the `resize_widgets' list of a
863         toplevel widget, GTK_RESIZE_NEEDED is set and it's referenced.
864         
865         (gtk_real_widget_queue_resize): on the deletion of the `resize_widgets'
866         list, unset GTK_RESIZE_NEEDED and unreference the removed widgets.
867         
868         * gtk/gtkwindow.c (gtk-timj-970919.patch):
869         (gtk_real_window_move_resize): move `resize_containers = NULL'
870         initialization out of if-statement.
871         while stepping through the `resize_widgets' list, unreference the
872         widgets and clear GTK_RESIZE_NEEDED. if a widget realy needs are
873         resize, they are flagged through GTK_RESIZE_NEEDED now (instead of
874         GTK_RESIZE_PENDING, as this is indicative for a pending handler).
875         added checks to provide segfaulting if a widgets parent pointer
876         is NULL (e.g. on toplevel widgets that have GTK_RESIZE_NEEDED set).
877
878 Tue Sep 23 13:23:27 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
879
880         * gdk/gdkimage.c: Applied Tim Janik's patch to mark shm segments
881         as IPC_RMID so that they are automatically removed always.
882
883         * gdk/gdkfont.c: Removed casts from lvalues.
884
885         * gtk/gtkmain.c: Removed GTK_RETLOC_*() (which do a cast) from lvalues.
886
887         * gtk/gtkaccelerator.c (gtk_accelerator_table_remove): Added
888         "const" to the accelerator_key param to be consistent with the
889         declaration in gtkaccelerator.h.  The const is not useful in this
890         case, anyway.
891
892 Tue Sep 16 13:11:06 1997  Peter Mattis  <pmattis@bjork.inktomi.com>
893
894         * gtkpreview.c: Andrew Logan Kieschnick's change to eliminate
895         round-off error when gamma is set to 1.0.
896
897         * gtkrange.c:
898         * gtkviewport.c: Jay Painter's changes to modify the way in which
899         viewports resize.
900
901         * gdkinput.c:
902         * gdkinputgxi.h:
903         * gdkinputxfree.h:
904         * gtk/Makefile.am:
905         * gtk.h:
906         * gtkeventbox.c:
907         * gtkeventbox.h: Owen Taylor's event box widget and fixes for X
908         input support (that I had broken).
909
910         * gdk.h:
911         * gdkwindow.c:
912         * gtksignal.h:
913         * gtksignal.c: Elliot Lee's changes to support Objective C. (id is
914         apparently a reserved word in Objective C).
915
916 Sun Sep 14 22:33:15 1997  Peter Mattis  <pmattis@localhost>
917
918         * gtkwidget.c (gtk_widget_queue_resize): If the toplevel container
919         is invisible we simply call "gtk_container_need_resize" on
920         it. This fixes a bug with option menus not redrawing correctly.
921
922         * gtkmenuitem.c (gtk_menu_item_enter): (gtk_menu_item_leave):
923         These functions now simply pass the event on to their parent. This
924         is necessary for menus to work properly due to the change in how
925         grabs are dealts with.
926
927         * gtkwindow.c (gtk_real_window_move_resize): Fixed a bug that
928         caused the GTK_RESIZE_PENDING flag to not be unset in some cases.
929
930 Fri Sep  5 20:49:37 1997  Marius Vollmer  <mvo@zagadka.ping.de>
931
932         Bug fixes:
933
934         * Makefile.am: Added PATCHES to EXTRA_DIST.
935         * gtk/gtkpixmap.c (gtk_pixmap_new): Move the "pixmap != NULL" test
936         after the allocation of the pixmap.
937
938         To shut up the compiler:
939
940         * gtk/gtkfilesel.c (get_pwdb): Initialize home_dir.
941         * gtk/gtkmain.c (gtk_init): Replace comments around calls to
942         g_set_*_handler with "if (0)".
943         * gtk/gtkrc.c (gtk_rc_get_token): Initialize hex_number and
944         float_number.
945         * gtk/gtkwindow.c (gtk_window_key_press_event): Initialize
946         direction.
947
948         Changes to the type system in gtk/:
949
950         * Makefile.am: Added gtktypebuiltins.h to gtkinclude_HEADERS.
951         Added gtk.defs, runelisp, gentypeinfo.el and gtktypebuiltins.c to
952         EXTRA_DIST.  Added rules to generate gtktypebuiltins.* from
953         gtk.defs.
954
955         * runelisp, gentypeinfo.el, gtk.defs: New files.
956
957         * gtkaccelerator.c, gtkaccelerator.h (gtk_accelerator_table_ref):
958         Return the table so that this function can be used as the `copy'
959         function for GTK_TYPE_BOXED values.
960         * gtkstyle.c, gtkstyle.h (gtk_style_ref): Likewise.
961
962         * gtkenums.h: Removed GtkArgType enum.
963
964         * gtkmain.c (gtk_init): Call gtk_type_init to initialize the type
965         system.
966
967         * gtkobject.c (gtk_object_init_type): New function to take over
968         for gtk_object_get_type. (gtk_object_get_type): Just return the
969         constant GTK_TYPE_OBJECT. (gtk_object_collect_args): Do the right
970         thing for the new GTK_TYPE_* types.
971         * gtksignal.c (gtk_params_get): Likewise.
972
973         * gtktypeutils.c: (gtk_type_init_builtin_types): New
974         function. (gtk_type_init): Call it.  Also made non-static.
975         (gtk_type_unique): The allocation scheme for numerical ids has
976         changed: The low 8 bits hold the appropriate GtkFundamentalType of
977         a type, the rest is a globally unique sequence number.
978         (gtk_type_hash): Use the sequence number of a key to hash it.
979         (gtk_type_register_builtin): New function.
980
981         * gtktypeutils.h: (GtkFundamentalType): New enumeration of the
982         fundamental types. (GTK_TYPE_MAKE, GTK_FUNDAMENTAL_TYPE,
983         GTK_TYPE_SEQNO): New macros to work with the new id scheme.
984         (GtkArg): Added fields for new types and renamed old ones.  GtkArg
985         should now be a mostly opaque structure, except name and type.
986         (GTK_VALUE_*): New macros to access the values of a GtkArg.
987         (GTK_RETLOC_*): New macros to access the location of a return
988         value that is contained in a GtkArg.  * gtktypebuiltins.h: New
989         file to access the typeids of the builtin types.
990
991         * gtkwidget.h (GTK_TYPE_WIDGET): New macro to access the type id
992         of the widget class.
993
994         Thru out: Changed GTK_ARG_* to the appropriate GTK_TYPE_*.
995         Changed access to GtkArg structure to the appropriate GTK_VALUE_*
996         or GTK_RETLOC_* macro.  Changed GtkArgType to GtkType.  Changed
997         some guints to GtkType.
998
999         General changes in gtk/ to support interpreters:
1000
1001         * gtkradiobutton.c (gtk_radio_button_new_from_widget,
1002         gtk_radio_button_new_with_label_from_widget): New functions.
1003
1004         * gtksignal.c (gtk_signal_connect_no_marshal): New function.
1005         (struct _GtkHandler): Added no_marshal and destroy_func fields.
1006         (gtk_signal_handler_new): Initialize them.
1007         (gtk_signal_connect_by_type): Added no_marshal and destroy_func
1008         arguments.  Changed all callers.
1009         (gtk_signal_destroy): Invoke destroy_func if there is one and the
1010         global destroy func does not apply.  (gtk_handlers_run): If the
1011         handler has no_marshal set, call its function directly without
1012         going thru the signal's marshaller.
1013
1014 Wed Sep  3 09:56:22 1997  RHS Linux User  <pmattis@bjork.inktomi.com>
1015
1016         * gtkrange.c: Changed the way the range control focus was drawn so
1017         that the range control is drawn correctly when it does not have
1018         the focus.
1019
1020 Tue Sep  2 17:41:17 1997  RHS Linux User  <pmattis@bjork.inktomi.com>
1021
1022         * gtkwidget.c: 'gtk_real_widget_queue_resize' should only remove
1023         the "resize_widgets" if another resize is not pending.
1024
1025 Mon Sep  1 18:28:08 1997  Peter Mattis  <pmattis@localhost>
1026
1027         * gtkmain.c: Changed the way GDK_DELETE events are handled. Only,
1028         if 'gtk_widget_event' returns TRUE is the widget destroyed. By
1029         default, 'gtk_widget_event' will return FALSE causing the window
1030         to not be destroyed. This prevents segfaults in the GIMP and other
1031         programs that do not correctly handle GDK_DELETE events.
1032
1033         * gtkmain.c: Added modal dialog support by allowing events
1034         destined for a child of the grab widget to go to the child instead
1035         of the grab widget. (Added 'gtk_widget_is_ancestor' to determine
1036         the relationship between the grab widget and the event widget).
1037
1038         * *.[ch]: Incorprated a whole mess of patches. (Started keeping
1039         the ChangeLog up to date again).
1040
1041 Thu Jun  5 17:22:21 1997  Peter Mattis  <pmattis@localhost>
1042
1043         * gtkmenufactory.c:
1044         * gtkmenufactory.h: Added 'gtk_menu_factory_remove_*'
1045         calls. Removing entries/paths causes the associated widgets to be
1046         destroyed.
1047
1048         * gtkwidget.c:
1049         * gtkwidget.h: Calling 'gtk_widget_set_style' is used as an
1050         indication that the programmer specifically wants that style to be
1051         used. RC-style substitution is disabled for the widget after such
1052         a call.
1053
1054         * gtkpixmap.c:
1055         * gtkpixmap.h:
1056         * gtkimage.c:
1057         * gtkimage.h: Changed to use clip mask and a single pixmap (or
1058         image) to deal with transparent areas.
1059
1060         * gdkpixmap.c: Modified xpm loading routines to optionally return
1061         a clip mask.
1062
1063         * gdkgc.c:
1064         * gdkdraw.c:
1065         * gdktypes.h: Modifications to allow clip masks to be used with
1066         gc's. Clip masks are bitmaps that specify drawable regions.
1067
1068 Thu May  1 03:11:51 1997  Peter Mattis  <pmattis@localhost>
1069
1070         * gtkscrolledwindow.c: Scrolled windows need to have the
1071         GTK_NO_WINDOW flag set. Not having it set caused an obscure
1072         redrawing bug.
1073
1074 Wed Apr 30 12:38:03 1997  Peter Mattis  <pmattis@localhost>
1075
1076         * gtkhruler.c:
1077         * gtkvruler.c: Fixed a small bug that caused the indicator to be
1078         positioned slightly off.
1079
1080 Sun Apr 27 14:28:21 1997  Peter Mattis  <pmattis@localhost>
1081
1082         * gtkmenushell.c:
1083         * gtkmenushell.h:
1084         * gtkmenu.c:
1085         * gtkmenu.h: Changes so that if a menu is popped up there is a
1086         timeout period during which a menu item will not be activated and
1087         if the mouse button is released in that period the menu will stay
1088         popped up.
1089
1090         * gtkcurve.c:
1091         * gtkcurve.h: Included curve widget courtesy of David
1092         Mosberger-Tang (davidm@azstarnet.com).
1093
1094         * gtkentry.c:
1095         * gtkentry.h: Changed "insert" and "delete" signals to
1096         "insert_text" and "delete_text" respectively. (The symbol "delete"
1097         cannot be used since it is a C++ reserved word).
1098
1099 Sat Apr 19 01:43:49 1997  Peter Mattis  <pmattis@localhost>
1100
1101         * gtkmenufactory.c: A path which ends in "<nothing>" will cause an
1102         invisible (hidden) menu entry to be created. This is useful for
1103         setting an accelerator key for which a corresponding menu entry is
1104         not desired.
1105
1106         * gtktooltips.c: Fixed some problems with destruction of the
1107         active tip widget not properly updating the tooltips data
1108         structures.
1109
1110 Fri Apr 18 15:09:45 1997  Peter Mattis  <pmattis@localhost>
1111
1112         * gtkcontainer.c:
1113         * gtklist.c:
1114         * gtkwidget.c:
1115         * gtkwidget.h: Patch from Owen Taylor (owt1@cornell.edu) which
1116         fixes problems with destruction of objects and with destruction of
1117         objects which hold the focus.
1118
1119 Thu Apr 17 11:29:15 1997  Peter Mattis  <pmattis@localhost>
1120
1121         * gtkmenushell.c: Incorrect logic in
1122         'gtk_menu_shell_button_release' for deciding when a menu should
1123         stay popped up when the mouse button is released.
1124
1125         * *.c: Miscellaneous fixes from folks on the net.
1126
1127 Tue Apr 15 02:43:17 1997  Peter Mattis  <pmattis@localhost>
1128
1129         * *.c:
1130         * gtkwidget.h: Added GTK_BASIC widget flag which when set
1131         specifies a widget as "basic". A "basic" widget is one which
1132         doesn't take input events. For example, labels, pixmaps, boxes,
1133         tables, alignments, etc.
1134
1135 Sat Apr 12 15:23:08 1997  Peter Mattis  <pmattis@localhost>
1136
1137         * gtkcolorsel.c: Add "#include <math.h>" to define M_PI.
1138
1139         * gtksignal.c: Fixed a bug in 'gtk_signal_emit' which showed up
1140         because of the new cast checking macros. The 'object' was being
1141         accessed after it had been destroyed.
1142
1143         * gtkoptionmenu.c: Fixed bug with using 'GTK_BIN' instead of
1144         'GTK_BUTTON' which showed up because of the new cast checking
1145         macros.
1146
1147         * *.h: 'GTK_CHECK_CAST', 'GTK_CHECK_CLASS_CAST' and
1148         'GTK_CHECK_TYPE' used by standard widget macros everywhere.
1149
1150 Wed Apr  9 00:54:17 1997  Peter Mattis  <pmattis@localhost>
1151
1152         * docs/gtk.texi: Started further work on documentation. Major
1153         changes and additions are being made.
1154
1155         * gtkarrow.c:
1156         * gtkarrow.h: Removed function 'gtk_arrow_get'.
1157
1158         * gtkcontainer.c: 'gtk_container_check_resize' no performs
1159         additional checking to account for the case where the containers
1160         allocation is no longer sufficient because its parent (or its
1161         parents parent, etc.) needs to resize its children.
1162
1163 Tue Apr  8 21:15:50 1997  Peter Mattis  <pmattis@localhost>
1164
1165         * gtkstyle.c: Fixed a bug in 'gtk_style_init' in which the font
1166         was not ref'd (via 'gdk_font_ref'), but was free'd (via in
1167         'gdk_font_free') in 'gtk_style_destroy'. (David
1168         Mosberger-Tang). Also cleaned up 'gtk_style_destroy' while I was
1169         at it.
1170
1171         * gtkmain.c: Fixed a bug in 'gtk_propogate_event' which caused
1172         entry widgets (and probably other widgets) not to be destroyed in
1173         some instances.
1174
1175 Mon Apr  7 01:20:38 1997  Peter Mattis  <pmattis@localhost>
1176
1177         * gtkentry.c:
1178         * gtkentry.h: Changed the "insert_text", "delete_text" and
1179         "changed_text" signals to "insert", "delete", and "changed"
1180         respectively. They really should have been named this way
1181         originally except the previous signal mechanism prevented
1182         duplicate signal names. ("changed" is also used by adjustments).
1183
1184         * gtkradiomenuitem.c:
1185         * gtkradiomenuitem.h: New widget.
1186
1187         * gtkcheckmenuitem.c:
1188         * gtkcheckmenuitem.h: New widget.
1189
1190         * gtksignal.c: Modified 'gtk_signal_lookup' to require an object
1191         type to be passed as a parameter. In addition, signals are now
1192         only needed to be uniquely defined in their branch of the class
1193         hierarchy. This allows the same signal name to be used in two
1194         different branches of the class hierarchy. For instance, the
1195         "changed" signal is used both by adjustments and entries...in
1196         different ways!
1197
1198         * gtktypeutils.c: Added 'gtk_type_parent' which returns the parent
1199         type for a given type.
1200
1201 Sun Apr  6 22:08:35 1997  Peter Mattis  <pmattis@localhost>
1202
1203         * gtkwidget.c: If a widget is set insensitive it loses the focus
1204         if it had it.
1205
1206         * gtkcontainer.c: Insensitive widgets no longer participate in tab
1207         traversal.
1208
1209         * gtkscrolledwindow.c: The "viewport" child is now destroyed and a
1210         container class "foreach" function was written (which fixes the
1211         sensitivity bug).
1212
1213 Sat Apr  5 14:25:38 1997  Peter Mattis  <pmattis@localhost>
1214
1215         * gtkhscrollbar.c:
1216         * gtkvscrollbar.c: Fixed trough size allocation bug.
1217
1218         * gtkhscale.c:
1219         * gtkvscale.c: Fixed trough size allocation and position bug that
1220         showed up when scales were placed in notebooks.
1221
1222 Thu Mar 27 17:45:54 1997  David Mosberger-Tang  <davidm@azstarnet.com>
1223
1224         * gtk/gtkmain.c (gtk_handle_idle): Fix appending pending_idles to
1225         idle_functions so it works even when idle_functions is empty.
1226
1227 Sat Mar 15 14:15:59 1997  Peter Mattis  <pmattis@localhost>
1228
1229         * *.[ch]: Moved '*_class_init' and '*_init' function declarations
1230         for widgets into the source file as those functions no longer had
1231         to be public.
1232
1233         * gtkcheckbutton.c: Fixed redrawing of check button.
1234
1235         * gtkframe.c: Fixed redrawing of frame when the shadow type is
1236         changed.
1237
1238 Sat Mar  8 15:19:23 1997  Peter Mattis  <pmattis@localhost>
1239
1240         * gdkimage.c: Fixed a stupid bug with 'gdk_image_new' which
1241         potentially added a NULL image to "image_list" and caused problems
1242         when 'gdk_image_exit' was called.
1243
1244 Wed Mar  5 00:40:08 1997  Peter Mattis  <pmattis@localhost>
1245
1246         * gtkpreview.c: Massively changed the colormap handling used by
1247         the preview widget. Gray previews are now dithered. A single
1248         visual and colormap is shared by the color and gray previews. A
1249         GTK_PREVIEW_INFO property is installed on the root window in
1250         certain cases to allow multiple GTK programs to share the system
1251         colormap.
1252
1253 Sun Mar  2 05:43:06 1997  Peter Mattis  <pmattis@localhost>
1254
1255         * gtkcheckbutton.c: 'gtk_checkbutton_size_allocate' was allocating
1256         too much space to its children and not leaving the check button
1257         room for the focus border.
1258
1259         * gtknotebook.c: 'gtk_notebook_size_request' wasn't requesting
1260         enough space when the notebook tabs are visible.
1261
1262 Sat Mar  1 01:59:35 1997  Peter Mattis  <pmattis@localhost>
1263
1264         * gtkpreview.c: Fixed a problem with 'gtk_preview_put' when the
1265         image byte order is GDK_MSB_FIRST.
1266
1267         * gtksignal.c:
1268         * gtksignal.h: Added 'gtk_signal_connect_after' and
1269         'gtk_signal_connect_object_after' functions. These connect signal
1270         handlers which will run after the class function associated with
1271         the signal.
1272
1273         * gtkstyle.c: Fixed a stupid bug in 'gtk_style_new_from_key' that
1274         was causing twice as many styles to be created as necesary.
1275
1276         * gtkwidget.c: 'gtk_real_widget_size_allocate' erases the widgets
1277         old allocation if it has the GTK_NO_WINDOW flag set.
1278
1279         * gtkwidget.c: 'gtk_real_widget_unmap' now erases the widget if it
1280         has the GTK_NO_WINDOW flag set.
1281
1282         * gtklabel.c: Removed 'gtk_label_unmap' as similar functionality
1283         was added to gtk_real_widget_unmap.
1284
1285         * gtkbin.c: Modified 'gtk_bin_map' and 'gtk_bin_unmap' so that it
1286         erases and draws the widget if it has the GTK_NO_WINDOW flag set.
1287
1288         * gtkframe.c: Modified 'gtk_frame_size_allocate' so that it erases
1289         the old allocation.
1290
1291 Fri Feb 28 03:27:05 1997  Peter Mattis  <pmattis@localhost>
1292
1293         * gtkwindow.c: 'gtk_window_set_title' now changes the window title
1294         if the window is already realized.
1295
1296         * gtkentry.c: 'gtk_entry_set_text' was emitting both a
1297         "delete_text" and a "changed_text" signal. Modified so that it
1298         only emits a "changed_text" signal.
1299
1300         * gtkpreview.c: Modified to work correctly on systems with MSB
1301         byte order. The colormap for TRUE and DIRECT color displays is now
1302         created if the default visual is not equal to the visual we are
1303         using.
1304
1305         * gtkstyle.c: 'gtk_style_attach' and 'gtk_style_find' weren't
1306         working properly in the presence of multiple colormaps are
1307         different depth visuals.
1308
1309         * gtkcontainer.c: Massively improved focus traversal using tab and
1310         arrow keys. It now uses the layout of the widgets to determine
1311         where to move the focus to.
1312
1313 Mon Feb 24 03:24:02 1997  Peter Mattis  <pmattis@localhost>
1314
1315         * gtkmenufactory.c: Set the accelerator table field for menus when
1316         they are created.
1317
1318         * gtkmenu.c:
1319         * gtkmenu.h: Added a default accelerator table field to menus so
1320         that runtime modification of accelerator keys in menus can work
1321         better.
1322
1323         * gtkrange.c: 'gtk_range_default_{h,v}motion' had faulty logic for
1324         deciding what to do when the slider was at the edge of the
1325         trough. They previously didn't update the adjustment value event
1326         if the value wasn't what it should be when the slider was at the
1327         edge of the trough.
1328
1329         * gtkviewport.c: 'gtk_viewport_size_allocate' and
1330         'gtk_viewport_adjustment_value_changed' both had the potential for
1331         performing a divide by 0. Checks are now in place to prevent this.
1332
1333         * gtkmenu.c: 'gtk_menu_map' now makes sure the menu lies on screen
1334         if the position function is NULL.
1335
1336         * gtkentry.c: Modified selection handling. 'gtk_delete_selection'
1337         actually removes the X selection now. 'gtk_entry_destroy' removes
1338         the selection as well and relies on the change in "gdk.c" to make
1339         sure the selection event will not be sent to a non-existant
1340         window.
1341
1342         * gdk.c: Selection events are only passed on if the selection
1343         owner is not NULL.
1344
1345         * gtkstyle.c: 'gtk_style_detach' and 'gtk_style_destroy' were not
1346         destroying the black and white gc's.
1347
1348 Sun Feb 23 19:17:56 1997  Peter Mattis  <pmattis@localhost>
1349
1350         * gtkwindow.c: 'gtk_window_size_request' was setting the window
1351         hints. This was also being done in 'gtk_window_map', so the
1352         instance being done in 'gtk_window_size_request' was removed.
1353
1354 Fri Feb 21 01:04:01 1997  Peter Mattis  <pmattis@localhost>
1355
1356         * gtkwidget.c: 'gtk_widget_draw' has to use the widgets allocated
1357         position for the drawing rectangle when the widget has the
1358         GTK_NO_WINDOW flag set.
1359
1360         * gtkwidget.c: In 'gtk_widget_init' the visual and colormap were
1361         being directly compared against 'default_visual' and
1362         'default_colormap' instead of calling
1363         'gtk_widget_get_default_{visual,colormap}'.
1364
1365         * gdkrectangle.c: Amazing! There was a bug in the
1366         'gtk_rectangle_intersect' logic. Its been there for near eternity
1367         and I never noticed.
1368
1369         * gtkpreview.c:
1370         * gtkpreview.h: Created preview widget which allows drawing to an
1371         rgb or grayscale buffer which is automatically displayed on the
1372         screen. Performs dithering as necessary.
1373
1374 Thu Feb 20 20:33:21 1997  Peter Mattis  <pmattis@localhost>
1375
1376         * gdkwindow.c: Modified the logic in 'gdk_window_new' which
1377         determined when to add a window to the WM_COLORMAP_WINDOWS
1378         property.
1379
1380 Wed Feb 19 19:55:29 1997  Peter Mattis  <pmattis@localhost>
1381
1382         * gtkruler.c: 'gtk_ruler_make_pixmap' was always destroying the
1383         old backing store and creating a new one even when it would create
1384         a new one of exactly the same size as the old one.
1385
1386 Tue Feb 18 18:32:10 1997  Peter Mattis  <pmattis@localhost>
1387
1388         * gmem.c: 'g_mem_chunk_alloc' was incorrectly modifying the mem
1389         areas free mem field when reallocating a previously freed
1390         atom. This caused a fairly severe memory leak.
1391
1392         * gtkmenushell.c: 'gtk_menu_shell_button_release' had a bug in the
1393         logic for deciding whether to initiate an X pointer grab or not
1394         when the mouse button was released. It now only initiates a grab
1395         if the mouse is released within an active menu item.
1396
1397 Fri Feb 14 00:57:40 1997  Peter Mattis  <pmattis@localhost>
1398
1399         * gtknotebook.c: Changed the look of notebook tabs slightly.
1400
1401         * gtkentry.c:
1402         * gtkentry.h: Deleting an entry widget which is holding the X
1403         selection presents some difficulties. The X selection must be
1404         released, but the widget can't be destroyed until the
1405         SELECTION_CLEAR event is received that the X server will send in
1406         response to clearing the X selection. There are probably still
1407         bugs in the current method of entry widget deletion when the X
1408         selection is held.
1409
1410         * gtkmain.c: 'gtk_propagate_event' was not properly destroying the
1411         toplevel window when receiving a key press event.
1412
1413         * gtkwidget.c: Setting a widget insensitive did not cause it to
1414         redraw. It now does.
1415
1416 Thu Feb 13 16:59:07 1997  Peter Mattis  <pmattis@localhost>
1417
1418         * gtkviewport.c: 'gtk_viewport_size_allocate' was allocating its
1419         child widget an adjusted allocation. Since the actual scrolling
1420         has handled by a subwindow this caused the child to be double
1421         scrolled. Modified to always set the child allocations origin to
1422         (0, 0).
1423
1424 Wed Feb 12 01:06:48 1997  Peter Mattis  <pmattis@localhost>
1425
1426         * gtkentry.c: Text is now centered vertically. Previously it was
1427         pushed up against the top. This problem was only evident when the
1428         widget was allocated more vertical space than it requested.
1429
1430         * gtkfilesel.c: 'gtk_file_selection_key_press' was previously only
1431         a stub for tab completion. The actual tab completion call had been
1432         left out. (Oops!)
1433
1434 Tue Feb 11 01:43:08 1997  Peter Mattis  <pmattis@localhost>
1435
1436         * gtksignal.c: 'gtk_signal_disconnect_by_data' was going into a
1437         loop and crashing. Bad logic. Fixed.
1438
1439         * gtkmain.c: An idle function which returns FALSE will be removed
1440         from the list of idle functions. This makes the functioning of
1441         idle functions and timeouts more similar.
1442
1443         * gtkentry.c: 'gtk_entry_get_text' now returns an empty string
1444         when the actual text is NULL. This allows "stupid" programs to use
1445         the value returned by 'gtk_entry_get_text' blindly (without
1446         checking to see if its NULL).
1447
1448         * gtkradiobutton.c: Modified 'gtk_radio_button_clicked' so that
1449         'gtk_toggle_button_toggled' is called _after_ the widget state is
1450         changed.
1451
1452         * gtksignal.c:
1453         * gtksignal.h: Added 'gtk_signal_name' which returns the character
1454         string name for a given signal number.
1455
1456         * gtkwidget.c: 'gtk_widget_set_parent' checks to see if the widget
1457         is now "anchored" through the parent chain to a widget which is
1458         GTK_ANCHORED. If it is, then it changes the widgets style using
1459         'gtk_rc_get_style' and recursively performs the same operation on
1460         the widgets children. This is necessary is 'gtk_rc_get_style' only
1461         works properly on "anchored" widgets.
1462
1463         * gtkwindow.c: Modified GTK_WIN_POS logic so that it is only used
1464         immediately after the window has been shown.
1465
1466         * gtkmenu.c: 'gtk_menu_key_press'. Can now change menu item
1467         accelerator keys on the fly. Why? Why not. Cool/useless feature of
1468         the day.
1469
1470         * gtkmenuitem.c: Accelerator key drawing. Somehow that never got
1471         finished. (Oops!)
1472
1473         * gtkdrawingarea.c: 'gtk_drawing_area_size_allocate' was not
1474         actually installed during 'gtk_drawing_area_class_init'. (Oops!)
1475
1476         * gtkframe.c: 'gtk_frame_size_request' fixed size requisition
1477         problem caused by unsigned arithmetic.
1478
1479         * gtkwindow.c: Modified window widget so that it only uses the
1480         widget uposition auxiliary information immediately after it has
1481         been shown. This prevents the annoying bug which can cause a
1482         uposition'ed window to jump back to its original position after
1483         the user moves it.
1484
1485         * gtkwidget.c: Need to ref and unref style in
1486         'gtk_widget_{push,pop}_style' to make sure that a style on the
1487         style stack is not destroyed.
1488
1489         * gtktogglebutton.c: 'gtk_toggle_button_set_state' now calls
1490         gtk_button_clicked to actually change the state of the
1491         button. In this way, radio buttons can now perform the appropriate
1492         actions when the toggle button state is set.
1493
1494 Mon Feb 10 00:27:39 1997  Peter Mattis  <pmattis@localhost>
1495
1496         * gtklist.c: 'gtk_list_select_item' and 'gtk_list_unselect_item'
1497         were casting a GList* variable to a a GtkWidget* variable. Bad bad
1498         bad. (Tim Janik).
1499
1500         * gtksignal.c: Modified 'gtk_signal_connect' and
1501         'gtk_signal_connect_object' to warn when a signal type cannot be
1502         found.
1503
1504 Sun Feb  9 00:15:30 1997  Peter Mattis  <pmattis@localhost>
1505
1506         * gtkoptionmenu.c:
1507         * gtkoptionmenu.h: Changed option menus back to being derived from
1508         buttons. This fixes up some screwiness with their user
1509         interaction.
1510
1511         * gtkwindow.c: Modified key press handler to support focus
1512         traversal.
1513
1514         * gtkcontainer.c:
1515         * gtkcontainer.h: Added default focus traversal back in.
1516
1517 Sat Feb  8 10:44:38 1997  Peter Mattis  <pmattis@localhost>
1518
1519         * gtkviewport.h:
1520         * gtkviewport.c: Massively sped up viewport scrolling. Used to be
1521         reallocating child's size (offset) each time a scrollbar
1522         moved. Now a subwindow is moved. All the children are moved
1523         automatically by moving the subwindow. Much much much faster.
1524
1525 Tue Feb  4 00:20:44 1997  Peter Mattis  <pmattis@localhost>
1526
1527         * gtree.c: Changed 'g_tree_node_search' to use a loop instead of
1528         recursion.
1529
1530 Mon Feb  3 11:30:03 1997  Peter Mattis  <pmattis@localhost>
1531
1532         * gtkbutton.c: Removed 'parent_destroy' global and replaced it
1533         with 'parent_class' global to reflect style used in other
1534         widgets.
1535
1536         * gtknotebook.c: Tab labels were being allocated less than their
1537         requested size.
1538
1539         * gtkrange.c:
1540         * gtkrange.h: Moved the "digits" field of scales into the range
1541         type. The adjustment value for scales is truncated to the number
1542         of visible digits instead of being left untouched.
1543
1544         * gtree.c: Fixed a bug in the AVL tree implementation. Single
1545         rotations were always being performed during insertion. It is
1546         sometimes necessary to perform a double rotation.
1547
1548         * gtklabel.c: Modified 'gtk_label_expose' to only draw the label
1549         when the allocated space is greater than or equal to the requested
1550         space.
1551
1552         * gtklabel.c: Added call to 'gtk_widget_unmap' to
1553         'gtk_label_destroy' in order for the label to redraw correctly
1554         (erase itself) when destroyed.
1555
1556         * gtklabel.c: Added 'gtk_label_unmap' call which erases the labels
1557         allocation when it gets unmapped.
1558
1559         * *.h: Removed a few remaining instances of using "class" as a
1560         parameter name. (Causes problems for C++).
1561
1562 Fri Jan 31 12:26:50 1997  Peter Mattis  <pmattis@localhost>
1563
1564         * gtkcontainer.c: 'gtk_container_enable_resize' needs to call
1565         'gtk_container_check_resize' instead of
1566         'gtk_container_need_resize'.
1567
1568         * gtkwidget.c: 'gtk_real_widget_show' now maps the widget if its
1569         parent is mapped.
1570
1571         * gtkscrolledwindow.c: Fixed size allocation when the scrollbar
1572         policy's are GTK_POLICY_AUTOMATIC. Doing it correctly is harder
1573         than I originally thought.
1574
1575         * gtklist.c: Added 'gtk_list_child_position' to determine the
1576         integer position in a list of a child. Filled in the
1577         'gtk_list_item_select' and 'gtk_list_item_unselect' stubs.
1578
1579 Thu Jan 30 16:08:06 1997  Peter Mattis  <pmattis@localhost>
1580
1581         * gmem.c: Changed the implementation of G_ALLOC_AND_FREE mem
1582         chunks. They used to allocate SIZEOF_VOID_P extra bytes per atom
1583         in order to keep track of which mem area they were allocated
1584         from. Now the mem area is determined by searching through an AVL
1585         tree of the mem areas for a mem chunk and comparing memory
1586         locations. A little slower, but makes G_ALLOC_AND_FREE mem chunks
1587         much more attractive.
1588
1589         * gtree.c: Added an AVL tree implementation to glib.
1590
1591         * gtksignal.c:
1592         * gstring.c: va_arg (arg_list, {char, short}) is
1593         invalid. Arguments passed in a variable argument list are
1594         promoted. ({char, short}->int). Seemed to work ok before under
1595         Linux. Crashed under FreeBSD.
1596
1597 Tue Jan 28 02:27:51 1997  Peter Mattis  <pmattis@localhost>
1598
1599         * gdkwindow.c: Fixed a major slowdown apparent in the file
1600         selection dialog which was caused by calling
1601         'gtk_window_add_colormap_windows' way way way too often.
1602
1603         * *.c: Many widgets called 'gtk_container_need_resize' when
1604         something internal changed which would cause the widget to grow or
1605         shrink. The assumption was made that the widget would change size
1606         and an expose event would be generated. This happens "most" of the
1607         time. But its possible for certain widgets to change size without
1608         generating expose events, or for its internal geometry to change
1609         without a change of size which would mean no expose event was
1610         generated. So a wrapper function called
1611         'gtk_container_check_resize' was created and
1612         'gtk_container_need_resize' was modified so that it returns FALSE
1613         if a resize was actually generated and TRUE if nothing
1614         changed. This allows 'gtk_container_check_resize' to initiate a
1615         'gtk_widget_size_allocate' and 'gtk_widget_draw' to emulate the
1616         expose event.
1617
1618 Sat Jan 25 14:17:44 1997  Peter Mattis  <pmattis@localhost>
1619
1620         * gtkmain.c: Fixed a bug with propogating key press events. The
1621         events were sent 2 times to the toplevel windows which caused the
1622         focus widget to be activated twice when the space bar was pressed.
1623
1624         * */configure.in:
1625         * */Makefile.am: Added support for libtool and removed the old
1626         shared library configuration craziness.
1627
1628 Fri Jan 24 12:59:22 1997  Peter Mattis  <pmattis@localhost>
1629
1630         * gtktext.c:
1631         * gtktext.h: Josh's fixes and additions to the text widget.
1632
1633         * gtkfill.c:
1634         * gtkfill.h: Filler widget useful for filling space in a
1635         table. Can specify a minimum size. Used by the canvas widget.
1636
1637         * gtknotebook.c:
1638         * gtknotebook.h: Made outline of notebook widget.
1639
1640         * gtkcanvas.c:
1641         * gtkcanvas.h: Started canvas widget. A composite of 2 rulers (w/
1642         an origin), 2 scrolllbars. Guides, grids, snap to.
1643
1644 Sun Jan 19 18:26:45 1997  Peter Mattis  <pmattis@localhost>
1645
1646         * gtkdialog.c:
1647         * gtkdialog.h: Created dialog widget which creates a standard
1648         looking dialog with buttons along the button and a separator.
1649
1650         * gtkxid.c: Generalized the window table code for looking up a gdk
1651         window based on an XID to work for any XID and a piece of
1652         data. Can now look up gdk fonts based on their XID.
1653
1654         * gtkruler.c:
1655         * gtkruler.h:
1656         * gtkhruler.c:
1657         * gtkhruler.h:
1658         * gtkvruler.c:
1659         * gtkvruler.h: Started conversion of the ruler widget.
1660
1661         * gtktext.c:
1662         * gtktext.h: Started conversion of the text widget. Scrolling
1663         doesn't work.
1664
1665         * gtkmain.c: Fixed a fairly major bug. The event widget needs to
1666         be in a call for the entire duration of handling an event. Not
1667         just for when the event widget itself is handling the event.
1668
1669         * gtkfilesel.c: Fixed up some bugs with resizing.
1670
1671 Fri Jan 10 14:18:03 1997  Peter Mattis  <pmattis@localhost>
1672
1673         * gtkwidget.c:
1674         * gtkwidget.h:
1675         * gtkentry.c:
1676         * gtkentry.h: Support for selections.
1677
1678         * gdkselection.c:
1679         * gdk.c:
1680         * gdktypes.h:
1681         * gdk.h: Gdk support for X selections. Currently only text
1682         selections are supported.
1683
1684         * gtksignal.c: Fixed a major bug which occurred when destroying an
1685         object. Memory was being written to after it was freed.
1686
1687         * gtkfilesel.c:
1688         * gtkfilesel.h: Hooked up more functionality to the file selection
1689         dialog.
1690
1691 Wed Jan  8 18:13:53 1997  Peter Mattis  <pmattis@localhost>
1692
1693         * gtkfilesel.c:
1694         * gtkfilesel.h: Mostly converted old file selection dialog
1695         widget. The widget is derived from the GtkWindow class and is
1696         quite a bit simpler in the widget code.
1697
1698         * gtkwidget.c: Fixed 'gtk_widget_grab_focus' and
1699         'gtk_widget_grab_default' to check that the toplevel widget is a
1700         type of window (which includes classes derived from windows).
1701
1702 Tue Jan  7 01:12:32 1997  Peter Mattis  <pmattis@localhost>
1703
1704         * gtkwindow.c: Was calling 'gtk_window_resize' twice in a
1705         row...why?
1706
1707         * gtksignal.c:
1708         * gtksignal.h:
1709         * *.c: Changed 'gtk_signal_new' so that the class function that is
1710         called when the signal is emitted can be called either before,
1711         after or both before and after the calling of any signal
1712         handlers.
1713
1714         * gtkobject.c:
1715         * gtkobject.h: Added 'object_data' mechanism for storing data
1716         associated with a character string key in objects. Removed
1717         'user_data' field of objects and changed
1718         'gtk_object_{get,set}_user_data' to use the object data
1719         mechanism. Removed 'handlers' field of objects.
1720
1721         * gtkwidget.c:
1722         * gtkwidget.h:
1723         * gtkwindow.c: Modified aux info mechanism to use object data
1724         mechanism.
1725
1726         * gtksignal.c: Modified signal mechanism to use object data
1727         mechanism instead of 'handlers' field.
1728
1729
1730 Mon Jan  6 15:10:16 1997  Peter Mattis  <pmattis@localhost>
1731
1732         * gtkmenushell.c: Fixed up button press handling so as to conform
1733         more closely to that used by Motif.
1734
1735 Wed Jan  1 21:27:17 1997  Peter Mattis  <pmattis@localhost>
1736
1737         * gtkmenu.c:
1738         * gtkmenu.h:
1739         * gtkmenubar.c:
1740         * gtkmenubar.h:
1741         * gtkmenushell.c:
1742         * gtkmenushell.h: Reorganization of menu-ing code so that code
1743         duplication is reduced. The menu shell now contains most of the
1744         code for menu-ing interaction while menus and menubars simply layout
1745         their child menu items in the appropriate place.
1746
1747 Sun Dec 29 17:48:18 1996  Peter Mattis  <pmattis@localhost>
1748
1749         * gtkmenu.c:
1750         * gtkmenubar.c:
1751         * gtkmenuitem.h:
1752         * gtkmenuitem.c: Modifications so that menu item accelerators and
1753         the submenu indicator are drawn correctly and the correct amount
1754         of space is allocated.
1755
1756 Sat Dec 28 00:32:13 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
1757
1758         * gtkmenufactory.h:
1759         * gtkmenufactory.c: Started menu factories as an easy method to
1760         create and manipulate menus.
1761
1762 Fri Dec 27 13:17:34 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
1763
1764         * gtkmenu.c:
1765         * gtkmenu.h:
1766         * gtkmenubar.c:
1767         * gtkmenubar.h:
1768         * gtkmenuitem.c:
1769         * gtkmenuitem.h:
1770         * gtkmenushell.c:
1771         * gtkmenushell.h: Implemented basic menu functionality. Menubars
1772         and popup menus work. Submenus work. (Much left to be done).
1773
1774 Wed Dec 18 15:27:05 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
1775
1776         * gtktypeutils.h:
1777         * gtktypeutils.c: Added 'gtk_type_from_name' which returns a type
1778         identifier given a type name. Implemented using a second hash
1779         table keyed by type names.
1780
1781         * gtkbutton.c:
1782         * gtktogglebutton.c: Fixed very small messed-up drawing bug when a
1783         button loses its focus.
1784
1785         * gtkwidget.h:
1786         * gtkwidget.c:
1787         * gtkbutton.c:
1788         * gtkwindow.c: Added default button handling. Default buttons now
1789         draw correctly and pressing return or enter causes the default
1790         button (if one exists) to be activated.
1791
1792 Tue Dec 17 19:32:21 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
1793
1794         * gtkhscale.c:
1795         * gtkvscale.c: Overrode 'draw_slider' method of ranges in order to
1796         draw the slider of scales with a line in them so as to be closer
1797         to the Motif look-and-feel.
1798
1799         * gtkwindow.c: Modified 'gtk_window_focus_in_event' so that focus
1800         in events are only handled when the window is visible. Fixes a bug
1801         where spurious focus in events get sent when a window is being
1802         hidden.
1803
1804         * gtkwidget.h: Added 'activate_signal' field to the GtkWidgetClass
1805         structure. Added 'gtk_widget_activate' call to emit the activate
1806         signal for a widget if it is non-zero.
1807
1808 Tue Dec 10 15:59:45 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
1809
1810         * gtkwidget.c: 'gtk_widget_set_name' oops in strdup'ing the old
1811         "widget->name" instead of the new one we are setting.
1812
1813         * gtkrc.c: 'gtk_rc_widget_path' changed to use
1814         'gtk_widget_get_name' instead of accessing the "widget->name"
1815         field directly.
1816
1817         * gtkwidget.c: Added 'gtk_widget_get_name' function which returns
1818         the widgets name if it exists and the widgets type name if it does
1819         not.
1820
1821         * gtkcheckbutton.c: Added 'gtk_check_button_draw'
1822         function. Modified 'gtk_check_button_expose' to pass an expose
1823         event to child instead of callings its draw function.
1824
1825         * gtkentry.c: 'gtk_entry_draw_text' why was "+1" being added to
1826         the font->ascent to calculate the font position? This was wrong
1827         and caused some characters in fonts to be clipped. (Notably "g").
1828
1829         * gtkentry.c: 'gtk_entry_realize' specify GTK_BUTTON1_MOTION_MASK
1830         and GTK_POINTER_MOTION_HINT_MASK for _both_ windows.
1831
1832         * gtkmain.c: 'gtk_propagate_event' needs to set the GTK_IN_CALL
1833         flag for the object before calling 'gtk_widget_event' and needs to
1834         destroy the object if necessary after 'gtk_widget_event' returns.
1835
1836         * gtkradiobutton.c: 'gtk_radio_button_clicked' needs to call
1837         'gtk_toggle_button_toggled' when the currently active button is
1838         toggled.
1839
1840         * gtkwidget.c: 'gtk_real_widget_hide' needs to call
1841         'gtk_widget_unmap' if the widget is currently mapped.
1842
1843         * gtkwindow.c: Prevent automatic resizing after the user has
1844         specified a new window size. Add 'handling_resize' flag to
1845         windows.
1846
1847         * gtkscrolledwindow.c: Implement the GTK_POLICY_AUTOMATIC
1848         scrollbar policy. Need to connect to the adjustments 'changed'
1849         signal and notice when the scrollbars aren't in use.
1850
1851         * gtkcontainer.c: 'gtk_container_init' must set 'auto_resize' and
1852         'need_resize' fields to TRUE and FALSE respectively.
1853
1854         * gtkwidget.c: 'gtk_widget_set_parent' must all set a widgets state
1855         to its parents state.
1856
1857 Sun Dec  1 01:31:01 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
1858
1859         * Started ChangeLog