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