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