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