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