]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
don't shut down the tooltip on expose events.
[~andy/gtk] / ChangeLog.pre-2-10
1 Sat Apr 11 05:51:22 1998  Tim Janik  <timj@gtk.org>
2
3         * gtk/gtktooltips.c (gtk_tooltips_event_handler): don't shut down the
4         tooltip on expose events.
5
6         * gtk/testgtk.c (create_progress_bar): add an example tooltip.
7
8 Fri Apr 10 00:10:16 1998  Owen Taylor  <owt1@cornell.edu>
9
10         * README/INSTALL: Extended for the 1.0 release.
11         * TODO:           Eliminated the "before 1.0" section
12
13 Thu Apr  9 19:31:51 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
14
15         * AUTHORS NEWS README configure.in gtk+.spec glib/configure.in:
16           changes for 1.0.0 release.
17
18 Thu Apr  9 18:36:31 1998  Owen Taylor  <owt1@cornell.edu>
19
20         * gtk/gtkmisc.c gdk/gdkwindow gtk/gtkentry.c gtk/testgtk.c:
21         Picky --enable-ansi cleanups.
22
23         * gtk/gtkstatusbar.c (gtk_statusbar_pop): Pop top message
24         off _belonging_to_this_context_. (gtk-d4bjorn-980409-0)
25
26         From "Damon Chaplin" <DAChaplin@email.msn.com>
27         
28         * gtk/gtktable.c (gtk_table_size_request_pass3): Small fix to size
29         requisition code.
30
31         * gtk/gtknotebook.c: Make sure not to do things to page->tab_label
32         if it doesn't exist.
33
34 Thu Apr  9 14:24:35 1998  Owen Taylor  <owt1@cornell.edu>
35
36         (Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>)
37         
38         * gtk/gtkcurve.c (gtk_curve_interpolate): Added a
39         missing g_free.
40
41         * gtk/gtkcurve.c (gtk_curve_graph_events): Limits
42         were off by one, resulting in writing past array
43         bounds. Removed some unused code.
44
45         * gdk/gdk.c (gdk_dnd_drag_begin): The event structure
46         used for gdk_event_put should be a GdkEvent, not a 
47         subtype, since it will all be copied.
48
49         * gtk/gtkcolorsel.c: Added a unrealize handler that
50         unref's the GC's that were created.
51
52         * gtk/testgtk.c (clist_warning_test): ref and sink
53         child because it may never be added to anything.
54
55 Wed Apr  8 20:50:02 1998  Owen Taylor  <owt1@cornell.edu>
56
57         * gtk/gtkwindow.c (gtk_window_set_hints): Removed unsed
58         variables (gtk-jbuhler-980408-0)
59
60 Wed Apr  8 17:27:40 1998  Owen Taylor  <owt1@cornell.edu>
61
62         * gtk/gtkwidget.c (gtk_widget_unparent): Make sure
63         widgets get removed from the resize queue before the
64         connection between them and the resize queue is broken
65         by unparenting their parent.
66
67 1998-04-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
68
69         * gdk/gdk.c (gdk_event_translate): During drag and drop, set the
70         event mask at ButtonPress time to include ButtonPressMask and
71         ButtonReleaseMask, otherwise, if the button is released, and we
72         get a LeaveNotify event, it still thinks we are doing a drag.
73
74 Tue Apr  7 22:45:37 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
75
76         * Released GTK+ 0.99.10
77
78 Wed Apr  8 01:33:58 1998  Owen Taylor  <owt1@cornell.edu>
79
80         * gtk/gtkviewport.c (gtk_viewport_realize): Handle border
81         width correctly on realize after allocate.
82
83 Tue Apr  7 23:06:00 1998  Owen Taylor  <owt1@cornell.edu>
84
85         * Changes for GTK+ 0.99.10
86         
87         * examples/find-examples.sh: Script to find all the
88         files we need to distribute from the examples directory.
89
90 Tue Apr  7 19:14:03 1998  Owen Taylor  <owt1@cornell.edu>
91
92         * gdk/gdkpixmap.c: Added maximum field widths to prevent
93         possible '%s' scanf overflows. Replaced scanf("%c")
94         with getc(), Don't interpret /*/ as a full comment. Use
95         g_realloc/g_new.
96
97         * gtk/gtkwidget.h gtk/gtkprivate.h: Changed all flag
98         tests to check for ((GTK_WIDGET_FLAGS(widget) & FLAG) != 0)
99         instead of (GTK_WIDGET_FLAGS(widget) & FLAG)
100
101         * gtk/gtkfilesel.c: Use getwd() instead of getcwd() on  
102         SunOS, because getcwd() hangs up in a wait4().
103         (Found by David Monniaux <monniaux@clipper.ens.fr>)
104
105         - Check device/inode/mtime not just inode/mtime, when
106         caching scanned directories.
107         (From: scottk@ig.utexas.edu (Scott Kempf))
108         
109         * gdk/gdkpixmap.c: Check for 0 width/height when
110         creating pixmaps.
111
112         * gtk/*.c: Global substitution of recently introduced
113         "MAX (0," for allocations to "MAX (1,", since 
114         creating a backing pixmap with a zero width or height
115         fails.
116
117         * gdk/gdkwindow.c (gdk_window_new): Don't set all the
118         WM properties for child windows. Don't set the base
119         size, since the value we set will be taken as a minimum
120         size.
121
122 Wed Apr  8 00:00:48 1998  Tim Janik  <timj@gtk.org>
123
124         * gtk/gtklabel.c (gtk_label_expose): don't take '\n' into account for
125         size computation (Damon Chaplin).
126
127         * gtk/gtkvscale.c (gtk_vscale_draw_value): adjusted static snprintf()
128         buffer size to 32 characters (Damon Chaplin).
129         * gtk/gtkhscale.c (gtk_hscale_draw_value): likewise.
130
131         * gtk/gtkmain.c (gtk_main_iteration_do): gdk_flush() the X-queue if
132         iteration_done==TRUE since we will most likely not get invoked again
133         (Marius Vollmer).
134
135 Mon Apr  6 23:48:29 1998  Owen Taylor  <owt1@cornell.edu>
136
137         * gtk/gtkwindow.c (gtk_window_realize): Set the
138         window hints on every map so that GTK_WIN_POS_MOUSE
139         works correctly.
140
141 1998-04-06  Federico Mena Quintero  <federico@nuclecu.unam.mx>
142
143         * gtk/gtktable.h: 
144         * gtk/gtktable.c (gtk_table_set_homogeneous): Added function to
145         set the homogeneous flag of the table (needed by derived widgets
146         and such).
147
148 1998-04-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
149
150         * gtk/gtkradiobutton.h: Add prototype for gtk_radio_button_new_with_label_from_widget.
151
152 Mon Apr  6 18:48:49 BST 1998 Tony Gale  <gale@gtk.org>
153
154         * docs/gtkfaq.sgml: more on GIMP (et al) configure
155           problems.
156
157 Mon Apr  6 08:05:23 1998  Owen Taylor  <owt1@cornell.edu>
158
159         * gtk/gtkbutton.c (gtk_button_paint): Take border in
160         account properly.
161
162         * gtk/gtktext.c (gtk_text_realize): Don't recompute
163         geometry when creating with initial 1x1 geometry,
164         since our calculations can't handle that. Leave
165         text->line_start_cache NULL as sign we don't have
166         a real geometry yet.
167
168         * gtk/gtkentry.c (gtk_entry_motion_notify): Use the x
169         value we get from gdk_window_get_pointer, not from
170         event->x - since we always specify OwnerGrabButtonMask
171         (why???), event->x can refer to another window.
172
173 Mon Apr  6 08:08:49 BST 1998  Tony Gale <gale@gtk.org>
174
175         * docs/gtk_tut.sgml examples/helloworld/helloworld.c:
176           Change a missed "delete_event" return value description
177           from TRUE to FALSE.
178
179 Mon Apr  6 00:28:28 1998  Owen Taylor  <owt1@cornell.edu>
180
181         * gtk/gtkcontainer.c (gtk_container_focus_tab): Make
182         tab key move in reading order (left-to-right top
183         to bottom) - which might have been the original intended 
184         behavior modulo sorting bugs.
185
186         * gtk-config.in: Never output -I/usr/include from --cflags
187
188 Sun Apr  5 21:47:12 1998  Owen Taylor  <owt1@cornell.edu>
189
190         * gtk/gtkmenubar.c: Fixed bug where right justified
191         menu would overlap last left justified item.
192
193 Sun Apr  5 19:30:23 1998  Owen Taylor  <owt1@cornell.edu>
194
195         * gtk/gtkclist.c: Fixed assignment of adjustment->value
196         to negative values. Moved a few other allocation type things
197         around in ways that may or may matter. Fixed some allocation
198         errors (scrollbars were overlapping main window).
199
200         * gtk/gtkbutton.c (gtk_real_button_released): Small hack to keep
201         button labels from vanishing when the invoked operation blocks.
202
203         * gtk/gtkbox.c (gtk_box_remove): Assigning GTK_WIDGET_VISIBLE (widget)
204         to a gboolean (char) is _bad_. GTK_VISIBLE == 256.
205
206 Sun Apr  5 15:08:25 1998  Owen Taylor  <owt1@cornell.edu>
207
208         * gtk/gtkmain.c: Reverted broken implementation of removing
209         the current timeout/idle. Substituted a (hopefully) functional one.
210
211 Sun Apr  5 09:35:55 1998  Tim Janik  <timj@gtk.org>
212
213         * gtk/gtkmain.c (gtk_events_pending): take expired timeouts into
214         account, otherwise things like e.g. spin-buttons don't work.
215         also, count gtk_main_quit() as an event.
216
217 Sun Apr  5 08:03:01 1998  Tim Janik  <timj@gtk.org>
218
219         * gtk/gtkspinbutton.c: fixed panel allocation and stacking order,
220         fixed the base class realization.
221
222         * gtk/gtkmisc.c: implemented widget arguments. 
223
224         * gtk/gtkentry.c: fixes in _realize to behave similar to
225         _size_allocate.
226
227 Sat Apr  4 12:23:23 BST 1998  Tony Gale  <gale@gtk.org>
228
229         * docs/gtk_tut.sgml: (gtk-crichton-980403-0) subsections on
230           Aspect Frames and Paned widgets.
231
232         * examples/paned examples/aspectframe: new examples
233
234 Fri Apr  3 23:15:55 1998  Owen Taylor  <owt1@cornell.edu>
235
236         * gtk/gtktext.c: Test for need to recompute geometry with
237         GTK_WIDGET_REALIZED(), not GTK_WIDGET_DRAWABLE().
238
239 1998-04-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
240
241         * gtk/gtkhandlebox.c (draw_textured_frame): New function to draw a
242         nifty "textured metal" frame.  Could be useful in gtkstyle.c, maybe.
243         (gtk_handle_box_paint): Paint a handle that does not make you puke
244         when you look at it.
245
246 Fri Apr  3 21:03:38 1998  Owen Taylor  <owt1@cornell.edu>
247
248         * gtk/gtktext.c (gtk_text_realize): Call recompute_geometry()
249         upon realization, since it can't be done in the previous
250         size_allocate.
251
252 Fri Apr  3 20:36:52 1998  Owen Taylor  <owt1@cornell.edu>
253
254         * gdk/gdk.c gtk/gtkmain.c: Accept debug options 
255         in the form --g[td]k[-no]-debug=xxx as well
256
257 Fri Apr  3 18:33:47 1998  Owen Taylor  <owt1@cornell.edu>
258
259         * gtk-config.in: Added flags --prefix[=dir] and
260         --exec-prefix[=DIR] which allow querying and overriding the
261         configured-in prefix and exec-prefix.
262
263         * gtk.m4: Added configure flags --with-gtk-prefix=
264         and --with-gtk-exec-prefix= to set the --prefix and
265         --exec-prefix argumetns to gtk.m4
266
267 Fri Apr  3 17:14:55 1998  Owen Taylor  <owt1@cornell.edu>
268
269         * gdk/gdk.c: More extensive debugging output
270
271         * gtk/gtkalignment.c gtk/gtkbutton.c gtk/gtkcheckbutton.c
272           gtk/gtkclist.c gtk/gtkeventbox.c gtk/gtkhandlebox.c
273           gtk/gtk[hv]box.c gtk/gtk[hv]paned.c gtk/gtklist.c
274           gtk/gtkmenu.c gtk/gtkmenubar.c gtk/gtkmenuitem.c
275           gtk/gtknotebook.c gtk/gtktable.c gtk/gtktree.c 
276           gtk/gtktreeitem.c gtk/gtkviewport.c
277
278         Avoid assigning negative values to unsigned allocation.width and
279         height
280
281         * gtk/gtkwindow.c:
282
283         Instead of realizing the widget, then size allocating, (resulting
284         in XMoveResizeWindows for all children, do the size allocation
285         first, then realize. 
286
287         In gtk_real_window_move_resize, combine move and resize
288         into a single GDK/X call when possible.
289
290         * gtk/gtkclist.c gtk/gtkdrawingarea.c: 
291
292         Remove assumption that the widget will be size allocated _after_
293         it is realized.
294         
295         * gtk/gtklist.c (gtk_list_motion_notify): Removed useless
296         debugging message.
297
298 Wed Apr  1 21:51:37 1998  Owen Taylor  <owt1@cornell.edu>
299
300         * gtk/gtkmain.c: return NULL for gtk_get_event_widget (NULL)
301
302         * gtk/gtkentry.c: New algorithm to get more normal behavior
303         with scroll_offset when changing fonts.
304         
305 Thu Apr  2 17:30:04 BST 1998 Tony Gale <gale@gtk.org>
306
307         * examples/gtkdial/Makefile,
308           examples/menu/Makefile,
309           examples/tictactoe/Makefile : add correct dependencies
310
311 Thu Apr  2 13:04:37 BST 1998 Tony Gale <gale@gtk.org>
312
313         * docs/gtkfaq.sgml: add question on failing GIMP configure
314
315 Tue Mar 31 15:41:57 PST 1998 Shawn T. Amundson
316
317         * Makefile.am:
318         * examples/*: added the rest of the tutorial examples
319
320 Tue Mar 31 06:37:16 1998  Tim Janik  <timj@gtk.org>
321
322         * gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
323
324 1998-03-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
325
326         * gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the
327         window first, display it after (this removes one of the annoying
328         flashing effects).
329
330 Mon Mar 30 21:29:43 1998  Owen Taylor  <owt1@cornell.edu>
331
332         * gtk/gtkentry.c: Add a "style_set" callback, so the
333         font can be changed at run time. (needed for GIMP text
334         tool)
335
336 Tue Mar 31 01:17:23 1998  Tim Janik  <timj@gtk.org>
337
338         * gtk/gtknotebook.c (gtk_notebook_menu_item_create): show the menu_label
339         unconditionally (even if it is not a default label).
340         (gtk_notebook_update_labels): if we have a tab_label, then use its label
341         as the default menu_label.
342
343 Mon Mar 30 16:35:57 1998  Owen Taylor  <owt1@cornell.edu>
344
345         * gtk/testgtk.c: Improved main loop test. (Quits main
346         loop properly, makes it more obvious to the user
347         what is going on)
348
349         * gtk/gtkwidget.c (gtk_widget_unparent): Reset the
350         allocation _after_ clearing the window.
351
352         * configure.in: If can't find XShmAttach in Xext, check
353         in XextSam (for AIX).
354
355         * gtk/gtkmain.c (gtk_events_pending): Remember, small
356         numbers are _high_ priority for idle queues.
357
358         * gtk/gtkmain.c (gtk_handle_current_timeouts): Allow
359         removing the currently running timeout.
360
361         * gtk/testgtk.c (timeout_test): Use the right prototype
362         for callback.
363
364 Mon Mar 30 21:40:21 1998  Tim Janik  <timj@gtk.org>
365
366         * gtk/gtkclist.c (gtk_clist_row_from_ypixel): removed this function,
367         it was unneeded and not exported.
368
369         * gtk/gtkwidget.c (gtk_widget_ref) (gtk_widget_unref): don't check-cast
370         the widgets to volatile GtkObjects (which was there for debugging
371         purposes only). these functions should probably be macros, but that
372         would break binary compatibility again, sigh.
373         (gtk_widget_destroy): removed superfluous check-casts, since the
374         neccessary checks are done in gtk_object_destroy anyways. this should
375         be a macro as well but stays as a function for the above reasoonings.
376
377 Mon Mar 30 17:21:27 BST 1998 Tony Gale  <gale@gimp.org>
378
379         * docs/gtk_tut.sgml: reflect the change of meaning
380           of the delete_event return value
381
382 Sun Mar 29 22:25:22 BST 1998 Tony Gale  <gale@gimp.org>
383
384         * docs/gtk_tut.sgml: more on the Text widget,
385           update the tictactoe example to the current code
386  
387 Sun Mar 29 22:29:00 1998  Tim Janik  <timj@gtk.org>
388
389         * gtk/gtkspinbutton.[ch] gtk/testgtk.c (gtk_spin_button_set_wrap):
390         Added wrapping capabilities to GtkSpinButton. New function :
391         gtk_spin_button_set_wrap (Lars Hamann and Stefan Jeske).
392
393 Sat Mar 28 21:18:42 1998  Owen Taylor  <owt1@cornell.edu>
394
395         * gtk/gtkcombo.c (gtk_combo_disable_activate): 
396         Disconnect from combo->entry, not combo.
397         (From: Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>)
398
399         * gdk/gdkpixmap.c (gdk_pixmap_colormap_create_from_xpm): Deal
400         better with xpm's with bad colors in them.
401         
402 Fri Mar 27 21:01:17 1998  Owen Taylor  <owt1@cornell.edu>
403
404         * gdk/gdk.c (gdk_event_translate): Don't call
405         XTranslateCoordinates on a destroyed window. (Why do we
406         do event processing at all on destroyed windows when we
407         throw out the results?)
408
409         * gtk/gtklabel.c: Clear the background when changing style/
410         state.
411
412 Fri Mar 27 16:35:00 PST 1998 Shawn T. Amundson <amundson@gtk.org>
413
414         * Released GTK+ 0.99.9
415         
416         * examples: added a couple more, fixed some Makefiles
417
418 Fri Mar 27 17:58:41 1998  Owen Taylor  <owt1@cornell.edu>
419
420         * gtk/gtkhandlebox.c (gtk_handle_box_paint): Don't clear
421         the window on an expose event. On draws, just clear the
422         portion we are redrawing.
423
424         * gdk/gdkfont.c (gdk_fontset_load): Corrected calculation
425         of fontset ascent/descent.
426
427         * gtk/gtkwidget.[ch]: Added new function to show a toplevel
428         window and wait for it to be mapped, gtk_window_show_now ()
429
430 Fri Mar 27 08:51:17 PST 1998 Shawn T. Amundson <amundson@gtk.org>
431
432         * docs/Makefile.sgml: some stuff for doing plain text and
433           postscript
434
435 Fri Mar 27 00:13:18 1998  Owen Taylor  <owt1@cornell.edu>
436
437         * gtk/gtkmain.c (gtk_propagate_event): If the widget is _not_
438         a descendant of a Window widget, propagate key presses like
439         other events.
440
441         * gtk/gtkentry.c gtk/gtktext.c: Ignore multiple simultaneous
442         button presses instead of treating subsequent presses as
443         release/press pairs for tablet compatibility.
444
445         * configure.in config.h.in: Removed inline checks, because they
446         are duplicated in glib.
447
448         * gtk/gtkwidget.c (gtk_widget_draw): When gtk_widget_draw ()
449         occurs with queued draw already in place, redraw _entire_
450         widget. (Pointed out by Tim Janik)
451
452 Thu Mar 26 23:12:54 1998  Tim Janik  <timj@gtk.org>
453
454         * gtk/gtkmain.c (gtk_propagate_event): make a clear distinction between
455         key press/release events, which will be sent to a widgets toplevel
456         ancestor and be forwarded from there, and all other events that need to
457         get propagated up the widget tree (pointed out by Owen Taylor).
458
459 Thu Mar 26 21:37:57 1998  Tim Janik  <timj@gtk.org>
460
461         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): always
462         display the correct active state.
463
464         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): always
465         display the correct active state.
466
467         * gtk/gtkwidget.c (gtk_widget_set_arg): CAN_FOCUS and CAN_DEFAULT flag
468         changes need to queue a resize.
469
470         * gtk/gtkbutton.c (gtk_button_paint): take border_width into
471         consideration for restrict area.
472
473         * gtk/gtktogglebutton.c (gtk_toggle_button_class_init): enable the
474         draw_default member of GtkButton, otherwise the diplay is messed up
475         for CAN_DEFAULT toggles.
476         (gtk_toggle_button_draw_focus): always display whether the toggle button
477         is active or not.
478
479         * gtk/gtkwidget.c (gtk_widget_set_state): 
480         (gtk_widget_set_sensitive): 
481         (gtk_widget_set_parent): 
482         (gtk_widget_propagate_state): take into consideration, whether we really
483         want to change childrens states, or just restauration of old states.
484
485 Thu Mar 26 15:33:50 1998  Owen Taylor  <owt1@cornell.edu>
486
487         * gtk/gtkwidget.c: When gtk_widget_draw() is called on a 
488         REDRAW_PENDING widget, draw it and remove it from the
489         queue instead of doing nothing.
490
491         * gtk/Makefile.am gdk/Makefile.am: Switch order of includes
492         directories, to make doubly sure that wrong glibconfig.h
493         isn't used. (See also glib/ChangeLog)
494
495         * gtk/gtkentry.c (gtk_entry_draw_focus): Don't draw the
496         cursor unless the entry is editable.
497
498         (From: Stefan Jeske <jeske@braunschweig.netsurf.de>)
499
500 Thu Mar 26 08:31:58 1998  Tim Janik  <timj@gtk.org>
501
502         * gtk/gtkmain.c (gtk_propagate_event): do not propagate unhandled key
503         events on widgets with parent==NULL twice.
504
505 Tue Mar 24 14:59:50 1998  Tim Janik  <timj@gtk.org>
506
507         * gtk/gtkhandlebox.h:
508         * gtk/gtkhandlebox.c: implemented new flag shrink_on_detach (TRUE by
509         default) which will cause the handle boxes requisition to collapse in
510         case the child is already detached.
511
512 Tue Mar 24 00:17:42 1998  Owen Taylor  <owt1@cornell.edu>
513
514         * gtk/gtkcombo.c gtk/gtkmenu.c: Use reversed arrow for
515         menus ala Motif (and fix Options menus, which had X cursor
516         before), and show normal arrow when inside ComboBox.
517
518         * gtk/gtkfilesel.c: Various memory leaks removed, as
519         pointed out by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>
520
521         * docs/gtk_tut.sgml: Change compiling explaination
522         to refer to gtk-config.
523         (From: johannes@nada.kth.se (Johannes Keukelaar))
524         
525 1998-03-23  Federico Mena Quintero  <federico@nuclecu.unam.mx>
526
527         * gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
528         ythickness typo.
529
530 Tue Mar 24 03:53:18 1998  Tim Janik  <timj@gtk.org>
531
532         * gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for
533         evaluation after the widget got destroyed, discovered by Johannes
534         Keukelaar <johannes@nada.kth.se>.
535
536 1998-03-23  Federico Mena Quintero  <federico@nuclecu.unam.mx>
537
538         * gtk/gtkclist.c (gtk_clist_set_row_data_full): Select the row
539         which got its data changed, and not (0, 0).
540
541 Mon Mar 23 18:19:42 1998  Owen Taylor  <owt1@cornell.edu>
542
543         * gtk/gtkmenu.c gtk/gtkmenushell.c: Instead of making
544         an X grab when the button is released, grab immediately.
545         This solves a problem where menus wouldn't pop down
546         if the caller didn't have the BUTTON_RELEASE mask on
547         their window, and and another where the X grab would
548         be released prematurely.
549
550         * gtk/gtklist.c gtk/gtktree.c: Do sanity checking on
551         button presses to make sure they occurred in a child item.
552         (From: "Damon Chaplin" <DAChaplin@email.msn.com>)
553
554         * gtk/gtkmenushell.c: Do sanity checking on button
555         press/releases. Handle button events on window widget
556         descendents of menu items correctly.
557         
558         * gtk/gtkclist.c gtk/gtkbutton.c gtk/gtkviewport.c 
559           gtk/gtkeventbox.c:
560
561         Make the window size allocated in _realize() match that
562         in _size_allocate(). Take into account the border width
563         in the draw() handler.
564
565 Mon Mar 23 15:26:25 1998  Tim Janik  <timj@gtk.org>
566
567         * gtk/gtkentry.c (gtk_entry_append_text): check for text!=NULL.
568         (gtk_entry_prepend_text): likewise.
569         some else picky indentation fixes.
570
571 Mon Mar 23 12:03:03 CST 1998 Shawn T. Amundson <amundson@gtk.org>
572
573         * examples/: added this directory with stuff from
574           the tutorial, updated to compile and work with recent
575           changes
576
577 Mon Mar 23 01:04:51 1998  Owen Taylor  <owt1@cornell.edu>
578
579         * gtk/gtktext.[ch] testgtk.c: Added optional word wrap, controlled
580           by new function gtk_text_set_word_wrap; and a check button
581           in the Text test.
582
583         * gtk/gtktext.c: First line wasn't getting updated
584         properly when selection was removed.
585
586 Sun Mar 22 23:33:50 1998  Owen Taylor  <owt1@cornell.edu>
587
588         * gtk/gtkentry.c (gtk_entry_insert_text): Fixed some
589           problems with !gtk_use_mb introduced in the last change.
590
591 Sun Mar 22 21:00:43 1998  Owen Taylor  <owt1@cornell.edu>
592
593         * gtk/gtkpaned.c: Fix so children don't get bogus draws.
594
595 Mon Mar 23 01:08:30 1998  Tim Janik  <timj@gtk.org>
596
597         * gtk/gtkclist.c (gtk_clist_class_init): leave container_class->add and
598         container_class->remove untouched if we don't implement them.
599
600         * gtk/gtkcontainer.c (gtk_container_class_init): add missing NULL
601         initialization for the class method (*foreach). implement a default
602         handler to output a warning for (*add) and (*remove).
603
604 Sun Mar 22 19:01:36 1998  Owen Taylor  <owt1@cornell.edu>
605
606         * gdk/gdkcolor.c: Fixes to allow GTK to work with colormaps
607           that aren't 256 entries long. (colormap->colors is
608           now dynamically allocated)
609
610 Sun Mar 22 16:25:46 1998  Owen Taylor  <owt1@cornell.edu>
611
612         * gtk/gtkmain.c (gtk_init): fixes to locale checks
613
614         * gtk/testgtk.c (create_dnd): Create the dnd icons separately
615           to avoid strange interactions with shapes demo.
616
617         * gtk/gtkentry.[ch]: 
618           - Limit the length of the text to 2048 to prevent long delays
619           - Fix problems with buffer overruns
620           - Draw only the onscreen portion of the text to prevent wrapping
621             of shorts in the X drawing code.
622           - Keep track of character positions and x-offsets to speed
623             up algorithms.
624
625 Sun Mar 22 11:37:51 CST 1998 Shawn T. Amundson <amundson@gtk.org>
626
627         * gtk/gtkcolorsel.c: 
628         * gtk/gtkfilesel.c: use button_box for buttons
629
630 Sat Mar 21 19:07:01 1998  Owen Taylor  <owt1@cornell.edu>
631
632         * gtk/testgtk.c (dnd_drop): Don't respond to drops when
633           grab is in effect. (workaround)
634
635         * gdk/gdkfont.c (gdk_fontset_load): More details on
636           error messages.
637
638         * gdk/gdk.c: Translate va_list to XVaNestedList instead
639           of just casting it.
640
641         * gtk/gtkmain.c: Make temporary copy of string returned by
642           setlocale, since it may be changed by subsequent calls.
643
644 Sat Mar 21 22:54:31 1998  Tim Janik  <timj@gtk.org>
645
646         * gtk/gtkhandlebox.h:
647         * gtk/gtkhandlebox.c: major overhaul of the code, fixed all
648         known bugs (hopefully ;).
649
650 Sat Mar 20 15:33:17 1998  Tim Janik  <timj@gtk.org>
651
652         * gtk/gtkwidget.c (gtk_widget_real_show): queue the resize for the
653         parent.
654
655 Thu Mar 19 02:00:50 1998  Tim Janik  <timj@gtk.org>
656
657         * gtk/gtkwidget.c (gtk_widget_unrealize): unset flags after emission,
658         especially GTK_MAPPED, since that might not have been taken care of
659         by an UNMAP emission.
660
661 Sat Mar 21 10:39:02 CET 1998 Paolo Molaro <lupus@debian.org>
662
663         * gtk/gtkcombo.[ch] "activate" signal can be disabled now
664
665 Fri Mar 20 20:49:33 1998  Radek Doulik  <rodo@aquarius>
666
667         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): changed packing
668         in toolbar elements, so texts are always at the bottom
669
670 Wed Mar 18 01:07:11 1998  Radek Doulik  <rodo@aquarius>
671
672         * gtk/gtkclist.c (gtk_clist_column_titles_show): test if
673         clist->title_window exists before showing it,
674         gtk_clist_column_titles_hide also fixed
675
676 Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org>
677
678         * Released GTK+ 0.99.8
679
680 Thu Mar 19 16:28:48 CST 1998 Shawn T. Amundson <amundson@gimp.org>
681
682         * the Solaris ltconfig patch from draco
683
684 Wed Mar 18 17:03:02 PST 1998 Manish Singh <yosh@gimp.org>
685
686         * gtk/gtkcolorsel.c: #define M_PI if it isn't already
687         * gtk/testgtk.c: initialize transparent properly, to make purify
688         happy
689
690 Thu Mar 19 00:37:44 1998  Tim Janik  <timj@gtk.org>
691
692         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_construct): perform the
693         neccessary checks on funtion begin. use the scrolled_window that got
694         passed to this function, and not a new one.
695
696 Wed Mar 18 11:09:10 1998  Owen Taylor  <owt1@cornell.edu>
697         ( From: James Henstridge <james@daa.com.au> )
698
699         * gtk/gtkclist.c: Don't remove, then destroy labels in
700           gtk_clist_set_column_[*], just remove them.
701         
702         * gtk/gtkmain.c (gtk_invoke_timeout_function): call
703           marshal when appropriate, not function.
704
705 Tue Mar 17 14:15:07 1998  Owen Taylor  <owt1@cornell.edu>
706
707         * gtk/testgtk.c (create_main_window): Alphabetize tests
708
709         * gtk/gtk[hv]paned.c: Change division on resize if
710           necessary to keep handle visible.
711
712         * gtk/gtkgamma.c gtk/gtkcurve.c: Moved initialization into 
713           _init() functions.
714
715         * gtk/gtkscrolledwindow.c: Added missing _construct()
716           functions.
717
718 Wed Mar 18 17:38:25 CET 1998    Paolo Molaro <lupus@debian.org>
719
720         * gtk/gtkentry.[ch]: checked in gtk_entry_set_max_length
721         (it truncates the texts if it's longer, now)
722
723 Wed Mar 18 02:06:52 1998  Tim Janik  <timj@gtk.org>
724
725         * gtk/gtkcontainer.c (gtk_container_border_width): use the resize queue.
726
727         * gtk/gtkwindow.c (gtk_window_set_arg): gtk_window_set_hints() after
728         setting certain arguments, so they actually take affect.
729         (gtk_window_set_policy): likewise.
730
731 Tue Mar 17 22:45:39 1998  Tim Janik  <timj@gtk.org>
732
733         * gtk/gtkwidget.c (gtk_widget_get_arg): return real boolean values
734         not just numbers.
735
736         * gtk/gtktogglebutton.c (gtk_toggle_button_set_state): check
737         state for != 0, otherwise we get strange results.
738
739 Tue Mar 17 01:55:00 1998  Owen Taylor  <owt1@cornell.edu>
740
741         * gtk/gtkmain.c gtk/gtkentry.c: Try to guess if we can
742           use the mb* functions safely. (For glibc, they do
743           UTF-8). Heuristic is (X_LOCALE && locale != C/POSIX)
744           || (mblen("\xc0", MB_CUR_MAX) == 1).
745        
746         (From: "Richard Lloyd" <rkl@csc.liv.ac.uk>)
747         
748         * gdk/gdk.c (gdk_ic_get_attr): Use an intermediate
749           variable to avoid taking the address of the result
750           of va_arg. 
751
752         * gtk/gtkentry.c gtk/gtkeditable.c gtkobject.c
753           gtk/testselection.c: signedness fixups
754
755         * gtk/gtkcontainer.c: Fixed implicit cast between
756           gpointer and func pointer by changing.
757
758         * gtk/gtkcombo.c, gtk/gtkentry.c, gtk/gtktext.c:
759           static void forward declaration vs. void actual fixed
760
761         * gtk/testgtk.c: Limit total number of tree items to 10,000
762         
763 Mon Mar 16 21:14:52 1998  Owen Taylor  <owt1@cornell.edu>
764
765         * gdk/gdkvisual.c: Put visual names into #ifdef G_ENABLE_DEBUG
766             gtk-jbuhler-980315-0.patch
767
768         * gdk/gdkcc.c: Changed DEBUG => G_ENABLE_DEBUG, eliminate
769           unused variable warnings.
770
771 Tue Mar 17 16:19:47 1998  Tim Janik  <timj@gimp.org>
772
773         * gdk/gdk.c: 
774         * gdk/gdkvisual.c: changed some debugging messages to be prefixed
775         by "Gdk:".
776
777         * gtk/gtkwidget.c (gtk_widget_real_draw): applied
778         gtk-shige-980317-0.patch.gz to set all event fields, but modified
779         the event.send_event field to be set to TRUE, since the event is not
780         really comming from the server.
781
782         * gtk/gtkwindow.c (gtk_window_init): applied gtk-ograf-980317-1.patch.gz
783         which cares about an initial setting of program name and program class.
784
785         * gdk/gdk.c (gdk_init): applied gtk-ograf-980317-0.patch.gz, which
786         strips leading pathnames from gdk_progname.
787
788 Tue Mar 17 12:36:35 1998  Tim Janik  <timj@gimp.org>
789
790         * gtk/gtkstyle.c (gtk_default_draw_arrow): fixed a bug about drawing
791         GTK_ARROW_LEFT, correction from Damon Chaplin <DAChaplin@email.msn.com>.
792
793 Tue Mar 17 02:02:02 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
794
795         * gdk/gdk.c (gdk_dnd_drag_leave): Use StructureNotifyMaskMask as
796         the mask, as this enables an application listening to those events
797         to catch the root events.  Thanks to Maciej for pointing us in the
798         right direction.
799         (gdk_dnd_drag_enter): Likewise.
800         (gdk_dnd_drag_leave): Likewise.
801         * gdk/gdkwindow.c (gdk_window_dnd_data_set): Likewise.
802
803 Mon Mar 16 22:31:02 1998  Federico Mena  <federico@nuclecu.unam.mx>
804
805         * gdk/gdkwindow.c (gdk_window_xid_at): Use signed integers so that
806         testing will not fail for windows that are off-screen.  
807
808         (gdk_window_xid_at_coords): Only considers visible windows.     
809
810 Tue Mar 17 03:56:13 1998  Tim Janik  <timj@gimp.org>
811
812         * gtk/gtkspinbutton.h: exported gtk_spin_button_spin since it is
813         used in testgtk, and besides that.
814
815         * gtk/testgtk.c: created a new "test" cursors, which showes different
816         types of GdkCursors and is a very simple example at using the drawing
817         area.
818
819 Mon Mar 16 18:19:31 GMT 1998 Tony Gale  <gale@gimp.org>
820         * docs/gtkfaq.sgml:
821             - new question on modal windows
822             - new question on updating progressbars
823             - update all the links to gtk.org
824
825 Mon Mar 16 09:15:03 GMT 1998 Tony Gale  <gale@gimp.org>
826
827         * docs/gtk_tut.sgml: 
828             - New subsection on colourselection from Tom Bech <tomb@ii.uib.no>
829             - Moved fileselection text to Miscallaneous Widgets section
830             - Started new section on the Text widget
831             - Removed Viewport, Paned, HPaned and VPaned from list of
832               NO_WINDOW widgets.
833
834 Mon Mar 16 01:33:36 1998  Owen Taylor  <owt1@cornell.edu>
835
836         * gtk-config.in: Added trailing newline, hopefully will
837           fix the problem with esac disappearing.
838
839         * gtk/Makefile.am (test-debug): Improved test targets
840           will work with --enable-shared
841             [From:  Raja R Harinath  <harinath@cs.umn.edu>]
842
843         * gtk.m4: Not all shells understand $(...).  Use `...` instead.
844             [From:  Raja R Harinath  <harinath@cs.umn.edu>]
845         - use AM_PATH_PROG instead of AM_CHECK_PROG, so the user
846           can specify programs not in their path.
847   
848         * Makefile.am: added gtk.m4 to EXTRA_DIST
849
850 Sun Mar 15 23:44:10 1998  Tim Janik  <timj@gimp.org>
851
852         * gtk/gtkwidget.h:
853         * gtk/gtkmenushell.c: 
854         * gtk/gtkmenu.c: 
855         * gtk/gtkmain.c: removed EXCLUSIVE_GRAB again, just disable modal
856         event delivery for insensitive children.
857
858 Sun Mar 15 22:44:33 1998  Tim Janik  <timj@gimp.org>
859
860         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): for now reverted
861         the last change, since it broke click-select-click menus for gimp.
862
863 Sun Mar 15 20:13:42 1998  Tim Janik  <timj@gimp.org>
864
865         * gtk/gtkmain.c (gtk_quit_destructor): removed the ugly check whether
866         we need gtk_widget_destroy or gtk_object_destroy. these functions are
867         by no means allowed to act differently!
868
869         * gtk/gtkmisc.c (gtk_misc_set_alignment): check for _DRAWABLE instead
870         of _VISIBLE to operate on widget->window.
871         (gtk_misc_set_padding): likewise.
872
873         * gtk/gtkwidget.c: slightly reordered object arguments.
874
875         * gtk/gtkobject.c (gtk_object_setv):
876         * gtk/gtkobject.c (gtk_object_getv):
877         operator `!' has precedence over `&'.
878
879 Sun Mar 15 14:38:34 1998  Tim Janik  <timj@gimp.org>
880
881         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): applied a fix from
882         lars against a segfault that i discovered.
883
884 Sun Mar 15 13:25:28 1998  Tim Janik  <timj@gimp.org>
885
886         * gtk/gtkwidget.h: added new flag GTK_EXCLUSIVE_GRAB.
887         * gtk/gtkmain.c: allow exclusive grabs.
888
889         * gtk/gtkmenu.c: grab exclusively.
890         * gtk/gtkmenushell.c: grab exclusively.
891
892         * gtk/gtkmenushell.c: don't activate insensitive menu items when
893         in click-selects mode.
894
895         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): activate submenus
896         on popup.
897
898         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't take
899         *additional* button presses into account.
900
901         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): don't take
902         foreign button releases into account.
903
904 Sun Mar 15 08:27:06 1998  Tim Janik  <timj@gimp.org>
905
906         * gtk/gtktipsquery.c (gtk_tips_query_set_labels): changed run type
907         of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so it can be overidden
908         by the user.
909
910         * gtk/gtkwindow.c (gtk_window_configure_event): small fix by
911         Assar Westerlund <assar@sics.se>.
912
913         * gtk/gtkmenu.c (gtk_menu_key_press): don't cast a NULL pointer.
914
915 Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org>
916
917         * Released 0.99.7
918
919 Sat Mar 14 20:07:45 1998  Owen Taylor  <owt1@cornell.edu>
920
921         * gtk.m4: Fixed reversed conditional, so checks against
922           supplied version.
923
924 Sat Mar 14 10:10:46 1998  Tim Janik  <timj@gimp.org>
925
926         * gtk/gtkmain.c (gtk_main): fixed a bug with invoking the quit handlers
927         that could cause them to be removed wihout being invoked.
928
929 Sat Mar 14 14:36:40 PST 1998 Shawn T. Amundson <amundson@gimp.org>
930
931         * Released 0.99.6
932         
933         * gdk/gtk_tut.sgml:
934         * gdk/gtk_tut_it.sgml: fixed Ian Main's e-mail address
935
936 Sat Mar 14 17:48:42 1998  Owen Taylor  <owt1@cornell.edu>
937
938         * gtk/Makefile.am: Don't refer to current directory as 
939         $(top_builddir)/gtk to avoid confusing non-gmakes. Made
940         Emacs-dependent maintainer-oonly
941
942 Sat Mar 14 17:47:12 1998  Owen Taylor  <owt1@cornell.edu>
943
944         * gdk/gdkwindow.c: (gdk_window_set_group): Fixed use of
945            unitialized variable.
946
947 Sat Mar 14 13:26:09 1998  Owen Taylor  <owt1@cornell.edu>
948
949         * gtk/gtkentry.c gtk/gtktext.c: Some cleanups of signedness
950           warnings
951
952         * gtk/gtkhandlebox.h: Changed gint ... : 1 to guint ... : 1
953          
954 1998-03-14  Federico Mena Quintero  <federico@nuclecu.unam.mx>
955
956         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Moved the
957         gtk_signal_connect of the specified callback into the big switch()
958         for buttons.  We don't want to connect to the "clicked" signal of
959         a custom widget or a space element, because it may not have one.
960         (gtk_toolbar_insert_element): Extra sanity check; if the type is
961         GTK_TOOLBAR_CHILD_WIDGET, then the specified widget must not be NULL.
962
963 Sat Mar 14 02:54:28 PST 1998 Manish Singh <yosh@gimp.org>
964
965         * gtk.m4: fixed a bashism in gtk tests
966
967 Sat Mar 14 08:29:56 1998  Tim Janik  <timj@gimp.org>
968
969         * gtk/gtkhandlebox.c (gtk_handle_box_size_allocate): refuse to allocate
970         with a greater height than requested.
971         (gtk_handle_box_remove): clean up if the child is detached.
972
973         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): don't take invisible
974         children into account.
975
976 Sat Mar 14 02:12:44 1998  Owen Taylor  <owt1@cornell.edu>
977
978         * gtk/gtkmain.c gdk/gdk.c: Don't leave NULL's in argv.
979
980 Sat Mar 14 01:36:51 1998  Owen Taylor  <owt1@cornell.edu>
981
982         * gtk-config.in: Added -I $exec_prefix/glib/include to cflags
983
984 Sat Mar 14 00:03:34 1998  Owen Taylor  <owt1@cornell.edu>
985
986         * gtk/gtkwindow.c:
987           Don't resize windows when request is rejected by WM.
988           Only use the resize count to guess whether a Configure
989           event was a rejection by the WM, or a move.
990
991         * gdk/gdk.c gdk/gdktypes.h: 
992           - Don't XDestroyWindow foreign windows (If they're a child of
993           one of our windows, reparent them to root and send them a WM 
994           delete event, otherwise, just delete the GTK structure.) 
995           Handle notification of their deletion properly.
996           (Made foreign windows a seperate window type to do this)
997         
998         * gtk/gtkobject.c (gtk_object_set_data_full): 
999           Call the DestroyNotify when replacing the object data.
1000
1001 Sat Mar 14 02:03:13 1998  Tim Janik  <timj@gimp.org>
1002
1003         * gtk/gtksignal.c: make use of *_by_id() functions for handler key.
1004
1005         * gtk/gtkwidget.c: make use of *_by_id() functions for a bunch of keys.
1006         (gtk_widget_shutdown): new function to perform pre-destruction shutdown
1007         of the widget.
1008         (gtk_widget_unparent): call gtk_widget_set_parent_window(widget,NULL)
1009
1010         * gtk/gtkobject.h: 
1011         * gtk/gtkobject.c: GtkObject destruction is now split into an internally
1012         used shutdown class method and the usual GtkObject::destroy signal
1013         emission. this allowes for class based shutdown functionality prior
1014         to actuall object destruction.
1015         added *_by_id() counterparts for gtk_object_data_* functions, meant for
1016         internal use only.
1017
1018         * gtk/gtkmain.c (gtk_quit_add_destroy): new function which will destroy
1019         a GtkObject once gtk_main() of a certain level finishes. it is save to
1020         destroy the object prior to that, gtk_quit_add_destroy will only destroy
1021         objects that are still existing.
1022
1023 1998-03-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1024
1025         * gtk/gtkclist.c (gtk_clist_row_is_visible): Now we return a
1026         GtkVisibility value, instead of a simple boolean.  Also, changed
1027         all the functions that expected a boolean value to use
1028         "!= GTK_VISIBILITY_NONE".
1029
1030         * gtk/gtkclist.h: Changed prototype for gtk_clist_row_is_visible().
1031
1032         * gtk/gtkenums.h (enum): Added GtkVisibility enum.
1033
1034 Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org>
1035
1036         * docs/gtk_tut.sgml:
1037         * docs/gtk_tut_it.sgml:
1038         * docs/gtk_tut_packbox1.gif:
1039         * docs/gtk_tut_packbox2.gif:
1040         * docs/gtk_tut_table.gif: added graphics, update tutorials
1041           appropriately
1042
1043 Fri Mar 13 18:25:07 1998  Tim Janik  <timj@gimp.org>
1044
1045         * gtk/gtkcombo.c: fix popup calculations (removal
1046         of FIXMEs), changes from Lars Hamann.
1047
1048 Fri Mar 13 10:25:16 1998  Tim Janik  <timj@gimp.org>
1049
1050         * gtk/gtkwidget.h: 
1051         * gtk/gtkwidget.c: renamed gtk_widget_delete_hides to
1052         gtk_widget_hide_on_delete at owens request, and because the
1053         new name is much more descriptive.
1054
1055 Fri Mar 13 17:33:56 GMT 1998 Tony Gale <gale@gimp.org>
1056
1057         docs/gtkfaq.sgml: fix the spelling of Helge Hess's name
1058
1059 Fri Mar 13 09:40:17 GMT 199 Tony Gale  <gale@gimp.org>
1060
1061         * docs/gtkfaq.sgml: update links to documentation and
1062           remove question on what needs to be done before 1.0
1063
1064 Fri Mar 13 01:17:44 1998  George Lebl  <jirka@5z.com>
1065
1066         * gtk/gtkfilesel.c: Set the column width of the clists
1067           to the longest string length so that the bottom scrollbar
1068           appears when you get some long files in the list
1069
1070 1998-03-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1071
1072         * docs/gtk_tut.sgml: fix one missing quote.
1073
1074 Thu Mar 12 18:01:03 1998  Owen Taylor  <owt1@cornell.edu>
1075
1076         * gtk.m4 gtk-config.in Makefile.am configure.in: 
1077           Added a new mechanism for GTK-dependent programs to
1078           find out about the installed GTK. (Does not remove
1079           any current functionality)
1080
1081         * gtk+-xconfig.in: Was no longer used for anything.
1082
1083 Thu Mar 12 20:17:47 1998  Tim Janik  <timj@gimp.org>
1084
1085         * gtk/gtkhandlebox.c (gtk_handle_box_delete_float): return TRUE for
1086         GtkWidget::delete_event to avoid destruction of our float window.
1087
1088         * gtk/gtkmain.c (gtk_main_iteration_do): GDK_DELETE will destroy a
1089         widget if the last handler returned FALSE or there was none connected.
1090
1091         * gtk/testgtk.c: adapted all delete_event/destroy case that were affected.
1092
1093         * gtk/gtkwidget.c (gtk_widget_delete_hides): new function that will hide
1094         a widget and return TRUE to avoid window deletion if
1095         connected to GtkWIdget::delete_event.
1096
1097 Thu Mar 12 11:51:33 PST 1998 Shawn T. Amundson <amundson@gimp.org>
1098
1099         * docs/gtk.texi: Changed name of GTK to the GIMP Toolkit
1100
1101 Wed Mar 11 22:52:57 1998  Russell Nelson <nelson@crynwr.com>
1102
1103         * gtk/gtktest.c: new_pixmap wasn't using its filename argument.
1104         * docs/gtk.texi: Add descriptions
1105
1106 Wed Mar 11 14:36:48 PST 1998 Shawn T. Amundson <amundson@gimp.org>
1107
1108         * gtk/docs/: added tutorial, changed some files around to
1109           make more sense.
1110
1111 Thu Mar 12 10:49:38 1998  Tim Janik  <timj@gimp.org>
1112
1113         * gtk/gtkmain.h: 
1114         * gtk/gtkmain.c: changed handler tags to be of type guint, reflecting
1115         the internal tag handling.
1116
1117         * gtk/gtkcurve.h: macro fixups.
1118
1119 Thu Mar 12 08:55:34 1998  Tim Janik  <timj@gimp.org>
1120
1121         * gtkitem.c:
1122         * gtktree.c:
1123         * gtklist.c: fetch the inintial value of attributes.event_mask from
1124         gtk_widget_get_events (widget) (pointed out by Damon Chaplin
1125         <DAChaplin@email.msn.com>).
1126
1127 Thu Mar 12 07:43:33 1998  Tim Janik  <timj@gimp.org>
1128
1129         * gdk/gdk.h:
1130         * gdk/gdkvisual.c: applied gtk-shige-980311-0.patch.gz, which removes
1131         the erronerous gdk_query_visuals() function in favour of
1132         gdk_list_visuals() which does a correct job.
1133
1134         * gtk/gtkcontainer.h: applied gtk-draco-980311-0.patch.gz which fixes
1135         a class cast check.
1136
1137         * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980312-0.patch.gz about
1138         '+' sign acceptance.
1139
1140         * gtk/gtknotebook.c: applied gtk-hamann_jeske-980311-1.patch.gz which
1141         cares about delayed tab label creation.
1142
1143 Thu Mar 12 06:58:17 1998  Tim Janik  <timj@gimp.org>
1144
1145         * gtk/gtktree.c (gtk_tree_map): avoid warnings about NULL casts.
1146
1147         * gtk/gtkstatusbar.c (gtk_statusbar_destroy): don't leak the context
1148         id key's slist.
1149
1150         * gtk/gtkobject.c (gtk_object_set_data_full): duplicate keys that get
1151         inserted into the hashtable, otherwise this function *forces* the caller
1152         to leak memory, for dynamically allocated keys (problem pinpointed by
1153         Mattias Gronlund).
1154
1155 Tue Mar 10 23:02:42 1998  Owen Taylor  <owt1@cornell.edu>
1156
1157         * gdk/gdkdnd.c gtk/gtkclist.c gtk/gtksignal.c gtk/testgtk.c:
1158           Various minor cleanups related to -W
1159
1160 1998-03-11  Elliot Lee  <sopwith@bogus.circ.us.eu.org>
1161
1162         * gtk/gtkentry.h: Keep it consistent - 
1163         don't list gtk_entry_set_max_length unless it's implemented.
1164         (Someone make up their mind please ;-)
1165
1166 Wed Mar 11 07:10:11 1998  Tim Janik  <timj@gimp.org>
1167
1168         * gtk/gtkspinbutton.h: 
1169         * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz,
1170         to limit entered characters to numbers, '-' and '.'.
1171
1172 Wed Mar 11 04:35:06 1998  Tim Janik  <timj@gimp.org>
1173
1174         * gtk/gtklist.c:
1175         * gtk/gtktree.h: 
1176         * gtk/gtktree.c:
1177         * gtk/gtktreeitem.h: 
1178         * gtk/gtktreeitem.c: applied gtk-bolliet-980310-0.patch.gz which adds
1179         more checks and implements gtk_tree_clear_items. made a bunch of style
1180         and indentation fixes.
1181
1182 Wed Mar 11 03:35:17 1998  Tim Janik  <timj@gimp.org>
1183
1184         * gtk/gtktooltips.h:
1185         * gtk/gtktooltips.c: code and structure clean ups. fixed the
1186         tooltips flickering bug.
1187
1188 Tue Mar 10 14:24:09 1998  Owen Taylor  <owt1@cornell.edu>
1189
1190         * gtk/gtkselection.c (gtk_selection_clear): Make the return
1191           result reflect whether the clear event was out of data.
1192
1193         * gtk/gtkeditable.c: Ignore out of date selection clear
1194           events.
1195
1196         * gtk/gtkentry.c gtk/gtktext.c: Don't synthesize releases
1197           on [2/3]BUTTON presses, since we get the normal click as well.
1198
1199           Claim the selection when selecting words/lines.
1200
1201 Tue Mar 10 13:34:29 1998  Owen Taylor  <owt1@cornell.edu>
1202
1203         * gtk/gtkrange.c (gtk_range_default_[vh]trough_click): 
1204           Take forward/back step arrows into account when computing
1205           position for middle button clicks.
1206
1207         * gtk/gtktext.c gtk/gtkentry.c:
1208           - Fixes for deleting characters (don't subtract guints and get
1209             negative numbers!)
1210           - Reset cursor_virtual_x when moving by words and lines
1211           - Extra sanity checks
1212           - Fix to gtk_text_get_chars 
1213                  (from Tony Gale <gale@daedalus.dera.gov.uk>)
1214
1215 1998-03-10  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1216
1217         * gdk/gdkgc.c (gdk_gc_set_function): Replace GXor by GXxor.  Seems
1218         to have been a typo.
1219
1220 Tue Mar 10 00:49:18 EST 1998 The Rasterman <raster@redhat.com>
1221         * gdk/gdkwindow.c: (gdk_window_xid_at) fixed minor memory leak and
1222         minor buglet in tree search.
1223                 
1224 Mon Mar  9 21:21:19 PST 1998 Shawn T. Amundson <amundson@gimp.org>
1225
1226         * Released 0.99.5
1227
1228 Mon Mar  9 23:24:42 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1229
1230         * gtk/gtkclist.c (gtk_clist_get_selection_info): Export
1231         functionality.
1232
1233 Tue Mar 10 05:42:34 1998  Tim Janik  <timj@gimp.org>
1234
1235         * configure.in: Bumped version number to 0.99.5.
1236
1237 Tue Mar 10 05:30:05 1998  Tim Janik  <timj@gimp.org>
1238
1239         * gtk/gtkrange.h:
1240         * gtk/gtkrange.c:
1241         changed gtk_range_trough_click() to take an additional jump_perc arg,
1242         class method and callers changed.
1243
1244         * gdk/gdk.c (gdk_ic_destroy): applied gtk-gronlund-980309-1.patch.gz
1245         which fixes a memory leak.
1246
1247 Mon Mar  9 20:38:15 1998  Owen Taylor  <owt1@cornell.edu>
1248
1249         * gtk/gtkentry.c gtk/gtkeditable.c gtk/gtkspinbutton.c: 
1250           Moved "activate" to editable class. Made the vfuncs in 
1251           gtkeditable just vfuncs not signals.
1252
1253         * gtkentry.[ch] gtktext.[ch]: Made behavior when pressing
1254           multiple buttons at once more rational.
1255
1256         * gtkentry.c gtktext.c: Unified and rationalized key
1257           bindings. (Now are basically emacs+CUA)
1258         
1259         * gtktext.c: 
1260           - Last position now always shares the property of the preceding
1261             character
1262           - Freeze the widget when inserting large amounts of text.
1263           - Selecting lines now selects the _whole_ line.
1264           - Fixed bug with displaying the cursor
1265           - Ctrl-Home/End now move the cursor to the _absolute home/end
1266         
1267         * gtkmenuitem.c: Remove necessary code out of a g_return_if_fail
1268
1269 1998-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1270
1271         * gtk/gtkclist.c (gtk_clist_set_foreground): We now accept the
1272         color parameter to be NULL.  If it is NULL, it will mark the row
1273         with "color not set", so it will be repainted with the default color.
1274         (gtk_clist_set_background): Likewise.
1275
1276 Mon Mar  9 15:48:10 1998  Tim Janik  <timj@gimp.org>
1277
1278         * Signal signedness and naming corrections, plus GtkType fixes:
1279
1280         * gtk/gtkadjustment.c: 
1281         * gtk/gtkbutton.c:
1282         * gtk/gtkcheckmenuitem.c:
1283         * gtk/gtkclist.c: 
1284         * gtk/gtkcolorsel.c: 
1285         * gtk/gtkcontainer.c: 
1286         * gtk/gtkcurve.c: 
1287         * gtk/gtkdata.c: 
1288         * gtk/gtkeditable.c: 
1289         * gtk/gtkentry.c: 
1290         * gtk/gtkhandlebox.c: 
1291         * gtk/gtkinputdialog.c: 
1292         * gtk/gtkitem.c: 
1293         * gtk/gtklist.c: 
1294         * gtk/gtkmenuitem.c: 
1295         * gtk/gtkmenushell.c: 
1296         * gtk/gtknotebook.c: 
1297         * gtk/gtkstatusbar.c: 
1298         * gtk/gtktoolbar.c: 
1299         * gtk/gtktree.c: 
1300         * gtk/gtktreeitem.c: 
1301         * gtk/gtkwidget.c: 
1302         * gtk/gtktogglebutton.c: 
1303         * gtk/gtkwindow.c: 
1304         made the <widget>_signals[] arrays of type guint rather than gint.
1305
1306         * gtk/gtkwidget.c (gtk_widget_get_ancestor): made widget_type a GtkType.
1307
1308         * gtk/gtkcombo.h:
1309         handler ids need to be of type guint (entry_change_id, list_change_id).
1310
1311         * gtk/gtkaccelerator.c:
1312         changed signal_num to signal_id and typed it guint.
1313
1314         * gtk/gtkmain.c: made gtk_ndebug_keys a guint.
1315
1316         * gtk/gtkmenu.h: 
1317         * gtk/gtkmenu.c:
1318         (gtk_menu_popup): made button a guint.
1319         (gtk_menu_set_active): made index a guint.
1320
1321         * gtk/gtkmenuitem.h: 
1322         * gtk/gtkmenuitem.c: 
1323         made accelerator_signal a guint.
1324
1325         * gtk/gtkoptionmenu.h:
1326         * gtk/gtkoptionmenu.c:
1327         (gtk_option_menu_set_history): made index a guint.
1328
1329         * gtk/gtksignal.h: 
1330         * gtk/gtksignal.c: 
1331         * gtk/gtkobject.h: 
1332         * gtk/gtkobject.c: changed a bunch of prototypes to take guints rather
1333         than gints. also made some conversions from guint to GtkType, left over
1334         from when the fundamental-types system was introduced.
1335
1336         * gtk/gtkobject.h: 
1337         * gtk/gtkobject.c: made object_data_id_index and obj_count guints.
1338         made *signals and nsignals guints in GtkObjectClass.
1339
1340 Mon Mar  9 13:36:53 GMT 1998 Tony Gale  <gale@gimp.org>
1341
1342         * docs/gtkfaq.sgml:
1343
1344         - Use 'diff -ru' for patches
1345         - Explained patch application/rejection
1346         - Added information on CVS
1347         - New question on right justified menus with menufactory
1348
1349         From Nathan:
1350
1351         - Information on Objective-C bindings
1352         - Add missing variable in colour example.
1353   
1354 Mon Mar  9 11:44:33 1998  Tim Janik  <timj@gimp.org>
1355
1356         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu): reverted
1357         the changes ian introduced in r1.16 on Mar 06, since they broke the
1358         history menu.
1359
1360 Mon Mar  9 08:07:01 1998  Tim Janik  <timj@gimp.org>
1361
1362         * gtk/gtkspinbutton.h: 
1363         * gtk/gtkspinbutton.c:
1364         applied gtk-hamann_jeske-980308-0.patch.gz to have a
1365         gtk_spin_button_construct() function
1366
1367 Mon Mar  9 01:01:41 1998  Owen Taylor  <owt1@cornell.edu>
1368
1369         * gtk/gtkrc.c: No, you can't add a GtkStyle * to a
1370           list of GtkRcNode *. (Fixes huge performance problem)
1371           Plus, don't bother creating a new style unless style
1372           actually has bg pixmaps.
1373
1374 Sun Mar  8 15:53:33 1998  Owen Taylor  <owt1@cornell.edu>
1375
1376         * gtk/gtktext.c: 
1377
1378         - Show selection correctly when starting selection with arrows
1379
1380         - Display pixmap background only when not editable
1381
1382         - Redraw focus area more carefully to prevent flashing (and
1383           make style of drawing consistent with Entry)
1384
1385         * gtk/gtktreeitem.c: ref colormaps for pixmap by colormap
1386           storage.
1387         
1388         * gtk/gtkrc.c: Store a separate style for each RcStyle for
1389           each colormap, so we can handle background pixmaps 
1390           correctly, which need to be per-colormap. (Leaks
1391           colormaps...)
1392
1393           Parse text color style entries correctly.
1394
1395         * gtk/testgtk.c: insert text without fg color
1396           gtk/testgtkrc: move "*" after rest, so the other class styles
1397                          take effect
1398
1399         * gdk/gdkwindow.c gdk/gdk.c gdk/gdkprivate.h: Send DND events
1400           safely, in case drop window disappears. (Performance hit
1401           because XSync()'s are necessary)
1402
1403         * gdk/gdk.h gdk/gdkpixmap.c: Added 
1404           gdk_pixmap_colormap_create_from_xpm[_d] to allow creating
1405           pixmaps from xpm's before you have a GdkWindow.
1406         
1407 Sun Mar  8 12:33:38 PST 1998 Jay Painter <jpaint@serv.net>
1408         
1409         * gtk/gtkclist.c: the GList clist->selection now contains row indexes
1410           in the data portion of the linked list structure instead of pointers,
1411           fixed several bugs with the different selection modes
1412
1413         * gtk/testgtk.c: displays information for unselect events, and prints the list
1414           of selected rows
1415
1416 Sun Mar  8 13:03:22 1998  Tim Janik  <timj@gimp.org>
1417
1418         * gtk/gtkrange.h: removed gtk_range_calc_value().
1419
1420 Sun Mar  8 04:22:36 1998  Tim Janik  <timj@gimp.org>
1421
1422         * gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
1423           fixes a memory leak by making use of gtk_clist_set_row_data_full.
1424
1425         * gtk/gtkclist.c: applied gtk-gronlund-980307.patch.gz which ads a
1426           gtk_clist_set_row_data_full () function. slightly modified to
1427           always invoke the destroy function regardless of the value of
1428           the row_data.
1429         
1430         * docs/gtk.texi: applied gtk-draco-980305-1.patch.gz, spelling fixes.
1431         
1432         * gdk/gdk.c (gdk_init):
1433           cleared up a tiny memory leak from not destroying a temporary copy
1434           of argv (gtk-gronlund-980307-02.patch.gz).
1435
1436 Sun Mar  8 03:00:17 1998  Tim Janik  <timj@gimp.org>
1437
1438         * configure.in: define the version variables in config.h.
1439
1440         * gtk/gtkmain.h:
1441         * gtk/gtkmain.c: added static version variables.
1442
1443         * gdk/gdkpixmap.c: fixed memory leaks (gtk-gronlund-980307-1.patch.gz)
1444
1445 Sat Mar  7 18:46:57 1998  Owen Taylor  <owt1@cornell.edu>
1446
1447         * gtk/gtkpreview.[ch]: Added a new function, gtk_preview_reset(),
1448           that can be used (under highly controlled circumstances),
1449           to change the properties of the preview colormap after
1450           a preview has already been created and destroyed.
1451
1452 Sun Mar  8 00:18:04 1998  Tim Janik  <timj@gimp.org>
1453
1454         * gtk/gtkobject.c: register living objects in a hashtable.
1455
1456 Sat Mar  7 20:20:53 1998  Tim Janik  <timj@gimp.org>
1457
1458         * gtk/gtkobject.c:
1459         (gtk_object_check_cast):
1460         (gtk_object_check_class_cast): 
1461           made the object/class cast checks much more descriptive, based on
1462           gtk-draco-980305-2.patch.gz and gtk-draco-980306-1.patch.gz but
1463           optimized for common code path.
1464
1465         * gtk/gtkpreview.c: added a few extra checks for the visual
1466         (gtk-draco-980305-0.patch.gz).
1467
1468         * gdk/gdk.c (gdk_signal): abort() on a signal if G_ENABLE_DEBUG
1469           is defined, so we dump core (gtk-draco-980305-0.patch.gz).
1470
1471 Sat Mar  7 13:00:00 1998  The Rasterman <raster@redhat.com>
1472
1473         * gdk/gdkwindow.c (gdk_window_xid_at_coords),(gdk_window_xid_at):
1474           added these two calls, gdk_window_xid_at_coords beign the one
1475           to actually call to look up the current X Window ID at a particular
1476           x,y co-ordinate onscreen accounting for a list of windows to be 
1477           excluded from this search. Useful for DND support.
1478         * gdk/gdkprivate.h added in above function calls.
1479
1480 Sat Mar  7 01:07:24 1998  Owen Taylor  <owt1@cornell.edu>
1481
1482         * gtk/gtkrange.c (gtk_range_expose): Fixed the vscrollbar
1483           flickering problem, by checking the area on expose events.
1484           (There was a hscrollbar flickering problem as well, it
1485            just wasn't very noticeable)
1486
1487 Fri Mar  6 21:30:05 1998  Owen Taylor  <owt1@cornell.edu>
1488
1489         * gtk/gtkeditable.c: Disallow pasting into non-editable
1490           widgets.
1491
1492         * gtk/gtktext.[ch]: 
1493
1494           -Added scrolling when dragging the selection
1495            paste the top/bottom.
1496
1497           -Fix some of the problems with displaying the selection
1498            state before mouse release.
1499
1500           -Disallow pasting into non-editable widgets
1501
1502           -Fixed segfault when changing window size
1503
1504           -Update the cursor correctly when switching between
1505            editable and non-editable
1506
1507         * testgtk.c: Added a toggle button for editability for
1508           the text widget. 
1509
1510 Fri Mar  6 14:47:33 PST 1998 Shawn T. Amundson <amundson@gimp.org>
1511
1512         * Applied gtk-matsu-980205-0 (oops, should be 980305)
1513           gdk/gdkinputcommon.h: return NULL if device is not ready
1514           gtk/gtkwindow.c: check for GDK_ISO_Left_Tab
1515
1516 Fri Mar  6 13:17:58 1998  Marc Ewing  <marc@.redhat.com>
1517
1518         * gtk/gtkclist.c (real_select_row, real_unselect_row): 
1519           fix selection bugs
1520
1521 Thu Mar  5 20:41:27 1998  Ian Main  <imain@gnu.org>
1522
1523         * gtk/gtkfilesel.c: Added
1524           gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and
1525           gtk_file_selection_hide_fileop_buttons(GtkFileSelection *fs).
1526           Changed pulldown to only contain current directory name instead of
1527           the full path.  Removed Help button (it can now be packed into the
1528           button_area if desired).
1529                 
1530         * gtk/gtkfilesel.h: Added GtkWidget *button_area (the fileop
1531           buttons at the top are packed into this hbox), and GtkWidget
1532           action_area (hbox below clists) to GtkFileSelection structure.
1533
1534         * gtk/testgtk.c: Changed the filesel example to show off the hiding/
1535           showing of fileop buttons, and the packing area.
1536
1537 1998-03-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1538
1539         * gdk/gdkprivate.h: Changed the name of default_filters to
1540         gdk_default_filters to avoid namespace pollution.  Yes, it just
1541         happened to me.
1542         * gdk/gdk.c (gdk_event_translate):
1543         * gdk/gdkglobals.c: 
1544         * gdk/gdkwindow.c (gdk_window_add_filter gdk_window_remove_filter): Likewise.
1545
1546 Thu Mar  5 12:32:06 1998  Marc Ewing  <marc@redhat.com>
1547
1548         * gtk/gtkclist.c (select_row): emit UNselect on rows
1549           that are not selected.
1550
1551 Thu Mar  5 01:22:06 1998  Owen Taylor  <owt1@cornell.edu>
1552
1553         * gtk/gtkwidget.c (gtk_widget_unparent): Unset allocation
1554           on unparent, to force reallocation if we get adding back
1555           to a new parent which is already size-allocated.
1556
1557         * gtk/gtktreeitem.[ch]: Keep track of separate +/- pixmaps
1558           for each colormap, removed the idle hack.
1559
1560         * gdk/gdk.c: Don't warn when unable to open XIM method,
1561           since X11R5 apparently has no default method.
1562
1563         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Don't
1564           call size_request on initial emission - since the
1565           widget size isn't set yet, it can't change.
1566
1567         * gtk/Makefile.am: New rules 'test' and 'test-debug' to run
1568           testgtk with the correct working directory.
1569
1570         * gtk/gtkentry.c (gtk_move_forward_word): 
1571           Check for position at end of line.
1572
1573         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): 
1574           removed 'gpointer data' arguments from default handler
1575           structures.
1576
1577 Wed Mar  4 20:06:47 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1578
1579         * gdk/gdk.c (gdk_event_translate): Drags can only be started with
1580         the left button.
1581
1582 Wed Mar  4 16:02:44 GMT 1998 Tony Gale  <gale@gimp.org>
1583
1584         * docs/gtkfaq.sgml: widget hierarchy update from Tim Janik
1585
1586 Mon Mar  2 19:57:27 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1587
1588         * gdk/gdkproperty.c (gdk_atom_name): Initialize gdk_error_code to
1589         zero before calling the X routine.
1590
1591 Tue Mar  3 01:22:25 1998  Tim Janik  <timj@gimp.org>
1592
1593         * gtk/gtkspinbutton.c: applied patch from lars and steffan to proper
1594         check for realized widgets.
1595
1596 Mon Mar  2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
1597
1598         * gtk/gtkstatusbar.h: fixed ifndef..define typo
1599
1600 Mon Mar  2 17:48:38 1998  Owen Taylor  <owt1@cornell.edu>
1601
1602         Miscellaneous minor fixes to remove ANSI C incompatibilities
1603
1604         * gdk/gdkregion.c gtk/gtkclist.c: fix // comments
1605
1606         * gdk/gdkdnd.c gdk/gdkinputcommon.h: change types of
1607         some arguments to ANSI functions
1608
1609         * gtk/gtkcombo.c gtk/gtktree.c: fix casts of function pointers
1610           to void *
1611
1612         * gtk/gtkmain.c: An actual bug! (in deprecated gtk_input_add_interp)
1613
1614         * gtk/gtknotebook.h: Bitfields must be gint or guint. (and should
1615           be guint)
1616
1617         * gtk/gtkstatusbar.c: trailing ';'
1618
1619         * gtk/testgtk.c: GList where there should have been GSList
1620
1621 Mon Mar  2 12:26:59 1998  Owen Taylor  <owt1@cornell.edu>
1622
1623         * gtk/gtkentry.c: Changed 'entry != NULL' to 'editable != NULL'
1624           in three spots.
1625
1626 Sun Mar  1 18:29:58 PST 1998 Shawn T. amundson <amundson@gimp.org>
1627
1628         * Released GTK+ 0.99.4.
1629
1630 Sun Mar  1 16:47:29 PST 1998 Shawn T. Amundson <amundson@gimp.org>
1631
1632         * gtk/testgtk.c: small fix to notebook portion
1633
1634 Sun Mar  1 15:18:38 PST 1998 Shawn T. Amundson <amundson@gimp.org>
1635
1636         * Required changes for version change to 0.99.4
1637
1638         * gtk/gtktree.[ch]: patch from J. Bolliet to correct some bugs
1639         * gtk/testgtk.c: added test here from J. Bolliet, removed testtree
1640
1641         * gtk/clist: gtk-abilleira-981602-0, allows gtk_clist_set_pixmap 
1642           and gtk_clist_set_pixtext to not require a mask
1643         
1644         * gdk/gdkdraw.c,gdk.h: gtk-trow-980217-0
1645           adds gdk_draw_lines and fixes some things about 
1646           gdk_draw_polygon         
1647
1648 Sun Mar  1 17:40:58 1998  Owen Taylor  <owt1@cornell.edu>
1649
1650         * gdk/gdkpixmap.c: Make sure either the window or
1651         the depth is given when creating a pixmap.
1652
1653 Sun Mar  1 22:59:09 1998  Tim Janik  <timj@gimp.org>
1654
1655         * gtk/gtkstatusbar.h: 
1656         * gtk/gtkstatusbar.c: complete api change to honour message contexts.
1657         unfortunaltely this also involved argument changes on the signal
1658         emissions which will not be caught by the compiler. your callbacks
1659         should look like:
1660         void  message_text_popped (GtkStatusbar   *statusbar,
1661                                    guint           context_id,
1662                                    const gchar    *text,
1663                                    gpointer        func_data);
1664
1665         * gtk/gtkwidget.c (gtk_widget_set_rc_style): eliminated bug about
1666         initial signal emission.
1667         (gtk_widget_set_parent): don't ensure style, just call
1668         gtk_widget_set_style_recurse.
1669         (gtk_widget_set_style_recurse): only change a widget's rc styles if
1670         if there has already been a lookup.
1671         
1672         * gtk/testgtk.c: adaptions for statusbar widget.
1673         substituted notebook pixmaps with pixmaps from fvwm, since
1674         we don't know where the originals came from.
1675         
1676         * gtk/gtkobject.c (gtk_object_data_destroy): call the destroy
1677         notifier with the objects data, not its internal structure.
1678         
1679         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): small
1680         fix from lars.
1681
1682 Sun Mar  1 15:08:13 CST 1998 Shawn T. Amundson <amundson@gimp.org>
1683
1684         * docs/*.texi changes from Greg Mclean.
1685
1686 Sun Mar  1 18:41:07 1998  Tim Janik  <timj@gimp.org>
1687
1688         * gtk/gtkwidget.c (gtk_widget_restore_default_style): hm if we save the
1689         default style, we should also provide a function to restore it ;).
1690
1691         * gtk/main.[hc]: small fixups to idle handlers, added support for quit
1692         handlers.
1693
1694 Sun Mar  1 05:18:11 1998  Owen Taylor  <owt1@cornell.edu>
1695
1696         * gtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch]
1697
1698         Changed interface to cut/copy/paste so it makes sense
1699         when triggered by say, menu items.
1700
1701 Sun Mar  1 03:20:39 1998  Owen Taylor  <owt1@cornell.edu>
1702
1703         * gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]
1704
1705         Turned off debugging in gtktext.c
1706
1707         Bug fixes for cutting, pasting, deleting, etc. 
1708
1709         Some of the bugs that were there before have definitely
1710         been fixed. 
1711         
1712         * gtk/testgtk.c gtk/testgtkrc: Removed my ugly orange backgrounds,
1713         to make things look nicer. 
1714         
1715 Sat Feb 28 23:58:54 1998  Owen Taylor  <owt1@cornell.edu>
1716
1717         * gtk/gtkentry.[ch] gtktext.[ch] gtkeditable.[ch]
1718
1719         Created a new base widget type Editable for the entry and
1720         text widgets, which encapsulates most of the selection and
1721         clipboard handling stuff, plus some common signals.
1722
1723         Changed the Entry widget extensively to support this, 
1724         but the interface and appearance should be the same.
1725
1726         Changed the Text widget moderately to support this.
1727
1728         It now supports:
1729
1730         - Selection style cut and paste
1731         - Clipboard style cut and paste
1732         - Emacs style key bindings (~same as Entry)
1733         - Word motion
1734         - "changed" signal
1735
1736         There are definitely still some bugs in the new stuff.
1737
1738         Use style->base for the background and style->text for
1739         the foreground.
1740         
1741         * gtkfilesel.c gtkspinbutton.c testgtk.c: small changes
1742         to fit the new interface more exactly.
1743         
1744 Sat Feb 28 19:29:09 1998  Tim Janik  <timj@gimp.org>
1745
1746         * gtk/gtkclist.c (gtk_clist_new_with_titles): retrive the clist widget
1747         from gtk_type_new (gtk_clist_get_type ()), not gtk_clist_new(),
1748         otherwise gtk_clist_construct() gets called twice.
1749
1750         * gtk/gtkhandlebox.h:
1751         * gtk/gtkhandlebox.c: emit signals when the child is attached/detached.
1752
1753 Sat Feb 28 15:18:36 1998  Tim Janik  <timj@gimp.org>
1754
1755         * gtk/gtkpreview.c: fix behavior of gtk_preview_put() with
1756         srcx/srcy != 0, gtk-shige-980127-0.patch.gz by
1757         AOSASA Shigeru <aozasa@sakuranet.or.jp>.
1758
1759         * gdk: applied gtk-roebling-980121-0.patch.gz, patch for region
1760         support in Gdk, by Robert Roebling <roebling@ruf.uni-freiburg.de>.
1761
1762 Fri Feb 27 15:31:55 1998  Tim Janik  <timj@gimp.org>
1763
1764         * gtk/gtktipsquery.c: we make an active server grab now, this way we
1765         can change the cursor globally and don't need to tweak event masks
1766         of other windows.
1767
1768         * gtk/gtkframe.c (gtk_frame_style_set): recompute label size.
1769
1770         * gtk/gtkwidget.h:
1771         * gtk/gtkwidget.c:
1772         New signal GtkWidget::style_set to be emitted when a widget's style
1773         changed. New flag GTK_RC_STYLE to indicate whether an rc lookup has
1774         been perfomed for the widget.
1775         (gtk_widget_ensure_style): New function.
1776         (gtk_widget_set_rc_style): New function.
1777
1778         * docs/styles.txt: new file.
1779
1780 Fri Feb 27 01:11:55 1998  Owen Taylor  <owt1@cornell.edu>
1781
1782         * gtk/gtktext.c
1783
1784         - gtk_text_delete and gtk_text_insert now update caches
1785         and refresh screen correctly if the text widget isn't frozen.
1786        
1787         - Fixed bug where text->first_line_start_index wasn't
1788         being updated correctly on insertion and deletion.
1789         
1790         - Added new public macro GTK_TEXT_INDEX (text, ind), and 
1791         function gtk_text_get_chars(text, index, nchars);
1792         
1793 Thu Feb 26 22:36:46 1998  Owen Taylor  <owt1@cornell.edu>
1794
1795         * gdk/gdkwindow.c gdktypes.c gdk.h: 
1796         new functions for setting WM hints
1797
1798          gdk_window_set_icon()
1799          gdk_window_set_icon_name()
1800          gdk_window_set_group()
1801          gdk_window_set_decorations()
1802          gdk_window_set_functions()
1803
1804         * gdk/MwmUtil.h: new uninstalled header file from lesstif 
1805         distribution, used for setting MWM hints.
1806
1807         * gdk/gdkdnd.c Makefile.am: renamed from gdk/gdk_dnd.c
1808         
1809         * gtk/gtkhandlebox.c (gtk_handle_box_realize): Use MWM hints
1810         to undecorate window.
1811
1812         * gtk/testgtk.c gtk/circles.xbm: new test for WM hints.
1813
1814 Wed Feb 25 22:56:42 1998  Tim Janik  <timj@gimp.org>
1815
1816         * gtk/gtkspinbutton.h: 
1817         * gtk/gtkspinbutton.c:
1818         new widget from Lars Hamann <hamann@braunschweig.netsurf.de> and
1819         Stefan Jeske <jeske@braunschweig.netsurf.de>.
1820
1821         * gtk/gtknotebook.c: fixups from lars and stefan.
1822
1823 Wed Feb 25 13:18:53 1998  Owen Taylor  <owt1@cornell.edu>
1824
1825         * gtk/gtkbbox.[ch] gtk/gtkhbox.[ch] gtk/gtkvbox.[ch] :
1826
1827         Move layout constants into an enumeration, split
1828         GTK_BUTTONBOX_DEFAULT into GTK_BUTTONBOX_DEFAULT
1829         and GTK_BUTTONBOX_DEFAULT_STYLE (enumeration member).
1830         
1831         * gtk/gtkclist.c:
1832
1833         Renamed gtk_clist_row_isvisable to .._is_visible
1834
1835         From: Maciej Stachowiak <mstachow@mit.edu>
1836         
1837 Wed Feb 25 13:50:05 GMT 1998  Tony Gale <gale@gimp.org>
1838
1839         * docs/gtkfaq.sgml: added questions on:
1840                 - Why don't the contents of a button move when 
1841                   the button is pressed?
1842                 - How do I catch a double click event in 
1843                   a list widget?         
1844                 - When compiling GTK+ I get an error like: 
1845                   make: file `Makefile' line 456: Syntax error 
1846           Removed questions on menus which are covered in the
1847           tutorial.
1848
1849           Added link to HTML versions of FAQ and Tutorial on my
1850           web site.
1851
1852 Tue Feb 24 22:47:01 1998  Owen Taylor  <owt1@cornell.edu>
1853
1854         * gtk/gtktext.c: Added some support for i18n. The support 
1855         for input methods, including preedit, is there, but input
1856         is ignored unless it comes one byte at a time, so the
1857         CJK locales won't really work. Fixing that would require
1858         variable-width character support in the Text widget, which
1859         is probably the wrong approach. Eventually we'll probably
1860         want to go to UCS-4 internally.
1861
1862         Also, revised key press handling, which should improve
1863         the forwarding of non-handled keypresses to the toplevel,
1864         and make adding selection handling easier.
1865
1866         * gtk/gtkentry.c: Minor changes so that C-d, etc delete
1867         the selection if there is one.
1868
1869         * gdk/gdk.c (gdk_ic_get_events): Check the result of
1870         XGetICValues - it is failing for some reason, and 
1871         causing some warnings to be printed.
1872
1873 Mon Feb 23 15:41:13 1998  Owen Taylor  <owt1@cornell.edu>
1874
1875         * gtk/gtkwidget.c gtk/gtkmenu.c: Don't process configure events
1876         that just move the window, and don't resize it. Because we need
1877         to make sure that a widget gets redrawn after a size_allocate -
1878         and that only happens when the configure event changes the size
1879         of the window. Plus, it's inefficient.
1880         
1881 Mon Feb 23 15:45:37 1998  Marc Ewing <marc@redhat.com>
1882
1883         * gtk/gtktoolbar.h:
1884         * gtk/gtktoolbar.c:
1885         Added gtk_toolbar_*_element() functions.  Rewrote others
1886         to simply call gtk_toolbar_insert_element() to do the
1887         work.
1888         Added two new GtkToolbarChildType options: TOGGLEBUTTON and
1889         RADIOBUTTON, available through the gtk_toolbar_*_element() functions.
1890         
1891 Mon Feb 23 13:44:10 1998  Tim Janik  <timj@gimp.org>
1892
1893         * gtk/gtkstatusbar.h:
1894         * gtk/gtkstatusbar.c:
1895         (re-)implemented the statusbar widget. my first intend was to fix the
1896         code, but then there was nothing to fix.
1897
1898 Sun Feb 22 20:42:04 1998  Marc Ewing <marc@redhat.com>
1899
1900         * gtk/gtkclist.c (gtk_clist_insert): Allow inserts
1901         on empty clists.
1902         
1903 Sun Feb 22 14:28:43 1998  Owen Taylor  <owt1@cornell.edu>
1904
1905         * gtk/gtkmain.c (gtk_events_pending): Count idle handlers
1906         at internal priority as pending events.
1907
1908 Sun Feb 22 00:20:12 MET 1998  Eckehard Berns  <eb@berns.prima.de>
1909
1910         * gdk/gdkcc.c (gdk_color_context_query_colors): fixed a bug for mode
1911         GDK_CC_MODE_TRUE, when on a 24-bit visual on a 32-bit mashine.
1912
1913 Sat Feb 21 15:33:20 1998  Tim Janik  <timj@gimp.org>
1914
1915         * gtk/gtkwidget.h: 
1916         * gtk/gtkwidget.c: renamed signal GtkWidget::set_parent to
1917         GtkWidget::parent_set. since it's purpose is pure notification,
1918         it should have been named this way in the first place.
1919
1920 Sat Feb 21 12:06:11 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
1921
1922         * gtk/gtkentry.c (gtk_entry_set_text): Added a test for passing a
1923         NULL text pointer.
1924
1925 Sat Feb 21 14:49:17 1998  Tim Janik  <timj@gimp.org>
1926
1927         * gtk/gtkobject.h:
1928         * gtk/gtkobject.c: gtk_object_query_args takes an additional pointer
1929         now which if supplied will point to an array holding the sequential
1930         argument ids.
1931
1932         * gtk/gtktree.c: fix emission of selection_changed signal, supplied
1933         by Bolliet Jerome.
1934
1935         * gtk/gtktreeitem.c: inline the plus and minus pixmaps, supplied by
1936         Bolliet Jerome.
1937
1938         * gtk/gtknotebook.c: do a resize when a page is removed and don't
1939         refer to the removed page on the switch signal, supplied by Lars Hamann
1940         and Stefan Jeske.
1941
1942         * gtk/gtktoolbar.h:
1943         * gtk/gtktoolbar.c:
1944         gtk_toolbar_append_item, gtk_toolbar_prepend_item,
1945         gtk_toolbar_insert_item, gtk_toolbar_append_widget,
1946         gtk_toolbar_prepend_widget, gtk_toolbar_insert_widget: take an additional
1947         gchar *tooltip_private_text as argument to fully support the underlying
1948         call to gtk_tooltip_set_tip.
1949
1950 Fri Feb 20 06:40:00 1998  Tim Janik  <timj@gimp.org>
1951
1952         * gtk/gtktipsquery.h: 
1953         * gtk/gtktipsquery.c:
1954         New widget GtkTipsQuery for letting the user query tooltips of widgets.
1955
1956         * gtk/testgtk.c: add example for GtkTipsQuery.
1957
1958         * gtk/gtk.h: include gtk/gtktipsquery.h.
1959
1960         * gtk/gtklabel.c: enable default constructing.
1961         
1962
1963 Thu Feb 19 18:53:51 1998  Larry Ewing  <lewing@discord.isc.tamu.edu>
1964
1965         * removed g_warnings from the common XShm failure cases in gdkimage.c
1966
1967 1998-02-19  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1968
1969         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Added M-p and M-n
1970         key equivalents for up and down keys.  Just for us Emacs weenies :-)
1971
1972 Thu Feb 19 12:18:24 1998  Owen Taylor  <owt1@cornell.edu>
1973
1974         * gtk/testgtk.c : Use POINTER_MOTION_HINT when dragging
1975         shapes around. 
1976         (gtk-wille-980203-0 
1977          Stefan Wille  <1wille@vsys1.informatik.uni-hamburg.de>)
1978
1979         * gtk/gtktext.c : Fixes to inserting and deleting characters
1980         on line breaks.
1981         (gtk-magnus-980210-0 Magnus Hulthen <magnus@axiom.se>)
1982
1983         * glib/configure.in glib/glibconfig.h.in: the value of
1984         ---enable_debug is written into glibconfig.h so everything
1985         is recompiled when it changes. (HACK)
1986
1987         * gtk/gtkmain.c gdk/gdk.c docs/debugging.txt:
1988         Added --gdk-no-debug and --gtk-no-debug switches. Effect
1989         of switches is no cumulative.
1990
1991 Thu Feb 19 06:56:52 1998  Tim Janik  <timj@gimp.org>
1992
1993         * gtkbox.c:
1994         * gtkbutton.c:
1995         * gtkcontainer.c:
1996         * gtkframe.c:
1997         * gtklabel.c:
1998         * gtkobject.c:
1999         * gtkwidget.c:
2000         * gtkwindow.c:
2001         present the argument access masks on their announcement.
2002
2003         * gtk/gtkobject.h:
2004         * gtk/gtkobject.c:
2005         (gtk_object_add_arg_type): take an additional argument describing
2006         the access mask of the new arg. this can be of GTK_ARG_READABLE,
2007         GTK_ARG_WRITABLE or GTK_ARG_READWRITE (the latter is an alias for
2008         the two previous ones).
2009         (gtk_object_query_args): provide an access_mask array if desired.
2010
2011         * gtk/gtkwidget.c (gtk_widget_real_realize):
2012         realized the assumtion that widget is a NO_WINDOW widget
2013         in actuall code.
2014
2015         * gtkwindow.c:
2016         slight changes to gtk_window_configure_event that will make
2017         the resizing behaviour a little less odd.
2018         sigh, for some (buggy) reason, there are still container resizes
2019         triggered by manual resizing to very small window sizes.
2020         the cointainer resizes will cause gtk_real_window_move_resize to
2021         be invoked, which makes the app look like it wants to fight the users
2022         resizing action. ;(
2023
2024 Thu Feb 19 01:11:48 1998  Owen Taylor  <owt1@cornell.edu>
2025
2026         * configure.in         gdk/gdk.[ch]         gdk/gdkcc.c 
2027           gdk/gdkglobals.c     gdk/gdkinputcommon.h gdk/gdkprivate.h 
2028           gdk/gdkvisual.c      glib/configure.in    glib/glib.h
2029           glib/gutils.c        gtk/Makefile.am      gtk/gtkmain.c
2030           gtk/gtkobject.[ch]   gtk/gtkdebug.h       docs/debugging.txt   
2031
2032         New system for controlling debugging:
2033
2034         * --enable-debug=[no/yes/minimum]
2035         * G_DISABLE_ASSERT and G_DISABLE_CHECKS for glib
2036         * G_NO_CHECK_CASTS to control cast checking
2037         * G_ENABLE_DEBUG enables run time checking which controls:
2038             Object tracing
2039             Showing events
2040             Miscellaneous g_print's in GDK
2041           And is controlled by --gdk-debug/GDK_DEBUG, --gtk-debug/GTK_DEBUG
2042         * debug_level and show_events are gone from GTK
2043
2044         See docs/debugging.txt for details.
2045         
2046         And some fixups to the configure.in's so '-g' can be
2047         overriden on the command line for --enable-debug
2048         
2049 Thu Feb 19 05:40:51 1998  Tim Janik  <timj@gimp.org>
2050
2051         * gtk/gtknotebook.h:
2052         * gtk/gtknotebook.c:
2053         applied gtk-hamann_jeske-980218-0.patch.gz, a patch from
2054         Lars Hamann and Stefan Jeske which introduces major
2055         usability improvements.
2056         fixed bugs are:
2057         - container border_width>0 does now work correctly for show_tabs==TRUE
2058           and for tab_pos=GTK_POS_BOTTOM/GTK_POS_RIGHT.
2059         - toggleing visibility of the tab labels works now.
2060         - emission of GtkNotebook:switch_page and all page changes
2061         also the signature for the GtkNotebook:switch_page signal changed,
2062         callbacks should now look like:
2063         gint notebook_switch_page (GtkWidget *widget,   GtkNotebookPage *page,
2064                                    gint       page_num, gpointer         data);
2065
2066 Wed Feb 18 01:09:56 PST 1998  Jay Painter <jpaint@serv.net>
2067         * gdk/gdk.c: fixed ambigous else compiler warning
2068         * gtk/gtkgamma.c: fixed ambigous else compiler warning
2069         * gtk/gtkclist.h:
2070         * gtk/gtkclist.c: new signals which break everything! (yeah!)
2071         * gtk/gtkfilesel.c: fixed to use new clist signals
2072
2073 Wed Feb 18 04:38:24 1998  Tim Janik  <timj@gimp.org>
2074
2075         * gtk/gtkwidget.h:
2076         * gtk/gtkwidget.c:
2077           new signal GtkWidget::set_parent. this signal will be emitted once a
2078           widget gets a new/no parent assigned (i.e. from gtk_widget_unparent
2079           and gtk_widget_set_parent).
2080
2081 Wed Feb 18 02:58:50 1998  Tim Janik  <timj@gimp.org>
2082
2083         * gtk/gtktooltips.h:
2084           new functions gtk_tooltips_data_get and
2085           gtk_tooltips_set_tip, gtk_tooltips_set_tips is discouraged now.
2086         (_GtkTooltips): removed some fields that were never used.
2087           changed boolean fields to one bit size, to pack together with
2088           the delay field.
2089         (_GtkTooltipsData): added tip_private, renamed tips_text to
2090           tip_text.
2091         * gtk/gtktooltips.c:
2092           (gtk_tooltips_data_get): new function to retrive the
2093           _GtkTooltipsData structure of a widget.
2094         (gtk_tooltips_set_tip): new function for more extensible tooltips
2095           settings than gtk_tooltips_set_tips which is discuraged now.
2096           removed a bug that caused a stale object_data key to a
2097           _GtkTooltipsData structure.
2098           removed a bug that caused tips falsly to come up for a grab widget
2099           on widgets where events were grabbed from.
2100
2101 1998-02-17  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2102
2103         * gdk/gdkcc.c: Added some missing newlines on debug messages.
2104
2105 Tue Feb 17 05:41:31 1998  Tim Janik  <timj@gimp.org>
2106
2107         * gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already
2108           in this place, so the application will never see entry->text==NULL.
2109           (see also ChangeLog entry from Tue Feb 11 1997 on this).
2110
2111         * gtk/gtkcheckbutton.c:
2112         * gtk/gtkradiobutton.c:
2113         * gtk/gtktogglebutton.c:
2114           applied patch to fix draw_indicator behaviour from Lars Hamann
2115           and Stefan Jeske.
2116
2117         * gtk/gtkmain.h:
2118         * gtk/gtkmain.c (gtk_grab_get_current): new function
2119           that returns the current grab widget or NULL.
2120
2121         * gdk/gdkwindow.c (gdk_window_shape_combine_mask): remove
2122           shape mask if mask==NULL (provided by Stefan Wille).
2123
2124 Tue Feb 17 00:06:26 1998  Owen Taylor  <owt1@cornell.edu>
2125
2126         * gtk/gtkpaned.c, gtk/gtk[hv]paned.c: (gtk-fortier-980215-0)
2127           From Patrice Fortier <Patrice.Fortier@aquarel.fr>
2128
2129           Add a widget->window for paned windows, so they
2130           can be reparented properly.
2131
2132 Mon Feb 16 23:47:09 1998  Owen Taylor  <owt1@cornell.edu>
2133
2134         * gtk/gtkviewport.c: (gtk-fortier-980130-0)
2135           From Patrice Fortier <Patrice.Fortier@aquarel.fr>
2136         
2137           Eliminate some extra expose events for viewports.
2138           (To be conservative, I set the user's event mask for
2139            both widget->window, and viewport->bin_window  -owt)
2140
2141 Mon Feb 16 23:12:14 1998  Owen Taylor  <owt1@cornell.edu>
2142
2143         * gtk/gtkmain.c: Make timeout and idle insertion code
2144           use g_list_insert_sorted().
2145
2146 Mon Feb 16 17:35:17 1998  Owen Taylor  <owt1@cornell.edu>
2147
2148         * gtk/gtktreeitem.c: Use gtk_signal_default_marshaller,
2149           for expand/collapse signals.
2150
2151 Fri Feb 13 19:08:51 1998  Tim Janik  <timj@gimp.org>
2152
2153         * gtk/gtkclist.c (check_exposures): check for clist !REALIZED.
2154         (draw_rows): bail out if the widget isn't drawable.
2155         (hadjustment_value_changed): 
2156         (vadjustment_value_changed): bail out if clist isn't drawable.
2157
2158         * gdk/gdk.c (graphics_expose_predicate): check for private != NULL.
2159         (gdk_event_get_graphics_expose): check for window != NULL.
2160
2161 Fri Feb 13 00:33:26 1998  Owen Taylor  <owt1@cornell.edu>
2162
2163         * gtk/testgtk.c (shape_create_icon): Realize window before
2164           creating xpm so it gets the right colormap/visual,
2165           instead of the default one.
2166
2167 Thu Feb 12 23:59:49 1998  Owen Taylor  <owt1@cornell.edu>
2168
2169         * gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch]
2170           gtk/gtkselection.[ch] gdk/gdk.[ch] gtktypeutils.h 
2171           
2172           Replaced all _interp functions with _full functions.
2173           (_interp functions left in for compatibility until 0.99.5). 
2174           Difference: _full functions take _both_ a C-language callback and a
2175           marshaller, and simply ignore the C-language callback
2176           if the marshaller is present. This allows the destroy notification
2177           to be used without marshalling.
2178
2179           gtk_selection_add_handler[_full]() regularized to agree
2180           with other callbacks.
2181         
2182           Also, added gtk_input_add_full() to the header file. 
2183           (gtk_input_add_interp() was never there)
2184
2185         * gtk/gtkmain.[ch] gtk/gtkwidget.c: Idle functions are now prioritized.
2186           Added new function gtk_idle_add_priority to create
2187           an idle with a specified priority (default is zero)
2188           constants #defined - GTK_PRIORITY_[HIGH/INTERNAL/DEFAULT/LOW]
2189           (redraws, resizes run at GTK_PRIORITY_INTERNAL)
2190         
2191         * gtk/gtkentry.c gtk/testselection.c: changes to keep up with change
2192           to gtkselection.c. 
2193
2194         * gtk/gtkentry.c gtk/gtkinputdialog.c gtk/gtklist.c
2195           gtk/gtklistitem.c gtktree.c gtk/gtktreeitem.c testgtkrc:
2196
2197           Change style->white to style->base[] where appropriate.
2198           Change the default style to make this apparent. (Yes, its
2199           ugly... it can be removed later)
2200         
2201 Tue Feb 10 15:01:44 1998  Owen Taylor  <owt1@cornell.edu>
2202
2203         * gtk/gtkobject.c gtk/gtkobject.h: Add a DestroyNotify
2204         field, and gtk_object_set_data_full() to match.
2205
2206         * gtk/gtkobject.c (gtk_object_finalize): ObjectData structures
2207         were being added to a free list, then forgotten about. Just
2208         rely on GMemChunk instead.
2209
2210 2018-02-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2211
2212         * gtk/gtkclist.c:
2213         * gtk/gtkentry.c: 
2214         * gtk/gtkfixed.c:
2215         * gtk/gtkhandlebox.c:
2216         * gtk/gtknotebook.c:
2217         * gtk/gtkpaned.c:
2218         * gtk/gtkpreview.c:
2219         * gtk/gtkrange.c:
2220         * gtk/gtkruler.c:
2221         * gtk/gtktext.c:
2222         * gtk/gtkviewport.c:
2223         Fixed unrealize handler to comply with the
2224         documentation (which mentions the right thing to do).
2225
2226 Wed Feb 11 00:18:31 1998  Tim Janik  <timj@gimp.org>
2227
2228         * docs/refcounting.txt: backed out the section "Gnits to care about".
2229         * docs/developers.txt: new file, kinda developers FAQ.
2230
2231         * gtk/gtksignal.c: new function gtk_signal_handler_pending() returning
2232           the id of the next handler pending for that signal or 0.
2233           put struct GtkHandler back into gtksignal.c along with
2234           gtk_signal_get_handlers.
2235
2236 Tue Feb 10 07:12:07 1998  Tim Janik  <timj@gimp.org>
2237
2238         * gtk/gtksignal.h:
2239         * gtk/gtksignal.c:
2240         ok, there have been several severe bugs in the signal handler
2241         referencing and ->next connection stuff. these bugs caused
2242         invokations of handlers that are disconnected and - worse -
2243         destroyed already. invokation of *destroyd* handlers mean:
2244         anything can be executed , because the handler structure can just
2245         as well be realocated.
2246         at the cost of an extra ->prev field per handler we should have a
2247         reasonable stable system now, because of the various places that
2248         can cause a handler to be disconnected (*any* handler invokation can
2249         cause *any* or *all* handlers to be disconnected, there is no way
2250         around a doubly linked list, actually handler disconnection has never
2251         worked correctly because of this.
2252         handlers are connected together via a *doubly* linked list now, and it
2253         is *not* valid to remove a handler out of this list untill all its
2254         references have been droped, i.e. handler->ref_count==0.
2255         to prevent emissions of disconnected but still referenced handlers,
2256         disconnected handlers are simply marked as blocked and get an id of 0
2257         which is an invalid signal handler id.
2258         the handler->id has been changed to have 28 significant bits (using
2259         alignment gaps), since 65536 (old range: guint16) signal connections
2260         (as a total) can easily be reached by complex applications.
2261         this whole handler thingy is at least as tedious as writing doubly
2262         linked list implementations ;)
2263
2264 Mon Feb  9 23:08:16 1998  Owen Taylor  <owt1@cornell.edu>
2265
2266         * gtk/gtkwidget.c (gtk_widget_unparent): Check for
2267           the RESIZE_NEEDED flag and remove the widget from the list.
2268           Remove the check from gtk_widget_destroy (no longer needed).
2269
2270         * Unrealize widget _before_ calling "destroy" signal, and
2271           unset VISIBLE flag.
2272
2273         * Unrealize child widgets _after_ unrealizing parent to improve
2274           visual appearance.
2275
2276 Mon Feb  9 16:42:21 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2277
2278         * gtk/gtksignal.c (gtk_signal_get_handlers): no longer a private
2279         routine;
2280         gtksignal.h: export gtk_signal_get_handlers and GtkHandlers type. 
2281
2282 Sun Feb  8 07:06:54 1998  Tim Janik  <timj@gimp.org>
2283
2284         * gtk/gtkmenu.c (gtk_menu_get_attach_widget): new function to return
2285           the widget that the menu is attached to.
2286
2287 Sat Feb  7 11:33:08 1998  Owen Taylor  <owt1@cornell.edu>
2288
2289         * gdk/gdkgc.c (gdk_gc_copy): use a mask of 0xffffffff
2290           instead of 0xffff, since there are 22 flags currently
2291           defined. (From: Jon Trowbridge <trow@emccta.com>)
2292
2293           Changed to something better. ~((~1) << GCLastBit)
2294                    (From: from Daniel Stephens <daniel@cheeseplant.org>)
2295         
2296 Sat Feb  7 02:29:01 1998  Tim Janik  <timj@gimp.org>
2297
2298         * gdk/gdk.c (gdk_event_translate): don't wipe out window_private's x
2299           and y coordinates if the configure notify is only about resizing,
2300           query the correct origin instead.
2301
2302 Wed Feb  4 23:05:28 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
2303
2304         * gtk/gtkmenufactory.c: menufactories now ref&sink the menus they
2305         create
2306
2307 Thu Feb  5 02:13:08 1998  Tim Janik  <timj@gimp.org>
2308
2309         * gtk/gtklist.h:
2310         * gtk/gtklist.c (gtk_list_remove_items_no_unref): new function
2311           to perform the same actions as gtk_list_remove_items, but
2312           supply the removed widgets with an additional reference count.
2313
2314         * gtk/gtkmain.c (gtk_main_iteration_do): ignore events
2315           with event_widget == NULL, since they are bogus events
2316           from destroyed GdkWindows, exept for the case where
2317           event->type==GDK_PROPERTY_NOTIFY. Always handle expired
2318           timeout functions when returning from this function.
2319
2320         * gtk/gtkwidget.c (gtk_widget_event): ignore GDK_EXPOSE events
2321           if event->window == NULL. Also, if this function couldn't handle
2322           the event for any reason (including failing assumptions), make
2323           the return value to look as if the event had been handled to
2324           avoid further processing (and warnings).
2325           
2326         * gtk/gtkwidget.h:
2327         * gtk/gtkwidget.c: remove gtk_widget_sink, because there is
2328           no point in providing such a function.
2329
2330         * gdk/gdk.c (gdk_init): changed options `-name' and `-class'
2331           to `--name' and `--class', because the old names would
2332           confuse getopt(). these arguments have been introduced in the
2333           changes from gtk+970916 to gtk+970925 without a ChangeLog entry,
2334           changing argument names is painful, it would be nice if people
2335           would care about compatibility and consistency in the first place!
2336
2337 Tue Feb  3 15:09:55 1998  Tim Janik  <timj@gimp.org>
2338         
2339         * docs/widget_system.txt: new file containing notes about
2340           the inner workings of the widget system of GTK+, a widget
2341           flag description and certain invariants about widget states.
2342         
2343         * docs/refcounting.txt: moved file (previously REFCOUNTING)
2344           introducing The Reference Counting Scheme of GDK an GTK+.
2345           lots of additions/corrections.
2346
2347         * gtk/gtksignal.c (gtk_signal_real_emit): for the emission
2348           of AFTER signals, fetch the objects signals via
2349           gtk_signal_get_handlers again. some handlers might have
2350           been removed or added. not doing this would mess up the
2351           memchunk allocation of signal handlers (this had been
2352           triggered by multiple *_while_alive connections), bad, bad, bad!
2353           (gtk_handlers_run): do the referencing on signal handlers
2354           unconditionally, the invokation of AFTER handlers will now take
2355           care of modified lists.
2356
2357         * gtk/gtksignal.h: added gtk_signal_connect_while_alive.
2358
2359 Tue Feb  3 15:34:27 1998  Owen Taylor  <owt1@cornell.edu>
2360
2361         * gdk/gdkcolor.c (gdk_colormap_get_system): Only query
2362           the colormap for GRAYSCALE and PSEUDOCOLOR visuals,
2363           and don't ask for more than 256 colors in any case.
2364
2365         * gdk/gdkwindow.c (gdk_window_internal_destroy): Remove
2366           the input window information when we destroy the window,
2367           not when we are notified of it.
2368
2369         * gdk/gdkinputcommon.h (gdk_input_device_new): Work around
2370           bug in XFree86 3.3.1's handling of Wacom macro buttons.
2371           by assumming no device will report exactly 25 buttons.
2372
2373         * gdk/gdkinputcommon.h (gdk_input_common_other_event): Fill
2374           in string translation for generated key press events,
2375           do sanity checking on received key codes.
2376
2377         * gdk/gdkcc.c (gdk_color_context_new): Allocate enough
2378           room for a GdkColorContextPrivate, not just for a 
2379           GdkColorContext.
2380
2381 Tue Feb  3 15:09:55 1998  Tim Janik  <timj@gimp.org>
2382
2383         * gtk/testgtk.c: don't add the same menu to different menuitems/
2384           optionmenus.
2385
2386         * gtk/gtkmenuitem.h:
2387         * gtk/gtkmenuitem.c: new function gtk_menu_item_remove_submenu ro
2388           be consistent with optionmenu. use gtk_menu_attach_to_widget/
2389           gtk_menu_detach for setting/removing the submenu.
2390           invoke gtk_widget_destroy(submenu) in destructor to be consistent
2391           with other destructors.
2392
2393         * gtk/gtkoptionmenu.h: 
2394         * gtk/gtkoptionmenu.c: attach/detach to menu widget via
2395           gtk_menu_attach_to_widget/gtk_menu_detach.
2396           invoke gtk_widget_destroy(menu) in destructor to be consistent
2397           with other destructors.
2398
2399         * gtk/gtkmenu.h: 
2400         * gtk/gtkmenu.c: new functions gtk_menu_attach_to_widget
2401           and gtk_menu_detach that correspond to the action of
2402           gtk_widget_set_parent and gtk_widget_unparent.
2403
2404         * gtk/widget.c: few fixups.
2405
2406 Tue Feb  3 00:12:00 1998  Owen Taylor  <owt1@cornell.edu>
2407         * gtk/gtktable.c 
2408           Fixed problem with division by zero in row/column-spanned
2409           tables. Also removed a bunch of conditionals by making
2410           the observation that x/1 == x.
2411
2412 Mon Feb  2 04:15:08 1998  Tim Janik  <timj@gimp.org>
2413
2414         * gtk/gtkwindow.c:
2415         * gtk/gtkwidget.c:
2416         * gtk/gtkmain.c:
2417         * gtk/gtkwidget.c:
2418         * gtk/gtkcontainer.c:
2419         * gtk/gtkprivate.h (GTK_PRIVATE_UNSET_FLAG) (GTK_PRIVATE_UNSET_FLAGS): 
2420           changed name to reflect that these macros in fact can't operate on
2421           multiple flags.
2422
2423         * gtk/gtktoolbar.c: fixed destroy handler, so it doesn't
2424           segfault with the new refcounting scheme anymore.
2425
2426         * gtk/gtkhandlebox.c:
2427         * gtk/gtkclist.c:
2428         * gtk/gtkentry.c:
2429         * gtk/gtkrange.c:
2430         * gtk/gtktext.c:
2431         * gtk/gtkviewport.c:
2432           enforced
2433           gdk_window_set_user_data (window, NULL);
2434           gdk_window_destroy (window);
2435           window = NULL;
2436           throughout the code.
2437
2438         * gtk/gtkmain.c (gtk_propagate_event): fixed a bad, bad referencing
2439           bug that could caused unreferencing of finalized objects.
2440
2441         * gtk/testgtk.c: destroy fileselection on "OK" (this triggered the
2442           above mentioned bug).
2443
2444         * gtk/gtkwidget.h:
2445         * gtk/gtkwidget.c:
2446         * gtk/gtkobject.h:
2447         * gtk/gtkobject.c:
2448           implemented and object reference tracer (gtk_trace_referencing) which
2449           is activated if GTK_TRACE_OBJECTS is defined (currently per default).
2450           in gdb: set the static variable `gtk_trace_object' to point to the
2451           object that you want to have reference traced.
2452
2453         * gtk/gtkfileselection.c: few cleanups.
2454
2455         * gtk/gtkcolorsel.c:
2456         * gtk/gtkcombo.c:
2457         * gtk/gtkobject.c:
2458         * gtk/gtkselection.c:
2459         * gtk/gtkwidget.c:
2460         * gtk/gtkwindow.c:
2461           cleanups with key name spaces.
2462
2463         * gtk/gtkcombo.c: fixed destruction bug with popwin.
2464
2465         * gtk/gtkcontainer.h: 
2466         * gtk/gtkcontainer.c: GTK_RESIZE_NEEDED is a private flag now.
2467           (gtk_container_register_toplevel): new function.
2468           (gtk_container_unregister_toplevel): new function.
2469
2470         * gtk/gtkmain.c: GTK_LEAVE_PENDING is a private flag now.
2471
2472         * gtk/gtkmenu.c: call gtk_container_register_toplevel in
2473           gtk_menu_class_init instead of this dirty gtk_widget_set_parent(,NULL)
2474           hack. new default handler gtk_menu_destroy for calling
2475           gtk_container_unregister_toplevel. removed GTK_ANCHORED, GTK_UNMAPPED.
2476
2477         * gtk/gtkobject.h: macro cleanups, added GTK_DESTROYED flag.
2478
2479         * gtk/gtkobject.c: only emit DESTROY signal if !GTK_OBJECT_DESTROYED
2480           (object).
2481
2482         * gtk/gtkprivate.h: new file that will not be automatically included.
2483           it holds the private flags for GtkWidget along with it's SET/UNSET
2484           and examination macros.
2485
2486         * gtk/gtkwidget.c: private flags: GTK_RESIZE_NEEDED, GTK_REDRAW_PENDING,
2487           GTK_RESIZE_PENDING, GTK_IN_REPARENT, GTK_USER_STYLE. GTK_ANCHORED is
2488           replaced by GTK_TOPLEVEL. added missing UNSET for GTK_IN_REPARENT.
2489           removed the gtk_widget_set_parent(, NULL) hack for toplevels.
2490           upon destroy free memory for widgets with GTK_WIDGET_HAS_SHAPE_MASK.
2491
2492         * gtk/gtkwidget.h: split up the widget flags into a public and a private
2493           portion. added an extra field private_flags to GtkWidget without making
2494           it bigger by using an alignment gap of 16 bit. macro cleanups.
2495
2496         * gtk/gtkwindow.c: removed GTK_ANCHORED. new function gtk_window_destroy
2497           for calling gtk_container_unregister_toplevel. removed the
2498           gtk_widget_set_parent(,NULL), call gtk_container_register_toplevel
2499           instead. remove GTK_UNMAPPED. GTK_RESIZE_NEEDED is private now.
2500
2501         * gtk/gtksignal.c (gtk_signal_disconnect): removed a bug on
2502           removal that cut off the handler list -> living_objects == 0
2503           with testgtk. made some warnings more descriptive.
2504           new function gtk_signal_connect_object_while_alive, which
2505           will automatically destroy the connection once one of the objects
2506           is destroyed. didn't include this before removal of the above
2507           mentioned bug.
2508
2509 Sat Jan 31 21:26:27 1998  Owen Taylor  <owt1@cornell.edu>
2510
2511         * gtk/gtkwidget.c: Added a new GTK_IN_REPARENT flag and revised
2512           gtk_widget_reparent so that the child would not be unrealized
2513           unnecessarily. Changed gtk_widget_unrealize () to recursively
2514           unrealize the children (since the child windows will be 
2515           destroyed too.)
2516
2517 Sat Jan 31 00:05:34 PST 1998 Manish Singh <yosh@gimp.org>
2518
2519         * gtk/gtkcombo.c: changed to use g_strcasecmp
2520         * gtk/gtkobject.c: #include <stdlib.h> for atexit
2521
2522 Sat Jan 31 00:13:33 1998  Owen Taylor  <owt1@cornell.edu>
2523
2524         * gtk/gtkstyle.c: Backed out change to close polygons
2525           since it caused problems for the Notebook.
2526
2527 Fri Jan 30 22:28:09 1998  Owen Taylor  <owt1@cornell.edu>
2528
2529         * gtk/gtkclist.{c,h}:
2530            - Conformity to new reference counting schemes
2531            - Font and color information is no-longer taken from
2532              the (possibly unitialized) style before the widget
2533              is realized, but is obtained when needed. (Fixes
2534              problems with non-default styles)
2535            - white_gc => base_gc where appropriate
2536            - Handle graphics expose events correctly (or as
2537              correctly as anywhere else) so that scrolling when
2538              overlapped works.
2539
2540 Fri Jan 30 21:32:11 1998  Owen Taylor  <owt1@cornell.edu>
2541
2542         * gtk/gtkwidget.c (gtk_widget_init): Don't replace the object
2543         flags, augment them. (Otherwise we'll clear the FLOATING flag)
2544
2545 Fri Jan 30 23:55:03 1998  Tim Janik  <timj@gimp.org>
2546
2547         * Incorporation of Marius Vollmer's reference counting revolution,
2548           plus various fixups and additions from myself.
2549
2550         * gdk/gdk.h:
2551         * gdk/gdkgc.c: new functions gdk_gc_ref/gdk_gc_unref.
2552
2553         * gdk/gdkprivate.h: cleanups on ref_count field sizes.
2554
2555         * gtk/gtkadjustment.c (gtk_adjustment_set_value): new function for
2556           emission of GtkAdjustment::value_changed signal.
2557
2558         * gtk/gtkbin.c:
2559         * gtk/gtkcolorsel.c:
2560         * gtk/gtkcurve.c:
2561         * gtk/gtkentry.c:
2562         * gtk/gtkframe.c:
2563         * gtk/gtkinputdialog.c:
2564         * gtk/gtklabel.c:
2565         * gtk/gtkpixmap.c:
2566         * gtk/gtkpreview.c:
2567         * gtk/gtkrange.c:
2568         * gtk/gtktable.c:
2569         * gtk/gtkwindow.c:
2570           replaced functionality of gtk_*_destroy by gtk_*_finalize.
2571
2572         * gtk/gtkbox.c:
2573         * gtk/gtkbutton.c:
2574         * gtk/gtkfixed.c:
2575         * gtk/gtkmenushell.c:
2576         * gtk/gtknotebook.c:
2577         * gtk/gtkpaned.c:
2578         * gtk/gtkscale.c:
2579           removed default destroy handler.
2580
2581         * in general: reference parent->window for NO_WINDOW widgets.
2582           set user data of a GdkWindow to NULL before destruction.
2583         
2584         * gtk/gtkbutton.c: use gtk_widget_unparent instead of gtk_widget_destroy
2585           in *_set_arg.
2586
2587         * gtk/gtkcontainer.c: provide other containers with a default destroy
2588           handler that will destroy all children.
2589           new function gtk_container_foreach_interp.
2590           new field resize_widgets.
2591
2592         * gtk/gtklist.c: handle destruction of children in gtk_list_destroy.
2593           replaced occourances of gtk_widget_destroy with gtk_widget_unparent.
2594           reference children that are in the selection list.
2595
2596         * gtk/gtkmain.c: reference grab widgets.
2597           (gtk_get_event_widget): check for event.window != NULL. Note: this
2598           function may return NULL now!.
2599           (gtk_propagate_event): much simplified by using proper reference
2600           counting.
2601
2602         * gtk/gtkmenu.c: introduce GTK_TOPLEVEL, and gtk_widget_set_parent(,
2603           NULL) hack.
2604
2605         * gtk/gtkmenuitem.c: gtk_widget_(un)ref the submenu.
2606
2607         * gtk/gtkmenushell.c: check for return value of gtk_get_event_widget.
2608
2609         * gtk/gtknotebook.c: proper gtk_widget_unparent()ing.
2610
2611         * gtk/gtkobject.c: new functions gtk_object_finalize,
2612           gtk_object_notify_weaks, gtk_object_debug, gtk_object_sink,
2613           gtk_object_weakref, gtk_object_weakunref. implementation of the new
2614           reference counting scheme for gtkobjects (consult gtk+/REFCOUNTING).
2615
2616         * gtk/gtkoptionmenu.c: proper reference counting for option_menu->menu.
2617
2618         * gtk/gtkscrolledwindow.c: new finalize handler for proper referencing
2619           of the subwidgets.
2620
2621         * gtk/gtksignal.c: internal representation of signal_type is now 16 bit
2622           instead of 13 bits. this is needed because of user signals.
2623           new functions gtk_signal_handler_ref and gtk_signal_handler_unref
2624           (replacement for gtk_signal_handler_destroy).
2625           gtk_signal_emit, gtk_signal_emit_by_name, gtk_signal_real_emit used
2626           to return the existence of a GtkObject. this will always be TRUE now,
2627           therefore the return value is now void.
2628
2629         * gtk/gtktooltips.h:
2630         * gtk/gtktooltips.c: GtkTooltips is now a descendant of GtkData and
2631           therefore a real GtkObject.
2632
2633         * gtk/gtktree.c: reference changes similar to thos in gtklist.c.
2634
2635         * gtk/gtktreeitem.c: reference th e pixmaps properly.
2636
2637         * gtk/gtktypeutils.h:
2638         * gtk/gtktypeutils.c: new function gtk_arg_copy() to conform to
2639           the requirements of gtk_object_get().
2640
2641         * gtk/gtkviewport.c: finalize handler for proper referencing of the
2642           adjustments.
2643
2644         * gtk/gtkwidget.c: substituted VISIBILITY_NOTIFY_EVENT by NO_EXPOSE_EVENT.
2645           added finalize handler. added gtk_widget_ref/gtk_widget_unref.
2646           new functions gtk_widget_idle_draw and gtk_widget_idle_sizer, that
2647           will handle all widgets that are currently in either queue.
2648           referencing all over the place. changes because gtk_signal_emit
2649           returns void now. moved queue removal into the destroy handler.
2650           gtk_widget_real_unrealize propagates now down the tree. new flag
2651           GTK_TOPLEVEL. new function gtk_widget_destroyed for connection to the
2652           destroy signal of a widget. this function nullifies the widgets
2653           structure pointer, look at gtkmain.c for an example on this.
2654
2655         * gtk/gtkwindow.c: new functions gtk_window_activate_focus,
2656           gtk_window_activate_default. for activation of the appropriate
2657           children. changes to the resizing code because there is a new
2658           field resize_widgets in GtkContainer now.
2659
2660         * gtk/testgtk.c: some changes because of all the above ;)
2661
2662 Fri Jan 30 17:41:06 1998  George Lebl  <jirka@5z.com>
2663
2664         * gtk/gtktable.c: fixed round-off error in calculation
2665           of tabels with a lot of cells
2666
2667 Fri Jan 30 08:51:16 1998  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
2668
2669         * gdk/gdkcc.c (gdk_color_context_get_pixel): red/green/blue
2670         parameters are now expected to be in [0, 65535], to be consistent
2671         with the rest of Gdk.
2672         (gdk_color_context_get_pixels): Made it use 16-bit color values as
2673         well.  Fixed mdist=1000000 buglet (it should start with at least
2674         0x1000000).
2675         (gdk_color_context_get_pixels_incremental): Same as
2676         gdk_color_context_get_pixels().
2677
2678 Thu Jan 29 22:57:39 1998  Owen Taylor  <owt1@cornell.edu>
2679
2680         * gtk/gtkstyle.c (gtk_default_draw_polygon): Close
2681           the polygon if it isn't already. (To match gtk_draw_polygon)
2682           Simplified logic. (Appearance could probably be
2683           improved for objects with gradual curves by adding in
2684           some intermediate edge coloration)
2685
2686 Thu Jan 29 21:36:14 1998  Tim Janik  <timj@gimp.org>
2687
2688         * gtk/gtksignal.c (gtk_signal_query): new function to gather
2689           information about a certain signal.
2690
2691         * gtk/gtksignal.c (gtk_signal_newv): new function similar to
2692           gtk_signal_new().
2693
2694         * gtk/gtksignal.c (gtk_signal_real_emit): check for function_offset
2695           == 0.
2696
2697         * gtk/gtksignal.c (gtk_signal_connect_by_type): perform a signal
2698           id lookup on the parent as well.
2699
2700         * gtk/gtkobject.c (gtk_object_class_add_user_signal): new
2701           function for implementation of user defined signals.
2702         * gtk/gtkobject.c (gtk_object_class_add_signals): free old
2703           signal id array.
2704
2705         * gtk/gtkobject.h: this holds the typedefs for GtkSignalFunc and
2706           GtkSignalMarshaller now, because they are used for
2707           gtk_object_class_add_user_signal.
2708
2709         * gtk/gtktypeutils.c (gtk_type_class_init): reset object_class->signals
2710           and object_class->nsignals for new object classes.
2711
2712 Tue Jan 27 15:52:48 1998  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
2713
2714         * gtk/gtkhandlebox.c (gtk_handle_box_realize): The auto_shrink
2715         policy of the floating window is now set to TRUE.  This fixes the
2716         problem of the floating window being too big when the handlebox
2717         child is small.
2718         (gtk_handle_box_motion): Now we use GDK_POINTER_MOTION_HINT_MASK
2719         to improve movement.
2720
2721 Tue Jan 27 14:15:50 CST 1998 Shawn T. Amundson <amundson@gimp.org>
2722
2723         * docs/gtkfaq.sgml: more additions/changes Tony Gale.
2724
2725 Mon Jan 26 17:12:12 CST 1998 Shawn T. Amundson <amundson@gimp.org>
2726
2727         * docs/gtkfaq.sgml: additions/changes from new FAQ maintainers
2728           Nathan Froyd and Tony Gale.
2729
2730 Mon Jan 26 16:54:02 CST 1998 Shawn T. Amundson <amundson@gimp.org>
2731
2732         * docs/gtk.texi: additions/changes from Gregory A. McLean
2733
2734 Mon Jan 26 02:15:29 1998  Tim Janik  <timj@gimp.org>
2735
2736         * gdk/gdkdraw.c:
2737         * gdk/gdkgc.c:
2738         * gdk/gdkimage.c:
2739         * gdk/gdkinput.c:
2740         * gdk/gdkpixmap.c:
2741         * gdk/gdkproperty.c:
2742         * gdk/gdkselection.c:
2743         * gdk/gdkwindow.c: added a bunch of checks for window != NULL and
2744           private->destroyed.
2745
2746 Sun Jan 25 19:15:32 1998  Tim Janik  <timj@gimp.org>
2747
2748         * gtk/gtkwidget.h (enum): added new widget flag GTK_LEAVE_PENDING.
2749         * gtk/gtkmain.c (gtk_main_iteration_do): if a widget has
2750           GTK_LEAVE_PENDING set, send it its LEAVE_NOTIFY event, regardless
2751           of a grab or sensitivity.
2752           changed the compression code for enter/leave notify events to
2753           free *both* compressed event, and removed an unneccessary call
2754           to g_list_remove.
2755
2756         * ChangeLog: finally catched up with the recent changes on my part.
2757
2758         * gtk/gtkobject.h: new element n_args in GtkObjectClass.
2759         * gtk/gtkobject.c (gtk_object_query_args): this function now returns
2760           the arguments in the correct order.
2761
2762         * gtk/gtkbox.c:
2763         * gtk/gtkbutton.c:
2764         * gtk/gtkcontainer.c:
2765         * gtk/gtkframe.c:
2766         * gtk/gtklabel.c:
2767         * gtk/gtkobject.c:
2768         * gtk/gtkwidget.c:
2769         * gtk/gtkwindow.c: various fixes and additions to the gtk_*_set_arg
2770           and gtk_*_get_arg() functions.
2771
2772         * gdk/gdk.h:
2773         * gdk/gdk.c (gdk_pointer_is_grabbed): new function.
2774
2775         * gtk/gtkmain.h:
2776         * gtk/gtkmain.c: implementations of gtk_invoke_key_snoopers(),
2777           gtk_key_snooper_install() and gtk_key_snooper_remove(). this
2778           mechanism allowes applications to track global hot keys that need
2779           to bypass accelerator tables and else key processing stuff.
2780
2781 Thu Jan 22 18:58:44 1998  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
2782
2783         * gdk/gdkcc.c: Switched the file to GNU indentation, for consistency.
2784
2785         * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix
2786         two lines with wrong indentation :-)
2787
2788 Thu Jan 22 02:32:06 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
2789
2790         * gtk/Makefile.am: Fixed the call to runelisp to use $(SHELL).
2791           (Cannot rely on the script having execute permissions.)
2792
2793 Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
2794
2795         * Released 0.99.3
2796
2797 Wed Jan 21 01:32:21 1998  Tim Janik  <timj@psynet.net>
2798
2799         * gtk/gtkwidget.h:
2800         * gtk/gtkwidget.c: changed the state_changed signal to take an
2801           extra argument `old_state'.
2802           removed `gtk_widget_restore_state'.
2803           changed `gtk_widget_set_state' and `gtk_widget_set_sensitive' to use
2804           only one function `gtk_widget_propagate_state' to iterate down the
2805           tree. this causes GtkWidget::state_changed to be invoked on state
2806           changes and on sensitivity changes. some comment cleanups.
2807
2808 Tue Jan 20 16:38:52 1998  Owen Taylor  <owt1@cornell.edu>
2809         * gtk/gtkcombobox.{c,h}: removed
2810           gtk/gtkcombo.{c,h}: added [Paolo Molaro's version]
2811           gtk/testgtk.c: changed to use new version
2812           gtk/Makefile.am gtk/gtk.h
2813         
2814 Mon Jan 19 20:10:19 CST 1998 Shawn T. Amundson <amundson@gimp.org>
2815
2816         * gdk/gdk.h Fixed typo where strdup was used instead of g_strdup
2817           (found by Frank Neumann)
2818
2819 Mon Jan 19 16:21:00 1998  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
2820
2821         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Set
2822         container_class->focus to NULL.  Widgets in the toolbar should not
2823         get the focus via the normal key bindings (no toolkit does this,
2824         and it makes sense).
2825
2826         * gtk/testgtk.c (create_toolbar): Removed the GTK_PIXMAP casts to
2827         match Eckehard's new prototypes.
2828
2829         * gtk/gtktoolbar.h: Switched the order of the tooltip_text and
2830         widget parameters to the gtk_toolbar_*_widget() functions, to be
2831         friendlier to the C++ bindings.  This is per request of Guillaume
2832         Laurent.
2833
2834 Mon Jan 19 09:16:38 1998  Tim Janik  <timj@psynet.net>
2835
2836         * gtk/gtkmain.c (gtk_grab_add) (gtk_grab_remove): this is a stack
2837           of grabbing widgets now, having unique entries. the GTK_HAS_GRAB
2838           flag of a widget is set while it is on the stack (wasn't
2839           implemented before).
2840
2841 Mon Jan 19 00:46:18 1998 MET  Eckehard Berns  <eb@berns.prima.de>
2842
2843         * gtk/gtktoolbar.[ch]: changed
2844           gtk_toolbar_{append,prepend,inser]_item to accept any GtkWidget
2845           as icon to allow more flexibility
2846
2847 Sun Jan 18 16:54:55 CST 1998 Shawn T. Amundson <amundson@gimp.org>
2848         * gtk/gtkstatusbar.[ch] added new widget, the statusbar
2849
2850 Sun Jan 18 09:57:00 1998  Owen Taylor  <owt1@cornell.edu>
2851
2852         * gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkdrawingarea.c
2853           gtk/gtkentry.c gtk/gtkeventbox.c gtk/gtkfixed.c
2854           gtk/gtkhandlebox.c gtk/gtkhscale.c gtk/gtkhscrollbar.c
2855           gtk/gtkitem.c gtk/gtklist.c gtk/gtkmenushell.c gtk/gtkmisc.c
2856           gtk/gtknotebook.c gtk/gtkpaned.c gtk/gtkpreview.c
2857           gtk/gtkprogressbar.c gtk/gtkruler.c gtk/gtktext.c gtk/gtktree.c
2858           gtk/gtkviewport.c gtk/gtkvscale.c gtk/gtkvscrollbar.c
2859           gtk/gtkwidget.{c,h}
2860
2861         Added gtk_widget_set_parent_window() and 
2862         gtk_widget_get_parent_window(). All widgets should use:
2863         
2864            gtk_widget_get_parent_window() instead of widget->parent->window.
2865         
2866         Any widget that wants to have children not in the parent window,
2867         should use gtk_widget_set_parent() in their realize() and
2868         add() routines. 
2869
2870         CList and Viewport widgets changed to do this. (Viewport
2871         widget using code from gtk-fortier-980117-0.patch.)
2872
2873 Sat Jan 17 23:56:02 1998  Owen Taylor  <owt1@cornell.edu>
2874
2875         * gtk/gtkobject.c:
2876            renamed g_string_equal => g_str_equal
2877            renamed g_string_hash => g_str_hash
2878
2879 Sun Jan 18 03:57:52 1998  Tim Janik  <timj@psynet.net>
2880
2881         * gtk/gtkframe.c: gtk_*_get_arg() and gtk_*_set_arg() implementations.
2882         * gtk/gtkobject.c: new arg `GtkObject::object_signal' similar to
2883           `GtkObject::signal'. check for class type in gtk_object_{setv|getv}.
2884
2885         * gtk/gtkobject.c:
2886         * gtk/gtksignal.c:
2887         * gtk/gtktypeutils.h:
2888         * gtk/gtktypeutils.c: added GTK_TYPE_DOUBLE.
2889
2890         * gtk/gtkwidget.c: new args `has_focus' and `has_default'.
2891         * gtk/gtkwindow.c: new arg `window_position'.
2892
2893         * gtk/gtkbox.h:
2894         * gtk/gtkbox.c: new functions gtk_box_reorder_child,
2895         gtk_box_query_child_packing and gtk_box_set_child_packing to
2896         allow modification of the child linkage after the widget tree
2897         is setup.
2898
2899         * gtk/gtkbox.c:
2900         * gtk/gtklabel.c:
2901         * gtk/gtkwindow.c:
2902         * gtk/gtkwidget.c:
2903         * gtk/gtkobject.c: gtk_*_get_arg() and gtk_*_set_arg() fixes
2904           and implementations.
2905         
2906 Sat Jan 17 18:06:35 1998  Owen Taylor  <owt1@cornell.edu>
2907         * gdk/gdk.c (gdk_events_pending): Take putback events into
2908           account
2909
2910         * gdk/gdk.c (gdk_event_free): Handle dropdataavaible memory
2911           allocation correctly. (Incompatible change: client must
2912           _not_ fre event->data and event->data_type.)
2913
2914         * gdk/gdk.c (gdk_event_translate): Changed DND dragging
2915           so that we don't ungrab pointer when we reenter window
2916           to prevent extra Enter/Leave effects which had bad
2917           effects.
2918           Changed drag zone handling to not send uncessary
2919           DragEnter events.
2920           Fixed EnterNotify/LeaveNotify handling. (Only pay
2921           attention to events on window, don't specify these
2922           events to XGrabPointer - that isn't valid, and handle
2923           reverse the sense of the handling of LeaveNotify.)
2924
2925         * gdk/gdkwindow.c (gdk_window_remove_filter): Free removed
2926           filter.
2927
2928         * gtk/gtk.defs (GdkFont): gdk_font_free => gdk_font_unref
2929
2930         * gtk/gtkmain.{c,h} (gtk_events_pending): new function - apps
2931           should use this instead of gdk_events_pending.
2932
2933         * gtk/gtkvbbox.h: Fixed a duplication in the headers.
2934
2935         * gtk/testgtk.c (dnd_drop): Don't free the drop data,
2936           it belongs to the event.
2937
2938 Sat Jan 17 13:26:15 CST 1998 Shawn T. Amundson <amundson@gimp.org>
2939
2940         * gtk/gtkentry.[ch]:  Applied patch from <lupus@lettere.unipd.it> 
2941           which adds gtk_entry_set_max_length function.  This was 
2942           part of gtk-lupus-970112-0.
2943
2944         * gtk/testgtk.c: Applied gtk-wille-980113-0 which fixes 
2945           a problem with a shaped widget keeping grab forever
2946           when double clicked.
2947      
2948         * docs/gtk.texi: patch from Gregory McLean <gregm@randomc.com>
2949           to add some on aspect_frame, button_box, and color_selection
2950           widgets
2951
2952 Sat Jan 17 06:24:05 1998  Tim Janik  <timj@psynet.net>
2953
2954         * gtk/gtktypeutils.h (gtk_type_get_arg): new function.
2955         * gtk/gtkobject.h (gtk_object_query_args): new function.
2956         * gtk/gtkobject.h (gtk_object_getv): new function.
2957         * gtk/gtkwidget.h (gtk_widget_get): new function.
2958
2959 Fri Jan 16 00:36:31 1998  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
2960
2961         * gtk/gtkhandlebox.c: Now we use a GtkWindow of type
2962         GTK_WINDOW_DIALOG as a destination for reparenting the child of
2963         the handle box.  This solves the problem of having X calls in
2964         Gtk.  It also makes the handle box work with KWM, OLVWM, 4Dwm (so
2965         I expect mwm to work as well).  I hadn't noticed that previously
2966         it only worked with fvwm and twm.
2967
2968         * gtk/gtkhandlebox.h (struct _GtkHandleBox): Removed the
2969         real_parent field, as it is never used.
2970         (struct _GtkHandleBox): Added a float_window field.  This is a
2971         GtkWindow to where the child is now reparented.
2972
2973         * gtk/gtkhandlebox.c: Lots of changes all over the place.  Now the
2974         widget has two windows.  The steady_window stays put in the parent
2975         container, and the widget->window is the one that gets
2976         reparented.  Now that window is transient, in compliance with the
2977         ICCCM, instead of an OverrideRedirect window.
2978
2979         We have two windows so that we can properly receive Expose events
2980         for the thin 3D line that marks the place where the handlebox is
2981         docked.
2982
2983         * gtk/gtkhandlebox.h (struct _GtkHandleBox): Added fields for
2984         dragging (mouse position information).  Added fleur_cursor so that
2985         we look pretty.  Added steady_window field; it is the window that
2986         actually stays on the parent (widget->window is the one that gets
2987         reparented).
2988
2989 Thu Jan 15 19:03:19 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2990
2991         * gtk/gtkclist.c (gtk_clist_set_column_width): Call
2992         gtk_clist_size_allocate_columns every time the column
2993         configuration changes. 
2994
2995 Fri Jan 16 01:55:17 1998  Tim Janik  <timj@psynet.net>
2996
2997         * improved the gtk_widget_set handling. removed GtkArgFunc and added
2998           GtkArgSetFunc and GtkArgGetFunc in _GtkTypeInfo.
2999           performance consuming strcmp() calls are avoided in gtk_*_set_arg()
3000           now, it is passed an arg_id on which it can switch() now.
3001
3002         * gtk/gtkobject.h:
3003         * gtk/gtkobject.c (gtk_object_add_arg_type): added parameter arg_id.
3004
3005         * gtk/gtktypeutils.h:
3006         * gtk/gtktypeutils.c (gtk_type_set_arg): added parameter arg_id.
3007
3008         * gtk/gtkobject.c: bug fixes and changes in the assertion system for
3009           arg handling. changed g_print() warning calls to real g_warning()s.
3010           
3011         * changed all *_get_type() functions to initialize GtkTypeInfo
3012           correctly with GtkArgSetFunc and GtkArgGetFunc fields.
3013
3014 Thu Jan 15 00:44:27 PST 1998 Jay Painter <jpaint@serv.net>
3015         * gtk/gtkentry.[ch]: Change window cursor to "I"
3016         * gtk/gtkpane.[ch]: Cleared up a tiny memory leak from not destroying the
3017         cursor
3018
3019 Tue Jan 13 07:30:02 PST 1998 Jay Painter <jpaint@serv.net>
3020         * gtk/gtkclist.c: minor updates
3021         * gtk/gtktext.c: you can type in it!  It should also seg-fault *MUCH* less now,
3022         because editing was never really turned off.  
3023         * gtk/testgtk.c: changed the gtktext test a little
3024         * gtk/testgtkrc: removed pixmap background for now, since I intend to break
3025         that for a while
3026
3027 1998-01-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3028
3029         * gtk/gtktoolbar.c: (gtk_real_toolbar_style_changed): Fixed
3030         child->icon and child->label == NULL bugs.
3031
3032         * gtk/gtktoolbar.h: Added some new functions:
3033                 gtk_toolbar_append_widget()
3034                 gtk_toolbar_prepend_widget()
3035                 gtk_toolbar_insert_widget()
3036         These let the user insert any kind of widget in the toolbar.  Also
3037         changed the gtk_toolbar_*_item() functions to return a
3038         GtkWidget * so that the user can do things with the toolbar buttons.
3039
3040         * gtk/gtktoolbar.c: Now the toolbar supports its own buttons and
3041         arbitrary widgets as well.  Geometry management has been changed
3042         accordingly.  Added gtk_toolbar_remove() function, so container
3043         functionality should be complete now.
3044
3045         * gtk/testgtk.c (create_toolbar): Added an entry widget to test
3046         the new toolbar.
3047
3048         * Most of these changes are adapted from the
3049         gtk-lupus-970112-0-patch (should be 970112... :-)
3050
3051 Sat Jan  9 20:52:00 PST 1998 Ian Main <imain@gimp.org>
3052         * gtk/gtkfilesel.c:  Changed a few tests in the path correcting
3053                 function.  Hopefully this helps the filesel stability.
3054
3055 Fri Jan  8 00:55:00 PST 1998 Jay Painter <jpaint@serv.net>
3056         * gtk/gtkclist.c:
3057         * gtk/gtkclist.h: modifications to GtkCList so it's look and 
3058         feel is the same as scrolled windows.
3059
3060 Thu Jan  8 17:56:09 PST 1998 Manish Singh <yosh@gimp.org>
3061
3062         * glib/gscanner.c
3063         * gtk/gtclist.c
3064         * config.h.in
3065         * configure.in: added test for inline and put the inline keywords
3066         back in
3067
3068         * gtk/gtklabel.c: made the prototypes match the definitions
3069
3070         * gtk/fnmatch.c: minor change to make sure the right config.h
3071         gets included
3072         
3073 1998-01-07  Elliot Lee  <sopwith@localhost.cs.cuc.edu>
3074
3075         * gtk/gtkcombobox.c gtk/gtkcombobox.h: New widget, GtkComboBox
3076         * gdk/gdkwindow.c: Make gdk_window_init set the width &
3077                 height of gdk_root_parent
3078
3079 Wed Jan  7 18:06:17 PST 1998 Manish Singh <yosh@gimp.org>
3080
3081         * gtk/gtkentry.c:
3082         * gtk/gtkentry.h: applied patch to use a backing pixmap for
3083         drawing, which removes the bad flickering. (gtk-wille-980106-0)
3084
3085 Wed Jan  7 02:14:30 PST 1998 Manish Singh <yosh@gimp.org>
3086
3087         * glib/glib.h
3088         * glib/glist.c
3089         * glib/gslist.c
3090         * glib/testglib.c: Added g_[s]list_insert_sorted function
3091         and appropriate tests in testglib
3092
3093 Tue Jan  6 17:09:46 1998  Owen Taylor  <owt1@cornell.edu>
3094         * gtk/gtknotebook.h gtk/gtknotebook.c
3095            Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch)
3096
3097 Tue Jan  6 17:07:29 1998  Owen Taylor  <owt1@cornell.edu>
3098         * gtk/gtkentry.c gtk/gtkentry.h gtk/testgtk.c : 
3099            Fixed problem with deleting while text is selected.
3100            Changed behavior so that motion keys remove selection.
3101            Added new gtk_entry_select_region () call.
3102
3103 Sat Jan  3 20:23:25 1998  Owen Taylor  <owt1@cornell.edu>
3104         * glib/glib.h: Changed guint32 -> guint for bitfields. 
3105           (Bitfields must be int or unsigned int?)
3106
3107 Sat Jan  3 15:39:45 PST 1998 Jay Painter <jpaint@serv.net>
3108         * gtk/testgtk.c: better CList test
3109
3110 Sat Jan  3 11:09:51 CST 1998 Shawn T. Amundson <amundson@gimp.org>
3111         * GTK+ 0.99.2 Released
3112
3113 Sat Jan  3 11:09:51 CST 1998 Shawn T. Amundson <amundson@gimp.org>
3114
3115         * gtk/gtkscrolledwindow.c: initialize scrollbar_spacing
3116           (gtk-fortier-980103-0)
3117
3118 Sat Jan  3 10:15:08 1998  Scott Goehring  <scott@poverty.bloomington.in.us>
3119
3120         * configure.in: fixed a typo (no_xext_lib, not no_ext_lib).
3121
3122 Sat Jan  3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
3123
3124         * gtk/gtkentry.c:
3125         * gtk/gtkentry.h: applied Gordon Matzigkeit's patch to add
3126         fixed-length entry fields (gtk_entry_new_with_max_length)
3127         
3128 Fri Jay  2 23:52 PST 1998 Jay Painter <jpaint@serv.net>
3129         * reverted glibconfig.h and glib.h files back to the
3130         way they were before my ugly hack
3131         * gtk/gtkclist.c:
3132         * glib/gscanner.c: removed inlines from clist and gscanner
3133
3134 Fri Jan  2 23:55:24 CST 1998 Shawn T. Amundson <amundson@gimp.org>
3135
3136         * Several portability fixes from Michael Callahan 
3137           <callahan@xmission.com> including adding in missing
3138           #includes and adding void in function prototypes.
3139
3140 Fri Jan  2 19:28:52 1988 Jay Painter <jpaint@serv.net>
3141         * gtk/gtkclist.h:
3142         * gtk/gtkclist.c:
3143         * gtk/gtk.h:
3144         * gtk/testgtk.c:
3145         * gtk/testgtkrc: added GtkCList, column list widget, and a small test
3146         to testgtk
3147
3148 Fri Jan  2 15:42:51 1998  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
3149
3150         * gtk/gtkmain.c (gtk_main_iteration): Make the big switch handle
3151         GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events.
3152
3153 Fri Jan  2 12:07:33 CST 1998 Shawn T. Amundson <amundson@gimp.org>
3154
3155         * gtk/gtkviewport.c: corrects a small resize bug in the 
3156           viewport widget.  The viewport widget provides a _set_shadow 
3157           function to draw its shadows. But if GTK_SHADOW_NONE is sent 
3158           to this function, the viewport isn't resized correctly (it's 
3159           still considered as a shadowed widget).  (gtk-fortier-971213-0)
3160
3161         * gtk/gtknotebook.c: this patch fixes the redraw problems of 
3162           notebook tabs, without using gdk_gc_set_clip_rectangle.
3163           (gtk-hamann_jeske-971218-0)
3164  
3165         * add gtk_widget_(show/hide)_all (Stefan Wille)
3166           (gtk-wille-301297-0)  Patch for testgtk not included
3167           because it did not patch clean.  
3168
3169 Thu Jan  1 21:21:56 PST 1998 Manish Singh <yosh@gimp.org>
3170
3171         * configure.in: fixed up the xinput test
3172         * Miscellaneous portability fixes.
3173
3174 Mon Dec 29 22:05:45 1997  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3175
3176         * gdk/gdkgc.c (gdk_gc_copy): New function, used to copy the values
3177         from one gc to another gc.
3178
3179 Sat Dec 27 20:39:99 1997  Elliot Lee <sopwith@redhat.com>
3180         * gtk/gtkhandlebox.c: It mostly works now, please test it and make
3181         fixes as needed.
3182
3183 Fri Dec 26 11:20:03 1997  Scott Goehring  <scott@poverty.bloomington.in.us>
3184
3185         * gtk/Makefile.am (gtkinclude_HEADERS): added gtkhandlebox.c
3186
3187         * gtk/gtkhandlebox.c (gtk_handle_box_reparent): eliminated a
3188         compiler warning caused by not casting an argument in a debugging
3189         message. :)
3190
3191 Fri Dec 26 02:59:39 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
3192
3193         * gdk/gdktypes.h gdk/gdk.c gdk/gdkwindow.c: Added new
3194         GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events.  They are needed
3195         for Alan Cox's TV widget and for GtkXmHTML.  Only missing with
3196         respect to their Xlib counterparts are the major_code and
3197         minor_code fields from the GdkEventNoExpose structure.  Does
3198         anyone need them?
3199
3200 Tue Dec 23 03:03:17 1997  Tim Janik  <timj@psynet.net>
3201
3202         * gtk/gtkscrolledwindow.c (SCROLLBAR_SPACING): this macro computes
3203         the spacing from klass->scrollbar_spacing now. adapted all functions
3204         that used this macro (based on a patch from Patrice Fortier).
3205         * gtk/gtkscrolledwindow.h (struct _GtkScrolledWindowClass): added
3206         scrollbar_spacing to substitute a define (patch from Patrice Fortier).
3207
3208         * gtk/gtkrc.h (gtk_rc_parse_string): new function.
3209         * gtk/gtkrc.c: many functions adapted to use GScanner for scanning.
3210         (gtk_rc_parse): use gtk_rc_parse_any for parsing.
3211         (gtk_rc_parse_string): new function to support parsing from
3212         strings, just calls gtk_rc_parse_any.
3213         (gtk_rc_parse_any): new function using GScanner as lexer.
3214
3215 Thu Dec 18 23:46:11 CST 1997 Shawn T. Amundson <amundson@gimp.org>
3216
3217         * GDK support for 1 bpp depth screens.
3218
3219 Thu Dec 18 23:46:11 CST 1997 Shawn T. Amundson <amundson@gimp.org>
3220
3221         * Changes from Bolliet Jerome <bolliet@in2p3.fr> to gtktree.
3222           Corrects a bug in gtk_tree_remove_items and gtk_tree_item_destroy.
3223           Adds the possibility to connect all items by lines. This is the 
3224           default now.  You can overide this with the function 
3225           gtk_tree_set_view_line which take a tree and a boolean.
3226
3227 Thu Dec 18 23:26:49 CST 1997 Shawn T. Amundson <amundson@gimp.org>
3228
3229         * removed configure, Makefile.in, and aclocal.m4 files
3230
3231 Wed Dec 17 23:36:57 1997  Scott Goehring  <scott@poverty.bloomington.in.us>
3232
3233         * gdk/gdkcc.c (gdk_color_context_free): Caught a stray
3234         gdk_colormap_destroy that Owen missed (and Shawn found).
3235
3236 Wed Dec 17 20:59:52 1997  Owen Taylor  <owt1@cornell.edu>
3237         * gdk/gdkinput.c gdk/gdkinput.h gdk/gdkinputcommon.h
3238           gdk/gdkinputxfree.h gdk/gdkinputgxi.h gdk/gdkinputnone.h.
3239           gtk/gtkinputdialog.h gtk/testinput.c
3240         Added support for device keys mapping to key events.
3241         Fixed various bugs.
3242
3243 Wed Dec 17 20:53:00 1997  Owen Taylor  <owt1@cornell.edu>
3244         * gdk/gdk.c gdk/gdk.h: Changed gdk_get_event to remove
3245         predicate filtering, and to allocate the events.
3246         Added gdk_event_get_graphics_expose for scroll handling.
3247         * gtk/gtkmain.c gtk/gtktext.c:
3248         Use above changes. Interface change for gtk_get_current_event.
3249         * testgtk.c
3250         Added another test to test new scrolling mechanism.s
3251         * gdk/gdk.c gdk/gdk.h gdk/gdkwindow.c gdk/gdkprivate.h: 
3252         Added beginnings of event filtering. Removed obsolte
3253         OtherEvent mechanism.
3254         * gdk/gdk.c: Combined FocusIn/FocusOut events. Now ignore
3255         focus events which aren't for window itself. (Only pay
3256         attention to NotifyAncestor/Inferior/Nonlinear)
3257         * gtk/gtkwindow.c gtk/gtkwindow.h: Virtualize set_focus 
3258         function so it can be overridden.
3259         * gtk/gtkwidget.c: Reparenting should now work for
3260         containers. (Guillaume Laurent <glaurent@worldnet.fr>)
3261         * gdk/gdkgc.c: By default, GraphicsExpose events are now
3262         _not_ generated.
3263         * gtk/testselection.c: Suppress a warning, fix a bug?
3264
3265 Wed Dec 17 20:47:42 1997  Owen Taylor  <owt1@cornell.edu>
3266         * configure.in, glib/configure.in: 
3267         Remember if user set CFLAGS, so we can set it for --enable-debug
3268           only if they didn't. 
3269         Added missing quotes. )Raphael.Quinet@eed.ericsson.se)
3270         Only use -DX_LOCALE if setlocale doesn't work.
3271         * gdk/gdki18n.h: Simplified system for trying to get iswalnum() -
3272         include <wctype.h> if present, otherwise <wchar.h> if present.
3273         
3274 Wed Dec 17 21:09:12 1997  Owen Taylor  <owt1@cornell.edu>
3275   1997-10-13  Marius Vollmer  <mvo@zagadka.ping.de>
3276
3277     Bug fixes:
3278         
3279         * gtksignal.c (gtk_params_get): Initialize the GtkArg even when
3280         the return type is GTK_TYPE_NONE.
3281
3282     Revamped reference counting, see the file REFCOUNTING.
3283
3284         * Makefile.am (EXTRA_DIST): Added REFCOUNTING.
3285         * REFCOUNTING: New file.
3286
3287         * gdk/gdk.c (received_destroy_notify, window_to_destroy): Removed.
3288         (gdk_event_get): Code that deals with the above removed.
3289         (gdk_event_translate): Abort when the GdkWindow for the XEvent
3290         cannot be found.  For DestroyNotify: Do not use
3291         receive_destroy_notify and window_to_destroy but call
3292         gdk_window_destroy_notify.
3293
3294         * gdk/gdk.h: (gdk_pixmap_destroy, gdk_colormap_destroy,
3295         gdk_fontset_free): Removed.
3296         (gdk_pixmap_ref, gdk_pixmap_unref, gdk_bitmap_ref,
3297         gdk_bitmap_unref): New prototypes.
3298         (gdk_font_free, gdk_font_unref): Renamed gdk_font_free to
3299         gdk_font_unref.
3300
3301         * gdk/gdkcolor.c (gdk_colormap_real_destroy): Made static.
3302         (gdk_colormap_destroy): Removed.
3303
3304         * gdk/gdkfont.c (gdk_font_free): Renamed to gdk_font_unref.
3305         Handle fontsets as well.
3306         (gdk_fontset_free): Removed.
3307
3308         * gdk/gdkpixmap.c (gdk_pixmap_destroy): Removed.
3309         (gdk_pixmap_ref, gdk_pixmap_unref, gdk_bitmap_ref,
3310         gdk_bitmap_ref): New functions.
3311
3312         * gdk/gdkwindow.c: (gdk_window_new, gdk_window_foreign_new): Call
3313         gdk_window_ref for the pointer in the xid table.
3314         (gdk_window_internal_destroy): Renamed from gdk_window_destroy.
3315         New parameter XDESTROY that takes the role of `destroyed==2';
3316         removed special casing of `destroyed==2'.  Free dnd_data only when
3317         really destroying.  Do not touch the ref_count.  Calling
3318         gdk_window_destroy on a Pixmap is now a real error, not just a
3319         warning.
3320         (gdk_window_destroy): Just call gdk_window_internal_destroy and
3321         gdk_window_unref, as advertised in REFCOUNTING.
3322         (gdk_window_destroy_notify): New function.
3323         (gdk_window_unref): Print a warning when the ref_count is zero and
3324         the window has not been destroyed.  Should never happen.  Do not
3325         destroy the window, just free the memory.
3326         
3327         * gdk/gdkprivate.h (gdk_window_real_destroy): Removed.
3328
3329         * gtk/gtkaccelerator.c (gtk_accelerator_table_destroy): Removed.
3330         (gtk_accelerator_table_unref): Do the job of
3331         gtk_accelerator_table_destroy directly.
3332         (gtk_accelerator_table_init): Init ref_count with 1.
3333
3334         * gtk/gtkaccelerator.h (gtk_accelerator_table_destroy): Removed.
3335
3336         * gtk/gtkcurve.c, gtk/gtkgamma.c: Replaced gdk_pixmap_destroy with
3337         gdk_pixmap_unref.
3338
3339         * gtk/gtkhscrollbar.c (gtk_hscrollbar_realize): Reflect the fact
3340         that the widget->window is used as the range->trough in the
3341         ref_count.
3342         * gtk/gtkvscrollbar.c (gtk_vscrollbar_realize): Likewise.
3343
3344         * gtk/gtkmain.c (gtk_main_iteration): Protect event_widget with
3345         ref/unref while handling the GDK_DELETE and GDK_DESTROY events.
3346
3347         * gtk/gtkmenu.c (gtk_menu_set_accelerator_table): Don't do
3348         anything when the new accel_table is the old one.
3349
3350         * gtk/gtkmenufactory.c (gtk_menu_factory_destroy): Unref
3351         factory->table if there is one.
3352         (gtk_menu_factory_create, gtk_menu_factory_create_widget): Don't
3353         ref newly created accel_table, it is now created with a ref_count
3354         of 1.
3355
3356         * gtk/gtkmenuitem.c (gtk_menu_item_set_submenu):  Don't do
3357         anything when the new submenu is the old one.
3358
3359         * gtk/gtkpixmap.c (gtk_pixmap_destroy): New static function.
3360         (parent_class): New global variable.
3361         (gtk_pixmap_init): Set object_class->destroy.
3362         (gtk_pixmap_set): Don't do anything about the pixmap when the new
3363         pixmap is the old one.  Likewise for the mask.
3364
3365         * gtk/gtkprogressbar.c, gtk/gtkruler.c: Replaced
3366         gdk_pixmap_destroy with gdk_pixmap_unref.
3367
3368         * gtk/gtkrange.c (gtk_range_set_adjustment):  Don't do
3369         anything when the new adjustment is the old one.
3370
3371         * gtk/gtkrc.c: Replaced gdk_fontset_free/gdk_font_free with
3372         gdk_font_unref.
3373
3374         * gtk/gtkstyle.c (gtk_style_new): Initialize ref_count with 1.
3375         (gtk_styles_init): Replace gtk_style_destroy with gtk_style_unref
3376         for the cache.
3377         (gtk_style_new_from_key): Ref style before returning it when it
3378         has not been newly created.
3379         (gtk_style_destroy): Don't look at the ref_count, destroy always.
3380         Free style-font with gdk_font_unref, regardless of font->type.
3381
3382         * gtk/gtktooltips.c (gtk_tooltips_real_destroy): Renamed from
3383         gtk_tooltips_destroy and made static.  Don't look at ref_count,
3384         destroy always.
3385         (gtk_tooltips_new): Initialize ref_count with 1.
3386         (gtk_tooltips_unref): Don't look at pending_destroy, destroy
3387         always when ref_count is 0.
3388         (gtk_tooltios_widget_remove): Use gtk_tooltips_destroy_data
3389         instead of hand-coded destruction.
3390
3391         * gtk/gtktooltips.h (GtkTooltips::pending_destroy): Removed.
3392         (gtk_tooltips_destroy): Removed.
3393
3394         * gtk/gtkviewport.c (gtk_viewport_set_hadjustment,
3395         gtk_viewport_set_vadjustment): Don't do anything when the new
3396         adjustment is the old one.
3397
3398         * gtk/gtkwidget.c (gtk_widget_reparent): Protect the reparented
3399         widget with ref/unref while moving it.
3400         (gtk_widget_set_default_colormap): Replace gdk_colormap_destroy
3401         with the proper ref/unref spell.
3402         (gtk_widget_set_default_style): Don't do anything when the new
3403         style is the old one.
3404
3405         * gtk/testinput.c (configure_event): Replaced gdk_pixmap_destroy
3406         with gdk_pixmap_unref.
3407         
3408     More Interpreter support:
3409
3410         * gdk/gdktypes.h (GdkDestroyNotify): New type.
3411         
3412         * gdk/gdk.c (struct _GdkInput::destroy): New field.
3413         (gdk_input_add_interp): New version of gdk_input_add that follows
3414         the interp conventions for callbacks.
3415         (gdk_input_add): Implement in terms of gdk_input_add_interp.
3416         (gdk_input_remove): Call destroy notify when appropriate.
3417
3418         * gdk/gdk.h (gdk_input_add_interp): New prototype.
3419
3420         * gtk.defs: Updated from guile-gtk.
3421         * gtk/gtktypebuiltins.c, gtk/gtktypebuiltins.h: Regenerated.
3422         
3423         * gtk/gtkmain.c (GtkInputFunction, struct _GtkInputFunction): New
3424         types.
3425         (gtk_invoke_input_function, gtk_destroy_input_function,
3426         gtk_input_add_interp, gtk_input_remove): New functions.
3427
3428 Wed Dec 17 12:00:48 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
3429
3430         * gdk/gdkcc.c: New GdkColorContext functionality!  This should
3431         eventually solve all of our color management problems.  Gdk still
3432         needs to be modified to support visuals with less than 8 bpp.  Gtk
3433         needs to be modified just a bit.
3434
3435 Wed Dec 17 13:56:17 PST 1997 Manish Singh <yosh@gimp.org>
3436
3437         * a small patch by Lauri Alanko that allows Gimp to pass
3438         on --display to it's plugins.
3439
3440 Sun Dec 14 00:08:00 PST 1997 Raph Levien <raph@acm.org>
3441         * a minor patch to make the file selection dialog not always
3442         select the first file in a directory
3443
3444 Sat Dec 13 Jay Painter <jpaint@serv.net>
3445         * gtk/gtkvscrollbar.c: added focus flag so vertical scrollbars
3446         can get keyboard focus
3447
3448 Fri Dec 12 Owen Taylor <owt1@cornell.edu>
3449         * Removed warning when XGetWindowProperty fails - this can
3450           be the desired behavior.
3451         
3452 Fri Dec 12 Owen Taylor <owt1@cornell.edu>
3453         * gdk/makecursor* gdk/makekeysym* gdk/Makefile.am
3454           Removed old sed/awk code and replaced it with a 
3455           spiffier awk-only code from Art_Haas@dril-quip.com
3456         
3457 Fri Dec 12 Owen Taylor <owt1@cornell.edu>
3458         * gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with
3459           rectangle = NULL, remove clip mask, instead of segfaulting.
3460         * gtk/gtknotebook.c: Set clip mask before redrawing, so that
3461           we don't overwrite things outside of exposed areas when
3462           drawing them shadows. (Based on a patch from 
3463           Lars Hamann <hamann@braunschweig.netsurf.de>, and Stefan Jeske)
3464         
3465 Thu Dec 11 10:57:29 CST 1997 Shawn T. Amundson <amundson@gimp.org>
3466         * Change to ltconfig to remove -z text for Solaris x86  
3467         * Change to configure stuff so compile works on Solaris x86
3468         * Added gdk/gdkkeysyms.h and gdk/gdkcursors.h back into the tree
3469
3470 Thu Dec 11 09:44:03 1997  Tim Janik  <timj@psynet.net>
3471
3472         * gdk.c: added gdk_progclass==NULL patch by Oliver Graf <ograf@fga.de>.
3473
3474 Wed Dec 10 23:40:03 1997  Tim Janik  <timj@psynet.net>
3475
3476         * fixed some compiler errors, because g_return_if_fail() wasn't used
3477         with a trailing semicolon in some places. fixed few other warnings also.
3478
3479 Tue Dec  9 Owen Taylor <owt1@cornell.edu>
3480         * configure changes: (configure.in, glib/configure.in)
3481         Change test ! `...` to test -z `...`
3482           (Harald Meland <Harald.Meland@usit.uio.no>)
3483         Change $gtk_cv_x_locale to $need_x_locale so it isn't cached.
3484         With --enable_debug, don't touch CFLAGS if they're already set.
3485
3486 Tue Dec  9 Owen Taylor <owt1@cornell.edu>
3487         * gdk/gdkpixmap.c: don't use gdk_black/white for pixmap mask.
3488          From Patrice Fortier <Patrice.Fortier@aquarel.fr>
3489
3490 Mon Dec  8 Owen Taylor <owt1@cornell.edu>
3491         * gtk/testselection.c (selection_received): foreward -> forward.
3492         * gtk/gtktext.c (gtk_text_forward_delete): Renamed; changed all
3493         callers.
3494         * gtk/gtktext.h: foreward -> forward.
3495           From Tom Tromey  <tromey@cygnus.com>
3496
3497 Mon Dec  8 Owen Taylor <owt1@cornell.edu>
3498         * gtk/gtkimage.c: Fixes to expose() handler
3499           From Rob Browning <rlb@cs.utexas.edu>
3500         
3501 Mon Dec  8 21:09:43 PST 1997 Geoffrey T. Dairiki <dairiki@alumni.caltech.edu>
3502         * gtk/gtklabel.h:
3503         * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL.  This support
3504         is used by the new gtktooltips.c.
3505         * gtk/testgtk.c (create_labels, create_main_window): A new test
3506         window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.)
3507
3508 Mon Dec  8 21:09:43 PST 1997 Geoffrey T. Dairiki <dairiki@alumni.caltech.edu>
3509         * gtk/gtklabel.h:
3510         * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL.  This support
3511         is used by the new gtktooltips.c.
3512         * gtk/testgtk.c (create_labels, create_main_window): A new test
3513         window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.)
3514
3515 Sun Dec  7 Owen Taylor <owt1@cornell.edu>
3516         * gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: 
3517           Remove dependencies of interfaces on USE_XIM
3518         * gdki18n.h: Attempt to make wchar handling more portable
3519         * gdkwindow.c: Include config.h. (For gdkinput.h)
3520         
3521 Sun Dec  7 Owen Taylor <owt1@cornell.edu>
3522         * gtk/gtkentry.c, gtk/gtkentry.h: 
3523            Fixed word motion
3524            Added cut/copy/paste via X clipboard
3525            Generalized extending selection using <Shift> to work with all types
3526              of motion, not just arrow keys.
3527            Don't change length of GtkEntry structure because of USE_XIM
3528
3529 Sun Dec  7 03:19:02 1997  Tim Janik  <timj@psynet.net>
3530
3531         * gtkfilesel.c: applied jamesa-971010-0 for stability.
3532         * gtkrc.c: applied jamesa-971010-2 for a small optimization.
3533         * gtkcheckmenuitem.h:
3534         * gtkcheckmenuitem.c:
3535         * gtkradiomenuitem.c:
3536         * testgtk.c: applied johannes-971113-0 which adds
3537         gtk_check_menu_item_set_show_toggle() to change the way check
3538         menu items and radio menu items look.
3539
3540 Fri Dec 5 1997 Elliot Lee <sopwith@cuc.edu>
3541         * gdk/gdk.c: clean up warnings, remove some un-ifdef'd debugging
3542         printing, DnD is Bug Free now, etc.
3543         * gtk/gtkcolorsel.c: fix DnD support.
3544         * gtk/gtkmain.c: DnD events go to the original window even if
3545         there is a grab - if I drop on a window the data had better go
3546         to it and not some other window :)
3547         * gtk/testgtk.c: Replace (GtkSignalFunc) with GTK_SIGNAL_FUNC(),
3548         and do a nicer DnD demo.
3549         * My very first ChangeLog entry, seeing as people have
3550         a fixation on them (what's wrong with "rcs2log" output?)
3551
3552 Thu Dec 4 1997 Owen Taylor <owt1@cornell.edu>
3553         * gdk/gdkgc.c: Ignore gdk_gc_set_font if font is a fontset.
3554
3555 Wed Dec 3 1997 Jay Painter <jpaint@serv.net>
3556         * gtk/gtkstyle.c: fixed a problem introduced recently in 
3557         gtk_style_detach witch crashed script_fu.
3558
3559 Wed Dec 3 1997 Owen Taylor <owt1@cornell.edu>
3560         * gdk/Makefile.am: add a dependence for $(DEP_FILES) on
3561         $(BUILT_SOURCES) to work around automake problem
3562         
3563 Wed Dec 3 1997 Owen Taylor <owt1@cornell.edu>
3564         * configure.in glib/configure.in glib/glibconfig.h.in gdk/gdk.h
3565         gdk/gdk18n.h gdk.c gtk/gtkentry.c: Try to handle variations in 
3566         <wchar.h> headers gracefully. Do not automatically include 
3567         gdk/gdki18n.h.
3568         
3569 Wed Dec 3 1997 Jay Painter <jpaint@serv.net>
3570         * gtk/gtkoptionmenu.c: fixed a old bug where if you set a new 
3571         menu for a optionmenu the widget would not get positioned correctly
3572         inside of the optionmenu.
3573
3574 Tue Dec 2 1997 Owen Taylor <owt1@cornell.edu>
3575         * gdk/gdkpixmap.c: Include unistd.h to get SEEK_END
3576         for SunOS (john_johns@credence.com)
3577         
3578 Tue Dec 2 1997 Owen Taylor <owt1@cornell.edu>
3579         * gtk+/fnmatch.c: Define _GNU_SOURCE before including
3580         fnmatch.h to make sure all constants are defined.
3581         (Yasuhiro SHIRASAKI <joke@awa.tohoku.ac.jp>)
3582         
3583 Tue Dec 2 1997 Owen Taylor <owt1@cornell.edu>
3584         * configure.in, glib/configure.in: Make the logic to add -Wall,
3585         -ansi, -pedantic for GCC operational.
3586
3587 Tue Dec 2 1997 Owen Taylor <owt1@cornell.edu>
3588         * glib/glib.h, glib/configure.in. Disabled gldouble, since
3589         it wasn't used anywhere and caused portability problems
3590
3591 Tue Dec 2 1997 Owen Taylor <owt1@cornell.edu>
3592         * glib/glib.h, glib/configure.in, glib/glibconfig.h.in: Added a
3593         g_memmove function which is simply memmove if it exists, otherwise
3594         bcopy.(Should really check if bcopy has the correct semantics, and
3595         create our own memmove is necessary) 
3596         * glib/gstring.c, glib/garray.c, gtk/gtktext.c:
3597         memmove => g_memmove
3598         
3599 Sun Nov 30 1997 Jay Painter <jpaint@serv.net>
3600         * gtk/gtknotebook.c: fixed a old bug where all the notebook pages
3601         which were not displayed when the notebook widget was realized were
3602         never size allocated when they were realized.
3603
3604 Thr Nov 28 1997 Jay Painter <jpaint@serv.net>
3605         * gtk/gtklist.h: removed GtkSelectionMode
3606         * gtk/gtkenums.h: added GtkSelectionMode
3607
3608 Fri Nov 28 01:26:55 1997  Tim Janik  <timj@psynet.net>
3609
3610         * gtk/gtkwindow.c (gtk_window_show): propagate a size_request before
3611         the initial window creations (prevents windows with size of -1x-1).
3612
3613         * gtk/gtkmain.c (gtk_main_level): new function to determine
3614         the current recursion level of gtkmain().
3615         (gtk_true) (gtk_false): new functions implemented as a convenience
3616         for signals that just need a handler with the appropriate return value.
3617
3618 Tue Nov 25 1997 Owen Taylor <owt1@cornell.edu>
3619         gdk.c: Fix so that "other_events" are actually generated
3620
3621 Tue Nov 25 1997 Owen Taylor <owt1@cornell.edu>
3622         Patches to support internationalized input by:
3623           Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp>
3624           TANAKA Shinya <shinya@race.u-tokyo.ac.jp>
3625
3626         From the README:
3627         
3628         Feature:
3629           Followings are the main feature of this patch.
3630             * support XIM protocol.
3631             * GtkEntry widget support Over-The-Spot and Root style input.
3632             * input style is configurable by command-line option.
3633
3634         Furthermore, this patch includes several changes which are useful 
3635           without XIM too.
3636         
3637             * copy and paste with other clients by compound text.
3638             * Window title can be specified by multi byte string.
3639
3640         configure.in: 
3641           Added --with-locale and --enable-xim options
3642         gdk/Makefile.am:
3643         gdk/gdki18n.h [new file]
3644           Multibyte string manipulation functions
3645         gdk/gdk.c
3646         gdk/gdk.h
3647         gdk/gdkprivate.h
3648           Input method and context handling functions
3649           Command line options to control input methods
3650           Changes to KeyPress handling to support input methods
3651           Fixes to not return events for destroyed windows
3652         gdk/gdkselection.c
3653           Text property handling functions
3654         gdk/gdkwindow.c
3655           Set window title by multibyte string
3656         gtk/gtkentry.c
3657           Support for using an input context for XIM input.
3658           Cut and paste using compound text.
3659           Improvements to pasting (no longer replace the active selection
3660             with itself OWT)
3661         gtk/gtkselection.c
3662           fix to send selection clear events to the right owner
3663         gtk/testgtkrc
3664           Added a default fontset that will allow international characters
3665         INSTALL
3666           Some rudimentary documentation about the new configuration options.
3667         
3668 Mon Nov 24 1997 Owen Taylor <owt1@cornell.edu>
3669         gtk/gtkaspectframe.c:
3670         Some minor improvements to rounding in aspectframes.
3671         Make sure that child allocation is always >= 0
3672         Always trigger size allocation with gtk_widget_queue_resize
3673         to prevent calling size_allocate before allocation done.
3674
3675 Mon Nov 24 1997 Owen Taylor <owt1@cornell.edu>
3676         gtk/gtkframe.c:
3677         Changed tests for drawability to GTK_WIDGET_DRAWABLE
3678         Always trigger size allocation with gtk_widget_queue_resize
3679         to prevent calling size_allocate before allocation done.
3680
3681 Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
3682         gtk-dairiki-971117-2.patch
3683         gtk/gtkaspectframe.c (gtk_aspect_frame_size_allocate): When
3684         computing new dimensions of the subwidget, round to nearest
3685         integer rather than truncating.
3686
3687 Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
3688         gtk-dairiki-971117-1.patch
3689         * gtk/gtkvruler.c (gtk_vruler_draw_ticks):
3690         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Ensure that subticks
3691         always are drawn when they should be (sometimes they were getting
3692         drawn with zero length --- invisible).  Also clear rectangle
3693         behind text labels to ensure they don't touch or overlap ticks. 
3694
3695 Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
3696         * gtk/gtkaspectframe.c (gtk_aspect_frame_set): 
3697         gtk-dairiki-971117-0.patch
3698         Clear window when aspect ratio or alignment is changed.
3699
3700 Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
3701         * gtk/gtkobject.h: fixed GTK_OBJECT_NSIGNALS macro
3702
3703 Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
3704         * gtk/gtklabel.h: modified gtklabel to clip its drawing to
3705         its given area, now it will always draw in the area it's 
3706         been given and clip accordingly.  Note: this may cause
3707         the a label to disappear on widgets which don't give their
3708         child labels proper area!
3709
3710 Mon, 17 Nov 1997 Michael K. Johnson <johnsonm@redhat.com>
3711         * gtkwidget.c: gtk_set_style_recurse was not allowing updated
3712         widget names to cause new styles to be applied.
3713         * gtkentry.c gtkentry.h: The entry widget now has invisible
3714         attribute.  The cursor does not move to show you typing; this
3715         is an intentional design decision but I'm not so attached to it
3716         that I'll reverse any patches that change it...  :-)
3717
3718         This patch is a modified version of a patch to which I have
3719         lost the attribution.  I modified it by packing the "visible"
3720         flag into the structure more tightly (without damaging backwards
3721         compatibility on sane systems) and by allowing entry timers
3722         to run.
3723
3724 Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
3725         * gtkviewport.c: Raph's Mon, 10 Nov 1997 patch to gtk-list 
3726         to fix some viewport bugs
3727
3728 Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
3729         * gtk/gtkwidget.c: gtk-ajaborsk-971016-2
3730         A little patch again to prevent user to use gtk_widget_set_events()
3731         when a widget is already realized.
3732         In this case, the gtk_widget_set_events() doesn't work.
3733
3734 Mon Nov 17 1997 Jay Painter <jpaint@serv.net>
3735         * gtk/gtkwindow.c: gtk-ajaborsk-971016-1
3736         This small patch correct position for GTK_WIN_POS_CENTER and
3737         GTK_WIN_POS_MOUSE GtkWindow positions.
3738
3739 Sat Nov 15 1997 Jay Painter <jpaint@serv.net>
3740         * gdk/gdkgc.c: added function gdk_gc_set_clip_rectangle
3741         * gdk/gdk.h: header for above
3742
3743 Sat Nov 15 1997 Jay Painter <jpaint@serv.net>
3744         * gdk/gdkgc.c: added function gdk_gc_set_clip_rectangle
3745         * gdk/gdk.h: header for above
3746
3747 Wed Nov 12 1997 Jay Painter <jpaint@serv.net>
3748         * gdk/gdkpixmap.c: Patrice Fortier's patch for transparent pixmaps.
3749         * gdk/gdk.h:
3750           gdk/gdkdraw.c: Patrice Fortier's patch to add pixel draw function.
3751
3752 Sun Nov  9 1997 Jay Painter <jpaint@serv.net>
3753         * Fixed problems with makefiles relating to the bug
3754         which required glib to be installed.
3755         * Fixed makefiles to incluce the xpm's in gtk+/gtk needed
3756         for testgtk.
3757         * Updated gtk+ and gtk+/glib to libtool-1.0f
3758
3759 Fri Nov  7 1997 Jay Painter <jpaint@serv.net>
3760         * gtk/gtktext.c: return char_widths[ch & 0xff]; in line 2152
3761
3762 Thr Nov  5 1997 Jay Painter <jpaint@serv.net>
3763         * gtk/testgtk.c: added drag and drop test, removed the test hack
3764         from the button test
3765
3766 Tue Nov  4 08:28:57 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
3767
3768         * gtk/gtkmain.c (gtk_handle_idle): Patch from David Mosberger to
3769         avoid crashes when handling idle function (this manifested itself
3770         in the Umax and Microtek backends in SANE.
3771
3772 Sun Nov  2 07:34:56 1997  Tim Janik  <timj@psynet.net>
3773
3774         * gtk/gtkfilesel.c: Small fixes about a segmentation viaolation
3775         cause by a double click in the directoy list (introduced by my
3776         previous changes).
3777         
3778         * gtk/gtklist.c: Small fixes to gtk_list_add() and gtk_list_remove().
3779         
3780         * gtk/testgtk.c (list_add): Applied Stefan Wille's patch to make this
3781         function do something ;).
3782
3783 Fri Oct 31 Jay Painter <jpaint@serv.net>
3784         *gdk/gdk.c: reformatted DND code for GTK coding standards
3785         *gdk/gdkwindow.c: changed memory allocation for DND to q_mem stuff
3786
3787 Thu Oct 30 Jay Painter <jpaint@serv.net>
3788         * gdk/gdkwindow.c: 
3789         * gdk/gdk/gdk.h:
3790         * gtk/gtkwidget.h:
3791         * gtk/gtkwidget.c: Applied Stephan Willie's shaped window patch
3792
3793         * gdk/gdkwindow: 
3794         * gdk/gdk.h:
3795         * gtk/gtkwidget.h:
3796         * gtk/gtkwidget.c: reformatted the DND code to conform to GTK
3797                 coding standards
3798
3799         * gtk/testgtk: massive fixes, SW's shaped window example
3800
3801 Thu Oct 30 07:33:27 1997  Tim Janik  <timj@psynet.net>
3802
3803         * gtk/gtklistitem.c (gtk_real_list_item_toggle): applied Johannes
3804         Keukelaar's <johannes@nada.kth.se> patch for keyboard support in
3805         GtkList widgets.
3806
3807         * gtk/gtkfilesel.c: adapted dir and file list selection
3808         behaviour to deal with keyboard selections. this is a little
3809         bit tricky: in the dir list it just changes the entrys value on a one
3810         button press. but on a keyboard selection via gtk_widget_activate() it
3811         does a new population (likewise on a double click) as this seems more
3812         obvious.
3813
3814 1997-10-25  Marius Vollmer  <mvo@zagadka.ping.de>
3815
3816         * gdk/gdkcolor.c (gdk_colormap_get_system): Initialize
3817         private->ref_count.
3818
3819 Wed Oct 22 09:47:43 1997  Tim Janik  <timj@psynet.net>
3820
3821         * gtk/gtkwindow.c (gtk_window_key_release_event): Fixed a stupid
3822         bug that caused the key_release_event to be propagated twice.
3823
3824 Sun Oct 12 11:01:43 1997  Tim Janik  <timj@psynet.net>
3825
3826         * acconfig.h:
3827         * configure.in:
3828         * gdk/gdkimage.c: Added configure check for IPC_RMID_DEFERRED_RELEASE,
3829         because shmat() fails after a shmctl(..., IPC_RMID,...) for OSF1 V3.2,
3830         SunOS 4.1.1, 5.5, 5.5.1, 5.6, IRIX 5.2 and 6.2.
3831
3832 Mon Oct  6 11:59:07 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
3833
3834         * gdk/gdk.c (gdk_event_translate): In line 1693, fixed typo that
3835         would cause motion notify events not to be delivered.
3836
3837 Sun Oct  5 18:15:06 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
3838
3839         * gtk/gtkrc.c (gtk_rc_parse_bg_pixmap): Changed strdup() for
3840         g_strdup().
3841
3842 Wed Sep 24 17:16:34 1997  Peter Mattis  <pmattis@bjork.inktomi.com>
3843
3844         * configure.in: Fixed a stupid error in the test for libXext that
3845         would cause it to fail if X_EXTRA_LIBS was not empty.
3846
3847         * gtk/gtkmain.h (gtk-timj-970919.patch):
3848         * gtk/gtkmain.c (gtk-timj-970919.patch): new function
3849         `gtk_idle_remove_by_data' to remove all idle callbacks that take a
3850         specific piece of data as argument.  (gtk_get_current_event):
3851         remove idles through gtk_idle_remove_by_data.
3852         
3853         * gtk/gtkwidget.c (gtk-timj-970919.patch):
3854         (gtk_widget_destroy): remove pending idles for
3855         widgets that have GTK_REDRAW_PENDING or GTK_RESIZE_PENDING and
3856         GTK_ANCHORED set (only anchored widgets can have a resize queue
3857         handler pending). widgets that have GTK_RESIZE_NEEDED will be removed
3858         from their anchored toplevels `resize_widgets' list.
3859         
3860         (gtk_widget_queue_draw): let the widget remember the queue handler
3861         tag (through `redraw_handler_key') for later call to `gtk_idle_remove'.
3862         
3863         (gtk_widget_queue_resize): let the widget remember the queue handler
3864         tag (through `resize_handler_key') for later call to `gtk_idle_remove'.
3865         corrected referencing the toplevel widget for which the handler is
3866         pending. if a widget is added to the `resize_widgets' list of a
3867         toplevel widget, GTK_RESIZE_NEEDED is set and it's referenced.
3868         
3869         (gtk_real_widget_queue_resize): on the deletion of the `resize_widgets'
3870         list, unset GTK_RESIZE_NEEDED and unreference the removed widgets.
3871         
3872         * gtk/gtkwindow.c (gtk-timj-970919.patch):
3873         (gtk_real_window_move_resize): move `resize_containers = NULL'
3874         initialization out of if-statement.
3875         while stepping through the `resize_widgets' list, unreference the
3876         widgets and clear GTK_RESIZE_NEEDED. if a widget realy needs are
3877         resize, they are flagged through GTK_RESIZE_NEEDED now (instead of
3878         GTK_RESIZE_PENDING, as this is indicative for a pending handler).
3879         added checks to provide segfaulting if a widgets parent pointer
3880         is NULL (e.g. on toplevel widgets that have GTK_RESIZE_NEEDED set).
3881
3882 Tue Sep 23 13:23:27 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
3883
3884         * gdk/gdkimage.c: Applied Tim Janik's patch to mark shm segments
3885         as IPC_RMID so that they are automatically removed always.
3886
3887         * gdk/gdkfont.c: Removed casts from lvalues.
3888
3889         * gtk/gtkmain.c: Removed GTK_RETLOC_*() (which do a cast) from lvalues.
3890
3891         * gtk/gtkaccelerator.c (gtk_accelerator_table_remove): Added
3892         "const" to the accelerator_key param to be consistent with the
3893         declaration in gtkaccelerator.h.  The const is not useful in this
3894         case, anyway.
3895
3896 Tue Sep 16 13:11:06 1997  Peter Mattis  <pmattis@bjork.inktomi.com>
3897
3898         * gtkpreview.c: Andrew Logan Kieschnick's change to eliminate
3899         round-off error when gamma is set to 1.0.
3900
3901         * gtkrange.c:
3902         * gtkviewport.c: Jay Painter's changes to modify the way in which
3903         viewports resize.
3904
3905         * gdkinput.c:
3906         * gdkinputgxi.h:
3907         * gdkinputxfree.h:
3908         * gtk/Makefile.am:
3909         * gtk.h:
3910         * gtkeventbox.c:
3911         * gtkeventbox.h: Owen Taylor's event box widget and fixes for X
3912         input support (that I had broken).
3913
3914         * gdk.h:
3915         * gdkwindow.c:
3916         * gtksignal.h:
3917         * gtksignal.c: Elliot Lee's changes to support Objective C. (id is
3918         apparently a reserved word in Objective C).
3919
3920 Sun Sep 14 22:33:15 1997  Peter Mattis  <pmattis@localhost>
3921
3922         * gtkwidget.c (gtk_widget_queue_resize): If the toplevel container
3923         is invisible we simply call "gtk_container_need_resize" on
3924         it. This fixes a bug with option menus not redrawing correctly.
3925
3926         * gtkmenuitem.c (gtk_menu_item_enter): (gtk_menu_item_leave):
3927         These functions now simply pass the event on to their parent. This
3928         is necessary for menus to work properly due to the change in how
3929         grabs are dealts with.
3930
3931         * gtkwindow.c (gtk_real_window_move_resize): Fixed a bug that
3932         caused the GTK_RESIZE_PENDING flag to not be unset in some cases.
3933
3934 Fri Sep  5 20:49:37 1997  Marius Vollmer  <mvo@zagadka.ping.de>
3935
3936         Bug fixes:
3937
3938         * Makefile.am: Added PATCHES to EXTRA_DIST.
3939         * gtk/gtkpixmap.c (gtk_pixmap_new): Move the "pixmap != NULL" test
3940         after the allocation of the pixmap.
3941
3942         To shut up the compiler:
3943
3944         * gtk/gtkfilesel.c (get_pwdb): Initialize home_dir.
3945         * gtk/gtkmain.c (gtk_init): Replace comments around calls to
3946         g_set_*_handler with "if (0)".
3947         * gtk/gtkrc.c (gtk_rc_get_token): Initialize hex_number and
3948         float_number.
3949         * gtk/gtkwindow.c (gtk_window_key_press_event): Initialize
3950         direction.
3951
3952         Changes to the type system in gtk/:
3953
3954         * Makefile.am: Added gtktypebuiltins.h to gtkinclude_HEADERS.
3955         Added gtk.defs, runelisp, gentypeinfo.el and gtktypebuiltins.c to
3956         EXTRA_DIST.  Added rules to generate gtktypebuiltins.* from
3957         gtk.defs.
3958
3959         * runelisp, gentypeinfo.el, gtk.defs: New files.
3960
3961         * gtkaccelerator.c, gtkaccelerator.h (gtk_accelerator_table_ref):
3962         Return the table so that this function can be used as the `copy'
3963         function for GTK_TYPE_BOXED values.
3964         * gtkstyle.c, gtkstyle.h (gtk_style_ref): Likewise.
3965
3966         * gtkenums.h: Removed GtkArgType enum.
3967
3968         * gtkmain.c (gtk_init): Call gtk_type_init to initialize the type
3969         system.
3970
3971         * gtkobject.c (gtk_object_init_type): New function to take over
3972         for gtk_object_get_type. (gtk_object_get_type): Just return the
3973         constant GTK_TYPE_OBJECT. (gtk_object_collect_args): Do the right
3974         thing for the new GTK_TYPE_* types.
3975         * gtksignal.c (gtk_params_get): Likewise.
3976
3977         * gtktypeutils.c: (gtk_type_init_builtin_types): New
3978         function. (gtk_type_init): Call it.  Also made non-static.
3979         (gtk_type_unique): The allocation scheme for numerical ids has
3980         changed: The low 8 bits hold the appropriate GtkFundamentalType of
3981         a type, the rest is a globally unique sequence number.
3982         (gtk_type_hash): Use the sequence number of a key to hash it.
3983         (gtk_type_register_builtin): New function.
3984
3985         * gtktypeutils.h: (GtkFundamentalType): New enumeration of the
3986         fundamental types. (GTK_TYPE_MAKE, GTK_FUNDAMENTAL_TYPE,
3987         GTK_TYPE_SEQNO): New macros to work with the new id scheme.
3988         (GtkArg): Added fields for new types and renamed old ones.  GtkArg
3989         should now be a mostly opaque structure, except name and type.
3990         (GTK_VALUE_*): New macros to access the values of a GtkArg.
3991         (GTK_RETLOC_*): New macros to access the location of a return
3992         value that is contained in a GtkArg.  * gtktypebuiltins.h: New
3993         file to access the typeids of the builtin types.
3994
3995         * gtkwidget.h (GTK_TYPE_WIDGET): New macro to access the type id
3996         of the widget class.
3997
3998         Thru out: Changed GTK_ARG_* to the appropriate GTK_TYPE_*.
3999         Changed access to GtkArg structure to the appropriate GTK_VALUE_*
4000         or GTK_RETLOC_* macro.  Changed GtkArgType to GtkType.  Changed
4001         some guints to GtkType.
4002
4003         General changes in gtk/ to support interpreters:
4004
4005         * gtkradiobutton.c (gtk_radio_button_new_from_widget,
4006         gtk_radio_button_new_with_label_from_widget): New functions.
4007
4008         * gtksignal.c (gtk_signal_connect_no_marshal): New function.
4009         (struct _GtkHandler): Added no_marshal and destroy_func fields.
4010         (gtk_signal_handler_new): Initialize them.
4011         (gtk_signal_connect_by_type): Added no_marshal and destroy_func
4012         arguments.  Changed all callers.
4013         (gtk_signal_destroy): Invoke destroy_func if there is one and the
4014         global destroy func does not apply.  (gtk_handlers_run): If the
4015         handler has no_marshal set, call its function directly without
4016         going thru the signal's marshaller.
4017
4018 Wed Sep  3 09:56:22 1997  RHS Linux User  <pmattis@bjork.inktomi.com>
4019
4020         * gtkrange.c: Changed the way the range control focus was drawn so
4021         that the range control is drawn correctly when it does not have
4022         the focus.
4023
4024 Tue Sep  2 17:41:17 1997  RHS Linux User  <pmattis@bjork.inktomi.com>
4025
4026         * gtkwidget.c: 'gtk_real_widget_queue_resize' should only remove
4027         the "resize_widgets" if another resize is not pending.
4028
4029 Mon Sep  1 18:28:08 1997  Peter Mattis  <pmattis@localhost>
4030
4031         * gtkmain.c: Changed the way GDK_DELETE events are handled. Only,
4032         if 'gtk_widget_event' returns TRUE is the widget destroyed. By
4033         default, 'gtk_widget_event' will return FALSE causing the window
4034         to not be destroyed. This prevents segfaults in the GIMP and other
4035         programs that do not correctly handle GDK_DELETE events.
4036
4037         * gtkmain.c: Added modal dialog support by allowing events
4038         destined for a child of the grab widget to go to the child instead
4039         of the grab widget. (Added 'gtk_widget_is_ancestor' to determine
4040         the relationship between the grab widget and the event widget).
4041
4042         * *.[ch]: Incorprated a whole mess of patches. (Started keeping
4043         the ChangeLog up to date again).
4044
4045 Thu Jun  5 17:22:21 1997  Peter Mattis  <pmattis@localhost>
4046
4047         * gtkmenufactory.c:
4048         * gtkmenufactory.h: Added 'gtk_menu_factory_remove_*'
4049         calls. Removing entries/paths causes the associated widgets to be
4050         destroyed.
4051
4052         * gtkwidget.c:
4053         * gtkwidget.h: Calling 'gtk_widget_set_style' is used as an
4054         indication that the programmer specifically wants that style to be
4055         used. RC-style substitution is disabled for the widget after such
4056         a call.
4057
4058         * gtkpixmap.c:
4059         * gtkpixmap.h:
4060         * gtkimage.c:
4061         * gtkimage.h: Changed to use clip mask and a single pixmap (or
4062         image) to deal with transparent areas.
4063
4064         * gdkpixmap.c: Modified xpm loading routines to optionally return
4065         a clip mask.
4066
4067         * gdkgc.c:
4068         * gdkdraw.c:
4069         * gdktypes.h: Modifications to allow clip masks to be used with
4070         gc's. Clip masks are bitmaps that specify drawable regions.
4071
4072 Thu May  1 03:11:51 1997  Peter Mattis  <pmattis@localhost>
4073
4074         * gtkscrolledwindow.c: Scrolled windows need to have the
4075         GTK_NO_WINDOW flag set. Not having it set caused an obscure
4076         redrawing bug.
4077
4078 Wed Apr 30 12:38:03 1997  Peter Mattis  <pmattis@localhost>
4079
4080         * gtkhruler.c:
4081         * gtkvruler.c: Fixed a small bug that caused the indicator to be
4082         positioned slightly off.
4083
4084 Sun Apr 27 14:28:21 1997  Peter Mattis  <pmattis@localhost>
4085
4086         * gtkmenushell.c:
4087         * gtkmenushell.h:
4088         * gtkmenu.c:
4089         * gtkmenu.h: Changes so that if a menu is popped up there is a
4090         timeout period during which a menu item will not be activated and
4091         if the mouse button is released in that period the menu will stay
4092         popped up.
4093
4094         * gtkcurve.c:
4095         * gtkcurve.h: Included curve widget courtesy of David
4096         Mosberger-Tang (davidm@azstarnet.com).
4097
4098         * gtkentry.c:
4099         * gtkentry.h: Changed "insert" and "delete" signals to
4100         "insert_text" and "delete_text" respectively. (The symbol "delete"
4101         cannot be used since it is a C++ reserved word).
4102
4103 Sat Apr 19 01:43:49 1997  Peter Mattis  <pmattis@localhost>
4104
4105         * gtkmenufactory.c: A path which ends in "<nothing>" will cause an
4106         invisible (hidden) menu entry to be created. This is useful for
4107         setting an accelerator key for which a corresponding menu entry is
4108         not desired.
4109
4110         * gtktooltips.c: Fixed some problems with destruction of the
4111         active tip widget not properly updating the tooltips data
4112         structures.
4113
4114 Fri Apr 18 15:09:45 1997  Peter Mattis  <pmattis@localhost>
4115
4116         * gtkcontainer.c:
4117         * gtklist.c:
4118         * gtkwidget.c:
4119         * gtkwidget.h: Patch from Owen Taylor (owt1@cornell.edu) which
4120         fixes problems with destruction of objects and with destruction of
4121         objects which hold the focus.
4122
4123 Thu Apr 17 11:29:15 1997  Peter Mattis  <pmattis@localhost>
4124
4125         * gtkmenushell.c: Incorrect logic in
4126         'gtk_menu_shell_button_release' for deciding when a menu should
4127         stay popped up when the mouse button is released.
4128
4129         * *.c: Miscellaneous fixes from folks on the net.
4130
4131 Tue Apr 15 02:43:17 1997  Peter Mattis  <pmattis@localhost>
4132
4133         * *.c:
4134         * gtkwidget.h: Added GTK_BASIC widget flag which when set
4135         specifies a widget as "basic". A "basic" widget is one which
4136         doesn't take input events. For example, labels, pixmaps, boxes,
4137         tables, alignments, etc.
4138
4139 Sat Apr 12 15:23:08 1997  Peter Mattis  <pmattis@localhost>
4140
4141         * gtkcolorsel.c: Add "#include <math.h>" to define M_PI.
4142
4143         * gtksignal.c: Fixed a bug in 'gtk_signal_emit' which showed up
4144         because of the new cast checking macros. The 'object' was being
4145         accessed after it had been destroyed.
4146
4147         * gtkoptionmenu.c: Fixed bug with using 'GTK_BIN' instead of
4148         'GTK_BUTTON' which showed up because of the new cast checking
4149         macros.
4150
4151         * *.h: 'GTK_CHECK_CAST', 'GTK_CHECK_CLASS_CAST' and
4152         'GTK_CHECK_TYPE' used by standard widget macros everywhere.
4153
4154 Wed Apr  9 00:54:17 1997  Peter Mattis  <pmattis@localhost>
4155
4156         * docs/gtk.texi: Started further work on documentation. Major
4157         changes and additions are being made.
4158
4159         * gtkarrow.c:
4160         * gtkarrow.h: Removed function 'gtk_arrow_get'.
4161
4162         * gtkcontainer.c: 'gtk_container_check_resize' no performs
4163         additional checking to account for the case where the containers
4164         allocation is no longer sufficient because its parent (or its
4165         parents parent, etc.) needs to resize its children.
4166
4167 Tue Apr  8 21:15:50 1997  Peter Mattis  <pmattis@localhost>
4168
4169         * gtkstyle.c: Fixed a bug in 'gtk_style_init' in which the font
4170         was not ref'd (via 'gdk_font_ref'), but was free'd (via in
4171         'gdk_font_free') in 'gtk_style_destroy'. (David
4172         Mosberger-Tang). Also cleaned up 'gtk_style_destroy' while I was
4173         at it.
4174
4175         * gtkmain.c: Fixed a bug in 'gtk_propogate_event' which caused
4176         entry widgets (and probably other widgets) not to be destroyed in
4177         some instances.
4178
4179 Mon Apr  7 01:20:38 1997  Peter Mattis  <pmattis@localhost>
4180
4181         * gtkentry.c:
4182         * gtkentry.h: Changed the "insert_text", "delete_text" and
4183         "changed_text" signals to "insert", "delete", and "changed"
4184         respectively. They really should have been named this way
4185         originally except the previous signal mechanism prevented
4186         duplicate signal names. ("changed" is also used by adjustments).
4187
4188         * gtkradiomenuitem.c:
4189         * gtkradiomenuitem.h: New widget.
4190
4191         * gtkcheckmenuitem.c:
4192         * gtkcheckmenuitem.h: New widget.
4193
4194         * gtksignal.c: Modified 'gtk_signal_lookup' to require an object
4195         type to be passed as a parameter. In addition, signals are now
4196         only needed to be uniquely defined in their branch of the class
4197         hierarchy. This allows the same signal name to be used in two
4198         different branches of the class hierarchy. For instance, the
4199         "changed" signal is used both by adjustments and entries...in
4200         different ways!
4201
4202         * gtktypeutils.c: Added 'gtk_type_parent' which returns the parent
4203         type for a given type.
4204
4205 Sun Apr  6 22:08:35 1997  Peter Mattis  <pmattis@localhost>
4206
4207         * gtkwidget.c: If a widget is set insensitive it loses the focus
4208         if it had it.
4209
4210         * gtkcontainer.c: Insensitive widgets no longer participate in tab
4211         traversal.
4212
4213         * gtkscrolledwindow.c: The "viewport" child is now destroyed and a
4214         container class "foreach" function was written (which fixes the
4215         sensitivity bug).
4216
4217 Sat Apr  5 14:25:38 1997  Peter Mattis  <pmattis@localhost>
4218
4219         * gtkhscrollbar.c:
4220         * gtkvscrollbar.c: Fixed trough size allocation bug.
4221
4222         * gtkhscale.c:
4223         * gtkvscale.c: Fixed trough size allocation and position bug that
4224         showed up when scales were placed in notebooks.
4225
4226 Thu Mar 27 17:45:54 1997  David Mosberger-Tang  <davidm@azstarnet.com>
4227
4228         * gtk/gtkmain.c (gtk_handle_idle): Fix appending pending_idles to
4229         idle_functions so it works even when idle_functions is empty.
4230
4231 Sat Mar 15 14:15:59 1997  Peter Mattis  <pmattis@localhost>
4232
4233         * *.[ch]: Moved '*_class_init' and '*_init' function declarations
4234         for widgets into the source file as those functions no longer had
4235         to be public.
4236
4237         * gtkcheckbutton.c: Fixed redrawing of check button.
4238
4239         * gtkframe.c: Fixed redrawing of frame when the shadow type is
4240         changed.
4241
4242 Sat Mar  8 15:19:23 1997  Peter Mattis  <pmattis@localhost>
4243
4244         * gdkimage.c: Fixed a stupid bug with 'gdk_image_new' which
4245         potentially added a NULL image to "image_list" and caused problems
4246         when 'gdk_image_exit' was called.
4247
4248 Wed Mar  5 00:40:08 1997  Peter Mattis  <pmattis@localhost>
4249
4250         * gtkpreview.c: Massively changed the colormap handling used by
4251         the preview widget. Gray previews are now dithered. A single
4252         visual and colormap is shared by the color and gray previews. A
4253         GTK_PREVIEW_INFO property is installed on the root window in
4254         certain cases to allow multiple GTK programs to share the system
4255         colormap.
4256
4257 Sun Mar  2 05:43:06 1997  Peter Mattis  <pmattis@localhost>
4258
4259         * gtkcheckbutton.c: 'gtk_checkbutton_size_allocate' was allocating
4260         too much space to its children and not leaving the check button
4261         room for the focus border.
4262
4263         * gtknotebook.c: 'gtk_notebook_size_request' wasn't requesting
4264         enough space when the notebook tabs are visible.
4265
4266 Sat Mar  1 01:59:35 1997  Peter Mattis  <pmattis@localhost>
4267
4268         * gtkpreview.c: Fixed a problem with 'gtk_preview_put' when the
4269         image byte order is GDK_MSB_FIRST.
4270
4271         * gtksignal.c:
4272         * gtksignal.h: Added 'gtk_signal_connect_after' and
4273         'gtk_signal_connect_object_after' functions. These connect signal
4274         handlers which will run after the class function associated with
4275         the signal.
4276
4277         * gtkstyle.c: Fixed a stupid bug in 'gtk_style_new_from_key' that
4278         was causing twice as many styles to be created as necesary.
4279
4280         * gtkwidget.c: 'gtk_real_widget_size_allocate' erases the widgets
4281         old allocation if it has the GTK_NO_WINDOW flag set.
4282
4283         * gtkwidget.c: 'gtk_real_widget_unmap' now erases the widget if it
4284         has the GTK_NO_WINDOW flag set.
4285
4286         * gtklabel.c: Removed 'gtk_label_unmap' as similar functionality
4287         was added to gtk_real_widget_unmap.
4288
4289         * gtkbin.c: Modified 'gtk_bin_map' and 'gtk_bin_unmap' so that it
4290         erases and draws the widget if it has the GTK_NO_WINDOW flag set.
4291
4292         * gtkframe.c: Modified 'gtk_frame_size_allocate' so that it erases
4293         the old allocation.
4294
4295 Fri Feb 28 03:27:05 1997  Peter Mattis  <pmattis@localhost>
4296
4297         * gtkwindow.c: 'gtk_window_set_title' now changes the window title
4298         if the window is already realized.
4299
4300         * gtkentry.c: 'gtk_entry_set_text' was emitting both a
4301         "delete_text" and a "changed_text" signal. Modified so that it
4302         only emits a "changed_text" signal.
4303
4304         * gtkpreview.c: Modified to work correctly on systems with MSB
4305         byte order. The colormap for TRUE and DIRECT color displays is now
4306         created if the default visual is not equal to the visual we are
4307         using.
4308
4309         * gtkstyle.c: 'gtk_style_attach' and 'gtk_style_find' weren't
4310         working properly in the presence of multiple colormaps are
4311         different depth visuals.
4312
4313         * gtkcontainer.c: Massively improved focus traversal using tab and
4314         arrow keys. It now uses the layout of the widgets to determine
4315         where to move the focus to.
4316
4317 Mon Feb 24 03:24:02 1997  Peter Mattis  <pmattis@localhost>
4318
4319         * gtkmenufactory.c: Set the accelerator table field for menus when
4320         they are created.
4321
4322         * gtkmenu.c:
4323         * gtkmenu.h: Added a default accelerator table field to menus so
4324         that runtime modification of accelerator keys in menus can work
4325         better.
4326
4327         * gtkrange.c: 'gtk_range_default_{h,v}motion' had faulty logic for
4328         deciding what to do when the slider was at the edge of the
4329         trough. They previously didn't update the adjustment value event
4330         if the value wasn't what it should be when the slider was at the
4331         edge of the trough.
4332
4333         * gtkviewport.c: 'gtk_viewport_size_allocate' and
4334         'gtk_viewport_adjustment_value_changed' both had the potential for
4335         performing a divide by 0. Checks are now in place to prevent this.
4336
4337         * gtkmenu.c: 'gtk_menu_map' now makes sure the menu lies on screen
4338         if the position function is NULL.
4339
4340         * gtkentry.c: Modified selection handling. 'gtk_delete_selection'
4341         actually removes the X selection now. 'gtk_entry_destroy' removes
4342         the selection as well and relies on the change in "gdk.c" to make
4343         sure the selection event will not be sent to a non-existant
4344         window.
4345
4346         * gdk.c: Selection events are only passed on if the selection
4347         owner is not NULL.
4348
4349         * gtkstyle.c: 'gtk_style_detach' and 'gtk_style_destroy' were not
4350         destroying the black and white gc's.
4351
4352 Sun Feb 23 19:17:56 1997  Peter Mattis  <pmattis@localhost>
4353
4354         * gtkwindow.c: 'gtk_window_size_request' was setting the window
4355         hints. This was also being done in 'gtk_window_map', so the
4356         instance being done in 'gtk_window_size_request' was removed.
4357
4358 Fri Feb 21 01:04:01 1997  Peter Mattis  <pmattis@localhost>
4359
4360         * gtkwidget.c: 'gtk_widget_draw' has to use the widgets allocated
4361         position for the drawing rectangle when the widget has the
4362         GTK_NO_WINDOW flag set.
4363
4364         * gtkwidget.c: In 'gtk_widget_init' the visual and colormap were
4365         being directly compared against 'default_visual' and
4366         'default_colormap' instead of calling
4367         'gtk_widget_get_default_{visual,colormap}'.
4368
4369         * gdkrectangle.c: Amazing! There was a bug in the
4370         'gtk_rectangle_intersect' logic. Its been there for near eternity
4371         and I never noticed.
4372
4373         * gtkpreview.c:
4374         * gtkpreview.h: Created preview widget which allows drawing to an
4375         rgb or grayscale buffer which is automatically displayed on the
4376         screen. Performs dithering as necessary.
4377
4378 Thu Feb 20 20:33:21 1997  Peter Mattis  <pmattis@localhost>
4379
4380         * gdkwindow.c: Modified the logic in 'gdk_window_new' which
4381         determined when to add a window to the WM_COLORMAP_WINDOWS
4382         property.
4383
4384 Wed Feb 19 19:55:29 1997  Peter Mattis  <pmattis@localhost>
4385
4386         * gtkruler.c: 'gtk_ruler_make_pixmap' was always destroying the
4387         old backing store and creating a new one even when it would create
4388         a new one of exactly the same size as the old one.
4389
4390 Tue Feb 18 18:32:10 1997  Peter Mattis  <pmattis@localhost>
4391
4392         * gmem.c: 'g_mem_chunk_alloc' was incorrectly modifying the mem
4393         areas free mem field when reallocating a previously freed
4394         atom. This caused a fairly severe memory leak.
4395
4396         * gtkmenushell.c: 'gtk_menu_shell_button_release' had a bug in the
4397         logic for deciding whether to initiate an X pointer grab or not
4398         when the mouse button was released. It now only initiates a grab
4399         if the mouse is released within an active menu item.
4400
4401 Fri Feb 14 00:57:40 1997  Peter Mattis  <pmattis@localhost>
4402
4403         * gtknotebook.c: Changed the look of notebook tabs slightly.
4404
4405         * gtkentry.c:
4406         * gtkentry.h: Deleting an entry widget which is holding the X
4407         selection presents some difficulties. The X selection must be
4408         released, but the widget can't be destroyed until the
4409         SELECTION_CLEAR event is received that the X server will send in
4410         response to clearing the X selection. There are probably still
4411         bugs in the current method of entry widget deletion when the X
4412         selection is held.
4413
4414         * gtkmain.c: 'gtk_propagate_event' was not properly destroying the
4415         toplevel window when receiving a key press event.
4416
4417         * gtkwidget.c: Setting a widget insensitive did not cause it to
4418         redraw. It now does.
4419
4420 Thu Feb 13 16:59:07 1997  Peter Mattis  <pmattis@localhost>
4421
4422         * gtkviewport.c: 'gtk_viewport_size_allocate' was allocating its
4423         child widget an adjusted allocation. Since the actual scrolling
4424         has handled by a subwindow this caused the child to be double
4425         scrolled. Modified to always set the child allocations origin to
4426         (0, 0).
4427
4428 Wed Feb 12 01:06:48 1997  Peter Mattis  <pmattis@localhost>
4429
4430         * gtkentry.c: Text is now centered vertically. Previously it was
4431         pushed up against the top. This problem was only evident when the
4432         widget was allocated more vertical space than it requested.
4433
4434         * gtkfilesel.c: 'gtk_file_selection_key_press' was previously only
4435         a stub for tab completion. The actual tab completion call had been
4436         left out. (Oops!)
4437
4438 Tue Feb 11 01:43:08 1997  Peter Mattis  <pmattis@localhost>
4439
4440         * gtksignal.c: 'gtk_signal_disconnect_by_data' was going into a
4441         loop and crashing. Bad logic. Fixed.
4442
4443         * gtkmain.c: An idle function which returns FALSE will be removed
4444         from the list of idle functions. This makes the functioning of
4445         idle functions and timeouts more similar.
4446
4447         * gtkentry.c: 'gtk_entry_get_text' now returns an empty string
4448         when the actual text is NULL. This allows "stupid" programs to use
4449         the value returned by 'gtk_entry_get_text' blindly (without
4450         checking to see if its NULL).
4451
4452         * gtkradiobutton.c: Modified 'gtk_radio_button_clicked' so that
4453         'gtk_toggle_button_toggled' is called _after_ the widget state is
4454         changed.
4455
4456         * gtksignal.c:
4457         * gtksignal.h: Added 'gtk_signal_name' which returns the character
4458         string name for a given signal number.
4459
4460         * gtkwidget.c: 'gtk_widget_set_parent' checks to see if the widget
4461         is now "anchored" through the parent chain to a widget which is
4462         GTK_ANCHORED. If it is, then it changes the widgets style using
4463         'gtk_rc_get_style' and recursively performs the same operation on
4464         the widgets children. This is necessary is 'gtk_rc_get_style' only
4465         works properly on "anchored" widgets.
4466
4467         * gtkwindow.c: Modified GTK_WIN_POS logic so that it is only used
4468         immediately after the window has been shown.
4469
4470         * gtkmenu.c: 'gtk_menu_key_press'. Can now change menu item
4471         accelerator keys on the fly. Why? Why not. Cool/useless feature of
4472         the day.
4473
4474         * gtkmenuitem.c: Accelerator key drawing. Somehow that never got
4475         finished. (Oops!)
4476
4477         * gtkdrawingarea.c: 'gtk_drawing_area_size_allocate' was not
4478         actually installed during 'gtk_drawing_area_class_init'. (Oops!)
4479
4480         * gtkframe.c: 'gtk_frame_size_request' fixed size requisition
4481         problem caused by unsigned arithmetic.
4482
4483         * gtkwindow.c: Modified window widget so that it only uses the
4484         widget uposition auxiliary information immediately after it has
4485         been shown. This prevents the annoying bug which can cause a
4486         uposition'ed window to jump back to its original position after
4487         the user moves it.
4488
4489         * gtkwidget.c: Need to ref and unref style in
4490         'gtk_widget_{push,pop}_style' to make sure that a style on the
4491         style stack is not destroyed.
4492
4493         * gtktogglebutton.c: 'gtk_toggle_button_set_state' now calls
4494         gtk_button_clicked to actually change the state of the
4495         button. In this way, radio buttons can now perform the appropriate
4496         actions when the toggle button state is set.
4497
4498 Mon Feb 10 00:27:39 1997  Peter Mattis  <pmattis@localhost>
4499
4500         * gtklist.c: 'gtk_list_select_item' and 'gtk_list_unselect_item'
4501         were casting a GList* variable to a a GtkWidget* variable. Bad bad
4502         bad. (Tim Janik).
4503
4504         * gtksignal.c: Modified 'gtk_signal_connect' and
4505         'gtk_signal_connect_object' to warn when a signal type cannot be
4506         found.
4507
4508 Sun Feb  9 00:15:30 1997  Peter Mattis  <pmattis@localhost>
4509
4510         * gtkoptionmenu.c:
4511         * gtkoptionmenu.h: Changed option menus back to being derived from
4512         buttons. This fixes up some screwiness with their user
4513         interaction.
4514
4515         * gtkwindow.c: Modified key press handler to support focus
4516         traversal.
4517
4518         * gtkcontainer.c:
4519         * gtkcontainer.h: Added default focus traversal back in.
4520
4521 Sat Feb  8 10:44:38 1997  Peter Mattis  <pmattis@localhost>
4522
4523         * gtkviewport.h:
4524         * gtkviewport.c: Massively sped up viewport scrolling. Used to be
4525         reallocating child's size (offset) each time a scrollbar
4526         moved. Now a subwindow is moved. All the children are moved
4527         automatically by moving the subwindow. Much much much faster.
4528
4529 Tue Feb  4 00:20:44 1997  Peter Mattis  <pmattis@localhost>
4530
4531         * gtree.c: Changed 'g_tree_node_search' to use a loop instead of
4532         recursion.
4533
4534 Mon Feb  3 11:30:03 1997  Peter Mattis  <pmattis@localhost>
4535
4536         * gtkbutton.c: Removed 'parent_destroy' global and replaced it
4537         with 'parent_class' global to reflect style used in other
4538         widgets.
4539
4540         * gtknotebook.c: Tab labels were being allocated less than their
4541         requested size.
4542
4543         * gtkrange.c:
4544         * gtkrange.h: Moved the "digits" field of scales into the range
4545         type. The adjustment value for scales is truncated to the number
4546         of visible digits instead of being left untouched.
4547
4548         * gtree.c: Fixed a bug in the AVL tree implementation. Single
4549         rotations were always being performed during insertion. It is
4550         sometimes necessary to perform a double rotation.
4551
4552         * gtklabel.c: Modified 'gtk_label_expose' to only draw the label
4553         when the allocated space is greater than or equal to the requested
4554         space.
4555
4556         * gtklabel.c: Added call to 'gtk_widget_unmap' to
4557         'gtk_label_destroy' in order for the label to redraw correctly
4558         (erase itself) when destroyed.
4559
4560         * gtklabel.c: Added 'gtk_label_unmap' call which erases the labels
4561         allocation when it gets unmapped.
4562
4563         * *.h: Removed a few remaining instances of using "class" as a
4564         parameter name. (Causes problems for C++).
4565
4566 Fri Jan 31 12:26:50 1997  Peter Mattis  <pmattis@localhost>
4567
4568         * gtkcontainer.c: 'gtk_container_enable_resize' needs to call
4569         'gtk_container_check_resize' instead of
4570         'gtk_container_need_resize'.
4571
4572         * gtkwidget.c: 'gtk_real_widget_show' now maps the widget if its
4573         parent is mapped.
4574
4575         * gtkscrolledwindow.c: Fixed size allocation when the scrollbar
4576         policy's are GTK_POLICY_AUTOMATIC. Doing it correctly is harder
4577         than I originally thought.
4578
4579         * gtklist.c: Added 'gtk_list_child_position' to determine the
4580         integer position in a list of a child. Filled in the
4581         'gtk_list_item_select' and 'gtk_list_item_unselect' stubs.
4582
4583 Thu Jan 30 16:08:06 1997  Peter Mattis  <pmattis@localhost>
4584
4585         * gmem.c: Changed the implementation of G_ALLOC_AND_FREE mem
4586         chunks. They used to allocate SIZEOF_VOID_P extra bytes per atom
4587         in order to keep track of which mem area they were allocated
4588         from. Now the mem area is determined by searching through an AVL
4589         tree of the mem areas for a mem chunk and comparing memory
4590         locations. A little slower, but makes G_ALLOC_AND_FREE mem chunks
4591         much more attractive.
4592
4593         * gtree.c: Added an AVL tree implementation to glib.
4594
4595         * gtksignal.c:
4596         * gstring.c: va_arg (arg_list, {char, short}) is
4597         invalid. Arguments passed in a variable argument list are
4598         promoted. ({char, short}->int). Seemed to work ok before under
4599         Linux. Crashed under FreeBSD.
4600
4601 Tue Jan 28 02:27:51 1997  Peter Mattis  <pmattis@localhost>
4602
4603         * gdkwindow.c: Fixed a major slowdown apparent in the file
4604         selection dialog which was caused by calling
4605         'gtk_window_add_colormap_windows' way way way too often.
4606
4607         * *.c: Many widgets called 'gtk_container_need_resize' when
4608         something internal changed which would cause the widget to grow or
4609         shrink. The assumption was made that the widget would change size
4610         and an expose event would be generated. This happens "most" of the
4611         time. But its possible for certain widgets to change size without
4612         generating expose events, or for its internal geometry to change
4613         without a change of size which would mean no expose event was
4614         generated. So a wrapper function called
4615         'gtk_container_check_resize' was created and
4616         'gtk_container_need_resize' was modified so that it returns FALSE
4617         if a resize was actually generated and TRUE if nothing
4618         changed. This allows 'gtk_container_check_resize' to initiate a
4619         'gtk_widget_size_allocate' and 'gtk_widget_draw' to emulate the
4620         expose event.
4621
4622 Sat Jan 25 14:17:44 1997  Peter Mattis  <pmattis@localhost>
4623
4624         * gtkmain.c: Fixed a bug with propogating key press events. The
4625         events were sent 2 times to the toplevel windows which caused the
4626         focus widget to be activated twice when the space bar was pressed.
4627
4628         * */configure.in:
4629         * */Makefile.am: Added support for libtool and removed the old
4630         shared library configuration craziness.
4631
4632 Fri Jan 24 12:59:22 1997  Peter Mattis  <pmattis@localhost>
4633
4634         * gtktext.c:
4635         * gtktext.h: Josh's fixes and additions to the text widget.
4636
4637         * gtkfill.c:
4638         * gtkfill.h: Filler widget useful for filling space in a
4639         table. Can specify a minimum size. Used by the canvas widget.
4640
4641         * gtknotebook.c:
4642         * gtknotebook.h: Made outline of notebook widget.
4643
4644         * gtkcanvas.c:
4645         * gtkcanvas.h: Started canvas widget. A composite of 2 rulers (w/
4646         an origin), 2 scrolllbars. Guides, grids, snap to.
4647
4648 Sun Jan 19 18:26:45 1997  Peter Mattis  <pmattis@localhost>
4649
4650         * gtkdialog.c:
4651         * gtkdialog.h: Created dialog widget which creates a standard
4652         looking dialog with buttons along the button and a separator.
4653
4654         * gtkxid.c: Generalized the window table code for looking up a gdk
4655         window based on an XID to work for any XID and a piece of
4656         data. Can now look up gdk fonts based on their XID.
4657
4658         * gtkruler.c:
4659         * gtkruler.h:
4660         * gtkhruler.c:
4661         * gtkhruler.h:
4662         * gtkvruler.c:
4663         * gtkvruler.h: Started conversion of the ruler widget.
4664
4665         * gtktext.c:
4666         * gtktext.h: Started conversion of the text widget. Scrolling
4667         doesn't work.
4668
4669         * gtkmain.c: Fixed a fairly major bug. The event widget needs to
4670         be in a call for the entire duration of handling an event. Not
4671         just for when the event widget itself is handling the event.
4672
4673         * gtkfilesel.c: Fixed up some bugs with resizing.
4674
4675 Fri Jan 10 14:18:03 1997  Peter Mattis  <pmattis@localhost>
4676
4677         * gtkwidget.c:
4678         * gtkwidget.h:
4679         * gtkentry.c:
4680         * gtkentry.h: Support for selections.
4681
4682         * gdkselection.c:
4683         * gdk.c:
4684         * gdktypes.h:
4685         * gdk.h: Gdk support for X selections. Currently only text
4686         selections are supported.
4687
4688         * gtksignal.c: Fixed a major bug which occurred when destroying an
4689         object. Memory was being written to after it was freed.
4690
4691         * gtkfilesel.c:
4692         * gtkfilesel.h: Hooked up more functionality to the file selection
4693         dialog.
4694
4695 Wed Jan  8 18:13:53 1997  Peter Mattis  <pmattis@localhost>
4696
4697         * gtkfilesel.c:
4698         * gtkfilesel.h: Mostly converted old file selection dialog
4699         widget. The widget is derived from the GtkWindow class and is
4700         quite a bit simpler in the widget code.
4701
4702         * gtkwidget.c: Fixed 'gtk_widget_grab_focus' and
4703         'gtk_widget_grab_default' to check that the toplevel widget is a
4704         type of window (which includes classes derived from windows).
4705
4706 Tue Jan  7 01:12:32 1997  Peter Mattis  <pmattis@localhost>
4707
4708         * gtkwindow.c: Was calling 'gtk_window_resize' twice in a
4709         row...why?
4710
4711         * gtksignal.c:
4712         * gtksignal.h:
4713         * *.c: Changed 'gtk_signal_new' so that the class function that is
4714         called when the signal is emitted can be called either before,
4715         after or both before and after the calling of any signal
4716         handlers.
4717
4718         * gtkobject.c:
4719         * gtkobject.h: Added 'object_data' mechanism for storing data
4720         associated with a character string key in objects. Removed
4721         'user_data' field of objects and changed
4722         'gtk_object_{get,set}_user_data' to use the object data
4723         mechanism. Removed 'handlers' field of objects.
4724
4725         * gtkwidget.c:
4726         * gtkwidget.h:
4727         * gtkwindow.c: Modified aux info mechanism to use object data
4728         mechanism.
4729
4730         * gtksignal.c: Modified signal mechanism to use object data
4731         mechanism instead of 'handlers' field.
4732
4733
4734 Mon Jan  6 15:10:16 1997  Peter Mattis  <pmattis@localhost>
4735
4736         * gtkmenushell.c: Fixed up button press handling so as to conform
4737         more closely to that used by Motif.
4738
4739 Wed Jan  1 21:27:17 1997  Peter Mattis  <pmattis@localhost>
4740
4741         * gtkmenu.c:
4742         * gtkmenu.h:
4743         * gtkmenubar.c:
4744         * gtkmenubar.h:
4745         * gtkmenushell.c:
4746         * gtkmenushell.h: Reorganization of menu-ing code so that code
4747         duplication is reduced. The menu shell now contains most of the
4748         code for menu-ing interaction while menus and menubars simply layout
4749         their child menu items in the appropriate place.
4750
4751 Sun Dec 29 17:48:18 1996  Peter Mattis  <pmattis@localhost>
4752
4753         * gtkmenu.c:
4754         * gtkmenubar.c:
4755         * gtkmenuitem.h:
4756         * gtkmenuitem.c: Modifications so that menu item accelerators and
4757         the submenu indicator are drawn correctly and the correct amount
4758         of space is allocated.
4759
4760 Sat Dec 28 00:32:13 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
4761
4762         * gtkmenufactory.h:
4763         * gtkmenufactory.c: Started menu factories as an easy method to
4764         create and manipulate menus.
4765
4766 Fri Dec 27 13:17:34 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
4767
4768         * gtkmenu.c:
4769         * gtkmenu.h:
4770         * gtkmenubar.c:
4771         * gtkmenubar.h:
4772         * gtkmenuitem.c:
4773         * gtkmenuitem.h:
4774         * gtkmenushell.c:
4775         * gtkmenushell.h: Implemented basic menu functionality. Menubars
4776         and popup menus work. Submenus work. (Much left to be done).
4777
4778 Wed Dec 18 15:27:05 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
4779
4780         * gtktypeutils.h:
4781         * gtktypeutils.c: Added 'gtk_type_from_name' which returns a type
4782         identifier given a type name. Implemented using a second hash
4783         table keyed by type names.
4784
4785         * gtkbutton.c:
4786         * gtktogglebutton.c: Fixed very small messed-up drawing bug when a
4787         button loses its focus.
4788
4789         * gtkwidget.h:
4790         * gtkwidget.c:
4791         * gtkbutton.c:
4792         * gtkwindow.c: Added default button handling. Default buttons now
4793         draw correctly and pressing return or enter causes the default
4794         button (if one exists) to be activated.
4795
4796 Tue Dec 17 19:32:21 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
4797
4798         * gtkhscale.c:
4799         * gtkvscale.c: Overrode 'draw_slider' method of ranges in order to
4800         draw the slider of scales with a line in them so as to be closer
4801         to the Motif look-and-feel.
4802
4803         * gtkwindow.c: Modified 'gtk_window_focus_in_event' so that focus
4804         in events are only handled when the window is visible. Fixes a bug
4805         where spurious focus in events get sent when a window is being
4806         hidden.
4807
4808         * gtkwidget.h: Added 'activate_signal' field to the GtkWidgetClass
4809         structure. Added 'gtk_widget_activate' call to emit the activate
4810         signal for a widget if it is non-zero.
4811
4812 Tue Dec 10 15:59:45 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
4813
4814         * gtkwidget.c: 'gtk_widget_set_name' oops in strdup'ing the old
4815         "widget->name" instead of the new one we are setting.
4816
4817         * gtkrc.c: 'gtk_rc_widget_path' changed to use
4818         'gtk_widget_get_name' instead of accessing the "widget->name"
4819         field directly.
4820
4821         * gtkwidget.c: Added 'gtk_widget_get_name' function which returns
4822         the widgets name if it exists and the widgets type name if it does
4823         not.
4824
4825         * gtkcheckbutton.c: Added 'gtk_check_button_draw'
4826         function. Modified 'gtk_check_button_expose' to pass an expose
4827         event to child instead of callings its draw function.
4828
4829         * gtkentry.c: 'gtk_entry_draw_text' why was "+1" being added to
4830         the font->ascent to calculate the font position? This was wrong
4831         and caused some characters in fonts to be clipped. (Notably "g").
4832
4833         * gtkentry.c: 'gtk_entry_realize' specify GTK_BUTTON1_MOTION_MASK
4834         and GTK_POINTER_MOTION_HINT_MASK for _both_ windows.
4835
4836         * gtkmain.c: 'gtk_propagate_event' needs to set the GTK_IN_CALL
4837         flag for the object before calling 'gtk_widget_event' and needs to
4838         destroy the object if necessary after 'gtk_widget_event' returns.
4839
4840         * gtkradiobutton.c: 'gtk_radio_button_clicked' needs to call
4841         'gtk_toggle_button_toggled' when the currently active button is
4842         toggled.
4843
4844         * gtkwidget.c: 'gtk_real_widget_hide' needs to call
4845         'gtk_widget_unmap' if the widget is currently mapped.
4846
4847         * gtkwindow.c: Prevent automatic resizing after the user has
4848         specified a new window size. Add 'handling_resize' flag to
4849         windows.
4850
4851         * gtkscrolledwindow.c: Implement the GTK_POLICY_AUTOMATIC
4852         scrollbar policy. Need to connect to the adjustments 'changed'
4853         signal and notice when the scrollbars aren't in use.
4854
4855         * gtkcontainer.c: 'gtk_container_init' must set 'auto_resize' and
4856         'need_resize' fields to TRUE and FALSE respectively.
4857
4858         * gtkwidget.c: 'gtk_widget_set_parent' must all set a widgets state
4859         to its parents state.
4860
4861 Sun Dec  1 01:31:01 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
4862
4863         * Started ChangeLog