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