]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
- New sections on the Fixed and Frame containers - Rearrange the
[~andy/gtk] / ChangeLog.pre-2-8
1 Fri Jan 29 09:18:41 GMT 1999 Tony Gale  <gale@gtk.org>
2
3         * docs/gtk_tut.sgml:
4           - New sections on the Fixed and Frame containers
5           - Rearrange the Containers section so the easier ones
6             are first
7           - Move the List widget section to an appendix
8
9 Thu Jan 28 12:14:12 GMT 1999 Tony Gale  <gale@gtk.org>
10
11         * docs/package_tutorial.sh: script to convert and
12           package up the tutorial - stick it here so I don't lose
13           it when I accidentally delete it again.
14  
15 Thu Jan 28 10:16:28 GMT 1999 Tony Gale  <gale@gtk.org>
16
17         * docs/gtk_tut.sgml:
18           - Replace all uses of deprecated functions.
19           - Replace menufactory example with itemfactory example
20             from Nick Scott <mendigo@geocities.com>
21           - Minor bug fixes in the examples.
22
23 1999-01-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
24
25         * gdk/gdkim.c:
26         s/XIM_INSTANTIATE_IS_MISSING_OR_STRANGE/XIM_INST_IS_MISSING_OR_STRANGE/
27
28 Thu Jan 28 01:57:06 CST 1999 Shawn T. Amundson <amundson@gtk.org>
29
30         * INSTALL
31           NEWS
32           README
33           configure.in
34           gtk+.spec
35           docs/gtk-config.1: version=1.1.14
36
37         * Released GTK+ 1.1.14
38
39 Thu Jan 28 01:34:29 1999  Owen Taylor  <otaylor@redhat.com>
40
41         * gtkfontsel.c gtkcolorsel.c: When translating
42         N_() strings, use _(), not gettext(), since we
43         really need to call dgettext().
44
45 Wed Jan 27 20:51:25 PST 1999 Manish Singh <yosh@gimp.org>
46
47         * acinclude.m4: Xsed isn't valid here, don't use it
48
49         * ltmain.sh
50         * ltconfig: better file magic regexp for Linux libs
51
52 Wed Jan 27 23:05:55 1999  Owen Taylor  <otaylor@redhat.com>
53
54         * gtk/gtklayout.[ch] (gtk_layout_realize): Move 
55         gravity_works back to a static global variable,
56         since it is a global constant, and this way we
57         keep structure sizes uniform.
58
59 Wed Jan 27 22:59:07 1999  Owen Taylor  <otaylor@redhat.com>
60
61         * gtk/Makefile.am (static_SOURCES): Move gtkintl.h
62         from $source_headers to $static_sources since
63         it should not be installed.
64
65 Wed Jan 27 22:51:23 1999  Owen Taylor  <otaylor@redhat.com>
66
67         * gdk/gdkevents.c (expose_predicate): Allow exposure
68          compression across GravityNotify events to improve
69          the appearance of a GTK+ window unshading.
70
71 Wed Jan 27 21:56:07 1999  Owen Taylor  <otaylor@redhat.com>
72
73         [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]
74         
75         * acconfig.h configure.in gdk/gdkim.c: Add configure 
76         flag for disabling XRegisterIMInstantiateCallback(), default
77         it to off for Solaris. Always try to open the
78         input method immediately, and only if that fails,
79         register than instantiate callback.
80
81         * gtk/gtkentry.c: Some tweaks to make sure that we
82         only get and set the IC attributes when appropriate.
83         
84 Wed Jan 27 20:08:54 1999  Owen Taylor  <otaylor@redhat.com>
85
86         * gtk/gtkfilesel.c (open_user_dir): Patch from
87         Sebastian Wilhelmi  <wilhelmi@ira.uka.de> to
88         use g_get_home_dir() instead of calling getpwuid() 
89         ourselves.
90
91 Wed Jan 27 20:06:06 1999  Owen Taylor  <otaylor@redhat.com>
92
93         * gtk/gtklayout.c (gtk_layout_adjustment_changed):
94         Removed some g_print()'s
95
96 Wed Jan 27 18:57:57 1999  Owen Taylor  <otaylor@redhat.com>
97
98         * gdk/gdk.h gdk/gdkdnd.c: Change signatures for 
99         gdk_drag_begin() and gdk_drag_motion() so that the set 
100         of possible actions is passed on each motion, not just at
101         the beginning of the drag. We do this so that
102         we can restrict the set of possible drag events
103         when the user presses a modifier key during a 
104         drag.
105
106         * gdk/gdkdnd.c: Send a motif Operation-changed
107         message when the set of possible actions change,
108         as well as when the suggested action change.
109
110         * gdk/gdkdnd.c: Change the XdndActionList whenever
111         the set of actions change.
112
113         * gdk/gdkdnd.c: Add a filter to catch changes to
114         the XdndActionList property for the source widget.
115
116         * gtk/gtkdnd.c: Change the set of possible actions
117         when the user presses Control, Shift, or Control-Shift,
118         to only include the corresponding action.
119         
120         * gtk/gtkdnd.c (gtk_drag_button_release_cb):
121         Disconnect button signals before we possibly
122         free info structure.
123
124 Wed Jan 27 18:40:50 1999  Owen Taylor  <otaylor@redhat.com>
125
126         * gtk/gtkmain.c (gtk_main_do_event): Hack scrollwheel
127         support into the eventloop, by treating button 4-5
128         presses on scrolled windows and scrollbars specially. 
129         Put it here to keep the ugliness small and confined.
130         (We need to intercept the normal propagation in any case
131         to have this work reliably right now, since some
132         subwidgets will trap the button presses)
133         
134         * gtk/gtkviewport.c (gtk_viewport_realize): Select for 
135         BUTTON_PRESS to support the above hack.
136         
137 Tue Jan 26 14:02:50 1999  Owen Taylor  <otaylor@redhat.com>
138
139         * gdk/gdkwindow.c (gdk_window_show/hide): Remove TimJ's
140         checks for already being mapped or hidden. See
141         the ICCCM's section on state changes for why this
142         is a bad idea.
143
144 Wed Jan 27 17:05:40 1999  Owen Taylor  <otaylor@redhat.com>
145
146         * Separate out GLIB_LIBS and GLIB_DEPLIBS. This
147         may fix the --with-glib option. GLIB_LIBS are
148         the libs to link example programs against, while
149         GLIB_DEPLIBS are dependency libraries.
150
151 Wed Jan 20 11:19:00 1999  Owen Taylor  <otaylor@redhat.com>
152
153         * gtk/gtklabel.c: Use floor() instead of truncating
154         to integer values so we get translation invariance.
155
156         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
157         and lower values for adjustments in size_allocate().
158
159         * gdk/gdkwindow.c gdk/gdk.h gdk/gdkprivate.h: New
160         function gdk_window_set_static_gravities() to set
161         up a window for guffaw scrolling.
162         
163         * gdk/gdkwindow.c (gdk_window_internal_destroy): Set flags
164         indicating destroyed state before cleanup.
165
166         * gtk/gtkprivate.h gtk/gtkwidget.c: Add a new
167         private flag IS_OFFSCREEN. If set, this indicates
168         to GTK+ that the widget is not to be considered
169         viewable regardless of its map state. Queued draws
170         on offscreen widgets are suppressed.
171
172         Added new function static gtk_widget_is_offscreen() to
173         check this flag on a widget and its ancestors.
174
175         * gtk/gtklayout.[ch]: Major revisions.
176
177         - Use gdk_window_set_static_gravities to set static gravity 
178         on all child windows, and thus avoid having to create a window
179         for NO_WINDOW children.
180
181         - Adjust allocations of children as we scroll them
182         so queued draws work correctly.
183
184         - Don't allocate our children directly in a put()
185         or move(); just queue a resize() like every other
186         widget.
187
188         * gtk/testgtk.c: Make the arrows on the scrollbars
189         work, create a larger and more demanding test.
190         
191 Wed Jan 27 09:19:07 1999  Tim Janik  <timj@gtk.org>
192
193         * gdk/gdkcolor.c (gdk_colormap_unref): assert ref_count>0.
194
195 Mon Jan 25 20:05:22 1999  Owen Taylor  <otaylor@redhat.com>
196
197         * gtk/gtkwidget.c (gtk_widget_set_{visual,colormap}): 
198         New functions to set the colormap or visual
199         of an existing widget. These functions should not
200         be called on a widget that has previosly been
201         realized.
202
203         * gtk/gtkcolorsel.c (gtk_color_selection_dialog_init):
204         Set the visual and colormap on the toplevel dialog,
205         then push them for the child widgets. As opposed
206         to push/pop in _new(), this way, things will work
207         properly with gtk_widget_new().
208         
209 Mon Jan 25 19:41:56 1999  Owen Taylor  <otaylor@redhat.com>
210
211         * gtk/gtknotebook.c (gtk_notebook_page_allocate): Queue
212         a redraw on the tab area when a tab changes size.
213         (Includes improvements from Lars Hamann)
214
215 Mon Jan 25 19:00:13 1999  Owen Taylor  <otaylor@redhat.com>
216
217         * gtk/gtkcolorsel.c (gtk_color_selection_value_events): 
218          Back out the last solution to updating problem. And
219          try a different one that is less dependent on
220          the state of the widget. Just redraw the value_marker
221          when it gets mapped. Somebody needs to analyze
222          this widget more carefully and figure out when
223          it should be setting the contents of the previews
224          with more care.
225
226 Mon Jan 25 17:48:03 1999  Owen Taylor  <otaylor@redhat.com>
227
228         * gtk/gtkcolorsel.c: Removed some GTK_WIDGET_DRAWABLE()
229         tests - we need to update the value bar's contents
230         even when the widget is unmapped.
231
232 Mon Jan 25 15:47:46 1999  Owen Taylor  <otaylor@redhat.com>
233
234         * acinclude.m4 (ac_result): Don't define ENABLE_NLS
235          unless we have a working NLS. (This should keep
236          libintl.h from being included when it doesn't
237          exist).
238
239 Mon Jan 25 11:05:10 1999  George Lebl  <jirka@5z.com>
240
241         * gtk/gtkbutton.c: set RECEIVES_DEFAULT on init, and a
242           button press on the widget doesn't grab default anymore
243
244         * gtk/gtkcheckbutton.c,gtk/gtkoptionmenu.c,gtk/gtkradiobutton.c:
245           unset RECEIVES_DEFAULT on init
246
247         * gtk/gtkwidget.[ch]: add a RECEIVES_DEFAULT flag to widget
248           flags
249
250         * gtk/gtkwindow.c,gtk/gtkplug.c: on pressing <enter>, activate
251           the focused widget if it is a RECEIVES_DEFAULT widget,
252           no matter what the current default_widget is
253
254         * gtk/gtkwindow.c: on focus change, migrate the HAS_DEFAULT
255           flag to CAN_DEFAULT widgets if they RECEIVE_DEFAULT as well
256           or migrate it back to the default_widget if the focus widget
257           doesn't "RECEIVE_DEFAULT"
258
259 Sun Jan 24 18:09:24 1999  Owen Taylor  <otaylor@redhat.com>
260
261         * gdk/gdkdnd.c (motif_read_initiator_info): Byteswap
262         the MotifInitiatorInfo structure _before_ using it.
263
264 Sun Jan 24 12:17:39 1999  Owen Taylor  <otaylor@redhat.com>
265
266         * gdk/gdkcolor.c (gdk_colormap_real_destroy): Fix 
267          reversed assertion. 
268          (Pointed out by Austin Donnelly <austin@greenend.org.uk>)
269
270         * gtk/gtkruler.c (gtk_ruler_expose): Remove unecessary
271          and harmful call to gtk_paint_box(). We are going
272          to paint onto the backing store later anyways.
273
274 Sat Jan 23 11:15:39 1999  Owen Taylor  <otaylor@gtk.org>
275
276         * gdk/gdkdnd.c (gdk_window_register_dnd): X expects
277          longs, not uint32 for XChangeProperty, when 
278          format == 32.
279
280         * gdk/gdkdnd.c (motif_read_initiator_info): Byte-swap
281          the MotifInitiatorInfo structure if necessary.
282
283         * gdk/gdkdnd.c: When extracting and constructing
284          Motif DND messages, don't use data.s[], data.l[]
285          since on 64bit architectures, these won't necessarily
286          be in the same place with data.b[]. 
287
288         * gtk/testdnd.c (target_drag_drop): Return TRUE for
289          drag_drop within the drop zone.
290  
291         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Only send
292          a XmTRANSFER_FAILURE if no drop site is found, not
293          on every drop!
294
295 Fri Jan 22 19:22:39 1999  Owen Taylor  <otaylor@redhat.com>
296
297         * gtk/gtkeditable.c: Add flags field to 
298          GtkTargetEntry table.
299         
300         * gdk/gdkwindow.c (gdk_window_is_viewable): Treat foreign
301          windows as always viewable, since we can't track their
302          map-state reliably without speed problems. (Fixes
303          problem where updating didn't occur properly within
304          GtkPlug)
305
306 Sat Jan 23 13:41:00 1999  Jeff Garzik  <jgarzik@pobox.com>
307
308         * gtk/gtkctree.c
309         (tree_delete): Don't search selection list twice.
310         (real_select_row): Remove extra ';', add default for clarity.
311
312 Sat Jan 23 01:44:43 1999  Lars Hamann  <lars@gtk.org>
313
314         * gtk/gtkspinbutton.c (gtk_spin_button_get_value_as_int)
315         (gtk_spin_button_get_value_as_float): removed extra
316         gtk_spin_button_update calls again.
317         * gtk/gtkclist.c (gtk_clist_unmap): unblock dnd signal handler if
318         neccessary
319         * gtk/gtknotebook.c (gtk_notebook_button_press): grab_focus before
320         switch_page
321         (gtk_notebook_set_shape): don't use cur_page if it's NULL.
322
323 Fri Jan 22 12:20:54 1999  Jeff Garzik  <jgarzik@pobox.com>
324
325         * gtk/gtktooltips.c:
326         Fix recent change to match existing coding style.
327
328 Fri Jan 22 07:33:44 1999  Tim Janik  <timj@gtk.org>
329
330         * gtk/gtkvscale.c (gtk_vscale_pos_trough): take value_spacing into
331         account for GTK_POS_LEFT.
332
333         * gtk/gtkradiobutton.c (gtk_radio_button_set_group): use
334         gtk_toggle_button_set_active () to set the new state.
335         (gtk_radio_button_new): only _set_group if group != NULL.
336         (gtk_radio_button_clicked): reference the widget.
337         (gtk_radio_button_init): make radio buttons active upon
338         startup.
339
340 Thu Jan 21 17:13:12 1999  Jeff Garzik  <jgarzik@pobox.com>
341
342         * gtk/gtkselection.c:
343         (gtk_selection_property_notify): Check args for NULL.
344         (gtk_selection_default_handler):
345         Replace manual list count with call to g_list_length.
346         Remove signedness of temp var 'count' to agree with usage.
347         Slight spacing adjustment for readability.
348
349         * gtk/gtkbox.c, gtk/gtklayout.c, gtk/gtkselection.c:
350         Init a few ptrs to NULL, to quiet warnings.
351
352 Thu Jan 21 16:03:02 1999  Owen Taylor  <otaylor@redhat.com>
353
354         * gtk/gtkbutton.c (gtk_button_expose): Code cleanup.
355
356         * gtk/gtktreeitem.c: Add a paint routine, fix up bugs
357         in drawing where if the expose area was contained
358         completely in the right side of the tree the background
359         wasn't redraw, etc.
360
361         * gtk/gtkwidget.c (gtk_widget_clip_rect): Fix a bug
362         in clipping draw regions while propagating them
363         upwards.
364
365 Thu Jan 21 12:20:51 1999  Owen Taylor  <otaylor@redhat.com>
366
367         * gtk/gtkcolorsel.c (gtk_color_selection_dialog_new): 
368         Pushing and popping the visual/cmap in the init() 
369         function does no good, because the window itself needs
370         to be create with that visual/cmap.
371
372         So do it in the new() function instead. 
373
374         This will require people doing gtk_widget_new() to do 
375         the push/pop themselves, but I don't see any way around
376         it other than digging in and tweaking the window
377         widget's colormap and visual ourselves, which
378         is highly non-kosher, but would be safe...
379
380 Thu Jan 21 16:04:35 1999  Timur Bakeyev <mc@bat.ru>
381
382         * gtk/gtkrc.c (gtk_rc_init): It was reported by Owen Taylor 
383         <otaylor@redhat.com>, that LC_ALL produce unparsable garbage
384         on some glibc'ed systems and HP/UX. So, falling to LC_CTYPE.
385
386 Thu Jan 21 02:11:44 1999  Owen Taylor  <otaylor@redhat.com>
387
388         * Set and read the XdndActionList property defined
389         in the Xdnd spec. We do this always, not just for
390         XdndActionAsk like the spec says, but if we don't
391         find it, we fall back to actions = suggested_action,
392         which is compatible with the language of the spec.
393
394 Thu Jan 21 01:15:28 1999  Jeff Garzik  <jgarzik@pobox.com>
395
396         * gdk/gdkdnd.c (gdk_drag_context_unref):
397         Move not-null assertion before pointer de-ref.
398
399         * gdk/gdkevents.c (gdk_event_queue_find_first):
400         Fix infinite loop bug.  Someone should look at this further to
401         make sure the events_pending tests are correct.
402
403 Thu Jan 21 00:44:47 1999  Owen Taylor  <otaylor@redhat.com>
404
405         * gtk/gtkdnd.c (gtk_drag_dest_drop): Default handling
406         for drops should be keyed on GTK_DRAG_DEFAULT_DROP
407         not GTK_DRAG_DEFAULT_MOTION.
408
409 Wed Jan 20 21:52:51 1999  Jeff Garzik  <jgarzik@pobox.com>
410
411         * gtk/gtkclist.c (real_remove_row):
412         Don't search entire row list twice for element being removed.
413
414         * gtk/gtkmenushell.c (gtk_menu_shell_insert):
415         Replaced hand-coded implementation of g_list_insert with
416         call to g_list_insert.
417
418         * gtk/gtktooltips.c
419           (gtk_tooltips_destroy_data, gtk_tooltips_layout_text):
420         tooltipsdata->row test not-null test now properly encompasses
421         both g_list_* calls.
422
423 Thu Jan 21 02:47:36 1999  Lars Hamann  <lars@gtk.org>
424
425         * gtk/gtknotebook.c (gtk_notebook_focus): few cleanups.
426         (gtk_notebook_key_press): call select page function for
427         GDK_DOWN key in case of tab_pos == TOP. Changed other
428         positions accordingly.
429
430 Wed Jan 20 19:57:14 1999  Owen Taylor  <otaylor@redhat.com>
431
432         * gtk/gtkdnd.c (gtk_drag_begin): Start off with the
433         cursor for "no drop" since if we'll get a status
434         if we are over a drag window, but none if we aren't
435         over one. 
436
437 1999-01-20  Jeff Garzik  <jgarzik@pobox.com>
438
439         * gtk/gtkcombo.c (gtk_combo_entry_key_press):
440         Free 'nprefix', closing a memory leak.
441         Spaced out the code a bit to make it more readable.
442
443         * gtk/gtkhbox.[ch] (gtk_hbox_new),
444           gtk/gtkvbox.[ch] (gtk_vbox_new):
445         Change 'homogenous' arg from gint to gboolean.
446
447         * gtk/gtktogglebutton.[ch]:
448         New function gtk_toggle_button_get_active().
449
450 1999-01-20  Federico Mena Quintero  <federico@nuclecu.unam.mx>
451
452         * gtk/gtkdnd.c (gtk_drag_get_event_action): Allow button 2 to act
453         as GDK_ACTION_ASK.  Also, allow MOD1 to specify GDK_ACTION_ASK
454         only if that action is enabled in the actions argument.
455
456 1999-01-20  Raja R Harinath  <harinath@cs.umn.edu>
457
458         * configure.in (gtklocaledir): New variable.  Define to
459         $prefix/$DATADIRNAME/locale.  This will point to the directory
460         where po/Makefile actually installs the message translation
461         tables. 
462         * gtk/Makefile.am (INCLUDES): Define GTK_LOCALEDIR to
463         $(gtklocaledir) rather than $prefix/share/locale.
464
465 Wed Jan 20 21:07:45 1999  Timur Bakeyev <mc@bat.ru>
466
467         * gtk/gtkrc.c (gtk_rc_init): There are some systems, that lacks of
468         LC_MESSAGES in locale.h. As a last resort for such systems, set locale
469         according to LC_ALL.
470
471 Wed Jan 20 13:06:51 1999  Owen Taylor  <otaylor@redhat.com>
472
473         * gtk/gtktext.[ch] (clear_[focus_]area): Instead of drawing
474         a background pixmap in with gdk_draw_pixmap(), set
475         it as a tile pixmap for a GC. This should speed
476         up things considerably and also will hide a bug
477         where text->first_onscreen_ver_pixel is being
478         corrupted, causing the bg pixmap drawing code to generate
479         graphics exposes.
480
481 Tue Jan 19 22:15:10 1999  Lars Hamann  <lars@gtk.org>
482
483         * gtk/gtklist.c
484         (gtk_list_button_press):  only call grab_add if pointer_grab succeeds.
485         (gtk_list_unmap): remove pointer/widget grabs if needed.
486         (gtk_list_signal_focus_lost): removed.
487         (gtk_list_focus) (gtk_list_set_focus_child): set last_focus_child.
488         (gtk_list_remove_items_internal) (gtk_list_clear_items): unset
489         undo_focus_child if neccessary. In case of SELECTION_BROWSE/EXTENDED
490         select a new item if selection is empty.
491
492 Tue Jan 19 00:21:15 1999  Tim Janik  <timj@gtk.org>
493
494         * gtk/gtkcompat.h: add compatibility define for
495         gtk_ctree_set_reorderable.
496
497 Tue Jan 19 00:02:10 1999  Lars Hamann  <lars@gtk.org>
498
499         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
500         add a sanity check [from Todd Dukes <todddukes@netscape.net>]
501         
502 Mon Jan 18 22:54:11 1999  Lars Hamann  <lars@gtk.org>
503
504         * gtk/gtkclist.c (gtk_clist_button_press): only call grab_add
505         if pointer_grab succeeds.
506         (gtk_clist_unmap): remove pointer/widget grabs if needed.
507
508 Mon Jan 18 15:46:14 1999  Owen Taylor  <otaylor@redhat.com>
509
510         * gtk/gtklabel.c (gtk_label_init): Initialize
511         label->label_wc. (We allocate labels from
512         a memchunk)
513
514 Mon Jan 18 18:53:08 1999  Tim Janik  <timj@gtk.org>
515
516         * gtk/gtkscale.c (gtk_scale_set_digits): CLAMP digits into a
517         meaningfull range (we need to stay below a certain limit anyways
518         to avoid string buffer overflows).
519
520         * gtk/gtkvscale.c (gtk_vscale_pos_background): fixed up background
521         area calculations for GTK_POS_RIGHT and GTK_POS_BOTTOM.
522         * gtk/gtkhscale.c (gtk_hscale_pos_background): likewise.
523         (gtk_hscale_draw_value): safety CLAMP the value's x position for
524         GTK_POS_TOP and GTK_POS_BOTTOM, so we don't paint strings outside of
525         our allocation.
526
527         * gtk/gtkscale.c: implemented GtkScale::digits, GtkScale::draw_value
528         and GtkScale::value_pos arguments.
529
530 Mon Jan 18 14:26:17 1999  Owen Taylor  <otaylor@redhat.com>
531
532         * docs/Changes-1.2.txt: Some editing, a little more
533         detail.
534
535 Mon Jan 18 13:25:14 1999  Owen Taylor  <otaylor@redhat.com>
536
537         * gtk/gtkmenu.[ch]: Added gtk_menu_set_title() to
538         set the title of a menu in the torn-off state.
539
540         * gtk/gtkthemes.c (gtk_theme_engine_get): When loading
541         of theme engine fails, just warn and do without -
542         don't error out.
543
544         * gtk/gtkmain.c (gtk_check_version): s/to/too/.
545
546 Mon Jan 18 01:21:03 1999  Lars Hamann  <lars@gtk.org>
547
548         * gtk/gtkctree.c (draw_row): fixed auto resize bug.
549
550 Sun Jan 17 17:35:28 CST 1999 Shawn T. Amundson <amundson@gtk.org>
551
552         * Released GTK+ 1.1.13
553
554         * README:
555           INSTALL:
556           docs/gtk-config.1: ver=1.1.13
557
558 Mon Jan 18 00:22:54 1999  Lars Hamann  <lars@gtk.org>
559
560         * gtk/gtkclist.c (gtk_clist_button_press) (gtk_clist_button_release):
561         block drag source signal handler during column resizes.
562         (gtk_clist_set_column_visibility): resize clist if needed.
563         (gtk_clist_map): raise resize windows to make resize
564         cursor visible again.
565
566 Sun Jan 17 22:47:15 1999  Tim Janik  <timj@gtk.org>
567
568         * gtk/gtkwidget.[hc]: 
569         * gtk/gtkspinbutton.[hc]: 
570         * gtk/gtkscrolledwindow.[hc]:
571         * gtk/gtkprogressbar.[hc]:
572         * gtk/gtkpreview.[hc]: 
573         * gtk/gtkobject.[hc]:
574         * gtk/gtkentry.[hc]: 
575         * gtk/gtkctree.[hc]:
576         * gtk/gtkcontainer.[hc]:
577         * gtk/gtkclist.[hc]:
578         removed deprecated functions: gtk_clist_set_border,
579         gtk_container_block_resize, gtk_container_unblock_resize,
580         gtk_container_need_resize, gtk_ctree_set_reorderable,
581         gtk_ctree_show_stub, gtk_ctree_set_use_drag_icons,
582         gtk_entry_adjust_scroll, gtk_object_class_add_user_signal,
583         gtk_preview_put_row, gtk_progress_bar_construct,
584         gtk_scrolled_window_construct, gtk_spin_button_construct,
585         gtk_widget_freeze_accelerators, gtk_widget_thaw_accelerators.
586
587         * gtk/gtkcheckmenuitem.c: removed binary variant of
588         gtk_check_menu_item_set_state, this is still defined in gtkcompat.h
589         though.
590
591         * docs/Changes-1.2.txt:
592         removed section about gtk_idle_remove_by_data vs.
593         gtk_timeout_remove_by_data, we actually don't even provide a
594         gtk_timeout_remove_by_data() function.
595         added a table with removed functions and their replacements.
596         
597         * NEWS: updates for 1.1.13.
598
599 Sun Jan 17 17:56:33 1999  Owen Taylor  <otaylor@redhat.com>
600
601         Patch from Felix Bellaby <felix@pooh.u-net.com>
602
603         * gdk/gdk.c: Use XmbSetWMProperties to set
604         the class/command on the loader window so that the
605         client machine is also set in the same place.
606         (For X11R5 sesssion management compatibility)
607
608         * gdk/gdk.c: (gdk_set_sm_client_id) Implementation
609         of function to set the session manager client ID.
610
611         * gdk/gdkwindow.c (gdk_window_new): Set 
612         WM_CLIENT_LEADER propertiy on all windows pointing
613         back to GDK's leader window.
614
615 Sun Jan 17 12:01:57 1999  Owen Taylor  <otaylor@gtk.org>
616
617         * gtk/gtkrc.c (gtk_rc_style_init): Allow a bg_pixmap
618         of "<none>", as there was no way to set the background
619         on all widget but some widgets. This is important
620         because Text widgets with background images are
621         slow and possibly ugly.
622
623 1999-01-17  Nat Friedman  <nat@nat.org>
624
625         * gtk/gtkscrolledwindow.c (DEFAULT_SCROLLBAR_SPACING): New macro.
626         Changed the spacing from 5 to 3.
627
628         * gtk/gtkmenubar.c (BORDER_SPACING): Changed the extra spacing on
629         the menubar from 2 to 0.
630
631 Sun Jan 17 11:51:17 1999  Owen Taylor  <otaylor@gtk.org>
632
633         * gtk/gtktext.c (gtk_text_move_cursor): Fix typo
634         [ gtk-mailund-990116-0: Thomas Mailund Jensen <mailund@daimi.au.dk> ]
635
636 Sun Jan 17 11:15:05 1999 Christopher Blizzard  <blizzard@appliedtheory.com>
637
638         * gtk+.spec: Update to version 1.1.13, change packager address.
639
640 Sun Jan 17 14:52:29 1999  Tim Janik  <timj@gtk.org>
641
642         * gtk/gtkcompat.h:
643         * gtk/gtkcheckmenuitem.[hc]:
644         deprecated gtk_check_menu_item_set_state, people should use
645         gtk_check_menu_item_set_active instead.
646         
647         * gtk/testgtk.c:
648          s/gtk_check_menu_item_set_state/gtk_check_menu_item_set_active/.
649
650 Sun Jan 17 05:19:14 1999  Tim Janik  <timj@gtk.org>
651
652         * configure.in: incremented version number to 1.1.13, bin age 0,
653         interface age 0.
654
655         * gtk/gtkmain.c (gtk_idle_remove_by_data): use g_idle_remove_by_data to
656         remove idles, so `data' cannot conflict with other sources.
657
658         * gtk/gtkcompat.h: define gtk_style_apply_default_pixmap here.
659
660         * gtk/gtkstyle.[hc]: removed gtk_style_apply_default_pixmap.
661         (struct _GtkStyle): reordered GtkStyleClass*klass; member.
662
663 Sat Jan 16 19:42:48 1999  George Lebl  <jirka@5z.com>
664
665         * gtk/gtktooltips.c: for NO_WINDOW widgets, add their allocation.y
666           to the position of the tooltip. This fixes tooltip positioning
667           problems with some widgets such as a checkbox.
668
669 Sat Jan 16 14:01:53 1999  Stuart Parmenter <pavlov@gtk.org>
670
671         * gtk/gtklayout.c (gtk_layout_put): check for child widget being NULL
672
673 Sat Jan 16 05:02:22 1999  Lars Hamann  <lars@gtk.org>
674
675         * gtk/gtkclist.c (gtk_clist_button_press): fixed double click bug.
676
677 Fri Jan 15 19:16:42 1999  Tim Janik  <timj@gtk.org>
678
679         * gtk/Makefile.am: define GTK_DISABLE_COMPAT_H for compilation of gtk
680         code.
681
682         * gtk/gtkrc.c (gtk_rc_style_unref): added an assertment.
683
684         * gtk/gtkcompat.h:
685         * gtk/gtklabel.h: 
686         don't provide compatibility defines if GTK_DISABLE_COMPAT_H is defined.
687
688         * gtk/gtkstyle.h:
689         * gtk/gtkstyle.c: coding style, indentation and alignment fixups.
690         (gtk_draw_string): 
691         (gtk_paint_string): 
692         (gtk_draw_polygon):
693         (gtk_style_set_background): fixed assertments.
694         (gtk_default_draw_ramp): 
695         (gtk_default_draw_cross): 
696         (gtk_default_draw_oval): issue warnings since these functions aren't
697         yet implemented.
698
699         * gdk/gdkwindow.c:
700         (gdk_window_hide): only unmap window if already mapped.
701         (gdk_window_show): only map window if !mapped.
702         (gdk_window_internal_destroy): destroyed windows can't be mapped.
703
704         * gtk/gtkwidget.c (gtk_widget_event): don't ignore expose events just
705         because a resize is queued on a widget, we rely on the expose events
706         now.
707
708 Fri Jan 15 10:22:21 1999  Owen Taylor  <otaylor@redhat.com>
709
710         * gtk/gtkwidget.c (gtk_widget_class_init): 
711         nparams for selection_get should be 3, not 2.
712         [ From Damon Chaplin <damon@karuna.freeserve.co.uk> ]
713
714         * gtk/gtkeventbox.c (gtk_event_box_paint): Add a paint
715         routine so queued redraws work inside event boxes.
716
717 Thu Jan 14 17:47:37 1999  Owen Taylor  <otaylor@redhat.com>
718
719         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Only
720          redraw character under cursor when not displaying 
721         highlighted selection.
722
723         * gdk/gdkrgb.c (gdk_rgb_init): Add in a cast to
724         gpointer to make IRIX cc happy.
725
726 Thu Jan 14 12:29:50 1999  Owen Taylor  <otaylor@redhat.com>
727
728         * gtk/gtkcheckbutton.c (gtk_check_button_draw): Restructure
729         the drawing code to remove a bit of duplication - 
730         and to remove a call to gtk_widget_draw_focus()
731         that queues a redraw when an expose occurs.
732
733         * gtk/gtklabel.c (gtk_label_expose): Fix up handling
734           of ypadding.
735
736         * gtk/gtknotebook.c (gtk_notebook_draw): If we redraw
737           the whole widget, also redraw the corresponding
738           areas of the child widget. (have_visible_child 
739           still has some problems)
740
741         * gdk/gdkpixmap.c: Change some g_new's to g_new0 so
742           that fields unused for pixmaps get initialzized
743           sanely.
744
745         * gdk/gdk.h gdk/gdkwindow.c gdk/gdkprivate.h: Add new calls
746           gdk_window_is_visible() and gdk_window_is_viewable()
747           and a mapped flag to the window private structure.
748         
749         * gtk/gtkbin.c gtk/gtkclist.c gtk/gtkfixed.c gtk/gtkitem.c
750           gtk/gtklayout.c gtk/gtklist.c gtk/gtkmenushell.c
751           gtk/gtknotebook.c gtk/gtkpaned.c gtk/gtktree.c
752           gtk/gtktreeitem.c gtk/gtkviewport.c: 
753         Map windows after mapping children.
754         
755         * gtk/gtkwidget.c (gtk_widget_clip_rect): Handle 
756         rectangles completely clipped away correctly.
757
758         * gtk/gtkwidget.c (gtk_widget_idle_draw): Don't
759         call gtk_widget_draw if width or height is 0.
760
761         * gtk/gtkwidget.c (gtk_widget_idle_draw): Don't
762         rely on GTK_REDRAW_PENDING after we've cleared
763         it. (This was causing draw-combining to not
764         happen at all).
765
766         * gtk/gtkbin.c gtk/gtkscale.c: Remove uneccessary calls
767         to gtk_widget_queue_draw() when mapping.
768
769 Thu Jan 14 11:29:53 1999  Owen Taylor  <otaylor@redhat.com>
770
771         * gtk/gtkdnd.c (gtk_drag_get_event_action): Make
772         MOD1-drag also do action ask.
773
774         * gtk/gtkdnd.c (gtk_drag_button_release_cb): Send the
775         button-release event we simulate to get grabs released,
776         with a window of GDK_ROOT_PARENT instead of the actual 
777         widget. This is a bad hack in some sense, but seems
778         to work nicely. (It's sort of like what you would
779         if you grabbed on button press, then the user 
780         released outside of the widget.)
781
782 Thu Jan 14 20:29:16 1999  Owen Taylor  <otaylor@redhat.com>
783
784         * gtk/gtkstyle.[ch] (gtk_style_apply_default_background): 
785         Change copy_area => !set_bg. Use tile instead of 
786         gdk_window_copy_area when drawing without !set_bg.
787         
788         This does mess up timj's neat check-button example,
789         but is consistent with how we interpret background
790         pixmaps everywhere else in the default scheme.
791
792         Restructure code for clarity.
793
794 Thu Jan 14 19:19:51 1999  Owen Taylor  <otaylor@redhat.com>
795
796         * gdk/gdkevents.c: Do all event processing in
797         dispatch() instead of prepare() and check().
798
799 Wed Jan 13 22:34:29 1999  Owen Taylor  <otaylor@redhat.com>
800
801         * gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c
802         gtk/gtkframe.c gtk/gtk[hv]box.c gtk[hv]paned.c gtk/gtklist.c
803         gtkmenu.c gtkmenuitem.c gtkmenubar.c gtknotebook.c
804         gtk/gtkscrolledwindow.c gtk/gtktable.c gtk/gtktree.c
805         gtk/gtktreeeitem.c gtk/gtkviewport.c
806         
807         Fix up comparisons of signed and unsigned ints to avoid 
808         assigning negative widths/heigths.
809
810 Wed Jan 13 21:18:41 1999  Owen Taylor  <otaylor@redhat.com>
811
812         * acinclude.m4 (ac_result): Unset CATOBJEXT so
813         that the macros and Makefiles correctly handle
814         disabling NLS when no gettext is found.
815
816 Wed Jan 13 20:14:32 1999  Tim Janik  <timj@gtk.org>
817
818         * gtk/gtkarg.c (gtk_arg_copy): in comparisions with GTK_TYPE_STRING, use
819         the fundamental type to catch GTK_TYPE_IDENTIFIER as well.
820
821         * gtk/gtkmenushell.c:
822         (gtk_real_menu_shell_activate_current):
823         (gtk_menu_shell_button_release): asure that we only activate sensitive
824         menu items, reported by Dave Cole <dave@dccs.com.au>.
825
826 Wed Jan 13 13:28:00 1999  Tim Janik  <timj@gtk.org>
827
828         * gtk/gtkwidget.c: eliminate queue_clears or queue_draws where we know
829         that expose events will be generated.
830         (gtk_widget_map): only queue_draw for NO_WINDOW widgets.
831         (gtk_widget_unmap): only queue_clear_child for NO_WINDOW widgets.
832         (gtk_widget_size_allocate): we don't need a queue_clear on changing
833         allocations of !NO_WINDOW widgets, we do still need a full redraw for
834         them though.
835
836         * gtk/gtklabel.c (gtk_label_set_text): check whether the new string
837         actually differs from the original.
838
839 Tue Jan 12 22:50:44 PST 1999 Manish Singh <yosh@gimp.org>
840
841         * acinclude.m4
842         * ltconfig
843         * ltmain.sh: upgrade to libtool 1.2d (with fixes for irix6 and osf)
844
845 Tue Jan 12 18:30:51 1999  Owen Taylor  <otaylor@redhat.com>
846
847         * gtk/testdnd.c (label_drag_data_received): Add 
848         a drag_data_received handler for the label.
849
850 Tue Jan 12 15:01:50 1999  Owen Taylor  <otaylor@redhat.com>
851
852         * gdk/gdkevents.c: Removed the putback_events queue, 
853         since it was causing problems with event ordering -
854         just keep a single queue. If we need it, we can
855         add priorities to events.
856
857         * gdk/gdkevents.c: Annotate events with flags - we allocate
858         a GdkEventPrivate structure in gdk_event_new() and use these
859         flags to mark an event being translated as "pending" -
860         I.e., not yet ready to be dequeued. So we can put
861         the event on the queue and get the order of the
862         events right. (This solves the double-click problems)
863         
864         * gdk/gdk.h gdk/gdkevents.h: Add gdk_event_peek() to get a copy
865         of the next event on the event queue.
866         
867         * gtk/gtkmain.c (gtk_main_do_event): Use gdk_event_peek()
868         to check the next event without causing event queue
869         reordering.
870
871 Tue Jan 12 15:41:20 1999  Owen Taylor  <otaylor@redhat.com>
872
873         * gtk/gtklabel.c (gtk_label_expose): Minor fix
874         to handling of misc->[x/y]pad
875
876 Tue Jan 12 14:31:43 1999  Owen Taylor  <otaylor@redhat.com>
877
878         * gtk/gtkstyle.[ch] (gtk_style_apply_default_pixmap): 
879         Add back as wrapper function to restore source/binary 
880         compatibility. grrrr.
881
882 Tue Jan 12 13:47:07 1999  Tim Janik  <timj@gtk.org>
883
884         * reworked the redrawing heuristics somewhat, this fixed a bunch of
885         existing redrawing problems and majorly reduces overall redrawing needs
886         during normal operation. basically we now only queue redraws when
887         neccessary and much rely on the draw_area coalescing code in gtkwidget.c
888         to optimize the queued portions. widgets will now upon reallocation only
889         get redrawed if their allocation has changed. upon hide/show only the
890         area allocated by the child will be queued for the parent, this has the
891         side effect that parents which change their appearance in dependance on
892         the numer of visible children have to keep track of their children's
893         visiblity and eventually fully redraw themselves. this is a minor
894         constrain with great benefits in terms of redraw reduction, and only got
895         triggered by the notebook widget.
896
897         * gtk/gtkwidget.c:
898         (gtk_widget_queue_clear): don't bother if width and height == 0.
899         (gtk_widget_queue_clear_child): new static function to queue a redraw of
900         the area obscured by a child on a parent.
901         (gtk_widget_queue_resize): queue_clear the widget if it is drawable.
902         (gtk_widget_show): queue resize on the widget before showing.
903         (gtk_widget_hide): queue resize on the widget after hiding.
904         (gtk_widget_map): queue_draw the widget after mapping.
905         (gtk_widget_unmap): queue_clear_child the widget.
906         (gtk_widget_size_allocate): queue_clear_child and queue_draw if the
907         widget's allocation changed.
908         (gtk_widget_unparent): queue_clear_child so the parent redraws obscured
909         portions.
910         (gtk_widget_real_show):
911         (gtk_widget_real_hide):
912         (gtk_widget_real_map):
913         (gtk_widget_real_unmap):
914         (gtk_widget_real_size_allocate): don't bother with redraw queueing,
915         descendants that override these functions don't do either and we handle
916         all redrawing/resizing related stuff before or after the signal emission
917         now.
918
919         * gtk/gtkcontainer.c:
920         (gtk_container_resize_children): don't bother about redrawing anymore
921         since gtk_widget_size_allocate handles that for us now.
922
923         * gtk/gtknotebook.h:
924         * gtk/gtknotebook.c:
925         added a flag have_visible_child to indicate whether we need to draw
926         non child related portions at all, e.g. shadows etc.
927         (gtk_notebook_draw): if have_visible_child changed, do a full paint
928         instead of updating a small area only.
929
930 Mon Jan 11 20:44:35 1999  Tim Janik  <timj@gtk.org>
931
932         * gtk/gtkstyle.c: changed gtk_style_apply_default_pixmap to
933         gtk_style_apply_default_background which takes an extra argument
934         copy_area to determine NO_WINDOW widget pixmap copying.
935         changed callers accordingly.
936
937         * gtk/gtktogglebutton.c:
938         (gtk_toggle_size_allocate): 
939         (gtk_toggle_button_expose): 
940         (gtk_toggle_button_paint): avoid messing with our parent's window if
941         toggle_button->draw_indicator == TRUE and we are a NO_WINDOW widget.
942
943         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): draw
944         the draw_indicator with GTK_STATE_ACTIVE if the toggle button is active.
945
946         * gtk/check-n.xpm:
947         * gtk/check-y.xpm:
948         * gtk/testgtkrc: set pixmaps for ACTIVE and NORMAL check button
949         bg_pixmaps.
950
951 Mon Jan 11 23:52:58 1999  Lars Hamann  <lars@gtk.org>
952
953         * gtk/gtklist.c (gtk_list_signal_drag_begin)
954         (gtk_list_drag_begin): end drag selections if necessary.
955
956         * gtk/gtkspinbutton.c/h (gtk_spin_button_update): made function
957         public. Manually force synchronization of spin button text and
958         adjustment value.
959
960 Mon Jan 11 15:23:32 1999  Tim Janik  <timj@gtk.org>
961
962         * gtk/gtktogglebutton.c: eliminated some queue_draws when invoking
963         gtk_widget_set_state, since that cares about redrawing already.
964         some code cleanups.
965
966         * gtk/gtktogglebutton.[hc]:
967         * gtk/gtkfontsel.c:
968         * gtkgamma.c:
969         s/gtk_toggle_button_set_state/gtk_toggle_button_set_active/ since
970         set_state is already taken by gtkwidget.h.
971
972         * gtk/gtkcompat.h: #define gtk_toggle_button_set_state
973         gtk_toggle_button_set_active.
974         
975         * gtk/gtkstyle.c: some indentation cleanups.
976
977 Mon Jan 11 15:12:33 1999  Tim Janik  <timj@gtk.org>
978
979         * gtk/gtktogglebutton.c (gtk_toggle_button_set_mode): take previous
980         visibility state into account when unrealizing.
981
982 Mon Jan 11 10:45:28 1999  Owen Taylor  <otaylor@redhat.com>
983
984         * gtk/gtkdnd.c: Only remove handlers for motion/button_release
985         at drop, remove "selection_get" handler later.
986
987 Mon Jan 11 13:31:49 1999  Tim Janik  <timj@gtk.org>
988
989         * gtk/gtktypeutils.[hc]: removed Paolo Molaro's type creation hooks
990         again, since they 1) don't care about infinite recursion (likely
991         to achive), 2) we are in feature freeze for 1.2. this definitely
992         deserves a sane implementation in 1.3 though (but without a hook
993         return value, without seq_id hackery and with recursion checks).
994
995 Mon Jan 11 13:18:37 1999  Tim Janik  <timj@gtk.org>
996
997         * gtk/gtkwindow.c:
998         (gtk_window_key_release_event): 
999         (gtk_window_key_press_event): only pass key events to the focus widget
1000         if it is sensitive.
1001
1002         * gtk/gtkmenuitem.c (gtk_menu_item_select_timeout): don't popup the
1003         submenu if it isn't sensitive.
1004         (gtk_menu_item_paint): state_type doesn't need to be reset to
1005         GTK_STATE_INSENSITIVE if the widget is insensitive anyways.
1006
1007         * gtk/gtkcontainer.c (gtk_container_real_focus): 
1008         * gtk/gtklist.c (gtk_list_focus): 
1009         * gtk/gtkmenushell.c (gtk_menu_shell_move_selected): 
1010         * gtk/gtknotebook.c (gtk_notebook_focus): 
1011         s/GTK_WIDGET_SENSITIVE/GTK_WIDGET_IS_SENSITIVE/ since a widgets
1012         sensitivity is determined through the parent as well,
1013         GTK_WIDGET_SENSITIVE is only of interest inside gtkwidget.c, everywhere
1014         else GTK_WIDGET_IS_SENSITIVE (widget) needs to be used to check for
1015         sensitivity.
1016
1017         * gtk/gtkaccelgroup.c (gtk_accel_group_activate): don't activate
1018         object if it is an insensitive widget.
1019
1020 Mon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus@debian.org>
1021
1022         * gtk/gtktypeutils.[ch]: add gtk_type_{add,remove}_creation_hook().
1023         You can have a notification when a type is created.
1024
1025 1999-01-11  Tim Janik  <timj@gtk.org>
1026
1027         * gtk/gtkmain.c (gtk_propagate_event): added an assertement.
1028
1029 Sun Jan 10 14:45:37 1999  Owen Taylor  <otaylor@gtk.org>
1030
1031         * gtk/gtktext.c (text_properties_equal): Fixed
1032         cut and paste bug when comparing text property
1033         bg colors.
1034         [ Matt Aubury <Matt.Aubury@comlab.ox.ac.uk> ]
1035
1036 1999-01-10  Tim Janik  <timj@gtk.org>
1037
1038         * gtk/gtksignal.c (gtk_signal_lookup): if the lookup failed, try
1039         to initialize the object class and reattempt the lookup, reported
1040         by Paolo Molaro <lupus@lettere.unipd.it>.
1041
1042 Sat Jan  9 17:36:20 1999  Owen Taylor  <otaylor@redhat.com>
1043
1044         * configure.in (ALL_LINGUAS): Added cs to ALL_LINGUAS.
1045
1046 Sat Jan  9 17:27:49 1999  Owen Taylor  <otaylor@redhat.com>
1047
1048         * gtk/gtkfilesel.c (gtk_file_selection_populate):
1049         Mark another string for internationalization.
1050         [ Stanislav Brabec <utx@k332.feld.cvut.cz> ]
1051
1052 Sat Jan  9 14:02:08 1999  Owen Taylor  <otaylor@redhat.com>
1053
1054         * gtk/gtktooltips.c (gtk_tooltips_force_window): Set
1055         name "gtk-tooltips" on tip window so that a style
1056         can be set for tooltips.
1057
1058 Fri Jan  8 19:00:17 1999  Owen Taylor  <otaylor@redhat.com>
1059
1060         * gdk/gdkdnd.c (gdk_window_cache_filter): Fixed
1061         some list-manipulation breakage.
1062
1063         * gdk/gdkdnd.c (gdk_window_cache_destroy): Free 
1064         window cache structure.
1065
1066         * gtk/gtkdnd.c (gtk_drag_set_icon_pixmap): Set an
1067         event mask on the drag window so clicking on it
1068         doesn't pop up root menus, etc.
1069
1070         * gtk/gtkdnd.c (gtk_drag_button_release_cb): Remove
1071         signal handlers at button release.
1072
1073 Fri Jan  8 00:42:00 1999  Lars Hamann  <lars@gtk.org>
1074
1075         * gtk/gtkspinbutton.c (gtk_spin_button_get_value_as_int)
1076         (gtk_spin_button_get_value_as_float): call gtk_spin_button_update
1077         before returning a value
1078
1079         * gtk/gtkclist.c (gtk_clist_motion): don't allow 'drag selections'
1080         if clist is a drag source.
1081         (gtk_clist_drag_begin): remove pointer grabs, end ongoing selections.
1082
1083         * gtk/gtkctree.c (remove_grab): copy of clist function.
1084         (gtk_ctree_drag_begin): let clists drag_begin method set the
1085         source info struct.
1086
1087 Thu Jan  7 19:10:21 1999  Owen Taylor  <otaylor@redhat.com>
1088
1089         * gtk/gtkviewport.c (gtk_viewport_style_set): Fixes
1090         to drawing the background of the bin window 
1091         so that clearing and redrawing of child
1092         widgets work properly.
1093
1094         * gtk/gtkwidget.c (gtk_widget_idle_draw): Juggle around
1095         data so that if somebody triggers more redraw queuing
1096         from a expose_event handler, it doesn't confuse the
1097         heck out of GTK+. (But is highly liable to cause 
1098         an infinite loop...)
1099
1100 Thu Jan  7 12:31:41 1999  Owen Taylor  <otaylor@redhat.com>
1101
1102         * gtk/gtkselection.c (gtk_target_list_unref): Fix some
1103         more memory leaks.
1104
1105 Wed Jan  6 23:14:19 1999  Lars Hamann  <lars@gtk.org>
1106
1107         * gtk/gtkctree.c (gtk_ctree_drag_motion): fix for dnd bug reported
1108         by Bertrand Guiheneuf. Don't return FALSE if source widget != dest.
1109         widget.
1110
1111 Wed Jan 06 10:04:12 1999  Tristan Tarrant  <ttarrant@etnoteam.it>
1112
1113         * configure.in,po/it.po: added Italian translations
1114
1115 Tue Jan 05 21:18:00 1999  George Lebl  <jirka@5z.com>
1116
1117         * gtk/gtkmenu.c,gtk/gtkmenuitem.c,gtk/gtkeditable.c: free the
1118           event that was returned to us by gtk_get_current_event
1119
1120 Tue Jan  5 19:01:18 1999  Owen Taylor  <otaylor@redhat.com>
1121
1122         * gtk/gtkcolorsel.c (gtk_color_selection_dialog_init): Push
1123         GdkRGB's visual and colormap around the color selection
1124         dialog so that the window and the previews have the
1125         same colormap. If an app adds things to the colorsel
1126         dialog, it will have to take care of them itself.
1127
1128 Tue Jan  5 15:03:47 1999  Owen Taylor  <otaylor@redhat.com>
1129
1130         * gtk/gtkmain.c (gtk_propagate_event): Make 
1131         gtk_propagate_event() non-static, we need it in gtkdnd.c 
1132         so that the button-release we synthesize gets propagated
1133         correctly.
1134
1135         * gtk/gtkdnd.c: Use gtk_propagate_event() so
1136         release gets to a GtkList. But we can't really
1137         get this right without access to the windows
1138         event masks and doing X-style propagation ourselves.
1139
1140 Tue Jan  5 12:40:57 1999  Owen Taylor  <otaylor@redhat.com>
1141
1142         * gtk/gtkpreview.c: Add a size_allocate() routine 
1143         and set the size of the preview window equal
1144         to the area we are going to draw on, instead 
1145         of the entire allocation. Do this to avoid having 
1146         to set a parent-relative background.
1147         
1148 Tue Jan  5 11:51:32 1999  Owen Taylor  <otaylor@redhat.com>
1149
1150         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable):
1151         When redrawing the under-cursor character, don't
1152         redraw the terminating NULL.
1153         [ From: dov@imagic.weizmann.ac.il (Dov Grobgeld) ]
1154
1155 Tue Jan  5 11:31:55 1999  Owen Taylor  <otaylor@redhat.com>
1156          
1157         * gtk/gtkselection.c (gtk_target_list_unref): Free
1158         memory allocated for target lists.
1159
1160         * gtk/gtkdnd.c (gtk_drag_drop_finished): Release
1161         selections before destroying info structure.
1162
1163         * gdk/gdkdnd.c gdktypes.h (gdk_drag_get_protocol): Add
1164         new value GDK_DRAG_PROTO_NONE, use it for non-drag
1165         targets, to quiet Purify.
1166
1167         * gdk/gdkdnd.c (gdk_window_register_dnd): Set size
1168         of property properly.
1169
1170 Mon Jan  4 03:45:42 CST 1999 Shawn T. Amundson <amundson@gtk.org>
1171
1172         * Released GTK+ 1.1.12
1173
1174         * INSTALL:
1175           NEWS:
1176           README:
1177           configure.in:
1178           gtk+.spec:
1179           docs/gtk-config.1:
1180           gtk/gtkfeatures.h.in: version=1.1.12
1181
1182 1999-01-04  Sung-Hyun Nam  <namsh@lgic.co.kr>
1183
1184         * configure.in (ALL_LINGUAS): Added 'ko'.
1185
1186 Sun Jan  3 17:41:22 1999  Lars Hamann  <lars@gtk.org>
1187
1188         * gtk/gtkctree.c (real_tree_expand): fixed auto_resize bug
1189
1190 Sat Jan  2 03:54:30 1999  Tim Janik  <timj@gtk.org>
1191
1192         * gdk/gdk.h (GDK_PRIORITY_EVENTS): make this G_PRIORITY_DEFAULT.
1193
1194         * gdk/gdkevents.c (gdk_events_init): add the source and the poll fd with
1195         a priority of GDK_PRIORITY_EVENTS.
1196
1197 1999-01-02  Jeff Garzik  <jgarzik@pobox.com>
1198
1199         * configure.in, config.h.in, gdk/gdkimage.c:
1200         Removed features.h test.
1201
1202         * gdk/gdkdnd.c:
1203         Guard public functions against NULL pointer derefs.
1204
1205 Fri Jan  1 18:41:09 PST 1999 Manish Singh <yosh@gimp.org>
1206
1207         * gdk/gdk.c
1208         * gdk/gdkinputnone.h
1209         * gtk/gtkruler.c: casts to get rid of const warnings
1210
1211         * gtk/Makefile.am: fix gtktypebuiltins.h dependencies, and do a
1212         cmp so people don't whine about rebuilds
1213
1214         * gtk/gtknotebook.c: use g_snprintf on translated strings, so we
1215         don't get buffer overflows
1216
1217         * gtk/gtkrc.c: use g_strdup_printf instead of g_malloc/sprintf
1218         Plug some memleaks.
1219
1220 1999-01-01  Jeff Garzik  <jgarzik@pobox.com>
1221
1222         * configure.in, config.h.in:
1223         Check for features.h.
1224
1225         * gdk/gdkevents.c (gdk_event_put, gdk_events_queue):
1226         Fixed bug in linked list append logic by replacing hand-coded
1227         logic with a call to g_list_append.  Bug found by tml.
1228
1229         * gdk/gdkimage.c:
1230         'gcc -ansi -pedantic' on GNU/Linux spews warnings and errors
1231         in sys/ipc.h, including one specific admonishment to use
1232         _SVID_SOURCE or _XOPEN_SOURCE.  Manually defined the latter, and
1233         included features.h if present to obtain the necessary
1234         side-effects.
1235
1236         * gtk/gtkclist.c, gtk/gtkeditable.c:
1237         Eliminates comma-after-final-element warnings.
1238
1239         * gtk/gtkfontsel.c (gtk_font_selection_init):
1240         Fixed bug where an intl string was declared as _("x") in
1241         local var initializer.
1242
1243 1998-12-31  Jeff Garzik  <jgarzik@pobox.com>
1244
1245         * gtk/gtklabel.c (gtk_label_split_text_wrapped):
1246         word->space is now initialized correctly.
1247         Reported by Chi-Deok Hwang <cdhwang@sr.hei.co.kr>.
1248
1249 1998-12-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1250
1251         * gtk/gtkmain.c (gtk_main_do_event): Fix memory leak.
1252         gdk_event_put would make a copy of next_event, and next_event was
1253         not being freed.
1254
1255 Wed Dec 30 18:39:21 CST 1998 Shawn T. Amundson <amundson@gtk.org>
1256
1257         * Released GTK+ 1.1.11
1258
1259         * INSTALL:
1260           NEWS:
1261           README:
1262           configure.in:
1263           gtk+.spec:
1264           docs/gtk-config.1:
1265           gtk/gtkfeatures.h.in: version=1.1.11
1266         
1267 1998-12-29  Owen Taylor  <otaylor@srv-19-29.roc.ny.frontiernet.net>
1268
1269         * gdk/gdkim.c (gdk_wcstombs): Fixed off-by-one
1270         error when computing length.
1271
1272 Thu Dec 24 14:35:48 1998  Jeff Garzik  <jgarzik@pobox.com>
1273
1274         * gdk/gdkevents.c, gdk/gdkim.c, gdk/gdkrgb.c, gdk/gdkwindow.c,
1275           gtk/gtkprogressbar.c:
1276         Pull in string.h for various mem*() and str*() functions,
1277         in an autoconf-friendly way.
1278
1279 Thu Dec 24 12:40:45 1998  Jeff Garzik  <jgarzik@pobox.com>
1280
1281         * gdk/gdkfont.c: removed unused var
1282         * gdk/gdkim.c: 64-bit cast
1283         * gtk/gtkaccelgroup.c: point to const data
1284         * gtk/gtkdnd.[ch]: (gtk_drag_dest_set, gtk_drag_source_set):
1285           Made const-correct.
1286         * gtk/gtkfontsel.c: kill uninitialized var warning
1287         * gtk/gtkselection.[ch]: (gtk_target_list_new,
1288           gtk_target_list_add_table, gtk_selection_add_targets):
1289           Made const-correct.
1290         * gtk/testgtk.c: 64-bit cast
1291
1292 Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org>
1293
1294         * INSTALL:
1295           NEWS:
1296           README:
1297           configure.in:
1298           gtk+.spec:
1299           docs/gtk-config.1:
1300           gtk/gtkfeatures.h.in: version=1.1.10
1301
1302 Wed Dec 23 20:31:40 1998  Owen Taylor  <otaylor@redhat.com>
1303
1304         * gtk/gtklabel.c: Fix problem where empty labels were 
1305         getting a requisition height of zero, and trailing 
1306         newlines were being ignored.
1307
1308 Wed Dec 23 13:58:14 1998  Owen Taylor  <otaylor@redhat.com>
1309
1310         * gtk/gtklabel.c (gtk_label_parse_uline):
1311         label->label should be the mb text _after_ removing
1312         the underlines, not before.
1313
1314         * gtk/gtkmenu.c: Reverted Elliot's tearoff-menu-item
1315         title hack. If it deserves being done, it deserves
1316         being done right.
1317         
1318 1998-12-23  Elliot Lee  <sopwith@redhat.com>
1319
1320         * gtk/gtkmenu.c: Allow programmer to gtk_object_set_data(obj,
1321         "GtkTearoffMenuItem_window_title", ..) on a GtkMenuItem and have
1322         it be recognized. If we're getting the title out of the GtkLabel,
1323         then remove all underscores.
1324
1325 Tue Dec 22 17:01:43 1998  Owen Taylor  <otaylor@redhat.com>
1326
1327         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): 
1328         Request XmTRANFER_FAILURE on Motif drops not within
1329         a drop zone. I don't know why this is necessary,
1330         but it is.
1331
1332         * gdk/gdkdnd.c (gdk_drop_reply): Fixed error where
1333         Motif flag field in response was getting wrong
1334         values.
1335
1336 Tue Dec 22 15:55:39 1998  Owen Taylor  <otaylor@redhat.com>
1337
1338         * gtk/gtkoptionmenu.c (gtk_option_menu_button_press): 
1339         Return TRUE for button press events we handle.
1340         (Allows option menus in radio buttons to work...)
1341
1342 Tue Dec 22 14:50:25 1998  Owen Taylor  <otaylor@redhat.com>
1343
1344         * gtk/gtkdnd.c (gtk_drag_find_widget): Optimization -
1345         when we've already found a widget, skip all checks
1346         for subsequent children.
1347
1348         * gtk/gtkdnd.c (gtk_drag_find_widget): Checked for
1349         !MAPPED, not !VISIBLE, since a widget (like a notebook
1350         page), can be VISIBLE, but !REALIZED or !MAPPED.
1351
1352         * gtk/gtkdnd.c (gtk_drag_find_widget): Use forall(),
1353         not foreach().
1354
1355 Mon Dec 21 22:01:49 1998  Lars Hamann  <lars@gtk.org>
1356
1357         * gtk/gtkclist.c (gtk_clist_motion): fixed column resize bug
1358
1359 Sun Dec 20 04:48:59 1998  Tim Janik  <timj@gtk.org>
1360
1361         * gdk/gdk.h (GDK_PRIORITY_EVENTS): export the priority at which
1362         events are processed.
1363
1364         * gtk/gtk[main|signal|container].[ch]: removed deprecated _interp
1365         variants: gtk_container_foreach_interp, gtk_idle_add_interp,
1366         gtk_timeout_add_interp, gtk_signal_connect_interp.
1367
1368 Sat Dec 19 18:45:30 PST 1998 Shawn T. Amundson <amundson@gtk.org>
1369
1370         * configure.in: added sv to ALL_LIGNUAS
1371
1372 Sat Dec 19 22:49:40 1998  Tim Janik  <timj@gtk.org>
1373
1374         * gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug
1375         that caused this function to always return NULL (noticed by marius
1376         vollmer).
1377
1378 Sat Dec 19 17:28:30 1998  Owen Taylor  <otaylor@redhat.com>
1379
1380         * configure.in: Don't add the gthread libs to 
1381         GLIB_LIBS either, or -lgthread -lpthread will get 
1382         pulled into all applications because of shlib deps.
1383
1384         * gtk/gtkmain.h gtk/gtkwidget.c gtk/gtk gdk/gdk: 
1385         Use GLIB's priority #define. Revise scale of 
1386         priorities.
1387
1388 Sat Dec 19 03:44:29 PST 1998 Manish Singh <yosh@gimp.org>
1389
1390         * gtk/gtkmain.c: always run a g_main_iteration, even if
1391         there are no active main loops. This fixes the gimp splash
1392         screen.
1393
1394 Sat Dec 19 05:37:51 1998  Tim Janik  <timj@gtk.org>
1395
1396         * gtk/gtklabel.c (gtk_label_expose): removed return_if_fail
1397         (label->words != NULL) since that's a valid case when the label
1398         is empty, or just default constructed.
1399         fixed indentation prototype arguments and braces in some places.
1400         also, pointer comparisions and initializations are done with NULL
1401         not 0, there's a reason GLib defines NULL.
1402
1403         * gdk/gdkevents.c (gdk_events_pending): return (queued_events ||
1404         putback_events) so this again returns whether events are pending,
1405         not whether other sources like idles are pending.
1406
1407         * gtk/gtkmain.c (gtk_main_iteration_do): 
1408         (gtk_main_iteration): return whether the loop is done, not whether
1409         something got dispatch to restore the original behaviour (yosh: this
1410         fixes code like in GleSelector).
1411
1412 Fri Dec 18 19:20:45 PST 1998 Manish Singh <yosh@gimp.org>
1413
1414         * gtkbutton.[ch]
1415         * gtktogglebutton.c: s/(enter|leave)_button/$1/g, since pthreads.h
1416         no longer conflicts
1417         
1418 Sat Dec 19 01:56:13 1998  Lars Hamann  <lars@gtk.org>
1419
1420         * gtk/gtkclist.c (gtk_clist_button_press): fixed GDK_2BUTTON_PRESS
1421         bug.
1422
1423 Fri Dec 18 15:30:43 PST 1998 Manish Singh <yosh@gimp.org>
1424
1425         * configure.in: add ja to ALL_LINGUAS
1426
1427 Fri Dec 18 15:19:54 1998  Owen Taylor  <otaylor@redhat.com>
1428
1429         * gtk/gtksocket.c (gtk_socket_filter_func): Marked
1430         plug window as destroyed before destroying the 
1431         window.
1432
1433 Fri Dec 18 14:17:14 1998  Owen Taylor  <otaylor@redhat.com>
1434
1435         * gtk/gtkmenu.c (gtk_menu_popup): Set the usize on the
1436         tearoff window so when we reparent the window out,
1437         the window doesn't shrink down.
1438
1439 1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1440
1441         * configure.in: do not export the glib flags for thread support to
1442         gtk-config.
1443
1444 Fri Dec 18 01:32:59 1998  Tim Janik  <timj@gtk.org>
1445
1446         * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we
1447         get the original behaviour back, i.e. the event queue needs to be flushed
1448         after a main loop has been quitted.
1449         (gtk_main): add/remove the current main loop to/from the main loop
1450         before/after init/quit functions have been exected to preserve the
1451         original gtk_main_quit() behaviour.
1452
1453 Thu Dec 17 23:48:29 1998  Tim Janik  <timj@gtk.org>
1454
1455         * gdk/gdkevents.c (gdk_events_init): changed argument order in call
1456         to g_main_add_poll() to match recent glib changes.
1457
1458 Thu Dec 17 20:33:28 1998  Owen Taylor  <otaylor@redhat.com>
1459
1460         * gtk-config.in: Add @INTLLIBS@. 
1461         gtk-scier-981116-0.patch  Sean Cier <scier@PostHorizon.com>) ]
1462
1463         * gtk/gtkcolorsel.c gtk/gtkfilesel.c gtk/gtkfontsel.c
1464           gtk/gtkgamma.c gtk/gtkinputdialog.c 
1465           gtk/gtknotebook.c gtk/gtkrc.c gtk/gtkthemes.c
1466           gtk/gtktipsquery.c: 
1467         
1468         Applied parts of gtk-egger-981215-1 [ Daniel Egger
1469         <Daniel.Egger@t-online.de> ] marking additional strings for
1470         internationalization.
1471         
1472         * po/nl.po: Added Dutch translation from 
1473         Paul Siegmann <pauls@euronet.nl>.
1474         
1475 Thu Dec 17 18:25:52 1998  Owen Taylor  <otaylor@redhat.com>
1476
1477         * gtk/gtkdnd.c (gtk_drag_drop_finished): Remove the
1478         info tag from the context so if the source unexpectedly
1479         responds in the future, we do nothing properly.
1480
1481 Thu Dec 17 18:24:41 1998  Owen Taylor  <otaylor@redhat.com>
1482
1483         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Handle
1484         the case where one side of the the pane is empty.
1485
1486         * gtk/gtkfilesel.c (gtk_file_selection_init): Set
1487         dir_title before using it. (Pointed out by
1488         Lavoie Philippe <lavoie@zeus.genie.uottawa.ca>)
1489         
1490 Thu Dec 17 10:53:20 1998  Owen Taylor  <otaylor@redhat.com>
1491
1492         * gtk/gtklabel.c (gtk_label_set_text): Free 
1493         previous label->label_wc.
1494
1495         * gtk/testgtkrc: Leave font, not fontset commented
1496         in by default.
1497
1498 1998-12-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1499
1500         * gdk/gdkim.c: Define gdk_use_mb outside USE_XIM guard. Removed
1501         unnecessary USE_XIM guard inside another. Made gdk_use_mb
1502         static. Compile gdk_set_locale also if not USE_XIM.     
1503
1504 Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org>
1505
1506         * Released GTK+ 1.1.9
1507
1508         * INSTALL:
1509           NEWS:
1510           README:
1511           configure.in:
1512           gtk+.spec:
1513           gtk/gtkfeatures.h.in:
1514           docs/gtk-config.1: version=1.1.9
1515
1516 Wed Dec 16 21:20:00 PST 1998 Manish Singh <yosh@gimp.org>
1517
1518         * autogen.sh: rm -rf intl breaks --disable-nls, put it back
1519
1520         * gtkbutton.[ch]
1521         * gtktogglebutton.c: s/(enter|leave)/$1_button/g.
1522         Digital: 1 GTK+: 0 (for now)
1523
1524 Wed Dec 16 22:38:22 CST 1998 Shawn T. Amundson <amundson@gtk.org>
1525
1526         * gdk/gdkevents.c: updated call to g_main_add_poll
1527           instead of g_main_poll_add
1528
1529 Wed Dec 16 23:32:05 1998  Owen Taylor  <otaylor@redhat.com>
1530
1531         * gtk/gtklabel.c (gtk_label_expose): Remove 
1532         unnecessary cast.
1533
1534 Wed Dec 16 22:50:52 1998  Owen Taylor  <otaylor@redhat.com>
1535
1536         * gdk/gdk.c gdk/gdkim.c: Check for broken glibc 2.0 
1537         mb functions, and avoid them.
1538
1539 Wed Dec 16 16:57:55 1998  Owen Taylor  <otaylor@redhat.com>
1540
1541         * gdk/gdkevents.c (gdk_events_queue): Don't
1542         call XPending() if we have putback events.
1543
1544 Wed Dec 16 16:04:41 1998  Owen Taylor  <otaylor@redhat.com>
1545
1546         * gtk/gtklabel.c (gtk_label_expose): Do nothing
1547         on empty string, quietly.
1548
1549 Wed Dec 16 15:36:19 1998  Owen Taylor  <otaylor@redhat.com>
1550
1551         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable):
1552         Redraw the character under the cursor when removing
1553         the cursor.
1554
1555 Wed Dec 16 13:06:17 1998  Owen Taylor  <otaylor@redhat.com>
1556
1557         * gdk/gdk.[ch] gtk/gtkmain.[ch] gtk/gtkprivate.h: Move main
1558         thread lock back to GDK - we need it there for locking
1559         when translating events. Rename things appropriately.
1560
1561 Wed Dec 16 11:44:21 1998  Owen Taylor  <otaylor@redhat.com>
1562
1563         * gtk/gtkrange.c (gtk_range_expose): Fix a x/y typo.
1564
1565 Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org>
1566
1567         * Released GTK+ 1.1.8
1568
1569         * ChangeLog:
1570           INSTALL:
1571           README:
1572           gtk+.spec:
1573           docs/gtk-config.1: version=1.1.8
1574
1575 1998-12-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1576
1577         * gdk/gdkglobals.c: Define gdk_xim_ic only, if USE_XIM is defined.
1578
1579 Wed Dec 16 07:03:32 1998  Tim Janik  <timj@gtk.org>
1580
1581         * gtk/gtkwidget.h: 
1582         * gtk/gtkwidget.c: s/USER_DRAW/APP_PAINTABLE/. provided
1583         gtk_widget_set_app_paintable() which users can use to make
1584         a widget paintable for the application. changed other files accordingly.
1585
1586 Wed Dec 16 05:26:32 1998  Tim Janik  <timj@gtk.org>
1587
1588         * configure.in: version bump to 1.1.8, binary age 0, interface age 0,
1589         depend on GLib 1.1.8.
1590
1591         * gdk/gdkprivate.h:
1592         * gdk/gdkglobals.c: removed last Gdk threads specific bits.
1593
1594         * gtk/gtkmain.c (gtk_init): s/g_thread_supported/g_thread_supported()/.
1595
1596         * gtk/gtkprivate.h: changed GTK_THREADS_ENTER and GTK_THREADS_LEAVE
1597         to function macros GTK_THREADS_ENTER() and GTK_THREADS_LEAVE().
1598         honour G_THREADS_ENABLED in the definition of GTK_THREADS_ENTER()
1599         and GTK_THREADS_LEAVE(). changed callers accordingly.
1600
1601 Tue Dec 15 21:26:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>
1602
1603         * autogen.sh: warn if glib.m4 or gettext.m4 are not found 
1604           in aclocal's directory.
1605
1606 Tue Dec 15 21:36:14 1998  Owen Taylor  <otaylor@redhat.com>
1607
1608         * gtk/testgtk.c (create_layout): Create buttons,
1609         not combos again.
1610
1611 1998-12-15  Joel Becker  <jlbec@ocala.cs.miami.edu>
1612
1613         * autogen.sh: reordered gettextize and aclocal, because
1614         gettextize was messing up aclocal.m4.
1615
1616 Tue Dec 15 22:30:44 1998  Lars Hamann  <lars@gtk.org>
1617
1618         * gtk/gtkclist.h : 
1619         removed clist flag : GTK_CLIST_DRAG_SELECTION
1620         added flags : GTK_CLIST_REORDERABLE, GTK_CLIST_USE_DRAG_ICONS,
1621         GTK_CLIST_DRAW_DRAG_LINE, GTK_CLIST_DRAW_DRAG_RECT
1622         (GtkCListDragPos) : new enum for DND
1623         (GtkButtonAction) : new enum of possible mouse button actions
1624         (struct _GtkCList): added button_actions array.
1625         Added drag_button and click_cell struct, to store cell and
1626         mouse button of last button_press_event
1627         
1628         (struct _GtkCListClass): new class method draw_drag_highlight.
1629         (gtk_clist_set_reorderable) (gtk_clist_set_use_drag_icons) :
1630         new functions. Moved from gtkctree.h. Now clist is reorderable
1631         as well.
1632         (gtk_clist_set_button_actions) new function to customize mouse
1633         button actions.
1634
1635         * gtk/gtkclist.c:
1636         (gtk_clist_drag_begin)
1637         (gtk_clist_drag_motion)
1638         (gtk_clist_drag_leave)
1639         (gtk_clist_drag_end)
1640         (gtk_clist_drag_drop)
1641         (gtk_clist_drag_data_get)
1642         (gtk_clist_drag_data_received) : new dnd widget methods to
1643         implement clists reorderability via DND
1644
1645         (remove_grab) : new function. remove mouse grab if necessary.
1646         (draw_drag_highlight) : new method. Draw dnd highlight depending
1647         on clist flags GTK_CLIST_DRAW_DRAG_LINE and GTK_CLIST_DRAW_DRAG_RECT
1648
1649         (gtk_clist_class_init): added object args "reorderable" and
1650         "use_drag_icons"
1651
1652         (gtk_clist_button_press) (gtk_clist_button_release) :
1653         use button_actions array to decide which action to perform.
1654         (gtk_clist_motion) : start reorder operation if necessary.
1655
1656         * gtk/gtkctree.h :
1657         (struct _GtkCTree): removed drag_icon, icon_widht, icon_height,
1658         drag_row, drag_source, drag_target, reorderable, use_icons,
1659         in_drag, drag_rect
1660         (gtk_ctree_set_reorderable) :  deprecated function.
1661         use gtk_clist_set_reorderable instead.
1662         (gtk_ctree_set_use_drag_icons) : deprecated function.
1663         use gtk_clist_set_use_drag_icons instead.
1664
1665         * gtk/gtkctree.c :
1666         (gtk_ctree_class_init): removed object args "reorderable" and
1667         and "use_drag_icons"
1668
1669         (draw_xor_line) (draw_xor_rect) (create_drag_icon) (check_cursor)
1670         (tree_toggle_selection) (set_mouse_cursor) : removed
1671         
1672         (draw_drag_highlight) : new clist method. replacement for
1673         draw_xor_line and draw_xor_rect functions
1674         (check_drag) renamed check_cursor function
1675
1676         (gtk_ctree_drag_begin)
1677         (gtk_ctree_drag_motion)
1678         (gtk_ctree_drag_data_received) : new dnd methods to implement ctrees
1679         reorderability via DND
1680
1681         (gtk_ctree_button_release)
1682         (gtk_ctree_button_motion) : removed.
1683
1684         * gtk/testgtk.c:
1685         (create_clist) : added new reorderable toggle button
1686         
1687 Tue Dec 15 19:50:41 1998  Owen Taylor  <otaylor@redhat.com>
1688
1689         * gtk/gtkctree.c gtk/gtkclist.c gtk/testgtk.c: Use 
1690         base[NORMAL] instead of bg[PRELIGHT] so CLists now can be
1691         used in detergent commercials.
1692
1693 Tue Dec 15 16:54:09 1998  Owen Taylor  <otaylor@redhat.com>
1694
1695         * gtk/gtklabel.h: Moved gtk_label_set() compatiblity
1696         define from <gtkcompat.h> to <gtklabel.h> for
1697         compatibility.
1698
1699 1998-12-15  Jeff Garzik  <jgarzik@pobox.com>
1700
1701         * configure.in, gdk/Makefile.am, gtk/Makefile.am:
1702         Removed last remaining thread-related configure bits 
1703         that have been moved into GLib.
1704
1705 1998-12-15  Elliot Lee  <sopwith@bogus.cuc.ml.org>
1706
1707         * gdk/gdkevents.c: Use G_IO_ERR|G_IO_HUP|G_IO_NVAL
1708         as the mask for checking for GDK_INPUT_EXCEPTION events.
1709
1710 1998-12-15  Martin Baulig  <martin@home-of-linux.org>
1711
1712         * acinclude.m4: Make the gettext check for for libc5 systems.
1713
1714         * autogen.sh: Not running gettextize fails on a fresh CVS checkout
1715         and we'll get a lot of bug reports tomorrow, so I add it back.
1716
1717         * acinclude.m4: Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and
1718         AM_WITH_NLS_GTK to AM_GTK_WITH_NLS to avoid this ugly automake
1719         warnings.
1720
1721 Tue Dec 15 16:06:15 1998  Owen Taylor  <otaylor@redhat.com>
1722
1723         * acinclude.m4: Provide a hacked version of the
1724           gettext macros that never use the included gettext.
1725          
1726         * Makefile.am configure.in: Remove references
1727           to intl/
1728         
1729         * autogen.sh: Don't run gettextize.
1730
1731 Tue Dec 15 14:30:35 1998  Owen Taylor  <otaylor@redhat.com>
1732
1733         * gdk/gdk.h gdk/gdkfonts.c: Added gdk_text_extents_wc()
1734
1735         * Patch from Jonathan Blanford <jrb@redhat.com> to add line wrapping
1736           to label. (Based on patch from Jeff Dairiki
1737           <dairiki@mac-ceope.apl.washington.edu> gtk-dairiki-971208-0)
1738
1739         - Adds new function gtk_label_set_line_wrap()
1740         - implement GTK_JUSTIFY_FILL.
1741         - rename gtk_label_set to gtk_label_set_text() add
1742            gtk_label_set() to gtkcompat.h.
1743
1744         * Use an internal wc representation in the label, so
1745           that we handle underlining and line breaks correctly
1746           for multi-byte strings.
1747
1748 Tue Dec 15 13:32:28 1998  Owen Taylor  <otaylor@redhat.com>
1749
1750         * gtk/gtkwidget.h: Added GTK_USER_DRAW flag.
1751
1752         * gtk/gtkwindow.c: Honor GTK_USER_DRAW flag.
1753
1754         * gtk/gtkdrawwindow.c gtk/Makefile.am: Removed 
1755         GtkDrawWindow, which GTK_USER_DRAW obsoletes.
1756
1757 Tue Dec 15 11:37:05 1998  Owen Taylor  <otaylor@redhat.com>
1758
1759         * gtk/gtkmain.c: Fixed up some warnings.
1760
1761 Tue Dec 15 10:32:01 1998  Owen Taylor  <otaylor@redhat.com>
1762
1763         * gtk/gtk{h,v,}paned.{c,h}: Add new functions 
1764         gtk_paned_set_position(),
1765         gtk_paned_pack1/2(). The latter take a
1766         shrink and resize parameters, that allows setting
1767         minimum sizes and getting 'relative' resizing.
1768
1769 Tue Dec 15 10:26:23 1998  Owen Taylor  <otaylor@redhat.com>
1770
1771         * gdk/gdkevents.c: Keep separate putback_events and 
1772         queued_events queues so that we get both FIFO and 
1773         preemptive behavior for gdk_event_put().
1774
1775 Tue Dec 15 09:22:44 1998  Owen Taylor  <otaylor@gtk.org>
1776
1777         * gtk/gtkrc.c (gtk_rc_init): Removed unused 
1778         variable, fixed minor memory leak.
1779
1780         * gdk/gdk.c: Fixed another merge problem.
1781
1782 Tue Dec 15 08:53:38 1998  Owen Taylor  <otaylor@redhat.com>
1783
1784         * gdk/gdk.c (gdk_get_display): Remove gdk_signal,
1785         which crept back in in last commit.
1786
1787 Tue Dec 15 01:38:53 1998  Owen Taylor  <otaylor@redhat.com>
1788
1789         * gtk/Makefile.am: Commented out testthreads from
1790         the build process, since we won't have any idea
1791         how to create a thread.
1792
1793         * configure.in (LIBS): use glib-config ... gthread
1794         so we always build a thread-compatible library.
1795
1796         * gtk/gtkaccellabel.c gtk/gtkclist.c gtk/gtkcolorsel.c
1797           gtk/gtkcombo.c gtk/gtkcontainer.c gtk/gtkentry.c
1798           gtk/gtklist.c gtk/gtkmenuitem.c gtk/gtknotebook.c
1799           gtk/gtkrange.c gtk/gtkselection.c gtk/gtkspinbutton.c
1800           gtk/gtktext.c gtk/gtktooltips.c gtk/gtkwidget.c:
1801         
1802         Add GTK_THREADS_ENTER/LEAVE pairs around timeouts
1803         and idles to account for the fact that they are no
1804         longer called within the GTK+ lock.
1805
1806         * gtk/gtkprivate.h: Added definitions for locking
1807         the main GTK+ mutex.
1808         
1809         * gtk/gtkmain.c: Re-implement the main loop 
1810         in terms of the GLib main loop.
1811
1812         * gdk/gdk.h gdk/gdkthreads.c gdk/Makefile.am: Removed threading 
1813         functionality, as it seems better to subsume GDK within the 
1814         GTK+ lock than vice-versa.
1815
1816         * gdk/gdkevents.c: New file, containing event handling bits 
1817         from gdk.c.
1818
1819         * gdk/gdkevents.c: Implement event source for GDK
1820         events.
1821         
1822         * configure.in gdk/gdkevents.c: Removed attempts to 
1823         subtract base_id, which were already non-functional.
1824
1825 Mon Dec 14 23:05:20 PST 1998 Manish Singh <yosh@gimp.org>
1826
1827         * acconfig.h
1828         * configure.in: removed IPC_RMID_DEFERRED_RELEASE check
1829
1830         * gdk/gdk.c: remove signal handlers, since we do an IPC_RMID
1831         after XShmAttach, and nobody complained
1832
1833 Tue Dec 15 02:27:42 MET 1998 Sven Neumann <sven@gimp.org>
1834
1835         * po/de.po: Replaced the crappy german po-file with a valid one.
1836
1837 Mon Dec 14 16:10:05 1998  Owen Taylor  <otaylor@redhat.com>
1838
1839         * gtk/gtkrc.c (gtk_rc_init): Append locale-specific
1840         suffixes to default rc file names, and look these
1841         up in addition to the base filename, to facilitate
1842         having the correct fontset per-locale.
1843
1844         move $(sysconfdir)/gtkrc to $(sysconfdir)/gtk/gtkrc
1845
1846         * gtk/gtkitemfactory.[ch] (gtk_item_factory_set_translate_func):
1847         New function to set a function to translate menu paths.
1848
1849         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Free
1850         results of g_strsplit().
1851
1852 1998-12-14  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1853
1854         * configure.in (ALL_LINGUAS): Added 'pt'.
1855
1856         * po/pt.po: Added Portuguese translation.
1857
1858 Mon Dec 14 20:04:31 1998  Stefan Jeske  <stefan@gtk.org>
1859
1860         * gtk/gtkspinbutton.c: Only call gtk_spin_button_update if
1861         the spinbutton is editable.
1862
1863 Mon Dec 14 12:24:13 1998  Owen Taylor  <otaylor@redhat.com>
1864
1865         * HACKING: Added gettext-10.35
1866
1867         * autogen.sh: Run gettextize.
1868
1869 Wed Dec  9 16:29:06 1998  Owen Taylor  <otaylor@redhat.com>
1870
1871         Applied gtk-egger-981010-[12] 
1872         [ Daniel.Egger@t-online.de (Daniel Egger) ]
1873
1874         * gtk/gtkintl.h: New file - defines for localization.
1875
1876         * gtk/gtkfilesel.c gtk/gtkinputdialog.c: Mark strings
1877         for internationalization.
1878
1879         * gtk/gtkmain.c: call bindtextdomain
1880
1881         * po/ - directory for translations. Initially includes
1882         German translation.
1883
1884 Mon Dec 14 02:42:11 1998  Tim Janik  <timj@gtk.org>
1885
1886         * gtk/gtkwidget.c: made GtkWidget::grab_focus a RUN_LAST and
1887         RUN_ACTION signal. moved stuff from gtk_widget_grab_focus() into
1888         gtk_widget_real_grab_focus() so a signal is always emitted
1889         if the focus is grabbed on a widget.
1890
1891 Mon Dec 14 02:13:01 1998  Tim Janik  <timj@gtk.org>
1892
1893         * gtk/gtkmenuitem.c: fixed submenu popup timeouts, we decide whether or
1894         not to delay the submenu popup from a menu item deselection time stamp.
1895         the code looks even more hackish than before, but in practice "feels"
1896         very well.
1897
1898 1998-12-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1899
1900         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added a "grab_focus"
1901         signal for widgets.  When the signal is emitted, the widget will
1902         grab the focus.  This is needed to let the user press an
1903         accelerator key in a dialog box and have the corresponding widget
1904         be focused.
1905
1906         * gtk/gtkwidget.c (gtk_widget_class_init): Create the "grab_focus"
1907         signal.  The default handler is simply gtk_widget_grab_focus().
1908
1909 Sun Dec 13 22:15:48 GMT 1998  Tony Gale  <gale@gtk.org>
1910
1911         * docs/gtk_tut.sgml: Update the following sections to the
1912           current API:
1913             - Container Widgets
1914             - CList Widget
1915             - List Widget
1916             - Tree Widget
1917
1918 Sat Dec 12 19:11:35 1998  Tim Janik  <timj@gtk.org>
1919
1920         * gtk/gtkmenuitem.c: made GtkMenuItem::activate a GTK_RUN_ACTION signal.
1921
1922         * gtk/gtkbutton.c: made GtkButton::clicked a GTK_RUN_ACTION signal.
1923
1924         * gtk/gtkfeatures.h.in: define GTK_HAVE_FEATURES_1_1_8.
1925
1926 Sat Dec 12 17:46:55 1998  Owen Taylor  <otaylor@gtk.org>
1927
1928         * gtk/gtklayout.c (gtk_layout_unrealize): Mark
1929         child->window as destroyed so we don't destroy
1930         it again.
1931
1932 Sat Dec 12 17:18:32 1998  Owen Taylor  <otaylor@redhat.com>
1933
1934         * gdk/gdkfont.c (gdk_text_extents): Corrections
1935         to computation of extents of text from a font set.
1936         (from Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
1937          and Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>)
1938         
1939 Fri Dec 11 08:59:12 1998  Owen Taylor  <otaylor@redhat.com>
1940
1941         * gtk/gtklistitem.c (gtk_list_item_style_set):
1942         * gtk/gtklist.c     (gtk_list_style_set):
1943         Added "style_set" handlers.
1944
1945 Fri Dec 11 05:49:30 1998  Owen Taylor  <otaylor@redhat.com>
1946
1947         * gtk/gtkclist.c (gtk_clist_style_set): Add in a "style_set"
1948         handler so that the background of the clist changes
1949         with the theme.
1950
1951 Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org>
1952
1953         * Released GTK+ 1.1.7
1954
1955         * INSTALL:
1956           NEWS:
1957           README:
1958           configure.in:
1959           gtk+.spec:
1960           gtk/gtkfeatures.h.in: 
1961           docs/gtk-config.1: Version to 1.1.7
1962
1963 Thu Dec 10 20:48:19 PST 1998 Manish Singh <yosh@gimp.org>
1964
1965         * gtk/gtkclist.c: avoid void pointer math
1966
1967         * gtk/gtkhscale.c
1968         * gtk/gtkhscrollbar.c
1969         * gtk/gtkvscale.c
1970         * gtk/gtkvscrollbar.c: removed trailing , from enums
1971
1972         * gtk/gtksignal.c: can't use enums as a bitfield type, use guint
1973
1974         * gtk/testgtk.c: removed C++ comment added by owenpoo
1975
1976 Thu Dec 10 21:48:34 1998  Owen Taylor  <otaylor@redhat.com>
1977
1978         * gtk/gtkdnd.[ch]: Added gtk_drag_source_unset()
1979
1980 Thu Dec 10 20:42:22 1998  Owen Taylor  <otaylor@redhat.com>
1981
1982         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Use 
1983         gdk_window_get_origin() instead of gdk_window_get_position,
1984         because get_position is unreliable for plugs. 
1985
1986         This is a bad hack, maybe we need GDK_WINDOW_PLUG?
1987
1988 Thu Dec 10 17:58:49 GMT 1998  Tony Gale  <gale@gtk.org>
1989
1990         * docs/gtk_tut.sgml:
1991           - re-write the GtkProgressBar section to the 1.1 API.
1992           - add an Appendix listing all the signals
1993             (apologies to TimJ for taking so long in using his hard work
1994              in automating the extraction - thanx Tim). 
1995         * examples/*: bring them all upto the tutorial versions
1996
1997 Thu Dec 10 02:21:16 1998  Jeff Garzik  <jgarzik@pobox.com>
1998
1999         * gtk/testdnd.c: use g_snprintf, eliminate need for string.h
2000         * gtk/testrgb.c: include string.h, for strlen
2001
2002 Wed Dec  9 17:39:26 1998  Owen Taylor  <otaylor@redhat.com>
2003
2004         * configure.in: Add a case for success in 
2005         test for XUnregisterIMInstantiate, to prevent
2006         screwing up $LIBS.
2007
2008 Wed Dec  9 13:06:31 1998  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2009  
2010         * gdk/gdkim.c (gdk_ic_new,gdk_ic_{set,get}_attr): Fixed argument
2011         list and return type for non-XIM fallback.
2012  
2013         * configure.in: Only build XIM-support if available.
2014  
2015 Wed Dec  9 12:23:30 1998  Owen Taylor  <otaylor@redhat.com>
2016         
2017         * gtk/testselection.c (main): Add in missing 'flags'
2018         field to target list.
2019
2020         * gdk/gdkproperty.c (gdk_atom_intern): Actually
2021         add the atoms to the local cache.
2022
2023 Wed Dec  9 04:57:31 PST 1998 Manish Singh <yosh@gimp.org>
2024
2025         * gdk/gdkprivate.h: put text after #endif in comment
2026
2027         * gdk/gdktypes.h: change whitespace in enum to shut up makeenums.pl
2028
2029         * gtk/testdnd.c: #include <string.h>
2030
2031 Mon Dec  7 10:27:09 1998  Owen Taylor  <otaylor@redhat.com>
2032
2033         * gtk/gtkwidget.c: Destroy widgets _after_ propagating unrealize
2034         signals through the widget heirarchy. This is unpleasant, as it
2035         causes more X traffic, but is necessary, because we have to clean
2036         up our Input Contexts before destroying the X windows.
2037         (from matsu-981109-0.patch)
2038         
2039 Mon Dec  7 10:18:18 1998  Owen Taylor  <otaylor@redhat.com>
2040
2041         Applied gtk-a-higuti-981202-0 : 
2042         [ a-higuti@math.sci.hokudai.ac.jp (Akira Higuchi) ]
2043         
2044         * gdk/gdk.h gdk/gdk.c
2045                 (gdk_mbstowcs): New function. Nearly equals to mbstowcs, but
2046                         implemented by a combination of Xlib functions, so
2047                         it works even with X_LOCALE.
2048                 (gdk_wcstombs): New function.
2049                 (g_mbtowc): Removed. No longer needed.
2050
2051         * gdk/gdk.h gdk/gdkfont.c gdk/gdkdraw.c: 
2052                 Added _wc() variants to gdk_text_width(), 
2053                 gdk_char_width(), gdk_draw_text(),
2054                 
2055         * gdk/gdki18n.h
2056                 (mblen, mbtowc, wctomb, mbstowcs, wcstombs,
2057                  wcslen, wcscpy, wcsncpy):
2058                         Removed. No longer needed.
2059                 (iswalnum): Removed.
2060                 (gdk_iswalnum): New macro.
2061                 (gdk_iswspace): New macro.
2062         * gdk/gdktype.h
2063                 (GdkWChar): New typedef.
2064         
2065         * gtk/gtkentry.h, gtk/gtkentry.c
2066                 There are many changes according to the change of the
2067                 internal representation of text, from multibyte string
2068                 to wide characters. 
2069         * gtk/gtkprivate.h, gtk/gtkmain.c
2070                 Removed the variable gtk_use_mb and related codes.
2071         * gtk/gtkspinbutton.c
2072                 Some changes according to the change of type of entry->text.
2073         * gtk/gtktext.h, gtk/gtktext.c
2074                 Changed the internal representation of text. We use GdkWchar
2075                 if a fontset is supplied. If not, we use guchar to save
2076                 memory.
2077         
2078 Tue Dec  1 15:20:39 1998  Owen Taylor  <otaylor@redhat.com>
2079
2080         * gdk/gdkwindow.c (gdk_window_new): When creating
2081         a window with a specified non-system visual, use
2082         a matching colormap.
2083
2084 Mon Nov 30 11:50:13 1998  Owen Taylor  <otaylor@redhat.com>
2085
2086         * gdk/gdk.c gdk/gdkim.c gdk/gdkprivate.h gdk/gdk.h
2087           gdk/gdktypes.h gtk/gtkeditable.c gtk/gtkmain.c
2088           gtk/gtkentry.c gtk/gtktext.c:
2089
2090          Applied matsu-981109-0
2091          [ matsu@arch.comp.kyutech.ac.jp (Takashi Matsuda) ]
2092         
2093          - Change system of setting input method values 
2094            from varargs to a structure, similar to GC's
2095            or window attributes.
2096
2097          - Various fixes to event handling.
2098
2099          Also:
2100
2101          * gdk/gdkim.c: Split of input method stuff into
2102            a separate source file.
2103
2104          * Remove GdkIM typedef, change everything from
2105            GdkIC to GdkIC * to be consistent with the
2106            rest of GTK.
2107         
2108 Wed Dec  9 00:41:41 1998  Owen Taylor  <otaylor@redhat.com>
2109
2110         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Allocate
2111         correct amount of memory for strings.
2112
2113 Tue Dec  8 18:29:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>
2114
2115         * Released GTK+ 1.1.6
2116
2117         * NEWS: updated
2118
2119         * gtk/Makefile.am:
2120           gtk/testgtk.c:
2121           gtk/gtkrc.h:
2122           gtk/gtkrc.c: Read in default files.
2123
2124 Wed Dec  9 00:49:12 1998  Tim Janik  <timj@gtk.org>
2125
2126         * gtk/gtktypeutils.h:
2127         * gtk/gtktypeutils.c: added gtk_type_query() which returns a newly
2128         allocated structure holding certain type specific informations.
2129         fixed the big bunch of `discards const' warnings with the
2130         initialization of enum/flags values.
2131
2132 Tue Dec  8 15:10:17 1998  Owen Taylor  <otaylor@redhat.com>
2133
2134         * gtk/gtkwindow.c (gtk_window_transient_parent_realized):
2135         Fixed order of arguments to gdk_window_transient_for().
2136
2137 Tue Dec  8 18:02:57 GMT 1998  Tony Gale  <gale@gtk.org>
2138
2139         * examples/Makefile: simple top level Makefile that invokes all
2140           the sub-directory Makefiles.
2141
2142 1998-12-08  Andrew T. Veliath  <andrewtv@usa.net>
2143
2144         * gtk/testgtk.c: Functions to test the toolbar space style.
2145
2146         * gtk/gtktoolbar.c: Add a private GtkToolbarChildSpace subclass of
2147         GtkToolbarChild to hold allocation. Set default space style to
2148         GTK_TOOLBAR_SPACE_EMPTY, define SPACE_LINE_* for separator
2149         fraction defaults.
2150         (gtk_toolbar_paint_space_line): New function; paints the separator
2151         line, using "toolbar" as the detail.
2152         (gtk_toolbar_expose): (gtk_toolbar_draw): Handle CHILD_SPACE when
2153         style is set to SPACE_LINE.
2154         (gtk_toolbar_size_allocate): Store space allocations.
2155         (gtk_toolbar_insert_element): If we are a space, allocate and
2156         initialize a GtkToolbarChildSpace instead of a GtkToolbarChild.
2157         (gtk_toolbar_set_space_style): New function.
2158
2159         * gtk/gtktoolbar.h: Add GtkToolbarSpaceStyle, with styles of EMPTY
2160         and LINE. Add prototype for gtk_toolbar_set_space_style.
2161
2162 Mon Dec  7 16:03:55 1998  Owen Taylor  <otaylor@redhat.com>
2163
2164         * gtk/gtkthemes.h: Remove random unnecessary includes
2165         of standard headers.
2166
2167 1998-12-07  Damon Chaplin  <DAChaplin@msn.com>
2168
2169         * gtk/gtkfontsel.c (gtk_font_selection_select_best_style): made sure
2170         we only try to match styles which are currently shown.
2171
2172         (gtk_font_selection_init): set the notebook tabs homogeneous and set
2173         the border, so we don't need to set the size explicitly (bad for i18n).
2174         Used the clist auto-resize feature for the font and style lists on the
2175         main page and all the filters. Used padding for the 'Reset Filter'
2176         button instead of spaces around it (bad for i18n).
2177
2178         (gtk_font_selection_find_font): when searching for
2179         a font, if we can't match both the family and foundry, we return any
2180         font where just the family matches. (The foundry can even be '*'.)
2181
2182         (gtk_font_selection_show_available_styles): 
2183         (gtk_font_selection_realize_list): don't set the style clist row
2184         colours (for the charset rows) until the clist is realized, since we
2185         use the clist style's insensitive colours.
2186
2187 Mon Dec  7 13:38:06 1998  Owen Taylor  <otaylor@redhat.com>
2188
2189         * gdk/gdkimage.c (gdk_image_new): Use IPC_RMID
2190         _after_ doing XShmAttach. This should work everywhere,
2191         and avoid the need for signal handlers or configure
2192         checks.
2193
2194 Thu Dec  3 19:58:45 1998  Owen Taylor  <otaylor@redhat.com>
2195
2196         * gtk/gtkinputdialog.c: Use _add_with_viewport() for
2197         scrolled window contents.
2198
2199 1998-12-07  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2200
2201         * gtk/gtkpaned.h (struct _GtkPaned): Removed the unused cursor
2202         field in the structure.
2203
2204 Mon Dec  7 15:15:06 GMT 1998  Tony Gale <gale@gtk.org>
2205
2206         * docs/gtk_tut.sgml: Start mass update for GTK 1.1
2207         * examples/extract.sh: Look for the best version of awk
2208         * examples/extract.awk: Fix FD leak
2209         * example/base: minimal example from Tutorial
2210
2211 Mon Dec  7 01:29:27 1998  Owen Taylor  <otaylor@gtk.org>
2212
2213         * gtk/gtkwindow.c: New functions
2214         gtk_window_set_transient_for() - set up a "transient for" relationship.
2215         gtk_window_set_default_size() - set the initial size of a window
2216            distinct from its minimum size.
2217         gtk_window_set_geometry_hints() - Allow the user to set
2218            minimum, maximum sizes, aspect rations, and gridded geometry, 
2219            possibly all with respect to a subwidget of the window.
2220         These interfaces are still a wee bit experimental.
2221
2222         * gdk/gdk.c: Added gdk_window_set_transient_for(),
2223         gdk_window_set_geometry_hints(), and gdk_window_set_role().
2224
2225         * gdk/gdktypes.h: Added new types for find-grained specification
2226         of WM hints.
2227
2228         * gtk/testgtk.c: Various changes to tests to test the
2229         above new functions.
2230
2231         * gtk/gtkfontsel.c: Squash a few 'const' warnings.
2232         
2233         * gtk/gtktogglebutton.c (gtk_toggle_button_realize): Restored
2234         call to gtk_style_set_background() to prevent egregious
2235         flashing to black.
2236
2237 Mon Dec  7 03:52:01 1998  Tim Janik  <timj@gtk.org>
2238
2239         * gtk/gtksignal.c (gtk_handlers_run): when marshalling connect_object
2240         signals, don't pass the data pointer twice, but swap it with the
2241         object pointer (proposed on Nov 30 1998 on gtk-devel-list).
2242
2243 Mon Dec  7 03:08:39 1998  Tim Janik  <timj@gtk.org>
2244
2245         * gtk/gtktypeutils.h: 
2246         * gtk/gtktypeutils.c: reverted Marius's change to expose the type systems
2247         internal type info data to the user. if such functionality is required
2248         we should provide wrapping accessors, ala gtk_signal_query(). also the
2249         GtkTypeInfo structures are dynamically allocated memory portions, so
2250         only the type system is really allowed to access that stuff.
2251
2252         * gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
2253         since it destroys the possibility to implement automatic marshaller
2254         lookups some day, and it also disables third party code's ability to
2255         connect to any signal.
2256
2257 Mon Dec  7 01:32:18 1998  Tim Janik  <timj@gtk.org>
2258
2259         * gtk/gtkfilesel.c (gtk_file_selection_key_press): always intercept the
2260         Tab key on the entry. the focus shouldn't get lost even if completion
2261         is attempted from an empty entry, since an empty entry string does
2262         indeed have a valid completion meaning (complete all).
2263         (gtk_file_selection_init): cast the gchar array parameter in calls to
2264         gtk_clist_new_with_titles() to quit compiler warnings.
2265         (check_dir): the no_stat_dirs struct must not be const, since we do
2266         indeed modify its contents.
2267
2268         * gtk/testgtk.c (event_watcher): adapted prototype to fit new emission
2269         hook semantics.
2270
2271         * gtk/gtksignal.h:
2272         * gtk/gtksignal.c:
2273         changed emission allocation, so we don't use a doubly linked list
2274         but link ourselfs (singly linked).
2275         changed emission hooks, they get the emision parameters passed as
2276         well now and are emitted during the actuall signal emission (after
2277         the RUN_FIRST class method, but prior to RUN_FIRST handlers).
2278         the existing restrictions do still apply to signal emission hooks,
2279         i.e. an emission may not be stopped or restarted from an emission hook.
2280         due to possibly huge perfomance impacts, frequent use of emision hooks
2281         is also not recommended.
2282         (gtk_signal_next_and_invalidate): added an
2283         assertments which explicits what the code assumes anyways: a
2284         maximum amount of 65535 signals.
2285
2286         * gtk/gtkcontainer.h: deprecated gtk_container_foreach_interp(),
2287         gtk_container_foreach_full() should be used instead.
2288
2289         * gtk/gtkmain.h:
2290         deprecated gtk_timeout_add_interp and gtk_idle_add_interp, since
2291         we provide _full variants.
2292
2293         * gtk/gtksignal.h: deprecated gtk_signal_connect_interp(), we provide
2294         gtk_signal_connect_full() for long enough now.
2295
2296 1998-12-06  Marius Vollmer  <mvo@zagadka.ping.de>
2297
2298         * gtk/gtksignal.c (gtk_signal_newv): Allow a NULL marshaller.
2299         (gtk_signal_connect_by_type): Allow only no_marshal handlers to
2300         connect to signals with a NULL marshaller.
2301
2302         * gtk/gtktypeutils.c (gtk_type_get_info): New.
2303         gtk/gtktypeutils.h (gtk_type_get_info): New prototype.
2304
2305 Sun Dec  6 14:27:35 1998  Stefan Jeske  <stefan@gtk.org>
2306
2307         * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): Grey out
2308         arrows if wrap == FALSE and interval borders are reached.
2309
2310 Sat Dec  5 21:07:09 1998  Owen Taylor  <otaylor@gtk.org>
2311
2312         * gtk/gtkaspectframe.c (gtk_aspect_frame_size_allocate): Fixed
2313         long-standing typo in aspect ratio computation code.
2314         (pointed out by Sebastian Rittau <srittau@jroger.in-berlin.de>)
2315
2316 Fri Dec  4 01:20:06 1998  Lars Hamann  <lars@gtk.org>
2317
2318         * gtk/gtkclist.c (gtk_clist_button_release): call toggle_row with
2319         valid row numbers only
2320         (toggle_row): check if clist_row != NULL
2321
2322 Fri Dec  4 00:50:12 1998  Lars Hamann  <lars@gtk.org>
2323
2324         * gtk/gtkctree.c (gtk_ctree_export_to_gnode): fixed for-loop.
2325
2326         * gtk/gtkclist.c 
2327         (gtk_clist_set_column_visibility)
2328         (gtk_clist_column_titles_active)
2329         (gtk_clist_column_titles_active)
2330         (gtk_clist_column_title_passive)
2331         (gtk_clist_column_title_active): few additional tests whether
2332         column->button != NULL
2333
2334 Thu Dec  3 16:49:18 1998  Owen Taylor  <otaylor@redhat.com>
2335
2336         * gtk/gtkdnd.c (DROP_ABORT_TIME): Changed to 5 min
2337         from 10 seconds, so it doesn't abort while users
2338         have an ACTION_ASK menu up.
2339
2340         * gtk/gtkdnd.c: Hide the icon window between sending a a 
2341         drop event to the destination and displaying the
2342         snapback animation, so that it doesn't hang around
2343         during ACTION_ASK.
2344
2345 Thu Dec  3 16:37:42 1998  Owen Taylor  <otaylor@redhat.com>
2346
2347         * gtk/gtkclist.c (get_cell_style): Use GTK_STATE_INSENSITIVE
2348         for the foreground of cells for CLists in the insensitive
2349         state, instead of GTK_STATE_PRELIGHT.
2350
2351 Thu Dec  3 06:20:59 1998  Tim Janik  <timj@gtk.org>
2352
2353         * gtk/gtkwindow.c: moved checks upon focus setting from
2354         gtk_window_real_set_focus to gtk_window_set_focus, so we don't
2355         emit the signal if unneccessary.
2356
2357         * gtk/gtkwidget.c (gtk_widget_grab_focus): clear up the old focus
2358         containers when grabbing focus on a new widget. this is based on
2359         a patch from Alexis Mikhailov, submitted to gtk-list on 4 Nov 1998.
2360
2361         * gtk/gtkclist.c (gtk_clist_focus_out): set CLIST_CHILD_HAS_FOCUS
2362         flag, so we take the buttons into consideration upon the next focus
2363         request.
2364
2365         * gtk/gtkcontainer.c (gtk_container_set_focus_child): fixed an
2366         assertment.
2367
2368 Wed Dec  2 17:45:21 CST 1998 Shawn T. Amundson <amundson@gtk.org>
2369
2370         * gtk/gtkpixmap.c: Fixes for low-color displays and a slight
2371           enhancement for true-color displays.
2372
2373         * INSTALL:
2374           README:
2375           configure.in:
2376           gtk+.spec:
2377           docs/gtk-config.1: up to version 1.1.6
2378
2379 Wed Dec  2 01:36:49 PST 1998 Manish Singh <yosh@gimp.org>
2380
2381         * gtk/gtkfeatures.h.in: lets #define GTK_HAVE_FEATURES_1_1_6 before
2382         we release it this time
2383
2384 Wed Dec  2 01:39:02 1998  Tim Janik  <timj@gtk.org>
2385
2386         * gtk/gtknotebook.h: 
2387         * gtk/gtknotebook.c: s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
2388
2389         * incremented version number to 1.1.6 and made Gtk
2390         dependant on GLib 1.1.6.
2391
2392         * gtk/gtkwidget.h (struct _GtkRequisition): changed width and height
2393         from guint16 to gint16, since sizes bigger than 32767 are not supported
2394         anyways, and aritmethics with intermediate negative values are possible
2395         now.
2396
2397 Tue Dec  1 00:00:04 1998  Tim Janik  <timj@gtk.org>
2398
2399         * gtk/gtkscrolledwindow.c:
2400         implementation of GTK_POLICY_NEVER functionality, added rationales
2401         on the policy and size requisition handling at the top.
2402         (gtk_scrolled_window_size_request):
2403         we assume a default minimum for our child's width and height
2404         if [hv]scrollbar_policy != GTK_POLICY_NEVER, except when the user
2405         specified the dimension explicitely.
2406         (gtk_scrolled_window_size_allocate): 
2407         do not show scrollbars if [hv]scrollbar_policy == GTK_POLICY_NEVER.
2408
2409         * gtk/gtkviewport.c (gtk_viewport_size_request): report the real
2410         size we require (including the child).
2411
2412         * gtk/gtkclist.c:
2413         (gtk_clist_size_request): report the real size required.
2414
2415         * gtk/gtkenums.h (enum GtkPolicyType): added GTK_POLICY_NEVER.
2416
2417         * gtk/gtkobject.c (gtk_object_init_type): object_type doesn't
2418         need to be a static variable.
2419
2420 Mon Nov 30 22:41:25 1998  Tim Janik  <timj@gtk.org>
2421
2422         * gtk/gtkclist.h: 
2423         * gtk/gtkclist.c: 
2424         * gtk/gtkviewport.h:
2425         * gtk/gtkviewport.c:
2426         * gtk/gtktext.h:
2427         * gtk/gtktext.c:
2428         * gtk/gtklayout.h:
2429         * gtk/gtklayout.c:
2430         * gtk/gtkwidget.h:
2431         * gtk/gtkwidget.c:
2432         * gtk/gtkscrolledwindow.h:
2433         * gtk/gtkscrolledwindow.c:
2434         s/scroll_adjustements/scroll_adjustments/
2435         s/scroll_adjustments/set_scroll_adjustments/g
2436
2437 Tue Dec  1 22:45:58 1998  Lars Hamann  <lars@gtk.org>
2438
2439         * gtk/gtkclist.h (struct _GtkCListClass): new class method/signal
2440         row_move.
2441         * gtk/gtkclist.c (gtk_clist_row_move): new public function.
2442         emit a row_move signal
2443         (real_row_move): move source_row to dest_row
2444         (gtk_clist_swap_rows): use gtk_clist_row_move calls.
2445         (gtk_clist_columns_autosize): resize all columns to their optimal
2446         width
2447         * gtk/gtkctree.c (real_row_move): use gtk_ctree_move to move
2448         entire sub-tree.
2449         * gtk/gtknotebook.c (gtk_notebook_nth_page): get nth page widget.
2450
2451 Tue Dec  1 02:40:22 PST 1998 Manish Singh <yosh@gimp.org>
2452
2453         * configure.in
2454         * gdk/Makefile.am
2455         * gtk/Makefile.am: Put -DFOO stuff into Makefile.am INCLUDES.
2456         Separate vars for each, for granularity.
2457
2458 Tue Dec  1 02:19:54 1998  Tim Janik  <timj@gtk.org>
2459
2460         * gtk/gtkenums.h: fixed a stupid error of mine about the run type
2461         values.
2462
2463 1998-11-30  Elliot Lee  <sopwith@cuc.ml.org>
2464
2465         * {gdk,gtk}/*.c: Make read-only data structures "static const" to
2466         allow them to be shared, mainly including (but not limited to) the
2467         GtkTypeInfo structures for each class.
2468
2469         * gtk/gtkfilesel.c: Add /net to the "leave me alone" directory listing.
2470
2471 Mon Nov 30 12:17:10 1998  Jeff Garzik  <jgarzik@pobox.com>
2472
2473         * gtk/gtksignal.c:
2474         Surround debug variable with #ifdef to silence gcc.
2475
2476         * gtk/gtknotebook.c (gtk_notebook_reorder_child):
2477         Added initializer to quiet gcc warning.
2478         Added assertion to check for null pointer deref.
2479
2480 Mon Nov 30 10:11:29 1998  Tim Janik  <timj@gtk.org>
2481
2482         * gtk/testgtkrc: merged testgtkrc with the pre-themes one, removed
2483         system specific includes.
2484
2485         * gtk/gtksignal.c: asured that stop and restart emissions are also
2486         checked and processed for not connected objects. fixed up restart
2487         emission administration. invoke emission hooks after emission, hooks
2488         are not supposed to muck around with the current emission, and
2489         may also not cause emission restarts. fixed up stop emission
2490         administration.
2491
2492 Mon Nov 30 06:20:36 1998  Tim Janik  <timj@gtk.org>
2493
2494         * gtk/testgtk.c: added an event watcher for enter/leave based on
2495         signal emission hooks.
2496
2497         * gtk/gtkobject.c (gtk_object_class_init): made GtkObject::destroy a
2498         GTK_RUN_NO_HOOKS signal.
2499
2500         * gtk/gtksignal.h: 
2501         * gtk/gtksignal.c: implemented emission hooks, new hooks can be added
2502         to a signal with gtk_signal_add_emission_hook or
2503         gtk_signal_add_emission_hook_full, and can be removed again with
2504         gtk_signal_remove_emission_hook.
2505
2506         * gtk/gtkenums.h: remove GTK_RUN_MASK, since it doesn't represent
2507         an appropriate mask for signal runtypes for a long time now.
2508         added GTK_RUN_NO_HOOKS value, which is used to flag signals
2509         that do not allow the running of signal hooks.
2510
2511 1998-11-26  Michael Krause  <m.krause@tu-harburg.de>
2512
2513         * gtk/gtknotebook.c (gtk_notebook_switch_page): made 'page_num'
2514         argument a gint: switch_page signal delivers valid page numbers
2515         again.
2516
2517 Sun Nov 29 06:12:01 1998  Tim Janik  <timj@gtk.org>
2518
2519         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_[hv]adjustment): 
2520         set composite names.
2521
2522         * gtk/gtktypeutils.c (gtk_type_unique): removed default initialization
2523         check, people must use gtk_type_init().
2524         fixed up type allocation for foreign fundamentals.
2525
2526         * gtk/gtkwidget.h: 
2527         * gtk/gtkwidget.c: added gtk_widget_set_composite_name() which is meant
2528         for internal use by containers, that want to assign specific composite
2529         names to their composite children.
2530         added gtk_widget_get_composite_name() which will return a newly
2531         allocated string, containing the composite name of a widget. valid
2532         composite names can only be retrived from widgets that have a parent
2533         assigned and are flagged as GTK_COMPOSITE_CHILD.
2534
2535         * gtk/gtkcontainer.h:
2536         * gtk/gtkcontainer.c: added a new function
2537         gtk_container_child_default_composite_name() which will return a
2538         newly allocated string, holding the composite name of a containers
2539         child. a default implementation is provided which will compose the
2540         composite name out of the widgets type and its sequential children
2541         id. this implementation can be overidden through a new class function
2542         *(composite_name)().
2543
2544 Sat Nov 28 10:57:59 1998  Owen Taylor  <otaylor@redhat.com>
2545
2546         * gtk/gtkwindow.c (gtk_window_expose_event): Removed bogus
2547         expose_event handler - we had two expose_event
2548         handlers!
2549
2550 Sat Nov 28 03:13:42 1998  Tim Janik  <timj@gtk.org>
2551
2552         * gtk/gtkscrolledwindow.h: 
2553         * gtk/gtkscrolledwindow.c: changed scrolled window inheritance,
2554         it inherits from GtkBin now.
2555
2556         * gtk/gtkbin.c (gtk_bin_unmap): removed superfluous check for
2557         visibility of child.
2558         (gtk_bin_draw): removed superfluous check for GTK_WIDGET_DRAWABLE().
2559         added check so a child gets only drawn if it's visible.
2560
2561         * gtk/gtkwidget.h: 
2562         * gtk/gtkwidget.c: removed gtk_widget_draw_children().
2563
2564         * gtk/gtkstyle.h: 
2565         * gtk/gtkstyle.c: rmoved gtk_reset_widget_shapes.
2566
2567         * gtk/gtkwidget.h: 
2568         * gtk/gtkwidget.c: removed crufty relict: gtk_widget_is_child().
2569         added internal function gtk_widget_reset_shapes() from gtkstyle.c.
2570
2571         * gtk/gtkrc.h:
2572         * gtk/gtkrc.c: (gtk_rc_find_pixmap_in_path): removed bogus gscanner
2573         argument, changed callers.
2574
2575         * gtk/gtkmenufactory.c: GtkMenuFactory is deprecated for a long time,
2576         it will issue a warning now.
2577
2578         * gtk/gtkcompat.h: new file to #define aliases for historic
2579         function names.
2580
2581         * changed 8 function names for consistency and provided aliases to keep
2582         source compatibility in gtkcompat.h:
2583         (gtk_accel_label_get_accel_width): renamed from gtk_accel_label_accelerator_width
2584         (gtk_container_set_border_width): renamed from gtk_container_border_width
2585         (gtk_notebook_get_current_page): renamed from gtk_notebook_current_page
2586         (gtk_packer_configure): renamed from gtk_packer_set_child_packing
2587         (gtk_paned_set_gutter_size): renamed from gtk_paned_gutter_size
2588         (gtk_paned_set_handle_size): renamed from gtk_paned_handle_size
2589         (gtk_scale_get_value_width): renamed from gtk_scale_value_width
2590         (gtk_window_set_position): renamed from gtk_window_position
2591
2592         * renamed a few recently added funtions for consistency:
2593         (gtk_notebook_get_tab_label): renamed from gtk_notebook_query_tab_label.
2594         (gtk_notebook_get_menu_label): renamed from gtk_notebook_query_menu_label.
2595         (gtk_progress_configure): renamed from gtk_progress_reconfigure.
2596
2597 Fri Nov 27 18:57:20 PST 1998 Manish Singh <yosh@gimp.org>
2598
2599         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add_with_viewport):
2600         check for existing viewport first, and don't add one if there
2601         already is one
2602
2603 Sat Nov 28 00:06:49 1998  Tim Janik  <timj@gtk.org>
2604
2605         * gtk/gtkwidget.h: 
2606         * gtk/gtkwidget.c: deprecated gtk_widget_freeze_accelerators and
2607         gtk_widget_thaw_accelerators, we provide gtk_widget_lock_accelerators
2608         and gtk_widget_unlock_accelerators.
2609
2610         * gtk/gtklayout.h:
2611         * gtk/gtklayout.c: implemented incremental freezing facility.
2612
2613         * gtk/gtktext.h: 
2614         * gtk/gtktext.c: implemented incremental freezing facility.
2615
2616         * gtk/gtkenums.h:
2617         * gtk/gtkaccelgroup.h: moved enum GtkAccelFlags into this place.
2618
2619         * gtk/gtkentry.h:
2620         * gtk/gtkentry.c:
2621         deprecated gtk_entry_adjust_scroll().
2622         
2623         * random GtkType, macro and indentation fixes.
2624
2625 Fri Nov 27 22:50:15 1998  Tim Janik  <timj@gtk.org>
2626
2627         * gtk/gtkclist.h: 
2628         * gtk/gtkclist.c: implemented incremental freezing facility, added
2629         a new class member (*refresh)() which takes over the thaw
2630         functionality. the clist FROZEN flag got removed on the way.
2631         * gtk/gtkctree.c: adaptions to feature the clist refresh functionality
2632         and incremental freezing.
2633
2634         * gtk/gtkcalendar.c: implemented incremental freezing facility.
2635
2636 Fri Nov 27 11:41:27 1998  Raph Levien  <raph@gimp.org>
2637
2638         * gdk/gdkinputcommon.h (gdk_input_common_init): Fixed it so that
2639         it still includes the core pointer in gdk_input_devices even
2640         if the XInput extension is not present in the X server.
2641
2642 Fri Nov 27 12:17:15 1998  Owen Taylor  <otaylor@redhat.com>
2643
2644         * gtk/gtkdnd.[ch] (gtk_drag_get_source_widget): New function to
2645         get the source widget of a drag.
2646
2647         * gtk/gtkdnd.[ch]: Target flags GTK_TARGET_SAME_[WIDGET/APP]
2648         to restrict certain targets to the same widget or to
2649         the same application.
2650
2651         * gtk/testdnd.c: Test gtk_drag_get_source_widget().
2652         
2653 Thu Nov 26 19:11:46 1998  Lars Hamann  <lars@gtk.org>
2654
2655         * gtk/gtk-boxed.defs (GtkCTreeNode): define GtkCTreeNode as boxed type
2656         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_CTREE_NODE_TYPE
2657         instead of GTK_TYPE_POINTER in signal definitions.
2658         (patch from James Henstridge <james@daa.com.au>)
2659
2660 Thu Nov 26 18:48:44 1998  Lars Hamann  <lars@gtk.org>
2661
2662         * gtk/gtkclist.c (set_cell_contents)
2663         * gtk/gtkctree.c (set_cell_contents): call column_auto_resize only
2664         if auto.resize == TRUE
2665
2666         * gtk/gtknotebook.c (gtk_notebook_set_shape) (gtk_notebook_expose):
2667         don't draw tab, if show_tabs == FALSE
2668         (bug reports from Alexis Mikhailov / Dave Cole)
2669         (gtk_notebook_focus_changed) (gtk_notebook_draw_focus): draw only
2670         the focus rectangle, not the hole tab.
2671
2672 Thu Nov 26 03:18:08 1998  Tim Janik  <timj@gtk.org>
2673
2674         * gtk/gtkclist.h: 
2675         * gtk/gtkctree.h: 
2676         * gtk/gtkclist.c:
2677         * gtk/gtkctree.c: reverted bogus and undocumented!!! changes from
2678         Jay Cox (98/11/23 13:53:26) which `const' qualified char* arrays.
2679
2680         * gtk/maketypes.awk: changed underline substitution, so we get
2681         GTK_TYPE_CTREE_POS instead of the broken GTK_TYPE_C_TREE_POS.
2682         * gtk/makeenums.pl: likewise.
2683         * gtk/gtkctree.c: adapted type names accordingly.
2684
2685 Tue Nov 24 11:31:06 1998  Owen Taylor  <otaylor@redhat.com>
2686
2687         * docs/Changes-1.2.txt: Edited section on the ScrolledWindow.
2688
2689         * gtk/gtklayout.c (gtk_layout_set_[hv]adjustment): Remove
2690         some code duplication.
2691
2692         * gtk/gtklayout.[ch] Fixed mapping and unmapping of child windows
2693         and child widgets when scrolling greater than 32k pixels.
2694
2695         * testgtk.c: Modified layout test to test scrolling over 
2696         long distances.
2697
2698         * gtk/gtkplug.c: Added a few blank lines.
2699
2700 Tue Nov 24 11:11:05 1998  Owen Taylor  <otaylor@redhat.com>
2701
2702         * gtk/gtklayout.[ch]: Fixed up copyright message.
2703
2704         * gdk/gdkrgb.c (DM): Make the dither matrix constant
2705         so it can be shared.
2706
2707         * gtk/gtkdnd.c: Make cursor bitmaps const.
2708
2709         * gdk/gdk.h gdk/gdkpixmap.c: Added const to 
2710         gdk_pixmap/bitmap_create_from_data.
2711
2712 Tue Nov 24 07:46:09 1998  Tim Janik  <timj@gtk.org>
2713
2714         * docs/Changes-1.2.txt: added a section on scrolled windows and
2715         scrollable widgets.
2716
2717 1998-11-24  Andrew T. Veliath  <andrewtv@usa.net>
2718
2719         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Include radio
2720         buttons when setting relief for button items.
2721         (gtk_toolbar_set_button_relief): Same.
2722
2723 1998-11-23  Jeff Garzik  <jgarzik@pobox.com>
2724
2725         * gdk/Makefile.am, gtk/Makefile.am:
2726         Removed DEFS "+=" mess that breaks recent automakes.
2727         INCLUDES is the correct way to add to CFLAGS from Makefile.am.
2728
2729         * gdk/gdk.c, gdk/gdkglobals.c, gdk/gdkimage.c, gdk/gdkinput.c,
2730         gdk/gdkpixmap.c, gdk/gdkthreads.c, gdk/gdkwindow.c,
2731         gdk/gxid_lib.c, gtk/fnmatch.c, gtk/gtkclist.c, gtk/gtkmain.c,
2732         gtk/testthreads.c:
2733         Include "config.h" instead of "../config.h".
2734         Now that DEFS works again, automake will automatically pass us
2735         the location of config.h in -I.
2736
2737 Mon Nov 23 22:10:09 1998  Owen Taylor  <otaylor@redhat.com>
2738
2739         * gtk/Makefile.am gtk/gtk.h gtk/gtklayout.[ch]
2740         gtk/gtkplug.[ch] gtk/gtksocket.[ch] gtk/gtk.h:
2741
2742         Added layout widget for scrolling arbitrarily big areas.
2743         Added plug/socket widgets for interprocess embedding.
2744
2745         These widgets still, at some point, need to be
2746         made more pure in their use of GDK, as opposed
2747         to raw X.
2748
2749         * gtk/testgtk.c: Added test for layout widget.
2750         
2751 1998-11-23  Jeff Garzik  <jgarzik@pobox.com>
2752
2753         * gtk/gtkclist.c: (gtk_clist_swap_rows):  Bugfix from
2754         Brandon Long <blong@fiction.net> - do the right thing with first
2755         and last, which are the absolute values of row arguments row1
2756         and row2.
2757
2758 Mon Nov 23 04:24:55 PST 1998 Manish Singh <yosh@gimp.org>
2759
2760         * gtk/gtkprogress.c: (gtk_progress_set_adjustment): make a saner
2761         default adjustment (from 0 to 100) instead. I'm not sure if this
2762         is the correct level for the fix, but gtk_progress_bar_new()'s
2763         original default behavior is restored.
2764
2765 1998-11-23  Martin Baulig  <martin@home-of-linux.org>
2766
2767         * gtk/gtkfeatures.h.in (GTK_HAVE_FEATURES_1_1_5): Define this so
2768         we can check for latest GTK features.
2769
2770 1998-11-23  Havoc Pennington  <hp@pobox.com>
2771
2772         * gtk/gtktoolbar.c: (gtk_toolbar_set_relief):
2773         (gtk_toolbar_insert_element): When setting relief, also affect
2774         toggle buttons.
2775
2776 Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
2777
2778         * gtk/gtkobject.h: remove extraneous comma
2779
2780 Mon Nov 23 05:21:50 1998  Tim Janik  <timj@gtk.org>
2781
2782         * gtk/gtkcontainer.c:
2783         (gtk_container_add_with_args): 
2784         (gtk_container_addv): 
2785         (gtk_container_add): removed assertements for constructed containers
2786         again, since this essentially breaks the "child" arg.
2787
2788         * gtk/gtktooltips.c (gtk_tooltips_force_window): fixup the draw_window
2789         reference count, we don't need to reference toplevels that already have
2790         destroy notifiers.
2791
2792         * gtk/gtkscrolledwindow.c: check for the composites existance in
2793         _forall since we might not be already constructed.
2794
2795 Sun Nov 22 14:34:58 CST 1998 Shawn T. Amundson <amundson@gtk.org>
2796
2797         * Released GTK+ 1.1.5
2798
2799         * configure.in: require GLib 1.1.5
2800
2801 Mon Nov 23 03:21:17 1998  Tim Janik  <timj@gtk.org>
2802
2803         * gtk/gtktext.c (gtk_text_destroy): disconnect hadj & vadj, not
2804         2 * hadj.
2805         (gtk_text_finalize): only unref the current_font if we have
2806         been realized.
2807
2808 Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson <amundson@gtk.org>
2809
2810         * configure.in:
2811           INSTALL:
2812           NEWS:
2813           README:
2814           gtk+.spec:
2815           docs/gtk-config.1: Version incremented to 1.1.5
2816
2817 Sun Nov 22 16:21:28 1998  Tim Janik  <timj@gtk.org>
2818
2819         * gtk/gtkprogress.c: added args ::show_text, ::text_xalign,
2820         ::text_yalign, ::activity_mode.
2821
2822         * gtk/gtkprogressbar.c: added construct arg ::adjustment. added args
2823         ::bar_style, ::orientation, ::discrete_blocks, ::activity_step,
2824         ::activity_blocks.
2825         (gtk_progress_bar_new):
2826         (gtk_progress_bar_new_with_adjustment): use gtk_widget_new().
2827         (gtk_progress_bar_construct): deprecated.
2828
2829         * gtk/gtkvscrollbar.c:
2830         (gtk_vscrollbar_draw_step_back): 
2831         (gtk_vscrollbar_draw_step_forw): use "vscrollbar" as detail for
2832         gtk_paint_arrow, to be consistent with hscrollbar.
2833
2834         * gtk/gtktext.c
2835         added construct args ::hadjustment, ::vadjustment.
2836         added args ::line_wrap, ::word_wrap.
2837         (gtk_text_class_init): added scroll_adjustments signal.
2838         (gtk_text_new): use gtk_widget_new.
2839         (gtk_text_disconnect): remove adjustement with gtk_text_set_adjustments,
2840         so we don't screw the reference counts and don't leave signals connected.
2841         (gtk_text_destroy): disconnect adjustments signals.
2842         (gtk_text_finalize): unref adjustments.
2843
2844         * gtk/gtkctree.c: added construct args ::n_columns and ::tree_column.
2845         added args ::indent, ::spacing, ::show_stub, ::reorderable,
2846         ::use_drag_icons, ::line_style and ::expander_style.
2847         (gtk_ctree_set_show_stub): renamed from gtk_ctree_show_stub, which is
2848         deprecated now.
2849
2850         * gtk/gtkclist.h: remove GTK_CLIST_CONSTRUCT flag.
2851         * gtk/gtkclist.c:
2852         removed ::vadjustment and ::hadjustment args, introduced
2853         ::scroll_adjustments signal.
2854         added ::shadow_type, ::selection_mode and ::row_height args.
2855         added n_columns construct arg.
2856         (gtk_clist_construct): call gtk_object_constructed().
2857         (gtk_clist_set_row_height): if height is passed as 0,
2858         revert to automatic height calculation.
2859         (gtk_clist_destroy): before unrefing the adjustments, disconnect our
2860         signal handlers.
2861
2862 Fri Nov 21 22:34:58 1998  Tim Janik  <timj@gtk.org>
2863
2864         * gtk/gtkwidget.c (gtk_widget_new): call gtk_object_default_construct
2865         like gtk_object_new.
2866         (gtk_widget_destroy): assert that we only destroy constructed widgets.
2867
2868         * gtk/gtkobject.h (enum GtkArgFlags): new flag GTK_ARG_CONSTRUCT_ONLY
2869         to identify args that may only be used for construction.
2870         GTK_ARG_CONSTRUCT maybe used as normal arguments besides construction
2871         time.
2872         * gtk/gtkobject.c (gtk_object_new): invoke gtk_object_default_construct
2873         at the end if the object is not fully constructed.
2874         (gtk_object_newv): likewise.
2875         (gtk_object_destroy): assert that we only destroy constructed objects.
2876         (gtk_object_init): setup GTK_CONSTRUCTED from the
2877         objects real klass.
2878         (gtk_object_default_construct): new function to complete default
2879         construction of an object by applying missing construtor args with
2880         default values of 0, 0.0 or NULL.
2881         (gtk_object_constructed): new function to mark an object as being
2882         constructed (used from within constructors).
2883
2884         * gtk/gtkarg.c (gtk_arg_type_new_static): return the args info pointer
2885         so it is immediatedly available for the caller.
2886
2887         * gtk/gtktypeutils.c (gtk_type_new): pass an object's real class to
2888         the object initilizer (GtkObjectInitFunc takes a second arg now, the
2889         real klass), and asure that object initializers may temporarily alter
2890         the class pointer.
2891
2892 Fri Nov 20 08:00:30 1998  Tim Janik  <timj@gtk.org>
2893
2894         * gtk/testgtk.c: change all occourances of gtk_container_add (
2895         scrolled_window, widget) to gtk_scrolled_window_add_with_viewport (...)
2896         for widget!=(clist, ctree, text, viewport).
2897
2898         * gtk/gtkcombo.c:
2899         (gtk_combo_init): use gtk_scrolled_window_add_with_viewport()
2900         to add children to the scrolled window.
2901
2902         * gtk/gtkscrolledwindow.h:
2903         * gtk/gtkscrolledwindow.c:
2904         changed scrolled_window->viewport to scrolled_window->child, and use
2905         gtk_widget_scroll_adjustements() to set the scroll adjustments for the
2906         widget, we do not create an additional viewport anymore.
2907         added ::hadjustment and ::vadjustment constructor args.
2908         (gtk_scrolled_window_new): use gtk_widget_new() to create the widget.
2909         (gtk_scrolled_window_set_hadjustment):
2910         (gtk_scrolled_window_set_vadjustment): new functions that superceed
2911         gtk_scrolled_window_construct.
2912         (gtk_scrolled_window_construct): deprecated this function.
2913         
2914         * gtk/gtkhscrollbar.c:
2915         * gtk/gtkvscrollbar.c:
2916         * gtk/gtkhscale.c:
2917         * gtk/gtkvscale.c:
2918         support a constructor arg "::adjustment", and use gtk_widget_new() for
2919         the widget creation.
2920
2921         * gtk/gtkrange.c: added ::update_policy arg.
2922         (gtk_range_set_adjustment): if adjustment is passed in as NULL, create
2923         a default adjustment so this function can be used for derived widgets
2924         that depend on the adjustment's existance.
2925         (gtk_range_destroy): disconnect the adjustment signal, so we don't
2926         get called after we got destroyed, we don't destroy the adjustment
2927         in here, because it might have been provided from another widget.
2928
2929         * gtk/gtkviewport.c: introduced ::scroll_adjustments signal.
2930         (gtk_viewport_destroy): same as gtk_range_destroy.
2931
2932         * gtk/gtkprogress.c (gtk_progress_destroy): same as gtk_range_destroy.
2933
2934         * gtk/gtkwidget.h: 
2935         * gtk/gtkwidget.c: changed gtk_widget_activate() to return a
2936         gboolean, indicating whether this widget supports activation.
2937         added gtk_widget_scroll_adjustements() to set the scrolling
2938         adjustments of a widget.
2939
2940 Wed Nov 19 01:22:42 1998  Tim Janik  <timj@gtk.org>
2941
2942         * gtk/gtkoptionmenu.c:
2943         (gtk_option_menu_remove_contents):
2944         (gtk_option_menu_update_contents): removed
2945         gtk_container_[un]block_resize() pairs.
2946
2947         * gtk/gtknotebook.h: 
2948         * gtk/gtknotebook.c: removed the tab_border field, since it shouldn't
2949         be used outside of gtknotebook.c anyways. made ARG_TAB_BORDER a
2950         wrtie-only argument.
2951
2952         * *.c: made deprecated functions issue a message:
2953         gtk_clist_set_border, gtk_container_block_resize,
2954         gtk_container_unblock_resize, gtk_container_need_resize,
2955         gtk_object_class_add_user_signal, gtk_spin_button_construct,
2956         gtk_scrolled_window_construct.
2957         removed non-functional functions:
2958         gtk_container_disable_resize, gtk_container_enable_resize,
2959         gtk_clist_set_policy.
2960
2961 Wed Nov 18 22:54:36 1998  Tim Janik  <timj@gtk.org>
2962
2963         * gtk/gtkbox.c (gtk_box_init): 
2964         * gtk/gtkdrawingarea.c (gtk_drawing_area_init): 
2965         * gtk/gtkeventbox.c (gtk_event_box_init): 
2966         * gtk/gtkfixed.c (gtk_fixed_init): 
2967         * gtk/gtkframe.c (gtk_frame_init): 
2968         * gtk/gtkhandlebox.c (gtk_handle_box_init): 
2969         * gtk/gtkpacker.c (gtk_packer_init): 
2970         * gtk/gtkmisc.c (gtk_misc_init): 
2971         * gtk/gtkpreview.c (gtk_preview_init): 
2972         * gtk/gtkprogress.c (gtk_progress_init): 
2973         * gtk/gtkprogressbar.c (gtk_progress_bar_init): 
2974         * gtk/gtkseparator.c (gtk_separator_init): 
2975         * gtk/gtktable.c (gtk_table_init): 
2976         * gtk/gtkviewport.c (gtk_viewport_init): 
2977         * gtk/gtkalignment.c (gtk_alignment_init): 
2978         removed setting of the GTK_BASIC flag.
2979
2980         * gtk/gtkwidget.h:
2981         * gtk/gtkwidget.c:
2982         removed GTK_BASIC, GTK_WIDGET_BASIC and gtk_widget_basic.
2983
2984         * miscellaneous GtkType and macro fixups.
2985
2986 Sat Nov 21 18:53:13 1998  Owen Taylor  <otaylor@redhat.com>
2987
2988         * gdk/gdkwindow.c (gdk_window_get_deskrelative_origin): 
2989         Fixed so it at least works with window managers other
2990         than Enlightenment, though it probably needs to be
2991         removed altogether.
2992
2993 1998-11-21  Andrew T. Veliath  <andrewtv@usa.net>
2994
2995         * gtk/gtkhandlebox.[ch]: Add shadow_type and
2996         gtk_handle_box_set_shadow_type function (plus a
2997         GtkHandleBox::shadow arg) to allow configuration of shadow in the
2998         bin window.
2999
3000 Thu Nov 19 23:47:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
3001
3002         * gtk/gtkcalendar.c: Fix for marking days from 
3003           Dan Reish <dreish@izzy.net>.
3004
3005 Thu Nov 19 00:15:27 1998  Lars Hamann  <lars@gtk.org>
3006
3007         * gtk/gtkctree.c (gtk_ctree_node_nth): return the nth GtkCTreeNode
3008         in row_list. (from Samuel Solon <ssolon@usa.net>)
3009         
3010         * gtk/gtkclist.c (gtk_clist_get_column_title): return column title
3011         (gtk_clist_get_column_widget): return column widget
3012
3013 Wed Nov 18 11:54:57 1998  Owen Taylor  <otaylor@redhat.com>
3014
3015         * gtk/gtkdnd.c (gtk_drag_find_widget): Accept drops
3016         that are sent to a toplevel but are not within the
3017         toplevels bounds.
3018
3019         * gdk/gdkdnd.c gdk/gdk.h: Added support for a
3020         XdndProxy atom which proxies the drag to another window.
3021
3022 1998-11-17  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3023
3024         * gtk/gtkpaned.h (struct _GtkPaned): Removed the cursor field, now
3025         that it is not needed.
3026
3027 Tue Nov 17 1998 The Rasterman <raster@redhat.com>
3028         * gdk/gdk.h, gdk/gdkwindow.c: Added gdk_window_get_deskrelative_origin
3029           function to correctly determine gdk window position relative to
3030           its "root window" - contains check for an Enlightenment
3031           virtual root window.
3032         * gtk/gtkhandlebox.c: changed gdk_window_get_origin ->
3033           gdk_window_get_deskrelative_origin to get the origin of dragged
3034           handleboxes correctly. Now it works correctly with E.
3035           
3036 Tue Nov 17 1998  Tuomas Lukka <lukka@iki.fi>
3037
3038         * gtk/gtktypeutils.c: Fix vital bug where LOOKUP was used when
3039           getting types even though we were not using real type names,
3040           just the index.  This caused random crashes when more than 
3041           256 types were defined.
3042
3043 1998-11-17  Martin Baulig  <martin@home-of-linux.org>
3044
3045         * gtk/genmarshal.pl: Put output files in the current directory
3046         and not in the $(srcdir) since the VPATH is ignored for built
3047         sources.
3048
3049 Tue Nov 17 01:37:53 PST 1998 Manish Singh <yosh@gimp.org>
3050
3051         * gtk/genmarshal.pl
3052         * gtk/Makefile.am: check for unchanged autogenerated files, so
3053         we don't rebuild everything just for adding a new function
3054
3055 Mon Nov 16 19:19:00 CST 1998 Shawn T. Amundson <amundson@gtk.org>
3056
3057         * gtk/gtkpixmap.h
3058           gtk/gtkpixmap.c: Pixmaps now grey out when insensitive,
3059           code thanks to GNOME stock by Eckehard Berns.  New function
3060           gtk_pixmap_set_build_insensitive to provide ability to turn 
3061           this off.
3062
3063 Tue Nov 17 00:06:29 1998  Lars Hamann  <lars@gtk.org>
3064
3065         * gtk/gtknotebook.h (struct _GtkNotebook): new flags : homogeneous;
3066         new guints : tab_hborder, tab_vborder; marked tab_border deprecated
3067         (struct _GtkNotebookPage): new flags : expand, fill, pack
3068
3069         * gtk/gtknotebook.h/c
3070         (gtk_notebook_set_homogeneous_tabs): new function. set homogeneneous
3071         tabs
3072         (gtk_notebook_set_tab_border): set tab_h/vborder to tab_border
3073         (gtk_notebook_set_tab_hborder): new function. set tab_hborder
3074         (gtk_notebook_set_tab_vborder): new function. set tab_vborder
3075         (gtk_notebook_query_tab_label): new function. get tab_label widget.
3076         (gtk_notebook_set_tab_label): new function. set tab_label widget.
3077         (gtk_notebook_set_tab_label_text): new function. set tab_label text.
3078         (gtk_notebook_query_menu_label): new function. get tab_label widget.
3079         (gtk_notebook_set_menu_label): new function. set tab_label widget.
3080         (gtk_notebook_set_menu_label_text): new function. set tab_label text.
3081         (gtk_notebook_set_tab_label_packing): new function. set tab_label
3082         fill, expand, fill_type
3083         (gtk_notebook_query_tab_label_packing): new function. get tab_label
3084         fill, expand, fill_type
3085
3086         (gtk_notebook_real_page_position): return logic page number
3087         (gtk_notebook_search_page) search next/prev logic page
3088         (gtk_notebook_update_labels): set logic page number.
3089         (gtk_notebook_page_compare): renamed gtk_notebook_find_page
3090         (gtk_notebook_set/get_child_arg): new args CHILD_ARG_TAB_EXPAND,
3091         CHILD_ARG_TAB_FILL, CHILD_ARG_TAB_PACK
3092         (gtk_notebook_button_press) (gtk_notebook_key_press)
3093         (gtk_notebook_focus) (gtk_notebook_pages_allocate)
3094         (gtk_notebook_calc_tabs) (gtk_notebook_switch_focus_tab)
3095         use gtk_notebook_search_page
3096         (gtk_notebook_page_allocate): fixed allocation bug
3097         (gtk_notebook_set/get_arg): new args TAB_HBORDER, TAB_VBORDER.
3098         (gtk_notebook_init): unset GTK_NO_WINDOW flag
3099         (gtk_notebook_size_request): check whether page->child is visible.
3100         changes due to tab h/vborder, homogeneous tabs
3101         (gtk_notebook_paint): don't draw invisible tabs
3102         (gtk_notebook_switch_page): calculate page_num if it's less than 0
3103         (gtk_notebook_append_*) (gtk_notebook_prepend_*)
3104         (gtk_notebook_insert_page): removed sanity checks
3105
3106         * gtk/testgtk.c (create_notebook): extended Notebook sample a bit.
3107
3108 Mon Nov 16 15:10:33 1998  Owen Taylor  <otaylor@redhat.com>
3109
3110         * gtk/gtktext.c: Optimizations for [advance/decrement]_mark_n.
3111         (gtk-mailund-980718-0, Thomas Mailund Jensen <mailund@daimi.aau.dk>)
3112
3113         * gtk/gtkfixed.c: Removed gtk_fixed_umap, which was 
3114         broken. (GtkWidget's default unmap handler should work fine).
3115         Pointed out by Patrice Fortier <Patrice.Fortier@aquarel.fr>
3116
3117 Mon Nov 16 00:59:26 PST 1998 Manish Singh <yosh@gimp.org>
3118
3119         * gtk/gtkmenubar.[ch]: added shadow_type setting and
3120         gtk_menu_bar_set_shadow_type function to allow shadow
3121         configurability for menubars
3122
3123         * gtk/gtkviewport.h: use GtkShadowType enum instead of generic
3124         guint
3125
3126 Mon Nov 16 00:17:53 1998  Tim Janik  <timj@gtk.org>
3127
3128         * gtk/gtktypeutils.c (gtk_type_new): relookup type node after
3129         class creation and parent class' object initializer.
3130
3131 1998-11-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3132
3133         * gtk/gtkpaned.c (gtk_paned_realize): Destroy the cursor after we
3134         have assigned it to the window -- there is no point in keeping it around.
3135         (gtk_paned_unrealize): No need to destroy the cursor here.
3136
3137         * gtk/gtkpaned.h (struct _GtkPaned): Removed the cursor field, as
3138         it is not needed.
3139
3140 Fri Nov 13 11:22:38 1998  Owen Taylor  <otaylor@redhat.com>
3141
3142         * gdk/gdkpixmap.c: New function gdk_pixmap_foreign_new().
3143         (gtk-blizzard-981005-0. 
3144          Christopher Blizzard <blizzard@applied-theory.com)
3145
3146         * gdk/gdk.h gdk/gdkx.h: Moved gdk_window_foreign_new and
3147         gdk_pixmap_foreign_new to gdkx.h.
3148
3149 Fri Nov 13 16:06:48 1998  Owen Taylor  <otaylor@redhat.com>
3150
3151         * gtk/Makefile.am: Added rules to generate an empty
3152         GTK+ theme called "Default" upon installation.
3153         
3154         * gtk/gtkrc.c (gtk_rc_parse_style): Fix inheritance
3155         of fonts and fontsets. 
3156         (gtk-matsu-980924. Takashi Matsuda matsu@arch.comp.kyutech.ac.jp)
3157
3158         * gtk/gtkmain.c: Change test to detect glibc's
3159         utf8 based mb* functions to be more specific.
3160
3161         * gtk/gtkwindow.[ch] gtk/gtkfixed.c: Indentation 
3162         cleanups.
3163
3164 Fri Nov 13 16:43:36 1998  Lars Hamann  <lars@gtk.org>
3165
3166         * gtk/gtktogglebutton.c (gtk_toggle_button_realize): don't
3167         show event_window
3168         (gtk_toggle_button_map) (gtk_toggle_button_unmap): show/hide
3169         event_window if draw_indicator is set
3170         (gtk_toggle_button_set_mode):
3171
3172 Thu Nov 12 15:33:54 PST 1998 Manish Singh <yosh@gimp.org>
3173
3174         * gtk/gtkitemfactory.c: cast NULL to GtkItemFactoryCallback to
3175         ensure proper type (SunPro cc complains)
3176
3177         * gtk/gtklist.c: removed bogus '*' from "*GTK_CONTAINER_CLASS"
3178
3179         * gtk/gtktogglebutton.c: use our own draw method so we get proper
3180         redraws on active state
3181
3182 Thu Nov 12 00:26:13 1998  Lars Hamann  <lars@gtk.org>
3183
3184         * gtk/gtkstyle.c (gtk_default_draw_box_gap): use GtkPositionType
3185         defines.
3186
3187         * gtk/gtknotebook.c (gtk_notebook_draw_tab): fixed gap_side for
3188         GTP_POS_RIGHT
3189
3190 Wed Nov 11 19:54:58 1998  Lars Hamann  <lars@gtk.org>
3191
3192         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init)
3193         (gtk_scrolled_window_set_arg) (gtk_scrolled_window_get_arg):
3194         added ARG_WINDOW_PLACEMENT
3195
3196         * gtk/gtkclist.c (size_allocate_columns): resize column if column
3197         button > column width and auto_resize is set
3198         (real_clear) (column_auto_resize) (gtk_clist_optimal_column_width):
3199         consider column button width of auto resized columns
3200         (gtk_clist_parent_set): removed 
3201
3202         * gtk/gtkctree.c (gtk_ctree_insert_node): call column_auto_resize.
3203         (auto_resize_columns): auto_resize all columns
3204         (real_tree_collapse) (gtk_ctree_remove_node): call auto_resize_columns
3205         (column_auto_resize): respect column button width of auto resized
3206         columns
3207
3208 1998-11-10  Martin Baulig  <baulig@merkur.uni-trier.de>
3209
3210         * gtk/gtkfeatures.h.in (GTK_HAVE_FEATURES_1_1_4): Define this so
3211         we can check for latest GTK features.
3212
3213 Mon Nov  9 00:39:20 1998  Lars Hamann  <lars@gtk.org>
3214
3215         * gtk/gtkenums.h : new enum GtkCornerType 
3216         * gtk/gtkscrolledwindow.h (struct _GtkScrolledWindow): added
3217         window_placement.
3218         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_placement): 
3219         new method to set window_placement.
3220         (gtk_scrolled_window_viewport_allocate)
3221         (gtk_scrolled_window_size_allocate): few changes due to
3222         window_placement.
3223         * gtk/testgtk.c (remove_selection): fixed while loop.
3224
3225 Sat Nov  7 21:55:00 PST 1998 Manish Singh <yosh@gimp.org>
3226
3227         * gtk/gtkclist.c: check if column[i].button is valid before calling
3228         gtk_widget_intersect on it in gtk_clist_draw
3229
3230         * gtk/gtkdnd.c: removed unused variable empty_bits
3231
3232         * gtk/gtkrc.c: we should use gslist_* functions with GSLists...
3233
3234         * gtk/gtktypeutils.[ch]: makes more send for gtk_type_is_a to return
3235         a boolean (thanks to Elrond for noticing this)
3236
3237 1998-11-07  Jay Cox  <jaycox@earthlink.net>
3238
3239         * gtk/gtkwindow.c: forward declaration for gtk_window_paint
3240         * gdk/gdkxid.c: declare xid_ht static
3241         * examples/*/Makefile: get the link ordering right.
3242
3243 Sat Nov  7 16:31:56 1998  Stefan Jeske  <stefan@gtk.org>
3244
3245         * gtk/gtkclist.c (gtk_clist_realize): Set background of
3246         title button window to GTK_STATE_NORMAL instead of
3247         GTK_STATE_SELECTED to avoid ugly flicker.
3248
3249 Fri Nov  6 23:29:40 1998  Lars Hamann  <lars@gtk.org>
3250
3251         * gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist
3252         if adjustments are NULL and list size has changed
3253         (gtk_clist_size_request): return real list requsition,
3254         if adjustments are NULL.
3255         (size_allocate_columns): use button->requisition.with, if column
3256         width is not set.
3257         (list_requisition_width): new function. return full list width.
3258         (gtk_clist_set_hadjustment) (gtk_clist_set_vadjustment): do not
3259         auto create adjustments.
3260         (gtk_clist_motion) (move_vertical) (move_horizontal):
3261         check adjustment != NULL.
3262
3263 Thu Nov  5 12:06:16 1998  Owen Taylor  <otaylor@redhat.com>
3264
3265         * gtk/gtkcheckbutton.c (gtk_check_button_draw_focus): Queue
3266         a clear/redraw, not just a redraw, so the focus
3267         gets undrawn properly.
3268
3269         * gtk/gtktogglebutton.c (gtk_toggle_button_unrealize): 
3270         Chain to gtk_widget_unrealize() instead of duplicating
3271         code.
3272
3273 Wed Nov  4 14:34:51 1998  Owen Taylor  <otaylor@redhat.com>
3274
3275         * gdk/gdk.c gdk/gdkprivate.h gdk/gdkwindow.c: Removed
3276         last vestiges of old DND.
3277
3278 Tue Nov  3 12:27:52 1998  Owen Taylor  <otaylor@redhat.com>
3279
3280         * gtk/gtkentry.c: Restored inner border to entries,
3281         erase cursors to background image.
3282
3283 Fri Oct 30 12:09:21 1998  Owen Taylor  <otaylor@redhat.com>
3284
3285         * gtk/gtkentry.c gtk/gtkstyle.[ch]: removed paint_entry() -
3286         it was identical to paint_flat_box().
3287
3288         * gtk/gtkstyle.c: Coding style fixups.
3289
3290         * gtk/gtkwindow.c (gtk_window_move_resize): removed useless
3291         test.
3292
3293         * gtk/gtkframe.c gtkstyle.[ch] gtknotebook.c: 
3294         Change 'side' for paint_[box/shadow]_gap and paint_extension
3295         to be GtkPositionType instead of a random int.
3296
3297         * gtk/gtkaspectframe.c (gtk_aspect_frame_paint): Use 
3298         "frame" as detail - an aspectframe should draw identical
3299         to a frame.
3300
3301 Tue Oct 27 09:58:11 1998  Owen Taylor  <otaylor@redhat.com>
3302
3303         * gdk/gdkwindow.c (gdk_window_merge_child_shapes): renamed
3304         from combine_child_shapes().
3305
3306         * gdk/gdkwindow.c: Merge propagate_shapes() and
3307         propagate_combine_shapes() to remove code duplication.
3308
3309 Thu Nov  5 14:31:57 PST 1998 Manish Singh <yosh@gimp.org>
3310
3311         * gdk/gdk.c: sometimes we get a KeyRelease before a KeyPress in
3312         gdk_event_translate, and the USE_XIM buffer isn't allocated yet.
3313         So allocate some mem if it's not already done.
3314
3315         * clist scrollbar merges from HEAD
3316
3317 Tue Nov  3 13:16:36 PST 1998 Manish Singh <yosh@gimp.org>
3318
3319         * gtk/Makefile.am: remove explict -ldl, gmodule takes care of that
3320
3321         * gtk/gtkdnd.c: start TARGET_MOTIF_SUCCESS from 0x40000000 instead
3322         of 0x80000000, so we stay within the bounds of a postive signed
3323         int (it broke some compilers)
3324
3325         * gtk/gtkmenushell.c
3326         * gtk/gtkoptionmenu.c: merges from HEAD to make option menus work
3327         when some of the menuitems are hidden
3328
3329         * gtk/gtkthemes.h: don't include dlfcn.h explictly, gmodule takes
3330         care of that
3331
3332         * gtk/gtkwidget.c: add a dummy continue after the line label
3333         next_rect, since some compilers don't like label: }
3334
3335 Sun Nov  1 20:05:55 PST 1998 Manish Singh <yosh@gimp.org>
3336
3337         * Okay, so we need the X11R6 keysyms so programs don't have to
3338         worry about them. They don't conflict anyway. Reverted the #ifdef
3339         changes to gtk/*.c
3340
3341         * gdk/Makefile.am: remove the BUILT_SOURCES rule, and make a
3342         special rule for them (X-derived-headers)
3343
3344 Sun Nov  1 05:30:32 PST 1998 Manish Singh <yosh@gimp.org>
3345
3346         * gdk/Makefile.am: changed the awk scripts to generate gdkcursors.h
3347         and gdkkeysyms.h into sed scripts, since the awk scripts weren't
3348         portable, and we really shouldn't be using awk anyway.
3349
3350         * makecursors.awk
3351         * makekeysyms.awk: bye bye
3352
3353         * gtk/gtkaccelgroup.c
3354         * gtk/gtkclist.c
3355         * gtk/gtknotebook.c
3356         * gtk/gtkwindow.c: don't use X11R6 keysyms if they aren't there
3357
3358 Sat Oct 31 15:22:14 PST 1998 Manish Singh <yosh@gimp.org>
3359
3360         * gdk/Makefile.am: do the same built sources trick for gdkcursors.h
3361         and gdkkeysyms.h. Remove those files from CVS.
3362
3363 Sat Oct 31 14:44:01 PST 1998 Manish Singh <yosh@gimp.org>
3364
3365         * gdk/gdk.c: move prototype of gdk_wm_protocols_filter outside
3366         of the USE_XIM #ifdef
3367
3368         * gtk/Makefile.am: cause the built sources to be rebuild when possible,
3369         even with --include-deps. Slightly different from timj's fix, to avoid
3370         circular dependency with gtkmarshal.c
3371
3372         * autogen.sh
3373         * gtk/gtkclist.[ch]
3374         * gtk/gtkctree.c
3375         * gtk/gtkfontsel.[ch]
3376         * gtk/gtklist.c
3377         * gtk/gtklistitem.c
3378         * gtk/gtkobject.[ch]
3379         * gtk/testgtk.c: merges from HEAD
3380
3381         * gtk/gtkmenubar.c
3382         * gtk/gtkradiomenuitem.c
3383         * gtk/gtktreeitem.c: cleanups
3384
3385 Wed Oct 28 23:32:19 PST 1998 Manish Singh <yosh@gimp.org>
3386
3387         * gdk/gdkrgb.c: Oops. s/BIGENDIAN/BIG_ENDIAN/
3388
3389 Wed Oct 28 19:04:49 PST 1998 Manish Singh <yosh@gimp.org>
3390
3391         * configure.in: AIX has libpthreads, to make sure you can have
3392         more than one thread. Also add -D_THREAD_SAFE, and reorder
3393         configure.in so CFLAGS doesn't get clobbered when we actually
3394         want to modify it
3395
3396         * gdk/gdkimage.c: initialize the bpp and byte_order fields properly
3397         in gdk_image_get
3398
3399         * gtk/testdnd.c: removed unused variable "buf"
3400
3401 Mon Oct 26 16:46:15 1998  Owen Taylor  <otaylor@redhat.com>
3402
3403         * gtk/gtkcontainer.c (gtk_container_unregister_toplevel): 
3404         remove_link(), not remove()
3405
3406 Thu Oct 22 02:27:30 PDT 1998 Manish Singh <yosh@gimp.org>
3407
3408         * gdk/gdkrgb.c: use glib endian stuff
3409
3410         * configure.in: don't need to check for endianness anymore
3411
3412         * gtk/gtkstyle.h: removed #pragma }, causing a silly warning
3413
3414 Wed Oct 21 17:44:27 1998  Owen Taylor  <otaylor@redhat.com>
3415
3416         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Reset
3417         all toplevel widgets, not toplevel windows. (I.e.,
3418         plugs should be reset)
3419
3420         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Yes, we
3421         _do_ need to notify the other toplevels - by the time
3422         the get the client messages, the RC file dates will
3423         have been updated.
3424
3425         * gtk/gtkcontainer.h: Added a function call to list
3426         every toplevel widget.
3427
3428         * gdk/gdk.c (gdk_event_send_client_message_to_all_recurse): 
3429         Don't send client messages to _every_ window on display!
3430         
3431 Tue Oct 20 16:21:04 1998  Owen Taylor  <otaylor@redhat.com>
3432
3433         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Don't start drags 
3434         when dragging across widgets, only in drags
3435         starting in widget.
3436
3437 Tue Oct 20 15:59:49 1998  Owen Taylor  <otaylor@redhat.com>
3438
3439         * gtk/gtkdnd.c (gtk_drag_source_info_destroy): 
3440         Emit "drag_end" signal at end of drag.
3441
3442 Tue Oct 20 13:07:54 1998  Owen Taylor  <otaylor@redhat.com>
3443
3444         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Look
3445         for "gtk-embedded" data currently set by 
3446         GtkSocket, and use that to forward client message
3447         on to embedded windows. Only reset our own toplevel -
3448         the others will handle themselves. (Now that
3449         GtkMenus live in GtkWindows)
3450
3451 Mon Oct 19 16:40:40 1998  Owen Taylor  <otaylor@redhat.com>
3452
3453         * gdk/gdkdnd.c (get_client_window_at_coords_recurse): Modify
3454         client window finding code so that it works with
3455         WM's other than fvwm.
3456  
3457 Sun Oct 18 22:48:27 1998  Owen Taylor  <otaylor@redhat.com>
3458
3459         * gtk/gtkdrawwindow.c (gtk_draw_window_get_type): Added
3460         the "GtkDrawWindow" class, which is a descendent
3461         of the Window class which leaves its background alone.
3462         Essentially, a toplevel drawing area, though it does
3463         allow adding a child.
3464
3465 Sat Oct 17 00:40:51 1998  Owen Taylor  <otaylor@redhat.com>
3466
3467         * gtk/gtkrc.c (gtk_rc_style_init): Duplicate bg_pixmap_name when
3468         merging RC styles. Report new share/themes path for
3469         themes directory. Deref theme engines when appropriate.
3470
3471         * gtk/gtkclist.c: Set all backgrounds in _style_set().
3472         Make sure that pixel for xor_gc is never 0.
3473
3474         * gtk/gtkctree.c: Choose colors for plus/minus more
3475         carefully, in a hopefully style-independent fashion.
3476         (Still needs a bit more work)
3477
3478         * gtk/gtkwidget.c: Don't send expose events to widgets
3479         which are about to be resized and redrawn. (Needs a
3480         bit more thought.)
3481
3482         * gtk/gtknotebook.c (gtk_notebook_draw_tab): Avoid
3483         drawing on tabs for newly allocated, un-sized
3484         pages - we'll get the size wrong.
3485
3486 Thu Oct  1 17:38:07 1998  Owen Taylor  <otaylor@redhat.com>
3487
3488         * gtk/gtkwidget.c (gtk_widget_redraw_queue_remove): Fixed
3489         up stupidities in last commit.
3490
3491 Thu Oct  1 14:25:43 1998  Owen Taylor  <otaylor@redhat.com>
3492
3493         * gtk/gtkwidget.c: When handling queued resizes, account
3494         for handleboxes, where the widget heirarchy is different
3495         than the window heirarchy by just queueing a resize on
3496         the entire handlebox if the detached child is changed.
3497
3498         - Remove widgets from the redraw queue when reparenting,
3499         even if not unrealizing. We queue a resize/redraw in
3500         any case.
3501
3502 Mon Sep 28 21:07:01 EDT 1998 The Rasterman <raster@redhat.com>
3503         * gtk/gtkstyle.c: added check to see if the widget has been shaped
3504         byt the app via gtk_widget_shape_combine_mask and if it has does
3505         not reset the shape on theme change.
3506         
3507 Tue Sep 15 11:30:03 1998  Owen Taylor  <otaylor@redhat.com>
3508
3509         * gtk/gtkfilesel.c: Keep a list of directories in which we never
3510         want to stat the entries (like /afs), and assume everything in
3511         those directories is a subdirectory.
3512
3513         - When following a path, try to open components even when
3514         we don't find them in their parent's directory to
3515         support automounters.
3516
3517 Fri Sep 11 15:36:33 1998  Owen Taylor  <otaylor@redhat.com>
3518
3519         * gdk/gdkinputgxi.h (gdk_input_gxi_grab_pointer): Hopefully
3520         now at least compiles again.
3521
3522         * gdk/gdk.c (gdk_event_translate): Don't pass events
3523         on destroyed widgets to the gdk_input layer.
3524
3525 Thu Sep  3 19:45:34 1998  Owen Taylor  <otaylor@redhat.com>
3526
3527         * gtk/gtkthemes.c: Use g_module instead of dlopen()
3528
3529 Thu Sep  3 19:30:11 1998  Owen Taylor  <otaylor@redhat.com>
3530
3531         * gtk/gtktooltips.c (gtk_tooltips_expose): Check
3532         if we've changed widgets since the expose event
3533         was queued.
3534
3535 Mon Aug 31 15:33:13 1998  Owen Taylor  <otaylor@redhat.com>
3536
3537         * gtk/gtkstyle.h (struct _GtkStyle): Reordered a bit
3538         to restore approximate bin compatibility with the
3539         non-themes branch. (This does break bin compat
3540         within the themes branch.)
3541
3542 Sun Aug 30 16:48:27 1998  Owen Taylor  <otaylor@gtk.org>
3543
3544         * gtk/gtklabel.c (gtk_label_set): Eliminate a 
3545         gdk_window_clear_area() that snuck in with the
3546         menu underlines merge.
3547
3548 Mon Aug 24 23:37:26 1998  Owen Taylor  <otaylor@redhat.com>
3549
3550         * gtk/gtktext.c: Fixed some remaining background drawing,
3551           merges from main branch, cleanups.
3552
3553 Mon Aug 24 10:55:51 1998  Owen Taylor  <otaylor@redhat.com>
3554
3555         * gtk/gtknotebook.c (gtk_notebook_draw_tab): Don't
3556           dereference NULL focus tab.
3557
3558         * gtk/gtkscale.c (gtk_scale_[un]map): Add map/unmap
3559           functions since we need to both show/hide and 
3560           queue a redraw. (There's some duplication of drawing here, 
3561           we probably should only be queuing a redraw on the
3562           "value" portion of the scale.)
3563
3564 Fri Aug 21 19:02:30 1998  Owen Taylor  <otaylor@redhat.com>
3565
3566         * gtk/gtkrange.[ch] gtk/gtkhscale.c gtk/gtkvscale.[ch]: Fit scales
3567           into the theme-drawing framework. We do this by making them,
3568           like check/radio-buttons, no-window widgets with subwindows. We
3569           then move the value by calling gtk_widget_queue_clear() and only
3570           redraw the value in our draw() / expose() handler.  A virtual
3571           function clear_background is added which queues a clear on the
3572           "background" portion of the widget.
3573
3574 Fri Aug 21 13:04:27 1998  Owen Taylor  <otaylor@redhat.com>
3575
3576         * gtk/gtktext.c (mark_bg_gc): Make background colors work
3577           again. (We can't always paint the background with a
3578           paint() function - only do that for selected text)
3579
3580 Mon Aug 17 20:31:01 1998  Owen Taylor  <otaylor@redhat.com>
3581
3582         * gtk/gtktearoffmenuitem.c gtk/gtkclist.[ch] gtk/gtkctree.[ch]
3583           gtk/gtklabel.c gtk/gtkmenu.c: Merges from main branch.
3584
3585         * Makefile.am (SRC_SUBDIRS): Removed themes from SRC_SUBDIRS.
3586           the themes can't be built as part of the same build since
3587           they depend on gdk_imlib.
3588
3589 Fri Aug 14 12:44:30 1998  Owen Taylor  <otaylor@redhat.com>
3590
3591         * gtk/gtkthemes.c (gtk_theme_engine_get): Removed sample engine code
3592           from gtkthemes.c.
3593                 
3594         * configure.in ltconfig.in ltmain.sh gdk/Makefile.am gtk/Makefile.am
3595           gtk/
3596
3597           - Upgrade to libtool-1.2b + patch to add shared library dependencies
3598             for Linux. (Needs to be extended to other platforms where they
3599             are safe)
3600
3601          - Check for -ldl so this branch should build on all platforms, though
3602            themes will work on all platforms they could work on.
3603
3604          - Use -version and -release simultaneously: sonames stay as they are
3605            in the current scheme, but -lgtk-1.1 changes to -lgtk.
3606
3607          - Added in extra -l flags to library LDFLAGS so we get shared library
3608            dependencies against X libs and -ldl. (But not libgtk against 
3609            libgdk or libglib yet, since dependencies against uninstalled
3610            libraries aren't portable)
3611
3612 Fri Aug 21 16:10:38 EDT 1998 The Rasterman <raster@redhat.com>
3613         * gtkrc.c - added api calls to find module and theme paths from gtk.
3614           nuked gtk_install_prefix global.
3615         
3616 Fri Aug 21 12:36:46 EDT 1998 The Rasterman <raster@redhat.com>
3617         * fixed gtk_install_prefix global.
3618           
3619 Thu Aug 20 19:27:49 EDT 1998 The Rasterman <raster@redhat.com>
3620         * added gtk_install_prefix global const variabel to find where gtk is
3621           installed.
3622           
3623 Thu Aug 20 18:27:29 EDT 1998 The Rasterman <raster@redhat.com>
3624         * added ~/.gtk/lib/themes/engines/ to the default searchpath for
3625           gtk theme engines
3626         
3627 Thu Aug 20 18:27:29 EDT 1998 The Rasterman <raster@redhat.com>
3628         * made gtkrc scanner append dir that gtkrc is read from to pixmap path.
3629
3630 Mon Aug 10 23:03:55 1998  The Rasterman <raster@redhat.com>
3631         * Fixed minor problem in gtkhandlebox.c with drawing, and some
3632           notebook stuff. Also pixmap theme is now "clean" again.
3633           
3634 Mon Aug 10 23:03:55 1998  Owen Taylor  <otaylor@redhat.com>
3635         * gtk/gtkwidget.c (gtk_widget_clip_rect): Fixed up 
3636           queued area resizing once more.
3637
3638 Mon Aug 10 23:09:30 EDT 1998
3639         * Added a few drawing fixes for notebook and other widgets. finished
3640           pixmap theme up to the level that can be supported so far. (need to
3641           add path discovery 9ie where is the rc fiel from - add to pixmap 
3642           path so we can get theimages from there too). then we can package 
3643           themes. After that need to add to theme seartch path stuff in users 
3644           home dir.
3645           
3646 Thu Aug  6 16:49:25 1998  Owen Taylor  <otaylor@redhat.com>
3647
3648         * gtk/gtktooltips.c (gtk_tooltips_expose): Draw into a
3649           drawing area, draw in an expose handler.
3650
3651         * gtk/gtknotebook.c (gtk_notebook_expose): Check for
3652           empty current page.
3653
3654 Wed Aug  5 16:13:15 1998  Owen Taylor  <otaylor@redhat.com>
3655
3656         * gtk/gtkcolorsel.c (gtk_color_selection_draw_wheel): Moved
3657           creation of GC's so that they will be set before
3658           they are used for map events (why are they used there?)
3659
3660         * gtk/gtkwidget.c: Fixed mistake that caused widgets to
3661           be queued in multiple times in the queue.
3662
3663 Wed Aug  5 14:23:52 1998  Owen Taylor  <otaylor@redhat.com>
3664
3665         * gtk/gtkstyle.c (gtk_default_draw_shadow): Don't set
3666           clip rects (or do anything) for shadow_none.
3667
3668 Wed Aug  5 13:14:57 1998  Owen Taylor  <otaylor@redhat.com>
3669
3670         * gtk/gtkbutton.c (gtk_button_paint): Restored paint function.
3671           Yes, it was needed. draw() and expose() are _not_
3672           identical.
3673
3674 Sat Aug  1 17:44:31 EDT 1998 EDT 1998 The Rasterman <raster@redhat.com>
3675         * Wheeeeeeeeeeeeeeee fixed radiobittons to work in gimp again.
3676
3677 Fri Jul 31 19:45:12 EDT 1998 The Rasterman <raster@redhat.com>
3678         * YES YES YES YES YES clist borders work again! YES! YES YES! gimme 
3679           more baby oooh yeah more more MORE YES YES.
3680
3681 Fri Jul 31 19:45:12 EDT 1998 The Rasterman <raster@redhat.com>
3682         * hopefully fixed problem wiht togglebuttons acting like
3683           radiobuttons in gtktogglebutton.c
3684
3685 Thu Jul 30 23:36:46 EDT 1998 The Rasterman <raster@redhat.com>
3686         * fixed another drawing buglet in the frame drawing code (actually
3687           in the clearing code but anyway in gtkstyle.c)
3688
3689 Thu Jul 30 19:23:48 EDT 1998 The Rasterman <raster@redhat.com>
3690         * Fixed warning from colorsel widget...
3691
3692 Thu Jul 30 19:10:42 EDT 1998 The Rasterman <raster@redhat.com>
3693         * Fixed defautl drawing code to no longer clobber the original style
3694           pixmap bgs as it did and added a helper funciton og gtkstyle.c to
3695           help with this.
3696
3697 Thu Jul 30 18:09:21 1998  Owen Taylor  <otaylor@redhat.com>
3698
3699         * gtk/gtkrc.c gtk/gtkstyle.c: More mm fixups
3700
3701         * gtk/gtktooltips.c: Pass a widget (the window) to the
3702           drawing function instead of the GtkTooltips.
3703
3704 Thu Jul 30 17:27:10 1998  Owen Taylor  <otaylor@redhat.com>
3705
3706         * gdk/gdkwindow.c: Abstract out checking for shape
3707           extension into a function.
3708
3709         * gtk/gtkwindow.c: Fix up gtk_window_expose()/draw().
3710           Remove extra callls to gtk_window_draw().
3711
3712 Thu Jul 30 11:18:43 1998  Owen Taylor  <otaylor@redhat.com>
3713
3714         * gtk/gtkstyle.c gtk/gtkrc.c: Memory management fixups.
3715
3716         * themes/th_main.c: Moved messages around so they are
3717           printed before destroying strings.
3718
3719 Wed Jul 29 16:56:07 1998  Owen Taylor  <otaylor@redhat.com>
3720
3721         * gdk/gdk.c: Fairly simple implementation of expose compression.
3722           (No GraphicsExpose compression yet, always compress
3723           with the equivalent of XtCompressMultiple - no compression
3724           of Expose events across non-Expose events)
3725         
3726         * gdk/gdk.h gdk/gdkrectangle.c: gdk_rectangle_union()
3727           Find rectangle bounding two rectangles.
3728
3729         * gtk/gtkstyle.c: Set clip rects for a few extra GC's
3730           in gdk_default_draw_shadow()
3731         
3732 Wed Jul 29 16:03:20 EDT 1998 The Rasterman <raster@redhat.com>
3733         * Fixed drawing functions to handle switching themes on the fly 
3734           gracefully and look decent.
3735           
3736 Tue Jul 28 22:52:10 EDT 1998 The Rasterman <raster@redhat.com>
3737         * Added all the theme drawing code to all widgets, fixed up minor
3738           nigglies in some widgets when it comes to themes, seem to be
3739           running into some funky behavior with clipping rects in GC's. Too
3740           many files to list here. (all files that now use gtk_paint_* are
3741           affected).
3742
3743 Tue Jul 28 22:49:16 1998  Owen Taylor  <otaylor@redhat.com>
3744
3745         * themes/th_main.c themes/th_draw.c gtk/testgtkrc: 
3746           Set up the demo theme so it is loaded from the RC file.
3747
3748         * themes/th_draw.c: Alleviate the hardcoded paths a wee
3749           bit. (use $HOME/themes/)
3750
3751         * gtk/gtkthemes.[ch] gtk/gtkmain.c: Load engines specified in 
3752           the RC file via dlopen()
3753
3754 Tue Jul 28 20:30:56 1998  Owen Taylor  <otaylor@redhat.com>
3755
3756         Internal handling of styles and RC styles pretty much
3757         completely reworked for Theme work.
3758
3759         * gtkthemes.[ch]: 
3760          - Added routines for virtualization of RcStyle and Style handling.
3761          - Temporary "sample" inline theme-engine. (Does nothing
3762            but print out a few messages.
3763         
3764         * gtkrc.[ch]
3765          - Made GtkRcStyle public, added flags to tell if particular
3766            colors have been set.
3767          - RC Styles are "transparent", and the final style for
3768            a widget is the composition of all matching styles
3769          - Added pointer to GtkThemeEngine, and gpointer engine_data
3770            to RC style and style.
3771          - Parse "engine" keyword, load the appropriate theme engine
3772            and call the engine's parser.
3773         
3774         *  gtkstyle.[ch]
3775          - Keep a GtkRcStyle * in styles created from Rc Styles.
3776          - Load up images from RC file at style attachment time.
3777          - Call ->engine->foo() at appropriate times.
3778          - Don't use a GCache. All incarnations for a style are
3779            just linked together in a list, depend on the RC style 
3780            code to find the existing copy.
3781
3782 Tue Jul 28 14:41:54 1998  Owen Taylor  <otaylor@redhat.com>
3783
3784         * gtk/gtkwidget.[ch]: Added the concept of queued redraws
3785           of partial areas. This can be done either relative
3786           to the existing windows (gtk_widget_queue_clear[_area]())
3787           or relative to the future allocation of the widget
3788           (gtk_widget_queue_draw[_area]). 
3789
3790           The initial implementation is pretty braindead, but
3791           can be improved.
3792
3793         * gtk/gtkwidget.[ch]: Removed calls to gdk_window_clear_area()
3794           in favor of gtk_widget_queue_clear().
3795         
3796         * gtk/gtklabel.[ch] gtk/gtkpixmap.[ch]: Removed needs_clear
3797           flags in favor of gtk_widget_queue_clear()
3798         
3799 Tue Aug  4 19:12:14 1998  Owen Taylor  <otaylor@redhat.com>
3800
3801         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fixed up
3802           handling of partially clipped areas.
3803
3804 Thu Nov  5 18:52:35 1998  Lars Hamann  <lars@gtk.org>
3805
3806         * gtk/gtkclist.h (struct _GtkCListClass)
3807         * gtk/gtkclist.c (gtk_clist_class_init): removed scrollbar_spacing.
3808
3809 Thu Nov  5 16:00:32 1998  Lars Hamann  <lars@gtk.org>
3810
3811         * gtk/gtkclist.h (struct _GtkCList): removed vscrollbar, hscrollbar,
3812         vscrollbar_policy, hscrollbar_policy. added h/vadjustment.
3813
3814         * gtk/gtkclist.c (gtk_clist_class_init): added new args types
3815         "hadjustment" & "vadjustment"
3816          (gtk_clist_set_arg) (gtk_clist_get_arg): new object class
3817         set/get_arg functions
3818         (gtk_clist_construct): don't create/adjust scrollbars.
3819         (gtk_clist_set_hadjustment) (gtk_clist_set_vadjustment): new functions
3820         to set h/vadjustments
3821         (gtk_clist_get_vadjustment) (gtk_clist_get_hadjustment): new functions
3822         to query h/vadjustments
3823         (create_scrollbars): removed.
3824         (create_adjustments): replacement for create_scrollbars
3825         (gtk_clist_new): call gtk_clist_new_with_titles
3826         (gtk_clist_new_with_titles): don't warn on titles == NULL
3827         (move_horizontal): use CLAMP instead
3828         (gtk_clist_set_policy): deprecated method.
3829         use gtk_scrolled_window_set_policy instead.
3830         (vadjustment_value_changed): use clist->vadj.
3831         (adjust_scrollbars): renamed to adjust_adjustments
3832         (adjust_adjustments): former adjust_scrollbars
3833         (gtk_clist_destroy): unref adjustments
3834         (gtk_clist_size_allocate) (gtk_clist_map) (title_focus)
3835         (gtk_clist_unmap) (gtk_clist_size_request) (gtk_clist_focus)
3836         (gtk_clist_size_allocate) (gtk_clist_forall): don't use scrollbars
3837         (gtk_clist_thaw) (real_insert_row) (real_remove_row)
3838         (gtk_clist_set_row_height) (real_resize_column):
3839         call adjust_adjustments
3840         (gtk_clist_moveto): return if clist has no adjustments yet.
3841         (gtk_clist_parent_set): new GtkWidget::parent_set function.
3842         Autogenerate h/vadjustments if needed.  
3843         (move_horizontal) (move_vertical): some cleanups
3844
3845         * gtk/gtkviewport.c (gtk_viewport_set_arg) (gtk_viewport_new):
3846         call only gtk_viewport_set_h/vadjustment and let these functions
3847         do the work.
3848         (gtk_viewport_set_hadjustment) (gtk_viewport_set_vadjustment):
3849         generate a new adjustment if needed
3850
3851         * gtk/gtkscrolledwindow.h ((struct _GtkScrolledWindow):
3852         use a guint bitfield for h/vscrollbar_policy and h/vscrollbar_visible
3853         
3854         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
3855         queue_resize if visibility of scrollbars changes
3856         (gtk_scrolled_window_remove): only call container_remove with
3857         scrolled_window->viewport automatically if viewport was autogenerated
3858         (gtk_scrolled_window_add): add widget as scrolled_window->viewport.
3859         auto create a viewport only if widget does not take h/vadjustments.
3860         (gtk_scrolled_window_construct): don't generate a viewport
3861         automatically.
3862         (gtk_scrolled_window_forall): call callback with viewport in any case
3863         (gtk_scrolled_window_set_arg): call gtk_container_add in case of
3864         ARG_VIEWPORT
3865         (gtk_scrolled_window_size_allocate) (gtk_scrolled_window_size_request)
3866         (gtk_scrolled_window_map) (gtk_scrolled_window_unmap): check
3867         viewport != NULL
3868
3869         * gtk/testgtk.c 
3870         (create_ctree) (export_ctree) (create_clist): use a scrolled_window
3871         in conjunction with clists/ctrees
3872
3873         * gtk/gtkfilesel.c (gtk_file_selection_init): use a scrolled_window
3874         in conjunction with clists
3875
3876         * gtk/gtkfontsel.c (gtk_font_selection_init): use a scrolled_window
3877         in conjunction with clists
3878
3879 Wed Nov  4 21:52:57 1998  Lars Hamann  <lars@gtk.org>
3880
3881         * gtk/gtkctree.c (gtk_ctree_unlink): fix focus_row adjustment
3882         (gtk_ctree_remove_node): select focus_row if needed
3883         (cell_size_request): only get pixmap size if pixmap != NULL
3884
3885 Wed Nov  4 04:30:37 1998  Tim Janik  <timj@gtk.org>
3886
3887         * gtk/gtkwidget.c: added a bunch of checks for widget != NULL and
3888         GTK_IS_WIDGET (widget):
3889
3890 Wed Nov  4 02:02:07 1998  Lars Hamann  <lars@gtk.org>
3891
3892         * gtk/gtkclist.c (real_remove_row) (sync_selection): set correct
3893         focus_row after a remove_row call.
3894
3895 Sun Nov  1 21:00:06 GMT 1998  Austin Donnelly  <austin@greenend.org.uk>
3896
3897         * gtk/gtkoptionmenu.c
3898         * gtk/gtkmenushell.c: make option menus work when some of the
3899         menuitems are hidden - previously, option menu would popup too
3900         high.
3901
3902 1998-10-31  Raja R Harinath  <harinath@cs.umn.edu>
3903
3904         * gtk/gtkfeatures.h.in: Remove `#pragma }'.
3905
3906         * gdk/gdki18n.h: Update to use new `glib' widechar defines.
3907
3908         * configure.in (CFLAGS): Don't use test -z "echo .. | grep".  Use
3909         case instead.
3910         (wchar.h, wctype.h, iswalnum): Duplicate widechar tests from `glib'.
3911         (GDK_WLIBS): New variable.  Lists extra libraries needed to use
3912         widechar functions.
3913         * gtk-config.in (--libs): List $GDK_WLIBS, too.
3914
3915 Sat Oct 31 03:11:57 CST 1998 Shawn T. Amundson <amundson@gtk.org>
3916
3917         * Released GTK+ 1.1.3
3918         
3919         * INSTALL:
3920         * NEWS:
3921         * README:
3922         * gtk+.spec:
3923         * docs/gtk-config.1: updated for v1.1.3
3924
3925         * Makefile.am
3926         * sanity_check
3927         * docs/Makefile.am: Includes new 'make release' as well as
3928           'make sanity'.  Also handles html and text creation from html,
3929           and puts them into the distribution
3930
3931         * docs/Makefile.sgml: removed, similar functionality is now in 
3932           the Makefile.am file
3933
3934         * docs/.cvsignore: ignore html and text directories
3935         * docs/glib.texi: removed (now in glib dist)
3936
3937 Fri Oct 30 20:02:36 1998  Lars Hamann  <lars@gtk.org>
3938
3939         * gtk/gtklist.c (gtk_list_remove_items_internal): 
3940         free undo_un/selection, unselect list_item before disconnect
3941         signal functions
3942         (gtk_list_destroy): removed. gtk_list_shutdown clears the list
3943         already
3944         (gtk_list_signal_item_select) (gtk_list_signal_item_deselect)
3945         (gtk_list_signal_item_toggle)   (gtk_list_signal_scroll_horizontal)
3946         (gtk_list_signal_toggle_focus_row) (gtk_list_signal_select_all)
3947         (gtk_list_signal_unselect_all) (gtk_list_signal_undo_selection)
3948         (gtk_list_signal_start_selection) (gtk_list_signal_end_selection)
3949         (gtk_list_signal_toggle_add_mode) (gtk_list_signal_scroll_vertical)
3950         (gtk_list_signal_extend_selection) (gtk_list_signal_focus_lost):
3951         new functions. These functions are signal connected to inserted
3952         list_items, to handle key bindings and GtkItem::de/select/toggle
3953         signals.
3954
3955         * gtk/gtklistitem.c (gtk_list_item_class_init): added missing
3956         gtk_object_class_add_signals call.
3957         (gtk_list_item_toggle_focus_row) (gtk_list_item_select_all)
3958         (gtk_list_item_unselect_all) (gtk_list_item_undo_selection)
3959         (gtk_list_item_start_selection) (gtk_list_item_end_selection)
3960         (gtk_list_item_extend_selection) (gtk_list_item_scroll_horizontal)
3961         (gtk_list_item_scroll_vertical) (gtk_list_item_toggle_add_mode):
3962         removed. These functions are handled via connected
3963         gtk_list_signal_* functions now
3964
3965 Fri Oct 30 05:24:43 1998  Tim Janik  <timj@gtk.org>
3966
3967         * gtk/Makefile.am: cause the built sources to be rebuild when possible,
3968         even with --include-deps:
3969         $(libgtk_la_SOURCES): $(BUILT_SOURCES)
3970
3971 Fri Oct 30 01:56:08 1998  Tim Janik  <timj@gtk.org>
3972
3973         * gtk/gtkobject.c (gtk_object_remove_no_notify): renamed from
3974         gtk_object_data_set_destroy to fit the gtkobject.h API.
3975
3976         * applied patch from Damon Chaplin <DAChaplin@email.msn.com>:
3977         * gtk/gtkfontsel.h:
3978         * gtk/gtkfontsel.c:
3979         Added support for an extra 'base' filter which an application can
3980         set to restrict the fonts available to the user (e.g. a terminal
3981         program only wants the user to be able to select fixed-width fonts).
3982         The type of font (bitmap/scalable/scaled bitmap) is now
3983         also a part of the filter, so that an application can
3984         request that only scalable fonts are shown.
3985         There are new functions to set the base & user filters.
3986         I've also stopped the up/down key press signals getting
3987         to the clists since the font selection widget handles
3988         them itself. It acted a bit strangely before.
3989
3990 Sun Oct 25 20:27:02 1998  Tim Janik  <timj@gtk.org>
3991
3992         * gtk/gtkmain.c (gtk_init): support an environment variable
3993         GTK_MODULES= which takes a colon sperated list of module names
3994         automatically loaded at gtk_init() startup.
3995
3996 Sun Oct 25 08:04:33 1998  Tim Janik  <timj@gtk.org>
3997
3998         * gtk/gtkwidget.c: added more g_return_if_fail() statements.
3999
4000 Thu Oct 22 22:40:35 1998  Lars Hamann  <lars@gtk.org>
4001
4002         * gtk/gtkctree.c (gtk_ctree_destroy): removed. gtk_clist_destroy
4003         is sufficient
4004
4005 Thu Oct 22 16:22:55 1998  Lars Hamann  <lars@gtk.org>
4006
4007         * gtk/gtkclist.c (COLUMN_FROM_XPIXEL): samll fix for invisible
4008         columns
4009
4010 Thu Oct 22 02:29:53 1998  Tim Janik  <timj@gtk.org>
4011
4012         * gtk/gtkfilesel.h: GtkType and macro fixups
4013         * gtk/gtkfilesel.c (gtk_file_selection_complete): set a pattern
4014         for the file selection widget to try a completion on (set the
4015         initial filter).
4016
4017 Wed Oct 14 14:34:04 1998  Tim Janik  <timj@gtk.org>
4018
4019         * gtk/gtkmain.c: implement idle functions via GHook. this gives a
4020         slight speed improvement and lessens code duplication.
4021
4022 Tue Oct 20 14:53:28 1998  Owen Taylor  <otaylor@redhat.com>
4023
4024         * gtk/gtkdnd.c: Always send "drag_leave" to dests
4025         without GTK_DEST_DEFAULT_MOTION. 
4026
4027 Tue Oct 20 11:55:24 1998  Owen Taylor  <otaylor@redhat.com>
4028
4029         * gdk/gdk.c (gdk_event_translate): Handle DestroyNotify
4030         on destroyed windows so we clear the XID table properly.
4031         Finish up restructure of return value handling that
4032         was half-done before.
4033
4034 Tue Oct 20 12:57:10 1998  Owen Taylor  <otaylor@redhat.com>
4035
4036         * gdk/gdk.c (gdk_send_clientmessage_to_all): Hunt
4037         the window tree more comprehensively, so that we find
4038         client windows hidden under non-toplevels.
4039
4040 Tue Oct 20 12:43:04 1998  Owen Taylor  <otaylor@redhat.com>
4041
4042         * gtk/gtkselection.c (gtk_selection_data_set): 
4043         Maintain the null-termintation guarantee, even when 
4044         data = NULL, length = 0. (Warn on data = NULL, 
4045         length > 0)
4046
4047 Mon Oct 19 16:41:44 1998  Owen Taylor  <otaylor@redhat.com>
4048
4049         * gtk/gtkwidget.h (struct _GtkWidgetClass): Add in coordinates
4050         into function prototype for drag_data_received. 
4051
4052 Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>
4053
4054         * gtk/gtkdnd.h,gtk/gtkdnd.c: delete is a reserved word in c++.
4055
4056 Mon Oct 19 23:44:41 1998  Lars Hamann  <lars@gtk.org>
4057
4058         * gtk/gtkclist.c: rearranged some functions
4059         (gtk_clist_set_column_auto_resize): new function. toggle auto_resize
4060         flag of column
4061         (gtk_clist_set_column_resizeable): if resizeable disable auto_resize 
4062         (gtk_clist_set_border): deprecated function, use
4063         gtk_clist_set_shadow_type instead.
4064         (gtk_clist_set_shadow_type): replacement for gtk_clist_set_border
4065         (adjust_scrollbars): some cleanups
4066         (select_row) (unselect_row): removed. replaced by equivalent
4067         gtk_signal_emit calls
4068         (add_style_data): removed, use gtk_clist_style_set instead
4069         (gtk_clist_style_set): fill in size data, after style was set. 
4070         (set_cell_contents) (gtk_clist_set_shift) (gtk_clist_set_row_style)
4071         (gtk_clist_set_cell_style): auto_resize columns if needed
4072         (column_auto_resize): resize column if needed for auto_resize 
4073         (real_clear): disable auto_resize while list destroy
4074         (resize_column): removed
4075
4076         * gtk/gtkctree.c : (gtk_ctree_remove_node)
4077         (gtk_ctree_set_line_style) (gtk_ctree_set_expander_style)
4078         (gtk_ctree_node_set_row_style) (gtk_ctree_node_set_cell_style)
4079         (set_cell_contents) (gtk_ctree_node_set_shift) (gtk_ctree_set_spacing)
4080         (real_tree_move) (gtk_ctree_set_indent) (gtk_ctree_insert_node)
4081         (real_tree_collapse) (real_tree_expand) (column_auto_resize):
4082         auto_resize columns if needed
4083         (gtk_ctree_collapse_recursive) (gtk_ctree_collapse_to_depth)
4084         (real_clear): disable auto_resize while processing the tree
4085
4086         * gtk/testgtk.c (create_clist) (create_ctree): set auto_resize
4087         for one column
4088
4089 Mon Oct 19 08:31:36 1998  Owen Taylor  <otaylor@redhat.com>
4090
4091         * gtk/gtkdnd.c (gtk_drag_selection_received): Fixed
4092         typo - look for right atom on transfer failures.
4093
4094 Sun Oct 18 20:52:22 1998  Owen Taylor  <otaylor@gtk.org>
4095
4096         * gtk/gtkwidget.c gtkmarshal.list: Change signal 
4097         for drag_data_get to match the use that was being
4098         made of it everywhere else...
4099
4100 Sun Oct 18 18:16:39 1998  Owen Taylor  <otaylor@gtk.org>
4101
4102         * gdk/gdk.c gdkprivate.h: Added a modular client-message-filter
4103         mechanism, that is used for the DND messages.
4104
4105           Removed all the old DND code.
4106
4107         * gdk/gdkcolormap.c gdk/gdkcolormap.h: Add a function to
4108         get the visual of a given colormap.
4109         
4110         * gtk/gtkcolorsel.c: Conversion to new DND, drag 
4111         a color-swatch.
4112
4113         * gdk/gdk.h gdk/gdkdnd.c: The low-level
4114         X oriented portions of drag and drop protocols.
4115         Sending and receiving client messages, and navigating
4116         window trees.
4117
4118         * gdk/gdkimage.c: added a gdk_flush() when destroying
4119         SHM images to hopefully make it more likely that
4120         X will gracefully handle the segment being destroyed.
4121
4122         * gdk/gdkprivate.h gtk/gtkdebug.h: Add new 
4123         DND debugging flags.
4124
4125         * gtk/gtkeditable.[ch]: Updates for the selection handling
4126         changes.
4127         
4128         * gtk/gtkselection.[ch]: Added GtkTargetList, a 
4129         refcounted data structure for keeping track of lists
4130         of GdkAtom + information. Removed selection_handler_add
4131         in favor of a "drag_data_get" signal.
4132
4133         * gtk/gtkdnd.[ch] gtk/gtk.h: New files - highlevel (event loop
4134         dependent) parts of the DND protocols, display of drag icons,
4135         drag-under highlighting, and the "default handlers".
4136
4137         * gtk/gtkinvisible.[ch]: New widget - InputOnly offscreen
4138         windows that are used for reliable pointer grabs and
4139         selection handling in the DND code.
4140
4141         * gtk/testdnd.c: New test program for new DND. (Old
4142         DND tests in testgtk still need to be converted.)
4143
4144         * gtk/testselection.c: Use the new selection API.
4145         
4146         * docs/dnd_internals: Start at describing how
4147         all the new code works inside.
4148
4149         * docs/Changes-1.2.txt: New file describing source-incompatible
4150         changes in GTK+-1.2.
4151
4152 Sat Oct 17 22:50:34 1998  Owen Taylor  <otaylor@gtk.org>
4153
4154         * gdk/gdkwindow.c (gdk_window_remove_filter): Free
4155         the right list node.
4156
4157         * gdk/gdkwindow.c (gdk_window_init): Add gdk_root_parent
4158         to the XID table so we can receive events on it.
4159
4160 Wed Oct 14 12:57:40 1998  Owen Taylor  <otaylor@redhat.com>
4161
4162         * gdk/gdk.c gdk/gdk.h (gdk_event_get_time): New function
4163         to get the timestamp from a generic event.
4164
4165 Fri Oct  9 13:16:04 1998  Owen Taylor  <otaylor@redhat.com>
4166
4167         * gtk/gtkwidget.c (gtk_widget_add_events): Added function
4168         that safely adds additional events to a widget's event 
4169         mask, even if the widget has previously been realized.
4170         (We can do this, but not remove events from the event
4171          mask).
4172
4173 Fri Oct  2 17:35:35 1998  Owen Taylor  <otaylor@redhat.com>
4174
4175         * gdk/gdkproperty.c (gdk_property_get): Allow type == 0,
4176         for AnyPropertyType.
4177
4178 Fri Oct  2 10:32:21 1998  Owen Taylor  <otaylor@redhat.com>
4179
4180         * gdk/gdkproperty.c (gdk_atom_intern): Add client-local
4181         hashing.
4182
4183 Thu Sep 24 20:33:54 1998  Owen Taylor  <otaylor@redhat.com>
4184
4185         * gdk/gdk.c (gdk_event_send_clientmessage_toall): serial
4186         isn't a timestamp.
4187
4188 Thu Sep 17 14:23:03 1998  Owen Taylor  <otaylor@redhat.com>
4189
4190         * gdk/gdk.c (gdk_event_translate): Removed printing
4191         of unknown window lookup warnings. (Made it
4192         a GDK_NOTE) - they happen in many circumstances.
4193
4194 Tue Sep  8 12:38:43 1998  Owen Taylor  <otaylor@redhat.com>
4195
4196         * Call XFilterEvent() on events we get for unknown
4197         windows, since it may be the window Xlib uses to
4198         communicate with the IM. 
4199         (From Yung-Ching Hsiao <yhsiao@cae.wisc.edu>)
4200
4201 Tue Sep  1 10:53:52 1998  Owen Taylor  <otaylor@redhat.com>
4202
4203         * gtk/gtkprogress.c (gtk_progress_finalize): Unref
4204         the adjustment.
4205
4206 Thu Aug 27 12:03:14 1998  Owen Taylor  <otaylor@redhat.com>
4207
4208         * gtk/gtksignal.c (gtk_signal_newv): Improve warning
4209         message for return_value + GTK_RUN_FIRST.
4210
4211 1998-10-18  Martin Baulig  <martin@home-of-linux.org>
4212
4213         * gtk/gtktext.c (gtk_text_set_line_wrap): new function to toggle
4214         line wrapping like gtk_text_set_word_wrap () toggles word wrapping.
4215
4216 Fri Oct 16 15:59:02 1998  Lars Hamann  <lars@gtk.org>
4217
4218         * gtk/testgtk.c (insert_row_clist) (create_clist): change a few cell
4219         styles of inserted row
4220         (change_style): change style of focus_row
4221
4222         * gtk/gtkclist.c (gtk_clist_get_row_style) (gtk_clist_set_row_style)
4223         (gtk_clist_get_cell_style) (gtk_clist_set_cell_style): new functions
4224         to set/get row/cell styles.
4225         (gtk_clist_realize): attach row and cell style, allocate row colors.
4226         (gtk_clist_unrealize): detach row and cell styles.
4227         (get_cell_style): new function. get correct cell style.
4228         (draw_cell_pixmap): new function. 
4229         (draw_row): draw cells with row or cell styles.
4230         (row_new): set cell and row styles to NULL.
4231         (row_delete): detach & unref cell and row styles.
4232
4233         * gtk/gtkctree.c (ctree_detach_styles) (ctree_attach_styles): 
4234         new functions to attach/detach styles and allocate colors.
4235         (gtk_ctree_realize) (gtk_ctree_unrealize): attach/detach cell and row
4236         styles of invisible nodes.
4237         (draw_cell_pixmap): new function. 
4238         (get_cell_style):  new function. get correct cell style.
4239         (gtk_ctree_draw_expander): new function. draw tree expander.
4240         (gtk_ctree_draw_lines): new function.draw tree lines.
4241         (draw_row): draw cells with row or cell styles.
4242         (row_new): set cell and row styles to NULL.
4243         (row_delete): detach & unref cell and row styles.
4244         (gtk_ctree_node_get_row_style) (gtk_ctree_node_set_row_style) 
4245         (gtk_ctree_node_get_cell_style) (gtk_ctree_node_set_cell_style): 
4246         Analogons of GtkCList functions 
4247         (gtk_ctree_set_spacing): new function. set spacing between
4248         tree expander and cell contents
4249         (gtk_ctree_set_expander_style): new function. set expander style
4250         of ctree.
4251         (ctree_is_hot_spot): few changes due to draw_row modifications.
4252
4253 Wed 14 Oct 1998 10:17:13 +0200 Paolo Molaro <lupus@debian.org>
4254
4255         * gtk/gtkcombo.c: try completion on MOD1-TAB.
4256         Handle case when the combo->list is empty.
4257
4258 Mon Oct 12 07:51:34 1998  Tim Janik  <timj@gtk.org>
4259
4260         * gtk/gtksignal.c (gtk_signal_handlers_destroy): only unref those
4261         handlers that have not yet been disconnected (finally managed to
4262         trigger the gtk_signal_handler_unref() paranoid warning).
4263
4264 Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
4265
4266         * gtk/gtkwidget.c (gtk_widget_get_arg): fixed default value for x, y,
4267         width and height which is -1 and not -2.
4268
4269 Sat Oct 10 00:50:53 PDT 1998 Manish Singh <yosh@gimp.org>
4270
4271         * HACKING
4272         * autogen.sh: we need libtool 1.2b now
4273
4274 Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
4275
4276         * gtk/gtktable.c (gtk_table_set_child_arg): take the left, right, top
4277         and bottom attach arguments as mandatory and readjust the table size
4278         and opposing edge accordingly if required. this way the order in which
4279         the arguments are set doesn't matter.
4280
4281 Thu Oct  8 15:53:59 1998  Owen Taylor  <otaylor@redhat.com>
4282
4283         * gtk/gtktypeutils.c (gtk_type_class_init): Fixed warning
4284         message to print out parent class name correctly.
4285
4286 Thu Oct  8 07:07:10 1998  Tim Janik  <timj@gtk.org>
4287
4288         * gtk/gtkobject.h: 
4289         * gtk/gtkobject.c:
4290         removed functions gtk_object_set_data_destroy and
4291         gtk_object_set_data_destroy_by_id.
4292         added functions gtk_object_remove_no_notify and
4293         gtk_object_remove_no_notify_by_id which will remove a certain data
4294         portion without invokation of its destroy notifier, this should only
4295         be used in very controled circumstances.
4296
4297 Wed Oct  7 23:59:37 1998  Lars Hamann  <lars@gtk.org>
4298
4299         * gtk/gtkclist.c (gtk_clist_set_column_resizeable): added
4300         size_allocate_title_buttons call
4301         (gtk_clist_realize): changed initial column.window position
4302
4303 Wed Oct  7 20:27:28 1998  Lars Hamann  <lars@gtk.org>
4304
4305         * gtk/gtkctree.h (struct _GtkCTree): removed xor_gc, use clists
4306         xor_gc instead
4307         * gtk/gtkctree.c (create_xor_gc): removed
4308         (gtk_ctree_button_press): set correct line_attributes for
4309         clist->xor_gc on drag start
4310         (gtk_ctree_button_release): reset clist->xor_gc
4311
4312 Wed Oct  7 05:15:36 1998  Tim Janik  <timj@gtk.org>
4313
4314         * gtk/gtk*.h:
4315         * gdk/gdk.h: removed all occourances of #pragma } and #pragma {
4316         which were in place to fixup emacs' cc-mode indentation.
4317         putting (c-set-offset 'inextern-lang 0) into ~/.emacs is the
4318         proper way to achive this and doesn't produce problems for
4319         stupid pragma-related compiler bugs. ;)
4320
4321 Wed Oct  7 00:59:46 1998  Lars Hamann  <lars@gtk.org>
4322
4323         * gtk/gtkclist.h: new signal GtkCList::resize_column.
4324         * gtk/gtkclist.c (draw_row): don't draw invisible columns
4325         (size_allocate_title_buttons) (size_allocate_columns):
4326         skip invisible columns
4327         (new_column_width): take min/max_width into account 
4328         (gtk_clist_button_release) (gtk_clist_motion):
4329         changes due to changed new_column_width function
4330         (LIST_WIDTH): changed define to inline function.
4331         (real_resize_column): class function for resize_column signal
4332         (gtk_clist_motion): fixed autoscrolling for column resizes
4333         (gtk_clist_set_column_visibility): don't hide last visible column,
4334         changed visible arg to gboolean
4335         (gtk_clist_set_column_min_width)(gtk_clist_set_column_max_width):
4336         new functions : set min/max width of a column
4337         (gtk_clist_set_column_resizeable): new function : enable/disable
4338         column resize operations by mouse
4339
4340         * gtk/gtkctree.c (draw_row): don't draw invisible columns
4341         (ctree_is_hot_spot): return FALSE if tree_column is invisible
4342         (draw_xor_line)  (draw_xor_rect): draw full rectangle/line if
4343         tree_column is invisible
4344         (gtk_ctree_find_all_by_row_data)
4345         (gtk_ctree_find_all_by_row_data_custom):  new function from
4346         Ronan Bourlier <ronan@radioss.com>. Returns a GList of all
4347         GtkCTreeNodes with row->data == data.
4348
4349 Tue Oct  6 14:05:00 1998  Tim Janik  <timj@gtk.org>
4350
4351         * gtk/testgtk.c (cb_tree_destroy_event): use g_free to free g_malloced
4352         memory (Martin Pool <mbp@wistful.humbug.org.au>).
4353
4354 Mon Oct  5 15:26:30 1998  Raph Levien  <raph@gimp.org>
4355
4356         * gdk/gdkrgb.c (gdk_rgb_convert_0888_br): Fixed a few long's that
4357         should have been guint32. Thanks to Tristan Colgate for finding it.
4358
4359 Sun Oct  4 22:47:22 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
4360
4361         * gtk/gtkcalendar.h:
4362           gtk/gtkcalendar.c: More changes:
4363           - The day with focus is now seperated from the day selected
4364           - The day with focus has the xor's line around it
4365           - The selected day is now standard selected style
4366           - The week names and week numbers are now also drawn
4367             with selected style
4368           - Space now selects the day which has focus
4369
4370 Sun Oct  4 17:55:52 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
4371
4372         * gtk/gtkcalendar.h:
4373           gtk/gtkcalendar.c: Some significant changes, including:
4374           - No longer draw focus around entire widget, only around
4375             the day which has focus
4376           - Draw relief around entire widget like originally planned
4377           - Show header and day names by default 
4378           - Move data private to the widget out of GtkCalendar struct
4379             and only point to it with a gpointer
4380           - Remove some old unused variables from GtkCalendar struct
4381
4382 Sun Oct  4 17:45:43 BST 1998  Tony Gale  <gale@gtk.org>
4383
4384         * docs/gtk_tut.sgml: update I've had sat around:
4385           - Grammar patch from James R. Van Zandt <jrv@vanzandt.mv.com>
4386           - Range Widget update from David Huggins-Daines <bn711@freenet.carleton.ca>
4387           - New Toolbar section from Jacek Wojdel <J.C.Wojdel@cs.tudelft.nl>
4388
4389 1998-10-01  Martin Baulig  <martin@home-of-linux.org>
4390
4391         * gtk/gtkclist.h (GtkCListColumn): Added `visible'.
4392         
4393         * gtk/gtkclist.c (gtk_clist_set_column_visibility): New function.
4394         Makes it possible to individually show and hide columns.
4395         (size_allocate_columns): Adapted to keep track of hidden columns.
4396         (size_allocate_title_buttons): Likewise.
4397
4398 Sat Oct  3 17:54:48 1998  Tim Janik  <timj@gtk.org>
4399
4400         * gtk/gtkargcollector.c (GTK_ARG_COLLECT_VALUE): for unknown foreign
4401         fundamental types, collect an argument of the type returned from
4402         gtk_type_get_varargs_type(). removed the first macro argument which
4403         was just the same as the fundamental type of the *arg passed to
4404         the macro.
4405         * gtk/gtkarg.c (gtk_args_collect): 
4406         * gtk/gtksignal.c (gtk_signal_collect_params): changed callers.
4407
4408         * gtk/gtktypeutils.h: 
4409         * gtk/gtktypeutils.c: new functions gtk_type_set_varargs_type() and
4410         gtk_type_get_varargs_type() to set and query the varargs collect
4411         type used for a fundamental type, registered outside of Gtk.
4412
4413         * gtk/gtkmisc.c (gtk_misc_class_init): changed object arguments
4414         GtkMisc::xalign and GtkMisc::yalign from GTK_TYPE_DOUBLE to
4415         GTK_TYPE_FLOAT.
4416
4417         * gtk/gtkframe.c (gtk_frame_class_init): changed object arguments
4418         GtkFrame::label_xalign and GtkFrame::label_yalign from GTK_TYPE_DOUBLE
4419         to GTK_TYPE_FLOAT.
4420
4421 Sat Oct  3 01:25:24 1998  Lars Hamann  <lars@gtk.org>
4422
4423         * gtk/gtkctree.c (gtk_ctree_insert_gnode) (real_tree_collapse)
4424         (gtk_ctree_link) (gtk_ctree_unlink) (real_tree_expand): 
4425         fixes for assignment errors with GTK_CTREE_NODE_NEXT/PREV
4426
4427         (real_tree_expand) (real_tree_collapse):
4428         don't expand/collapse a leaf
4429
4430 Fri Oct  2 16:10:36 1998  Tim Janik  <timj@gtk.org>
4431
4432         * gtk/gtktypeutils.c (gtk_type_enum_find_value): make sure we don't
4433         segfault when looking up a non-existant value name (reported by
4434         Pablo <pcj+gtk@primenet.com>).
4435
4436 Thu Oct  1 10:40:20 1998  Tim Janik  <timj@gtk.org>
4437
4438         * gtk/gtkclist.h (gtk_clist_prepend):
4439         * gtk/gtkclist.c (gtk_clist_prepend): new function.
4440         (gtk_clist_insert): added g_return_val_if_fail()
4441         statements. accept a row parameter < 0 or > clist->rows to indicate
4442         append mode.
4443         (real_clear): first clean up all internal pointers and lists (e.g.
4444         clist->row_list or clist->rows), then delete the distinct rows. this
4445         is required because of destroy notifiers, we need to have all internal
4446         structures updated and be reentrant.
4447
4448         * gtk/gtkcalendar.h: 
4449         * gtk/gtkcalendar.c: removed the `gtk_calendar_' prefix from the
4450         GtkCalendarClass signal methods.
4451         GtkType and macro fixups, put `void' into () prototypes, avoid C++
4452         style comments, indentation fixes, fixed some g_return_if_fail()
4453         statements.
4454         (gtk_calendar_paint_header):
4455         (gtk_calendar_paint_day_names): 
4456         (gtk_calendar_paint_week_numbers): 
4457         (gtk_calendar_paint_main): made these static functions.
4458         (gtk_calendar_select_month):
4459         (gtk_calendar_select_day):
4460         (gtk_calendar_mark_day):
4461         (gtk_calendar_unmark_day):
4462         (gtk_calendar_get_date): signedness corrections, use guints
4463         rather than gints.
4464         (gtk_calendar_size_request): removed unused variables.
4465
4466 Wed Sep 30 13:11:09 1998  Tim Janik  <timj@gtk.org>
4467
4468         * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
4469         widgets in the ->widgets_by_action list that have a callback
4470         defined (not only those with a callback_action!=0).
4471
4472 Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
4473
4474         * gtk/gtkcalendar.h:
4475           gtk/gtkcalendar.c:
4476           examples/calendar/gcalendar.c: remove HAVE_FEATURES stuff
4477
4478 Sun Sep 27 02:18:06 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
4479
4480         * gtk/gtkcalendar.h:
4481           gtk/gtkcalendar.c:
4482           examples/calendar: Added gtkcalendar widget and demo
4483
4484 Sat Sep 26 06:15:34 1998  Tim Janik  <timj@gtk.org>
4485
4486         * gtk/gtkclist.c (gtk_clist_sort): 
4487         (gtk_clist_clear): 
4488         (gtk_clist_unselect_all): 
4489         (gtk_clist_select_all): adde g_return_if_fail() statements.
4490
4491 Sat Sep 26 04:46:22 1998  Tim Janik  <timj@gtk.org>
4492
4493         * configure.in: set binary age and interface age to 0.
4494
4495         * gtk/gtkspinbutton.h: 
4496         * gtk/gtkspinbutton.c: changed gtk_spin_button_construct to
4497         gtk_spin_button_configure. gtk_spin_button_construct is still defined
4498         as an alias for gtk_spin_button_configure for source compatibility,
4499         but actuall use is deprecated.
4500         typeness corrections, i.e. gint->gboolean and gint->guint.
4501         added object arguments: GtkSpinButton::value, GtkSpinButton::wrap,
4502         GtkSpinButton::shadow_type, GtkSpinButton::update_policy,
4503         GtkSpinButton::numeric, GtkSpinButton::snap_to_ticks,
4504         GtkSpinButton::adjustment, GtkSpinButton::digits and
4505         GtkSpinButton::climb_rate.
4506         GtkType and macro fixups.
4507
4508 Sat Sep 25 23:33:55 1998  Tim Janik  <timj@gtk.org>
4509
4510         * gdk/gdkwindow.c (gdk_window_get_root_origin): new function to get
4511         the *real* geometry position of a window, taken possible window
4512         manager offsets into account.
4513         this has been succesfully tested with fvwm, fvwm-2, bowman, olwm,
4514         olvwm, twm, ctwm, mlvwm, windowmaker and enlightenment.
4515         it does fail though for amiwm which adds windows to a pseudo root
4516         window, and for icewm by a small offset because it defines the
4517         geometry position whithin its border.
4518
4519         * gtk/testgtk.c: added "saved position" test to figure how
4520         gdk_window_get_root_origin() interacts with window managers (repopup
4521         this window to figure ;).
4522
4523 Wed Sep 23 06:09:19 1998  Tim Janik  <timj@gtk.org>
4524
4525         * configure.in: update to Gtk+ version 1.1.3, binary age 1,
4526         interface age 1.
4527
4528         * gtk/gtkobject.c
4529         (gtk_object_ref): 
4530         (gtk_object_unref): check for ->ref_count to be greater than 0 (the
4531         existing code was buggy in letting ->ref_count==0 pass through and
4532         then failing the living_objs_ht assertion).
4533
4534         * gtk/gtkclist.c (draw_row): fix chopping bug for right justified
4535         pixtext fields (Roman Pozlevich <roma@botik.ru>).
4536
4537 Mon Sep 21 23:53:18 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
4538
4539         * Released GTK+ 1.1.2
4540
4541 Mon Sep 21 01:12:44 1998  Jay Cox  (jaycox@earthlink.net)
4542
4543         * gtk/Makefile.am: use $(PERL) instead of perl
4544         * gtk/gtkcolorsel.c: render properly in non-square aspect ratios.
4545         also much faster to render.
4546
4547 Mon Sep 21 07:44:30 1998  Tim Janik  <timj@gtk.org>
4548
4549         * gtk/gtkobject.c (gtk_object_class_add_signals): reallocate
4550         the required memory block, rather than allocating it newly from
4551         scratch and doing a full-blown block copy on it.
4552
4553 Mon Sep 21 02:30:06 1998  Tim Janik  <timj@gtk.org>
4554
4555         * NEWS file update for upcoming release of Gtk+ version 1.1.2,
4556         binary age 0, interface age 0.
4557
4558         * gtk/gtkmain.c (gtk_init): enforce gtk-modules to always be resident.
4559
4560 Sun Sep 20 18:21:46 1998  Owen Taylor  <otaylor@redhat.com>
4561
4562         * ltmain.sh: Patch to libtool-1.2b to make --disable-static
4563         work.
4564
4565 Sun Sep 20 09:52:39 1998  Owen Taylor  <otaylor@gtk.org>
4566
4567         * HACKING: indent other than GNU indent should be OK
4568           now.
4569
4570         * gtk/genmarshal.pl gtk/Makefile.am: Call indent on file
4571           instead of piping through indent. If indent wasn't
4572           found in ./configure don't bother indenting at 
4573           all.
4574
4575 Fri Sep 18 19:11:10 1998  Owen Taylor  <otaylor@redhat.com>
4576
4577         * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
4578
4579 Fri Sep 18 18:54:59 1998  Jay Cox  (jaycox@earthlink.net)
4580
4581         * gtk/Makefile.am: use $(AWK) instead of awk
4582
4583 1998-09-18  Raja R Harinath  <harinath@cs.umn.edu>
4584
4585         * gtk/Makefile.am (gdk_headers): 
4586         Remove references to $(top_srcdir). 
4587         (gtk.defs, gtktypebuiltins{.h,_vars.c,_ids.c,_evals.c}): Simplify.
4588         * gtk/makeenums.pl (parse_entries): Don't look for $srcdir.
4589
4590 Fri Sep 18 19:58:24 1998  Tim Janik  <timj@gtk.org>
4591
4592         * gtk/gtkobject.h (struct _GtkObject): changed gpointer object_data; to
4593         GData*object_data to cure compiler warnings.
4594
4595 Thu Sep 17 19:06:47 PDT 1998 Manish Singh <yosh@gimp.org>
4596
4597         * install-sh
4598         * missing
4599         * mkinstalldirs: updated to latest automake version
4600
4601 1998-09-17  Raja R Harinath  <harinath@cs.umn.edu>
4602
4603         * gtk/Makefile.am (source_headers): Move `gtkfeature.h' ...
4604         (gtkinclude_HEADERS): ... here.
4605         (gtk.defs): Pass `g' flag to sed, to replace all occurances.
4606
4607 Thu Sep 17 10:49:51 1998  Raph Levien  <raph@gimp.org>
4608
4609         * HACKING: added GNU indent, as it is now required to successfully
4610         build gtk+. Should this be detected in autoconf, possibly?
4611
4612 Tue Sep 15 14:57:30 1998  Owen Taylor  <otaylor@redhat.com>
4613
4614         * Makefile.am gtk-config.in l*: Update to libtool-1.2b,
4615         change library versioning scheme to drop LT_RELEASE
4616         from the -l line, while keeping it in the soname.
4617
4618 Tue Sep 15 14:10:33 1998  Owen Taylor  <otaylor@redhat.com>
4619
4620         * configure.in Makefile.in: define a MAINT-like variable REBUILD
4621         which is set if Perl and awk are found, and autogenerated sources
4622         can be rebuilt. Remove the auto-generated sources from
4623         CVS. 
4624
4625         Add dependencies so that the autogenerated sources are 
4626         rebuilt if the files they depend on change. 
4627         (This unfortunately currently results in the entire
4628         gtk/ directory being rebuilt when any header changes.
4629         Moving all enums to gtkenums.h would fix this.)
4630
4631 Thu Sep 17 05:12:48 1998  Tim Janik  <timj@gtk.org>
4632
4633         * gtk/gtkobject.h: added gtk_object_set_data_destroy and
4634         gtk_object_set_data_destroy_by_id functions to set the destroy
4635         function pointer for an existing data portion.
4636
4637         * gtk/gtkobject.c: removed the GtkObjectData implementation and
4638         made all gtk_object_*data* functions use the GLib equivalents.
4639
4640 1998-09-16  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4641
4642         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Test whether type
4643         is not equal to GTK_TOOLBAR_CHILD_RADIOBUTTON before checking that
4644         (widget != NULL), otherwise radio button insertion will not work
4645         -- the widget argument is NULL for the first radio button in the
4646         group.
4647
4648 Tue Sep 15 13:09:24 1998  Owen Taylor  <otaylor@redhat.com>
4649
4650         * gdk/gdkimage.c (gdk_image_new): Reverted global changes
4651         of g_new to malloc(), added back in the one place where
4652         it actually mattered. #include <stdlib.h>.
4653
4654         * gdk/gdkrgb.c: g_malloc() to malloc() as above.
4655
4656 Tue Sep 15 11:30:03 1998  Owen Taylor  <otaylor@redhat.com>
4657
4658         * gtk/gtkfilesel.c: Keep a list of directories in which we never
4659         want to stat the entries (like /afs), and assume everything in
4660         those directories is a subdirectory.
4661
4662         - When following a path, try to open components even when
4663         we don't find them in their parent's directory to
4664         support automounters.
4665
4666 Tue Sep 15 11:06:13 1998  Owen Taylor  <otaylor@redhat.com>
4667
4668         * gtk/gtkwindow.c (gtk_window_move_resize): Don't request
4669         a new size from the WM if we asked for the same size
4670         before and our request was rejected.
4671
4672         * gtk/gtkwindow.c (gtk_window_configure_event): If
4673         in response to a request, we get a configure event
4674         with unchanged dimensions, send a synthetic expose
4675         since ForgetGravity won't expose our window.
4676
4677 Mon Sep 14 14:28:24 1998  Owen Taylor  <otaylor@redhat.com>
4678
4679         * gtk/gtktext.c (adjust_adj): Change the way we
4680         set the adjustments on resize so that it tries to
4681         keep the beginning of the text in approximately
4682         the same place. 
4683
4684         Removed assertion that the above change made invalid.
4685
4686 Thu Sep 10 22:19:35 1998  Owen Taylor  <otaylor@redhat.com>
4687
4688         * gtk/gtktext.c: - Save first_cut_pixels when switching
4689         sizes, so that if we switch to the _same_ size,
4690         we don't move lines around.
4691
4692         - Make sure that the text area always has a size of at
4693         least 1x1, then do all computations when realized.
4694
4695         - When fetching lines in recompute_geometry, make
4696         sure we fetch enough lines to cover the screen.
4697         
4698 Mon Sep 14 21:47:35 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
4699
4700         * gdk/gdkimage.c: changed g_new()s to malloc()s and 
4701           g_free()s to free()s to avoid mixing g_new()s with 
4702           free()s.  X itself uses free() on some of the 
4703           malloced memory.
4704
4705 Sat Sep 12 10:44:06 1998  Owen Taylor  <otaylor@redhat.com>
4706
4707         * gtkfilesel.c: Maintain a list of directories like
4708         /afs we know contain only directories, and avoid
4709         stat'ing files in those directories. (Because
4710         stat'ing all files in /afs is extremely expensive)
4711
4712         To support automounters, try to open directories,
4713         even if we couldn't find them when reading their
4714         parent directory.
4715
4716 Thu Sep  3 10:29:03 1998  Owen Taylor  <otaylor@redhat.com>
4717
4718         * gtk.m4: Conditionalize check for GTK_MAJOR_VERSION,
4719         to allow the same gtk.m4 to work for 1.0.x and
4720         1.1.x.
4721
4722 Fri Sep 11 15:25:10 1998  Lars Hamann  <lars@gtk.org>
4723
4724         * gtk/gtkclist.c (gtk_clist_set_selectable): new function
4725         to set/unset the selectable flag of a single row.
4726         (gtk_clist_get_selectable): new function 
4727         to get the state of the selectable flag
4728
4729         * gtk/gtkctree.c (gtk_ctree_node_set_selectable)
4730         (gtk_ctree_node_get_selectable): clist analogons
4731         
4732 Thu Sep 10 17:04:03 1998  Raph Levien  <raph@gimp.org>
4733
4734         * gtk/testrgb.c (testrgb_rgb_test): Small changes to the test
4735         pattern.
4736
4737         * gdk/gdkrgb.c (gdk_rgb_convert_gray4_pack): Fixed some alignment
4738         bugs in the 4bit gray cases.
4739
4740 Wed Sep  9 02:48:44 PDT 1998 Manish Singh <yosh@gimp.org>
4741
4742         * configure.in: added -posix check for NeXTStep
4743
4744         * gtk/testthreads.c: applied part of gtk-joke-980907-0 to use
4745         a unique buffer for each thread.
4746
4747         * docs/gtk-config.1: clarified copyright
4748
4749 Tue Sep  8 05:19:51 1998  Tim Janik  <timj@gtk.org>
4750
4751         * gdk/gdk.c (gdk_init): use g_atexit() instead of ATEXIT.
4752
4753         * gtk/gtkmain.c (gtk_init): use g_atexit() instead of ATEXIT.
4754
4755         * gtk/gtkobject.c (gtk_object_init_type): use g_atexit() instead of
4756         ATEXIT.
4757         
4758         * ltconfig: use GLib's ltconfig which honours lcc.
4759
4760 Mon Sep  7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
4761
4762         * configure.in: comment the -std1 check and save LIBS properly
4763
4764 Sun Sep  6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
4765
4766         * gtk/testrgb.c: #include <stdlib.h>
4767
4768 Sat Sep  5 16:01:19 1998  Owen Taylor  <otaylor@gtk.org>
4769
4770         * gdk/gdkinputxfree.h gdk/gdk.c gdk/gdkinputgxi.h:
4771         When the pointer is grabbed on an input window,
4772         either explicitely, or through press-grab, and
4773         then grabbed on a non-input window, ungrab the
4774         devices.
4775
4776 Sat Sep  5 07:13:19 1998  Tim Janik  <timj@gtk.org>
4777
4778         * gtk/gtktypeutils.h: don't include any gdk headers.
4779         added structure definitions for GtkTypeObject and GtkTypeClass,
4780         which cover the very basic fields of GtkObject and GtkObjectClass,
4781         which are actually used by the type system.
4782         
4783         * gtk/gtktypeutils.c: don't include gtkobject.h or gtkcontainer.h,
4784         we only refer to our own structures. improved class inheritance
4785         sanity checking a bit.
4786
4787         * gtk/gtkobject.h: placed appropriate comments at the beginnings
4788         of the GtkObject and GtkObjectClass structures, which explain
4789         their relationship to GtkTypeObject and GtkTypeClass.
4790
4791         * gtk/gtktypeutils.h:
4792         * gtk/gtkobject.h:
4793         moved GTK_STRUCT_OFFSET(), GTK_CHECK_CAST(), GTK_CHECK_CLASS_CAST(),
4794         GTK_CHECK_TYPE() and GTK_CHECK_CLASS_TYPE() macro definitions from
4795         gtkobject.h to gtktypeutils.h.
4796
4797         * gtk/gtkobject.h:
4798         * gtk/gtkobject.c:
4799         removed gtk_object_check_cast() and gtk_object_check_class_cast()
4800         functions. to keep source compatibility, we can provide macro aliases
4801         for the corresponding gtk_type_* functions. but then again, people
4802         shouldn't have been using these functions anyways since they were part
4803         of Gtk's internal API.
4804
4805         * gtk/gtktypeutils.h:
4806         * gtk/gtktypeutils.c:
4807         implemented gtk_type_check_object_cast() and gtk_type_check_class_cast()
4808         functions to check GtkTypeObject and GtkTypeClass types.
4809
4810 Thu Sep  3 07:16:54 1998  Tim Janik  <timj@gtk.org>
4811
4812         * gtk/gtkctree.h:
4813         * gtk/gtkctree.c: `const' fixups.
4814
4815         * gtk/gtkclist.h:
4816         * gtk/gtkclist.c: `const' fixups and some coding style adaptions.
4817
4818         * gtk/gtkctree.c (gtk_ctree_insert_node): don't dereference *text
4819         if it is passed as NULL.
4820
4821 Wed Sep  2 22:41:40 1998  Raph Levien  <raph@gimp.org>
4822
4823         * gdk/gdkrgb.c (gdk_rgb_select_conv): Fixed 32bpp image depth
4824         big-endian cases. Added a 4bpp packed gray mode (somewhat
4825         incorrectly hardwired to MSB), which should take care of
4826         Stric's hardware.
4827
4828 Thu Sep  3 04:45:57 1998  Tim Janik  <timj@gtk.org>
4829
4830         * gtk/gtkaccelgroup.c (gtk_accel_group_add): plug another small
4831         GtkSIgnalQuery leak.
4832
4833 Thu Sep  3 04:22:20 1998  Tim Janik  <timj@gtk.org>
4834
4835         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
4836         GTK_MENU_DIR_CHILD: check for the existance of
4837         menu_shell->active_menu_item before accessing its child.
4838         GTK_MENU_DIR_PREV:
4839         GTK_MENU_DIR_NEXT: if we haven't had an active item and still
4840         don't, make a default selection.
4841
4842 Wed Sep  2 00:28:58 1998  Tim Janik  <timj@gtk.org>
4843
4844         * gtk/gtkwidget.c (gtk_widget_propagate_state): iterate
4845         the children with _forall for sensitivity changes and with
4846         _foreach on pure state changes. this fixes a lot of the
4847         old inclusions of internal widgets into _foreach calls.
4848
4849         * gtk/gtktree.c: removed gtk_tree_foreach, let gtk_tree_forall
4850         do the work. don't walk the subtrees of first level children.
4851
4852         * gtk/gtktreeitem.c: provide a _forall implementation,
4853         which walks the subtrees as well for include_internals.
4854
4855         * gtk/gtkmenuitem.c: provide a _forall implementation, which walks
4856         the submenus as well for include_internals.
4857
4858         * gtk/gtkscrolledwindow.c: removed gtk_scrolled_window_foreach and
4859         implemented gtk_scrolled_window_forall, which will iterate over
4860         the viewport and the scrollbars for gtk_container_forall or
4861         iterate over the viewports children for gtk_container_foreach.
4862
4863         * gtk/gtktoolbar.c: 
4864         * gtk/gtktable.c: 
4865         * gtk/gtkpaned.c:
4866         * gtk/gtkpacker.c:
4867         * gtk/gtkmenushell.c: 
4868         * gtk/gtklist.c: 
4869         * gtk/gtkfixed.c:
4870         * gtk/gtkclist.c:
4871         * gtk/gtkbox.c: 
4872         * gtk/gtkbin.c: 
4873         * gtk/gtknotebook.c:
4874         removed the old gtk_*_foreach functions and provided gtk_*_forall.
4875
4876         * gtk/gtknotebook.c:
4877         (gtk_notebook_real_switch_page): expose tabs.
4878         (gtk_notebook_page_num): new function to return the page number
4879         of a distinct child.
4880         (gtk_notebook_focus): minor fixups. foxus handling is still screwed
4881         under some circumstances.
4882
4883         * gtk/gtktreeitem.c:
4884         (gtk_real_tree_item_select):
4885         (gtk_real_tree_item_deselect): major fixes.
4886         some general fixups wrt queue_redraw, and tree items not being
4887         NO_WINDOW widgets.
4888
4889         * gtk/gtklistitem.c:
4890         (gtk_real_list_item_select): 
4891         (gtk_real_list_item_deselect): 
4892         (gtk_real_list_item_toggle): 
4893         removed unneccessary queue_redraw calls.
4894
4895 Wed Aug 30 09:42:07 1998  Tim Janik  <timj@gtk.org>
4896
4897         * gtk/gtkoptionmenu.c: allow optionmenus to have the focus and
4898         automatically popup the menu on space bar.
4899
4900 Wed Aug 26 06:40:34 1998  Tim Janik  <timj@gtk.org>
4901
4902         * gtk/gtkcontainer.h:
4903         * gtk/gtkcontainer.c: implemented gtk_container_forall() (as a class
4904         method), which acts similar to gtk_container_foreach(), but iterates
4905         over internal children. the GtkContainer::foreach signal vanished in
4906         favour of a new class method ->forall() that optionally includes
4907         internal widgets.
4908
4909         * gtk/gtkclist.c (gtk_clist_init): provide no _foreach implementation
4910         but a _forall implementation, since all child widgets we have are
4911         internal ones.
4912         (column_button_create): set the parent window prior
4913         to gtk_widget_set_parent().
4914
4915         * gtk/gtkwidget.c:
4916         exchanged all calls to gtk_container_foreach() with
4917         gtk_container_forall().
4918
4919         * gtk/gtkwidget.h: 
4920         * gtk/gtkwidget.c: added the GTK_COMPOSITE_CHILD, exported through
4921         the GtkWidget::composite_child argument. to have a widget created
4922         with the flag initially, two new functions got added to wrap a widgets
4923         creation:
4924         gtk_widget_push_composite_flag() and gtk_widget_pop_composite_flag().
4925
4926 Wed Aug 25 23:37:39 1998  Tim Janik  <timj@gtk.org>
4927
4928         * gtk/gtktooltips.h:
4929         * gtk/gtktooltips.c: exported gtk_tooltips_create_window() as
4930         gtk_tooltips_force_window(), so tooltips->tip_window can be accessed
4931         prior to the first tip being set.
4932         don't put an extra reference on the window, since it is a toplevel,
4933         it wont get destroyed from anywhere else.
4934
4935         * overall macro and GtkType fixups.
4936
4937 1998-09-02  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4938
4939         * gtk/gtkcolorsel.c: Replaced "foo == TRUE" and "foo == FALSE"
4940         constructs by more forgiving ones.  (Does anyone else feel like
4941         the color selector need rewriting?).
4942
4943 Tue Sep  1 10:53:52 1998  Owen Taylor  <otaylor@redhat.com>
4944
4945         * gtk/gtkprogress.c (gtk_progress_finalize): Unref
4946         the adjustment.
4947
4948         * gtk/gtkmenu.c: Modified reference counting so
4949         that the reference count from the toplevel that
4950         the menu creates to the menu is invisible to the
4951         application.
4952
4953 Mon Aug 31 21:36:31 1998  Raph Levien  <raph@gimp.org>
4954
4955         * gdk/gdkrgb.c (gdk_rgb_select_conv): Improved the 24bpp
4956         conversion selection logic, so Suns and other big-endian
4957         machines should get faster conv routines. This is also the
4958         point where 4bpp gray and 1bpp are checked in, although I
4959         wouldn't be surprised if 1bpp is a little buggy. This is
4960         synchronized with the 0.0.7 release of GdkRgb.
4961
4962         * gtk/Makefile.am: 
4963         * gtk/testrgb.c: Checked in testrgb.c to CVS, and made the
4964         appropriate change to the Makefile.am
4965
4966 Mon Aug 31 15:18:19 1998  Raph Levien  <raph@gimp.org>
4967
4968         * gdk/gdkrgb.[ch]: Added a gdk_draw_rgb_image_dithalign function,
4969         which is good for images that scroll (makes the dither patterns
4970         align correctly)
4971
4972 Sat Aug 29 14:50:56 PDT 1998 Manish Singh <yosh@gimp.org>
4973
4974         * gdk/gdkcolor.c:
4975         (gdk_colormap_new) (gdk_colormap_get_system):
4976         quell some warnings with g_hash_table_new
4977
4978         * gtk/gtkaccelgroup.c (gtk_accel_group_add): free the GtkSignalQuery
4979         when we're done with it
4980
4981         * gtk/itemfactory.c:
4982         (gtk_item_factory_from_path):
4983         (gtk_item_factory_create_item): free some strings
4984
4985         * gtk/gtklabel.c:
4986         (gtk_label_finalize): free label->pattern when done
4987         (gtk_label_parse_uline): null terminate pattern string, delete
4988         some duplicated code
4989
4990         * gtk/testthreads.c: add #include <unistd.h> for sleep()
4991
4992 Tue Aug 25 16:52:47 1998  Owen Taylor  <otaylor@redhat.com>
4993
4994         * gtk/gtktext.c (recompute_geometry): Make sure the
4995         mark we pass to line start is the beginning of a 
4996         real line, not a wrapped one.
4997
4998 Mon Aug 24 18:37:15 1998  Owen Taylor  <otaylor@redhat.com>
4999
5000         * gtk/gtktext.c: Reference count the fonts used in
5001         the text widget.
5002
5003         * gdk/gdk.h gdk/gdkcolor.c: Rename the color allocation
5004         freeing functions to be more consistent, and more 
5005         convenient; leave the old names in for backwards compatibility.
5006
5007         * gdk/gdkcolor.c gdk/gdkprivate.h: Reference count the
5008         allocations in pseudo-color colormaps to greatly reduce
5009         calls to XAllocColor. Keep a per-colormap hashtable to
5010         speed up finding if there is an already-allocated matching
5011         color.
5012
5013         * gdk/gdkcolor.c: Don't just match read the system colormap
5014         when the colormap is created, but synchronize our copy
5015         with the system colormap periodically.
5016         
5017         * gdk/gdk.c gdk/gdktypes.h gtk/gtkentry.c gtk/gtktext.c: 
5018         Change XIM constants names to match GDK conventions
5019
5020         * gtk/testinput.c: Allow the drawing area to get the focus.
5021
5022         * gtk/testgtk.c: Change around the Text test to demonstrates
5023         multiple fonts, use more colors.
5024
5025         * gtk/gtkwidget.c: Improve gtk_widget_get_colormap()/visual()
5026         so they work after a widget is unrealized.
5027
5028         * gtk/gtktext.[ch]: Remove the requirement that the text
5029         widget be realized before adding text (!) Allocate colors
5030         ourself, instead of requiring the caller allocate them.
5031         Allow changing styles to work properly by keeping track
5032         of the values for a certain property are default or
5033         set explicitely.
5034
5035         * gtk/gtkmenu.h: Added some comments.
5036
5037         * gtk/gtkentry.c: Changes to match XIM constants.
5038
5039         * gtk/gdk.h gdk/gdkwindow.c: Add gdk_drawable_set_data(),
5040         for adding keyed data to drawables. (Uses g_dataset
5041         internally)
5042
5043         * gdk/gdkpixmap.c: Keep track of the colors we allocate,
5044         when creating an XPM - store them as user data for the GdkPixmap,
5045         so we don't leak colors when we create pixmaps from XPM's.
5046
5047         Allocate memory for color information in large blocks instead of 
5048         as many little pieces.
5049         
5050 Mon Aug 24 11:09:32 PDT 1998 Manish Singh <yosh@gimp.org>
5051
5052         * gdk/gdkrgb.c: removed some unused variables
5053
5054         * gtk/gtkclist.c
5055         * gtk/gtkmain.c: #if 0'd out some unused code
5056
5057         * gtk/gtkobject.c: check for NULL object hash table in gtk_object_debug
5058
5059 Mon Aug 24 02:36:53 1998  Tim Janik  <timj@gtk.org>
5060
5061         * gtk/gtkarg.h:
5062         * gtk/gtkarg.c:
5063         * gtk/gtkwidget.h: 
5064         * gtk/gtkwidget.c: 
5065         * gtk/gtkobject.h:
5066         * gtk/gtkobject.c:
5067         * gtk/gtkcontainer.h: 
5068         * gtk/gtkcontainer.c: 
5069         (gtk_object_new):
5070         (gtk_object_set):
5071         (gtk_widget_new):
5072         (gtk_widget_set): 
5073         (gtk_container_add_with_args):
5074         (gtk_container_child_set):
5075         begin the parameter elipsis (...) after the first argument name. this
5076         change is source compatible, since it was always required, even as NULL.
5077         (gtk_args_collect): 
5078         (gtk_object_args_collect): 
5079         (gtk_container_child_args_collect):
5080         changed prototypes to pass first_arg_name, also, pass va_list variable
5081         by value (portability concerns). callers changed.
5082
5083         * gtk/gtkargcollector.c: implemented gtk_arg_collect_value() as
5084         a huge macro GTK_ARG_COLLECT_VALUE() <shrug>. this is needed because we
5085         can't pass va_list variables by reference for portability reasons.
5086
5087 Fri Aug 21 22:40:00  Raph Levien  <raph@gtk.org>
5088
5089         * gdk/gdkrgb.c: added calls to gdk_rgb_init in the get_cmap and
5090         get_visual calls, so that it gets implicitly initialized.
5091
5092 Fri Aug 21 13:06:04 1998  Stuart Parmenter  <pavlov@gimp.org>
5093         * gtk/gtkfeatures.h.in:  added GTK_HAVE_FEATURES_1_1_2 for changes
5094         such as GtkCTree function name changes
5095         
5096 Fri Aug 21 02:31:26 1998  Tim Janik  <timj@gtk.org>
5097
5098         * gtk/gtkmain.h:
5099         * gtk/gtkmain.c (gtk_check_version): added a function to perform a
5100         binary version check, returning a static string for error descriptions,
5101         or NULL on success.
5102
5103 Thu Aug 20 20:08:15 1998  Owen Taylor  <otaylor@redhat.com>
5104
5105         * gtk/gtktext.c ([un]draw_cursor): Check to see if we've
5106         computed our geometry yet, and if not, ignore the request.
5107
5108         * gtk/gtktext.c (correct_cache_insert): Fiddled around
5109         some more. All the bug-test codes seem to work at once
5110         now. (fingers crossed...)
5111
5112 Thu Aug 20 13:04:08 PDT 1998 Manish Singh <yosh@gimp.org>
5113
5114         * gdk/gdkrgb.c: silly visual fixes
5115
5116         * gtk/testgtk.c: call gdk_rgb_init so color preview test actually
5117         works
5118
5119 1998-08-20  Federico Mena Quintero  <federico@nuclecu.unam.mx>
5120
5121         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Do not do
5122         anything if the event's window is not the bin window.
5123         (gtk_handle_box_motion): Likewise.
5124
5125 1998-08-19  Raph Levien  <raph@gimp.org>
5126
5127         * gtk/testgtk.c (create_color_preview): pushed the colormap and
5128         visual so it would work better with GdkRgb.
5129
5130 1998-08-19  Raph Levien  <raph@gimp.org>
5131
5132         * gdk/gdkrgb.c: fixed some bugs in the 565_d mode, and added a
5133         4bpp static_color mode (for vga displays). Also fixed a '64' value
5134         in the dither matrix, which was causing one pixel out of 16k to be
5135         dithered wrong.
5136
5137         * gtk/gtkpreview.{c,h}: Changed it to work with GdkRgb, gutting
5138         most of the contents. This is an API change - any apps that relied
5139         on the internal structure of GtkPreview will need some change -
5140         most notably in the use of reserved colors. The Gimp needed
5141         changes in this regard.
5142
5143 Wed Aug 19 00:11:14 1998  Tim Janik  <timj@gtk.org>
5144
5145         * gtk/gtkmain.c (gtk_init): allow argument parsing in gtk without
5146         G_ENABLE_DEBUG being defined (specifically --gtk-module= and
5147         --g-fatal-warnings), noticed by miguel.
5148
5149 Tue Aug 18 17:54:40 1998  Tim Janik  <timj@gtk.org>
5150
5151         * gtk/gtkrc.c (gtk_rc_parse_file): use g_get_current_dir() instead of
5152         getcwd().
5153
5154         * gdk/gdkprivate.h:
5155         * gdk/gdkglobals.c:
5156         * gdk/gdkwindow.c:
5157         * gdk/gdk.c:
5158         * gtk/gtkwindow.c: 
5159         * gtk/gtkitemfactory.c: 
5160         dropped gdk_progname, use g_get_prgname()/g_set_prgname() instead.
5161
5162         * gtk/gtkselection.c:
5163         * gtk/gtkpreview.c:
5164         * gtk/gtkobject.c: 
5165         * gtk/gtkmain.c: 
5166         * gtk/gtktypeutils.c: indentation fixes due to g_message() use.
5167
5168         * gdk/gdkrgb.c: exchanged occourances of g_print with g_message.
5169
5170 Tue Aug 18 17:22:22 1998  Lars Hamann  <lars@gtk.org>
5171
5172         * gtk/gtknotebook.c (gtk_notebook_switch_focus_tab): 
5173         * gtk/gtknotebook.c (gtk_notebook_update_labels): fix for sigsegv
5174         in case of show_tabs == NULL
5175
5176 Tue Aug 18 03:54:43 1998  Tim Janik  <timj@gtk.org>
5177
5178         * gtk/gtkmain.c (gtk_init): restricted the --g*fatal-* arguments
5179         to --g-fatal-warnings again. this option now causes log levels of
5180         WARNING and CRITICAL to abort().
5181
5182         * gdk/gdk.c: 
5183         * gdk/gdkdnd.c: 
5184         * gdk/gdkcc.c: 
5185         * gdk/gdkfont.c: 
5186         * gdk/gdkwindow.c:
5187         * gdk/gdkvisual.c:
5188         * gtk/gtkwidget.c:
5189         * gtk/gtktypeutils.c:
5190         * gtk/gtktree.c:
5191         * gtk/gtkfontsel.c:
5192         * gtk/gtkmain.c:
5193         * gtk/gtkobject.c:
5194         * gtk/gtkpreview.c:
5195         * gtk/gtkselection.c:
5196         * gtk/gtktext.c:
5197         * gtk/gtktree.c:
5198         * gtk/gtktreeitem.c:
5199         did a global search&replace to substitute g_print() calls with
5200         g_message(). libraries shouldn't use printf(), g_print() or
5201         g_printerr() at all.
5202         a bunch of the replacements should probably be wrapped into the
5203         G{D|T}K_NOTE() macros, so they are special cased for debugging
5204         purposes in a sane way, avoiding all the nasty #ifdef DEBUG_MY_TEDDY
5205         things.
5206
5207         * gdk/gdkdnd.c: added copyright notice.
5208
5209 Mon Aug 17 17:28:00  Raph Levien  <raph@gtk.org>
5210
5211         * gdk/gdkrgb.c: Further speedups of the 565_d case. It's
5212         impressively fast now - about 4.65 Mpix/s on an IBM TP 600
5213         running a PII 233. It's synced with the 0.0.5 release of
5214         GdkRgb.
5215
5216 Tue Aug 18 00:29:13 1998  Lars Hamann  <lars@gtk.org>
5217
5218         * gtk/gtkclist.h:
5219         (struct _GtkCListClass): new class methods:
5220         (sort_list) (insert_row) (remove_row) (set_cell_contents)
5221
5222         * gtk/gtkclist.c :
5223         (cell_empty) (cell_set_text) (cell_set_pixmap) (cell_set_pixtext):
5224         removed and replaced by (set_cell_contents)
5225         (set_cell_contents): function for class method set_cell_contents
5226         (real_insert_row): function for class method insert_row
5227         (real_remoce_row): function for class method remove_row
5228         (real_sort_list): function for class method sort_list
5229         (default_compare): fix to avoid problems with cell types != CELL_TEXT
5230
5231         * gtk/gtkctree.h :
5232         (gtk_ctree_export_to_gnode): new function to export a ctree as gnode 
5233         (gtk_ctree_node_is_visible): new function to return visibility state
5234         of a node
5235         (gtk_ctree_show_stub): new function to set visibility of root stub
5236
5237         renamed functions :
5238         (gtk_ctree_insert) -> (gtk_ctree_insert_node)
5239         (gtk_ctree_remove) -> (gtk_ctree_remove_node)
5240         (gtk_ctree_find_glist_ptr) -> (gtk_ctree_find_node_ptr)
5241         (gtk_ctree_set_text) -> (gtk_ctree_node_set_text)
5242         (gtk_ctree_set_pixmap) -> (gtk_ctree_node_set_pixmap)
5243         (gtk_ctree_set_pixtext) -> (gtk_ctree_node_set_pixtext)
5244         (gtk_ctree_set_shift) -> (gtk_ctree_node_set_shift)
5245         (gtk_ctree_get_cell_type) -> (gtk_ctree_node_get_cell_type)
5246         (gtk_ctree_get_text) -> (gtk_ctree_node_get_text)
5247         (gtk_ctree_get_pixmap) -> (gtk_ctree_node_get_pixmap)
5248         (gtk_ctree_get_pixtext) -> (gtk_ctree_node_get_pixtext)
5249         (gtk_ctree_set_foreground) -> (gtk_ctree_node_set_foreground)
5250         (gtk_ctree_set_background) -> (gtk_ctree_node_set_background)
5251         (gtk_ctree_set_row_data) -> (gtk_ctree_node_set_row_data)
5252         (gtk_ctree_set_row_data_full) -> (gtk_ctree_node_set_row_data_full)
5253         (gtk_ctree_get_row_data) -> (gtk_ctree_node_get_row_data)
5254         (gtk_ctree_moveto) -> (gtk_ctree_node_moveto)
5255         (gtk_ctree_sort) -> (gtk_ctree_sort_node)
5256         (gtk_ctree_is_visibe) -> (gtk_ctree_is_viewable)
5257
5258         * gtk/gtkctree.c :
5259         (cell_empty) (cell_set_text) (cell_set_pixmap) (cell_set_pixtext):
5260         removed and replaced by (set_cell_contents)
5261         (set_cell_contents): function for class method set_cell_contents
5262         (real_insert_row): function for class method insert_row
5263         (real_remoce_row): function for class method remove_row
5264         (real_sort_list): function for class method sort_list
5265         (default_compare): removed. CTree now also compares two GtkCTreeRows
5266         instead of two GtkCTreeNodes.
5267         (gtk_ctree_unlink): call gtk_ctree_collapse if parent is empty after
5268         unlinking the node
5269         (real_tree_expand) (real_tree_collapse): fix for refcounting of
5270         node pixmaps
5271         (set_node_info): call gtk_ctree_node_set_pixtext instead of
5272         manipulating the row itself
5273         
5274         * gtk/testgtk.c: use renamed functions of GtkCTree.
5275         new sample to show gtk_ctree_export_to_gnode and gtk_ctree_insert_gnode
5276         at work.
5277
5278 Mon Aug 17 15:31:38 1998  Tim Janik  <timj@gtk.org>
5279
5280         * gtk/gtkmain.c: removed gtk_input_add_interp.
5281
5282         * gtk/gtkeditable.c (gtk_editable_set_position): fixed bogus "return"
5283         keyword.
5284         (gtk_editable_get_event_time): fix default: case.
5285
5286         * gtk/gtkclist.c (gtk_clist_swap_rows): fixes for lvalue casts.
5287
5288         * gdk/gdkpixmap.c: made a bunch of unexported functions static.
5289
5290         * gdk/gdkcolor.c:
5291         * gdk/gdkvisual.c: include "gdkx.h", since it exports prototypes
5292         of our functions.
5293
5294         * various minor compilation cleanups, such as bogus commas in
5295         enums and similar things.
5296
5297 Mon Aug 17 07:47:43 1998  Tim Janik  <timj@gtk.org>
5298
5299         * gtk/gtkmain.c (gtk_init): NULL terminate the arg list to g_strconcat()
5300         (thanx raph).
5301
5302 Sun Aug 16 23:14:20 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
5303
5304         * NEWS: updated for 1.1.2
5305         * gtk+.spec: version = 1.1.2
5306
5307 Mon Aug 17 05:10:29 1998  Tim Janik  <timj@gtk.org>
5308
5309         * gtk/gtkmain.c (gtk_init): don't call module initializers multiple
5310         times. changed --gtk-with-module to --gtk-module at owen's request.
5311
5312 Mon Aug 17 03:47:55 1998  Tim Janik  <timj@gtk.org>
5313
5314         * gtk/gtkmain.c (gtk_init): feature a new commandline option
5315         --gtk-with-module=<module> that allows additional loading and
5316         initialization of modules (e.g. GLE).
5317
5318 Mon Aug 17 01:40:00 1998  Tim Janik  <timj@gtk.org>
5319
5320         * configure.in: version bump to 1.1.2, binary age 0, interface age 0.
5321         pass "gmodule" to AM_PATH_GLIB, with that we require libgmodule.so now.
5322
5323         * gtk/gtkmain.c (gtk_init): since glib's g_return*_if_fail macros log
5324         with G_LOG_LEVEL_CRITICAL now, i added "--g-fatal-checks",
5325         "--gdk-fatal-checks" and "--gtk-fatal-checks". that makes up six
5326         different *-fatal-* arguments now. this needs to be revised and
5327         compressed to a reasonable amount of arguments.
5328
5329 Sun Aug 16 20:51:59 1998  Tim Janik  <timj@gtk.org>
5330
5331         * gtk/gtkmain.c (gtk_init): fatal warning option is split up now,
5332         "--g-fatal-warnings" causes fatal warnings in GLib,
5333         "--gdk-fatal-warnings" causes fatal warnings in Gdk,
5334         "--gtk-fatal-warnings" causes fatal warnings in Gtk.
5335
5336         * gtk/Makefile.am: define G_LOG_DOMAIN for gtk.
5337         * gdk/Makefile.am: define G_LOG_DOMAIN for gdk.
5338
5339         * gtk/testgtk.c: 
5340         * gdk/gxid.c:
5341         we need ugly #undef G_LOG_DOMAIN at the start of these files currently,
5342         since automake doesn't support per target _CFLAGS yet.
5343
5344         * configure.in: require GLib 1.1.3.
5345
5346 Sat Aug 15 03:19:30 1998  John Ellis  <johne@bellatlantic.net>
5347
5348         * gtk/gtkctree.[ch] (gtk_ctree_set_drag_compare_func): New function
5349         to set a callback to test if a node in drag can be dropped onto
5350         it's currrent location.
5351         * gtk/gtkctree.c (set_mouse_cursor),(check_cursor): New functions
5352         to change the pointer when a drag destination is not allowed.
5353
5354 Thu Aug 13 21:06:00 1998  Raph Levien  <raph@gtk.org>
5355
5356         * gdk/gdkrgb.c: committing a patch by Ray Lehtiniemi that
5357         speeds up the 565_d case by about 25% total. Thanks Ray!
5358
5359 Thu Aug 13 16:47:44 1998  Owen Taylor  <otaylor@redhat.com>
5360
5361         * Changed GtkSignalFunc back to () from (void). (again!)
5362
5363         * Added file README.cvs-commits
5364         
5365 Thu Aug 13 09:11:11 BST 1998  Tony Gale  <gale@gtk.org>
5366
5367         * docs/gtk_tut.sgml:
5368           - Tidy up of the menufactory example from
5369             Andy Kahn <kahn@zk3.dec.com>
5370           - New section on Range Widgets from
5371             David Huggins-Daines <bn711@freenet.carleton.ca>
5372           - Started a new section on 'Advanced Event and Signal
5373             Handling' - used an email from Owen.
5374           - New appendix on Gdk Event Types
5375           - Added the tictactoe full example code to the
5376             'Code Examples' appendix
5377
5378 Tue Jul 21 12:42:01 1998  Owen Taylor  <otaylor@redhat.com>
5379
5380         * gdk/gdk.h gdk/gdkfont.c: Added gdk_text/string_extents() - 
5381           to calculate all the metrics at once of a string, including
5382           things which weren't calculated before.
5383
5384         * gtk/Makefile.am gtk/gtk.h gtk/gtktearoffmenu.[ch]: New
5385           MenuItem type, that when put as the first thing in a
5386           menu, makes the menu tearoff. Currently drawn as a
5387           dashed line.
5388
5389         * gtk/gtkmenuitem.h gtk/gtkcheckmenuitem.c: Added a flag
5390           "hide_on_activate" to the MenuItem class structure to allow
5391           check and radio buttons to be changed with <Space> without
5392           hiding the menu.
5393
5394         * gtk/gtkitemfactory.c: 
5395           - Create a AccelGroup for each MenuShell we create.
5396           - If an '_' appears before a  character 'c' in the path,
5397             then make 'c' an accelerator in the menu's accel group,
5398             and if the menuitem is menubar <alt>C an accelerator 
5399             in the itemfactory's accel group. Double '__' inserts
5400             a literal '_'
5401
5402         * gtk/gtklabel.[ch]: Add support for a pattern arg - 
5403           which is a string. If an '_' appears in this string,
5404           the corresponding position in the label is underlined.
5405
5406           Add gtk_label_parse_uline() convenience function which
5407           takes a string with embedded underlines, sets the
5408           pattern and label, and returns the accelerator keyval.
5409
5410         * gtk/gtkmenu.[ch]: Make menus no longer a toplevel widget.
5411           Instead, they create a GtkWindow and add themselves
5412           to that. (When torn off, another new feature, they
5413           create another GtkWindow to hold the torn off menu)
5414
5415           New function gtk_menu_set_tearoff_state()
5416         
5417         * gtk/gtkenums.h gtk/gtkmenushell.[ch] gtk/gtkenums.h: 
5418           Added action signals  for keyboard navigation of menus.
5419
5420         * gtk/gtkmenushell.c: Key press handler which activates
5421           bindings for navigation, and accelerators, for handling
5422           underline accelerators. Exported functions to select 
5423           and activate menu items in a menushell.
5424
5425         * gtk/testgtk.c: Added a new "Item Factory" test which
5426           tests GtkItemFactory and the new keyboard navigation
5427           of menus.
5428
5429 Tue Aug 11 20:52:58 1998  Tim Janik  <timj@gtk.org>
5430
5431         * gtk/gtktypeutils.c (gtk_type_class_init): relookup nodes after
5432         external functions have been called. also relookup nodes after
5433         this function has been invoked.
5434
5435 Tue Aug 11 15:04:52 1998  Owen Taylor  <otaylor@redhat.com>
5436
5437         * gtk/gtktext.[ch]: Removed has_cursor, set the cursor
5438           beginning of Text when creating the Text widget.
5439
5440         * gtk/testgtk.c: Grab the focus on the text widget so
5441           as to test out the above.
5442
5443 Tue Aug 11 14:55:00 1998  Owen Taylor  <otaylor@redhat.com>
5444
5445         * gtk/gtkeditable.c: Reverted part of timj's change of Jul 16. 
5446           ::changed is a notification signal and should have no default
5447           handler. A complete redraw of the Text widget does _not_ need to
5448           be done on every text insertion.
5449
5450 Tue Aug 11 13:07:29 1998  Owen Taylor  <otaylor@redhat.com>
5451         (gtk-abilleira-072198-patch)
5452
5453         * gtk/gtkwindow.[ch]: 
5454           Add gtk_window_set_modal() which sets a flag; when
5455           set the window does a gtk_grab_add() when the window
5456           is shown, and a gtk_grab_remove() when the window
5457           is hidden. 
5458
5459         * gtk/gtkfilesel.[ch]: Test if it is running in modal form and in
5460           that case will run "Create Dir","Delete File" and "Rename File" 
5461           dialogs as modal too.
5462
5463         * gtk/testgtk.c: Added a button with an example of creating modal 
5464           dialog boxes. Including file selection and color selection standard
5465           dialogs.
5466         
5467 Tue Aug 11 00:44:47 1998  Owen Taylor  <otaylor@redhat.com>
5468
5469         * gtk/gtkhscrollbar.c gtk/gtkvscrollbar.c gtk/gtktoolbar.c:
5470           Removed CAN_FOCUS by default from scrollbars, button
5471           children of toolbar. (But not GTK_TOOLBAR_CHILD_WIDGET children)
5472           (Scrollbar definitely good change, toolbar bit more questionable)
5473
5474 Tue Aug 11 17:49:33 1998  Tim Janik  <timj@gtk.org>
5475
5476         * examples/packbox/packbox.c: #include fixes (reported by Asbjoern
5477         Pettersen).
5478
5479 Tue Aug 11 00:35:56 1998  Owen Taylor  <otaylor@redhat.com>
5480
5481         * gdk/gdkgc.c gdk/gdktypes.h: Applied gtk-pedersen-980727-0; 
5482           added all logical operations to gc->function.
5483
5484 Sun Aug  9 23:31:59 1998  Lars Hamann  <lars@gtk.org>
5485
5486         * gtk/gtkclist.c (adjust_scrollbars): Fix for resize bug. Call
5487         gtk_widget_size_allocate instead of gtk_widget_queue_resize
5488         if the visibility state of a scrollbar changes.
5489
5490 Mon Aug 10 12:49:54 1998  Tim Janik  <timj@gtk.org>
5491
5492         * gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
5493
5494 Thu Aug  6 22:37:21 1998  Stefan Jeske  <stefan@gtk.org>
5495
5496         * gtk/gtkclist.c: Renamed my_merge and my_mergesort to
5497         gtk_clist_merge and gtk_clist_mergesort. :)
5498
5499 1998-08-06  Martin Baulig  <martin@home-of-linux.org>
5500
5501         * gtk/gtkclist.c: Renamed `merge' -> `my_merge' and
5502         `mergesort' -> `my_mergesort'.
5503
5504 Wed Aug  5 21:12:37 1998  Stefan Jeske  <stefan@gtk.org>
5505
5506         * gtk/gtkenums.h: new enum GtkSortType.
5507         
5508         * gtk/gtkclist.h:
5509         * gtk/gtkclist.c:
5510         Added sorting capabilities to GtkCList. New APIs :
5511         gtk_clist_set_compare_func, gtk_clist_set_sort_column,
5512         gtk_clist_set_sort_type, gtk_clist_sort, gtk_clist_set_auto_sort. 
5513         New internal functions : default_compare, merge, mergesort.
5514
5515         (gtk_clist_append): This is just a wrapper for gtk_clist_insert now.
5516         
5517         (gtk_clist_insert): Modified to handle gtk_clist_append and the
5518         auto sort flag. Changed the return value from void to gint to
5519         return the row number where the element was actually inserted.
5520
5521         (gtk_clist_swap_rows): Return immediately if auto sort flag is set.
5522         
5523         * gtk/gtkctree.h:
5524         * gtk/gtkctree.c:
5525         Removed the auto_sort flag, replaced ctree->node_compare with
5526         clist->compare all over the place, modified default_compare to
5527         match clist's needs. Removed API´s : gtk_ctree_set_auto_sort,
5528         gtk_ctree_set_compare_func. Removed GtkCTreeCompareFunc typedef.
5529
5530         * gtk/testgtk.c: Modified clist/ctree samples to demonstrate
5531         sorting. The lists can be sorted by a column by clicking the 
5532         corresponding title button.
5533         
5534 Tue Aug  4 22:02:49 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
5535
5536         * Released GTK+ 1.1.1
5537
5538 Wed Aug  5 02:57:20 1998  Lars Hamann  <lars@gtk.org>
5539
5540         * gtk/gtkctree.h:
5541         * gtk/gtkctree.c:
5542         (gtk_ctree_find): changed to return a gboolean
5543         (gtk_ctree_insert_gnode): new function for recursive insertion of a
5544         GNode tree.
5545         (gtk_ctree_real_select_recursive): fix for extended selection
5546         (gtk_ctree_sort_recursive): in case node == NULL, sort root nodes too.
5547         (gtk_ctree_set_node_info) (set_node_info): few fixes for expanded flag
5548
5549 Tue Aug  4 16:18:26 1998  Tim Janik  <timj@gtk.org>
5550
5551         * configure.in: version bump to 1.1.1, binary age 0, interface age 0.
5552         GLib version 1.1.1 is now required at minimum.
5553
5554         * docs/Makefile.am: added gtk_tut_fr.sgml to EXTRA_DIST (french version
5555         of the Gtk+ tutorial, contributed by Eric Jacoboni <jaco@dotcom.fr>.
5556
5557 Mon Aug  3 19:24:48 1998  Owen Taylor  <otaylor@redhat.com>
5558  
5559         * gtk/gtktext.c (gtk_text_forward_delete): Undraw the
5560           cursor before (possibly) deleting the cursor's text
5561           property.
5562  
5563         * gtk/gtktext.c (correct_cache_delete): More attempts
5564           to clean the line-start cache up after inserting
5565           a property. Among other things, make sure to
5566           fix up text->current_line, since it is used to 
5567           refetch the changed lines.
5568  
5569 Tue Aug  4 10:59:19 1998  Owen Taylor  <otaylor@redhat.com>
5570
5571         * gtk/gtktable.[ch]: Empty rows/columns of the table
5572         should not have been marked as being able to shrink.
5573         (Fixes problem with shrinking scrollbarless GIMP canvases)
5574
5575 1998-08-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
5576
5577         * gtk/gtkctree.c (gtk_ctree_find_by_row_data_custom): New public
5578         function to find a row by its data pointer using a custom
5579         comparison function.
5580
5581 Sun Aug 02 22:58:00 1998  George Lebl  <jirka@5z.com>
5582
5583         * gtk/gtkclist.c: draw the buttons during a "draw" as well,
5584           this fixes a bug when the whole widget is made non-sesitive
5585           the buttons weren't redrawn
5586
5587 Mon Aug  3 00:04:09 1998  Lars Hamann  <lars@gtk.org>
5588
5589         * gtk/gtkclist.c (abort_column_resize): reset drag_pos after abort
5590         * gtk/gtkclist.c (gtk_clist_key_press): removed a few unneeded lines
5591         * gtk/gtkcombo.c (gtk_combo_list_key_press): fixed compiler warning
5592
5593 Sun Aug  2 03:08:07 1998  Owen Taylor  <otaylor@gtk.org>
5594
5595         * gdk/gdkwindow.c (gdk_window_reparent): Change 
5596           window_private->parent pointer when reparenting.
5597
5598 Sat Aug  1 22:17:00 1998  Raph Levien  <raph@acm.org>
5599
5600         * gdk/gdkrgb.c: made some minor config changes to unify GdkRgb
5601         with the standalone release.
5602
5603 Fri Jul 31 20:45:07 1998  Lars Hamann  <lars@gtk.org>
5604
5605         * gtk/gtkclist.c (gtk_clist_button_press) (gtk_clist_motion)
5606         (gtk_clist_button_release) (new_column_width): Few fixes for
5607         column resize. Store resize column in clist->drag_pos.
5608
5609 Thu Jul 31 15:18:36 1998  Lars Hamann  <lars@gtk.org>
5610
5611         * gtk/gtkctree.h 
5612         * gtk/gtkctree.c 
5613         * gtk/testgtk.c : New typedef GtkCTreeNode, changed all GList *node
5614         to GtkCTreeNode *node.
5615
5616         * gtk/gtklist.h : added extended selection mode and auto scrolling.
5617         (struct _GtkList): removed unneeded variables timer, button,
5618         selection_start_pos, selection_end_pos, scroll_direction, have_grab.
5619         Added new variables undo_selection, undo_unselection, last_focus_child,
5620         undo_focus_child, htimer, vtimer, anchor, drag_pos, anchor_state,
5621         drag_selection, add_mode.
5622  
5623         New functions :
5624         (gtk_list_extend_selection), (gtk_list_start_selection),
5625         (gtk_list_end_selection), (gtk_list_select_all),
5626         (gtk_list_unselect_all), (gtk_list_scroll_horizontal),
5627         (gtk_list_scroll_vertical), (gtk_list_toggle_add_mode),
5628         (gtk_list_toggle_focus_row), (gtk_list_toggle_row),
5629         (gtk_list_undo_selection), (gtk_list_end_drag_selection)
5630         
5631         * gtk/gtklist.c : 
5632         (gtk_list_enter_notify): removed, because auto scrolling now works
5633         with gtk_list_motion_notify
5634  
5635         New functions, needed for auto scrolling :
5636         (gtk_list_motion_notify) (gtk_list_move_focus_child)
5637  
5638         New functions for extended selection support :
5639         (gtk_list_set_anchor), (gtk_list_fake_unselect_all),
5640         (gtk_list_fake_toggle_row), (gtk_list_update_extended_selection),
5641         (gtk_list_focus_lost)
5642         
5643         (gtk_list_set_focus_child): modified gtk_container_set_focus_child
5644         function to support auto scrolling, and avoid out-of-sync errors in
5645         case auf GTK_SELECTION_BROWSE
5646         (gtk_list_focus): modified gtk_container_focus function to avoid out
5647         off sync errors in case auf GTK_SELECTION_EXTENDED
5648
5649         * gtk/gtklistitem.h 
5650         * gtk/gtklistitem.c :
5651         New signal functions for key binding support :
5652         (toggle_focus_row), (select_all), (list_item), (unselect_all)
5653         (list_item), (undo_selection), (start_selection), (end_selection)
5654         (extend_selection), (scroll_horizontal), (scroll_vertical),
5655         (toggle_add_mode)
5656         (gtk_list_item_realize): added  GDK_KEY_PRESS_MASK |
5657         GDK_KEY_RELEASE_MASK
5658         (gtk_list_item_draw_focus): modify gc if parent has add_mode set.
5659  
5660         * gtk/gtkcombo.c :
5661         (gtk_combo_popup_button_press):  grab pointer for combo->list
5662         (gtk_combo_button_release): ungrab only if combo->popwin HAS_GRAB
5663         (gtk_combo_list_key_press): take care of which child HAS_GRAB
5664         (gtk_comb_init): don't connect combo->button with button_release_event
5665
5666 Thu Jul 30 12:39:36 1998  Lars Hamann  <lars@gtk.org>
5667
5668         * gtk/gtkclist.c (gtk_clist_motion): removed a few unneeded lines
5669
5670 Wed Jul 29 23:31:50 1998  Lars Hamann  <lars@gtk.org>
5671
5672         * gtk/gtkclist.c (gtk_clist_motion): column resize now works with
5673         horizontal autoscrolling, GtkCTree's 'reorder ability' now works
5674         with horizontal and vertical autoscrolling.
5675
5676 Tue Jul 28 20:32:03 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
5677
5678         * gtk/docs/man: new directory
5679         * gtk/docs/man/gtk_button.pod: new file, initial gtk_button man page
5680
5681 Tue Jul 28 00:03:20 1998  Lars Hamann  <lars@gtk.org>
5682
5683         * gtk/gtknotebook.c (gtk_notebook_paint): small fix for border drawing
5684         bug
5685
5686 Mon Jul 27 09:18:13 BST 1998  Tony Gale  <gale@gtk.org>
5687
5688         * docs/gtk_tut.sgml: GtkTree section from
5689           David Huggins-Daines <bn711@freenet.carleton.ca>,
5690           add a GtkText widget example
5691         * examples/text/* example/tree/* : new examples for the
5692           GtkTree and GtkText widgets
5693         * docs/gtk_tut.sgml: added an appendix to hold complete code
5694           examples that aren't in a full form elsewhere in the
5695           tutorial (e.g. scribble)
5696
5697 Mon Jul 27 00:46:21 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
5698
5699         * Released GTK+ 1.1.0
5700
5701 Mon Jul 27 04:18:26 1998  Tim Janik  <timj@gtk.org>
5702
5703         * gtkfeatures.h.in: revamped the definitions for 1-1-0, so that all
5704         the new API stuff is reflected in one #define GTK_HAVE_FEATURES_1_1_0.
5705
5706 Mon Jul 27 03:11:20 1998  Tim Janik  <timj@gtk.org>
5707
5708         * gtk/gtkbindings.c (binding_compose_params): fixup, so that enum
5709         values are looked up.
5710
5711         * gtk/gtktypeutils.h:
5712         * gtk/gtktypeutils.c: new functions gtk_type_flags_find_value and
5713         gtk_type_enums_find_value to lookup enum values.
5714
5715         * gtk/gtkctree.h: 
5716         * gtk/gtkctree.c: change enum name from GtkCTreeExpansion to
5717         GtkCTreeExpansionType. fixed signal creations to pass the enum
5718         types not just the base type GTK_TYPE_ENUM.
5719
5720         * gtk/gtkclist.h: 
5721         * gtk/gtkclist.c: fixed signal creations to pass the real enum
5722         types not just the base type GTK_TYPE_ENUM.
5723
5724 Sun Jul 26 14:50:07 1998  Stefan Jeske  <stefan@gtk.org>
5725
5726         * gtk/testgtk.c : 
5727         Began cleanup, e.g. use gtk_widget_show_all instead of many 
5728         gtk_widget_show's. Completely rewrote the button box sample
5729         (only one window now). Removed "miscellaneous" button.
5730
5731 Sun Jul 26 14:48:14 1998  Stefan Jeske  <stefan@gtk.org>
5732
5733         * gtk/gtkvbbox.c (gtk_vbutton_box_size_allocate): 
5734         Fixed wrong allocation for GTK_BUTTONBOX_END.
5735         (allocation->x  =>  allocation->y)
5736
5737 Sun Jul 26 14:06:37 1998  Lars Hamann  <lars@gtk.org>
5738
5739         * gtk/gtkclist.c (gtk_clist_button_press) (gtk_clist_button_release)
5740         (abort_column_resize) (gtk_clist_key_press): fix for pointer grab
5741         
5742         * gtk/gtkctree.c (real_tree_select): added check to avoid double
5743         selected rows
5744         (gtk_ctree_button_press)
5745         (gtk_ctree_button_release): fix for pointer grab
5746
5747 Sat Jul 25 13:16:00 1998 Damon Chaplin  <DAChaplin@msn.com>
5748
5749         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): 
5750         Fixed initialization problem - dirty memory could cause problems.
5751         Also checked that bitmapped fonts can be scaled when showing the
5752         available sizes.
5753
5754 Sat Jul 25 02:25:03 1998  Lars Hamann  <lars@gtk.org>
5755
5756         * gtk/gtkctree.c (gtk_ctree_sort_recursive)
5757         (gtk_ctree_sort_recursive): test for node != NULL
5758         (gtk_ctree_is_visible) (gtk_ctree_realize) (gtk_ctree_unrealize)
5759         (gtk_ctree_last) : added sanity checks
5760         * gtk/gtkclist.c (gtk_clist_button_press): removed "no_focus_row"
5761
5762 Fri Jul 24 18:15:49 1998  Lars Hamann  <lars@gtk.org>
5763
5764         * gtk/gtkclist.c (toggle_focus_row): mini code cleanup
5765
5766 Fri, 24 Jul 1998 10:56:22 +0200 Paolo Molaro <lupus@debian.org>
5767
5768         * gtk/gtkfeatures.h.in: added GTK_HAVE_ENUM_VALUE_STRUCT.
5769
5770 Thu Jul 23 00:11:39 1998  Tim Janik  <timj@gtk.org>
5771
5772         * gtk/testgtkrc: introduce testbindings on C-1 for buttons,
5773         to check out binding priorities. someone should really write
5774         gtkrc-mode for emacs.
5775
5776         * gtk/gtkwidget.c (gtk_widget_class_init): remove ugly bindings test.
5777         * gtk/testgtk.c (main): and move it here ;). this test says something
5778         on release of C-9. (this works only if the mouse pointer is on a
5779         spinbutton and there is no focus widget).
5780
5781         * gtk/gtkrc.h:
5782         * gtk/gtkrc.c:
5783         export gtk_rc_parse_color, gtk_rc_parse_state and a new function
5784         gtk_rc_parse_priority to parse path priority types.
5785         export rc tokens.
5786         feature binding parsing.
5787
5788 Wed Jul 22 23:41:17 1998  Tim Janik  <timj@gtk.org>
5789
5790         * gtk/gtkbindings.h: 
5791         * gtk/gtkbindings.c: new function gtk_binding_parse_binding() to
5792         feature binding parsing in rc files.
5793         * gtk/gtkbindings.c (gtk_binding_set_new): bug fix.
5794         * gtk/gtkbindings.c (gtk_binding_pattern_compare): bug fix, we used to
5795         order the bindings with lowest priority first.
5796
5797 Wed Jul 22 15:21:08 PDT 1998 Manish Singh <yosh@gimp.org>
5798
5799         * gdk/gdkrgb.c: actually builds and runs properly on big
5800         endian machines now, because we #include config.h. Also
5801         fixed up a compile error in the WORDS_BIGENDIAN case in
5802         gdk_rgb_convert_565_gray. I made the fix by looking at
5803         patterns in the other code; Raph can you verify this?
5804
5805         * gdk/gdkthreads.c: #include <unistd.h> to quell compiler
5806         warnings
5807
5808 Wed Jul 22 23:00:44 1998  Lars Hamann  <lars@gtk.org>
5809
5810         * gtk/gtkctree.c (tree_select/unselect) (tree_expand/collapse) 
5811         (tree_toggle_expansion) (real_select/unselect_row)
5812         (gtk_ctree_select/unselect) : few fixes for gtk_signal_emits
5813
5814 Wed Jul 15 17:44:47 1998  Owen Taylor  <otaylor@redhat.com>
5815
5816         * gtk/gtktext.c (new_text_property): We free things from
5817         the text property MemChunk, so it needs to be G_ALLOC_AND_FREE.
5818
5819         * Fix up line start cache when splitting a property
5820         during an insert.
5821
5822 Wed Jul 15 21:15:52 1998  Owen Taylor  <otaylor@redhat.com>
5823
5824         * gtk/gtkwidget.c: restauration => restoration
5825
5826 Thu Jul 16 20:11:36 1998  Owen Taylor  <otaylor@redhat.com>
5827
5828         * gdk/gdkxid.c (gdk_xid_table_lookup): If xid_ht
5829         hasn't been created yet, don't do the lookup.
5830
5831 1998-07-20  Raph Levien  <raph@acm.org>
5832
5833         * gdk/gdkrgb.c: More cleanups in the config process.
5834
5835 1998-07-20  Raph Levien  <raph@acm.org>
5836
5837         * gdkrgb.c: Fixed minor config bug preventing big-endian
5838         architectures from working.
5839
5840 Tue Jul 21 06:32:43 1998  Stefan Jeske  <stefan@gtk.org>
5841
5842         * gtk/gtkprogressbar.{c,h} gtk/testgtk.c: Fixed wrong size of
5843         activity indicator. It is settable now as a fraction of the
5844         total width/height using gtk_progress_bar_set_activity_blocks.
5845         Renamed gtk_progress_bar_set_number_of_blocks to
5846         gtk_progress_bar_set_discrete_blocks.
5847
5848 Mon Jul 20 21:28:18 1998  Lars Hamann  <lars@gtk.org>
5849
5850         * gtk/gtkctree.c (gtk_ctree_post_recursive_to_depth)
5851         (gtk_ctree_pre_recursive_to_depth): new functions, recursive process
5852         tree to specified depth
5853         (gtk_ctree_expand_to_depth): expand tree to specified depth
5854         (gtk_ctree_collapse_to_depth): collapse all nodes with level >= depth
5855
5856 Sun Jul 19 23:51:05 1998  Lars Hamann  <lars@gtk.org>
5857
5858         * gtk/gtkclist.c (scroll_vertical): fix for vertical scrolling in case
5859         of GTK_CLIST_ADD_MOD
5860         * gtk/testgtk.c (add1000_clist): changed pixmap
5861
5862 Sat Jul 18 22:59:04 1998  Tim Janik  <timj@gtk.org>
5863
5864         * gtk/gtkmain.h: 
5865         * gtk/gtkmain.c: export gtk_binary_age and gtk_interface_age.
5866
5867         * gtk/gtktypeutils.h:
5868         * gtk/gtkitemfactory.h: remove "void" from prototypes again.
5869
5870 Sat Jul 18 00:54:01 1998  Lars Hamann  <lars@gtk.org>
5871
5872         * gtk/gtknotebook.c (gtk_notebook_set_child_arg): added support for
5873         CHILD_ARG_MENU_LABEL, CHILD_ARG_TAB_LABEL
5874         (gtk_notebook_get_child_arg): added support for CHILD_ARG_MENU_LABEL,
5875         CHILD_ARG_POSITION
5876         (gtk_notebook_reorder_child): new funktion to change position of a
5877         notebook page
5878         (gtk_notebook_draw_arrow): draw left/right arrow with
5879         GTK_SHADOW_ETCHED_IN if focus_tab is first/last tab.
5880
5881         * gtk/gtkstyle.c (gtk_default_draw_arrow):
5882         added GTK_SHADOW_ETCHED_IN/OUT
5883
5884 Sun Jul 19 12:19:16 1998  Stefan Jeske  <stefan@gtk.org>
5885
5886         * gtk/gtkprogress.c gtk/gtkprogress.h gtk/gtkprogressbar.c
5887           gtk/gtkprogressbar.h gtk/Makefile.am gtk/gtk.h gtk/testgtk.c:
5888         Introduced generic GtkProgress widget. Derived GtkProgressBar from
5889         GtkProgress. Made GtkProgressBar much more flexible (see testgtk).
5890
5891 Fri Jul 17 23:49:28 PDT 1998 Manish Singh <yosh@gimp.org>
5892
5893         * gtk/gtktypeutils.h
5894         * gtk/gtkitemfactory.h: explicitly specify void in prototype
5895
5896 Fri Jul 17 17:54:02 1998  Lars Hamann  <lars@gtk.org>
5897
5898         * gtk/gtkclist.c (scroll_vertical): fix to avoid flicker at begin/end
5899         of list
5900
5901 Fri Jul 17 05:30:47 1998  Tim Janik  <timj@gtk.org>
5902
5903         * gtk/gtksignal.c (gtk_handlers_run) (gtk_signal_real_emit):
5904         sropped the approach of copying all signal specific data into a
5905         GtkHandlerInfo structure. we rather keep the signal data on the stack
5906         in gtk_signal_real_emit and pass that over to gtk_handlers_run. this
5907         avoids multiple lookups of the signal pointer and works savely together
5908         with destroy notifiers of handlers.
5909
5910         * gtk/gtkentry.c (gtk_entry_key_press): care for the posssibility that
5911         someone destroys the entry on the ::activate signal.
5912
5913 Fri Jul 17 01:21:32 1998  Tim Janik  <timj@gtk.org>
5914
5915         * gtk/gtkarrow.c (gtk_arrow_expose): use misc->xpad for x calculation
5916         instead of ypad (typo).
5917         (gtk_arrow_set): clear all of the arrow's allocation (left a 1 pixel
5918         border around the allocation).
5919         (gtk_arrow_init): the static requisition needs to be setup in this
5920         function rather than gtk_widget_new(), so arrow creation works without
5921         the gtk_arrow_new() constructing.
5922         (gtk_arrow_expose): return TRUE, since we actually handled the expose.
5923
5924         * gtk/gtkwidget.c (gtk_widget_real_size_request): provide a default
5925         implementation for GtkWidget::size_request, so size requisition for
5926         simple statically sized widgets like GtkArrow works.
5927
5928 Thu Jul 16 14:16:16 PDT 1998 Manish Singh <yosh@gimp.org>
5929
5930         * gtk-config.in: minor changes to gtk-config: --cflags doesn't
5931         prepend -I@libdir@/glib/include anymore, since glib-config handles
5932         it; --libs strips out redundant -L<path>'s properly (there was
5933         code in there to do it before, but it didn't work)
5934
5935 Thu Jul 16 18:24:41 1998  Tim Janik  <timj@gtk.org>
5936
5937         * gtk/gtknotebook.h: 
5938         * gtk/gtknotebook.c: signdness corrections all ove the place.
5939         implementation of object arguments: GtkNotebook::enable_popup,
5940         GtkNotebook::tab_pos, GtkNotebook::tab_border, GtkNotebook::show_tabs,
5941         GtkNotebook::show_border, GtkNotebook::scrollable and GtkNotebook::page.
5942         begun implementation of child args, we have GtkNotebook::tab_label, but
5943         GtkNotebook::menu_label and GtkNotebook::position still lack the
5944         implementation.
5945         (gtk_notebook_remove_page):
5946         (gtk_notebook_current_page): allow negative indices (-1) as alias for
5947         the last page.
5948
5949         * gtk/gtkentry.h:
5950         * gtk/gtkentry.c: GtkType and macro fixups. implementation of object
5951         arguments GtkEntry::max_length and GtkEntry::visibility.
5952         (gtk_entry_adjust_scroll): queue a redraw.
5953
5954         * gtk/gtkeditable.h:
5955         * gtk/gtkeditable.c: GtkType und macro fixups. implementation of
5956         object arguments GtkEditable::text_position and GtkEditable::editable.
5957         new (action) signal GtkEditable::set_editable.
5958         provide a default handler for GtkEditable::changed that queues a redraw.
5959
5960         * gtk/gtktext.h: 
5961         * gtk/gtktext.c: GtkType und macro fixups. override GtkEditable::
5962         set_editable.
5963
5964 Thu Jul 16 14:42:11 1998  Lars Hamann  <lars@gtk.org>
5965
5966         * gtk/gtkctree.c (gtk_ctree_button_release): fix for sigsegv in
5967         case of drag_target == NULL
5968         * gtk/gtkclist.c (gtk_clist_button_press): fix for GTK_2/3BUTTON_PRESS.
5969         Clist did not emit an select_row signal in case of GTK_2/3BUTTON_PRESS.
5970         * gtk/gtkfilesel.c (gtk_file_selection_file_button,
5971         gtk_dir_selection_file_button): fix due to changes in clist's
5972         select_row signal.
5973
5974 Thu Jul 16 01:27:15 1998  Tim Janik  <timj@gtk.org>
5975
5976         * gtk/gtkwidget.h:
5977         * gtk/gtkwidget.c (gtk_widget_set_usize): handle negative values
5978         similar to gtk_widget_set_uposition(). that is: -1=unspecified,
5979         -2=leave untouched. changed the width/height field of GtkWidgetAuxInfo
5980         to be gint16s rather than guint16s, since that's what the code expected
5981         (for a long time actually).
5982
5983         * gtk/gtkviewport.c:
5984         added support for object arguments: GtkViewport::shadow_type,
5985         GtkViewport::vadjustment and GtkViewport::hadjustment.
5986         (gtk_viewport_add): chain gtk_bin_add.
5987
5988         * gtk/gtkscrolledwindow.c: 
5989         added support for object argument: GtkScrolledWindow::hscrollbar_policy,
5990         GtkScrolledWindow::vscrollbar_policy and GtkScrolledWindow::viewport.
5991
5992         * gtk/gtkadjustment.h: 
5993         * gtk/gtkadjustment.c: 
5994         * gtk/gtkctree.h: 
5995         * gtk/gtkclist.h: 
5996         * gtk/gtkctree.c: 
5997         * gtk/gtkclist.c:
5998         * gtk/gtkscrolledwindow.h:
5999         * gtk/gtkscrolledwindow.c:
6000         * gtk/gtkviewport.h:
6001         * gtk/gtkviewport.c:
6002         GtkType and macro fixups.
6003
6004 Thu Jul 16 01:10:02 1998  Lars Hamann  <lars@gtk.org>
6005
6006         * gtk/gtkctree.h :
6007         * gtk/gtkctree.c :
6008         Added focus handling, horizontal and vertical autoscrolling,
6009         extended Selection Mode, key bindings
6010         Added gtk_ctree_toggle_expansion & gtk_ctree_toggle_expansion_recursive
6011         Changed gtk_ctree_scroll_to to gtk_ctree_moveto.
6012         Removed gtk_ctree_clear.
6013         
6014         * gtk/gtkclist.h :
6015         * gtk/gtkclist.c : 
6016         Added focus handling, horizontal and vertical autoscrolling,
6017         extended Selection Mode, key bindings
6018
6019 Wed Jul 15 12:39:27 1998  Raph Levien  <raph@acm.org>
6020
6021         * This checkin integrates GdkRgb version 0.0.3 into the Gtk 1.1
6022         source tree. For more information on GdkRgb, please see:
6023         http://www.levien.com/gdkrgb/
6024
6025         * gtk/gtkfeatures.h.in (GTK_HAVE_GDK_RGB): added this feature. It
6026         bothers me slightly that the feature is in gdk, and this file is
6027         in gtk, but it's probably ok.
6028
6029         * gdk/gdk.h: Added an #include of <gdk/gdkrgb.h>
6030
6031         * gdk/gdkrgb.c:
6032         * gdk/gdkrgb.h: Added this module.
6033
6034         * Makefile.am (EXTRA_DIST): Added gdkrgb.c and gdkrgb.h files.
6035
6036         * configure.in: added AC_C_BIGENDIAN test (needed by GdkRgb).
6037
6038 Wed Jul 15 14:20:10 1998  Tim Janik  <timj@gtk.org>
6039
6040         * gtk/gtksignal.c (gtk_signal_real_emit): pass only the signal_id
6041         to this function. it needs to relookup the signal multiple times.
6042         this fixes spurious segfaults that could show up with signal intensive
6043         code, when classes are created during a pending emission (which is
6044         normal case).
6045
6046 Tue Jul 14 19:12:12 1998  Tim Janik  <timj@gtk.org>
6047
6048         * gtk/gtkbutton.c (gtk_button_set_arg): don't destroy a buttons
6049         child if it isn't a label.
6050
6051 Tue Jul 14 11:41:38 1998  Tim Janik  <timj@gtk.org>
6052
6053         * gtk/gtkdialog.h: 
6054         * gtk/gtkseparator.h: 
6055         * gtk/gtkhseparator.h: 
6056         * gtk/gtkvseparator.h: macro and GtkType fixups.
6057
6058 Tue Jul 14 06:25:46 1998  Tim Janik  <timj@gtk.org>
6059
6060         * gtk/testgtk.c (create_cursors): display the current cursor name.
6061
6062         * gtk/gtktypeutils.h: 
6063         * gtk/gtktypeutils.c (gtk_type_init_builtin_types): cleanups to
6064         the fundamental type definition. the GtkArg union now only covers
6065         the required storage types for argument values. adapted the GTK_VALUE_*
6066         macro set. handle GTK_TYPE_UCHAR. definiton of type set bounds macros.
6067
6068         * gtk/gtkargcollector.c (gtk_arg_collect_value): clean ups of the
6069         code, fixed int/float collection. fixed a bug in the sanity checking
6070         code for GtkObjects.
6071
6072         * gtk/gtkbindings.c (gtk_binding_entry_add_signal): fixups of the
6073         argument collection code.
6074
6075         * gtk/gtksignal.c (gtk_signal_collect_params): use the type set bounds
6076         macros when distinguishing the return type.
6077
6078 Mon Jul 13 12:42:51 1998  George Lebl  <jirka@5z.com>
6079
6080         * gdk/gdkwindow.h: (gdk_window_reparent) check if old_parent_private
6081           is not NULL before trying to g_list_remove the child. A patch
6082           from Michael Lausch.
6083
6084 Sun Jul 12 16:40:06 1998  Tim Janik  <timj@gtk.org>
6085
6086         * gtk/gtkargcollector.c (gtk_arg_collect_value): fix float argument
6087         collection (always casted to doubles upon argument passing).
6088
6089 Sun Jul 12 05:59:26 1998  Tim Janik  <timj@gtk.org>
6090
6091         * gtk/gtktypeutils.c (gtk_type_new): call the base classes'
6092         object_init_func for derived objects with the object's ->klass field
6093         still pointing to the corresponding base class, otherwise overridden
6094         class functions could get called with partly-initialized objects.
6095         (change from Tero Pulkkinen <terop@modeemi.cs.tut.fi>).
6096
6097 Sun Jul 12 02:47:35 1998  Tim Janik  <timj@gtk.org>
6098
6099         * gtk/gtkobject.h:
6100         * gtk/gtkobject.c:
6101         (gtk_object_arg_get_info): new functions which wraps gtk_arg_get_info().
6102
6103         * gtk/gtkcontainer.h:
6104         * gtk/gtkcontainer.c:
6105         (gtk_container_child_arg_get_info): new function which wraps
6106         gtk_arg_get_info().
6107
6108 Fri Jul 10 13:29:53 1998  Tim Janik  <timj@gtk.org>
6109
6110         * gtk/gtkcontainer.c:
6111         (gtk_container_arg_get): 
6112         (gtk_container_arg_set): 
6113         * gtk/gtkobject.c:
6114         (gtk_object_arg_set): 
6115         (gtk_object_arg_get):
6116         strictly check for the associated get/set arg functions. if an
6117         arg is readable or writable, the associated class functions *must*
6118         be provided.
6119
6120 Fri Jul 10 09:37:50 1998  Tim Janik  <timj@gtk.org>
6121
6122         * gtk/gtkaccellabel.c (gtk_accel_label_accelerator_width): only take the
6123         padding into account if there is an accelerator.
6124
6125 Fri Jul 10 05:51:44 1998  Tim Janik  <timj@gtk.org>
6126
6127         * gtk/gtkcontainer.c:
6128         (gtk_container_add_with_args): collect the arguments with
6129         gtk_container_child_args_collect, not through gtk_object_args_collect.
6130         (gtk_container_child_set): likewise.
6131
6132 Fri Jul 10 04:20:35 1998  Tim Janik  <timj@gtk.org>
6133
6134         * gtk/gtktypeutils.h: 
6135         * gtk/gtktypeutils.c: added a new internal type GTK_TYPE_IDENTIFIER
6136         which is derived from GTK_TYPE_STRING.
6137
6138         * gtk/gtkbindings.c: reworked the argument type handling.
6139
6140 Thu Jul  9 21:03:19 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
6141
6142         * gtk/gtkpreview.c: add in just enough support for 1 or 4 bits
6143           so that it seems to allow normal operation in those modes,
6144           although you will only see black  (GIMP toolbar now pops up,
6145           just don't create a new image and GIMP now works in 4 bit.)
6146
6147 Thu Jul  9 20:20:04 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
6148
6149         * gdk/gdkvisuals.c: 4 bit support, increased available_depths
6150           array, which was too low (?)
6151
6152 Fri Jul 10 00:02:04 1998  Tim Janik  <timj@gtk.org>
6153
6154         * gtk/gtkcontainer.h: 
6155         * gtk/gtkcontainer.c: deleted most of the argument handling code, since
6156         that is now implemented in gtkarg.c. similar to gtk_object_args_collect,
6157         we now export a new function gtk_container_child_args_collect().
6158         for consistency with the object arguments, a few functions got renamed:
6159         gtk_container_child_arg_get -> gtk_container_child_get,
6160         gtk_container_child_arg_set -> gtk_container_child_set,
6161         gtk_container_child_arg_getv -> gtk_container_child_getv,
6162         gtk_container_child_arg_setv -> gtk_container_child_setv,
6163         gtk_container_add_with_argv -> gtk_container_addv.
6164         note, gtk_container_add_with_args() remained, because its equivalent
6165         would be gtk_container_add(,, ...) which would break all existing code.
6166         (gtk_container_add_child_arg_type): similar to gtk_object_add_arg_type,
6167         we expect the `arg_name' argument to be a const static string now.
6168         (gtk_container_get_child_arg_type): function removed.
6169
6170 Thu Jul  9 07:03:04 1998  Tim Janik  <timj@gtk.org>
6171
6172         * gtk/gtkargcollector.c: new file which holds gtk_arg_collect_value().
6173         this is a static inline function that collects command line arguments
6174         from a va_list. this file can just be included in all places that
6175         need this functionality.
6176
6177         * gtk/gtkarg.h: 
6178         * gtk/gtkarg.c: new files which implement most of the argument
6179         handling stuff from gtkobject.c. also collected a few more
6180         gtk_arg_* utility functions from else places.
6181
6182         * gtk/gtkobject.h: 
6183         * gtk/gtkobject.c: moved most of the argument handling code into
6184         gtkarg.c. we now export gtk_object_args_collect() as a non-public
6185         method with a blind va_list pointer.
6186         (gtk_object_add_arg_type): the `arg_name' argument is required to be a
6187         const static string now.
6188         (gtk_object_get_arg_type): function got removed.
6189
6190         * gtk/gtkwidget.c: 
6191         (gtk_widget_set): 
6192         (gtk_widget_new): adaptions for gtk_object_args_collect().
6193
6194         * gtk/gtktypeutils.c (gtk_type_init_builtin_types): changed the internal
6195         fundamental type name so as to have a valid prefix, e.g. "bool"->
6196         "gboolean", "string"->"GtkString" and somesuch, left "void" as is,
6197         though that should probably be something like GtkNone since the
6198         type itself is called GTK_TYPE_NONE.
6199         even the internal type names need to avoid name clashes and must live
6200         in their own namespace, several code portions rely on that.
6201         we should relly have typedefs such as typedef gchar* GtkString; so the
6202         fundamental type names can be used for code dumpers just like with all
6203         the Gtk/Gdk types.
6204
6205 Wed Jul  8 15:31:28 1998  Tim Janik  <timj@gtk.org>
6206
6207         * gtk/gtkbutton.c: handle GTK_RELIEF_HALF, which was introduced to
6208         keep either GTK_STATE_NORMAL for relief buttons (GTK_RELIEF_NONE) or
6209         to still honour GTK_WIDGET_STATE(), e.g. for coloured buttons
6210         (GTK_RELIEF_HALF).
6211         (gtk_button_paint): set the background for prelighted buttons with
6212         GTK_STATE_NORMAL only if GTK_RELIEF_NONE.
6213         (gtk_button_draw_focus): if GTK_RELIEF_NONE, use GTK_STATE_NORMAL for
6214         the shadow type (otherwise we get strange shadows for coloured buttons).
6215         (gtk_button_set_relief): queue a redraw after changing
6216         the relief.
6217         (gtk_button_class_init): 
6218         (gtk_button_set_arg): 
6219         (gtk_button_get_arg): added object argument "GtkButton::relief".
6220
6221         * gtk/gtkenums.h (enum): added GTK_RELIEF_HALF.
6222
6223 Mon Jul  6 18:30:48 1998  Tim Janik  <timj@gtk.org>
6224
6225         * gtk/gtkbutton.h:
6226         * gtk/gtkbutton.c: GtkButtons are now derived from GtkBin. we mirror
6227         GTK_BIN (button)->child to button->child to keep source compatibility.
6228
6229         * gtk/gtkoptionmenu.c:
6230         * gtk/gtkclist.c:
6231         * gtkcheckbutton.c: don't refer to button->child, but
6232         GTK_BIN (button)->child instead.
6233
6234 Mon Jul  6 12:06:23 BST 1998  Tony Gale  <gale@gtk.org>
6235
6236         * docs/gtkfaq.sgml: update anon CVS info
6237
6238 Sat Jul  4 13:16:24 1998  Tim Janik  <timj@gtk.org>
6239
6240         * gtk/*.c: changed reversed_[12] to reserved_[12] in gtk_*_get_type
6241         functions.
6242
6243         * gdk/gdkwindow.c:
6244         * gdk/gdkvisual.c: check for some pointer values to be != NULL, prior
6245         to XFree() calls.
6246
6247 1998-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
6248
6249         * gtk/gtkfeatures.h.in: Added GDK_HAVE_FULL_CROSSING_EVENT, since
6250         I seem to have erroneously added it to gtkfeatures.h (not .h.in).
6251
6252 Fri Jul  3 14:55:31 PDT 1998 Manish Singh <yosh@gimp.org>
6253
6254         * gtk/gtkfeatures.h.in: added GTK_HAVE_RELIEF_STYLE
6255
6256 Wed Jul  1 20:58:46 1998  Tim Janik  <timj@gtk.org>
6257
6258         * gtk/gtkwidget.h:
6259         * gtk/gtkwidget.c: temporary implementation of action signal "debug_msg"
6260
6261         * gtk/gtkbindings.c (gtk_binding_entry_add_signal): fixed an off-by-one
6262         error that prevented signal to entry addition for signals with
6263         parameters.
6264
6265 Wed Jul  1 10:05:36 PDT 1998 Manish Singh <yosh@gimp.org>
6266
6267         * ltconfig: fix for properly detecting shared lib support on
6268         SunPro cc (taken from libtool 1.2.a)
6269
6270 Wed Jul  1 03:33:30 1998  Tim Janik  <timj@gtk.org>
6271
6272         * gtk/gtkrc.c: implementation of the "class" keyword for styles.
6273
6274 Tue Jun 30 14:30:37 1998  Tim Janik  <timj@gtk.org>
6275
6276         * gtk/gtkrc.c: fixed lookup order for rc styles. the latest defined
6277         rc set pattern is favoured, this is needed for overriding of style
6278         patterns with subsequently parsed rc files.
6279
6280 Tue Jun 30 12:45:19 1998  Tim Janik  <timj@gtk.org>
6281
6282         * gtk/gtkrc.c: code overhaul for simplicity and more descriptive
6283         error messages.
6284
6285 Tue Jun 30 09:24:40 1998  Tim Janik  <timj@gtk.org>
6286
6287         * gtk/gtkaccelgroup.c (gtk_accelerator_parse): parse "<Release>"
6288         modifier as well.
6289         (gtk_accelerator_name): add "<Release>" to the accelerator name if
6290         neccessary.
6291
6292         * gtk/gtkbindings.c (BINDING_MOD_MASK): take BINDING_MOD_MASK into
6293         account.
6294
6295         * gtk/gtkwidget.c (gtk_widget_real_key_release_event): implemented
6296         default handler for key-release events, which checks for activation
6297         of GDK_RELEASE_MASK key bindings.
6298
6299         * gdk/gdktypes.h (enum): added GDK_RELEASE_MASK to GdkModifierType.
6300
6301 Mon Jun 29 13:39:45 1998  Tim Janik  <timj@gtk.org>
6302
6303         * gtk/gtkarrow.h: GtkType and macro fixups.
6304         * gtk/gtkarrow.c: widget argument implementation: "GtkArrow::arrow_type",
6305         "GtkArrow::shadow_type".
6306
6307 Sun Jun 28 11:39:17 1998  Tim Janik  <timj@gtk.org>
6308
6309         * gtk/gtkalignment.h:
6310         * gtk/gtkbin.h: GtkType and macro fixups.
6311         
6312         * gtk/gtkalignment.c (gtk_alignment_class_init): widget argument
6313         implementation: GtkAlignment::xalign, GtkAlignment::yalign,
6314         GtkAlignment::xscale, GtkAlignment::yscale.
6315
6316 Sun Jun 28 04:29:10 1998  Tim Janik  <timj@gtk.org>
6317
6318         * gtk/gtktypeutils.c (gtk_type_class_init): call the base class init
6319         fucntions from all parent types upon class initialization.
6320
6321         * gtk/gtkcontainer.c:
6322         (gtk_container_get_type): announce gtk_container_base_class_init to
6323         the type system.
6324         (gtk_container_base_class_init): new function to feature base class
6325         initialization.
6326         (gtk_container_get_child_arg): 
6327         (gtk_container_set_child_arg): call the GtkContainerClass get_child_arg
6328         and set_child_arg methods of the class indicated through the argument
6329         name.
6330
6331         * gtk/gtkobject.c:
6332         (gtk_object_base_class_init): new function to feature base class
6333         initialization.
6334         (gtk_object_init_type): announce gtk_object_base_class_init to the type
6335         system.
6336         (gtk_object_class_init): setup the get_arg and set_arg pointers for
6337         GtkObjectClass.
6338         (gtk_object_setv): 
6339         (gtk_object_getv): call the GtkObjectClass get_arg and set_arg methods,
6340         instead of bothering the type system with this.
6341
6342         * gtk/gtkaccellabel.c: 
6343         * gtk/gtkbutton.c: 
6344         * gtk/gtkradiobutton.c: 
6345         * gtk/gtktable.c:
6346         * gtk/gtktogglebutton.c: 
6347         * gtk/gtktipsquery.c: 
6348         * gtk/gtkbox.c: 
6349         * gtk/gtkpacker.c: 
6350         * gtk/gtkwidget.c: 
6351         * gtk/gtkwindow.c: 
6352         * gtk/gtkframe.c: 
6353         * gtk/gtkmisc.c:
6354         * gtk/gtklabel.c: set the object_class->{g|s}et_arg pointers to the
6355         corresponding gtk_*_{g|s]et_arg functions and updated the gtk_*_get_type
6356         functions wrt GtkTypeInfo initialization. changed a lot of the set/get
6357         arg functions to take a GtkObject argument.
6358
6359         gtk/gtkadjustment.c:
6360         gtk/gtkalignment.c:
6361         gtk/gtkarrow.c:
6362         gtk/gtkaspectframe.c:
6363         gtk/gtkbbox.c:
6364         gtk/gtkbin.c:
6365         gtk/gtkcheckbutton.c:
6366         gtk/gtkcheckmenuitem.c:
6367         gtk/gtkclist.c:
6368         gtk/gtkcolorsel.c:
6369         gtk/gtkcombo.c:
6370         gtk/gtkctree.c:
6371         gtk/gtkcurve.c:
6372         gtk/gtkdata.c:
6373         gtk/gtkdialog.c:
6374         gtk/gtkdrawingarea.c:
6375         gtk/gtkeditable.c:
6376         gtk/gtkentry.c:
6377         gtk/gtkeventbox.c:
6378         gtk/gtkfilesel.c:
6379         gtk/gtkfixed.c:
6380         gtk/gtkfontsel.c:
6381         gtk/gtkgamma.c:
6382         gtk/gtkhandlebox.c:
6383         gtk/gtkhbbox.c:
6384         gtk/gtkhbox.c:
6385         gtk/gtkhpaned.c:
6386         gtk/gtkhruler.c:
6387         gtk/gtkhscale.c:
6388         gtk/gtkhscrollbar.c:
6389         gtk/gtkhseparator.c:
6390         gtk/gtkimage.c:
6391         gtk/gtkinputdialog.c:
6392         gtk/gtkitem.c:
6393         gtk/gtkitemfactory.c:
6394         gtk/gtklist.c:
6395         gtk/gtklistitem.c:
6396         gtk/gtkmenu.c:
6397         gtk/gtkmenubar.c:
6398         gtk/gtkmenuitem.c:
6399         gtk/gtkmenushell.c:
6400         gtk/gtknotebook.c:
6401         gtk/gtkoptionmenu.c:
6402         gtk/gtkpaned.c:
6403         gtk/gtkpixmap.c:
6404         gtk/gtkpreview.c:
6405         gtk/gtkprogressbar.c:
6406         gtk/gtkradiomenuitem.c:
6407         gtk/gtkrange.c:
6408         gtk/gtkruler.c:
6409         gtk/gtkscale.c:
6410         gtk/gtkscrollbar.c:
6411         gtk/gtkscrolledwindow.c:
6412         gtk/gtkseparator.c:
6413         gtk/gtkspinbutton.c:
6414         gtk/gtkstatusbar.c:
6415         gtk/gtktext.c:
6416         gtk/gtktoolbar.c:
6417         gtk/gtktooltips.c:
6418         gtk/gtktree.c:
6419         gtk/gtktreeitem.c:
6420         gtk/gtkvbbox.c:
6421         gtk/gtkvbox.c:
6422         gtk/gtkviewport.c:
6423         gtk/gtkvpaned.c:
6424         gtk/gtkvruler.c:
6425         gtk/gtkvscale.c:
6426         gtk/gtkvscrollbar.c:
6427         gtk/gtkvseparator.c: updated the GtkTypeInfo initialization code to
6428         match the modified GtkTypeInfo structure.
6429
6430 Sat Jun 27 23:23:27 PDT 1998 Manish Singh <yosh@gimp.org>
6431
6432         * gtk/testgtk.c: use rand() instead of random() for portability
6433
6434 Sat Jun 27 22:42:28 PDT 1998 Manish Singh <yosh@gimp.org>
6435
6436         * configure.in
6437         * acconfig.h
6438         * gdk/gdk.c: use native Xlib XConvertCase if it's available
6439
6440 Sat Jun 27 15:44:46 1998  Tim Janik  <timj@gtk.org>
6441
6442         * gdk/gdk.c (gdkx_XConvertCase): compatibility function to provide
6443         XConvertCase() functionality from X11R6 on X11R5 systems.
6444
6445 Thu Jun 25 10:50:34 1998  Stefan Jeske  <stefan@gtk.org>
6446
6447         * gdk/gdk.h gdk/gdkfont.c: Added functions gdk_text_height,
6448         gdk_string_height, gdk_char_height to retrieve the exact
6449         height of a text.
6450
6451 Thu Jun 25 07:53:51 BST 1998  Tony Gale  <gale@gtk.org>
6452
6453         * docs/gtk_tut.sgml: add section on GtkCList widget, contributed
6454           by Stefan Mars <mars@lysator.liu.se>
6455         * examples/clist/clist.c examples/clist/Makefile: example code
6456           for GtkCList widget from the Tutorial
6457
6458 Wed Jun 24 16:38:02 1998  Tim Janik  <timj@gtk.org>
6459
6460         * gtk/gtkbin.c (gtk_bin_remove): do not avoid to queue for a resize
6461         if the container is not visible, we might be a toplevel! this holds
6462         for all other base container implementations as well, that are
6463         candidates to derive toplevels from. in general the resizing code will
6464         care about visibility itself.
6465         * gtk/gtkmenushell.c (gtk_menu_shell_remove): likewise.
6466         * gtk/gtkbox.c (gtk_box_remove): likewise.
6467
6468         * gtk/gtkwindow.c (gtk_window_move_resize): save ->use_uposition around
6469         gtk_window_set_hints(), since we haven't calculated the new position
6470         yet.
6471
6472         * gdk/gdkwindow.c (gdk_window_get_pointer): take care that *x, *y and
6473         *mask are alway initialized in a sane way, regardless of the return
6474         value.
6475
6476 Wed Jun 24 14:14:32 1998  Tim Janik  <timj@gtk.org>
6477
6478         * gtk/gtkcontainer.c: new function gtk_container_child_arg_set, similar
6479         to gtk_container_child_arg_setv, but takes a variable argument list.
6480         new function gtk_container_get_child_arg_type, which is needed by
6481         gtk_object_collect_args.
6482
6483         * gtk/gtkobject.c: changed prototype for gtk_object_collect_args, to
6484         take a function pointer to figure the argument type.
6485         adapted callers to pass gtk_object_get_arg_type.
6486         * gtk/gtkwidget.c: adapted gtk_object_collect_args callers to pass
6487         gtk_object_get_arg_type..
6488
6489         * gtk/gtkpacker.h: 
6490         * gtk/gtkpacker.c:
6491         (gtk_packer_reorder_child): new function to change the packing order
6492         of a child.
6493         (gtk_packer_size_request): 
6494         (gtk_packer_size_allocate): take container->border_width into acount.
6495
6496         * gtk/gtkpacker.c: implemented widget arguments:
6497         "GtkPacker::spacing", "GtkPacker::border_width", "GtkPacker::pad_x",
6498         "GtkPacker::pad_y", "GtkPacker::ipad_x", "GtkPacker::ipad_y".
6499         implemented child arguments:
6500         "GtkPacker::side", "GtkPacker::anchor", "GtkPacker::expand",
6501         "GtkPacker::fill_x", "GtkPacker::fill_y", "GtkPacker::use_default",
6502         "GtkPacker::border_width", "GtkPacker::pad_x", "GtkPacker::pad_y",
6503         "GtkPacker::ipad_x", "GtkPacker::ipad_y", "GtkPacker::position".
6504
6505         * gtk/gtkmisc.c (gtk_misc_set_arg): for padding args, set the padding,
6506         not the alignment.
6507
6508         * gtk/gtkeventbox.h:
6509         * gtk/gtkeventbox.c: GtkType and macro fixups.
6510
6511         * gtk/testgtk.c (entry_toggle_sensitive): new function to toggle
6512         sensitivity of an entry.
6513
6514         * gtk/gtkstyle.c (gtk_style_new): support normal grey as default color
6515         for insensitive base and text.
6516
6517         * gtk/gtkentry.c (gtk_entry_realize): set the window backgrounds
6518         widget state dependent.
6519         (gtk_entry_style_set): likewise.
6520         (gtk_entry_state_changed): set background color on state changes.
6521         (gtk_entry_draw_text): for non selected text, use state dependent
6522         colors.
6523
6524         * gtk/gtktogglebutton.c: support for widget arguments
6525         "GtkToggleButton::active" and "GtkToggleButton::draw_indicator".
6526
6527 Wed Jun 24 08:35:45 1998  Stefan Jeske  <stefan@gtk.org>
6528
6529         * gtk/gtkspinbutton.c (gtk_spin_button_spin): Added compatibility 
6530         code for 1.0.x-like parameters. Changed internal interface of
6531         gtk_spin_button_real_spin. Several fixes to avoid emission of
6532         "value_changed" where possible.
6533
6534 Tue Jun 23 22:21:33 PDT 1998 Manish Singh <yosh@gimp.org>
6535
6536         * gtk-boxed.defs: s/GkWidget/GtkWidget/
6537
6538 Wed Jun 24 07:47:29 1998  Tim Janik  <timj@gtk.org>
6539
6540         * gtk/testgtk.c (create_idle_test): added a frame with radio buttons
6541         to select the resize_mode for the idle-labels container.
6542
6543         * gtk/gtkframe.h: 
6544         * gtk/gtkframe.c: GtkType and macro corrections.
6545
6546         * gtk/gtkradiobutton.c (gtk_radio_button_set_arg): new function to
6547         support widget argument "GtkRadioButton::group".
6548
6549 Tue Jun 23 08:01:09 1998  Tim Janik  <timj@gtk.org>
6550
6551         * gtk/gtkcontainer.c (gtk_container_set_resize_mode): queue a resize
6552         unconditionally if resize_mode has changed.
6553
6554         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): set
6555         GTK_RESIZE_QUEUE on the scrolled window.
6556         (gtk_scrolled_window_construct): set GTK_RESIZE_PARENT for the vieport.
6557
6558 Tue Jun 23 04:20:30 1998  Tim Janik  <timj@gtk.org>
6559
6560         * gtk/gtkcontainer.h:
6561         * gtk/gtkcontainer.c:
6562         (GTK_IS_RESIZE_CONTAINER): new macro to find out if
6563         a given gtkobject is a container with resize_mode==GTK_RESIZE_PARENT.
6564         (gtk_container_queue_resize): new function to queue a container for
6565         a *size* reallocation (doesn't affect its position, and thus its
6566         parent is left untouched usually).
6567         (gtk_container_get_resize_container): new function to retrive the next
6568         most resize container which is not itself queued for a resize.
6569         (gtk_container_idle_sizer): new function to carefully process the
6570         container_resize_queue since it can change during invokation of
6571         gtk_container_check_resize().
6572         (gtk_container_resize_children): total rework of this function to
6573         properly handle resize containers. makes a lot of assumptions whitch
6574         are stated in the comments.
6575
6576         * gtk/gtkcontainer.c:
6577         (gtk_container_real_check_resize): only requeue ourselves if we are not
6578         a resize container.
6579         (gtk_container_clear_resize_widgets): care for automatic deletion of our
6580         resize_widgets list on size_allocate through a handler connection.
6581
6582         * gtk/gtkwindow.c (gtk_window_shutdown): new functionm to reset the
6583         focus and default widget of a window, so to take the burden from
6584         gtk_widget_unparent.
6585
6586         * gtk/gtkviewport.c: removed gtk_viewport_check_resize, which tried
6587         to be clever, but actually messed up the resize_children logic and
6588         caused unneccessary allocations on its whole branch. besides this,
6589         it messed up the display by not invoking a redraw after the allocation.
6590
6591         * gtk/gtktable.c (gtk_table_set_child_arg): reverted recent change, so
6592         that it is the child again that is queued for a resize.
6593         (gtk_table_attach): likewise.
6594         (gtk_table_remove): likewise.
6595
6596 1998-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
6597
6598         * gtk/gtkentry.h, gtk/gtkentry.c: Export the
6599         gtk_entry_adjust_scroll.  Required if you change the cursor
6600         position and want to sync it up with your code (Midnight Commander
6601         gtk front end needs this).
6602
6603         * gtk/gtktable.c: Deal with tables that have size 0, 0.
6604
6605 Tue Jun 23 12:12:19 BST 1998  Tony Gale  <gale@gtk.org>
6606
6607         * examples/README.1ST: new file to explain how the
6608           code examples should be extracted from the tutorial.
6609
6610 Mon Jun 22 18:43:11 1998  Lars Hamann  <lars@gtk.org>
6611
6612         * gtk/gtkctree.c (draw_row): added new "line style"
6613         GTK_CTREE_LINES_TABBED 
6614         * gtk/gtkctree.c/h (gtk_ctree_find_glist_ptr): new function to
6615         search the glist pointer of an GtkCTreeRow
6616
6617 1998-06-21  Raja R Harinath  <harinath@cs.umn.edu>
6618  
6619         * gtk/Makefile.am (gtk.defs,gtktypebuiltins*): Remove $(srcdir)
6620         from, and clean up, the dependencies.  Generate to intermediate
6621         files to prevent problems with Ctrl-C.
6622
6623         * gtk/genmarshal.pl: Generate `gtkmarshal.[ch]' in $srcdir.
6624
6625 Fri Jun 19 14:46:56 1998  Stefan Jeske  <stefan@gtk.org>
6626
6627         * gtk/gtkspinbutton.h gtk/gtkspinbutton.c gtk/testgtk.c:
6628         - Bug fix for precision problem causing occasional double emission 
6629           of "value_changed" signal (hopefully works now).
6630         - API change (should be binary compatible) : 
6631           new enum GtkSpinType; modified gtk_spin_button_spin to use it.
6632           Modified cursor example appropriately.
6633           To spin by something other than step_/page_increment, use
6634           gtk_spin_button_spin (spin, GTK_SPIN_USER_DEFINED, increment).
6635         - Made GTK_SHADOW_NONE the default. ;)
6636         - Fixed casting of GtkAdjustment* to GtkWidget* in
6637           gtk_spin_button_value_changed.
6638
6639 Fri Jun 19 06:18:19 1998  Tim Janik  <timj@gtk.org>
6640
6641         * gtk/gtkcontainer.c (gtk_container_set_resize_mode): fail silently
6642         for toplevels. if resize_mode changes to GTK_RESIZE_PARENT, clear the
6643         resize widget list before queuing the container for a new reize.
6644         (gtk_container_need_resize): changed return value to FALSE, since this
6645         used to indicate that no further resizes are needed.
6646         (gtk_container_set_arg): 
6647         (gtk_container_get_arg): 
6648         (gtk_container_class_init): implemented GtkContainer::resize_mode
6649         argument.
6650
6651         (gtk_container_resize_children): when we walk up the tree of a resize
6652         widget we need to stop if we are the current parent.
6653
6654         * gtk/gtkwidget.c (gtk_widget_queue_resize): flag the resize child with
6655         GTK_RESIZE_NEEDED for container->resize_mode==GTK_RESIZE_IMMEDIATE.
6656         (gtk_widget_hide_all): retrive the toplevel widget from via
6657         gtk_widget_get_resize_container().
6658
6659 Thu Jun 18 23:08:36 1998  Owen Taylor  <otaylor@gtk.org>
6660
6661         * gtk/gtklist.c (gtk_list_button_press): Only respond
6662           to selection with button 1. This allows context-sensitive
6663           menus to work correctly.
6664
6665 Fri Jun 19 03:29:04 1998  Tim Janik  <timj@gtk.org>
6666
6667         * gtk/gtkaccelgroup.c: 
6668         * gtk/gtkbindings.c: 
6669         * gtk/gtkcontainer.c:
6670         * gtk/gtkitemfactory.c:
6671         * gtk/gtkobject.c: 
6672         * gtk/gtksignal.c:
6673         * gtk/gtkwidget.c: replaced some gtk_object_data_force_id with
6674         g_quark_from_static_string calls to save memory.
6675
6676         * gtk/gtkobject.c (gtk_object_set_data_by_id_full): invoke the destroy
6677         function _after_ the new data has been setup.
6678         minor changes to object data functions to feature the GQuark type.
6679
6680 Thu Jun 18 21:13:54 1998  Owen Taylor  <otaylor@gtk.org>
6681
6682         * gtk/gtkmain.c (gtk_init): Remove --g-fatal-warnings flag
6683           from argv.
6684
6685 Thu Jun 18 20:22:28 1998  Owen Taylor  <otaylor@gtk.org>
6686
6687         * gtk/genmarshal.pl: Modified to be more idiomatic Perl,
6688           to be more readable perl, to spit out stuff that looks
6689           more like readable C, and to pipe output through indent
6690           so output looks a lot like readable C. No functional
6691           changes.
6692
6693 Thu Jun 18 17:43:31 1998  Owen Taylor  <otaylor@gtk.org>
6694
6695         * gtk/gtkpixmap.[ch] (gtk_pixmap_set): Clear the background if
6696           necessary when switching to a masked pixmap. (Based on a patch
6697           from Ullrich Hafner <hafner@informatik.uni-wuerzburg.de>)
6698
6699 Thu Jun 18 16:18:10 1998  Owen Taylor  <otaylor@gtk.org>
6700
6701         * gtk/gtkeditable.[ch]: Added action signals for keyboard
6702           bindings. (move_cursor, kill_word, etc, etc, etc). 
6703
6704           removed the time argument from
6705           gtk_editable_cut/copy/paste_clipboard (source but not
6706           binary incompatible...) Instead get time from
6707           gtk_get_current_event ().
6708         
6709         * gtk/gtktext.c gtk/gtkentry.c: Support the new editable
6710           signals.
6711
6712 Thu Jun 18 02:52:09 1998  Owen Taylor  <otaylor@gtk.org>
6713
6714         Patches from Damon Chaplin <DAChaplin@email.msn.com>:
6715
6716         gtk/gtkfontsel.h: Fixed GtkFontSelectionClass - I forgot to change
6717              parent class to GtkNotebookClass when splitting the widget in
6718              two.  Also updated some comments.
6719
6720         gtk/gtkfontsel.c: Fixed bug when toggling 'Allow scaled bitmaps'
6721                button without a font selected.
6722
6723              Fixed bug in set_font_name - I hadn't updated the code to
6724                search for the style in the font_style clist - it was
6725                still assuming the style row was equal to its index,
6726                but it isn't any more.
6727         
6728              Changed 'Reset' button on filter page to 'Clear Filter'.
6729              Deleted old code relating to the old 'Filter Fonts' toggle
6730              Updated some comments.
6731              Cleared 'Actual Fontname' if no font is set.
6732
6733         gtk/testgtk.c: Fixed problem when 'OK' button is pressed - it was
6734              destroying the GtkFontSelection instead of the
6735              GtkFontSelectionDialog.
6736
6737 Thu Jun 18 02:15:31 1998  Owen Taylor  <otaylor@gtk.org>
6738
6739         * gtk/gtkmain.c (gtk_init): Added --g-fatal-warnings
6740           flag to make all warnings fatal errors.
6741
6742         * gtk/testthreads.c: moved <pthreads.h> include inside 
6743           #ifdef USE_PTHREADS
6744
6745 Thu Jun 18 01:37:31 1998  Owen Taylor  <otaylor@gtk.org>
6746
6747         * gtk/gtkenums.h gtk/gtkcontainer.[ch] gtk/gtkwidget.c 
6748           gtk/gtkmenu.c gtk/gtkviewport.c gtk/gtkwindow.c:
6749
6750         - Added new function gtk_container_set_resize_mode() for
6751           fine-grained control of where resize-queueing is done.
6752
6753         - Removed GtkContainer::need_resize and GtkWindow::move_resize
6754         - Added GtkContainer::check_resize to replace need_resize.
6755
6756         - Added function gtk_container_check_resize() to trigger
6757           queued resizes, and gtk_container_resize_children() to
6758           Figure which children need to be size-allocated. (logic
6759           moved from gtkwindow.c)
6760
6761         - Reorganized code in gtkwindow.c
6762         
6763         - Set the resize-mode for viewports so that resizes within
6764           a viewport don't propagate out of it. 
6765         
6766 1998-06-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
6767
6768         * gtk/gtkfontsel.c: Use pointer<->int conversion macros to avoid warnings.
6769
6770         * gtk/gtkaccellabel.c (gtk_accel_label_accelerator_width): Use
6771         g_return_val_if_fail, because the function *does* return a value.
6772
6773 Thu Jun 18 03:30:06 1998  Tim Janik  <timj@gtk.org>
6774
6775         * gtk/gtkaccellabel.h:
6776         * gtk/gtkaccellabel.c: new function gtk_accel_label_accelerator_width to
6777         request the size of the accelerator portion of an accel label.
6778         (gtk_accel_label_size_request): don't request for the accelerators size.
6779         (gtk_accel_label_expose_event): only draw the accelerator if we got
6780         enough extra space.
6781
6782         * gtk/gtkmenuitem.c (gtk_menu_item_size_request): request accelerator
6783         width from children.
6784
6785         * gtk/gtkmenu.c (gtk_menu_key_press): when adding an accelerator to an
6786         object (after removal has been requested) check if there is still an
6787         accelerator remaining to avoid adding two accelerators on an object.
6788         this can happen for locked accelerators (or accelerator-frozen widgets).
6789         (gtk_menu_size_request): feature childrens accelerator width in size
6790         requests.
6791
6792         * gtk/gtknotebook.c (gtk_notebook_menu_item_create): use
6793         gtk_widget_freeze_accelerators() for dynamically created menu items.
6794
6795         * gtk/gtksignal.h: 
6796         * gtk/gtksignal.c: new function gtk_signal_handler_pending_by_func()
6797         which will return a handler_id > 0 if the specified function is pending
6798         for `signal_id'.
6799
6800         * gtk/gtkwidget.h:
6801         * gtk/gtkwidget.c: remove gtk_widget_stop_accelerator, which was just
6802         a signal handler function to stop accelerator addition.
6803         added gtk_widget_freeze_accelerators and gtk_widget_thaw_accelerators
6804         which will prevent (undo) any accelerators from being added to or
6805         removed from a widget.
6806
6807 Wed Jun 17 21:59:09 1998  Stefan Jeske  <stefan@gtk.org>
6808
6809         * gtkspinbutton.h gtkspinbutton.c testgtk.c:
6810         Changed GtkSpinButtonUpdatePolicy enum, added keyboard
6811         acceleration, new API gtk_spin_button_set_snap_to_ticks.
6812
6813 Wed Jun 17 03:47:40 1998  Tim Janik  <timj@gtk.org>
6814
6815         * gdk/gdk.h:
6816         * gdk/gdkwindow.c: new function gdk_window_at_pointer() to retrive
6817         the current GdkWindow the pointer is on if there is any.
6818         
6819         * gtk/gtktable.c (gtk_table_init): preallocate a table with one row
6820         and one column, so we don't construction logic at all. changed a few
6821         (x < y - 1) to (x + 1 < y), to avoid failing evaluations due to
6822         unsigned int wraps.
6823
6824         * gtk/gtkwidget.c (gtk_widget_set_parent): removed left over code
6825         portion, added an additional check for parent != widget.
6826
6827         * more GtkType and macro fixups.
6828
6829 1998-06-16  Federico Mena Quintero  <federico@nuclecu.unam.mx>
6830
6831         * gtk/gtkhandlebox.c (draw_textured_frame): Now accepts an extra
6832         "clip" parameter, which is the clipping rectangle to use.  This
6833         eliminates the extremely annoying flicker when exposing parts of
6834         the handlebox.
6835
6836 Tue Jun 16 14:08:08 PDT 1998 Manish Singh <yosh@gimp.org>
6837
6838         * gtk/gtktable.c: fix from TimJ for off-by-one error in table
6839         resizing
6840
6841 Tue Jun 16 06:29:57 1998  Tim Janik  <timj@gtk.org>
6842
6843         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_state): check for
6844         != 0 on the argument.
6845
6846         * gtk/gtktable.h: 
6847         * gtk/gtktable.c: new function gtk_table_resize() which allowes
6848         shrinking and expanding of tables. implementation of widget arguments
6849         and child arguments. many signedness corrections.
6850
6851 Mon Jun 15 04:15:03 1998  Tim Janik  <timj@gtk.org>
6852
6853         * gtk/gtkbox.c (gtk_box_set_child_packing): queue the resize for the box
6854         not only the child, otherwise we might end up taking away other
6855         childrens space after the resize.
6856
6857         * gtk/gtkitemfactory.c (gtk_item_factory_parse_menu_path): if we parse
6858         an unknown menu path from any source, that path must always be flagged
6859         as "modified", since we don't really know whether it has its default
6860         value or not.
6861
6862         * gtk/gtktree.c:
6863         * gtk/gtkpacker.c:
6864         * gtk/gtknotebook.c:
6865         * gtk/gtkmenushell.c:
6866         * gtk/gtklist.c:
6867         * gtk/gtkpaned.c:
6868         * gtk/gtkfixed.c: 
6869         * gtk/gtkbutton.c: implement gtk_*_child_type functions.
6870
6871         * gtk/gtkbox.h: 
6872         * gtk/gtkbox.c: type corrections for expand, fill, padding and pack_type
6873         arguments. implemented child arguments.
6874
6875         * more GtkType and macro fixups.
6876
6877 Sun Jun 14 16:30:02 1998  Tim Janik  <timj@gtk.org>
6878
6879         * gtk/gtkcheckbutton.h: GtkType and macro fixups.
6880
6881         * gtk/gtkclist.h: exported the prototypes for gtk_clist_get_vadjustment
6882         and gtk_clist_get_hadjustment.
6883
6884         * gtk/gtkcontainer.c:
6885         implementation of children arguments, new class member functions
6886         (child_type), (get_child_arg) and (set_child_arg) plus a new field
6887         n_child_args.
6888         (gtk_container_child_type): new function which returns the type of a
6889         child that the container expects for its next addition.
6890         (gtk_container_add_child_arg_type): new function to introduce a new
6891         child argument at class creation time.
6892         (gtk_container_query_child_args): new function to query all child
6893         arguments that are supported by a container class.
6894         (gtk_container_child_arg_getv): new fucntion to retrive the value of a
6895         child argument.
6896         (gtk_container_child_arg_setv): new function to set a child argument for
6897         a certain container and child combination.
6898         (gtk_container_add_with_args):
6899         (gtk_container_add_with_argv): new functions to feature addition of a
6900         new child in combination with the setting of certain child arguments.
6901
6902         * gtk/gtktypeuitils.c (gtk_type_class_init): feature initialization of
6903         GtkContainerClass.n_child_args, similar to the GtkObjectClass members.
6904         this should really be done through class cretion hooks some day.
6905
6906         * gtk/gtkcontainer.c: changed type of border_width from gint16 to
6907         guint : 16.
6908
6909         * gtk/gtkpacker.h:
6910         * gtk/gtkpacker.c: renamed all PadX and PadY to pad_x and pad_y to
6911         follow the gtk convention for lower case variable names (important
6912         for language wrappers and widget arguments), and made them guint : 16.
6913
6914         * examples/packer/pack.c: adaptions for the case converted GtkPacker
6915         fields.
6916
6917 Fri Jun 12 16:33:23 1998  Tim Janik  <timj@gtk.org>
6918
6919         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): do not
6920         change the character pair for single line comments.
6921         (gtk_item_factory_parse_rc): use the cpair_comment_signle specified in
6922         GtkItemFactoryClass.
6923         (gtk_item_factory_parse_rc_string): likewise.
6924
6925 Mon Jun 15 23:39:44 1998  Owen Taylor  <otaylor@gtk.org>
6926
6927         * gtk/gtkfontsel.[ch] (gtk_font_selection_dialog_init): Moved font
6928         lists from the klass structure to a static structure
6929         in gtkfontsel.c; cleans up global the namespace.
6930
6931 Mon Jun 15 22:16:10 1998  Owen Taylor  <otaylor@gtk.org>
6932
6933         * gtk/makeenums.pl (parse_entries): Fix (untriggered)
6934         bug with /*< skip >*/ and remove warning.
6935         
6936 Mon Jun 15 20:14:09 1998  Owen Taylor  <otaylor@gtk.org>
6937
6938         * gtk/Makefile.am: Made the gtkmarshal.* generation
6939         rules maintainer-only.
6940
6941 Mon Jun 15 16:29:45 1998  Owen Taylor  <otaylor@gtk.org>
6942
6943         * gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h 
6944           gtk/Makefile.am gtk/makenums.pl 
6945
6946         Removed out the G_ENUM/FLAGS mechanism in favor
6947         of a perl script that parses the standard headers
6948         (with occasional /*< nick=foo >*/ style overrides)
6949         and extracts the enumerations.
6950
6951           gtk/maketypes.awk: Small improvments to the
6952           translation of names. (Avoid splitting gc into
6953           g_c_.)
6954         
6955 Mon Jun 15 16:25:44 1998  Owen Taylor  <otaylor@gtk.org>
6956
6957         * gtk/gtk.h gtk/gtkfontsel.[ch]: 
6958         Damon Chaplin's <DAChaplin@email.msn.com> Font selection widget.
6959         
6960 Mon Jun 15 15:58:34 1998  Owen Taylor  <otaylor@gtk.org>
6961
6962         * gtk/gtkentry.c:
6963         - Restored gtk_entry_adjust_scroll to static 
6964         - Changed text positioning code so that we always
6965           display as large a portion of the text as possible.
6966
6967 Mon Jun 15 15:42:12 1998  Owen Taylor  <otaylor@gtk.org>
6968
6969         * gtk/gtktext.c (gtk_text_finalize): Free internal
6970         structures of text widget. Also, unreference pixmaps
6971         when unrealizing.
6972         
6973 Sat Jun 13 19:14:39 1998  Owen Taylor  <otaylor@gtk.org>
6974
6975         * gdk/gdkinputcommon.h (gdk_input_device_new): Change
6976         3.3.1 bug workaround to number keys starting at 1.
6977
6978 Sat Jun 13 11:56:57 1998  Owen Taylor  <otaylor@gtk.org>
6979
6980         * docs/gtk_tut.sgml: Fixed urls for complete example
6981         source for scribble+widget-writing examples.
6982
6983 Sat Jun 13 11:48:26 1998  Owen Taylor  <otaylor@gtk.org>
6984
6985         * gdk/gdkpixmap.c (gdk_pixmap_extract_color): 
6986         Patch from Tom Bech <tomb@ii.uib.no>, to handle color
6987         specs of the form c #abcdef [ more keys ] properly.
6988
6989 Sat Jun 13 10:51:56 1998  Stefan Jeske  <stefan@gtk.org>
6990
6991         * gtkspinbutton.h gtkspinbutton.c testgtk.c 
6992         (gtk_spin_button_set_shadow_type):
6993         New API to set the shadow type of the arrow panel.
6994
6995 Fri Jun 12 21:20:42 1998  Owen Taylor  <otaylor@gtk.org>
6996
6997         * gtk/gtkoptionmenu.c (gtk_option_menu_expose): Removed
6998         code for drawing the child in two places at once. Unfortunately,
6999         not only does it not work anymore (because reparenting has
7000         been fixed), but it also triggers reparent/expose loops
7001         in some cases.
7002
7003         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Removed
7004         an unecessary unrealize.
7005
7006 Fri Jun 12 21:18:56 1998  Owen Taylor  <otaylor@gtk.org>
7007
7008         * gdk/gdkwindow.c (gdk_window_reparent): Update the
7009           old and new parents' child window lists properly.
7010
7011 Fri Jun 12 09:24:47 1998  Tim Janik  <timj@gtk.org>
7012
7013         * gtk/gtkpacker.h:
7014         * gtk/gtkpacker.c: renamed enum GtkAnchor and GtkSide to GtkAnchorType
7015         and GtkSideType, to be consistent with the rest of Gtk's enum
7016         definitions. wrapped the enum definitions with the G_ eunm wrappers.
7017         spelled out the GTK_ANCHOR_* enum values, since single letters don't
7018         work out corectly as nick-names (left the old values as aliases).
7019         some signdness corrections (border-width, spacing), could stand more.
7020
7021 Thu Jun 11 14:38:33 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
7022
7023         * gtk/gtkpacker.c, gtk/gtkpacker.h, gtk/gtk.h, gtk/Makefile.am: 
7024           Added gtkpacker
7025
7026         * examples/packer/pack.c, examples/packer/Makefile: Added
7027           gtkpacker example
7028
7029 Thu Jun 11 13:09:00 1998  Owen Taylor  <otaylor@gtk.org>
7030
7031         * gtk/gtktext.c (remove_cache_line): Fixed broken
7032         list-removal code.
7033
7034         * gtk/gtktext.c: (gtk_text_delete_(forward/backward)_cahr)
7035         Check bounds before deleting.
7036
7037 Wed Jun 10 23:21:33 1998  Owen Taylor  <otaylor@gtk.org>
7038
7039         * autogen.sh: Support ACLOCAL_FLAGS
7040
7041 Wed Jun 10 20:54:37 1998  Owen Taylor  <otaylor@gtk.org>
7042
7043         * gtk-config.in: Added missing quotes.
7044
7045 Wed Jun 10 18:44:22 PDT 1998 Manish Singh <yosh@gimp.org>
7046
7047         * gtk/gtkfeatures.in: #define GTK_HAVE_ACCEL_GROUP
7048
7049 1998-06-10  Raja R Harinath  <harinath@cs.umn.edu>
7050
7051         * acconfig.h (GTK_COMPILED_WITH_DEBUGGING): Renamed from
7052         G_COMPILED_WITH_DEBUGGING.
7053
7054         * configure.in (fd_set): Explain check better.
7055
7056         * acinclude.m4: New file.  Contains `libtool.m4' from libtool-1.2,
7057         the version from which gtk+'s libtool forked.  Needed for people
7058         who use post-1.2 alphas of libtool.
7059
7060 Wed Jun 10 19:36:35 1998  Owen Taylor  <otaylor@gtk.org>
7061
7062         * glib/* Moved to glib module
7063
7064         * INSTALL Makefile.am acconfig.h autogen.sh configure.in
7065           gtk-config.in gtk.m4 gdk/Makefile.am gtk/Makefile.am
7066
7067           configuration changes for the above:
7068          
7069           - Use AM_PATH_GLIB by default to find glib; also accept
7070             a --with-glib option for using an uninstalled glib.
7071          
7072           - Put --enable-debug information into config.h so
7073             that we rebuild when it changes. (was in glibconfig.h)
7074
7075 Wed Jun 10 22:23:27 1998  Lars Hamann  <lars@gtk.org>
7076
7077         * gtk/gtkctree.c (draw_row): adapted clist pixmap clipping
7078
7079         * gtk/gtknotebook.h (struct _GtkNotebookClass):
7080         * gtk/gtknotebook.c (gtk_real_notebook_switch_page): 
7081         added missing argument (according to Joseph Coleman's bug report)
7082
7083         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): new class
7084         function to fix notebook focus handling
7085         
7086 Wed Jun 10 12:57:03 1998  Owen Taylor  <otaylor@gtk.org>
7087
7088         * gdk/gdkcc.c glib/ghash.c glib/glib.h glib/gstring.c
7089           glib/gutils.c glib/testglib.c glib/gdataset.c
7090           gtk/gtkaccelgroup.c gtk/gtkmain.c gtk/gtksignal.c
7091           gtk/gtktext.c gtk/gtkbindings.c:
7092
7093          renamed g_const_pointer => gconstpointer
7094
7095 Wed Jun 10 06:25:17 1998  Tim Janik  <timj@gtk.org>
7096
7097         * gdk/gdk.c (gdk_init): prevent gdk_init() from segfaulting when
7098         invoked with (NULL, NULL); (this worked sometime ago).
7099
7100         * gtk/gtktypeutils.h: 
7101         * gtk/gtktypeutils.c: enum and flags type creation can now be done
7102         through gtk_type_register_enum() and gtk_type_register_flags(),
7103         which allow to specify the enum value arrays directly.
7104         the NULL terminated value arrays can be retrived through
7105         gtk_type_enum_get_values() and gtk_type_flags_get_values();
7106         (gtk_type_children_types): new function to query derived types.
7107
7108 1998-06-09  Raja R Harinath  <harinath@cs.umn.edu>
7109
7110         * gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in
7111         environment to genmarshal.pl.
7112         (gtk.defs,gtktypebuiltins*): Add $(srcdir) where needed (in the
7113         rule), and removed it where not needed (in the dependencies).
7114
7115         * gtk/genmarshal.pl: Look for `gtkmarshal.list' in $srcdir.
7116
7117 Tue Jun  9 18:44:57 1998  Owen Taylor  <otaylor@gtk.org>
7118
7119         * gtk/gtkobject.c: Removed g_object_pointer_hash, which
7120         was just g_direct_hash.
7121
7122 Mon May 25 19:54:20 1998  Owen Taylor  <otaylor@gtk.org>
7123
7124         * configure.in: x_libs=, not $x_libs=. Enough said.
7125           (Case only hit for --disable-xshm)
7126         
7127 Mon May 25 12:08:14 1998  Owen Taylor  <otaylor@gtk.org>
7128
7129         * configure.in (LDFLAGS): Add to $CFLAGS and $LDFLAGS
7130           when testing for X libraries, don't replace them. Because
7131           the user might have specified the path to the X libraries
7132           themself before running configure.
7133
7134         * examples/**.c: Changed all gpointer * to gpointer
7135         
7136 1998-06-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
7137
7138         * gtk/gtkhandlebox.h (struct _GtkHandleBox): Removed the
7139         fleur_cursor field.  Now the cursor is created/destroyed on demand
7140         by the routines that need it.
7141
7142         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): 
7143         (gtk_handle_box_motion): The fleur cursor is created and destroyed
7144         only when needed.
7145
7146 Tue Jun  9 09:57:09 1998  Tim Janik  <timj@gtk.org>
7147
7148         * gtk/gtktypeutils.h: 
7149         * gtk/gtktypeutils.c: renamed the newly created gtk_enum_get_values and
7150         gtk_enum_set_values to gtk_type_enum_get_values and
7151         gtk_type_enum_set_values respectively, since they are actually type
7152         system features.
7153
7154         * gtk/gtktypebuiltins_evals.c: oops, screwed the NULL termination with
7155         my last commit. ;)
7156
7157 Tue Jun  9 01:57:23 1998  Tim Janik  <timj@gtk.org>
7158
7159         * gtk/gtkselection.h: 
7160         * gtk/gtkselection.c: new functions gtk_selection_data_copy and
7161         gtk_selection_data_free.
7162
7163         * gtk/gtkwidget.c (gtk_widget_class_init): fixed gtk_signal_new() call
7164         for "selection_received", which was completely bogus.
7165         * other fixups to gtk_signal_new() calls all over the place.
7166
7167         * gtk/gtktypebuiltins.h: types as variables (formerly macros).
7168         * gtk/gtktypebuiltins_vars.c: type variable implementations.
7169         * gtk/gtktypebuiltins_ids.c: array entries for builtin type
7170         declarations.
7171         * gtk/gtktypebuiltins_evals.c: enum value arrays.
7172         * gtk/gtk-boxed.defs: gtk and gdk structure definitions, used to build
7173         gtk.defs.
7174         * gtk/gtk.defs: generated file with scheme syntax for type definitions
7175         of gtk and gdk structures and enums.
7176         * gtk/gtktypeutils.h: 
7177         * gtk/gtktypeutils.c: reworked type ids, so they are variables not
7178         macros anymore (this fixes binary incompatibility with new enum
7179         definitions).
7180
7181         * gtk/gtkwidget.c (gtk_widget_real_key_press_event): proccess possible
7182         key bindings for this widget.
7183         * gtk/gtkwindow.c (gtk_window_key_press_event): chain parent class'
7184         handler.
7185
7186         * gtk/gtkobject.h:
7187         * gtk/gtkobject.c: removed gtk_object_class_new_user_signal_no_recurse()
7188         again. new functions gtk_object_class_user_signal_new () and
7189         gtk_object_class_user_signal_newv (), to feature the GtkSignalRunType
7190         flag on the signal creation.
7191
7192 Mon Jun  8 20:52:21 1998  Tim Janik  <timj@gtk.org>
7193
7194         * gtk/gtkcontainer.h: new signal GtkContainer::set_focus_child.
7195
7196 Mon Jun  8 02:52:37 1998  Tim Janik  <timj@gtk.org>
7197
7198         * gdk/gdkprivate.h: 
7199         * gdk/gdktypes.h: 
7200         * gtk/gtkprivate.h: 
7201         * gtk/gtkwidget.h: 
7202         * gtk/gtkobject.h: wrapped enum definitions with glib macros.
7203
7204         * reworked enum value array generation code. gtk.defs is a generated
7205         file now.
7206
7207 Sun Jun  7 14:34:31 1998  Tim Janik  <timj@gtk.org>
7208
7209         * gtk/gtkitemfactory.c (gtk_item_factory_create_menu_entries): feature
7210         check menu items in the compatibility code (this required me to remove
7211         the "<check>" part from the menu item name, grrr).
7212
7213 1998-06-07  Marius Vollmer  <mvo@zagadka.ping.de>
7214
7215         * gdk/gdk.h (gdk_color_copy, gdk_color_free): New prototypes.
7216         * gdk/gdk.c (gdk_color_copy, gdk_color_free): New functions.
7217         
7218 Sun Jun  7 10:53:02 1998  Tim Janik  <timj@gtk.org>
7219
7220         * gtk/gtkitemfactory.h: 
7221         * gtk/gtkitemfactory.c: further additions to fit the gimp's code.
7222         additions to the dumping code to feature GtkPatternSpec.
7223         even found a bug to fix in the original code ;)
7224         
7225 Sun Jun  7 09:36:04 1998  Tim Janik  <timj@gtk.org>
7226
7227         * gtk/gtkitemfactory.c: support different types of callbacks, to
7228         maintain existing code.
7229
7230 Sat Jun  6 06:01:24 1998  Tim Janik  <timj@gtk.org>
7231
7232         * gtk/gtksignal.c (gtk_signal_emitv): fixed an assertment.
7233
7234         * gtk/makeenums.awk: a script to generate the GtkEnumValue arrays from,
7235         this should eventually be done by gentypeinfo.el somewhen.
7236         * gtk/gtkenumvalues.c: new generated file to hold GtkEnumValue arrays.
7237
7238         * gtk/gtktypeutils.h: new function gtk_enum_values() to retrive all the
7239         enum values of an enum type.
7240
7241         * gtk/gtk.defs:
7242         * gtk/gtkcurve.h: 
7243         * gtk/gtkobject.h: 
7244         * gtk/gtkprivate.h: 
7245         * gtk/gtkwidget.h:
7246         * gtk/gtkenums.h: 
7247         brought enum/flags definitions in sync, added a few more enum
7248         definitions for bindings and pattern matching.
7249
7250         * some more macro and GtkType fixups in various places.
7251
7252         * gdk/gdktypes.h (enum): added a new value GDK_AFTER_MASK, which is used
7253         as a key-release modifier for the binding system.
7254
7255 Fri Jun  5 06:06:06 1998  Tim Janik  <timj@gtk.org>
7256
7257         * gtk/gtkmenu.h (struct _GtkMenu): removed GList*children, since it
7258         was a stale list pointer that is already present in GtkMenuShell.
7259
7260         * gtk/gtkmenushell.h (struct _GtkMenuShellClass): added a signal
7261         GtkMenuShell::selection_done which is emitted after the menu shell
7262         poped down again and all possible menu items have been activated.
7263
7264 Thu Jun  4 02:20:42 1998  Tim Janik  <timj@gtk.org>
7265
7266         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): flush the x-queue
7267         before activation of the menuitem, so the menu is actually taken off the
7268         screen prior to any menu item activation.
7269
7270         * gtk/gtkctree.c (gtk_ctree_get_row_data): allow function invokation
7271         for NULL nodes.
7272
7273         * gtk/gtkwidget.h:
7274         * gtk/gtkwidget.c: new function gtk_widget_stop_accelerator to stop
7275         the emission of the "add-accelerator" signal on a widget. this is
7276         usefull to prevent accelerator installation on certain widgets.
7277
7278         * gtk/gtknotebook.c (gtk_notebook_menu_item_create): keep the menu
7279         labels left justified, by setting their alignment. stop accelerator
7280         installation for the menu items, since we use dynamic menus.
7281
7282 Wed Jun  3 06:41:22 1998  Tim Janik  <timj@gtk.org>
7283
7284         * gtk/gtkmenufactory.c: adaptions to use the new accel groups. people
7285         should *really* use GtkItemFactory. this is only for preserving source
7286         compatibility where possible, use of GtkMenuFactory is deprecated as of
7287         now.
7288
7289         * gtk/gtkobject.h (gtk_object_class_add_user_signal): new function
7290         to create user signals of type GTK_RUN_NO_RECURSE. don't know why i
7291         missed this possibility when i added gtk_object_class_add_user_signal
7292         in late january.
7293
7294         * gtk/gtkmain.c (gtk_init): ignore subsequent function calls.
7295
7296 Sun May 31 07:31:09 1998  Tim Janik  <timj@gtk.org>
7297
7298         * gtk/gtkaccelgroup.h: 
7299         * gtk/gtkaccelgroup.c: new implementation of the accelerator concept.
7300
7301         * gtk/gtkaccellabel.h: 
7302         * gtk/gtkaccellabel.c: new widget derived from GtkLabel whitch features
7303         display of the accelerators associated with a certain widget.
7304
7305         * gtk/gtkitemfactory.h: 
7306         * gtk/gtkitemfactory.c: new widget, item factory with automatic rc
7307         parsing and accelerator handling.
7308
7309         * gtk/gtkmenu.c (gtk_menu_reposition): new function to care for
7310         positioning a menu.
7311         (gtk_menu_map): removed the allocation code.
7312         (gtk_menu_size_allocate): care for redrawing of children and resize
7313         our widget->window correctly.
7314         (gtk_menu_key_press): feature the new accelerator groups.
7315
7316         * gtk/gtkmenuitem.c (gtk_menu_item_size_allocate): reposition the
7317         submenu if neccessary.
7318
7319         * gtk/gtkmenuitem.c:
7320         * gtk/gtkcheckmenuitem.c:
7321         * gtk/gtkradiomenuitem.c: use GtkAccelLabel in the *_new_with_label()
7322         function variants.
7323
7324         * gdk/gdk.c:
7325         (gdk_keyval_from_name): 
7326         (gdk_keyval_name): new functions for keyval<->key-name associations.
7327         (gdk_keyval_to_upper): 
7328         (gdk_keyval_to_lower): 
7329         (gdk_keyval_is_upper): 
7330         (gdk_keyval_is_lower): new functions to check/translate keyvalues with
7331         regards to their cases.
7332
7333 Wed May 27 00:48:10 1998  Tim Janik  <timj@gtk.org>
7334
7335         * gtk/gtkwidget.c (gtk_widget_class_path): new function to calculate a
7336         widget's class path.
7337         (gtk_widget_path): new function to calculate a widget's name path.
7338
7339         * gtk/gtkrc.c: newly introduced GtkPatternSpec structures to speed up
7340         pattern matching, features reversed pattern matches.
7341
7342 Thu Jun  4 12:12:11 BST 1998  Tony Gale  <gale@gtk.org>
7343
7344         * examples/extract.sh, examples/extract.awk:
7345           New files to automagically extract code examples from the
7346           tutorial.
7347
7348 Tue Jun  2 20:04:45 1998  Lars Hamann  <lars@gtk.org>
7349
7350         * gtk/gtknotebook.c (gtk_notebook_page_select) (gtk_notebook_focus)
7351         * gtk/gtkcontainer.c (gtk_container_focus_move):
7352         reversed test sequence for GTK_WIDGET_CAN_FOCUS and GTK_IS_CONTAINER
7353
7354 Tue Jun  2 13:04:06 BST 1998  Tony Gale  <gale@gtk.org>
7355
7356         * docs/gtk_tut.sgml: minor changes to support auto
7357           extraction of example code
7358
7359 Mon Jun  1 12:47:56 BST 1998  Tony Gale  <gale@gtk.org>
7360
7361         * docs/gtk_tut_it.sgml: Update of Italian Tutorial
7362           to Tutorial of 24th May, from Daniele Canazza <dcanazz@tin.it>
7363
7364 Fri May 29 13:53:57 BST 1998  Tony Gale  <gale@gtk.org>
7365
7366         * docs/gtk_tut.sgml:
7367           - new section on Events
7368           - change all delete_event callbacks to include
7369             a GdkEvent parameter
7370           - clean up the formatting
7371
7372         * examples - helloworld.c, helloworld2.c, notebook.c,
7373           packbox.c, pixmap.c, progressbar.c, radiobuttons.c,
7374           rulers.c, table.c, wheelbarrow.c: change all delete_event
7375            callbacks to include a GdkEvent parameter.
7376
7377 1998-05-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
7378
7379         * gdk/gdktypes.h (GdkCrossingMode): New enumeration for the "mode"
7380         field of crossing events.
7381         (struct _GdkEventCrossing): Added the following fields: time, x,
7382         y, x_root, y_root, mode, focus, state.
7383
7384         * gdk/gdk.c (gdk_event_translate): Fill in the new fields of the
7385         crossing event structure.
7386
7387         * gtk/gtkfeatures.h (GDK_HAVE_FULL_CROSSING_EVENT): Annotate
7388         changes to the crossing event structure.
7389
7390 Tue May 26 15:51:28 1998  Radek Doulik  <gis@academy.cas.cz>
7391
7392         * gdk/gdk.c: include gdkx.h always (for GDK_ROOT_WINDOW)
7393
7394 Sun May 24 12:11:38 BST 1998  Tony Gale  <gale@gtk.org>
7395
7396         * docs/gtk_tut.sgml:
7397            - GtkTooltips, update to current API
7398            - change all 'gpointer *data' to 'gpointer data'
7399            - other minor changes
7400
7401 Sat May 23 21:54:05 1998  Owen Taylor  <otaylor@gtk.org>
7402
7403         * configure.in (LDFLAGS): Bomb out with a moderately
7404           helpful message if detection of X libraries fails.
7405
7406 Sat May 23 18:57:06 1998  Owen Taylor  <otaylor@gtk.org>
7407
7408   [ Combination of:
7409      gtk-rrh-980412-0.patch (Raja R Harinath <harinath@cs.umn.edu>)
7410      gtk-jbuhler-980516-0 (Jeremy Buhler <jbuhler@cs.washington.edu>) ]
7411
7412         * gdk/gdk.h gdk/gdkcc.c gdk/gdkfont.c gtk/gtkmain.c
7413           gtk/gtksignal.c gtk/gtktext.c: 
7414
7415           Fixups for warnings from adding const to type of GHashFunc,
7416           GCompareFunc
7417         
7418         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Minor style/
7419           ansi-warnings fixups.
7420
7421 Sat May 23 17:48:58 1998  Owen Taylor  <otaylor@gtk.org>
7422
7423         * gtk/gtkeventbox.c (gtk_event_box_size_allocate): 
7424         Locate child at (border_width,border_width), not
7425         (2*border_width,2*border_width). [ The border is _outside_
7426         widget->window ]
7427         
7428         * gdk/gdk.[ch]: added gdk_screen_width_mm/gdk_screen_height_mm
7429           functions. [From: Alexander Larsson <alla@lysator.liu.se> ]
7430
7431 1998-05-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
7432
7433         * gtk/gtkfeatures.h.in: Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be
7434         used in gnome-libs
7435
7436 1998-05-22    <sopwith@redhat.com>
7437
7438         * gtk/gtkeventbox.c: Pass size_allocate on to the child
7439         regardless of whether it is visible or not. Also
7440         locate child at (border_width,border_width), not (0,0)
7441
7442 Fri May 22 03:02:40 1998  Owen Taylor  <otaylor@gtk.org>
7443
7444         * gtk/gtkhandlebox.c: Added style_set handler.
7445
7446 Fri May 22 02:55:57 1998  Owen Taylor  <otaylor@gtk.org>
7447  [ From: Chris Lahey  <clahey@umich.edu> ]
7448         
7449         * gtk/gtkeditable.c, gtk/gtkeditable.h,
7450           gtk/gtktext.c, gtk/gtkentry.c: Added get_position,
7451           and set_position functions to get and set the cursor position.
7452
7453         * gtk/gtkeditable.c: Restored "insert_text" and "delete_text" to
7454           signal status. Make GtkText do user-controlled insertion
7455           and deletion through the Editable widget so that these
7456           signals are properly emitted.
7457
7458         * gtk/gtkentry.c: Changed gtk_entry_set_visibility to 
7459           display asterisks instead of empty space when visible = FALSE)
7460
7461 Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
7462
7463         * gtk/gtkclist.c: use GTK_TYPE_GDK_EVENT in (un)?select_row
7464         signal.
7465
7466 1998-05-21    <sopwith@redhat.com>
7467
7468         * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a
7469         custom routine for loading images specified in gtkrc's.
7470
7471 Tue May 19 23:41:04 1998  Owen Taylor  <otaylor@gtk.org>
7472
7473         * configure.in: Use pthread_attr_init() as a test function,
7474         since most of the rest of -lpthread is macros on DU4.
7475
7476 Tue, 19 May 1998 09:03:03 +0200  Paolo Molaro <lupus@debian.org>
7477
7478         * gtk/gtkcombo.c: implemented completion in the entry.
7479
7480 1998-05-18    <sopwith@moebuis.labs.redhat.com>
7481
7482         * gtk/gtk{debug.h,signal.c,main.c}: Allow GTK_DEBUG=signals
7483
7484 Mon May 18 04:01:41 1998  Tim Janik  <timj@gtk.org>
7485
7486         * gtk/gtkwidget.c (gtk_widget_class_init): changed "proximity-in-event",
7487         "drop-data-available-event", "drop-enter-event" and "drop-leave-event"
7488         to be of runtype GTK_RUN_LAST.
7489
7490         * gtk/gtkcontainer.c (gtk_container_class_init): likewise for
7491         "need-resize".
7492
7493         * gtk/gtktipsquery.c (gtk_tips_query_class_init): likewise for
7494         "widget-selected".
7495
7496 Sat May 16 09:04:32 1998  Tim Janik  <timj@gtk.org>
7497
7498         * gtk/gtkfilesel.c (gtk_file_selection_key_press): g_strdup() the
7499         text retrived from GtkEntry. only intercept the Tab key if there
7500         was some text to complete.
7501
7502 Fri May 15 21:16:54 1998  Owen Taylor  <otaylor@gtk.org>
7503
7504         Basic thread-awareness:
7505
7506         * acconfig.h configure.in: New option --with-threads=[yes/posix/no]
7507
7508         * gdk/Makefile.am gdk/gdkthreads.c: Added new functions 
7509         gdk_threads_[init/enter/leave] for applications, plus
7510         gdk_threads_wake to wake the mainloop thread out of
7511         the select().
7512
7513         * gtk/Makefile.am: gtk/testthreads.c: Test program for threads
7514
7515 Fri May 15 12:08:48 1998  Owen Taylor  <otaylor@gtk.org>
7516
7517         * gtk/testgtk.c (list_clear): Account for the fact
7518         that gtk_list_clear_items is not inclusive. (Clears
7519         [start, end))
7520
7521 Fri May 15 12:31:27 1998  rodo  <doulik@karlin.mff.cuni.cz>
7522
7523         * gdk/gdk.c: include gdkkeysyms.h always
7524         
7525
7526 Fri May 15 09:44:10 1998  Tim Janik  <timj@gtk.org>
7527
7528         * gtk/gtkwidget.h (struct _GtkWidgetClass): corrected returntype of
7529         the visibility_notify_event method and changed method order.
7530
7531 1998-05-14    <sopwith@moebuis.labs.redhat.com>
7532
7533         * gtk/gtkwidget.[ch] Added visibility_notify_event to GtkWidget
7534
7535 Thu May 14 03:04:43 1998  Tim Janik  <timj@gtk.org>
7536
7537         * gtk/gtk.defs: added GtkButtonBoxStyle and GtkOrientation definitions
7538         from Olli Helenius <ollhel@batman.jytol.fi>.
7539
7540         * gtk/gtktypeutils.c (gtk_type_free): new function to take care about
7541         freeing types.
7542         (gtk_type_set_chunk_alloc): new function to allow allocation of new
7543         types from a mem_chunk of certain size (n_chunks==0 indicates allocation
7544         thorugh g_malloc).
7545
7546         * gtk/gtkobject.c (gtk_object_finalize): free an object through
7547         gtk_type_free().
7548
7549         * gtk/gtkbutton.c (gtk_button_get_type): set chunk preallocation for
7550         GtkButtons to 16.
7551         * gtk/gtkmenuitem.c (gtk_menu_item_get_type): likewise (16).
7552         * gtk/gtklabel.c (gtk_label_get_type): likewise (32).
7553
7554 Wed May 13 00:53:52 1998  Owen Taylor  <otaylor@gtk.org>
7555
7556         * gtk/gtktypeutils.c gtk/gtksignal.c gdk/gdkdnd.c: A few more 
7557           GPOINTER_TO_UINT fixes.
7558
7559         * gtk/gtksignal.c: Include <string.h> for memset.
7560
7561 Tue May 12 23:10:53 1998  Owen Taylor  <otaylor@gtk.org>
7562         (Maximilian Bisani <bisani@kawo2.rwth-aachen.de>: gtk-bisani-980320-0)
7563
7564         * gtk/gtkvruler.c gtk/gtkhruler.c gtk/gtkruler.h: 
7565         Cleanups, comments and the ability to have rulers with 
7566         a reversed direction.
7567
7568 Tue May 12 19:37:55 1998  Owen Taylor  <otaylor@gtk.org>
7569
7570         * gtk/gtkrc.c (gtk_rc_parse_file): Fixed up a stat()
7571         that Sopwith missed when changing stat => lstat.
7572
7573 Tue May 12 19:19:29 1998  Owen Taylor  <otaylor@gtk.org>
7574
7575         * gtk/gtkinputdialog.c gtk/gtkgamma.c gtk/gtkrc.c
7576           gtk/gtkcolorsel.c gtk/gtkclist.c gtk/testgtk.c: Use
7577         GPOINTER_TO_INT/GINT_TO_POINTER macros where appropriate.
7578
7579         * gdk/gdk.c: Print sizeof() results
7580         as g_print("%ld", (glong)sizeof(foo)), to deal with
7581         sizeof() being long on Alpha's.
7582
7583         * gtk/testgtk.c: include <string.h> for strlen
7584
7585 Tue May 12 16:56:35 1998  Owen Taylor  <otaylor@gtk.org>
7586         (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)
7587         
7588         * gtk/gtkbbox.h gtk/gtkcolorsel.h gtk/gtkvbbox.h:
7589         Changed #include "gtkfoo.h" to #include <gtk/gtkfoo.h>
7590
7591         * gtk/gtkwindow.[ch]: Added const to gtk_window_set_wmclass
7592
7593 Tue May 12 15:16:10 1998  Owen Taylor  <otaylor@gtk.org>
7594         (From: Christopher James Lahey <clahey@umich.edu>)
7595         
7596         * gtk/gtkbutton.[ch] gtk/gtkenums.h gtk/gtktoolbar.[ch]
7597           gtk/testgtk.c:
7598
7599         Added 'relief' for buttons - they can be either GTK_RELIEF_NORMAL
7600         (old style), or GTK_RELIEF_NONE - no relief in the NORMAL
7601         state. Added gtk_toolbar_{set,get}_button_relief, which set/get
7602         the default relief for the toolbars buttons. Added an
7603         toggle for the toolbar test in testgtk.c.
7604
7605 Tue May 12 00:24:59 1998  Owen Taylor  <otaylor@gtk.org>
7606
7607         * docs/gtk-config.1: Rewritten and hopefully improved.
7608
7609 Mon May 11 20:26:39 PDT 1998 Manish Singh <yosh@gimp.org>
7610
7611         * docs/Makefile.am
7612         * docs/gtk-config.1: added man page for gtk-config by Ben Gertzfield
7613
7614 1998-05-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
7615
7616         * gtk/gtkpreview.c (gtk_preview_realize): Create the window using
7617         GtkPreview's visual and colormap, otherwise things can BadMatch.
7618
7619         * gtk/testgtk.c (create_color_preview): 
7620         (create_gray_preview): Removed pushing/popping of visual/colormap
7621         now that GtkPreview does things correctly.
7622
7623         * gtk/gtkcolorsel.c (gtk_color_selection_draw_wheel_frame): 
7624         (gtk_color_selection_draw_wheel): Pick the style from the correct
7625         place (the colorsel->wheel_area widget) so that the GCs will match
7626         with where we are going to paint to.
7627
7628         * gtk/testgtk.c (create_color_selection): Removed pushing/popping
7629         of visual/colormap now that GtkColorSelection does things the
7630         right way.
7631
7632 Mon May 11 21:04:51 1998  Owen Taylor  <otaylor@gtk.org>
7633
7634         * gtk/gtkwindow.c (gtk_real_window_move_resize): Use the
7635         previously unused window->need_resize flag to mark if a window's
7636         descendents changed size while the window was not visible. In this
7637         case, when the window becomes visible, we reallocate everything,
7638         since we didn't keep track of what actually changed.
7639
7640         (Fixes bug where changing the popdown strings of a
7641         combo to something of the same length caused them to
7642         blank out, as reported by Todd Dukes <tdukes@ibmoto.com>)
7643
7644 Tue May 12 02:31:57 1998  Tim Janik  <timj@gtk.org>
7645
7646         [security audit by Alan Cox]
7647
7648         * gtk/gtkobject.c (gtk_object_get_arg_type): check for arg_name to not
7649         exceed maximum assumed size.
7650
7651         * gtk/gtkmenufactory.c (gtk_menu_factory_create): check that `path' does
7652         not exceed maximum assumed size.
7653         (gtk_menu_factory_remove): likewise.
7654         (gtk_menu_factory_find_recurse): likewise.
7655
7656 Mon May 11 23:53:38 1998  Tim Janik  <timj@gtk.org>
7657
7658         * gtk/gtkwidget.c (gtk_widget_queue_resize): queue the idle_sizer with
7659         GTK_PRIORITY_INTERNAL - 1, so widgets get first resized and then
7660         redrawn if that is still neccessary. don't allow queueing of already
7661         destructed objects.
7662         (gtk_widget_idle_sizer): proccess the resize queue in a save manner, so
7663         widgets which are in the queue can be destroyed safely, handle
7664         requeueing properly.
7665         (gtk_widget_idle_draw): proccess the redraw queue in a save manner, so
7666         widgets which are in the queue can be destroyed/unrealized safely.
7667
7668 Mon May 11 17:54:44 BST 1998 Tony Gale  <gale@gtk.org>
7669
7670         * gtkfaq.sgml: add question on multi-threading,
7671           minor URL cleanups.
7672
7673 Mon May 11 09:56:45 1998  Tim Janik  <timj@gtk.org>
7674
7675         * configure.in (cflags_set): preserve automake CFLAGS.
7676
7677         * Makefile.am: fully rename the created libraries to libgtk-1.1.la
7678         and libgdk-1.1.la. this means we need to change certain portions of
7679         the Makefile.am on major/minor version bumps.
7680
7681         * ltmain.sh: the -release option is not required anymore.
7682         
7683         * gtk/gtkobject.h (gtk_trace_referencing): compile time check the type
7684         of the first argument to be of type GtkObject. unconditionally compile
7685         this function. removed __GNUC__ dependancy of the gtk_object_ref and
7686         gtk_object_unref macro wrappers for this function.
7687
7688 Mon May 11 02:31:19 1998  Tim Janik  <timj@gtk.org>
7689
7690         * gtk/gtkobject.h:
7691         * gtk/gtkobject.c:
7692         (gtk_object_data_try_key):
7693         (gtk_object_data_force_id): these are now macros substituting the old
7694         functions. we just use the corresponding g_dataset_* functions for
7695         key->id associations. (this is to assure unique key<->id associations).
7696
7697 1998-05-10  Stefan Jeske  <stefan@gtk.org>
7698
7699         * gtk/gtkctree.c (gtk_ctree_is_visible): Changed return value
7700         to gboolean.
7701
7702         * docs/gtk.texi (GtkCTree): Started documentation of GtkCTree.
7703
7704 Sat May  9 20:11:20 1998  Owen Taylor  <otaylor@gtk.org>
7705
7706         * configure.in (LIBS): Try to figure out if this
7707         is Digital Unix and we need -std1 to get the
7708         right prototypes.
7709
7710 Sat May  9 16:30:33 BST 1998 Tony Gale  <gale@gtk.org>
7711
7712         * docs/gtk_tut_it.sgml: update of Italian tutorial
7713           translation from Daniele Canazza <dcanazz@tin.it>
7714
7715 Sat May  9 02:34:41 1998  Tim Janik  <timj@gtk.org>
7716
7717         * gtk/gtkfeatures.h.in: new file used as template for
7718         * gtk/gtkfeatures.h: new file to define macros indicating newly
7719         introduced features, such as GTK_HAVE_SIGNAL_INIT.
7720
7721         * gtk/gtksignal.c:
7722         (gtk_signal_emitv_by_name):
7723         (gtk_signal_emitv):
7724         new functions to emit signals with an already provided parameter set.
7725         (provided by Kenneth Albanowski <kjahds@kjahds.com>).
7726         (gtk_signal_real_emit): prototype changes, so this functions always
7727         gets its parameters and signal structure as arguments.
7728         (gtk_signal_emit): provide the signal structure and parameter list for
7729         gtk_signal_real_emit.
7730         (gtk_signal_emit_by_name): likewise.
7731
7732 Sat May  9 00:03:12 1998  Tim Janik  <timj@gtk.org>
7733
7734         * gtk/gtksignal.c (gtk_signal_handler_unref): reflect the presence of
7735         signal connections through unsetting GTK_CONNECTED.
7736         (gtk_signal_handler_insert): reflect the presence of signal connections
7737         through setting GTK_CONNECTED.
7738         (gtk_signal_real_emit): only check for handler emissions if the object
7739         has the GTK_CONNECTED flag set.
7740         (gtk_signal_handler_pending): don't check for pending handlers if the
7741         GTK_CONNECTED flag is not set for this object.
7742
7743         * gtk/gtkobject.h (enum): new flag GTK_CONNECTED to indicate whether
7744         a GtkObject has signal handler connections.
7745
7746         * gtk/gtkobject.c (gtk_object_real_destroy): only if GTK_CONNECTED is
7747         set for this object call gtk_signal_handlers_destroy().
7748         
7749         * gtk/gtktypeutils.h (GTK_TYPE_IS_A): deprecated macro, since it caused
7750         multiple processing of macro args.
7751
7752         * gtk/gtktypeutils.c:
7753         * gtk/gtkobject.c:
7754         * gtk/gtkwidget.c:
7755         * gtk/gtksignal.c: reverted GTK_TYPE_IS_A back to gtk_type_is_a.
7756
7757 Fri May  8 21:31:50 1998  Owen Taylor  <otaylor@gtk.org>
7758
7759         * gtk/gtkwidget.c (gtk_widget_queue_draw): Free the
7760         draw-queue when we are done. 
7761
7762         (gtk_widget_queue_draw/_queu_resize): Always return
7763         FALSE and avoid having two idles at the same time.
7764         
7765 Fri May  8 21:04:00 1998  Owen Taylor  <otaylor@gtk.org>
7766
7767         * gtk/gtktext.c: Various fixes to make sure cache
7768         lines are freed if line_start_cache doesn't point to the
7769         beginning of the cache.
7770
7771 Thu May  7 09:44:22 1998  Owen Taylor  <otaylor@gtk.org>
7772
7773         * style_set improvements for GtkText and GtkEntry
7774
7775 Thu May  7 19:03:50 1998  Tim Janik  <timj@gtk.org>
7776
7777         * gtk/gtktypeutils.c (gtk_type_unique): asure that the type system has
7778         been initialized.
7779
7780 Thu May  7 12:52:45 1998  Tim Janik  <timj@gtk.org>
7781
7782         * gtk/gtkobject.c (gtk_object_set_data_by_id_full): allocate object
7783         data chunks through a global object data structure list. unlink
7784         object data before invoking its destroy function.
7785         (gtk_object_finalize): slight modification to allow usage of object
7786         data during object finalization.
7787
7788 Thu May  7 10:29:24 1998  Tim Janik  <timj@gtk.org>
7789
7790         * gtk/gtksignal.c (gtk_signal_newv): suport middle dashes ('-') in
7791         signal names, e.g. "signal-name" is now an alias for "signal_name".
7792         (gtk_signal_handler_new): allocate handlers through a global handler
7793         structure list, that's faster than memchunks.
7794         (gtk_emission_new): allocate emissions through a global emission
7795         structure list, that's faster than memchunks.
7796
7797 Thu May  7 05:14:19 1998  Tim Janik  <timj@gtk.org>
7798
7799         * gtk-config.in (--libs): postfix -lg* libraries with LT_RELEASE.
7800
7801         * ltmain.sh: added a new commandline flag -postfix similar to -release,
7802         but will immediately change the library name.
7803
7804         * gdk/Makefile.am:
7805         * gtk/Makefile.am: specify -postfix and -version-info
7806
7807         * configure.in: version bump to 1.1.0. added GTK_INTERFACE_AGE and
7808         GTK_BINARY_AGE. calculate LT_* variables for libtool.
7809
7810 1998-05-06  Federico Mena Quintero  <federico@nuclecu.unam.mx>
7811
7812         * gtk/gtkclist.c (draw_row): Fixed incorrect painting of row
7813         background (fg_set -> bg_set confusion).
7814
7815 1998-05-06  Stefan Jeske  <stefan@gtk.org>
7816
7817         * gtk/testgtk.c (unselect_all): Removed code that caused an
7818         endless loop.
7819
7820 Wed May  6 02:16:34 1998  Tim Janik  <timj@gtk.org>
7821
7822         * gtk/gtksignal.c: reimplemented the signal storage system to use a
7823         linear array rather than a hash table.
7824         be carefull *not* to keep any GtkSignal pointers across invokations
7825         of gtk_signal_next_and_invalidate() and therefore gtk_signal_new[v]().
7826         general code cleanups, made all allocations through memchunks.
7827         (gtk_signal_lookup): we now do the lookup of signals through a key_id
7828         for the signal names to avoid multiple hashing of the signal name on
7829         lookups for the several hirarchy levels of an object.
7830
7831 Tue May  5 19:49:27 1998  Owen Taylor  <otaylor@gtk.org>
7832
7833         * gdk/gdkpixmap.c: Patches from Gordon Matzigkeit
7834         to speed things up and remove code duplication.
7835
7836         Reintegrated buffer overflow patches, and added
7837         some extra paranoia.
7838         
7839 Tue May  5 17:04:14 1998  Owen Taylor  <otaylor@gtk.org>
7840
7841         * gdk/gdk.c (gdk_event_translate): A guint * was
7842         being passed where X expected a Keysym *, and
7843         keysyms are long's on Alpha Linux. This was causing
7844         segfaults in Xlib, apparently because of alignment.
7845         (Bug located by Juergen Haas <haas@forwiss.uni-passau.de>)
7846         
7847 Tue May  5 19:11:27 1998  Owen Taylor  <otaylor@gtk.org>
7848
7849         * gtk/gtkdrawingarea.c (gtk_drawing_area_realize): Always
7850         set GDK_EXPOSURE_MASK for DrawingAreas
7851
7852 Tue May  5 14:32:37 1998  Owen Taylor  <otaylor@gtk.org>
7853
7854         * gtk/gtkwidget.[ch]: removed gtk_widge_propagate_default_style
7855         (superceded by RC file reparsing capabilities)
7856
7857         * gtk/gtkwindow.c: Add handling for _GDK_READ_RFCILES client
7858         events. (Shouldn't be sent to the InputOnly leader, which
7859         it is now by gdk_event_send_clientmessage_toall
7860
7861         * gtk/testgtk.c: Added extra button to rcfiles test
7862         to send out _GDK_READ_RCFILES events.
7863         
7864 Tue May  5 11:03:00 1998  Owen Taylor  <otaylor@gtk.org>
7865
7866         * gtk/gtkselection.c (gtk_selection_clear): Fixed
7867         reversed conditionals that caused segfault on some
7868         platforms.
7869
7870 Tue May  5 00:44:47 1998  Owen Taylor  <otaylor@gtk.org>
7871
7872         * gtk/gtkcontainer.c (gtk_container_set_focus_[hv]adjustment):
7873         cast to GTK_OBJECT for gtk_object_ref.
7874
7875 Tue May  5 15:33:27 1998  Tim Janik  <timj@gtk.org>
7876
7877         * gtk/gtkmain.c (gtk_init): added gtk_signal_init() to avoid repeatedly
7878         checking for signal initialization in gtksignal.c.
7879
7880         * gtk/gtktypeutils.c (TYPE_NODES_BLOCK_SIZE): reseted this to 200 after
7881         a long debugging period ;)
7882
7883 1998-05-05  Stefan Jeske  <stefan@gtk.org>
7884
7885         * gdk/gdkgc.c gdk/gdk.h gtk/gtkctree.c (gdk_gc_set_dashes):
7886         New function to wrap XSetDashes; modified gtkctree.c to use it.
7887
7888 1998-05-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
7889
7890         * configure.in: Added $x_libs in the other_libraries field in the
7891         check for XShapeCombineMask.
7892
7893 Mon May  4 00:30:11 1998  Tim Janik  <timj@gtk.org>
7894
7895         * gtk/gtktypeutils.h (GTK_TYPE_IS_A): new macro to speedup
7896         gtk_type_is_a().
7897         * gtk/gtktypeutils.c: reimplemented the type storage system to use a
7898         linear array rather than a hash table. it actually speeded up testgtk
7899         for a *considerable* amount. be carefull *not* to keep any GtkTypeNode
7900         pointers across invokations of gtk_type_node_next_and_invalidate() and
7901         therefore gtk_type_unique()!
7902
7903         * gtk/gtkobject.h (GTK_IS_OBJECT_CLASS): new macro to test for the
7904         inheritance of a class pointer.
7905         (GTK_OBJECT): modifications for speedups.
7906         (GTK_IS_OBJECT): likewise.
7907         (GTK_OBJECT_CLASS): likewise.
7908         (suggested by owen).
7909
7910         * gtk/gtkcontainer.h (GTK_IS_CONTAINER_CLASS): new macro.
7911
7912         * gtk/gtkwidget.h (GTK_IS_WIDGET_CLASS): new macro.
7913
7914         * gtk/gtk.defs (GtkTooltips): define GtkTooltips as object not as boxed,
7915         since its derivation changed 4 month ago ;(. showed up with the unique
7916         type name checking code in gtk_type_unique().
7917
7918         * random guint->GtkType and macro fixups.
7919
7920 Sat May  2 23:14:34 1998  Owen Taylor  <otaylor@gtk.org>
7921
7922         * gtk/gtkcurve.c (gtk_curve_graph_events): Ignore
7923         Configure events that would result in a negative
7924         size.
7925
7926 Sun May  3 14:55:34 1998  Owen Taylor  <otaylor@gtk.org>
7927
7928         * docs/gtkfaq.sgml (CPPFLAGS): Added a FAQ entry about
7929         "glibconfig.h" and another about writing another IRC
7930         client.
7931
7932 Sat May  2 00:14:05 1998  Owen Taylor  <otaylor@gtk.org>
7933
7934         * gtk/gtkpreview.c (gtk_trim_cmap): Make sure the
7935         parameters to log are doubles. Digital Unix apparently
7936         is missing the argument in its prototype.
7937
7938 Sun May  3 19:04:46 1998  Owen Taylor  <otaylor@gtk.org>
7939
7940         * gtk/gtklabel.c (gtk_label_state_changed): Don't
7941         force a clear until the widget is actually on
7942         screen.
7943
7944 Sun May  3 21:32:35 1998  Owen Taylor  <otaylor@gtk.org>
7945
7946         * gdk/gdk.c (gdk_event_translate): Grab with OwnerEvents = False
7947         to make this consistent with the gtk-1-0 tree.
7948
7949 Sun May  3 13:38:22 1998  Owen Taylor  <otaylor@gtk.org>
7950
7951         * configure.in acheader.h gdk/gdkwindow.c 
7952         Check for Shape extension both on the client and server
7953         side. (And, more importantly, check for the shape extension
7954         so we may include -lXext even when compiling with --disable-xshm)
7955
7956         Don't set override_redirect on all shaped windows. It isn't
7957         necessary.
7958
7959         * gdk/gdkwindow.c: Set ->colormap to NULL for root 
7960         and foreign windows. Use this to check if we
7961         need to get the colormap from X.
7962
7963 Fri May  1 22:32:47 1998  Owen Taylor  <otaylor@gtk.org>
7964
7965         * gtk/gtkbutton.c (gtk_button_paint): Draw the areas
7966         between the default and the button always in GTK_STATE_NORMAL.
7967
7968         * gtk/gtkrange.c (gtk_range_style_set): Added a style_set
7969         callback.
7970
7971 Fri May  1 16:40:57 1998  Owen Taylor  <otaylor@gtk.org>
7972
7973         * gdk/gdkpixmap.c (gdk_pixmap_colormap_create_from_xpmp[_d]):
7974           Fix a buffer overflow on pixmaps that claim to have
7975           more than 31 characters per pixel.
7976
7977           (gdk_pixmap_read_string): Don't wrap around strings longer
7978           than half of address space ;-)
7979
7980         * gtk/gtk[vh]ruler.c gtk/gtkinputdialog.c: Expand some buffers
7981         that were used for printing integers.
7982
7983         * */* (almost):
7984
7985         Style: All 
7986           int foo () { ... }
7987         changed to
7988           int foo (void) { ... }
7989
7990         Even where there were proper prototypes elsewhere.
7991
7992         * gdk/gxid.c (handle_claim_device): Some extra checks.
7993         It isn't safe against being fed bad X id's, but at
7994         least it should be safe against deleting all your
7995         files.
7996
7997 Sun May  3 19:45:09 1998  Tim Janik  <timj@gtk.org>
7998
7999         * gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
8000         to set the adjustments value when there is no current emission.
8001         [ Removed by mutual agreement owt 5/3/1998 ]
8002
8003         * gtk/gtksignal.c: added new functions to retrive the number of
8004         existing emissions for a certain signal.
8005         (gtk_signal_n_emissions): new function.
8006         (gtk_signal_n_emissions_by_name): new function.
8007
8008 Sun May  3 16:55:43 1998  Tim Janik  <timj@gtk.org>
8009
8010         * gtk/gtkcontainer.c (gtk_container_set_focus_child): new function to
8011         set the current focus_child of a container, does proper referencing and
8012         adjusts the vadjustment/hadjustment associated with the focus widget.
8013
8014         * gtk/gtkwidget.c (gtk_widget_grab_focus): set the focused child on
8015         containers via gtk_container_set_focus_child.
8016
8017         * gtk/gtknotebook.c: modifications to use gtk_container_set_focus_child
8018         where appropriate.
8019
8020         * gtk/gtkcontainer.c (gtk_container_remove): removed unsetting of focus
8021         child since not every child removal goes through this function (this
8022         showed up after gtk_container_set_focus_child() started to reference the
8023         focus_child of a container).
8024
8025         * gtk/gtkwidget.c (gtk_widget_unparent): moved unsetting the focus_child
8026         of a container from gtk_container_remove into this place.
8027
8028 Sat May  2 22:33:45 1998  Tim Janik  <timj@gtk.org>
8029
8030         * gtk/gtksignal.c: added new functions to operate on intermediate
8031         function pointers. implemented incremental blocking.
8032         (gtk_signal_disconnect_by_func): new function.
8033         (gtk_signal_handler_block_by_func): new function.
8034         (gtk_signal_handler_unblock_by_func): new function
8035
8036 Fri May  1 22:45:55 1998  Owen Taylor  <otaylor@gtk.org>
8037
8038         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_allocate):
8039         Always show the scrollbars when the policy is
8040         GTK_POLICY_ALWAYS...
8041
8042 Sat May  2 20:19:03 1998  Tim Janik  <timj@gtk.org>
8043
8044         * gtk/gtkadjustment.c (gtk_adjustment_set_value): only emit
8045         "value_changed" if we really passed a new value.
8046         (gtk_adjustment_changed): new function to emit the "changed" signal.
8047         (gtk_adjustment_set_value): new function to emit the "value_changed"
8048         signal.
8049
8050 Fri May  1 12:28:35 1998  Owen Taylor  <otaylor@gtk.org>
8051
8052         * gtk/gtkcombo.c: Further changes to the way the window
8053         is popped up so that it will be compatible with 
8054         auto-scrolling in the future.
8055
8056 Fri May  1 20:25:29 1998  Tim Janik  <timj@gtk.org>
8057
8058         * gtk/gtkcombo.c (gtk_combo_popup_list): do not just return if
8059         the combo-list is empty since that will cause the combo to operate
8060         on a non existing GtkList window.
8061         (gtk_combo_get_pos): provide the combo list with a usfull default
8062         height if empty.
8063         (gtk_combo_popup_button_press): grab the focus.
8064         (gtk_combo_activate): grab the focus.
8065
8066 Fri May  1 12:06:43 1998  Owen Taylor  <otaylor@gtk.org>
8067
8068         * gtk/gtkwindow.[ch] (gtk_widget_reset_rc_styles): New
8069         function to reset the RC styles for a heirarchy
8070
8071         Clear the window background if necessary in
8072         gtk_window_style_set.
8073
8074         * gtk/gtkrc.[ch]: New function gtk_rc_reparse_all() which
8075         rereads all previously read RC files.
8076
8077         * gdk/gdkwindow.c gdk/gdk.h: New function gdk_window_get_toplevels().
8078         (Should it just be called gdk_get_toplevels?)
8079
8080         * gtk/testgtk.c: New test to reload RC files.
8081
8082 Fri May  1 13:57:36 1998  Tim Janik  <timj@gtk.org>
8083
8084         * gtk/gtkclist.h:
8085         * gtk/gtkclist.c: prefixed all clist flags with GTK_ to avoid name
8086         clashes. redefined GTK_CLIST_SET_FLAGS and GTK_CLIST_UNSET_FLAGS as
8087         GTK_CLIST_SET_FLAG and GTK_CLIST_UNSET_FLAG to automatically add
8088         the GTK_ prefix (this solution involved less changes in the
8089         gtkclist.c code). added a GTK_CLIST_CONSTRUCTED flag to substitute
8090         the mem_chunk==NULL test in gtk_clist_construct. merged in changes
8091         from lars & stefan to support the derivation of GtkCtree.
8092
8093         * gtkctree.h:
8094         * gtkctree.c:
8095         initial import of a tree widget derived from gtkclist, courtesy
8096         of Lars Hamann <lars@gtk.org> and Stefan Jeske <jeske@gtk.org>,
8097         it just damn rocks!
8098
8099 Fri May  1 10:05:44 1998  Tim Janik  <timj@gtk.org>
8100
8101         * gtk/gtklist.c (gtk_list_add): let gtk_list_append_items do the work
8102         for us.
8103         (gtk_list_insert_items):
8104         (gtk_list_remove_items_internal): 
8105         (gtk_list_clear_items): 
8106         remove a possible pointer grab, we might get thrown into a loop
8107         otherwise.
8108         (gtk_list_button_press): grab the pointer *before* selecting the child,
8109         because selection of items may cause the lists children to change,
8110         resulting in a grab release.
8111         (gtk_list_clear_items): use gtk_list_unselect_child() for unselection of
8112         children.
8113         (gtk_list_shutdown): remove all children from the list.
8114         (gtk_real_list_unselect_child): 
8115         (gtk_real_list_select_child): *always* put our internal structures into
8116         sane state *before* signal emisions (i.e. list->selection updates prior
8117         to gtk_list_item_[de]select() calls).
8118
8119         * gtk/gtkcombo.c (gtk_combo_init): adjust the scrollbar if the lists
8120         focused child walks out of the window.
8121         removed CAN_FOCUS for the combo arrow's button since it doesn't react
8122         to keyboard events ("clicked" connection is missing).
8123
8124 Fri May  1 00:42:25 1998  Owen Taylor  <otaylor@gtk.org>
8125
8126         * gdk/gdkwindow.c (gdk_window_get_colormap): Fix up
8127         getting colormap for FOREIGN windows to go along with
8128         Raster's fix for visuals.
8129
8130 Merges from gtk-1-0
8131 ===================
8132         
8133 Thu Apr 30 23:32:51 1998  Owen Taylor  <otaylor@gtk.org>
8134
8135         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_allocate):
8136         Check to catch the case when the viewport fits in either
8137         direction or both, instead of flip-flopping infinitely.
8138
8139         Only show/hide the scrollbars once at the end.
8140
8141 Thu Apr 30 21:56:07 1998  Owen Taylor  <otaylor@gtk.org>
8142
8143         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_foreach): 
8144         Include the scrollbars in the foreach call.
8145         (gtk-fortier-980405-0.patch; 
8146          Patrice Fortier <Patrice.Fortier@aquarel.fr>). 
8147
8148         The notebook widget
8149         really should also include its tabs, but that might cause
8150         problems for programs if they
8151
8152 Thu Apr 30 21:51:52 1998  Owen Taylor  <otaylor@gtk.org>
8153
8154         * gtk/gtkpixmap.c (gtk_pixmap_set): Only request a
8155         resize if the size actually changed. 
8156         (gtk-johannes-980414-0.patch ;  
8157          johannes@nada.kth.se (Johannes Keukelaar) )
8158
8159 Thu Apr 30 10:22:59 1998  Owen Taylor  <otaylor@gtk.org>
8160
8161         * glib/ltmain.sh glib/ltconfig glib/config.sub glib/config.guess:
8162           ltmain.sh ltconfig config.sub config.guess:
8163
8164         Reverted back to libtool-1.2 (plus minor patches) so as not to
8165         force the issue for everyone else.
8166
8167 Thu Apr 30 10:22:59 1998  Owen Taylor  <otaylor@gtk.org>
8168
8169         * glib/ltmain.sh glib/ltconfig glib/config.sub glib/config.guess:
8170         Updated to libtool 1.2a.
8171
8172         * gtk/gtkclist.c: Draw the in-between lines with style->base
8173         instead of style->white.
8174         
8175 Wed Apr 29 15:46:13 1998  Owen Taylor  <otaylor@gtk.org>
8176
8177         * gdk/gdkprivate.h gdk/gdkwindow.c gdk/gdkpixmap.c: 
8178         Cache the colormap and children of a window locally
8179         instead of fetching them from the server when needed.
8180         Huge performance difference for creating/destroying
8181         windows.
8182
8183         * gtk/gtkstyle.c: Find the depth from the cached
8184         visual, instead of asking the server.
8185
8186         * gtk.m4: Distribute the new version which tries to
8187         figure out what went wrong and give helpful error
8188         messages.
8189
8190         * ltmain.sh ltconfig config.sub config.sh: 
8191         Updated to libtool 1.2a
8192
8193         * gtk/gtktext.c: Fixed a bug where the drawn level
8194         was being messed up when the text was scrolled
8195         during a deletion.
8196         
8197 Thu Apr 30 02:42:11 PDT 1998 Manish Singh <yosh@gimp.org>
8198
8199         * gtk/gtkfilesel.c: don't die when naughty people remove parts of
8200         the filesystem under you (fix from Josh)
8201
8202 Thu Apr 30 09:49:14 1998  Tim Janik  <timj@gtk.org>
8203
8204         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_foreach): check
8205         if the viewport already exists before iterating over it, maybe we
8206         haven't been constructed yet.
8207
8208 Thu Apr 30 01:51:00 1998  Tim Janik  <timj@gtk.org>
8209
8210         * gtk/gtkbin.c (gtk_bin_add): made this function issue a warning if
8211         the GtkBin widget already has a child.
8212
8213         * gtk/gtkbox.c (gtk_box_pack_{start|end}):
8214         check that child->parent == NULL;
8215
8216 Tue Apr 28 22:13:54 1998  Owen Taylor  <otaylor@gtk.org>
8217
8218         * gtk/gtkselection.c (gtk_selection_clear): Only return
8219         FALSE when the clear event is been rejected, not when
8220         widget has already lost the selection. (Which should
8221         only happen when we are setting the selection to another
8222         widget ourself.)
8223         
8224 Fri Apr 24 19:07:32 1998  Owen Taylor  <otaylor@gtk.org>
8225
8226         * gtk/gtkfixed.c gtk/gtkpaned.c gtk/gtktable.c:
8227
8228         Removed the "check visibility after gtk_widget_unparent" bug 
8229         in hopefully the last three places.
8230
8231 Tue Apr 28 15:46:41 1998  Tim Janik  <timj@gtk.org>
8232
8233         * gtk/gtkrc.c (gtk_rc_parse_statement): allow the inclusion of other
8234         rc-files.
8235
8236 Mon Apr 27 15:11:52 1998  Tim Janik  <timj@gtk.org>
8237
8238         * gtk/gtkwidget.c (gtk_widget_grab_focus): only allow grabbing of focus
8239         for CAN_FOCUS widgets.
8240
8241         * gtk/testgtk.c (create_scrolled_windows): feature h/v focus
8242         adjustments for the table.
8243         (create_list): feature automatic adjustment of the scrolled window to
8244         always contain the focused child.
8245         (create_main_window): keep the focussed button always inside of the
8246         scrolled windoww.
8247
8248         * gtk/gtkcontainer.c (gtk_real_container_focus): set the h/v focus
8249         adjustments, to contain the allocation of the currently focused child.
8250         (gtk_container_set_focus_hadjustment): new functin to set the
8251         horizontal focus adjustment.
8252         (gtk_container_set_focus_vadjustment): new functin to set the vertical
8253         focus adjustment.
8254
8255         * gtk/gtkadjustment.c (gtk_adjustment_clamp_page): new fucntion to
8256         clamp the currents adjustment page into a specific range.
8257
8258         * random GtkType fixups for gtk_*_get_type() functions.
8259
8260 Fri Apr 24 18:37:16 1998  Owen Taylor  <otaylor@gtk.org>
8261
8262         * gtk/gtktreeitem.c (gtk_tree_item_remove_subtree): 
8263         Account for the fact that gtk_tree_item_remove_subtree
8264         will be called recursively. 
8265
8266         Handle removing a collapsed subtree.
8267
8268         (From Andy Dustman <adustman@comstar.net>)
8269         
8270         * gtk/gtktree.c (gtk_tree_remove_items): Look for the
8271         root tree when removing items from a non-previously
8272         mapped tree.
8273
8274         * gtk/testgtk.c: Added a remove_subtree button.
8275         
8276 Thu Apr 23 23:44:17 1998  Owen Taylor  <otaylor@gtk.org>
8277
8278         * gtk/gtkobject.c (gtk_object_finalize): Notify all weak references
8279         before object removing data. This change fixes a bug where 
8280         removing the last weak references would cause it to be 
8281         triggered.
8282
8283 Wed Apr 15 20:42:46 1998  Owen Taylor  <otaylor@gtk.org>
8284
8285         * gdk/Makefile.am: Removed mostly useless dependency that
8286         was causing problems for SGI's make, when used with
8287         the 'make dist' form of GTK+. (Dependency caused dependencies
8288         to be redone when BUILT_SOURCES changed)
8289
8290 Thu Apr 30 11:18:00 1998  Owen Taylor  <otaylor@gtk.org>
8291
8292         * gtk/gtkcombo.[ch]: Allow the user to use the popup list
8293         like a menu.
8294         
8295         * gtk/gtkmenuitem.c gtk/gtkitem.c: Moved enter/leave handlers
8296         to gtkitem.c so dragging can also work in lists.
8297
8298         * gtk/gtklist.[ch]: Track child enter events and use
8299         those to allow dragging the selection. 
8300
8301 Thu Apr 30 11:16:06 1998  Owen Taylor  <otaylor@gtk.org>
8302
8303         * gtk/gtktext.c: Try enabling background pixmaps for editable text
8304         widgets.  There is a bit of flashing, but not too bad. If you
8305         don't want the flashing, you can always not set a background
8306         pixmap.
8307
8308 Wed Apr 29 15:46:13 1998  Owen Taylor  <otaylor@gtk.org>
8309
8310         * gtk/gtktext.c: Fixed a bug where the drawn level
8311         was being messed up when the text was scrolled
8312         during a deletion.
8313         
8314 1998-04-28  Miguel de Icaza  <miguel@nuclecu.unam.mx>
8315
8316         * gdk/gdk.c (gdk_event_translate): Random debugging fixed this
8317         bug:  There is no need to set the ExposureMask in the XGrabPointer
8318         (this caused DnD programs to crash).
8319
8320 Fri Apr 24 01:29:04 1998  Tim Janik  <timj@gtk.org>
8321
8322         * gtk/gtkaccelerator.h (struct _GtkAcceleratorTable): changed ref_count
8323         field to be of type guint.
8324         * gtk/gtkaccelerator.c (gtk_accelerator_table_unref): added check for
8325         ref_count>0;
8326         (gtk_accelerator_table_install): keep a per object list of accelerator
8327         tables that refer to this object.
8328         (gtk_accelerator_table_remove): remove the accelerator table from the
8329         per object list.
8330         (gtk_accelerator_table_clean): warn if there are any object references
8331         left in an accelerator table upon destruction.
8332         (gtk_accelerator_tables_delete): new function to delete object
8333         references from the accelerator tables associated with this object.
8334
8335         * gtk/gtkwidget.c (gtk_widget_class_init): changed emission of
8336         GtkWidget::install_accelerator to GTK_RUN_LAST so the installation
8337         of an accelerator can be prevented by gtk_signal_emit_stop().
8338         (gtk_widget_real_destroy): call gtk_accelerator_tables_delete (),
8339         so there are no stale pointers in accelerator tables left.
8340
8341 1998-04-22  Federico Mena Quintero  <federico@nuclecu.unam.mx>
8342
8343         * gtk/gtkbin.c (gtk_bin_remove): Remember whether the widget was
8344         visible before we unparent it.
8345
8346 Wed Apr 22 04:15:26 1998  Tim Janik  <timj@gtk.org>
8347
8348         * gtk/gtkmain.c (gtk_handle_current_timeouts): prepend the
8349         running_timeouts list with the tmp_list link itself, not with a new
8350         GList structure pointing to our link. that would fill up memory and
8351         causes the GList.data fields of the running_timeouts list to point to
8352         GList structures and not GtkTimeoutFunction structures which is a
8353         *really* bad thing.
8354         (gtk_handle_current_idles): likewise (exchange "timout" with "idle" in
8355         the above entry ;).
8356
8357 Sat Apr 18 22:18:12 1998  Tim Janik  <timj@gtk.org>
8358
8359         * gtk/gtkradiomenuitem.h: 
8360         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_set_group): new function
8361         ala gtk_radio_button_set_group.
8362         (gtk_radio_menu_item_init): assure that we always have at least a group
8363         that points to self.
8364
8365         * gtk/gtkradiobutton.c (gtk_radio_button_set_group): few cleanups and
8366         added g_return_if_fail() statements.
8367         (gtk_radio_button_init): assure that we always have at least a group
8368         that points to self.
8369
8370 Fri Apr 17 03:05:05 1998  Tim Janik  <timj@gtk.org>
8371
8372         * ChangeLog split up into ChangeLog.pre-1-0 and ChangeLog.
8373
8374 Wed Apr 15 05:13:09 1998  Tim Janik  <timj@gtk.org>
8375
8376         * gtk/gtklabel.c (gtk_label_size_request): corrected a brace position
8377         (Damon Chaplin), which i got wrong when applying Damon's patch the last
8378         time.
8379
8380 Wed Apr 15 20:42:46 1998  Owen Taylor  <otaylor@gtk.org>
8381
8382         * gtk/gtkpreview.c (gtk_preview_get_visuals): Make sure
8383         that when we are running with a non-installed colormap,
8384         in 8-bit pseudo-color, we actually are using the system
8385         visual. (Fixes *Bad Match* errors on Digital Unix machines
8386         with multiple 8-bit pseudo-color visuals)
8387
8388 1998-04-14  Miguel de Icaza  <miguel@nuclecu.unam.mx>
8389
8390         * gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced
8391         by whoever thought that randomly changing ints to unsigned int
8392         without reviewing the code was a good idea.  It is, btw not
8393         mentioned in the ChangeLog as usual, but I know it was not Elliot
8394         the culprit this time. 
8395
8396 Mon Apr 13 19:16:22 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
8397
8398         * Released GTK+ 1.0.0