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