]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Adjust to Tim's changes. Use glib-genmarshal etc.
[~andy/gtk] / ChangeLog.pre-2-10
1 2000-10-28  Tor Lillqvist  <tml@iki.fi>
2
3         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
4         glib-genmarshal etc.
5
6 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
7
8         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
9         parallel builds.
10
11 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
12
13         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
14
15 2000-10-27  Robert Brady  <robert@suse.co.uk>
16
17         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
18         en_GB (British), ia (Interlingua).
19
20 2000-10-26  Havoc Pennington  <hp@redhat.com>
21
22         * gtk/gtktextiter.c (my_strrstr): fix constness warning
23
24         Fixed output of:
25         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
26         
27         * gtk/gtktextsegment.c (char_segment_new): rename
28         (_char_segment_new_from_two_strings): rename
29         (_toggle_segment_new): rename
30         
31         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
32         (make_clipboard_widget): make it static
33         (text_get_func): static
34         (text_clear_func): static
35
36         * gtk/gtkcolorsel.c (adjustment_changed): make this function
37         static
38         (hex_changed): make it static
39         (hsv_changed): make it static
40         (opacity_entry_changed): make it static
41
42         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
43         (toggle_segment_check_func): rename with _gtk
44
45         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
46         (_widget_segment_new): rename
47         (_widget_segment_add): rename
48         (_widget_segment_remove): rename
49         (_widget_segment_ref): rename
50         (_widget_segment_unref): rename
51
52         * gtk/gtktextmark.c (_mark_segment_new): Rename
53         _gtk_mark_segment_new   
54
55 2000-10-26  Havoc Pennington  <hp@redhat.com>
56
57         * gtk/gtkmarshal.list: add new marshallers used by the text widget
58
59         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
60         types
61
62         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
63         marshaller types
64
65         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
66         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
67         license on these files.
68
69         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
70         work.
71
72         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
73         runtime random number different for each tree, instead of 
74         a constant I made up.
75
76 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
77
78         * gtk/Makefile.am: buncha cleanups, kludged build sources
79         dependencies with a Makefile: oldest-source-stamp dependancy
80         for the moment. automake is really fighting us here, with
81         intentionally not allowing user-defined rules or dependancies
82         prior to it's -include $(DEP_FILES) statement. sucks rocks!
83
84         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
85         to public headers. tehy have a comment stating that they are
86         "semi-public" aren't included by gtk.h and if enums popup there,
87         they can be /*< skip >*/-ed.
88
89         * gtk/gtktextlayout.h: 
90         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
91         added LGPL... <SIGH>
92
93 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
94
95         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
96         GtkTreeIter.  Added iterators everywhere.
97
98         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
99
100         * gtk/gtktreeviewselection.c: Changed to use the iterators.
101
102         * gtk/gtktreestore.c: Changed to use the iterators.
103
104         * gtk/gtkliststore.c: Commented out the code.  Will convert to
105         iterators tomorrow.
106
107         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
108         iterators tomorrow.
109
110         * gtk/treestoretest.c: Changed to use iterators.
111
112         * demos/testgtk/main.c: Moved to use the new iterator system.
113
114 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
115
116         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
117         localization misbehaviour.
118
119         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
120         a useless type without copy/free.
121
122         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
123         of GTK_TYPE_CTREE_NODE.
124
125 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
126
127         * gtk/gtksignal.c:
128         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
129         applicable.
130
131         * gtk/gtk-boxed.defs (GtkSelectionData): specify
132         gtk_selection_data_copy and gtk_selection_data_free
133         do GtkSelectionData work as params in signals.
134
135 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
136
137         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
138         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
139         couldn't they at least give it a non-standard name?
140         
141         * gtk/gtktextlayout.c: arg! yet another implementation of
142         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
143
144         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
145         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
146         home. now i know this _is_ a conspiracy.
147
148         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
149         ::state-changed.
150
151         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
152         (gtk_accel_group_create_add): marshaller signature fixups.
153
154         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
155         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
156
157         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
158         anymore.
159
160 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
161
162         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
163         due to the signal system changes, it wouldn't build currently. to
164         be fixed soon.
165
166         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
167
168         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
169         so it needs gtk_marshal_VOID__ENUM() instead of
170         gtk_marshal_NONE__UINT().
171
172         * gdk/gdk*.c: adapted type registration functions.
173
174         * gtk/gtkbindings.c:
175         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
176         gone.
177
178         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
179
180         * gtk/gtkobject.c:
181         (gtk_object_destroy):
182         (gtk_object_shutdown): fixed recursion guards. basically we have to
183         catch the case where any of GObject.shutdown() or gtk_object_destroy()
184         is called during ::destroy, and avoid recursion there.
185
186         * gtk/gtktypeutils.c:
187         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
188         boxed_copy/boxed_free. this needs a more general solution based on a
189         publically installed code-generator utility.
190
191         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
192         glib's gobject has support for that now.
193         define GtkSignalMarshaller in terms of GSignalCMarshaller.
194
195 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
196
197         * gtk/gtksignal.[hc]:
198         * gtk/gtkmarshal.[hc]:
199         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
200         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
201         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
202         care of that.
203
204         * *.c: marshaller name fixups.
205
206         * gtk/gtkmarshal.list: added a comment briefing the format.
207
208 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
209
210         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
211         compatibility macros here now. more specifically, most of
212         the API is preserved (yes, _most_, nonwithstanding the
213         following exceptions listed, the API is stil lHUGE ;)
214         things that got removed completely:
215         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
216         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
217         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
218         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
219         gtk_signal_remove_emission_hook().
220         non-functional functions variants:
221         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
222         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
223         not supported anymore.
224         (gtk_signal_compat_matched): new internal function to aid
225         implementation of the compatibility macros, it  provides
226         functionality to block/unblock/disconnect handlers based
227         on func/data.
228
229         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
230
231         * *.c: adaptions to new type registration API signatures.
232
233 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
234
235         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
236
237 2000-10-25  Robert Brady  <robert@suse.co.uk>
238
239         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
240         gdk_property_delete): If window == NULL, assume the root window.
241         (restoring the behaviour that was in 1.2).
242         
243         * gtk/testtext.c (save_buffer): Allow creation of new files when
244         saving.
245
246         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
247         calls to read().
248
249 2000-10-25  Tor Lillqvist  <tml@iki.fi>
250
251         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
252
253         * gdk/win32/gdkdrawable-win32.c
254         * gdk/win32/gdkimage-win32.c
255         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
256         X11 backend.
257
258         * gdk/win32/gdkcc-win32.c
259         * gdk/win32/gdkcolor-win32.c
260         * gdk/win32/gdkfont-win32.c
261         * gdk/win32/gdkinput-win32.c
262         * gdk/win32/gdkmain-win32.c
263         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
264
265 2000-10-24  Havoc Pennington  <hp@redhat.com>
266
267         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
268         it a static function
269
270         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
271         redraw text when a tag is applied to it.
272
273         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
274         (gtk_text_tag_affects_nonsize_appearance): private functions to
275         see if a tag requires various kinds of redraw/layout to be queued
276         up.
277
278         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
279
280         * gtk/testtext.c (fill_example_buffer): Put the cursor 
281         at the start of the buffer, so search works by default
282
283         * gtk/gtktextiter.c (lines_match): init match_start always
284
285         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
286         function, get iter at a line + a byte index
287
288         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
289         to set byte position within a line
290         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
291
292 2000-10-23  Havoc Pennington  <hp@redhat.com>
293
294         * gtk/testtext.c: Re-enable the "find" dialog
295
296         * gtk/testgtk.c: Add test for gdk_drawable_get_image
297         
298         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
299         the arguments to gdk_draw_drawable were in the wrong order
300         (gdk_window_paint_init_bg): This function was ignoring the
301         init_region, instead of clipping to it, so the entire backing
302         pixmap was cleared on every begin_paint()
303         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
304         was in here again, the loop kept using the same GtkWindowPaint
305         over and over.
306         (gdk_window_begin_paint_region): Fix a bug where we had two
307         x_offset instead of x_offset and y_offset
308
309         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
310         before we get the image.
311         (gdk_draw_drawable): get the composite before we draw the drawable.
312         (gdk_drawable_real_get_composite_drawable): default
313         get_composite_drawable implementation that returns the drawable 
314         itself
315
316         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
317         get_composite_drawable virtual function
318
319         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
320         list-walking bug
321
322         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
323         make this work if the source drawable is a GdkDrawableImplX11
324         instead of a public drawable type. This is really broken; the
325         problem is that GdkDrawable needs a virtual method get_xid(), but
326         of course that doesn't work in practice. Enter RTTI.
327
328         Also, improve mismatched depth message.
329
330         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
331         GdkPixmap
332
333         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
334         install _gdk_x11_get_image as our implementation of get_image
335         
336         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
337         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
338
339         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
340         gdk_drawable_get_image
341
342         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
343
344         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
345         get_image
346
347         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
348         trailing semicolon after for loop
349
350 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
351
352         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
353         where font_desc for widget's context lagged widget's font_desc by
354         one step.
355
356 2000-10-22  Tor Lillqvist  <tml@iki.fi>
357
358         * gdk/win32/gdkgc-win32.c
359         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
360
361         * gtk/makefile.mingw.in
362         * gtk/gtk.def: Updates.
363
364         * gtk/testgtk.c: sleep() is called _sleep in MS's C
365         library.
366
367         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
368
369         * gtk/makefile.msc: Remove
370
371         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
372
373         * gtk/Makefile.am: Add it.
374
375         * configure.in: Generate it.
376
377         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
378         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
379         something even if not implemented, to satisfy picky MSVC.
380
381         Patches by Hans Breuer:
382         
383         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
384         SetBkMode() and SetTextAlign() before calling
385         pango_win32_render().
386
387         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
388         Set hcliprgn to NULL after destroying it.
389         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
390
391         * gdk/win32/gdkgeometry-win32.c
392         (_gdk_windowing_window_queue_antiexpose): More effective
393         implementation.
394
395         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
396         depth as default, not the visual's.
397
398         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
399         against empty title.
400
401         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
402         IMAGE_PRIVATE_DATA.
403
404         * gdk/win32/gdkimage-win32.c: Use it.
405
406 2000-10-22  Robert Brady  <robert@suse.co.uk>
407
408         * configure.in: Check for bind_textdomain_codeset
409
410         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
411         present, make use of it.
412
413         Add a translatable string "default:LTR" which, if translated
414         to "default:RTL", will cause the default direction to be
415         Right-to-Left.
416
417         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
418         direction if marked as flippable.
419
420         * gtk/gtkhscale.c: Mark widget as flippable.
421         
422 2000-10-04  Havoc Pennington  <hp@redhat.com>
423
424         * gtk/testgtk.c (create_buttons): create some stock buttons
425         with the default accel group
426         (create_image): test some new GtkImage features
427         (make_message_dialog): test GtkMessageDialog
428         (create_modal_window): fix someone's bizzarro indentation
429
430         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
431         GTK_WIN_POS_CENTER_ON_PARENT. 
432         Add "destroy with parent" setting, which means the window goes
433         away with its transient parent.
434         (gtk_window_get_default_accel_group): get the default accel group
435         for the window.
436         (gtk_window_set_destroy_with_parent): set/unset destroy with
437         parent flag
438         (gtk_window_read_rcfiles): invalidate icon set caches
439         after reloading rcfiles 
440
441         * gtk/gtkenums.h (GtkWindowPosition): add
442         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
443         on its parent window when the dialog is mapped for the first time.
444
445         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
446         a simple message dialog class
447         
448         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
449         handler to emit response signal, and maybe later it would
450         honor a hide_on_delete flag - though that isn't there yet.
451         Set border width on the vbox to 2, so we get some padding.      
452         Use a button box for the action area.
453         (gtk_dialog_key_press): synthesize a delete event if Esc
454         is pressed and the GtkWidget key press handler didn't 
455         handle the escape key.
456         (gtk_dialog_new_with_buttons): new function creates a dialog
457         with some default buttons in it.
458         (gtk_dialog_add_action_widget): add an activatable widget
459         as a button in the dialog - you can also add a non-activatable
460         widget by accessing the action area directly.
461         (gtk_dialog_add_button): add a simple button - stock ID or 
462         label - to the action area
463         (gtk_dialog_response): emit response signal
464         (gtk_dialog_run): block waiting for the dialog, return 
465         the response. Override normal delete_event behavior, so that 
466         delete_event does nothing inside gtk_dialog_run().
467
468         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
469         emitted when an action widget is clicked or the dialog gets
470         delete_event
471
472         * gtk/gtk.h: add gtkmessagedialog.h
473
474         * gtk/Makefile.am: add gtkmessagedialog.[hc]
475
476 2000-10-18  Havoc Pennington  <hp@redhat.com>
477
478         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
479         where any number of empty lines would get skipped
480
481         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
482         edge.
483
484         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
485         warning about invalid iterators (explain more thoroughly)
486         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
487
488         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
489         big
490
491         * demos/*.c: Add error handling
492
493         * gtk/gtktextbuffer.c: don't modify const iterators
494
495         * gtk/gdk-pixbuf-loader.c: Add full error handling here
496
497         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
498         on file load
499
500         * gtk/gtkiconfactory.c: Update to reflect addition of error
501         handling to gdk-pixbuf loaders
502
503 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
504
505         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
506         move to new modularized testgtk.
507
508 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
509
510         * gtk/gtktreeview.c: Draw the arrows correctly.
511
512         * gtk/gtktreemodel.c: Added user docs.
513
514         * gtk/gtk.h: remove gtktreedatalist.h.
515
516         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
517         parent when generating my type.
518
519         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
520         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
521
522 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
523
524         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
525         GtkTreeModel from object to interface.
526
527 2000-10-16  Havoc Pennington  <hp@redhat.com>
528
529         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
530         compilation
531
532 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
533
534         * gtk/gtktreeselection.c: Add API documentation to all public
535         functions.
536
537         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
538         functions.
539
540 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
541
542         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
543         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
544         docs to all public functions.
545
546         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
547         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
548         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
549         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
550         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
551         issue.
552
553 2000-10-14  Robert Brady  <robert@suse.co.uk>
554
555         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
556
557 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
558
559         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
560         values other then G_TYPE_STRING.
561         * gtk/gtktreeselection.c: Minor commenting updates.
562         * gtk/gtktreeview.c: Format updates.
563
564 2000-10-09  Tor Lillqvist  <tml@iki.fi>
565
566         * README.win32: Update.
567
568         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
569         lines that had been deleted by mistake (?).
570
571         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
572         also the case fg==white and bg==black (but still not randomly
573         coloured cursors). Thanks to Wolfgang Sourdeau.
574
575         * gdk/win32/*.c: Silence gcc -Wall.
576
577         * gtk/gtk.def: Add missing entry points.
578
579         Fixes by Hans Breuer:
580
581         * gdk/makefile.msc
582         * gdk/win32/makefile.msc: Update.
583
584         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
585         some MSVC thing, presumably), cause breakpoint on failures. Add
586         GDK_NOR case. Call g_log_set_always_fatal.
587
588         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
589         should be pased by reference.
590         
591         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
592         
593         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
594
595         * gdk/win32/gdkevents-win32.c
596         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
597
598         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
599         implementation object.
600
601         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
602         not just windows.
603         
604         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
605         Use the wrapper object.
606         
607 2000-10-06  Havoc Pennington  <hp@redhat.com>
608
609         * Makefile.am (SRC_SUBDIRS): contrib subdir
610
611         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
612         so it can be used in Xlib version
613
614         * demos/testpixbuf.c (update_timeout): error checking from 1.0
615         tree
616
617         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
618         change from 1.0 tree that returns first frame of animation
619         if the loaded file is an animation.
620
621         * contrib: add new directory to hold stuff that comes with GTK+
622         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
623         
624         * configure.in: add contrib/*
625
626 2000-10-05  Havoc Pennington  <hp@redhat.com>
627
628         * demos/testpixbuf-save.c: add pixbuf save test
629
630         * demos/Makefile.am: add testpixbuf-save.c
631
632 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
633
634         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
635         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
636         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
637         * gtk/gtktreeselection.[ch]: Replaced
638         "node_selected"/"node_unselected" signal with "selection_changed"
639         signal.
640
641 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
642
643         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
644         tree widget.
645
646 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
647
648         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
649         drawing.
650
651 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
652
653         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
654         Move list pointer forwards before removing item from
655         list. (Crash reported by Salmaso Raffaele)
656
657         * gdk/gdkwindow.h: Remove spurious trailing ,
658
659         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
660         dependencies on uninstalled libraries, sorry folks.
661
662 2000-10-04  Havoc Pennington  <hp@redhat.com>
663
664         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
665         gtk/gtkiconfactory.c: Fix copyrights    
666
667         * demos/testpixbuf.c: add inline pixbuf test
668         
669 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
670
671         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
672         Add gdk_window_iconify.
673
674         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
675         (gdk_window_set_geometry_hints): Add win_gravity
676         to geometry structure.
677
678         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
679         Implement _NET_WM_PING.
680
681         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
682         Set _NET_WM_PID on the client leader.
683
684         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
685         Handle UTF-8 better.
686
687         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
688         UTF-8 better, set _NET_WM_NAME as well. Only set
689         icon name if it hasn't previously been explicitely 
690         set.
691
692 2000-10-03  Havoc Pennington  <hp@redhat.com>
693
694         * gtk/testtextbuffer.c: clean up trailing whitespace,
695         add extensive tests for tag toggle iteration.
696         
697         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
698         distance
699
700         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
701         optimize case where the tag root is on level 1
702         (gtk_text_line_previous_could_contain_tag): attempt to implement
703         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
704         functionality
705
706         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
707         Implement this, though not very efficiently.
708
709         * gtk/gtktextiterprivate.h: reformat
710
711         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
712         iterator
713
714         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
715         this to properly revalidate the iterators.
716
717         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
718         properly at the end of the line (and therefore on empty lines)
719
720         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
721         maybe we should return a value...
722
723 2000-10-03  Tor Lillqvist  <tml@iki.fi>
724
725         * config.h.win32: Guard definition of alloca(). glib.h now handles
726         that.
727
728         * gdk/gdk.def
729         * gtk/gtk.def: Add new entry points.
730
731         Changes just to make GTK+ build without errors on Win32. No hope
732         of it working in its current state, though...:
733         
734         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
735         some functions from the X11 backend, just to make GTK+ build.
736
737         * gdk/makefile.mingw.in
738         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
739         number. Add new object files.
740
741         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
742         GetMessageTime to get timestamp (where on X11 uses
743         gdk_x11_get_server_time()).
744
745 2000-10-02  Havoc Pennington  <hp@pobox.com>
746
747         * gtk/gtktextview.c: text_window_* weren't static and should have
748         been.
749         Start work on child widgets; not yet complete, syncing to 
750         office computer.
751
752         * gtk/gtktextchild.h: change this to contain a public interface,
753         starting work on child interfaces.
754         * gtk/gtktextchildprivate.h: move private interfaces here
755
756         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
757
758         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
759         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
760         gtk/gtktextmark.c: copyright notices
761
762         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
763         internal functions      
764
765         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
766         internal function
767
768         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
769         Reformatting    
770
771 2000-09-30  Havoc Pennington  <hp@pobox.com>
772
773         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
774         NULL start/end pointers
775
776         * gtk/gtktextbuffer.c: Write some docs
777         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
778         NULL, so you can just check whether there's a selection.        
779
780         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
781         cleanup_line or segments_changed ourselves, it gets done 
782         in unlink_segment
783
784         * gtk/gtktextmark.h:
785         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
786         
787         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
788
789         * gtk/gtktextmark.c: delete some more old Tk cruft
790
791         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
792         mark before removing it, so we can emit MARK_DELETED with a valid
793         pointer.
794         (gtk_text_buffer_mark_set): hold ref across signal emission
795
796         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
797         whining about attempts to delete special marks
798
799         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
800         underscore, since it's internal.
801
802         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
803         now implemented in terms of iterators in gtktextiter.h
804
805         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
806         New function, destructively sets contents of buffer. Also 
807         a convenient way to clear the buffer by setting text to ""
808
809         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
810         multiline string literal
811
812         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
813         text changes.
814
815         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
816         is not dereferenceable
817         (gtk_text_iter_forward_lines): fix return value
818
819 2000-09-29  Havoc Pennington  <hp@redhat.com>
820
821         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
822
823         * gtk/gtktextview.c: Implement drag thresholding; change functions 
824         that set border window size to have nicer name
825         (gtk_text_view_mark_set_handler):  Fix this to have the 
826         right signature.
827
828         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
829
830         * gtk/testtext.c: Update with API changes, put line numbers on 
831         both sides.
832         
833         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
834         with this
835
836         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
837         pixbuf; delete a big block of #if 0 Tk code
838
839         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
840         insert_pixmap with insert_pixbuf
841
842 2000-09-29  Martin Baulig  <baulig@suse.de>
843
844         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
845         confusion with the GdkPixbuf of the GNOME 1.x platform.
846
847 2000-09-29  Havoc Pennington  <hp@pobox.com>
848
849         * gtk/gtktextview.c: Implement the side windows.
850
851         * gtk/testtext.c: Implement simple line numbering in the 
852         left side window; seems to make scrolling sloooow. Oops.
853         Also, cursor blink is for some reason causing redraws
854         of the line numbers. Should investigate...
855
856 2000-09-28  Havoc Pennington  <hp@redhat.com>
857
858         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
859         scrolling child windows, and draw focus rectangle properly.
860         
861         (gtk_text_view_buffer_to_window_coords):
862         Coordinate transformation to deal with all these freaking windows
863         and offsets
864         (gtk_text_view_window_to_buffer_coords): transform the other way
865
866         * gtk/testtext.c (create_buffer): Update to match Pango API change
867
868         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
869         anonymous tags
870         (foreach_unref): don't emit remove signal from finalize, just
871         set tag's parent to NULL
872
873 2000-09-26  Havoc Pennington  <hp@redhat.com>
874
875         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
876         Fix some warnings       
877
878 2000-09-26  Havoc Pennington  <hp@redhat.com>
879
880         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
881         headers into the private header list
882
883         * Makefile.am (pkgconfig_DATA): install pkg-config files
884
885         * configure.in: add pkg-config files
886
887         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
888
889         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
890         outstanding icon caches on theme change.
891
892         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
893         important types:
894
895         (GtkIconSource): Specification for creating a pixbuf 
896         appropriate for a direction/state/size triplet from 
897         a source pixbuf or filename
898
899         (GtkIconSet): List of GtkIconSource objects that are used to
900         create the "same" icon (e.g. an OK button icon), and cache for
901         rendered icons
902
903         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
904         up the icon set for a given stock ID.  GTK maintains a stack of
905         GtkIconFactory to search, and applications or libraries can add
906         additional icon factories on top of the stack
907         
908         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
909         the set of GtkIconSource specified for a given stock ID into 
910         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
911         RcStyle, under the specified stock ID.
912
913         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
914         render_icon used to derive a GdkPixbuf from a GtkIconSource.
915         This allows people to theme how prelight, insensitive, etc. are
916         done.
917
918         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
919         icon factories for a style, and return the resulting 
920         icon set if any.
921
922         (gtk_style_render_icon): Render an icon using the render_icon 
923         method in the GtkStyleClass.
924
925         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
926         Use the style for a given widget to look up a stock ID, get the
927         icon set, and render an icon using the render_icon method 
928         of the style
929
930         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
931         (contains information about a stock item), the built-in stock item
932         IDs, and functions to add/lookup stock items.
933
934         * gtk/stock-icons/*: Stock icons that come with GTK
935
936         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
937         a button based on a GtkStockItem
938         (gtk_button_new_accel): Takes a uline string and accel group, and
939         installs the accelerator.
940
941         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
942         image-display widget.
943
944 2000-09-25  Havoc Pennington  <hp@redhat.com>
945
946         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
947
948         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
949         Fix a bug when removing node data, we didn't properly 
950         re-splice the linked list after removing the data.
951
952         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
953         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
954
955         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
956
957         * gtk/gtktextlayout.c (set_para_values): Set tab array 
958         for the layout from the GtkTextTag.
959
960         * gtk/gtktexttypes.h: delete tab and search cruft, 
961         remove g_convert() in favor of GLib version
962
963         * gtk/gtktexttypes.c: remove tab implementation from here,
964         move to Pango
965
966         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
967         tab stuff using new PangoTabArray from Pango
968
969         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
970         unused border_width stuff
971
972 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
973
974         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
975         glib) and now useless utf_to_latin1() latin1_to_utf()
976
977         * gtk/gtktextview.[ch]: Change ::move_insert and
978         ::delete_text action signals to ::move and ::delete;
979         create the signals with the right enumeration type,
980         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
981         C-v bindings, change Home, End to move to beginning/end
982         of line, Add C-Home C-End to move to beginning/end
983         of buffer. Change ::cut_text to ::cut_clipboard, etc;
984         combine ::scroll_text into ::move; use new GtkSelectionData
985         functions to simplify DND text handling.
986         
987         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
988         deletion enumerations here, rename enumeration values to 
989         be consistently plural.
990
991         * gtk/gtktextbuffer.c: Use new clipboard interfaces
992         for cut/copy/paste and primary selection.
993
994         * gtk/gtktextbuffer.[ch]: Remove excess time and
995         'interactive' arguments from cut/copy/paste;
996         rename cut to cut_clipboard, etc; remove
997         gtk_text_buffer_get_clipboard_contents().
998
999         * gtk/gtktextlayout.[ch]: Add 
1000         gtk_text_layout_move_iter_to_line_end() to move the iter to 
1001         line ends.
1002
1003         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
1004         Functions to set or get a UTF-8 string on the selection
1005         data.
1006
1007         * gtk/gtkclipboard.[ch]: New, simplified selection handling
1008         interfaces.
1009
1010         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
1011         created widgets - one of these is useless if we don't.
1012
1013         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
1014         a public function clear all targets registered for the
1015         widget.
1016
1017         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
1018         Never call gtk_widget_realize() - that was just asking
1019         for bizarre side-effects.
1020
1021         * gtk/gtkselection.c (gtk_selection_owner_set): Call
1022         gdk_selection_owner_set even if the widget is the
1023         same so that we reliably update the timestamp on
1024         the server.
1025
1026         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
1027         gdk_x11_get_server_time() function.
1028         
1029         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
1030         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
1031         Add some tricky filtering on serial numbers for
1032         selection clear events to fix up long-standard
1033         race condition FIXME's in gtkselection.c.
1034
1035         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
1036         routines to convert from utf8 to compound text or
1037         STRING and from a text property to UTF-8.
1038
1039         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
1040         a convenience function gdk_get_current_event_time().
1041
1042         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
1043         and free selection_data->data properly
1044
1045 Sat Sep  9 17:15:45 2000  Owen Taylor  <otaylor@redhat.com>
1046
1047         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
1048         extra config options "im_module_file" (cache file for
1049         input method modules), and "im_module_path" - path
1050         to look for modules when generating cache file.
1051
1052         This doesn't scale.
1053
1054 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
1055
1056         * gtk/gtkthemes.c: Remove some unecessary includes.
1057
1058 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
1059
1060         * gtk/gtktextdisplay.c
1061         * gtk/gtktextlayout.c
1062         * gtk/gtktexttag.c
1063         * gtk/gtktexttag.h
1064         * gtk/testtext.c: Change the overstrike property to strikethrough,
1065         to closer match pango.
1066
1067 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
1068
1069         * gtk/gtktextview.c: Fix up visibility so that focus,
1070         cursor_visible and blink interact properly.  Reenable cursor blink
1071         which had been roughly disabled. Make blink and focus
1072         properly per-view.
1073
1074         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
1075         Add a flag for whether to display insertion cursor and
1076         a function to set the flag.
1077
1078         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
1079         get_line_y() to get_line_yrange(), to be a bit more generally
1080         useful.
1081
1082 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
1083
1084         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
1085           do stop_navigating_submenu, to clear last timeout properly.
1086           Also in gtk_menu_motion_notify move ignore_enter above
1087           the conditional to make it always happen as suggested by Owen
1088
1089 2000-09-07  Tor Lillqvist  <tml@iki.fi>
1090
1091         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
1092
1093         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
1094         w32api headers.
1095
1096         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
1097         declarations.
1098
1099         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
1100         (gdk_win32_get_colormap): A line had been deleted by mistake.
1101
1102         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
1103         (gdk_event_translate): Handle more virtual keycodes to be able to
1104         generate GDK events for Control-comma, Control-period, etc.
1105
1106         * gtk/gtk.def: Add some missing entry points.
1107
1108 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
1109
1110         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
1111         Doc comment fixing. (Mostly non-matching parameter names.)
1112
1113         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
1114         comments a little to avoid looking like a doc comment.
1115
1116         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
1117         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
1118         conversions be changed to GError?)
1119
1120         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
1121         Move private #defines into .c file.
1122
1123         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
1124         order of argument addition, remove duplicates.
1125
1126         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
1127         parent class is FrameClass, not BinClass.
1128
1129         * gtk/gtk.h: Add gtkinvisible, which was missing.
1130         (It's occasionalyl useful for client apps, if seldom.)
1131
1132         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
1133         #define.
1134
1135 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
1136
1137         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
1138         coordinates when creating window, instead of GDK-space
1139         coordinates. (Avoid BadValue on too large windows.)
1140
1141 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1142
1143         * configure.in (use_mmx_asm): Remove conftest* after use along the
1144         lines of AC_TRY_COMPILE.        
1145         
1146         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
1147         of g_dirname, which is deprecated.
1148         (gtk_rc_parse_any): Removed calls to
1149         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
1150
1151         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
1152         Removed calls to g_hash_table_{freeze,thaw}, as they are
1153         deprecated now.
1154
1155         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
1156         instead of g_basename.
1157         
1158 2000-09-04 Elliot Lee <sopwith@redhat.com>
1159         
1160         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
1161         ANSI warning.
1162
1163 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
1164
1165         * gtk/gtkwidget.h:  Add some documenting comments about 
1166           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
1167           just as owen said on irc.
1168
1169         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
1170           set HAS_DEFAULT.  Only set it if there isn't another window
1171           holding it (a focus window which RECEIVES_DEFAULT) and only unset
1172           it if the widget is not the focused window with RECEIVES_DEFAULT.
1173           This fixes weird double default bugs in dialogs which has things
1174           call gtk_window_set_default at times.
1175
1176 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
1177
1178         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
1179         Nils Barth and David Santiago to improve submenu
1180         navigation. The patch does this by creating a triangular
1181         region from the point where the pointer leaves the
1182         menu to the submenu.  While the pointer is in
1183         that region and a timeout has not expired, events 
1184         that would cause the active submenu to change are
1185         ignored.
1186
1187 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
1188
1189         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
1190         moving a toplevel window immediately after sizing it would
1191         result in it being sized back to the old size since 
1192         impl->width, impl->height aren't updated until we hear
1193         back from the server. There is still a (longstanding) bug
1194         here that gdk_window_get_size() will give the wrong size
1195         until we do hear back.
1196
1197 2000-08-31  Havoc Pennington  <hp@redhat.com>
1198
1199         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
1200         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
1201         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
1202         Rename GtkTextStyleValues to GtkTextAttributes
1203
1204 2000-08-31  Havoc Pennington  <hp@pobox.com>
1205
1206         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
1207         for rapid testing whether an iterator is the end iterator
1208         (gtk_text_btree_new): init end line cache
1209         (gtk_text_line_is_last): use fast cached line to 
1210         see if we're the last line.
1211         (get_last_line): use cached line here too, should 
1212         speed up some random unrelated code.
1213         
1214 2000-08-30  Havoc Pennington  <hp@pobox.com>
1215
1216         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
1217         signals.
1218
1219         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
1220         delete_text signals. This allows the signals to be used for
1221         implementing undo.
1222
1223         * gtk/gtktextbuffer.c: Change signal handler signatures; 
1224         provide "interactive" argument when emitting insert_text or
1225         delete_text signal.
1226         
1227 2000-08-30  Havoc Pennington  <hp@pobox.com>
1228
1229         * gtk/gtktextbuffer.c: Docs
1230
1231 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
1232
1233         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
1234         from switch statements, since Tor removed the enumeration
1235         value.
1236         
1237         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
1238         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
1239
1240 2000-08-29 Elliot Lee <sopwith@redhat.com>
1241         * */*.h: Use G_GNUC_CONST.
1242
1243 2000-08-27  Havoc Pennington  <hp@pobox.com>
1244
1245         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
1246         minor indentation fixes, inserted some FIXME about stuff I
1247         realized was broken while documenting it.
1248         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
1249         GTK convention  
1250
1251 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
1252
1253         * gtk/testgtk.c (create_styles): Fix double free of
1254         font desc.
1255
1256 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
1257
1258         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
1259         
1260         * gtk/testgtk.c (create_styles): Add a test for modifying
1261         the style through gtk_widget_modify_*.
1262
1263         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
1264         a function to get the current modifier style.
1265
1266         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
1267         of the passed in GtkRcStyle instead of ref'ing it.
1268
1269         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
1270
1271 2000-08-20  Tor Lillqvist  <tml@iki.fi>
1272
1273         * gdk/gdkimage.h
1274         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
1275         shared memory image+pixmap GdkImage type, or
1276         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
1277         I am dropping that.
1278
1279         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
1280         actually call gtk_init_abi_check(), passing also
1281         sizeof(GtkWindow). Ditto for gtk_init_check(). 
1282
1283         * gtk/gtk.def
1284         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
1285         New functions, used to check that the GTK+-using code has been
1286         compiled using the correct compiler and switches. In particular,
1287         with gcc one has to use the -fnative-struct switch as GTK+ is
1288         compiled with that.
1289
1290 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
1291
1292         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
1293         ->prev fields when merging lists. (Found simultaneously
1294         by Pawel Salek and Jakub Jelinek)
1295
1296 2000-08-12  Tor Lillqvist  <tml@iki.fi>
1297
1298         * gdk/gdk.def
1299         * gtk/gtk.def: Add missing entries.
1300
1301         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
1302         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
1303
1304         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
1305         function. Dummy implementation at this point.
1306
1307         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
1308         rules. Undefine GTK_COMPILATION when compiling the test programs.
1309         
1310         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
1311
1312 2000-08-11  Tor Lillqvist  <tml@iki.fi>
1313
1314         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
1315         to convert back and forth from UTF-8 and the "system" (or "current
1316         locale") charset when necessary. Indentation/spacing cleanup.
1317
1318 2000-08-10  Havoc Pennington  <hp@redhat.com>
1319
1320         * Makefile.am (snapshot): Change the format of the snapshot
1321         version to match glib
1322
1323         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
1324         from EXTRA_DIST since it doesn't seem to exist
1325
1326 2000-08-10  Tor Lillqvist  <tml@iki.fi>
1327
1328         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
1329         version of the directory name (not the UTF-8 one) when building
1330         the path name to stat().
1331
1332 2000-08-03  Elliot Lee  <sopwith@redhat.com>
1333
1334         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
1335         PANGO_ATTR_SHAPE set.
1336
1337 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
1338
1339         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
1340         Peter Osterlund to simplify the code while keeping the
1341         functionality the same.
1342
1343 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
1344
1345         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
1346         is_viewable() test further inside the function, since removing the 
1347         window from the redraw list without clearing ->update_area
1348         was also very broken.
1349
1350 2000-08-02  Tor Lillqvist  <tml@iki.fi>
1351
1352         * configure.in: Check for <unistd.h>.
1353
1354 2000-08-01  Martin Baulig  <baulig@suse.de>
1355
1356         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
1357         to display the message that this is a development version of GTK+.
1358
1359 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
1360
1361         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
1362         was depending on widget->allocation instead of the width of text_area,
1363         which was incorrect for subclasses like GtkSpinButton.
1364
1365         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
1366         with width == 1 tests that should be width == -1.
1367
1368 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
1369
1370         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
1371         (broken, Elliot, every single window blank on X) custom code with call
1372         to gdk_window_is_viewable() which a) prevents code duplicate and
1373         b) works. 
1374
1375 2000-07-31  Elliot Lee  <sopwith@redhat.com>
1376
1377         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order to get the GDK_PARENT_ROOT() macro to work.
1378         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
1379         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces of, windows that aren't shown.
1380         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of pointer grab stuff.
1381
1382 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
1383
1384         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
1385           s/gtk_main_iteration/g_main_iteration/
1386
1387           Did this already in change:
1388                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
1389           don't know how it got reverted.
1390
1391 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
1392
1393         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
1394         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
1395
1396         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
1397         not gdk_pixbuf.
1398
1399 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
1400
1401         * configure.in,po/{sp,sr}.po: Added Serbian files
1402
1403 2000-07-30  Tor Lillqvist  <tml@iki.fi>
1404
1405         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
1406
1407         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
1408         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
1409         GIOChannel implementation.
1410
1411         * gdk/win32/gdkinput.c
1412         * gdk/win32/gdkpango-win32.c: Update license name here, too.
1413
1414         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
1415         definition to match prototype.
1416
1417         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
1418
1419 2000-07-27  Elliot Lee  <sopwith@redhat.com>
1420
1421         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
1422         function, to allow handling image formats that cannot be detected
1423         by looking at content alone.
1424
1425 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
1426
1427         * docs/tutorial/*.gif *.jpg *.eps
1428           Update these to the same look-n-feel.
1429           Why does including images in DocBook suck so badly?
1430
1431 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
1432
1433         * gtk/gtktable.c: applied patch from Phil Thompson
1434         <phil@river-bank.demon.co.uk> that enables space settings for
1435         the last row/columns as well.
1436
1437 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
1438
1439         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
1440         updates the license headers to the GNU Lesser General Public License,
1441         as well as updating the copyright year to 2000.
1442
1443 2000-07-26  Robert Brady  <rwb197@zepler.org>
1444
1445         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
1446           and po/Makefile, was installing and looking for them under gtk20
1447           and gtk2 respectively.
1448
1449 2000-07-25  Havoc Pennington  <hp@redhat.com>
1450
1451         * gtk/testtext.c: Comment out some stuff that depends on the rest
1452         of my patches.
1453
1454 2000-07-25  Havoc Pennington  <hp@redhat.com>
1455
1456         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
1457         buffer
1458
1459 2000-07-25  Havoc Pennington  <hp@redhat.com>
1460
1461         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
1462         widget changes.
1463
1464         * gtk/gtktextview.h: To be consistent with usage of "line"
1465         throughout the API to mean "newline-terminated thingy", change
1466         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
1467         to MOVEMENT_LINE.
1468
1469         (GtkTextView): Add flags for default editability, and whether to
1470         show the cursor. Add functions to get/set that. Add 
1471
1472         (gtk_text_view_get_iter_location): new function
1473
1474         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
1475         gtktextlayout.h
1476         (g_convert): Add g_convert temporarily, will go in glib in a bit
1477         
1478         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
1479         GtkTextTagTableForeach instead of brokenly using GHFunc.
1480         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
1481
1482         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
1483         moved to public header.
1484
1485         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
1486         "invisible", since "elide" was a bad name.
1487         (gtk_text_tag_get_priority): Added
1488
1489         (GtkTextStyleValues): put this in public header, along with
1490         functions to use it.
1491
1492         * gtk/gtktextmarkprivate.h: Include more headers, since we no
1493         longer include gtktextbtree.h.
1494
1495         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
1496         gtk_text_mark_deleted
1497
1498         * gtk/gtktextlayout.h: Don't include the "really private" headers,
1499         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
1500         to make this possible. Now we only need to install
1501         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
1502         (However the Makefile.am isn't changed yet because of the
1503         logistics of merging gtk-hp-patches piecemeal)
1504
1505         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
1506         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
1507         gtk_text_iter_get_line is now used in the public API for a
1508         different purpose.
1509
1510         * gtk/gtktextiter.h: Clean up function names to be more
1511         consistent. Always call char offset "offset" and byte index
1512         "index". A "line" is always a line number. 
1513
1514         (gtk_text_iter_is_last): new function, more efficient than 
1515         the existing way to check
1516         (gtk_text_iter_is_first): new function, also more efficient
1517
1518         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
1519
1520         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
1521         gtk_text_iter_forward_char, etc.
1522
1523         (gtk_text_iter_forward_to_tag_toggle): Renamed from
1524         forward_find_tag_toggle, since this isn't a linear search
1525
1526         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
1527
1528         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
1529         New functions, search for a buffer substring.
1530
1531         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
1532         interactive and default editable (since we need to store that info
1533         until we receive the selection data).
1534
1535         Remove all the _at_char and at_line etc. versions of functions;
1536         only have iterator versions.
1537
1538         Add _interactive() versions of functions, that consider the
1539         editability of text. (FIXME add interactive flag to the 
1540         insert/delete signals per Darin's suggestion)
1541
1542         (gtk_text_buffer_get_tag_table): new function, demand-creates the
1543         tag table if necessary
1544
1545         Remove declaration of gtk_text_buffer_get_iter_from_string
1546
1547         (_gtk_text_buffer_get_btree): private/internal function, added.
1548         
1549
1550         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
1551         (gtk_text_line_is_last): new function
1552
1553 2000-07-25  Havoc Pennington  <hp@redhat.com>
1554
1555         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
1556         using GtkProgressBar. See Changes-2.0.txt for details.
1557
1558         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
1559         "pulse_step" which are the equivalent of
1560         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
1561         Implement new API.
1562         
1563         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
1564         (use_text_format) to mark whether text set on the progress bar is
1565         a format string. Deprecate entire GtkProgress interface.
1566
1567         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
1568         (gtk_progress_build_string): make this a no-op if use_text_format
1569         is FALSE
1570
1571         * docs/Changes-2.0.txt: Describe progress bar changes.
1572
1573 2000-07-25  Tor Lillqvist  <tml@iki.fi>
1574
1575         * Makefile.am: Include the build directory.
1576
1577         * configure.in: Generate build/Makefile, build/win32/Makefile,
1578         gdk/, gdk/win32/, and gtk/makefile.mingw.
1579
1580         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
1581         Add GETTEXT_PACKAGE.
1582         
1583         * gdk/gdk.def
1584         * gtk/gtk.def: Updates.
1585
1586         * gdk/gdkfont.h
1587         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
1588         need them any longer.
1589
1590         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
1591
1592         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
1593         PANGOWIN32_LIBS and gdk_pixbuf.
1594
1595         * gdk/win32: Compiles, but no doubt doesn't work at all.
1596
1597         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
1598
1599         * gdk/win32/gdkinput.c: New file, temporarily.
1600         
1601         * gdk/win32/gdkinput-win32.h: New file
1602
1603         * gdk/win32/gdkinputprivate.h: Remove.
1604
1605         * gdk/win32/gdkpango-win32.c: New file.
1606
1607         * gtk/makefile.mingw.in: New file
1608
1609         * gtk/makefile.cygwin: Removed
1610         
1611         * gtk/Makefile.am: Update accordingly.
1612
1613         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
1614         made externally visible.
1615
1616         * gtk/gtkmain.c: Use it.
1617         
1618         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
1619         is enough.
1620
1621         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
1622
1623 2000-07-24 Elliot Lee <sopwith@redhat.com>
1624         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
1625         individual backends already.
1626         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
1627         again. Yes, there really is a good reason for this, if you are using the gdkregion
1628         internals, and if you're not, why do you care?
1629         * gdk/gdkwindow.c: Fix inverted condition
1630         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
1631         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
1632         * gtk/gtkrange.c: Redraw trough when moving.
1633         * gtk/gtktypeutils.c: Fix warning by adding const cast.
1634         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
1635
1636 2000-07-23  Tor Lillqvist  <tml@iki.fi>
1637
1638         * configure.in: Check for mkstemp and sigsetjmp. Output
1639         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
1640
1641         More work on GDK for Win32. Still in an intermediate state.
1642
1643         * gdk/makefile.cygwin
1644         * gdk/win32/makefile.cygwin: Removed.
1645         
1646         * gdk/makefile.mingw.in
1647         * gdk/win32/makefile.mingw.in: New files.
1648
1649         * gdk/Makefile.am
1650         * gdk/win32/Makefile.am: Generate and distribute them.
1651
1652         * gdk/win32/gdkwindow-win32.h
1653         * gdk/win32/gdkdrawable-win32.h
1654         * gdk/win32/gdkpixmap-win32.h: New files.
1655
1656         * gdk/win32/gdkcolor-win32.c
1657         * gdk/win32/gdkcursor-win32.c
1658         * gdk/win32/gdkdrawable-win32.c
1659         * gdk/win32/gdkgc-win32.c
1660         * gdk/win32/gdkimage-win32.c
1661         * gdk/win32/gdkprivate-win32.h
1662         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
1663         Rename fields and variables called xcursor, xid, etc (these names
1664         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
1665
1666 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
1667
1668         * gtk/gtkentry.[ch]: Fix some problems with vertical
1669         alignment.
1670
1671         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
1672         char/byte confusion.
1673
1674 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
1675
1676         * gtk/gtktextview.c (changed_handler): Fix bug where
1677         redraw wasn't being done properly when height of
1678         dirty region changed.
1679
1680         * demos/Makefile.am: Remove various references to
1681         -lgmodule
1682
1683 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
1684
1685         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
1686         PangoAttrShape to reserve space for pixmaps, add 
1687         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
1688         in the display functions.
1689         
1690         * gtk/testgtk.c (create_layout): Set some more exotic
1691         scrolled window options
1692
1693         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
1694         Add function to set the shadow type of a window, to allow
1695         putting a shadow around widgets such as GtkLayout or GnomeCanvas
1696         which don't draw their own frame.
1697
1698 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
1699
1700         * docs/tutorial/package-db-tutorial.sh: New file for
1701           packaging DocBook format tutorial
1702
1703 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
1704
1705         * docs/tutorial/gtk-tut.sgml: Minor updates
1706
1707         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
1708
1709 2000-07-19  Tor Lillqvist  <tml@iki.fi>
1710
1711         * gtk/gtksignal.c: Fix C++ comment.
1712
1713         * gtk/gtkimmulticontext.c
1714         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
1715         don't return value from void functions.
1716
1717         * gtk/gtk.def: Add gtk_rc_style_unref.
1718
1719 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1720
1721         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
1722         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
1723         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
1724         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
1725         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
1726         gtk/gtktypeutils.h: Include files outside of the extern "C"
1727         block. Makes some C++ compiler happy. Reported by Denis Vakatov
1728         <vakatov@peony.nlm.nih.gov>.
1729
1730 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
1731
1732         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
1733           Completes first pass. Hurrah!
1734
1735 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
1736
1737         * docs/tutorial/gtk-tut.sgml: More clean ups.
1738
1739 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
1740
1741         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
1742         paint the background of the text area which was accidentally
1743         removed at some point.
1744
1745         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
1746           
1747          - Move most of the functionality from the theme vtable
1748            into GtkRcStyleClass and GtkStyleClass. The moved
1749            vtable functions were changed a bit in the move to
1750            work better in their new home.
1751
1752          - Get rid of the engine and engine_data fields from
1753            GtkRcStyle and GtkStyle; instead the theme
1754            engine derives theme-specific subclasses of GtkRcStyle
1755            and GtkStyle
1756
1757          - Add extra dlsym() found entry point to themes,
1758            theme_create_rc_style().
1759
1760         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
1761         in gtk_style_real_copy.
1762
1763         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
1764         to register a type associated with an engine. (The engine
1765         won't be unloaded as there is an instance of the type.)
1766
1767
1768 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
1769
1770         * docs/tutorial/gtk-tut.sgml: Clean ups.
1771
1772 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
1773
1774         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
1775           of cleaning up to do.
1776
1777 2000-07-15  Tor Lillqvist  <tml@iki.fi>
1778
1779         * gdk/testgdk.c: New file, quick hack to test backends for
1780         pixel-by-pixel correctness of the most simple graphic operations.
1781
1782 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
1783
1784         * Really release 1.3.1
1785         
1786         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
1787         include structure.
1788
1789 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
1790
1791         * Released 1.3.1
1792
1793 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
1794
1795         * gtk/gtktextlayout.c: use FALSE for size_only most
1796         of the time when calling gtk_text_layout_get_line_display()
1797         to avoid causing double reshapes when a redraw follows
1798         immediately after.
1799
1800 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
1801
1802         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
1803         appropriate region and gdk_window_process_updates() so trough
1804         updating doesn't lag behind the window being scrolled.
1805
1806         * gdk/gdkgc.c: Make parent_class pointer static.
1807          
1808 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
1809
1810         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
1811         include <string.h>.
1812          
1813         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
1814         cut-and-paste error in computing memory offset for 4 channels.
1815
1816 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
1817
1818         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
1819         gtk_rc_append_default_pixmap_path(), since it wasn't
1820         adding an interesting path and we don't have a meaningful
1821         default for this value.
1822
1823 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
1824
1825         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
1826         gtk-config to gtk-config-2.0 move gtk_.m4 to
1827         gtk-2.0.m4
1828
1829         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
1830         gdk/Makefile.am demos/Makefile.am: Change 
1831         library names to libgtk-1.3.la, etc, so that we
1832         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
1833
1834         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
1835         gdk/Makefile.am gdk/x11/Makfile.am
1836         Move include files into /usr/include/gtk-2.0, 
1837         /usr/lib/gtk-2.0/include/
1838          
1839         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
1840         gtk/gtkintl.h: Change package for gettext from 
1841         gtk+ to gtk20. Put hack in autogen.sh to modify
1842         po/Makefile.in.in after gettextize to make this
1843         possible.
1844
1845         * gtk+.spec: Some updates, not tested.
1846
1847         * gdk-pixbuf/Makefile.am: Move loaders into
1848         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
1849
1850         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
1851         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
1852         to THEMENAME/gtk-2.0/. Move engine directory  to
1853         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
1854         
1855 2000-07-12  Tor Lillqvist  <tml@iki.fi>
1856
1857         Win32 changes, still doesn't build though.
1858
1859         * gdk/makefile.cygwin
1860         * gdk/win32/makefile.cygwin
1861         * gtk/makefile.cygwin: Updates.
1862
1863         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
1864         default values for fg and bg pixel as X11 does (0 and 1), not
1865         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
1866         Use 0 for pen width by default (treated as 1 anyway later, but for
1867         apps that might check the value in the GdkGC).
1868         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
1869         interface to gdk_gc_predraw and _postdraw.
1870
1871         * gdk/win32/gdkwin32.h
1872         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
1873
1874         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
1875         extraneous semicolon.
1876
1877         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
1878
1879         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
1880         not the Win32 bitspixel value.
1881
1882         * gdk/win32/gdkcc-win32.c:
1883         * gdk/win32/gdkcolor-win32.c 
1884         * gdk/win32/gdkprivate-win32.h
1885         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
1886         GDK object structure.
1887
1888 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
1889
1890         * docs/tutorial/gtk_tut_12.es.sgml (name): 
1891         * docs/tutorial/gtk_tut_it.sgml (name): 
1892         * docs/tutorial/gtk_tut_fr.sgml (name): 
1893         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
1894         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
1895
1896 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
1897
1898         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
1899           small changes.
1900
1901 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
1902
1903         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
1904         a bug here, never been here and never fixed anything ;(
1905         (don't segfault if tree->root_tree is NULL, which happens prior
1906         to widget realization, but puke instead).
1907
1908 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
1909
1910         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
1911         add the necessary tokens.
1912
1913         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
1914         (gtk_rc_style_to_style): copy thicknesses.
1915         (gtk_rc_init_style): apply thicknesses.
1916         (gtk_rc_parse_style): parse xthickness and ythickness.
1917
1918         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
1919
1920         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
1921         (gdk_window_new): 
1922         (_gdk_windowing_window_init): 
1923         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
1924         (gdk_pixmap_create_from_data): 
1925         (gdk_bitmap_create_from_data): 
1926         (gdk_pixmap_new): 
1927         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
1928         (gdk_image_new): 
1929         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
1930         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
1931         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
1932         (gdk_colormap_get_system): 
1933         (gdk_colormap_new): 
1934         * gdk/gdkwindow.c (gdk_window_init): 
1935         * gtk/gtkstyle.c (gtk_style_new):
1936         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
1937         * gdk/gdkpixmap.c (gdk_pixmap_init): 
1938         * gtk/gtkrc.c (gtk_rc_style_new):
1939         use g_object_new() instead of g_type_create_instance() which
1940         is a private function for fundamental type implementations.
1941
1942 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
1943
1944         * configure.in: Add check for db2html
1945
1946 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
1947
1948         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
1949         hack to set glib_debug_objects based on gtk_debug_flags.
1950
1951 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
1952
1953         * INSTALL.in: Update the Prerequisites section.
1954
1955         * Makefile.am demos/Makefile.am docs/Makefile.am
1956         docs/tutorial/Makefile.am gdk/x11/Makefile.am
1957         gdk/linux-fb/Makefile.am: Dist fixes
1958
1959 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
1960
1961         * NEWS: 10,000 foot view of 1.3.1 changes.
1962
1963 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
1964
1965         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
1966         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
1967         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
1968         gdk/x11/gdkmain-x11.c: 
1969
1970         Patch from George Lebl to add a GdkGrabStatus enumeration to use
1971         as a return value of gdk_*_grab(). Previously, we just
1972         returned the X11 values directly.
1973
1974 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
1975
1976         * gdk/x11/Makefile.am: Patch from George Lebl to 
1977         install all the headers in the right place.
1978
1979 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
1980
1981         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
1982           initial conversion to DocBook.
1983
1984 2000-07-04  Tor Lillqvist  <tml@iki.fi>
1985
1986         * README.win32: Improve a bit.
1987
1988         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
1989         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
1990         Alt+0nnn on the numpad (used to enter characters by numeric code
1991         from current DOS or ANSI codepage) working correctly, as in other
1992         Windows apps.
1993
1994         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
1995         same argument validity tests as in X11 version.
1996         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
1997
1998         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
1999         definitions in case missing from headers.
2000
2001         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
2002         destroy the window-specific cursor.
2003         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
2004         calling GetModuleHandle(NULL).
2005         (gdk_window_set_cursor): Reworked to always copy the passed cursor
2006         with CopyCursor before setting it as the window-specific
2007         cursor. It is OK for the caller to destroy the GdkCursor (and thus
2008         also its Windows cursor) after calling this function. Destroy any
2009         previous window-specific cursor.
2010
2011 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
2012
2013         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
2014         font charset is iso8859-1, not iso-8859-1.
2015
2016 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
2017
2018         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
2019         Use g_get_charset() instead of g_get_codeset().
2020
2021         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
2022         Comment out some strdup'ing functions to keep timj
2023         happy until we finish fighting this out.
2024
2025 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
2026
2027         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
2028         <= width or height.
2029
2030         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
2031         from 1.2 for parent/child states.
2032
2033         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
2034         of typos.
2035
2036         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
2037         event structures, replace with a generic axes field. Replace 
2038         deviceid/sourec with GdkDevice *device.
2039
2040         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
2041         to extract particular axis use value from event. (Also
2042         can be used for normal X/Y.)
2043
2044         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
2045         allow for arbitrary number of axes, namespace everything
2046         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
2047         everywhere.
2048
2049         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
2050         Get rid of the gdk_input_vtable setup if favor of simply
2051         defining the functions in gdkinput-none/gxi/xfree.c in
2052         a similar fashion to the way that the port structure is 
2053         done.
2054
2055         * gtk/gtkdnd.c: Fix fields of synthesized button press event
2056         for new event structures. 
2057
2058         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
2059         new device interfaces.
2060
2061 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
2062
2063         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
2064         set the initial text.
2065
2066         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
2067         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
2068         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
2069         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
2070
2071         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
2072         pango_layout_set_font_description to simplify.
2073
2074 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
2075
2076         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
2077         pango_layout_set_font_description to simplify.
2078
2079 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
2080
2081         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
2082         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
2083         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
2084
2085         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
2086         PANGO_PIXELS() macro.
2087
2088 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
2089
2090         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
2091         that returns a PangoContext owned by the widget and updated to
2092         match future changes in the widget. Also, make 
2093         gtk_widget_create_pango_layout() use this context. If we ever
2094         add a ::changed signal to PangoContext, this will make things
2095         much more convenient. 
2096
2097         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
2098         in the appropriate places instead of destroying the layouts and
2099         creating new ones.
2100
2101         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
2102         in a few strategic places.
2103
2104 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
2105
2106         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
2107         gtk_widget_size_request() on reparented child, if one. Otherwise,
2108         queue_resize() on the child never results in it getting size-requested
2109         at all.
2110
2111         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
2112         in option menus, so that (with luck) people won't copy it into
2113         their apps in the future.
2114
2115         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
2116         to gtk_option_menu_calc_size. This isn't perfect, but should fix
2117         a lot of problems with changing the size of the menu's menu
2118         items after adding it to the option menu.
2119
2120         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
2121
2122         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
2123         the text direction for a widget changes.
2124
2125         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
2126         ::direction_changed to get rid of various hacks.
2127
2128 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
2129
2130         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
2131         name.
2132
2133 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
2134
2135         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
2136         flag to the structure. Do not call XFreePixmap on pixmaps created
2137         by gdk_pixmap_foreign_new().
2138
2139 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
2140
2141         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
2142         value using GdkRGB functionality given GdkColormap and GdkColor.
2143         (name not final, waiting for inspiration.)
2144         
2145         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
2146         set the foreground/background of a GC using the GC's colormap
2147         and GdkRGB. (name not final, waiting for inspiration.)
2148
2149         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
2150         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
2151
2152         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
2153         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
2154         purely a function of the corresponding colormap. Make
2155         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
2156
2157         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
2158         gdk_pixbuf_*create_from_xpm_* in terms of
2159         gdk_pixbuf_new_from_xpm_data(), move into platform independent
2160         code.
2161
2162         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
2163         advantage of the new draw_rgb_32_image_dithalign.
2164
2165         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
2166
2167         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
2168         on each created GC.
2169
2170         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
2171
2172         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
2173         which we initialize from the drawable when the GC is created,
2174         if the drawable has a colormap.
2175
2176         * gdk/x11/gdkgc-x11.c: include string.h for memset.
2177
2178         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
2179
2180         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
2181
2182 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
2183
2184         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
2185         actually returning expose events, make sure to set
2186         the count field properly.
2187
2188         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
2189         accidentally reintroced bug which always cleared
2190         the graphics_exposures value. 
2191
2192 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
2193
2194         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
2195
2196 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
2197
2198         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
2199
2200 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
2201
2202         * docs/faq/gtk-faq.sgml: Start of Section 6.
2203
2204 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
2205
2206         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
2207         
2208         (Fixes problem with drawing childless frames. Pointed out
2209         by and a first patch from Anders)
2210         
2211         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
2212         compute a child_allocation, even if we don't have a child.
2213
2214         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
2215         Always chain to the parent's impl, even if we don't have a child.
2216
2217 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
2218
2219         * gdk/gdkrgb.c: If possible, create only a single shm segment and
2220         use multiple parts of it instead of creating a bunch of separate
2221         segments, since the maximum number of segments per system is not
2222         large. (This might be worth backporting to GTK+-1.2.x if we make a
2223         new release )
2224
2225         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
2226         structure in preparation for per-colormap GdkRGB.
2227
2228         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
2229         to False when we get EINVAL from shmget so that the caller of
2230         gdk_image_new can retry with a smaller segment size.
2231
2232 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
2233
2234         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
2235
2236 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
2237
2238         * configure.in: make the current version number 1.3.1 (binary age 0,
2239         interface age 0).
2240         
2241         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
2242         gtkcompat.h is all we want.
2243
2244         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
2245         GLib primitive types. fixed g_type_register_fundamental() argument
2246         ordering.
2247
2248         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
2249         compiles.
2250
2251         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
2252         object code cleanup, comment trigraph fixes, etc...
2253
2254 2000-06-23  Havoc Pennington  <hp@redhat.com>
2255
2256         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
2257         instead of making up a bogus name for first_para_mark
2258
2259         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
2260         0 as a context ID
2261
2262 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
2263
2264         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
2265
2266 2000-06-21  Havoc Pennington  <hp@pobox.com>
2267
2268         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
2269         we didn't check window->bg_pixmap != GDK_NO_BG.
2270
2271         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
2272         gdk-pixbuf
2273
2274 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
2275
2276         * docs/faq/gtk-faq.sgm: Move file to here.
2277           TODO: Update Makfile.am 
2278
2279 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
2280
2281         * docs/gtk-faq.sgm: Add Section 2
2282
2283 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
2284
2285         * docs/gtk-faq.sgm: New file. Start of DocBook
2286           version of the FAQ.
2287
2288 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
2289
2290         * configure.in (GDK_PIXBUF_MAJOR): Define version
2291         numbers for GDK_PIXBUF_*, as they get substituted
2292         into a header file. Need to consider versioning
2293         for gdk-pixbuf more carefully later.
2294
2295 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
2296
2297         Work with srcdir != builddir.   
2298         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
2299         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
2300         * demos/testpixbuf.c: Likewise.
2301         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
2302         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
2303         <gdk/x11/gdkx.h>.
2304         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
2305         "gdk-pixbuf.h".
2306         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
2307
2308 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
2309
2310         * TODO.xml: Change 1.4 version numbers to 2.0.
2311
2312 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
2313
2314         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
2315         fixups to GTK+ standard.
2316
2317 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
2318
2319         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
2320         gdk-pixbuf.
2321
2322         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
2323         fixups for GObject.
2324
2325         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
2326         gdk-pixbuf with GDK dependencies moved into GDK.
2327         
2328         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
2329         move gdk-pixbuf-loader here until GObject has signals.
2330
2331         * demos/: New directory of demos. Move demos from
2332         gdk-pixbuf here.
2333
2334         * demos/pixbuf-init.c: Small bit of code to check for
2335         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
2336         set GDK_PIXBUF_MODULEDIR appropriately.
2337
2338         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
2339         define which no longer makes sense.
2340
2341 2000-06-21  Havoc Pennington  <hp@redhat.com>
2342
2343         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
2344         gtk_get_default_language
2345
2346         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
2347         new function to get the default language
2348
2349         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
2350         s/gtk_text_view_style_values/gtk_text_style_values/
2351
2352         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
2353         Add a "language" field to tags.
2354
2355         (gtk_text_tag_set_arg): Fix bug in setting
2356         "bg_full_height_set" tag.
2357
2358 2000-06-21  Havoc Pennington  <hp@redhat.com>
2359
2360         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
2361         in the interfaces
2362
2363         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
2364         stuff instead when possible.
2365
2366         * gtk/gtktexttypes.h: Delete some unused constants
2367
2368         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
2369         testtextbuffer.c: use glib instead of custom unicode routines
2370
2371 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
2372
2373         * docs/es/: Removed mistakenly added generated sgml
2374
2375         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
2376         Remove outdated info files.
2377
2378         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
2379         Moved tutorial files into subdir
2380
2381         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
2382         subdir.
2383
2384         * docs/man/gtk_button.pod: Remove. (contents will be
2385         integrated into gtk-reference button page.)
2386
2387         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
2388         docs/faq/Makefile.am: Adjust for new organization
2389
2390 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
2391
2392         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
2393         not $(MKINSTALLDIRS)
2394
2395 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
2396
2397         * gtk/testgtk.c (create_text): Finish the job Elliot started
2398         of removing font setting test for text widget. (Since text widget
2399         and GdkFont are not deprecated, and cause portability problems.)
2400
2401 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
2402
2403         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
2404         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
2405         Remove use of libunicode in favor of new GLib functions.
2406
2407         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
2408         nano-x, framebuffer. The X11 include is just a hack until we get
2409         the necessary functions in gdkcolor.h, so there is no reason to
2410         add other includes of platforms.
2411
2412         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
2413         window bigger than the screen change.
2414
2415         * gtk/testgtk.c: Revert some random changes from Elliot
2416         that had no particular point and were causing testgtkrc
2417         not to function correctly.
2418         
2419         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
2420         because GdkSegment and GdkRegionBox have the same fields,
2421         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
2422         results in clearer code.
2423
2424         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
2425         gdk_input_translate_coordinates): Fix missed GdkObjectification
2426
2427 2000-06-18  Elliot Lee  <sopwith@redhat.com>
2428
2429         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
2430         * gtk/gtk{plug,socket}.h: Missed commits from previous.
2431
2432 2000-06-20  Havoc Pennington  <hp@redhat.com>
2433
2434         * modules/linux-fb/Makefile.am: Make this compile
2435         without framebuffer enabled
2436
2437         * gdk/linux-fb/Makefile.am: Add conditional to not build
2438         framebuffer unless specified in configure
2439
2440         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
2441         the size of the target instead of source if -1 was passed for
2442         width/height
2443
2444         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
2445         width/height confusion.
2446
2447 2000-06-19  Havoc Pennington  <hp@redhat.com>
2448
2449         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
2450         GDK_DRAWABLE_XID. In the future, we probably want to make it
2451         faster with G_DISABLE_CHECKS turned on.
2452
2453 2000-06-14  Havoc Pennington  <hp@redhat.com>
2454
2455         * gdk/Makefile.am: add gdkpixmap.c
2456
2457         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
2458         s/gdk_image_init/_gdk_windowing_image_init
2459
2460         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
2461         ref/unref
2462
2463         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
2464
2465         * gdk/gdkcompat.h: remove GdkWindowType compat, since
2466         GdkWindowType is now non-deprecated; 
2467         change gdk_window_get_type() compat to be
2468         gdk_window_get_window_type().
2469
2470         * gdk/gdkdnd.h: make GdkDragContext a GObject.
2471
2472         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
2473         virtual GObject. Make all functions call into the vtable.
2474         Move gdk_image_put() guts in here. Remove GdkDrawableType
2475         and gdk_drawable_get_type(), these are now GdkWindow-specific.
2476         draw_image, get_depth, get_size, set_colormap, get_colormap,
2477         get_visual added to the vtable.
2478         
2479         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
2480         GObject. Virtualize everything. 
2481         (gdk_gc_new_with_values): remove check for destroyed window,
2482         because now GdkWindow::create_gc will check this.
2483         (gdk_gc_set_values): New function to set GC values, this 
2484         was already implemented but wasn't in the header
2485
2486         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
2487
2488         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
2489         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
2490         remove _gdk_window_class; add _gdk_window_impl_get_type() and
2491         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
2492         _gdk_windowing_window_init, rename gdk_image_init to
2493         _gdk_windowing_image_init.
2494         
2495         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
2496         (gdk_draw_layout): Remove check for destroyed window, 
2497         because all the drawable methods already check it.
2498         
2499         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
2500         Add gdkpixmap.c which contains implementation of GdkDrawable
2501         virtual table (by chaining to a platform-specific implementation
2502         object).
2503         
2504         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
2505         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
2506         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
2507         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
2508         GdkColormapPrivate. 
2509
2510         * gdk/gdktypes.h: #include <glib-object.h>
2511
2512         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
2513         Move most functionality to platform-specific implementation
2514         object. GdkWindow itself now handles the backing store, then
2515         chains to the platform-specific implementation.
2516         (gdk_window_get_window_type): return GdkWindowType of the window.
2517         (gdk_window_peek_children): New routine, returns the children of 
2518         a GdkWindow
2519         (gdk_window_get_children): Was in X11-specific code and did 
2520         XQueryTree. Changed to simply return a copy of window->children; 
2521         so it can go in cross-platform code.
2522         
2523         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
2524
2525         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
2526         GdkColormap; just changed to use the new private data instead
2527         of casting to GdkColormapPrivate.
2528
2529         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
2530         gdk_cursor_new().
2531
2532         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
2533         (private data member in the GObject). 
2534         (xdnd_manager_source_filter): Function had broken 
2535         error handling, fix it (use gdk_error_trap_push).
2536
2537         * gdk/x11/gdkdrawable-x11.c: This file now implements
2538         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
2539         base class is purely for the convenience of the X port,
2540         and not part of the interface to cross-platform GDK.
2541
2542         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
2543         
2544         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
2545         specific to X, and returned by the create_gc virtual method
2546         of GdkDrawableImplX11. 
2547         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
2548         rather than gchar, this was also changed in the GdkGC vtable.
2549         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
2550         mask is 0, return immediately, instead of checking every flag.
2551         This is faster, and keeps us from segfaulting if values is NULL
2552         and the mask contains some nonzero flags.
2553
2554         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
2555         GdkWindow.
2556
2557         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
2558         GdkWindowPrivate is gone.
2559
2560         * gdk/x11/gdkim-x11.c: rename things that got renamed.
2561
2562         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
2563         remove the image_put stuff that got transferred to GdkDrawable.
2564         
2565         * gdk/x11/gdkinput.c: renamings
2566
2567         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
2568
2569         * gdk/x11/gdkpixmap-x11.c: GObject conversion
2570
2571         * gdk/x11/gdkprivate-x11.h: indentation fixes
2572
2573         * gdk/x11/gdkproperty-x11.c: renamings
2574
2575         * gdk/x11/gdkselection-x11.c: renamings
2576
2577         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
2578         implements the platform-specific "impl" object.
2579         Moved gdk_window_get_children to gdk/gdkwindow.c
2580
2581         * gdk/x11/gdkx.h: Remove all the private structs and private datas
2582         that no longer exist. Add declaration of GdkGCX11 object here.
2583         Fix all the macros to still work. 
2584
2585         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
2586         GdkDragContext from the boxed types since they are now GObjects.
2587
2588         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
2589         moved xthickness/ythickness into the instance. GtkStyleClass
2590         functions are now in the standard vtable for GtkStyle, so you have
2591         to create a GObject subclass to write a theme engine.
2592         (gtk_style_copy): fixed a leaked PangoFontDescription
2593         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
2594         can be the standard GObject function.
2595         
2596         * Throughout GTK:
2597         s/style->klass->[xy]thickness/style->[xy]thickness
2598         s/pango_layout_unref/g_object_unref/
2599
2600         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
2601         
2602         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
2603         accessing GDK internals.
2604
2605         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
2606         accessing GDK internals.
2607
2608 2000-06-18  Elliot Lee  <sopwith@redhat.com>
2609
2610         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
2611
2612         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
2613         problem by calculating event position relative to the trough
2614         rather than the slider.
2615         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
2616
2617         * gdk/gdkgc.h: Add GDK_NOR.
2618
2619         * configure.in, Makefile.am: Add modules top level dir
2620         * configure.in: Only use pangox library if building x11 target.
2621         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
2622
2623 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
2624
2625         * gtk/gtkcolorsel.c: Change private class member to be named
2626         private_data throughout the file.
2627
2628         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
2629         private_data to avoid clashing with keyword.
2630
2631 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
2632
2633         * gdk/gdkdnd.h: Add comment to remove warning.
2634
2635 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
2636
2637         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
2638         Byelorussian language; changed the Makefile and file names 
2639         to reflect that.
2640
2641 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
2642
2643         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
2644         rather than gdk_window_hide; this makes things work
2645         correctly if the window is programmatically hidden while
2646         iconified.
2647
2648 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
2649
2650         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
2651         cut and paste typo where wrong pixmap was being
2652         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
2653
2654 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
2655
2656         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
2657         Add helper function to compute format / bytes 
2658         relationship. Use in a couple places to fix up
2659         errors which assume 8 * format.
2660
2661         * gtk/gtkselection.c (gtk_selection_request): Use 32
2662         rather than 8 * sizeof (GdkAtom), to work correctly
2663         on Alpha.
2664
2665 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
2666
2667         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
2668         libgtk.la
2669         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
2670         versions
2671
2672         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
2673         checking macros return NULL since the function has a return value.
2674
2675 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
2676
2677         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
2678         GTK+ from building at all.
2679
2680         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
2681
2682 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
2683
2684         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
2685         gtk/Makefile.am: make it possible to configure gtk for different
2686         targets on the same platform. The library name is now 
2687         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
2688         flag. Only the x11 target compiles right now.
2689         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
2690         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
2691         * gdk/nanox/gdk*generic*: delete generic region code.
2692         * gdk/linux-fb/gdk*generic*: delete generic region code.
2693         * README.nanox: update information.
2694         
2695 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
2696
2697         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
2698         prepend not append. (Pointed out by Brett Hall.)
2699
2700 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
2701
2702         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
2703
2704 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
2705
2706         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
2707         need this later, and this makes sure that the atexit for
2708         glib gets called after that for GDK, so atexits are
2709         properly ordered for object leak checking.
2710
2711         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
2712
2713         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
2714         pango_x_shutdown_display()
2715
2716         * gtk/simple.c (main): Close window on destroy.
2717
2718 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
2719
2720         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
2721         to treat initial creation different from setting with 
2722         regards to the graphics-exposures parameter, so add a parameter
2723         indicating whether this is initial or not.
2724
2725 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
2726
2727         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
2728         to sort of work by adding an extra return_exposes arg
2729         to gdk_event_translate() - it might be better to simply
2730         deprecate the function altogether and force people to rewrite
2731         without it. gdk_window_scroll() handles most of it, and where
2732         gdk_window_scroll() doesn't work, simply redrawing more does.
2733
2734         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
2735         assertion.
2736
2737         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
2738
2739         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
2740         bunch of pretty much useless /* Print debugging info */ comments 
2741         which had drifted away from the code they were commenting.
2742
2743 2000-06-02  Havoc Pennington  <hp@pobox.com>
2744
2745         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
2746         is in working order.
2747         
2748         * gtk/testtext.c: Change to reflect anonymous mark API
2749
2750         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
2751
2752         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
2753         field, which was unused.
2754
2755         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
2756         saves some typing.
2757
2758         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
2759
2760         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
2761         flag on the insertion point and selection bound
2762
2763         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
2764         make mark-manipulation functions take a GtkTextMark* instead of a
2765         mark name.
2766         
2767         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
2768         GtkTextMarkBody; will be used to detect attempts to delete
2769         the permanent marks (insert and selection bound)
2770
2771         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
2772
2773 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
2774
2775         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
2776         flag to on.
2777
2778         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
2779         Honor DOUBLE_BUFFRED_FLAG
2780
2781         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
2782         function to set the DOUBLE_BUFFERED flag.
2783
2784         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
2785         or not exposes done on the widget should be double-buffered.
2786
2787         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
2788         to be what would be expected. (Fixes problem with a
2789         g_return_if_fail() validating a TextDirection enumeration)
2790
2791 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
2792
2793         * gtk/gtkwidget.c: Remove all references to 
2794         offscreen flag which was no longer used.
2795
2796         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
2797
2798         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
2799         for non-null label_widget->parent.
2800
2801         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
2802         which no longer was used.
2803
2804         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
2805
2806         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
2807         for null arguments.
2808
2809         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
2810         check for destroyed windows.
2811
2812 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
2813
2814         * gtk/gtkimmulticontext.c: Add a finalize method and unref
2815         the slave context there.
2816
2817         * gtk/gtkinvisible.[ch]: Make reference counting behavior
2818         identical to GtkWindow.
2819
2820 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
2821
2822         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
2823         pangox to here, so we can write them independent of rendering
2824         system, using GDK primitives.
2825
2826         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
2827         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
2828         since we have a rendering-system independent implementation in
2829         terms of draw_glyphs().
2830         
2831         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
2832         function to render a single line.
2833
2834         * gdk/x11/gdkpango.c: Move the guts of this file mostly
2835         into ../gdkpango.c, which simplifies things, since we
2836         don't have to deal with raw X gc's.
2837
2838 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
2839
2840         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
2841         get the logical attributes for a given GtkTextLine.
2842
2843 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
2844
2845         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
2846         g_locale_get_codeset() to g_get_codeset() change.
2847
2848 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
2849
2850         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
2851         descriptions.
2852
2853         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
2854         the entry.
2855
2856         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
2857         redoing (vastly simplifying) for Pango. Still needs quite
2858         a bit of work. (Size selection is currently poor. List of 
2859         predefined sizes is not a good idea, since all of these
2860         sizes won't necessarily be distinct.)
2861
2862 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
2863
2864         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
2865         CODESET results for LANG=C.
2866
2867 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
2868
2869         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
2870         which takes a stringized pango font description;
2871         ignore the older 'font' and 'fontset' declarations.
2872
2873         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
2874         field with a GdkFont derived via gdk_font_from_description(),
2875         for compatibility. (Should we just remove it entirely?
2876         Probably too much compatibility breakage, but people
2877         should be migrating to the new Pango stuff as quickly
2878         as possible.)
2879
2880 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
2881
2882         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
2883
2884 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
2885
2886         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
2887         redoing; there are some bugs in size allocation right
2888         now, the semi-existant distinction between header / day
2889         fonts was removed, but, with Pango, could actually
2890         be made functional in a nice way.
2891         
2892         * gtk/testcalender: Move calender from examples into this
2893         directory as a test program. (We really need to restrcture
2894         testgtk into a whole directory full of tests for every
2895         widget or functionality group, separated into multiple .c
2896         files.)
2897
2898 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
2899
2900         * gtk/testgtk.c (file_exists): Fix stupid typo that
2901         was keeping RC file from being loaded.
2902
2903         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
2904         RC file font code.
2905
2906 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
2907
2908         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
2909         Add function to load a GdkFont from a PangoFontDescription.
2910
2911 2000-05-29  Tor Lillqvist  <tml@iki.fi>
2912
2913         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
2914         variable should be of type GdkEventPrivate.
2915
2916 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
2917
2918         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
2919         to have any widget for the label, use a GtkLabel widget
2920         to display the text. (Based partially on a patch from
2921         Anders Carlson.)
2922
2923         (Quite a bit of code reorganization - strip 90% of the
2924         guts out of gtkaspectframe and add a single virtual
2925         func to GtkFrameClass - compute_child_allocation.)
2926
2927 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
2928
2929         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
2930         (Removed clist->row_center_offset field because caching
2931         it wasn't saving time or code, added private function
2932         _gtk_clist_create_cell_layout()).
2933
2934 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
2935
2936         * gtk/gtkaccellabel.c: Pangoized.
2937
2938         * gtk/[hv]ruler.c: Pangoized
2939
2940 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
2941
2942         * gtk/gtkfilesel.c (gtk_file_selection_init):
2943         Use gtk_clist_set_column_auto_resize() to remove need
2944         need for manual column width computations.
2945
2946 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
2947
2948         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
2949         ensuring Pango correctness, and considerably simplifying the
2950         code.
2951         
2952         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
2953
2954         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
2955         getting of numbers of lines.
2956
2957         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
2958         to the actual requested width of the lable, not to the wrap
2959         width we set.
2960
2961         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
2962
2963         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
2964           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
2965
2966         * gtk/gtktextview.c: Fix structure inheritance.
2967
2968         * gtk/gtkprogressbar.c: Pangoize.
2969
2970 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
2971
2972         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
2973         in a function.
2974
2975         * gtk/gtktextlayout.c (find_display_line_above): Fixed
2976         bug with computing line tops.
2977
2978         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
2979
2980 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
2981
2982         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
2983         and y_offset coordinates to do what we need now. (The offset between
2984         buffer and layout coordinates has been reintroduced, but is a 
2985         bit different than before.)
2986
2987         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
2988         handle the adjustments ourselves, and scroll as necessary using
2989         the new gdk_window_scroll().
2990         
2991         The advantage of this is that when we are incrementally revalidating,
2992         we are essentially rearranging things around the visible portion
2993         of the screen. With the old setup, the visible portion of the
2994         screen was moved around in the layout, so scrolling and redrawing
2995         to track that caused jumping of the display. Since we now
2996         control the scrolling ourselves, we can suppress this and
2997         only redraw when things actually change.
2998
2999 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
3000
3001         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
3002         the region not just redisplay it after-all, since we store the
3003         cursors in the LineDisplay. (Ugly interactions here between
3004         GtkLayout and GtkTextBTree here.)
3005         
3006         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
3007
3008 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
3009
3010         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
3011         Added function to scroll contents of a window while keeping the
3012         window constant. Works by XCopyArea or guffaw-scrolling depending
3013         on the details of how the window is set up. (guffaw-scrolling
3014         still needs to be filled in.)
3015
3016 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
3017
3018         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
3019         move the debugging that was tied to a global variable
3020         to that.
3021
3022         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
3023
3024         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
3025         validated flag, in line data instead of setting height/width to
3026         -1. This allows us to perform operations with partially invalid
3027         buffer (using the old size for invalid lines) and thus to do
3028         incremental vaidation. Keep height/width aggregates up to date
3029         when deleting text and rebalancing the tree.
3030
3031         * gtk/gtktextbtree.[ch]: Add functions validate a line
3032         (gtk_text_btree_validate_line), and to validate up
3033         to a number of pixels (gtk_text_btree_validate).
3034
3035         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
3036         that indicates that something is changed and a revalidation
3037         pass is needed. Change ::need_repaint to ::changed, and
3038         make it take old and new yranges instead of a rectangle.
3039
3040         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
3041         the line_data_destroy() function from 
3042         gtk_text_btree_add_view() to a virtual function in 
3043         GtkTextLayout
3044
3045         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
3046         since we are handling partial repaints in a different fashion
3047         now.
3048
3049         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
3050         of the selection instead of queueing a repaint on the
3051         entire widget.
3052
3053         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
3054         get_selection_bounds() down to btree, make the function
3055         in buffer a wrapper around the btree function.
3056
3057         * gtk/gtktextlayout.[ch]: Add functions to check if the
3058         layout is valid and to recompute either a range of pixels
3059         aroudn a line or a certain total number of pixels.
3060
3061         * gtk/gtktextlayout.[ch]: Cache a single line display;
3062         now that we only redraw the needed portions, the hit rate
3063         for this cache is quite high.
3064         
3065         * gtk/gtktextview.[ch]: Keep track of the first paragraph
3066         on the screen so that when re-laying-out the buffer, we can
3067         keep the same place. This requires connecting to ::value_changed
3068         on the adjustments
3069
3070         * gtk/gtktextview.[ch]: Add idle functions to revalidate
3071         the buffer after we receive an ::invalidated signal.
3072         
3073 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
3074
3075         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
3076         to max of allocation and layout size, not just to the
3077         layout size.
3078
3079         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
3080         Invalidate window so it gets redrawn properly.
3081
3082         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
3083         to mean the entire window.
3084
3085         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
3086         into public header.
3087
3088 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
3089
3090         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
3091         to get the name of a mark.
3092
3093         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
3094         to find the paragraph from a y position.
3095
3096 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
3097
3098         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
3099         nodes have width/height >= 0, not > 0.
3100
3101 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
3102
3103         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
3104         Add a size_only flag, so when we only need the size, we don't create
3105         useless appearance attributes.
3106
3107         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
3108         duplicate setting of font description.
3109
3110         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
3111
3112 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
3113
3114         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
3115         EXTRA_DIST. It does not work well when the file that
3116         everything depends on is not in the tarball.
3117
3118 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
3119
3120         * gtk/testgtk.c: Some hacks and fixes so that it basically
3121         works when not sitting in the GTK+ build tree.
3122
3123 2000-05-03  Havoc Pennington  <hp@redhat.com>
3124
3125         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
3126         Properly determine the ordering of the tag root and the current
3127         line within the tree. Previous algorithm only worked if the tag
3128         root's immediate parent was the common root of both the current
3129         line and the tag root.
3130
3131 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
3132
3133         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
3134         alignment.
3135
3136         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
3137         the widget text directional dynamically.
3138
3139         * gtk/gtktextview.[ch]: Added functions to get and set default
3140         wrap mode.
3141
3142 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
3143
3144         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
3145         in cursor location computation.
3146
3147 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
3148
3149         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
3150         vadjusment values properly when layout gets smaller.
3151
3152         * gtk/gtktextview.c (need_repaint_handler): Areas being
3153         passed in are far completely inaccurate, and sometimes
3154         too small, so, for now, just queue a redraw on the
3155         whole visible region.
3156
3157 2000-04-25  Havoc Pennington  <hp@redhat.com>
3158
3159         * gtk/gtktextbtree.c (summary_destroy): new function to 
3160         destroy tag summary nodes
3161         (gtk_text_line_next_could_contain_tag): this function was 
3162         totally broken if the line passed in wasn't below the tag
3163         root. Fix it.
3164         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
3165         "wildcard" case, we have to do a linear scan. Blah.
3166         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
3167         we have to do the linear scan
3168         (tag_removed_cb): When a tag is removed from the tag table, 
3169         remove the GtkTextTagInfo node from the btree.
3170         (gtk_text_btree_spew): Implement the spew function, for 
3171         our debugging pleasure.
3172
3173 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
3174
3175         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
3176         a problem with referring to the wrong buffer.
3177
3178         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
3179
3180         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
3181         font description to gtk_style_new() - otherwise things
3182         don't work without a .gtkrc file.
3183
3184         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
3185         tags table if we create it ourself, too.
3186
3187         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
3188         it was conflicting with XKB modifiers.
3189
3190         * gtk/gtktextview.[ch]: Add simple support for 
3191         GtkIMContext.
3192
3193 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
3194
3195         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
3196         with deletion from last commit.
3197
3198 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
3199
3200         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
3201         in the context from the current locale.
3202         
3203         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
3204         context, not hardcoded value.
3205
3206         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
3207         not logical.
3208
3209 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
3210
3211         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
3212         attributes - that doesn't handle partial-glyph selection
3213         properly. Instead use new pango_layout_line_get_x_ranges()
3214         functionality to draw the selection.
3215
3216         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
3217         now properly handles out-of-range coordinates.
3218
3219         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
3220
3221         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
3222         public.
3223
3224         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
3225         for paragraphs opposite to the base direction of the widget.
3226
3227         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
3228
3229         * gtk/gtktextlayout.c: Don't split segments on marks, since that
3230         causes Arabic words to reshape as you cursor through.
3231
3232         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
3233         cursor position when moving vertically with the arrow keys and
3234         scrolling with page-up/page-down. (Arrow keys save only the X,
3235         scrolling saves both X and Y.)
3236
3237         This means you can line-up / line-down or page-up / page-down
3238         without losing your place, and also that moving vertically
3239         with the cursor keys keeps the same X position, not the same
3240         character count:
3241
3242         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
3243         arrow keys move by display lines, not paragraphs.
3244
3245 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
3246
3247         * gtk/gtklayout.c: Make sure that the bin window is at least
3248         as big as the allocation. (Should we also make sure that the
3249         bin window is big enough to completely cover widget->window?)
3250
3251         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
3252         function to get the onscreen rectangle.
3253
3254         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
3255         for offsets in window coordinates.
3256
3257 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
3258
3259         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
3260         confusion.
3261
3262         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
3263         from the widget direction.
3264
3265         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
3266         Add a "direction" attribute.
3267
3268         * gtk/gtktextview.c: global s/tkxt/text_view/.
3269
3270         * gtk/testtext.c: Added long block of text in Arabic, to test out
3271         the direction attributes. (Some problems with the shaping system
3272         for arabic become obvious - like the fact the cursor splits words
3273         into unjoined pieces.)
3274
3275 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
3276
3277         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
3278
3279         * gtk/gtktextlayout.c: Fix up alignment.
3280
3281         * gtk/testtext.c: Add some tests for centering, wrapping.
3282
3283 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
3284
3285         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
3286         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
3287         If we wrote GTK+-specific layout-render function this could just replace
3288         the draw_layout() operation in the vtable.
3289
3290         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
3291         pango_layout_get_cursor_pos() and use that function.
3292
3293         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
3294         is a non-static symbol.
3295
3296         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
3297         with gtk_text_btree_find_line_by_y()
3298
3299         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
3300         renderer that handles GtkTextAppearance attributes.
3301
3302         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
3303
3304           - Move the values in the style that don't affect geometry into a
3305             GtkTextAppearance structure.
3306           - Change underline to take a PangoUnderline and "font" a string
3307             representation of a font description
3308           - Add a "font_desc" attribute which takes a FontDescription structure.
3309
3310         * gtk/gtktextlayout.[ch]:
3311
3312           - Get rid of the display-line list per each line. Instead, we
3313             generate, on demand, a GtkTextLineDisplay structure which]
3314             contains a PangoLayout * and other necesary information
3315             (offsets, cursor locations) for displaying a paragraph.
3316           - Get rid of the code to wrap lines, create display chunks,
3317             etc. Instead, we just go through a paragraph and convert
3318             it into the necessary inputs to a PangoLayout.
3319           - Implement a new attribute type, GtkTextAttrAppearance. This
3320             holds a GtkTextAppearance, and is used to pass colors, 
3321             stipple, etc, through from the layout to the display without
3322             having to use lots and lots of individual attributes.
3323           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
3324             in terms of PangoLayout functions.
3325         
3326         * gtk/gtktextview.c: 
3327          
3328           - Handle passing the necessary PangoContext to the layout
3329           - Some fixups in painting to deal with the automatic backing store
3330             and offsetting of GTK+-1.4
3331           - Add a style_set handler so that the default style reacts
3332             properly to theme changes.
3333         
3334         * gtk/gtktext?*.[ch]: Random code-style fixes.
3335
3336         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
3337
3338 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
3339
3340         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
3341         in original form preparatory to Pango-ization and gdkimcontext-ization.
3342
3343 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
3344
3345         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
3346         so that we can derive from gtkimcontext in language bindings properly.
3347
3348 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
3349
3350         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
3351         Add a compose table including (almost) all the compose combinations
3352         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
3353         data in the XIM implementation.
3354
3355         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
3356         Moved functions to convert keyvalues from and to unicode here from
3357         the win32 port and made them public.
3358
3359 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
3360
3361         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
3362
3363 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
3364
3365         * gtk/gtkimcontext.[ch]: Base class for new input context system
3366
3367         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
3368         the real input context implementation to be loaded from modules
3369         and switched on the fly.
3370
3371         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
3372         context that just does direct keysymbol => unicode translation.
3373
3374         * gtk/gtkentry.[ch]: Start switching editing over to using
3375         GtkInputContext. (No handling of preedit yet.)
3376
3377 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
3378
3379         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
3380         many substitutions. (klass should not be subsituted.)
3381
3382 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
3383
3384         * configure.in: Add checks for Pango
3385
3386         * configure.in docs/Makefile.am: Add test for sgml2html
3387         and allow 'make dist' without building html, but print out
3388         warnings in that case. (For making snapshots)
3389
3390         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
3391         Add Pango libraries and C flags
3392
3393         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
3394         Add function (gdk_draw_layout) to draw a pango layout.
3395
3396         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
3397         for getting Pango contexts for GDK.
3398
3399         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
3400
3401         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
3402         editing.
3403
3404         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
3405         keysym => unicode translations. More languages can be added
3406         here, but real input-method support is needed.
3407
3408         * docs/Changes-1.4.txt: Added note about entry behavior.
3409         
3410         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
3411         to set the reading direction for a widget and the global direction.
3412         Add test which allows toggling the global direction. Two private
3413         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
3414
3415         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
3416           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
3417
3418         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
3419
3420         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
3421         underlining now handled by Pango.
3422
3423         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
3424         to RCStyle and Style. (Having both this and the old font name and GdkFont 
3425         is temporary.)
3426
3427         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
3428         convenience functions for creating contexts and layouts for widgets.
3429
3430         * gtk/testgtk.c: Enhance label tests with multilingual labels.
3431
3432 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
3433
3434         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
3435         titles to be active, even if they aren't visible.
3436         (gtk_clist_column_titles_passive):  Ditto.
3437
3438 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
3439
3440         * gtkmenu.c:
3441         * gtkmenu.h:
3442         * gtktypeutils.h: Spelling/grammar fixes in comments.
3443
3444 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
3445
3446         * gdk/nanox/*.h: add missing header files.
3447
3448 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
3449
3450         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
3451         send_event to TRUE.
3452         (gtk_drawing_area_size): queue a resize.
3453
3454 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
3455
3456         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
3457         the handlers, also invalidate them. bug nailed down by Karl Nelson
3458         <kenelson@ece.ucdavis.edu>.
3459
3460 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
3461
3462         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
3463         "(nil)" foundries, patch from Grigorios Magklis.
3464
3465         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
3466         on non-available fonts, based on a patch by Grigorios Magklis
3467         <maglis@cs.rochester.edu>.
3468
3469 2000-05-18  Elliot Lee  <sopwith@redhat.com>
3470
3471         * gdk/x11/gdkregion-generic.c: If a region does not have any
3472         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
3473         instead of GDK_OVERLAP_RECTANGLE_IN.
3474
3475 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
3476
3477         * gtk/gtklayout.c (gtk_layout_map): Remove references to
3478         OFFSCREEN, as it is no longer necessary.
3479
3480 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
3481
3482         * gtk/gtkcolorsel.c: Patch from David Santiago
3483         <mrcooger@cyberverse.com> to change things so that the 
3484         indicator of the active palette entry is done independently,
3485         not via the focus, since it should always be visible.
3486
3487 2000-05-17  Tor Lillqvist  <tml@iki.fi>
3488
3489         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
3490         refcount leaks as in the X11 backend.
3491
3492         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
3493         cosmetics.
3494
3495         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
3496         backend. Add _gdk_windowing_window_destroy().
3497
3498         * gtk/gtkcolorsel.c: Include correct backend-specific header.
3499         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
3500         either, but these probably do exist on nanox?)
3501         
3502         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
3503         which isn't necessarily defined by <math.h>.
3504
3505         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
3506         ancestry past GtkObject.
3507
3508         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
3509         from DLL on Win32.
3510
3511         * gtk/gtk.def: Update corresponding to recent changes.
3512
3513         * gtk/makefile.{cygwin,msc}: Updates.
3514
3515 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
3516
3517         * docs/Changes-1.4.txt: A bit of editing.
3518
3519         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
3520         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
3521         to clear the update area for the window, and clear it
3522         when hiding a window.
3523
3524         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
3525         if window destroyed.
3526
3527         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
3528
3529         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
3530         gdk_window_destroy() to the generic code, since there was a lot of 
3531         window-system-independent logic it in. Add a function:
3532         
3533          _gdk_window_destroy() 
3534
3535         to the internal API to destroy a window without unreferencing it.
3536         Add a function:
3537
3538          _gdk_windowing_window_destroy()
3539
3540         That does the windowing-system-dependent part of destroying 
3541         the window.
3542
3543 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
3544
3545         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
3546
3547 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
3548
3549         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
3550         Make gtk_widget_shape_combine_mask() keep a reference count on
3551         the pixmap since it keeps it around.
3552
3553 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
3554
3555         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
3556         leak.
3557
3558         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
3559         leak with event filters.
3560
3561 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
3562
3563         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
3564         signal handlers with the right data arguments. (Fixes
3565         some warnings when a widget was repeatedly set as a drag
3566         destination.)
3567
3568         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
3569         window so we can avoid avoid setting the DND properties on the
3570         toplevel window repeatedly.
3571
3572 2000-05-13  Tor Lillqvist  <tml@iki.fi>
3573
3574         * gdk/win32/gdkwin32.h: Define more message types missing from
3575         mingw headers.
3576
3577         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
3578         call gdk_window_destroy_notify(). It was never called. This
3579         probably meant that the GdkWindow was never freed. Thanks Owen for
3580         noticing (!).
3581
3582         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
3583         window as destroyed before calling DestroyWindow(). DestroyWindow()
3584         causes a call to the window procedure (gdk_WindowProc), which
3585         calls gdk_event_translate(), which calls
3586         gdk_window_destroy_notify(), which gets confused unless the window
3587         is set as destroyed.
3588
3589         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
3590         this function to indicate it's win32 only. Put inside #ifdef
3591         G_ENABLE_DEBUG.
3592
3593         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
3594         debugging function. (gdk_event_translate:) Add a default branch
3595         that uses the above function to print debug messages with all
3596         Windows messages symbolically.
3597
3598         * gdk/win32/gdkprivate-win32.h: Declare it, and
3599         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
3600
3601 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
3602
3603         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
3604         public header file.
3605
3606 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
3607
3608         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
3609
3610         * gtk/gtktext.c: made the adjustments no-construct args, simply
3611         provide default adjustments.
3612         (gtk_text_destroy): release adjustments.
3613
3614         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
3615         adjustment argument non-construct.
3616
3617         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
3618         instead of in finalize.
3619         (gtk_progress_get_text_from_value): 
3620         (gtk_progress_get_current_text): 
3621         (gtk_progress_set_value): 
3622         (gtk_progress_get_percentage_from_value): 
3623         (gtk_progress_get_current_percentage): 
3624         (gtk_progress_set_percentage): 
3625         (gtk_progress_configure): ensure an adjustment is present.
3626
3627 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
3628
3629         * gtk/gtkcolorsel.[hc]:
3630         * gtk/gtkcolorseldialog.[hc]:
3631         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
3632         their parent implementation, use bit fields for boolean values, don't
3633         create unused widgets, usage of glib types, braces go on their own
3634         lines, function argument alignment, #include directives etc. etc. etc..
3635
3636         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
3637
3638 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
3639
3640         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
3641
3642         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
3643         of NULL.
3644
3645         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
3646         to freed data.
3647         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
3648
3649         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
3650         to NULL when the toplevel is getting destroyed.
3651         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
3652         (gtk_menu_destroy): 
3653         (gtk_menu_init): store the information of whether we have to
3654         readd the initial child ref_count during destruction in a new
3655         GtkMenu field needs_destruction_ref_count.
3656
3657         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
3658         here, those reading: learn from my mistake! ;)
3659         in order for set_?adjustment to support a default adjustemnt if
3660         invoked with an adjustment pointer of NULL, the code read (pseudo):
3661         if (v->adjustment) unref (v->adjustment);
3662         if (!adjustment) adjustment = adjustment_new ();
3663         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
3664         now imagine the first unref to actually free the old adjustment and
3665         adjustment_new() creating a new adjustment from the very same memory
3666         portion. here, the latter comparision will unintendedly fail, and
3667         all hell breaks loose.
3668         (gtk_viewport_set_hadjustment):
3669         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
3670         after unreferencing it.
3671
3672         * gtk/gtkcontainer.[hc]: removed toplevel registration
3673         functions: gtk_container_register_toplevel(),
3674         gtk_container_unregister_toplevel() and
3675         gtk_container_get_toplevels() which had wrong semantics
3676         anyways: it didn't reference and copy the list.
3677
3678         * gtk/gtkwindow.c: we take over the container toplevel registration
3679         bussiness now. windows are registered across multiple destructions,
3680         untill they are finalized. the initial implicit reference count
3681         users are holding on windows is removed with the first destruction
3682         though.
3683         (gtk_window_init): ref & sink and set has_user_ref_count, got
3684         rid of gtk_container_register_toplevel() call. add window to
3685         toplevel_list.
3686         (gtk_window_destroy): unref the window if has_user_ref_count
3687         is still set, got rid of call to
3688         gtk_container_unregister_toplevel().
3689         (gtk_window_finalize): remove window from toplevel list.
3690         (gtk_window_list_toplevels): new function to return a newly
3691         created list with referenced toplevels.
3692         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
3693
3694         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
3695         adjustment a non-construct arg.
3696         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
3697         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
3698         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
3699
3700         * gtk/gtkrange.c: added some realized checks.
3701         (gtk_range_destroy): get rid of the h/v adjustments in the
3702         destroy handler instead of finalize. remove timer.
3703         (gtk_range_get_adjustment): demand create adjustment.
3704
3705         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
3706         we simply create them on demand now and get rid of them in
3707         the destroy handler.
3708         (gtk_viewport_destroy): get rid of the h/v adjustments in the
3709         destroy handler instead of finalize.
3710         (gtk_viewport_get_hadjustment): 
3711         (gtk_viewport_get_vadjustment): 
3712         (gtk_viewport_size_allocate): demand create h/v adjustment
3713         if required.
3714
3715         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
3716         gtk_widget_real_destroy () functionality.
3717         (gtk_widget_real_destroy): reinitialize with a new style, instead
3718         of setting widget->style to NULL.
3719
3720 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
3721
3722         * gtk/gtkcalendar.c:
3723         * gtk/gtkbutton.c: ported _get_type() implementation over to
3724         GType, either to preserve memchunks allocation facilities,
3725         or because Gtk+ 1.0 GtkTypeInfo was still being used.
3726
3727         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
3728         over. prepare for ::destroy to be emitted multiple times.
3729         removed reference tracer magic. chain into GObjectClass.shutdown()
3730         to emit ::destroy signal.
3731
3732         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
3733         fundamental.
3734
3735         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
3736         cludge.
3737
3738         * gtk/gtksocket.c:
3739         * gtk/gtkplug.c:
3740         * gtk/gtklayout.c:
3741         * gtk/gtklabel.c:
3742         * gtk/gtkargcollector.c:
3743         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
3744         not being a fundamental anymore, and to work with the new
3745         type system (nuked fundamental type varargs clutter).
3746
3747         * gtk/*.c: install finalize handlers in the GObjectClass
3748         part of the class structure.
3749         changed direct GTK_OBJECT()->klass accesses to
3750         GTK_*_GET_CLASS().
3751         changed direct object_class->type accesses to GTK_CLASS_TYPE().
3752
3753         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
3754         GType. made most of the GTK_*() type macros and Gtk* typedefs
3755         simple wrappers around macros and types provided by GType.
3756         most notably, a significant portion of the old API vanished:
3757         GTK_TYPE_MAKE(),
3758         GTK_TYPE_SEQNO(),
3759         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
3760         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
3761         GTK_TYPE_ARGS,
3762         GTK_TYPE_CALLBACK,
3763         GTK_TYPE_C_CALLBACK,
3764         GTK_TYPE_FOREIGN,
3765         GtkTypeQuery,
3766         gtk_type_query(),
3767         gtk_type_set_varargs_type(),
3768         gtk_type_get_varargs_type(),
3769         gtk_type_check_object_cast(),
3770         gtk_type_check_class_cast(),
3771         gtk_type_describe_tree(),
3772         gtk_type_describe_heritage(),
3773         gtk_type_free(),
3774         gtk_type_children_types(),
3775         gtk_type_set_chunk_alloc(),
3776         gtk_type_register_enum(),
3777         gtk_type_register_flags(),
3778         gtk_type_parent_class().
3779         replacements, where available are described in ../docs/Changes-1.4.txt.
3780         implemented compatibility functions for the remaining API.
3781
3782         * configure.in: depend on glib 1.3.1, use gobject module.
3783
3784 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
3785
3786         * TODO.xml: Various updates to current status.
3787
3788 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
3789
3790         * gtk.m4: Print out version when test succeeds.
3791
3792 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
3793
3794         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
3795         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
3796         
3797         (Original triangle color selector from Simon Budig
3798         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
3799         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
3800         Santiago <mrcooger@cyberverse.com>)
3801
3802         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
3803         out into a separate widget.
3804
3805         * gtk/testgtk.c: Add some checkbuttons for toggling palette
3806         and opacity controls.
3807
3808 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
3809
3810         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
3811         snuck in prematurely.
3812
3813 2000-05-07  Tor Lillqvist  <tml@iki.fi>
3814
3815         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
3816         had deleted a ! operator by mistake, which caused
3817         GDK_SELECTION_CLEAR events never to be generated, which caused
3818         only the first copy to the clipboard from an gtkeditable to
3819         actually cause a copy to the Windows clipboard.
3820
3821 2000-05-06  Tor Lillqvist  <tml@iki.fi>
3822
3823         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
3824         compilation, too. Current mingw gcc distributions include the
3825         necessary headers. Also the necessary IIDs are now in mingw
3826         headers/libraries, and own definitions unnecessary.
3827
3828         More hacking on OLE2 DND, still doesn't work though, and thus
3829         ifdeffed out.
3830
3831         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
3832         here, too.
3833
3834 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
3835
3836         * gdk/nanox/*: nano-X port work in progress.
3837         * gdk/simple.c: simple test for Gdk.
3838         * README.nanox: notes about the port: read this first!
3839         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
3840         with nano-X.
3841
3842 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
3843
3844         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
3845         gdk_window_clear() into common code, implement in terms of
3846         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
3847         not redirected to the backing rectangle.
3848
3849 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
3850
3851         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
3852         EXTRA_DIST. It does not work well when the file that
3853         everything depends on is not in the tarball.
3854
3855 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
3856
3857         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
3858         with recursion where process_updates() is called from
3859         an expose handler. (GtkTextView is highly broken in
3860         doing this, but it should work, so it is a nice test
3861         case.)
3862
3863 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
3864
3865         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
3866         handle the case where updates are queued during processing of
3867         updates.
3868
3869 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
3870
3871         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
3872         window is on gdk_display - use that instead of segfaulting.
3873
3874 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
3875
3876         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
3877         broken and require an empty arg, give it to them.
3878
3879 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
3880
3881         * gtk/gtklabel.h: indentation fixes.
3882
3883 2000-05-02  Tor Lillqvist  <tml@iki.fi>
3884
3885         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
3886         draw too narrow or too low arcs, they seem to fail, at least with
3887         some display drivers.
3888
3889         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
3890
3891         Large changes to the Win32 backend, partially made necessary by
3892         the changes to the backend-independent internal
3893         structures. Attempts to implement similar backing store stuff as
3894         on X11. The current (CVS) version of the Win32 backend is *not* as
3895         stable as it was before the no-flicker branch was merged. A
3896         zipfile with that version is available from
3897         http://www.gimp.org/win32/. That should be use by "production"
3898         code until this CVS version is usable. (But note, the Win32
3899         backend has never been claimed to be "production quality".)
3900
3901         * README.win32: Add the above comment about versions.
3902
3903         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
3904
3905         * gdk/gdk.def: Update.
3906
3907         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
3908         presumably be replaced by some more better mechanism as 1.4 gets
3909         closer to release shape.
3910
3911         * gdk/makefile.{cygwin,msc}: Update.
3912
3913         * gdk/win32/*.c: Correct inclusions of the backend-specific and
3914         internal headers. Change code according to changes in these. Use
3915         gdk_drawable_*, not gdk_window_* where necessary.
3916
3917         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
3918         our old DND.
3919
3920         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
3921         to interpret single characters as UTF-8. Thanks to Hans Breuer.
3922         Use correct function name in warning messages.
3923
3924         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
3925         GSourceFuncs gdk_event_prepare and gdk_event_check.
3926         (gdk_event_get_graphics_expose): Do implement, use
3927         PeekMessage. Thanks to Hans Breuer.
3928         (event_mask_string): Debugging function to print an GdkEventMask.
3929         (gdk_pointer_grab): Use it.
3930
3931         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
3932         (old) book I used claimed was Hangul actually is CJK Unified
3933         Ideographs Extension A. Also, Hangul Syllables were missing.
3934         Improve logging.
3935
3936         * gdk/win32/gdkgc-win32.c: Largish changes.
3937
3938         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
3939         g_win32_getlocale() from GLib, and not setlocale() to get current
3940         locale name.
3941
3942         * gdk/win32/gdkprivate-win32.h
3943         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
3944         gdkwin32.h, similarily as in the X11 backend.
3945
3946         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
3947         assignment was used instead of equals in if test. Thanks to Hans
3948         Breuer.
3949
3950         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
3951         the X11 version.
3952
3953         * gdk/win32/makefile.{cygwin,msc}
3954         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
3955         path to the Win32 headers that works also with the mingw compiler.
3956
3957         * gtk/gtkstyle.c: Include <string.h>.
3958
3959 2000-04-26  Havoc Pennington  <hp@redhat.com>
3960
3961         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
3962         replacing the broken gtk_label_get ()
3963
3964 2000-04-15  Havoc Pennington  <hp@pobox.com>
3965
3966         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
3967         this keeps scanner scripts from getting confused.
3968
3969         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
3970         data, rather than void
3971
3972 2000-04-15  Tor Lillqvist  <tml@iki.fi>
3973
3974         * gtk/gtkclist.c (gtk_clist_motion)
3975         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
3976         with is_hint FALSE, get x and y from the event. They used to be
3977         used uninitialised. The Win32 backend never sends motion events
3978         marked as hints. This for instance fixes the annoying file and
3979         font selector behaviour in the Win32 version.
3980
3981 2000-04-14  Tor Lillqvist  <tml@iki.fi>
3982
3983         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
3984         gtk_private_n_signals variables, they are used by some software,
3985         sigh.
3986
3987         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
3988         installation directory from the Registry, where the installer
3989         should have put it.
3990
3991 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
3992
3993         * gdk/x11/Makefile.am: Fix problem with installation directory for
3994         gdkx.h
3995
3996         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
3997         <mrcooger@cyberverse.com> so that when selecting menus with the
3998         mouse, the first item will not be selected, but when selecting
3999         with an accelerator, or navigating left-right on a menubar with
4000         the menus popped up, the first item will be selected.
4001
4002 2000-04-05  Dan Damian  <dand@dnttm.ro>
4003
4004         * configure.in: Added "ro" to ALL_LINGUAS.
4005
4006 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
4007
4008         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
4009         indentation.
4010
4011         * Makefile.am (EXTRA_DIST): Fix typo.
4012
4013         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
4014         to catch gdkconfig.h
4015
4016         * gtk/gtkitemfactory.c: Added FIXME.
4017
4018 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
4019
4020         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
4021         s/return_if_fail/return_val_if_fail/g and add a return value.
4022
4023 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
4024
4025         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
4026         merge slipup.
4027
4028         * gdk/gdkinput.h: Fix missing line from merge.
4029
4030 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
4031
4032         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
4033         instead of gdkprivate.h.
4034
4035 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
4036
4037         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
4038         parent class to correctly be GtkDialogClass.
4039
4040 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
4041
4042         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
4043         toplevel windows and their immediate children by their parents,
4044         since the size of toplevel windows is out of our immediate
4045         control and we don't get any real benefit from trying to track
4046         this size for clipping.
4047
4048         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
4049         for input_only windows.
4050
4051         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
4052         to fix some hacks and make sure that we don't try to set the
4053         background of input only windows.
4054
4055 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
4056
4057         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
4058         the _really_ internal stuff, and leave gdkprivate.h for the fake private
4059         stuff that we've traditionally exposed.
4060
4061         * gdk/**.c: Use gdkinternals.h where appropriate.
4062
4063         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
4064         not include gdkprivate-x11.h, move all stuff of conceivable public
4065         interest into gdkx.h; keep all really private stuff in
4066         uninstalled header gdkprivate-x11.h.
4067
4068         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
4069         image->image_put on windows through a new function _gdk_window_draw_image()
4070         to allow us to do backing store for images. (Sort of ugly)
4071
4072         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
4073         contexts locally so that we can offset them properly when drawing 
4074         onto backing pixmaps.
4075
4076         * gdk/gdkinput.h: Reindented
4077
4078         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
4079         pixmap or color for the window, so we can properly initialize
4080         our double-buffer pixmaps, and also so that we temporarily set
4081         a background of None while scrolling.
4082
4083         * gdk/gdkregion.h: Revise region boolean operators to have an
4084         interface that is actually convenient - switch from creating new
4085         regions on every op, to "methods" that modify existing regions
4086         (A = A OP B). 3 argument forms which allow dest == src, would also
4087         be possible, but the current interfaces seem to map nicely
4088         onto what needs to be done. (There is quite a lot of region
4089         code in GDK now.)
4090
4091         * gdk/gdkregion.h: Add constructor from rectangle and a copy
4092         operator.
4093
4094         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
4095         gdkpoly-generic.h: Copy region code from Xlib, switch it over
4096         to 32 bit coordinates, modify it to be mostly GTK+ style
4097         and to have interfaces that match gdkregion.h.
4098
4099         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
4100         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
4101         create a backing pixmap and redirect all drawing to
4102         that backing pixmap until a matching gdk_window_end_paint().
4103
4104         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
4105         Create a special drawable class for GtkWindow's that 
4106         redirects the drawing to the backing pixmap as necessary
4107         and then calls the real operations in _gdk_windowing_window_class.
4108
4109         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
4110         Store invalid region for each window. Generate expose events for invalid
4111         region in an idle. This replaces both the expose compression
4112         and the redrawing queuing in GTK+. It is both more efficient and
4113         simpler than either one individually and far more so then the
4114         combination.
4115
4116         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
4117         Emulate 32 bit coordinates for windows with 16 bit coordinates
4118         by offsetting drawing, guffaw scrolling techniques and
4119         mapping/unmapping child windows as necessary.
4120
4121         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
4122         where, when invalid regions are processed, the region is stored,
4123         and if expose events come in that are detectably duplicate
4124         the processed exposes (by comparison of event serial numbers),
4125         the stored region is subtracted out of those exposes.
4126
4127         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
4128         regions newly exposed when scrolling or resizing windows.
4129         This, combined with forcing processesing of queued invalidated
4130         regions, gives nice flicker-free scrolling.
4131
4132         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
4133         invalidated regions after every scroll.
4134
4135         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
4136         emulation in GDK. Its, for all practical purposes just a
4137         GtkViewport/GtkFixed hybrid now.
4138
4139         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
4140         (16-bit) structures as necessary instead of just casting.
4141
4142         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
4143         in terms of the structures from gdkregion-generic.c, using appropriate
4144         offsets from GDK to X11 coordinates. Cache clip mask and
4145         origin and ts origin locally and only flush to the server
4146         when drawing, to avoid constantly setting and resetting these
4147         values when offsetting GC's for scrolling and backing pixmaps.
4148
4149         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
4150
4151         * gtk/gtkcontainer.c: Call process_all_updates at end
4152         of resizing to reduce flicker. (Avoids having redraw
4153         lag arbitrarily behind resize under some circumstances)
4154
4155         * gtk/gtkentry.c: Remove old backing store code, and simply take
4156         advantage of the new backing store capabilities of GDK.
4157
4158         * gtk/gtkmain.c: Simple implementation of widget backing
4159         store - simply push a paint while handling each expose.
4160         (Should really be configurable widget for widget.)
4161         
4162         * gtk/gtkwidget.c: Remove all the old complicated redraw
4163         code, and simply invalidate the GDK windows from
4164         gdk_window_queue_clear(), etc. (Sigh, so much carefully
4165         debugged complexity ... gone to the winds.)
4166
4167         Remove all the code for suppressing expose events while
4168         resizes are pending; this isn't needed since the invalid
4169         areas won't be processed until after the resizes are
4170         processed, since they are in a lower priority idle.
4171
4172 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
4173
4174         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
4175         and height of dest rectangle for non-intersecting rectangles.
4176
4177 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
4178
4179         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
4180         for GdkRectangle.
4181
4182 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
4183
4184         * gdk/gdk{events,image,private,types,window}.h
4185          gdk/x11/gdkinputprivate.h: Change all coordinates
4186          from int16 to int. Also, Change width and height from
4187          unsigned to signed to avoid all the stupid C 
4188          signedness bugs.
4189
4190 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
4191
4192         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
4193         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
4194         Add some more detailed checking.
4195
4196         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
4197         New function to retrieve the depth of a drawable.
4198
4199         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
4200         field, reorder fields to save memory. 
4201
4202 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
4203
4204         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
4205         of the background image instead of scaling the background down to
4206         a line.
4207
4208         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
4209         which temporarily set slider to wrong size.
4210
4211         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
4212         queue_clear().
4213
4214 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
4215
4216 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
4217
4218         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
4219
4220 2000-03-17  Tor Lillqvist  <tml@iki.fi>
4221
4222         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
4223         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
4224
4225         * gdk/win32/gdkfont-win32.c
4226         * gdk/win32/gdkproperty-win32.c
4227         * gdk/win32/gdkselection-win32.c
4228         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
4229         now declared such.
4230
4231 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
4232
4233         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
4234
4235 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
4236
4237         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
4238         is called without trapping X errors.
4239
4240 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
4241
4242         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
4243         way into the fontset lists.
4244
4245 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
4246
4247         * gtk/gtkthemes.h: add extern "C" scope.
4248
4249 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
4250
4251         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
4252         to make appends to the list constant. (gtk-guy-990901-0.patch)
4253
4254 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
4255
4256         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
4257         for the typename hash table.
4258
4259 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
4260
4261         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
4262         to make sure we never divide by zero. 
4263         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
4264
4265 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
4266
4267         * gtk/gtkfontsel.c: Apply patch from
4268         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
4269         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
4270
4271         Also, some cleanups in atom handling.
4272
4273 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
4274
4275         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
4276         not GtkWidget.
4277
4278 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
4279
4280         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
4281         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
4282         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
4283         more guint wrap-around bugs before going to bed.
4284
4285 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
4286
4287         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
4288         guint wrap arounds in allocation.width.
4289
4290         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
4291         process untill we fit the allocation given.
4292
4293 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
4294
4295         * gtk/gtkwidget.c:
4296         (gtk_widget_unrealize): guard widget access with ref/unref
4297         around signal emission.
4298         (gtk_widget_hide): same here, but also check its destroyed
4299         state before queueing a resize.
4300
4301 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
4302
4303         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
4304         of gtk_default_insensitive_bg as insensitive base color.
4305
4306         * gtk/gtktext.c (gtk_text_style_set): set the background color according
4307         to the widget's state.
4308         (gtk_text_realize): same here.
4309         (gtk_text_state_changed): same here.
4310         (draw_bg_rect): compare background color against base[] from
4311         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
4312
4313 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
4314
4315         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
4316         grabs are active, unless a delete event is send to the toplevel
4317         of the currently grab holding widget.
4318
4319 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
4320
4321         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
4322         debugging g_print's.
4323
4324 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
4325
4326         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
4327         ever make the scrolled-window requisition ever depend on the 
4328         visibility state of the scrollbars for the AUTOMATIC policy. 
4329         This breaks the GTK+ requisition model, and causes loops.
4330
4331 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
4332
4333         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
4334         the default font to avoid problems with XFree86-4.0 where the
4335         default charset is iso10646-1, not iso8859-1.
4336
4337 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
4338
4339         * acinclude.m4
4340         * config.guess
4341         * config.sub
4342         * ltconfig
4343         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
4344
4345         * gtk/Makefile.am: minor cosmetic consistency tweak
4346
4347 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
4348
4349         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
4350         the activate_time to 0, so that we handle a quick
4351         press/release press/release properly and don't suppress
4352         the second release. (Red Hat bug #7545)
4353
4354 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
4355
4356         * gtk/gtkctree.c (row_delete):
4357         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
4358         bugs with destruction notifier, *always* update internal
4359         structures *before* calling user code.
4360
4361 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
4362
4363         A few more fixes for bug #5487, #2051, #2677.
4364         * gtk/gtkclist.c : 
4365         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
4366         not GDK_BUTTON_PRESS.
4367         (resync_selection): resync only if selection_mode is
4368         GTK_SELECTION_EXTENDED
4369         * gtk/gtkctree.c (resync_selection): same here
4370
4371 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
4372
4373         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
4374         gdk_drag_get_selection() and gtk_menu_detach().
4375
4376         [ From Jeroen Ruigrok/Asmodai ]
4377
4378 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
4379
4380         * gtk/gtknotebook.c (gtk_notebook_size_request): 
4381         page->tab_label can be NULL.
4382
4383 2000-01-25  Havoc Pennington  <hp@pobox.com>
4384         
4385         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
4386         arg is boolean
4387
4388         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
4389
4390         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
4391
4392         * gdk/gdkproperty.c (gdk_property_get): return boolean
4393
4394         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
4395
4396         * gdk/gdkim.c (gdk_im_ready): return boolean
4397
4398         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
4399
4400         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
4401         glib clash, should fix glib)
4402
4403         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
4404         (gdk_get_show_events): return gboolean, and canonicalize 
4405         to TRUE/FALSE
4406
4407         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
4408         colormap is private
4409         (gdk_colors_alloc): gboolean whether to be contiguous
4410         (gdk_color_equal): return gboolean since we are a predicate
4411         and not a qsort() (this looks semi-wrong due to glib breakage,
4412         IMO glib should be fixed)
4413         
4414         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
4415         (gdk_get_use_xshm): return gboolean
4416         (gdk_pointer_is_grabbed): return gboolean
4417
4418         * gdk/gdk.h: Change prototypes to match all the above changes,
4419         and re-run egtk-format-protos as required.
4420
4421 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
4422
4423         * gtk/gtkctree.c (resync_selection): 
4424         * gtk/gtkclist.c (resync_selection):
4425
4426         Return immediately if clist->drag_pos < 0. This is a workaround
4427         for the corrupt state that the clist gets into when a
4428         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
4429
4430         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
4431         
4432         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
4433         variable from recent commit.
4434
4435 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
4436
4437         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
4438
4439 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
4440
4441         * gtk/Makefile.am: prefix all autogenerated source that get build in
4442         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
4443         in builddir. since we subsequently cd into srcdir for autogeneration,
4444         the paths have to be stripped from the target file names, thusly we
4445         use $(@F) as target names now.
4446         put a comment about configure.in's --disable-rebuilds option,
4447         which can be used for non-writable source directories, for development
4448         setups though, srcdir has to be *writable*.
4449
4450 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
4451
4452         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
4453           Finish the job of allowing event to be NULL.
4454           (Fixes bug #4283, reported by Chris Blizzard)
4455
4456         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
4457           things so that the cursor appears on screen, properly
4458           take into account INNER_BORDER.
4459           (Fixes bug #4754, reported by Antonio Campos)
4460
4461 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
4462
4463         * gtk/gtknotebook.c (gtk_notebook_map): Don't
4464           show the tab_label unless it itself is visible.
4465
4466           gtk/gtknotebook.c (gtk_notebook_size_request):
4467           Do a better job of making sure that the visibility
4468           of the tab label corresponds to whether it should
4469           be mapped or not.
4470
4471 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
4472
4473         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
4474           Use the requisition, not the allocation, since the
4475           allocation has not necessarily been computed yet.
4476           (Pointed out by Eugene Osintsev)
4477
4478 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
4479
4480         * gtk/gtkstyle.c (gtk_style_new): Dont' set
4481           style/base[GTK_STATE_INSENSITIVE] both to
4482           gtk_default_insensitive_bg!
4483           (Bug #2187, reported by Jonathan Blandford)
4484
4485         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
4486           Add Alt_L, Alt_R to list of invalid accelerators.
4487           (Bug #3736, reported by Vlad Harchev)
4488
4489 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
4490
4491         * gtk/gtkfilesel.c (open_ref_dir): Fix several
4492         bugs which occured after an attempt to open 
4493         invalid home directory left cmpl_state->reference_dir == NULL.
4494
4495          - completion on files in home directory didn't work
4496          - completion on an empty string caused  segfault
4497
4498          (Bug #3768, reported by Steve Ratcliffe)
4499
4500         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
4501         cut and paste error that was causing scales to
4502         be incorrectly positioned.
4503         (Bug #2956,
4504          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
4505
4506 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
4507
4508         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
4509         when checking for dcgettext, if we've found we needed
4510         it for dgettext.
4511 +
4512 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
4513
4514         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
4515         queue_clear on NO_WINDOW widgets during a reparent,
4516         since at that point the window and widget heirarchies
4517         are out of sync. This stops crashing in some cases
4518         (the scrolled window reparent test, for instance), and
4519         _probably_ won't cause drawing errors.
4520
4521         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
4522         test do what it was supposed to do and be robust against
4523         window closings, etc. (Bug #2443)
4524
4525 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
4526
4527         * gtk/gtkentry.c: Fix return values on mouse events.
4528         (Bug #2686, Sky <seb_sky@yahoo.com>)
4529
4530         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
4531         (pointed out by George Lebl)
4532
4533         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
4534         (From Ettore Perazzoli  <ettore@helixcode.com>)
4535  
4536 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
4537
4538         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
4539         clicks between rows or outside calender area correctly.
4540         (Patch from Damon Chaplin)
4541
4542         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
4543         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
4544           Call destroy function when overwriting existing data. 
4545           (Pointed out by Damon Chaplin)
4546
4547 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
4548
4549         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
4550           which was causing problems on various systems with Xmu.
4551           This hasn't been needed for a very long time.
4552           (Fixes #1185 3167)
4553
4554 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
4555
4556         * gdk/gdki18n.h: Include <ctype.h> when defining
4557           gdk_isw* in terms of is* as a fallback.
4558           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
4559
4560 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
4561
4562         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
4563           realize the widget when it is size allocated!
4564           (old, old bug)
4565
4566         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
4567           Removed unused call to gdk_window_get_size() that
4568           showed up when the above was fixed.
4569
4570 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
4571
4572         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
4573           fix up widget->window when the widget is a
4574           NO_WINDOW container widget.
4575
4576 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
4577
4578         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
4579           to account for the fact that feof() does _not_ 
4580           return TRUE on errors, and thus avoid infinite loops
4581           when trying to use gdk_pixmap_create_from_xpm()
4582           on unreadable values.
4583
4584 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
4585
4586         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
4587
4588 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
4589
4590         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
4591           gdk_gc_set_dashes to take gint8 instead of gchar to
4592           make it clearer that it is _not_ a NULL terminated string.
4593
4594         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
4595           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
4596           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
4597           arguments.
4598
4599 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
4600
4601         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
4602         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
4603         background size relative to our allocation, guard against small
4604         allocations, we may have not yet been size allocated.
4605
4606 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
4607
4608         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
4609         not just version == 3. We implement all 3 + most of 4 - 
4610         (we don't support matching text/plain;charset=iso-8859-1
4611         to a dest that expects text/plain). We'll still advertise
4612         3 to be safe, but any client implementing version >= 3
4613         must interoperate with 3.
4614         
4615 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
4616
4617         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
4618         background and gc members, add a warning in gtk_tooltips_set_color()
4619         indicating that this function is deprecated.
4620
4621 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
4622
4623         * docs/gtkfaq.sgml: FAQ Update:
4624           - Minor cleanups (Emmanuel, me)
4625           - New questions:
4626                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
4627                 How can I retrieve the text from a GtkMenuItem? (timj)
4628                 How do I validate/limit/filter the input to a GtkEntry? (me)
4629                 Memory does not seem to be released when I free the list
4630                         nodes I've allocated (timj)
4631
4632 2000-03-07  Tor Lillqvist  <tml@iki.fi>
4633
4634         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
4635         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
4636         for which it is no use to call GetLastError onWin9x.
4637         (gdk_other_api_failed) New function, for general error
4638         reporting without calling GetLastError.
4639         (gdk_win32_api_failed) OTOH, this function always calls
4640         GetLastError. (gdk_win32_last_error_string) Remove this function,
4641         GLib has the equivalent now.
4642
4643         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
4644         call them with function name, file name and line number in the
4645         arguments.
4646
4647         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
4648         functions.
4649         
4650         * gtk/gtk.def: Add some missing entry points.
4651
4652         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
4653         gtk_paned_set_gutter_size, which don't exist any longer, as void.
4654         
4655         Fixes by Hans Breuer:
4656
4657         * gdk/makefile.msc: Update for debugging.
4658
4659         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
4660         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
4661         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
4662         in the dash_list.
4663
4664         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
4665         the x11 backend.
4666
4667         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
4668
4669         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
4670
4671 2000-03-04  Tor Lillqvist  <tml@iki.fi>
4672
4673         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
4674         just pixel value of background colour.
4675
4676         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
4677         containing code snippet previously duplicated in a couple of
4678         places.
4679         
4680         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
4681         gdk_colormap_color.
4682
4683         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
4684         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
4685         events for autorepeated Shift, Control and Alt keys. Use
4686         gdk_colormap_color.
4687
4688         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
4689         pointer is inside the window the cursor of which we are setting,
4690         call SetCursor immediately.
4691
4692         * gdk/win32/makefile.cygwin
4693         * gtk/makefile.cygwin: If we don't have the build number stamp
4694         file, use zero.
4695
4696         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
4697         gtk_paned_set_gutter_size as empty.
4698
4699         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
4700         
4701 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
4702
4703         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
4704           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
4705           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
4706           docs/gtk_tut.sgml docs/gtk.texi TODO:
4707
4708           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
4709
4710 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
4711
4712         * gtk/gtkcalendar.c: Implement num_marked_dates,
4713           and don't emit mutiple day_selected signals on
4714           month_prev.
4715
4716 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
4717
4718         * docs/make-todo (lineno): let title and logo be configurable so
4719         that GNOME can use this script too.
4720
4721         * TODO.xml: added logourl and a title
4722
4723 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
4724
4725         * TODO.xml: Added some UI items, and an explanatory
4726         comment at the top of the file.
4727
4728 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
4729
4730         * TODO.xml: some updates, added abunch of new entries.
4731         a note for those fiddeling with this file, when done
4732         with it, invoke:
4733         $ ./docs/make-todo TODO.xml >/dev/null
4734         and correct output errors before comitting changes.
4735
4736 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
4737
4738         * TODO.xml: Added XML-structured TODO file.
4739         * docs/make-todo: python script to turn TODO.xml into
4740           pretty XML output. 
4741
4742 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
4743
4744         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
4745         the function to let it draw the seven dots, instead of the old,
4746         much maligned, method.
4747         (draw_dot): New function to draw a dot.
4748
4749         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
4750         to draw the handle inside the border width as opposed to outside.
4751         Use paint function instead of gdk_draw_point.
4752
4753         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
4754         to draw the handle inside the border width as opposed to outside.
4755         Use paint function instead of gdk_draw_point.
4756
4757         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
4758         Change indenting to be more GTK like.
4759
4760 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
4761
4762         * docs/gtk_tut.sgml: New section on GtkCalendar
4763         * examples/calendar: Update example code
4764
4765 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
4766
4767         * docs/gtkfaq.sgml: FAQ Update
4768
4769 2000-02-19  Anders Carlsson  <andersca@gnu.org>
4770
4771         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
4772         to prevent the scroll event to be propagated upwards.
4773
4774 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
4775
4776         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
4777         OwnerGrabButtonMask from button entries for
4778         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
4779
4780         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
4781         to the event mask (which will result in button/press release
4782         being added to the event mask on Unix) so scrolling works
4783         for layouts in scroll windows.
4784
4785         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
4786
4787         Patch from Anders Carlsson  <andersca@gnu.org> to add
4788         a scroll event.
4789
4790         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
4791         scrolling to the "Test Scrolling" part of testgtk.
4792  
4793         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
4794  
4795         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
4796         it against GDK_SCROLL.
4797  
4798         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
4799         way of mouse wheel scrolling.
4800  
4801         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
4802  
4803         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
4804  
4805         * gtk/gtkmain.c: Removed previous mouse wheel hack.
4806  
4807         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
4808         gdk_event_mask_table.
4809  
4810         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
4811         GdkEventScroll handler.
4812  
4813         * gdk/gdkevents.h: Added GdkEventScroll structure.
4814  
4815 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
4816
4817         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
4818         and Anders Carlsson to change the Paned widgets so that they
4819         can be dragged from anywhere along the length. Also change
4820         the way that this is drawn to make this apparent.
4821
4822         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
4823         from George Lebl to check that option_menu->menu is present
4824         before getting history.
4825
4826 2000-02-14  Tor Lillqvist  <tml@iki.fi>
4827
4828         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
4829         before the assertion for non-NULL segment list.
4830
4831         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
4832         Seems that pattern brushes *must* be 8x8 pixels! At least on my
4833         machine, but it might be display driver dependent. Sigh, so make
4834         sure the stipple is that size. Does Windows suck or what?
4835
4836         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
4837         places.
4838
4839 2000-02-13  Havoc Pennington  <hp@pobox.com>
4840
4841         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
4842         refcount to 1
4843         (gdk_cursor_new): init refcount to 1
4844
4845         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
4846
4847 2000-02-13  Tor Lillqvist  <tml@iki.fi>
4848
4849         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
4850         so that we don't have to do unnecessary settings to the HDC.
4851
4852         * gdk/win32/gdkdrawable-win32.c
4853         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
4854         gdk_gc_predraw.
4855
4856         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
4857         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
4858         GDI paths, call WidenPath to get the outline of the stroken path,
4859         and then fill the outline (with the brush that was built from the
4860         stipple).
4861
4862         * gdk/win32/gdkgc-win32.c: Factor out common code from
4863         _gdk_win32_gc_new and gdk_win32_gc_set_values into
4864         gdk_win32_gc_values_to_win32values. Use correct colour for
4865         SetBkColor() (Until now the code actually used a random colour in
4866         the call to SetBkColor()... but that didn't show up as not many
4867         GDI APIs use the background colour. Pattern (opaque stippled)
4868         brushes do.)
4869
4870         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
4871         gdk_win32_api_failed): New functions for error logging.
4872
4873         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
4874         WIN32_API_FAILED to call them, passing function or file name and
4875         line number.
4876
4877         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
4878
4879         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
4880         GdkColor for foreground and background in GdkGCWin32Data.
4881
4882         * gdk/makefile.cygwin: Link in the resource object separately.
4883
4884         * gdk/win32/rc/gdk.rc
4885         * gtk/gtk.rc (New file)
4886         * gdk/win32/makefile.cygwin
4887         * gtk/makefile.cygwin: Update build number in DLLs automatically,
4888         as in GLib.
4889
4890 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
4891
4892         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
4893         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
4894         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
4895         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
4896         parameters given and cursor->ref_count. coding style fixups.
4897
4898         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
4899         not GtkWidget.
4900         
4901         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
4902         fix up widget macros and add _GET_CLASS() variant.
4903         
4904         * gtk/*.c: some GtkType fixups.
4905
4906 2000-02-09  Tor Lillqvist  <tml@iki.fi>
4907
4908         * gdk/win32/gdkproperty-win32.c
4909         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
4910         were reversed.
4911
4912 2000-02-04  Tor Lillqvist  <tml@iki.fi>
4913
4914         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
4915         g_filename_to_utf8 to convert the font names Windows gives us from
4916         whatever is the default codepage to UTF-8.
4917         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
4918         in the other direction.
4919
4920         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
4921         error in debugging output.
4922
4923 2000-02-02  Tor Lillqvist  <tml@iki.fi>
4924
4925         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
4926         and height parameters to gdk_window_clear_area(). Not minus one.
4927
4928 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
4929
4930         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
4931         checks if the widget passed to gtk_drag_get_data() was not the
4932         dest widget.
4933
4934 2000-02-01  Tor Lillqvist  <tml@iki.fi>
4935
4936         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
4937         g_filename_from_utf8 functions (which were added a moment ago to
4938         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
4939         size buffers.
4940
4941         gtk_file_selection_get_filename returns the filename in the C
4942         runtime encoding. It calls g_filename_from_utf8, but copies the
4943         returned string to a static buffer, which is returned. I think
4944         this is better than returning the result from g_filename_from_utf8
4945         directly, which would mean all apps that use it would have to free
4946         the return value. Or should this function care about this issue at
4947         all? Maybe a new function with clearly defined semantics.
4948
4949         * gtk/gtkfilesel.h: Add comment about
4950         gtk_file_selection_get_filename returning the filename in the C
4951         runtime's encoding.
4952
4953         * README.win32
4954         * gdk/gdk.def
4955         * gdk/makefile.{cygwin,msc}
4956         * gtk/gtk.def: Updates.
4957
4958         * gdk/gdkcursor-win32.c: Initialise refcount.
4959
4960 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
4961
4962         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
4963
4964 2000-01-30  Havoc Pennington  <hp@pobox.com>
4965
4966         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
4967         destroy
4968
4969         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
4970
4971         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
4972         implemented in platform-specific code
4973
4974         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
4975
4976         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
4977         underscore in front
4978
4979         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
4980         put an underscore in front
4981
4982         * gdk/gdkcursor.c: new file, implements
4983         gdk_cursor_ref/gdk_cursor_unref
4984
4985         * gdk/gdkcursor.h: Refcount GdkCursor
4986
4987         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
4988
4989 2000-01-29  Tor Lillqvist  <tml@iki.fi>
4990
4991         * gdk/gdkwindow.h
4992         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
4993
4994 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
4995
4996         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
4997         structures to properly inherit from GtkWidget not GtkBin.
4998
4999 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
5000
5001         * gtk+.spec.in: Added lib/gtk+/include/* to %files
5002         (bug #5178 - Peter Wainright)
5003         
5004         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
5005         so that it will be installed.
5006         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
5007
5008 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
5009
5010         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
5011         for the GtkStyleClass vtable const.
5012
5013         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
5014         take a const string argument like GtkTranslateFunc. This will
5015         require changes in use code.
5016
5017 2000-01-19  Tor Lillqvist  <tml@iki.fi>
5018
5019         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
5020         semantics (to mimic the X11 backend, which just calls XClearArea)
5021         is to check for zero width (and height), and in that case use the
5022         window's width minus x (height minus y). This fixes for instance
5023         some redraw problems with gtkclist, which were easily noticeable
5024         in the gtk file selection widget.
5025
5026         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
5027         windows.
5028
5029 2000-01-13  Tor Lillqvist  <tml@iki.fi>
5030
5031         * configure.in
5032         * gdk/Makefile.am
5033         * gdk/x11/Makefile.am
5034         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
5035         (bug #5177).
5036         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
5037         out later.
5038
5039 2000-01-09  Tor Lillqvist  <tml@iki.fi>
5040
5041         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
5042         WM_MOVE for iconified or invisible windows. This fixes various
5043         problems when minimising windows. Thanks to Bernd Herd.
5044
5045 2000-01-05  Tor Lillqvist  <tml@iki.fi>
5046
5047         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
5048         backend's draw_lines method, not draw_points.
5049
5050 2000-01-02  Tor Lillqvist  <tml@iki.fi>
5051
5052         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
5053         before Owen's reorganisation: Don't have queued_events and
5054         queued_tail statics in this file, but use gdk_queued_events and
5055         gdk_queued_tail. This makes exposure event compression work again.
5056
5057         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
5058         seem to be needed?
5059
5060 1999-12-30  Tor Lillqvist  <tml@iki.fi>
5061
5062         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
5063         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
5064         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
5065         doesn't do anything.
5066
5067         * gdk/gdk.def: Add gdk_xid_table_insert.
5068
5069         * gdk/win32/gdkprivate-win32.h
5070         * gdk/win32/gdkevents-win32.c
5071         * gdk/win32/gdkinput-win32.c
5072         
5073         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
5074         extension_events field in the GdkWindowWin32Data struct. Use only
5075         the extension_events field in GdkWindowPrivate. Previously one was
5076         set, and the other one tested, which broke tablet
5077         functionality. Thanks to Keishi Suenaga for pointing this out.
5078
5079 1999-12-18  Tor Lillqvist  <tml@iki.fi>
5080
5081         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
5082         When handling a single character (text length == 1), don't handle
5083         it as if it was UTF-8.
5084
5085 1999-12-11  Tor Lillqvist  <tml@iki.fi>
5086
5087         * Makefile.am: Distribute README.win32.
5088         
5089         * gdk/Makefile.am
5090         * gdk/win32/Makefile.am: Distribute Win32 files.
5091
5092         * gdk/makefile.msc: New file.
5093
5094         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
5095         after label).
5096
5097         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
5098         gdk_error_code as GDKVAR, as they are referred outside GDK.
5099
5100         * gdk/win32/makefile.msc: Update.
5101
5102         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
5103         tweaks. Check only if at least one of those Unicode subrange bits
5104         we care for is set. If no code page bits are set, guess (wildly)
5105         based on the charset.
5106
5107         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
5108
5109         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
5110         non-NULL.
5111
5112         * gtk/gtkdnd.c
5113         * gtk/gtklayout.c
5114         * gtk/gtkplug.c
5115         * gtk/gtkselection.c
5116         * gtk/gtksocket.c
5117         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
5118         appropriate. There must be a cleaner way to handle this?
5119
5120         * gtk/gtkrc.c: Must include windows.h on Win32.
5121
5122         * gtk/testgtk.c: No need to include gdkx.h.
5123
5124         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
5125
5126 1999-12-07  Tor Lillqvist  <tml@iki.fi>
5127
5128         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
5129         the rbearing is set to the same as the width, but this should be
5130         fixed.
5131
5132 1999-12-06  Tor Lillqvist  <tml@iki.fi>
5133
5134         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
5135         function. If Windows doesn't tell us what Unicode subranges a font
5136         covers, guesstimate based on the codepages it covers. This will
5137         hopefully help those Windows versions or fonts that don't give us
5138         any useful Unicode subrange information with GetTextCharsetInfo.
5139         Call this function in gdk_font_load_internal.
5140
5141         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
5142         minor changes.
5143
5144 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
5145
5146         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
5147         New function, long needed.
5148
5149 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
5150
5151         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
5152         only_if_exists argument of gdk_atom_intern to
5153         bool.
5154
5155 1999-11-25  Tor Lillqvist  <tml@iki.fi>
5156
5157         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
5158         Fix two copy&paste errors.
5159
5160         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
5161         win32 has changed.
5162
5163         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
5164         GdkWin32SingleFont struct.
5165
5166         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
5167         subranges of loaded fonts. Clear font signature first, in case
5168         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
5169         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
5170
5171         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
5172         Unoffset clip region.
5173
5174 1999-11-23  Tor Lillqvist  <tml@iki.fi>
5175
5176         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
5177         event->any.window before calling filter functions.
5178
5179 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
5180
5181         * gtk/gtkgamma.h: Adapt cast macros to standard.
5182
5183 [ Merges from 1.2 ]
5184
5185 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
5186
5187         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
5188         If translation does not include a '/', use entire
5189         translation instead of crashing.
5190
5191 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
5192
5193         * docs/gtk_tut.sgml:
5194         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
5195
5196 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
5197
5198         * gtk/gtkselection.c (gtk_target_list_remove): Use
5199         g_list_remove_link, not g_list_remove.
5200
5201         [ From Geert Bevin <gbevin@thunderstorms.org> ]
5202         
5203 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
5204
5205         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
5206         statement upon unselection (how the heck did that slip in?).
5207
5208 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
5209
5210         * gtk/gtktext.c (gtk_text_freeze): 
5211         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
5212         in frozen state (and aparently crashes). patch provided by Anders
5213         Melchiorsen <and@kampsax.dtu.dk>.
5214
5215 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
5216
5217         * fix insensitive default/focus widget activation,
5218         reported by Matt Goodall <mgg@isotek.co.uk>.
5219
5220         * gtk/gtkwindow.c (gtk_window_key_press_event): 
5221         (gtk_window_activate_default):
5222         (gtk_window_activate_focus):
5223         return handled=FALSE for actiavtion of insensitive default
5224         widgets. return handled=TRUE for activation of insensitive
5225         focus widgets. don't activate in either case.
5226
5227 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
5228
5229         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
5230         and $glib_cflags to match library order and in the
5231         theory that an old version of GLib is more likely to
5232         be in the include directory for X then vice-versa.
5233         (Bug #2776)
5234
5235 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
5236
5237         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
5238         to determine the locale for fontsets, not LC_MESSAGES;
5239         the user may want English messages with a handling
5240         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
5241         will still be broken) (Bug #2891)
5242
5243 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
5244
5245         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
5246
5247 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
5248
5249         * gtk/gtkrc.ko: Changed the Korean default fontset.
5250
5251 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
5252
5253         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
5254         where when scrolling to the left or top double exposes
5255         were done, causing major slowdowns.
5256
5257 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
5258
5259         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
5260         names to lowercase and alphanumeric, before looking
5261         them up.
5262
5263         * gtk/Makefile.am: Install codeset variant gtkrc files
5264         with normalized names.
5265
5266 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
5267
5268         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
5269         popup menus when the menu is already visible, but its parent
5270         is still hidden, (happens after tornoff window got hidden).
5271
5272 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
5273
5274         * gtk/Makefile.am (install-data-local): Fix
5275         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
5276         deleted, causing error messages on install.
5277
5278 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
5279
5280         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
5281         the handle as well, since we now sometimes ignore
5282         exposes on the handle while resizing.
5283
5284 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
5285
5286         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
5287         extra g_free introduced in one of the last one or two 
5288         commits.
5289
5290 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
5291
5292         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
5293         consistent, put each style that a gtkrc.* file creates
5294         in a unique namespace, remove old files before installing.
5295
5296 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
5297
5298         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
5299         gtk_rc_init is called multiple times. (Yes, people who
5300         do that have bugs in their code.)
5301
5302 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
5303
5304         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
5305         Remove it since it's generated by the Makefile anyway
5306
5307 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
5308
5309         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
5310         device->info.axes for core pointer.
5311
5312 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
5313
5314         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
5315         idle_id, to deal with obsolete, broken C libraries.
5316
5317 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
5318
5319         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
5320         allocation->x/y twice!
5321
5322         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
5323         consistent with gtk_vscale_pos_trough().
5324
5325 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
5326
5327         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
5328         be queueing a resize on a toplevel container between
5329         the time we show it and when we map it. So, we need
5330         to test GTK_WIDGET_VISIBLE() for toplevels, and only
5331         use GTK_WIDGET_DRAWABLE() for child windows.
5332
5333 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
5334
5335         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
5336         (fixes bug #2144)
5337
5338 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
5339
5340         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
5341         container DRAWABLE (instead of VISIBLE), so we don't queue
5342         resizes on non-toplevel containers.
5343
5344 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
5345
5346         * gtk/gtkselection.[ch]: Make the data argument
5347         const guchar *.
5348
5349 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
5350
5351         * gtk/gtkwindow.c: Try to behave sensibly if 
5352         the focus widget is the window itself. (Should
5353         we allow this at all?)
5354
5355 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
5356
5357         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
5358         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
5359         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
5360         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
5361         in prototypes and implementations consistent (Tomas Ogren).
5362
5363         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
5364         before the widget is unparented (reported by damon).
5365
5366         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
5367         since we provide unsigned data anyways.
5368
5369 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
5370
5371         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
5372         the call to gtk_tooltips_layout_text() until later.
5373
5374         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
5375         Call gtk_widget_ensure_style() before using the style.
5376
5377 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
5378
5379         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
5380         for old widgets that don't propagate draws to all
5381         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
5382
5383 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
5384
5385         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
5386         for a redraw but just the widget that requested the resize.
5387
5388 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
5389
5390         * gtk/gtkcontainer.c: added new widget level method
5391         gtk_container_set_reallocate_redraws() and a GtkContainer flag
5392         reallocate_redraws : 1 to reflect the setting, exported this through
5393         the argument system as a boolean ::reallocate_redraws.
5394
5395         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
5396         on the widget because the allocation changes, do so as well for
5397         widget->parent if the parent has reallocate_redraws set to TRUE.
5398         with that containers requesting reallocation redraws get automatically
5399         redrawn if their children changed allocation (this unfortunately
5400         affects also other children that didn't change allocation, but we
5401         cannot work around that before 1.3).
5402
5403 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
5404
5405         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
5406         _and_ height are >0 (not _or_).
5407
5408         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
5409         instead of gtk_container_queue_resize(), which is a core gtk internal
5410         function (must have been on crack when i queued that).
5411
5412         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
5413         we can check more reliably if we want to discard expose events.
5414         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
5415         flag.
5416         
5417         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
5418         we simply trust these events. for deciding whether to discard exposes,
5419         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
5420         
5421 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
5422
5423         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
5424         queues of areas that are completely off screen.
5425
5426         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
5427         logic for handleboxes.
5428
5429         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
5430         check on width/height.
5431
5432 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
5433
5434         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
5435         we are fine with using $@ the way we do (if we actually encounter
5436         brokeness with $@ in VPATH builds because of additional path prefixes,
5437         we need to use $(@F) actually).
5438
5439 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
5440
5441         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
5442         short lived bugs, that would allow language bindings to do surgeries
5443         to our guts.
5444
5445 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
5446
5447         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
5448         where comparison was being done against an uninitialized
5449         value causing intermittant results depending on
5450         compiler flags. Also make it clearer that we aren't
5451         ever initializing the child as 0x0 (though this will
5452         be caught in gtk_widget_size_allocate())
5453
5454 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
5455
5456         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
5457         gtk_window_unset_transient_for() call after we do checks
5458         involving the old transient parent.
5459         [ From Lance Capser <lmc@cyberhighway.net> ]
5460
5461 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
5462
5463         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
5464         an empty file.
5465
5466 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
5467
5468         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
5469         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
5470
5471 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
5472
5473         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
5474         `$@' is valid only in the build dir, not after we've done 
5475         `cd $srcdir'.  Also use `test -f' instead of less portable
5476         `test -e'.
5477
5478 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
5479
5480         * gtk/gtktext.c (correct_cache_insert): Rewrite
5481          for simplicity, and hopefully correctness.
5482          (Fixes bug #1322, which was a segfault when
5483           on some insertions with the properties around
5484           the insertion set up just wrong.)
5485
5486         * gtk/gtktext.c (gtk_text_adjustment): When we receive
5487          a "changed" signal, clamp the new value to the adjustment
5488          bounds to avoid segfaulting if someone tries to change
5489          the adjustment to a bogus value. (Bug #1795)
5490
5491 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
5492
5493         * gtk/gtkmain.c: Ignore unexpected destroy notifies
5494         for children, for toplevel windows handle them
5495         like delete_event.
5496
5497         * gtk/gtkplug.c: Add an unrealize handler so that
5498         we unref plug->socket_window when we are done
5499         with it.
5500
5501 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
5502
5503         * gtk/gtktext.c (clear_area): Fix stupid signedness
5504          problem that was causing background to sometimes
5505          be misaligned.
5506
5507 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
5508
5509         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
5510         
5511         * gtk/gtkmenu.c (gtk_menu_position): Make
5512          sure we never position menus with negative x, y,
5513          since gtk_widget_set_uposition() can't handle that.
5514
5515         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
5516          Modify the positioning code a bit so that we always
5517          put the top-left corner onscreen. (This is for
5518          UI reasons, gtk_menu_position() now takes care of
5519          gtk_widet_set_uposition() brokeness.)
5520
5521 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
5522
5523         * gtk/Makefile.am: fixed up things for -jx, x > 1.
5524
5525 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
5526
5527         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
5528           RC style that is passed in. The lack of the ref
5529           before was a bug. If people worked around this
5530           bug, this will introduce a slight memory leak
5531           in their code. The code should typically look like:
5532
5533             rc_style = gtk_rc_style_new ();
5534             [...]
5535             gtk_widget_modify_style (widget, rc_style);
5536             gtk_rc_style_unref (rc_style);
5537
5538         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
5539           the style if it was already set.
5540
5541         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
5542           style if it was set before.
5543
5544 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
5545
5546         * gtk/testgtk.c (main): Add a check to see if we
5547           are being run from the correct directory and
5548           to quit nicely if we are not.
5549
5550         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
5551           static.
5552
5553 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
5554
5555         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
5556
5557         * gtk/gtkwindow.c:
5558         queue resizes unconditionally (gtk_widget_queue_resize will figure
5559         what to do if the window is not realized).
5560         (gtk_window_move_resize): only recenter the window
5561         for GTK_WIN_POS_CENTER_ALWAYS.
5562         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
5563         the same way as GTK_WIN_POS_CENTER.
5564
5565 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
5566
5567         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
5568         with (!(info->last_flags & GDK_HINT_POS)) instead of
5569         (!info->last_flags & GDK_HINT_POS).
5570
5571         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
5572         new_height unconditionally, because we use these values even if
5573         !default_size_changed && !hints_changed.
5574         comented the (default_size_changed || hints_changed) case with
5575         respect to resize rejects from the window manager.
5576
5577         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
5578         in the zvt condition hack, since this includes the window hints, set
5579         the hints after the handling_resize case.
5580
5581         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
5582         window is initially shown with to the geometry.
5583
5584 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
5585
5586         * gtk/gtkwindow.c (gtk_window_move_resize):
5587         s/size_changed/default_size_changed/g so i know what's
5588         really going on (frying brain on smaller flame now).
5589
5590 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
5591
5592         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
5593         we have size_changed upon handling_resize. this is a gross
5594         workaround for the broken zvt widget and should be removed in
5595         1.3 again (search for FIXME).
5596         Owen provided an accurate comment for this:
5597
5598         /* We could be here for two reasons
5599          *  1) We coincidentally got a resize while handling
5600          *     another resize.
5601          *  2) Our computation of size_changed was completely
5602          *     screwed up, probably because one of our children
5603          *     is broken. It's probably a zvt widget.
5604          *
5605          * For 1), we could just go ahead and ask for the
5606          * new size right now, but doing that for 2)
5607          * might well be fighting the user (and can even
5608          * trigger a loop). Since we really don't want to
5609          * do that, we requeue a resize in hopes that
5610          * by the time it gets handled, the child has seen
5611          * the light and is willing to go along with the
5612          * new size. (this happens for the zvt widget, since
5613          * the size_allocate() above will have stored the
5614          * requisition corresponding to the new size in the
5615          * zvt widget)
5616          *
5617          * This doesn't buy us anything for 1), but it shouldn't
5618          * hurt us too badly, since it is what would have
5619          * happened if we had gotten the configure event before
5620          * the new size had been set.
5621          */
5622
5623 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
5624
5625         * gtk/gtkrc.c: deal properly with the fact that RC
5626           style lists may include rc styles more than once.
5627
5628         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
5629           unused static function.
5630
5631         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
5632           stack of directories of RC files currently being
5633           parsed and implicitely add them to pixmap path.
5634           
5635           This fixes a bug where the directory would get
5636           appended then overwritten by pixmap_path declarations.
5637
5638           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
5639
5640         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
5641           theme's exit function. (Patch from Peter Wainwright,
5642           bug #1454)
5643
5644         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
5645           Add a destroy() handler to take care of removing
5646           group for menu item. (Fixes bug #1197)
5647
5648         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
5649           in warning message.
5650
5651 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
5652
5653         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
5654         roundtrip to figure window's width and height, since we know that
5655         anyways from widget->allocation.
5656
5657 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
5658
5659         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
5660           the hints after we request the new size.
5661
5662 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
5663
5664         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
5665           GTK_WIDGET_REALIZED() assertion - we can compute the
5666           hints before we are realized.
5667
5668         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
5669           hint changing so that we have a value of hints_changed
5670           when we decide whether to constrain the window size.
5671
5672         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
5673
5674         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
5675         change back to G_MAXINT.
5676
5677 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
5678
5679         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
5680         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
5681         contain uncluttered values.
5682         (gtk_window_compute_hints): simply assert that window is realized
5683         and that geometry_info is valid, since we rely on this anyways.
5684         (gtk_window_constrain_size): major cleanups to the code.
5685         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
5686         for the base size, instead of the minimums. use 32767 as max width
5687         and height (like in gtkwindow.c) instead of G_MAXINT.
5688
5689 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
5690
5691         * cleaned up the GtkContainer.need_resize flag handling mess, we
5692         only need to force resize requests when we were prematurely
5693         realized, or our widget tree was modified when we were temporarily
5694         hidden. handling these cases directly upon showing the window (i.e.
5695         while the GdkWindow is still unmapped) avoids the need to wait for
5696         a configure event response and therefore makes the GUI more snappier
5697         and avoids blank windows during the roundtrip.
5698
5699         * gtk/gtkwidget.c:
5700         (gtk_widget_hide): 
5701         (gtk_widget_show): don't queue resizes on toplevels, they know how
5702         to deal with matters.
5703
5704         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
5705         flag directly for not visible resize containers and spare us unecessary
5706         signal emissions.
5707
5708         * gtk/gtkwindow.c:
5709         (gtk_window_realize): if we need to enforce premature size allocation,
5710         queue a container resize so we are correctly resized later on.
5711         (gtk_window_init):
5712         (gtk_window_size_request):
5713         don't freak around with the ->need_resize flag,
5714         gtk_container_queue_resize() will care about that.
5715         (gtk_window_show):
5716         handle initial resizing issues here, we can handle matters better in
5717         this place, especially since we know that our GdkWindow is still
5718         unmapped.
5719         (gtk_window_move_resize):
5720         don't care about ->need_resize at all.
5721         handle size changes properly that occoured while we waited for a
5722         configure event.
5723
5724 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
5725
5726         * gtk/gtkwidget.c (gtk_widget_set_uposition):
5727         * gtk/gtkwindow.[hc] (gtk_window_reposition):
5728         Move the hint setting code from gtk_widget_set_uposition
5729         to here; set the hints so that we respect any previously
5730         set geometry hints.
5731
5732         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
5733         change the window hints here or move the window here,
5734         let that happen in gtk_window_move_resize().
5735
5736 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
5737
5738         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
5739         to already queued resizes (and therefore redraws) on a widget, check
5740         its anchestry as well.
5741
5742         * gtk/gtkcontainer.c:
5743         (gtk_container_queue_resize): clear resize widgets for resize
5744         containers before aborting prematurely. this is especially important
5745         for toplevels which may need imemdiate processing or their resize
5746         handler to be queued.
5747         (gtk_container_dequeue_resize_handler): added new internal function for
5748         gtkwindow.c.
5749
5750         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
5751         configure event, take possible changes in window position into account
5752         as well.
5753         if we request a new window size, queue up a resize handler that will
5754         last until the configure event response arrives.
5755         combined the ->need_resize case (initial show) with the general size
5756         (hints) changed case and added even more comments.
5757         if !auto_shrink, only revert to the old allocation if the new size
5758         is smaller than the current allocation.
5759
5760 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
5761
5762         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
5763                            gtk_window_set_geometry_hints
5764                            gtk_window_set_default_size):
5765         When hints are set, queue a resize so that the hints will
5766         be eventually reset on the toplevel.
5767
5768         * gtk/gtkwindow.c (gtk_window_show): Use
5769         gtk_window_compute_default_size(). Clear the need_resize flag
5770         on the initail map so that we don't unnecessarily trigger the
5771         resize code.
5772
5773         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
5774         into separate functions. Compare the hints we are setting
5775         with what we set last time so that we can accurately
5776         tell when we need to reset the hints.
5777
5778         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
5779         function to figure out the size from requisition
5780         and default_size.
5781
5782         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
5783         from fvwm to constrain a size to the geometry hints.
5784
5785         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
5786         to compare two sets of geometry hints.
5787
5788         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
5789         from gtk_window_set_hints(), just compute the hints,
5790         don't set them.
5791
5792         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
5793         code from gtk_window_move_resize() to separate function,
5794         rationalize a bit.
5795
5796 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
5797
5798         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
5799         structure into a new private structure.
5800
5801         * gtkrc.c: Split GtkRcStyle into public/private.
5802         In the private part, add a list of pointers to the
5803         RcStyle lists this RcStyle participates in.
5804
5805         * gtkrc.c: When a RcStyle is free, remove all
5806         lists referencing it from the 
5807         realized_style_ht hash, and free those lists.
5808         
5809         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
5810         gtk_rc_init(), since that adds the default styles
5811         to the list of parsed RC files again.
5812
5813         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
5814         
5815 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
5816
5817         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
5818         checks that ensure that a widget's allocation is at least 1 in width
5819         and height. (GNOME note: this doesn't affect old panel code anymore,
5820         because GtkSocket will request width and height of at least 1 since
5821         Fri Jul 23).
5822
5823         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
5824         allocated yet (happens if the user realizes the window prematurely),
5825         size request and allocate it.
5826         (gtk_window_size_allocate): guard against guint underflows.
5827
5828 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
5829
5830         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
5831         in gtk_built_sources, so gtk.defs gets built prior to all other
5832         sources.
5833
5834 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
5835
5836         * gtk/Makefile.am:
5837         invoke indent on gtkmarshal.*. 
5838         rewrote source generation rules, use COPYING as oldest source tag for
5839         a piggyback rule to generate all sources from (don't touch it ;).
5840         major cleanups, strip spaces on build rules for GNU Make.
5841
5842         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
5843         source and target files from commandline arguments. don't invoke indent.
5844
5845 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
5846
5847         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
5848         notebook after switch to avoid drawing problems.
5849         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
5850         
5851         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
5852         show them instead. 
5853         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
5854
5855 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
5856
5857         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
5858         notebook after switch to avoid drawing problems.
5859         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
5860         
5861         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
5862         show them instead. 
5863         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
5864
5865 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
5866
5867         * gtk/gtkwindow.c:
5868         we use window->need_resize from configure_event now, to indicate that
5869         the gtkwindow should keep its allocation (e.g. because the user resized
5870         the window through window manager handles). resize_count is now reliably
5871         used to figure whether we got the allocation we requested from the
5872         window manager.
5873         configure events get queued as resizes now, the real stuff (size
5874         computation and allocation) now only goes on in gtk_window_move_resize().
5875         GtkWindow's requisition now contains its *real* requisition (like all
5876         other widgets), *not* taking usize into account.
5877         geometry_info->last_{width|height} is now updated from set_hints() only
5878         so it always contains the last hints we set for the window manager.
5879         made some event handlers return TRUE instead of FALSE.
5880         the overall code should be much more straight forward now, and the
5881         significant code portions are accompanied by comments now.
5882         (gtk_window_set_hints):
5883         removed requisition argument and made it
5884         fetch the requisition through gtk_widget_get_child_requisition.
5885         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
5886         does that now.
5887         (gtk_window_show):
5888         ensure that the widget is realized before calling 
5889         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
5890         ensure that we got properly size requested and allocated before
5891         realization.
5892         (gtk_window_configure_event):
5893         ignore plain window moves, or reallocate the widget tree through the
5894         resize queue otherwise.
5895         (gtk_window_move_resize):
5896         mostly rewrote this function to figure window manager hints more
5897         reliably, coalesce window moves and resizes to reduce configure events
5898         and do actuall size allocations.
5899
5900 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
5901
5902         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
5903         that have a resize pending, because a redraw is already queued for them.
5904
5905         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
5906         hack to clear resize_widgets.
5907
5908         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
5909         for resize containers prior to size allocation. (this is also a bit
5910         ugly, but avoids side effects for stopped emissions and is thus more
5911         reliable).
5912         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
5913
5914         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
5915         function from gtk_tooltips_expose, as we connect to ::expose_event
5916         *and* ::draw now.
5917
5918 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
5919
5920         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
5921         checks.
5922         (gtk_target_list_unref): Likewise.
5923
5924         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
5925
5926 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
5927
5928         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
5929         guard against division by zero. (Fixes bug #1339)
5930
5931 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
5932
5933         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
5934         Prevent the trivial leak of information of allowing
5935         word motion when the entry is not visible.
5936
5937 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
5938
5939         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
5940         modality to error dialog as well as confirmation dialogs.
5941         (Bug #1803, reported by Rosanna Wing Sze Yuen)
5942
5943 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
5944
5945         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
5946         tree->view_lines.
5947         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
5948
5949         * gtk/Makefile.am (install-data-local): Solaris apparently
5950         has various troubles with ln -f; use rm first instead.
5951         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
5952
5953 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
5954
5955         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
5956         use `cp' followed by `rm' (the `rm' was already there).
5957
5958 July 30, 1999 Elliot Lee <sopwith@redhat.com>
5959         
5960         * configure.in: Fix autoconf warnings about cross compilation by
5961         trying to provide sane defaults for AC_TRY_RUN.
5962         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
5963         put them into $(srcdir) when generated. Also add a dependency of
5964         gtksignal.h on gtkmarshal.h for -j builds. 
5965         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
5966
5967 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
5968
5969         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
5970         GDK_THREADS_{LEAVE,ENTER} pair.
5971         (From Paul Fisher <pnfisher@redhat.com>)
5972
5973 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
5974
5975         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
5976         width and height are always >0 (owen).
5977
5978 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
5979
5980         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
5981         change that assured that a widget's allocated with and height are
5982         always >1, since this breaks *buggy* panel code. unfortunately this
5983         back-breaks the gimp's color selector.
5984
5985         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
5986         allocation is always >0 in width and height, before sending the
5987         configure event; this is a *gross* hack to get the gimp back to work.
5988         
5989         * marked both cases with TODO-1.3
5990
5991 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
5992
5993         * gtk/gtktext.c: Don't display wrap indicators when
5994         text is not editable and word wrap is on.
5995
5996 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
5997
5998         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
5999         option menus here as they are not derived from menu shell, assure that
6000         the option menu has a menu we can add items to.
6001
6002 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
6003
6004         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
6005         width/height to (gint) before calculations and check against < 0 to
6006         avoid guint wraparounds.
6007
6008 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
6009
6010         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
6011         width and height is never zero. sanity check both dimensions against
6012         32767 and issue a warning if the allocation is greater than that.
6013
6014 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
6015
6016         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
6017         to g_main_pending() as well.
6018
6019 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
6020
6021         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
6022         call to g_main_iteration() - since that will regrab
6023         GTK+ lock to process events.
6024
6025 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
6026
6027         * gtk/gtkwindow.c
6028         - Regularize with the rest of GTK+ by making widget->requisition
6029           not reflect the set_usize()
6030         - Always recompute geometry hints, then check if they
6031           changed before sending them to the X server. The
6032           previous checks for changes would fail in a number
6033           of circumstances. 
6034
6035 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
6036
6037         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
6038
6039 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
6040
6041         * gtk/gtkdnd.c:
6042         - Code cleanups
6043         - Instantaneously update on modifier key presses
6044         - Allow cancellation of the drag with Escape.
6045
6046 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
6047
6048         * gtk/testgtk.c (create_handle_box): Set the policy
6049         to auto_shrink - otherwise the appearance is rather
6050         strange when flipping between horizontal and vertical.
6051
6052 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
6053
6054         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
6055         (gtk_window_set_default_size): don't change a value if it's < 0.
6056         queue a resize.
6057
6058 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
6059
6060         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
6061
6062 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
6063
6064         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
6065         add an extra "/" when concating "/" + filename.
6066         (From Matt Grossman <mattg@oz.net>)
6067
6068 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
6069
6070         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
6071         for fg_gc if we set it for drawing pixmap.
6072
6073 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
6074
6075         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
6076         
6077         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
6078         already set, call old engine's destroy function and
6079         unref the old engine.
6080
6081 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
6082
6083         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
6084
6085 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
6086
6087         * gtk/gtkaccelgroup.h: mark certain functions as internal.
6088
6089 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
6090
6091         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
6092         expand behaviour changed.
6093
6094         * gtk/gtklabel.c (gtk_label_set_pattern):
6095         (gtk_label_set_justify):
6096         (gtk_label_set_line_wrap):
6097         don't bother invoking queue_clear, the reallocation does
6098         that for us, always free_words so the upcoming resize will
6099         relayout the label's contents.
6100
6101 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
6102
6103         * applied argument implementation patches from Elena Devdariani
6104         <elena@cogent.ca>.
6105
6106         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
6107         ::space_style, ::relief
6108         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
6109         * gtk/gtkpreview.c: ::expand
6110         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
6111         * gtk/gtknotebook.c: ::homogeneous
6112         * gtk/gtklabel.c: ::wrap
6113         * gtk/gtklist.c: ::selection_mode
6114         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
6115         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
6116         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
6117         * gtk/gtkclist.c: ::sort_type
6118         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
6119         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
6120
6121 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
6122
6123         * gtk/gtkstyle.c: Removed ill-thought-out part of last
6124         comment.
6125
6126 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
6127
6128         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
6129         counting right when we have to attach a new style
6130         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
6131
6132         * gtk/gtkstyle.c: Documented the refcounting
6133         peculularities of gtk_style_attach.
6134
6135 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
6136
6137         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
6138         window types.
6139
6140         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
6141         of GTK_TOPLEVEL for creating the window.
6142
6143 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
6144
6145         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
6146         the last argument (reported by Per Winkvist).
6147         
6148 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
6149
6150         Fixes for invisible XOR lines (Frank Loemker
6151         <floemker@TechFak.Uni-Bielefeld.DE>)
6152         
6153         * gtk/gtkclist.c (gtk_clist_realize): Always use
6154         a non-zero pixel for GDK_XOR.
6155
6156         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
6157         Use GDK_INVERT instead of GDK_XOR.
6158
6159 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
6160
6161         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
6162         signals if h/voffsets differ from adjustment values.
6163         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
6164
6165 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
6166
6167         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
6168         ::selection-done emissions up to the topmost menu shell.
6169
6170 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
6171
6172         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
6173         the user data on the window before destroying it.
6174
6175         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
6176         unrealize handler to take care of destroying 
6177         notebook->panel properly. 
6178         (Bug #1198 - Morten Welinder <terra@diku.dk>)
6179
6180         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
6181         of g_new and g_realloc to stop memory leak. (Actually,
6182         we could just use g_realloc(), but I'm not 100% sure
6183         that is portable).
6184         (Bug #1196 - Morten Welinder <terra@diku.dk>)
6185
6186 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
6187
6188         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
6189
6190         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
6191         for fontsets.
6192
6193         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
6194         with bin/button confusion.
6195
6196 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
6197
6198         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
6199         and show how preselection of radio items is done.
6200
6201 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
6202
6203         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
6204         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
6205         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
6206         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
6207         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
6208         * gtk/gtktable.c (gtk_table_attach): 
6209         * gtk/gtklist.c (gtk_list_insert_items): 
6210         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
6211         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
6212         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
6213         * gtk/gtkbin.c (gtk_bin_add): 
6214         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
6215         * gtk/gtkfixed.c (gtk_fixed_put): 
6216         * gtk/gtklayout.c (gtk_layout_put):
6217         general fixups to container_add logic. always realize child if
6218         child->parent is realized, only map the child and queue a resize
6219         if child and child->parent are both visible.
6220
6221 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
6222
6223         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
6224         instead of gtk_container_foreach to walk and unrealize children, so
6225         composite children get also unrealized.
6226         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
6227         (gtk_widget_map): assert that the widget is visible (basic constrain).
6228         (gtk_widget_real_map): assert that the widget is realized (basic
6229         constrain).
6230
6231 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
6232
6233         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
6234
6235 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
6236
6237         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
6238         file for iso-8859-2 locales.
6239
6240         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
6241
6242 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
6243
6244         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
6245          (Pointed out by andy@rz.uni-karlsruhe.de and others).
6246          Remove some suspicious and useless lines. 
6247
6248 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
6249
6250         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
6251         width,height = 0, 0 to mean - here to edge of window,
6252         instead of -1, -1, since the former is all we support.
6253
6254 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
6255
6256         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
6257         when removing from quit_functions list.
6258
6259 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
6260
6261         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
6262
6263 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
6264
6265         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
6266          When redrawing characters on non-visible entry, use appropriate
6267          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
6268
6269 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
6270
6271         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
6272         from drag coordinates.
6273         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
6274         use drag_dest_cell.
6275
6276         * gtk/gtktree (drag_dest_cell)
6277         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
6278         (Bug #1129)
6279
6280 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
6281
6282         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
6283         translate_* fields.
6284         (gtk_item_factory_finalize): invoke translate_notify independant from
6285         translate_data.
6286         (gtk_item_factory_set_translate_func): likewise.
6287         (gtk_item_factory_destroy): only remove ifactory pointer from those
6288         widgets that belong to us (stupid me).
6289
6290 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
6291
6292         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
6293         rc_style list when lookup succeeeds.
6294
6295 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
6296
6297         * gtk/gtkctree.c (resync_selection): 
6298         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
6299         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
6300         bug.
6301
6302 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
6303
6304         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
6305         Add some missing GDK_THREADS_ENTER()/LEAVE around
6306         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
6307
6308 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
6309
6310         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
6311         rather than emit_by_name.
6312
6313         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
6314         on the widget across multiple signal emissions.
6315         (gtk_editable_delete_text): same here.
6316         (gtk_editable_class_init): set widget_class->activate_signal after
6317         editable_signals[ACTIVATE] has been created.
6318
6319 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
6320
6321         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
6322         position here prematurely -- we might not have the
6323         right ->min_position and ->max_position yet.
6324
6325 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
6326
6327         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
6328         Add error traps so if the other end of the connection
6329         dies, we survive.
6330
6331         * gtk/gtkselection.c (gtk_selection_notify): Clean
6332         up properly when selection property retrieval fails.
6333         
6334         * gtk/gtkselection.c (gtk_selection_request): Correctly
6335         reject SelectionRequest notifies where the handler
6336         returns no data.
6337
6338 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
6339
6340         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
6341         when we've previously highlighted.
6342
6343         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
6344         emit two "drag_leave" signals for Motif drops.
6345
6346         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
6347         back the correct status messages when dropping from
6348         Motif onto a proxy window that is rejecting the
6349         drop.
6350
6351 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
6352
6353         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
6354         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
6355         to compare two argument values. added gtk_arg_to_valueloc() to set a
6356         variable from an arg through its location (pointer).
6357
6358         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
6359         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
6360         as gfloat*, uchars are collected as guchar*, ints are collected as
6361         gint*, etc...
6362
6363 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
6364
6365         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
6366         Include <string.h> instead of <strings.h>.
6367
6368         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
6369         (actually, a lot more duplicate includes occur if
6370          you trace through the sequence of #include's)
6371         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
6372         
6373 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
6374
6375         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
6376         gtk-a-higuti-990322-[0-3]
6377
6378         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
6379         that was causing -DX_LOCALE not to work.
6380
6381         * gtk/gtkrc.c (gtk_rc_init):
6382         X_LOCALE will never have LC_MESSAGES defined
6383
6384 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
6385
6386         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
6387         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
6388
6389         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
6390         left/right as well (gtk-michael-980726-0.patch.gz).
6391
6392         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
6393         for pointer values, use gchar instead of char. fixed uline allocation
6394         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
6395         chunks instead of G_ALLOC_ONLY.
6396         (gtk_label_size_request): always alter requisition as passed and leave
6397         widget->requisition alone.
6398         (gtk_label_set_text): allow NULL strings.
6399         (gtk_label_new): likewise.
6400
6401 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
6402
6403         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
6404
6405 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
6406
6407         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
6408         *and* mapped (i.e. drawable).
6409         (gtk_bin_expose): only send exposes to drawable children.
6410
6411         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
6412         (gtk_box_expose): only send exposes to drawable children.
6413
6414         * gtk/gtkhscale.c (gtk_hscale_draw): 
6415         * gtk/gtkvscale.c (gtk_vscale_draw):
6416         hm, this is an ugly one. we first compute the size of our trough area
6417         here (window relative) and then check intersection with the draw_area
6418         which is parent relative because we're a NO_WINDOW widget, so we need
6419         to offset the trough area by allocation.x and allocation.y before the
6420         check. (this must not be done for the background area though, since
6421         that's already computed parent relative).
6422
6423 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
6424
6425         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
6426         unrealize title buttons.
6427
6428 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
6429
6430         * gtk/gtkclist.c (gtk_clist_column_title_passive)
6431         (gtk_clist_column_title_active): 
6432         only connect/disconnect to GtkWidgetClass::event to block mouse events.
6433
6434         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
6435         zero initialize event, removed superfluous gdk_window_get_pointer call
6436
6437         * gtk/gtklist.c (gtk_list_vertical_timeout)
6438         (gtk_list_horizontal_timeout): removed superfluous
6439         gdk_window_get_pointer call
6440
6441 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
6442
6443         * plugging problems reported by "Bruce Mitchener, Jr."
6444         <bruce@puremagic.com> due to a purify session.
6445
6446         * gtk/gtkstyle.c:
6447         (gtk_style_ref): 
6448         (gtk_style_unref): assert ref_count to be > 0.
6449
6450         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
6451         the requisition.
6452         (gtk_clist_set_shift): likewise.
6453
6454         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
6455         adjustments.
6456
6457         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
6458         event before sending it and set send_event to TRUE (which needs to
6459         be done for *all* synthesized events).
6460         (gtk_list_vertical_timeout): likewise.
6461
6462         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
6463         leaks.
6464
6465         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
6466         to TRUE when synthesizing events.
6467
6468 [ *** end of merges from 1.2 *** ]      
6469         
6470 1999-11-21  Tor Lillqvist  <tml@iki.fi>
6471
6472         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
6473         (or copied from gdkconfig.h.win32 on Win32, sigh).
6474
6475         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
6476
6477         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
6478
6479         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
6480
6481         * gdk/gdkconfig.h.win32: New file.
6482
6483         * gdk/win32/makefile.cygwin: Build just a static archive here.
6484
6485         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
6486         for the DLL from the static archive built above.
6487
6488         * gdk/gdk.def: Moved here from the win32 subdirectory.
6489
6490         * gdk/win32/*: Adapt for the changed private struct organisation.
6491
6492         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
6493
6494 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
6495
6496         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
6497         for wheel mice (buttons 4 and 5).
6498
6499 1999-11-18  Tor Lillqvist  <tml@iki.fi>
6500
6501         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
6502         drawables use just the pixel field in the foreground and
6503         background GdkColor of the GdkGC.
6504
6505         gdk_gc_set_{fore,back}ground() are called in the GIMP with
6506         GdkColors containing uninitialized (red,green,blue) fields, and
6507         just the pixel field filled in, and furthermore in the
6508         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
6509         It thus turns out that we really don't need to have the full
6510         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
6511         it later to have just the pixel values.
6512
6513 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
6514
6515         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
6516
6517 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
6518
6519         * docs/gtkfaq.sgml: threads example from Erik Mouw.
6520         New question on GtkLabel background colors.
6521
6522         * docs/gtk_tut.sgml:
6523           - Correct the example code callback
6524             function definitions.
6525           - Update the gtkdial example code, from Frans van Schaik.
6526           - Update setselection.c to current API.
6527
6528         * examples/Makefile examples/*/*.c: Update to code
6529         listed in tutorial.
6530
6531 1999-11-10  Tor Lillqvist  <tml@iki.fi>
6532
6533         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
6534         subrange table (from the "Developing International Software for
6535         WIndows 95 and Windows NT" book) was missing the Hangul syllable
6536         block... Get the loaded font's charset correctly.
6537
6538         (Note that this, and the other *-win32.c files, still really are
6539         the old ones, the win32 subdirectory is not ready for compilation
6540         yet after the reorg.)
6541
6542 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
6543
6544         * gtk/gtkclist.c: Fix off-by-one bug in parameter
6545         check.
6546
6547 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
6548
6549         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
6550         on results of XQueryDeviceState().
6551
6552 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
6553
6554         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
6555         we need to accesss only ->children. We need an accessor
6556         for the children.
6557
6558         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
6559         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
6560         to get rid of gdkx.h include.
6561         
6562         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
6563         and random references to 'None'.
6564
6565         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
6566         Get rid of unused #include <gdk/gdkx.h>
6567
6568         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
6569         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
6570         gdkconfig.h.
6571
6572 1999-11-08  Tor Lillqvist  <tml@iki.fi>
6573
6574         * gdk/win32/gdkdraw.c
6575         * gdk/win32/gdkfont.c
6576         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
6577         following yesterday's changes. (Unrelated to Owen's reorg.)
6578
6579 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
6580
6581         * gdk/x11/gdkinput-gxi.c: Add missing include,
6582           fix GdkWindowPrivate => GdkDrawablePrivate.
6583
6584         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
6585
6586         * gdk/x11/Makefile.am (xinput_sources): Add missing
6587         backslash to fix building with --with-xinput=none
6588
6589 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
6590
6591         Move all X specific code into the x11/ directory.
6592         Aside from shuffling things around, did the following:
6593
6594        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
6595          gdk_arg_context_* - a simple argument parsing system
6596          in the style of popt.
6597
6598        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
6599          gdk/x11/gdkprivate-x11.h:
6600          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
6601          add ->klass and ->klass_data fields. The klass_data
6602          field points to an auxilliary structure that is
6603          windowing system dependent.
6604
6605        * gdk/gdkfont.c: Make most of the measurement functions
6606          simply wrappers around gdk_text_extents().
6607
6608        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
6609          _gdk_font_strlen() function that hides the weird
6610          behavior in gtk+-1.[02] where a string is interpreted
6611          differently for 8-bit and 16-bit fonts.
6612
6613        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
6614          to store common code for synthesizing double/triple
6615          press events.
6616         
6617        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
6618          Make all the function that modify an existing GC
6619          simply wrappers around gdk_gc_set_values().
6620          
6621        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
6622          for throwing out later.
6623
6624        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
6625          GdkImagePrivate and GdkColormapPrivate to have a
6626          windowing system dependent part (GdkFontPrivateX etc.)
6627          that "derives" from the system-independent part.
6628
6629        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
6630          Got rid of the included-source-files for XInput in
6631          favor of automake conditionals. (Which didn't exist
6632          when XInput support was originally added.)
6633
6634        * gdk/gdkrgb.c: Remove the visual id from the debugging
6635          statements since that is X11 specific; print out
6636          type/depth info instead.
6637          
6638
6639 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
6640
6641         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
6642         loading duplicates of hashed fonts.
6643
6644         * gdk/gdk.c (gdk_keysym_convert_case): rename
6645         gdk_XConvertCase to gdk_keysym_convert_case, allow
6646         results to be NULL in the GTK+ style.
6647
6648         * gdk/gdkcompat.h: Started compatibility header
6649         for renames.
6650
6651 1999-11-07  Tor Lillqvist  <tml@iki.fi>
6652
6653         * gdk/win32/gdkprivate.h: New font private structures, related to
6654         fontsets.
6655
6656         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
6657         gdk_font_list_free(). On X11, will just be wrappers to
6658         XListFonts() and XFreeFontNames(). On Win32, the code previously
6659         in gtkfontsel.c is now here.
6660
6661         New function gdk_font_xlfd_create(). On X11 will get the FONT
6662         property of the font (for GDK_FONT_FONTs), or call
6663         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
6664         builds a XLFD style name from the font information in the LOGFONT
6665         struct(s).
6666
6667         New function gdk_font_xlfd_free(), which correspondingly frees the
6668         string returned by gdk_font_xlfd_create().
6669
6670         Implement fontsets on Win32. Add a function that iterates over a
6671         wide char string and calls a callback function for each substring
6672         of wide chars from the same Unicode subrange (and thus probably
6673         available in the same real font).
6674
6675         Improve the XLFD emulation a bit.
6676
6677         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
6678
6679         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
6680         Beta3, WM_IME_CHAR messages don't seem to contain the composed
6681         multi-byte char as with the Active IMM on Win9x. Oh well, handle
6682         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
6683         ImmGetCompositionStringW() to get the composed Unicode chars.
6684
6685         * gdk/win32/gdkgc.c
6686         * gdk/win32/gdkdraw.c: Changes needed because of the font private
6687         struct changes.
6688
6689         * gdk/win32/gdk.def: Add the new functions.
6690
6691 1999-11-04  Tor Lillqvist  <tml@iki.fi>
6692
6693         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
6694         get the Platform SDK to get <dimm.h>.
6695
6696         * gdk/win32/gdkevents.c: More event handling fixes and
6697         simplification. Never generate motion events with is_hint true. We
6698         used to do that on bogus grounds earlier. Windows sends
6699         WM_MOUSEMOVE messages on button events even if the mouse hasn't
6700         moved, ignore these.
6701
6702         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
6703
6704         * gdk/win32/gdkglobals.c
6705         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
6706         the TrackMouseEvent function, and use it.
6707
6708         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
6709         char before calling WideCharToMultiByte in order to get a string
6710         for the window title.
6711
6712         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
6713
6714         * gdk/win32/gdk.def: Remove obsolete functions.
6715
6716         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
6717         /nodefaultlib and /defaultlib switches.
6718
6719         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
6720
6721 1999-10-31  Tor Lillqvist  <tml@iki.fi>
6722
6723         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
6724         EuroSign).
6725
6726         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
6727         same type as GdkWChar, especially on Win32.
6728
6729         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
6730
6731         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
6732         before passing to Windows GDI for drawing etc. Convert to the
6733         system default codepage before passing to Windows as window
6734         titles.
6735
6736         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
6737         support changing input locale on the fly.
6738
6739         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
6740         on-the-fly changes. Convert incoming characters from the current
6741         codepage to Unicode (and then to a UTF-8 multi-byte string) based
6742         on the current input language. Use keysym<->Unicode mapping tables
6743         and functions borrowed from xterm sources.
6744
6745         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
6746         editions of Win9x, use the ActiveX-based Active IMM (Input Method
6747         Manager) if available. IMEs and the Active IMM are available under
6748         the disguise of Chinese, Korean and Japanese support for IE and
6749         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
6750         support is present in all editions (as long as you install it).
6751
6752         Call DispatchMessage from gdk_events_queue() (and thus
6753         gdk_WindowProc()), instead of duplicating the code in
6754         gdk_WindowProc().
6755
6756         Reworked the grab handling and propagation code, factored out
6757         duplicated code snippets into separate functions. Other cleanups,
6758         too.
6759
6760         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
6761         the <dimm.h> header describing the Active IMM.
6762
6763         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
6764         just do the same as for "single" fonts.
6765
6766         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
6767         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
6768         the new keysyms from gdkkeysyms.h.
6769
6770         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
6771         fontset, so that gtkentry uses wide characters.
6772
6773         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
6774         GTk+'s system directory "gtk+", not "gtk".
6775
6776 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
6777
6778         * docs/gtkfaq.sgml: FAQ update
6779
6780 1999-10-21  Tor Lillqvist  <tml@iki.fi>
6781
6782         * gdk/win32/gdkprivate.h: Add more font private data.
6783
6784         * gdk/win32/gdkfont.c
6785         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
6786         fonts and strings. Now works much better. You still have to
6787         have a correct font selected, though. No fontset emulation yet.
6788
6789 1999-10-19  Tor Lillqvist  <tml@iki.fi>
6790
6791         * gtk/maketypes.awk: Use G_OS_WIN32.
6792
6793         * gtk/gtk.def: Add some missing entry points. Also some non-public
6794         ones, but PyGTK porter claims to need them.
6795
6796         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
6797         built-in type generation.
6798
6799 1999-10-14  Tor Lillqvist  <tml@iki.fi>
6800
6801         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
6802         GDK_FONT_FONT fonts (which is all we have for now, we don't
6803         emulate fontsets). The X11 version uses plain XDrawString in that
6804         case, too. The string passed to gdk_draw_text_wc seems to be in
6805         fact (at least, when used by gtkentry and gtktext) either in a
6806         single-byte charset, or a DBCS. Not Unicode.
6807
6808         This fixes the problem in gtkfontsel, where even if you had
6809         selected a font with a non-Latin1 charset (windows-greek, for
6810         instance), the preview still used Latin-1 glyphs.
6811
6812         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
6813         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
6814         (gdk_font_load): Recognize the demibold etc weights, even if we
6815         don't have the corresponding constants in the headers.
6816         (gdk_font_hash_insert): Use same hash mechanism as in the X11
6817         version. Should save font resources a bit, when we don't have
6818         multiple HFONTs for the same font.
6819
6820         * gdk/win32/gdkprivate.h: Add the names field as in the X11
6821         version.
6822
6823 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
6824
6825         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
6826         X values
6827
6828 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
6829
6830         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
6831         layout support (as mentioned on
6832         http://www.jcinteractive.com/gnome-ui/software/widgets/)
6833
6834 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
6835
6836         * gtk/fnmatch.c
6837         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
6838
6839 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
6840
6841         * configure.in (ALL_LINGUAS): Added Galician (gl)
6842
6843 1999-10-05  Tor Lillqvist  <tml@iki.fi>
6844
6845         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
6846
6847         * gdk/win32/gdkcompat.c: New file, actually provide an
6848         implementation for the deprecated functions. (Just temporarily.)
6849
6850         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
6851
6852         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
6853
6854         * gdk/win32/gdk.def gtk/gtk.def: Updates.
6855
6856 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
6857
6858         * configure.in: Added "uk" to ALL_LINGUAS.
6859         
6860 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
6861
6862         * configure.in: correct checking for BeOS check
6863
6864         * gdk/gdktypes.h
6865         * gtk/fnmatch.c
6866         * gtk/gtkfilesel.c
6867         * gtk/gtkitemfactory.c
6868         * gtk/gtkmain.[ch]
6869         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
6870
6871 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
6872
6873         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
6874         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
6875         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
6876         by Bulgarian). 
6877
6878 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
6879
6880         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
6881         Fix a reference to window_private->destroyed.   
6882
6883         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
6884         (ugly) setting of an internal GdkWindow member to use
6885         a _slightly_ cleaner macro.
6886
6887         * gdk/gdkprivate.h: Split GdkWindowPrivate into
6888         GdkDrawablePrivate and GdkWindowPrivate.
6889         Add extra macros for accessing GDK_DRAWABLE_ components.
6890
6891         * *.[ch]: Massive adjustments for the above, use the
6892         new macros in a lot of places.
6893
6894 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
6895
6896         * gdk/gdktypes.h: Make GdkDrawable the base type,
6897         not GdkWindow.
6898
6899 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
6900
6901         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
6902
6903 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
6904
6905         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
6906
6907 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
6908
6909         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
6910         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
6911
6912         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
6913
6914         * docs/gtk-config.1: Now autogenerated.
6915         * docs/Changes-1.4.txt: started
6916         
6917 1999-10-03  Tor Lillqvist  <tml@iki.fi>
6918
6919         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
6920         to #ifdef also here.
6921
6922         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
6923         Owen did to the X11 backend.
6924
6925         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
6926         ScrollWindowEx when blitting inside a window, it can't be correct
6927         in the general case.
6928
6929         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
6930         WM_GETMINMAXINFO is easier.
6931
6932         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
6933         depth equal to the bitspixel value, not the visual's depth.
6934
6935         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
6936         to 24 even if the bitspixel value is 32.
6937
6938         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
6939         need to check for depth==32 when bpp==32, depth will always be 24.
6940
6941 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
6942
6943         * docs/Changes-1.4.txt: Started
6944         
6945         * gtk/Makefile.am (gdk_headers): Include all the new headers.
6946
6947         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
6948         
6949         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
6950         into C file.
6951         
6952         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
6953         header to gdkinputprivate.h.
6954
6955         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
6956         unused since before 1.2.
6957
6958 1999-09-30  Tor Lillqvist  <tml@iki.fi>
6959
6960         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
6961         expand possible hex escapes in the font family (put there by
6962         logfont_to_xlfd if the font name isn't a legal XLFD font family,
6963         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
6964         On Win32, add hex escapes here, too.
6965
6966 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
6967
6968         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
6969         to #ifdef GDK_WINDOWING_X11.
6970
6971 [ Merges from gtk-1-2 ]
6972
6973 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
6974
6975         * configure.in: fixed "GNU Make" check to pass with new make version
6976         3.77.95.
6977
6978 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
6979
6980         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
6981         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
6982         AM_PATH_GTK() macros don't get confused by the -pre1.
6983
6984 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
6985
6986         * configure.in (REBUILD): Change check for perl5
6987           to check explicitely for v >= 5.002. (5.001
6988           does not work with our scripts.)
6989
6990 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
6991
6992         * configure.in: evaluate $PERL for the perl version check. added
6993         --disable-rebuilds to give the user an option to completely disable
6994         any source autogeneration rules.
6995
6996 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
6997
6998         * configure.in: evaluate $ac_make when checking for GNU Make.
6999
7000 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
7001
7002         * docs/Makefile.am: added generation.txt.
7003
7004         * Makefile.am: require automake 1.4, build README from README.in and
7005         INSTALL from INSTALL.in in dist-hook.
7006         
7007         * README.in:
7008         * INSTALL.in: new files to autogenerate README and INSTALL from.
7009
7010         * configure.in: figure whether we have GNU Make
7011
7012         * docs/generation.txt: minor additions/corrections.
7013
7014 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
7015
7016         * docs/gtkfaq.sgml: FAQ Update
7017
7018 July 30, 1999 Elliot Lee <sopwith@redhat.com>
7019         
7020         * configure.in: Fix autoconf warnings about cross compilation by
7021         trying to provide sane defaults for AC_TRY_RUN.
7022
7023 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
7024
7025         * ltconfig
7026         * ltmain.sh: upgrade to libtool 1.3.3
7027
7028 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
7029
7030         * INSTALL: Indicate that the --with-glib= configure
7031         time flag is unsupported.
7032
7033 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
7034
7035         * docs/generation.txt: Added a file that gives
7036         documenation about the autogeneration process for
7037         various autogenerated files.
7038         
7039 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
7040
7041         * configure.in (LIBS): Look for libgmodule in the
7042         right location.
7043
7044 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
7045
7046         * docs/gtk_tut.sgml: Removed references to
7047         code examples in my directory on gtk.org as
7048         they should all be in the tutorial now.
7049
7050         * docs/gtk_tut.sgml: Added sources for dial-test
7051         and scribble-xinput programs that were previously
7052         missing.
7053
7054 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
7055
7056         * TODO: Added entry about menu keyboard navigation, removed
7057         some finished items.
7058
7059 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
7060
7061         * acinclude.m4: Standardize on func_dgettext
7062         not func_gettext, so that the checks for dgettext
7063         actually are paid attention to.
7064
7065 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
7066
7067         * configure.in (LIBS): Add $INTLLIBS into $LIBS
7068         directly, rather than repeating the checks for
7069         gettext.
7070
7071         * INSTALL: Added information about gettext and
7072         NLS support.
7073
7074         * acinclude.m4 (LIBM): Check for dgettext, not
7075         just gettext. This should hopefully fix things wrt
7076         systems with old versions of GNU gettext installed.
7077
7078 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
7079
7080         * configure.in (LIBS): Look for libgmodule in the
7081         right location.
7082
7083 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
7084
7085         * autogen.sh: add --enable-maintainer-mode
7086
7087         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
7088
7089 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
7090
7091         * docs/gtk-config.1.in:
7092           docs/Makefile.am:
7093           configure.in: gtk-config is now generated.
7094
7095         * docs/gtk-config.1: Removed, now generated.
7096
7097 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
7098
7099         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
7100         handle CreateNotify itself, still put out a debuging message for
7101         --gdk-debug=events. made the ReparentNotify debugging message more
7102         verbose.
7103         wrap xcoords translation for ConfigureEvents into an error trap,
7104         a destroy event may already be pending, and in that case, the
7105         actuall coordinate values are not at all critical.
7106
7107 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
7108
7109         * gdk/gdkcc.c: Stop leaking the color_hash all over
7110         the place. Simplify and improve the logic.
7111
7112 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
7113
7114         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
7115         for prototypes and function implementations consistent (reported
7116         by Tomas Ogren).
7117
7118 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
7119
7120         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
7121         send_event set in debugging output.
7122         (gdk_compress_exposures): default initialize the event so we don't
7123         operate on bogus values (namely send_event).
7124
7125 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
7126
7127         * gdk/gdkwindow.c: When we receive an unexpected
7128         destroy notify on one of our windows, don't just
7129         warn about it, also mark our windows as destroyed.
7130
7131 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
7132
7133         * gdk/gdkfont.c (gdk_font_hash_insert): Add
7134           name => font and name => fontset hashes. The 
7135           name => fontset hash is a _big_ win since we
7136           weren't previously caching fontsets at all and loading
7137           fontsets is expensive. The name => font hash
7138           is less of a win, but it does save us from doing
7139           repeated XQueryFont calls on the same font.
7140
7141         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
7142           list so we can remove font/fontset from hash.
7143
7144 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
7145
7146         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
7147           and slightly confusing test. [ XInternAtom (,,TRUE)
7148           will never return None ].
7149
7150 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
7151
7152         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
7153           gdk/gdkwindow.c (gdk_window_set_hints):
7154
7155         Don't omit setting the properties if flags == 0 -
7156         there may be an existing set of properties there
7157         already. (Very old bug. Would it be better to
7158         delete the property instead?)
7159
7160         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
7161           spelling error in comment.
7162
7163 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
7164
7165         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
7166           to avoid stomping over gdk_error_warnings.
7167
7168         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
7169           as (bits_per_pixel + 7) / 8. This gives the same
7170           result as before for multiples of 8, but actually
7171           a "reasonable" value for 1bit or 4bit displays.
7172
7173 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
7174
7175         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
7176         GNU Make.
7177
7178 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
7179
7180         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
7181         discarding configure events.
7182
7183 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
7184
7185         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
7186         refcount is greater than zero.
7187
7188         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
7189
7190         * gdk/gdkfont.c (gdk_font_unref): Likewise.
7191
7192         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
7193
7194         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
7195
7196 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
7197
7198         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
7199         that format 32 => sizeof(item) == 4. It really is
7200         sizeof(long).
7201
7202 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
7203
7204         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
7205         core dump at all on X IO errors, only core dump
7206         if --enable-debug for X errors.
7207
7208 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
7209
7210         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
7211         unknown window:" message. disabled ConfigureNotify discarding code,
7212         because it led to events being processed out of order.
7213
7214 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
7215
7216         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
7217
7218         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
7219         we export this function, supress error warnings and don't reset the
7220         error code in the first half of this function.
7221
7222         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
7223         code (instead of just -1) so gdk_error_trap_pop() reveals something
7224         actually informative about the error that happened.
7225
7226         * gdk/*.c:
7227         don't rely on gdk_error_code being -1 if an error occoured, but just
7228         gdk_error_code != 0.
7229
7230 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
7231
7232         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
7233         pointer *before* invoking the filter function, so we at least don't
7234         crash if a filter is removed that is currently executed. window filters
7235         *really* need to be made truely reentrant at some point.
7236
7237 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
7238
7239         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
7240         PropertyNotify debug messages.
7241
7242 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
7243         
7244         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
7245         
7246         * gdk/gdkim.c: Fix cut-and-paste errors for 
7247         x/y and PreeditAttributes/StatusAttributes.
7248
7249 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
7250
7251         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
7252         G_MAXINT to 2^16 to alleviate overflow problems in
7253         various window managers.
7254
7255 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
7256
7257         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
7258         for fontsets.
7259
7260 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
7261
7262         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
7263         Initialize size_hints.x and size_hints.y because kwm
7264         brokenly pays attention to them.
7265         (Bug #1181 -  Lars Heete <hel@admin.de>)
7266
7267 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
7268
7269         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
7270         return value of gdk_list_visuals(). 
7271         (Bug #1193 - Morten Welinder <terra@diku.dk>)
7272
7273 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
7274
7275         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
7276         XSetIMValues to (void *) when comparing to NULL, to workaround
7277         the problem of some compilers barfing since older X headers don't
7278         have the prototype for it.
7279
7280 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
7281
7282         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
7283         for pseudocolor where colormap->colors was double
7284         allocated.
7285
7286         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
7287         color value in the hash table with the pixel filled
7288         in so when we do later hash table lookups, the color
7289         value is correct.
7290         
7291 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
7292
7293         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
7294         making the call
7295
7296 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
7297
7298         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
7299         pointed out by Morten Welinder <terra@diku.dk>.
7300
7301 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
7302
7303         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
7304           default filter from the list
7305
7306 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
7307
7308         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
7309           default filter from the list
7310
7311 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
7312
7313         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
7314
7315         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
7316         g_strdup_printf instead of calcing the length separately
7317
7318 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
7319
7320         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
7321         that we don't do in many other places. (Fixing duplicate 
7322         #include of config.h)
7323
7324         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
7325         Otherwise, #ifndef XINPUT_NONE check in the latter
7326         doesn't work. (Bug #546)
7327
7328 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
7329
7330         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
7331         "None" case insensitive.
7332
7333 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
7334
7335         * gdk/gdkselection.c: 
7336         Add error traps so if the other end of the connection
7337         dies, we survive.
7338
7339 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
7340
7341         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
7342         dest_xid field into two fields - one for the window
7343         to send in messages, one to indicate the last looked
7344         up window for caching purposes. This is needed, so
7345         that Leave messages get the correct window.
7346
7347 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
7348
7349         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
7350         Fix warning created by people mucking around
7351         with the gsource API.
7352
7353         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
7354         Change mapping between GIOCondition and GdkInputCondition
7355         to match the way the Linux kernel does it. This should
7356         fix problems where closed pipes were no longer signalling
7357         GDK_INPUT_READ on systems with a native poll().
7358
7359 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
7360
7361         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
7362         explicitly for the string "None" - it is in the XPM
7363         spec and some servers treat unknown colors in odd ways
7364         (like asking the user!)
7365
7366 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
7367
7368         * gdk/gdkevents.c: made "->" into a "." of previous change so
7369         it compiles
7370
7371 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
7372
7373         * gdk/gdkevents.c (gdk_compress_exposures): Set the
7374         window field of the event structure before calling
7375         user filters.
7376
7377 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
7378
7379         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
7380         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
7381
7382 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
7383
7384         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
7385         intermediate text property - prevents major memory
7386         leak when gdk_use_mb.
7387         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
7388
7389 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
7390
7391         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
7392         gtk-a-higuti-990322-[0-3]
7393
7394         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
7395         sizeof(wchar_t) != sizeof (GdkWChar)
7396
7397         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
7398         that was causing -DX_LOCALE not to work.
7399
7400         * gtk/gtkrc.c (gtk_rc_init):
7401         X_LOCALE will never have LC_MESSAGES defined
7402
7403         * gdk/gdk.c (gdk_init_check):
7404         Remove --xim-preedit and --xim-status from argv properly.
7405
7406         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
7407         that the client window is present on the X server
7408         before we pass it to the input method.
7409
7410 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
7411
7412         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
7413         if --display is specified on the command line, than
7414         the drag window will not be created on that display.
7415         
7416 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
7417
7418         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
7419         lookups with only_if_exists == TRUE were inserting
7420         bogus values into the atom cache.
7421
7422 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
7423
7424         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
7425         then reset it to NULL.
7426
7427         * gdk/gdkcolor.c:
7428         (gdk_colors_free): 
7429         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
7430         key for g_hash_table_remove() in both functions, this prevents us
7431         from accessing possibly uninitialized portions of a GdkColor structure
7432         where we are only interested in its pixel value.
7433
7434 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
7435
7436         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
7437         font hash table, if we have a GdkFontPrivate entry for this font
7438         already, simply increment its reference count, provided by Olaf Dietsche
7439         <olaf.dietsche+list.gtk@netcologne.de>.
7440
7441 1999-09-21  Tor Lillqvist  <tml@iki.fi>
7442
7443         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
7444         just to be sure.
7445
7446         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
7447         unused variables, leftovers from the X11 version.
7448
7449         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
7450
7451         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
7452         downcase fields on X11.
7453
7454 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
7455         
7456         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
7457         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
7458
7459 1999-09-17  Tor Lillqvist  <tml@iki.fi>
7460
7461         * gdk/win32/gdk.def: Add gdk_threads_mutex.
7462
7463         * gtk/makefile.msc: Correct path to libintl.
7464
7465         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
7466         use of gint vs. int, and gint vs. gboolean in headers and
7467         definitions. Use GtkType for the *_get_type functions. Note that
7468         these changes preserve binary compatibility.
7469
7470         * gdk/gdk.c
7471         * gdk/win32/gdk.c
7472         * gdk/gdk.h: Fix inconsistencies: gint vs int.
7473
7474         * gtk/gtkmain.c
7475         * gtk/gtkclist.c
7476         * gtk/gtkmenufactory.c
7477         * gtk/gtknotebook.c
7478         * gtk/gtkwidget.c: Fix inconsistencies, also gint
7479         vs. gboolean.
7480
7481         * gtk/gtkcolorsel.[ch]
7482         * gtk/gtkcombo.[ch]
7483         * gtk/gtkdrawingarea.[ch]
7484         * gtk/gtkgamma.[ch]
7485         * gtk/gtkhandlebox.[ch]
7486         * gtk/gtkhpaned.[ch]
7487         * gtk/gtkhruler.[ch]
7488         * gtk/gtkplug.[ch]
7489         * gtk/gtkpreview.[ch]
7490         * gtk/gtkruler.[ch]
7491         * gtk/gtksocket.[ch]
7492         * gtk/gtkstatusbar.[ch]
7493         * gtk/gtktoolbar.[ch]
7494         * gtk/gtkvbbox.[ch]
7495         * gtk/gtkvpaned.[ch]
7496         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
7497         functions.
7498
7499         * gtk/gtkgamma.h: Fix bug, missing () in call of
7500         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
7501
7502 1999-09-14  Tor Lillqvist  <tml@iki.fi>
7503
7504         * gdk/gdkcolor.c (gdk_colormap_new)
7505         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
7506         colormap->colors was allocated twice.
7507
7508         * gdk/win32/gdk.c: Remove some unused stuff.
7509
7510         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
7511         colormap.
7512
7513         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
7514         * gtk/gtklabel.h (gtk_label_get_type)
7515         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
7516         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
7517         in a couple of places, not guint.
7518
7519 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
7520
7521         * configure.in,po/et.po: added Estonian language file
7522
7523 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
7524
7525         * configure.in,po/da.po: added Danish file
7526
7527 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
7528
7529         * docs/gtkfaq.sgml: Minor FAQ Update
7530
7531 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
7532
7533         * docs/gtkfaq.sgml: FAQ update
7534
7535 1999-08-27  Tor Lillqvist  <tml@iki.fi>
7536
7537         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
7538         way to get window contents continually refreshed while resizing. I
7539         didn't like the effects myself, so it's not on by default.
7540
7541         * gdk/win32/gdkprivate.h: New flag variable
7542         gdk_event_func_from_window_proc, FALSE by default.
7543
7544         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
7545         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
7546         are passed --gdk-event-func-from-window-proc.
7547
7548         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
7549         and we have am event_func, call it instead of enqueing the event.
7550
7551 1999-08-23  Tor Lillqvist  <tml@iki.fi>
7552
7553         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
7554         Kelley: Set expose_count in GdkEventExposes correctly.
7555
7556         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
7557         MULTIPLE_WINDOW_CLASSES).
7558
7559         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
7560         for bug in NT, apparently NT *does* draw the end pixel, too, in
7561         LineTo with a one-pixel pen, so we don't have to do it ourselves.
7562
7563 1999-08-21  Tor Lillqvist  <tml@iki.fi>
7564
7565         Improvements by Hans Breuer: 
7566
7567         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
7568
7569         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
7570         CS_?REDRAW flags as they cause lots of (late) redraws when "show
7571         window contents while dragging" is turned on. Allocate at least
7572         one unique class for every GdkWindowType. If support for single
7573         window-specific icons is ever needed (eg. Dialog specific), every
7574         such window should get its own class.
7575
7576 1999-08-19  Tor Lillqvist  <tml@iki.fi>
7577
7578         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
7579         error that caused crashes.
7580
7581 1999-08-17  Tor Lillqvist  <tml@iki.fi>
7582
7583         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
7584         window, use ScrollWindowEx, and call UpdateWindow. This prevents
7585         bugs when for instance part of the window was outside the
7586         display. Thanks to Philippe Colantoni for finding and fixing this.
7587
7588 1999-08-16  Tor Lillqvist  <tml@iki.fi>
7589
7590         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
7591         endpoint calculations which were totally wrong. (A little RTFMing
7592         helps a lot ;-)
7593
7594         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
7595         from a separate directory, not from gettext, because of licensing
7596         issues (we want to use the LGPL version).
7597
7598         * README.win32: Mention the intl from glibc vs from gettext issue.
7599
7600 1999-08-13  Tor Lillqvist  <tml@iki.fi>
7601
7602         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
7603         in the key event handling: Now AltGr chars work again. Also,
7604         now Alt-digits are passed up as well as Control-digits.
7605         Pass keypad plus and minus as normal plus and minus.
7606
7607 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
7608
7609         * docs/gtkfaq.sgml: FAQ Update
7610
7611 1999-07-25  Tor Lillqvist  <tml@iki.fi>
7612
7613         * README.win32
7614         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
7615         the Wintab SDK.
7616
7617         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
7618         OK, but getting closer. Guard against bogus tilt data from Wacom
7619         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
7620         enable easier building without Wintab.
7621
7622         * gdk/win32/gdkinput.h
7623         * gdk/win32/gdkevents.c 
7624         * gdk/win32/gdkwindow.c: Minor changes related related to above.
7625         
7626         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
7627         code. As we have just one visual on Win32, no sense to have it in a
7628         table, and no need for the hash table.
7629
7630         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
7631         better on white background.
7632
7633 1999-07-21  Tor Lillqvist  <tml@iki.fi>
7634
7635         * README.win32: Update gcc build instructions. Mention gettext is
7636         GPL.
7637
7638         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
7639         supported cursor size with GetSystemMetrics.
7640
7641         * gdk/win32/gdkfont.c
7642         * gtk/gtkfontsel.c: Guard against some font weight and charset
7643         symbols being undefined (in mingw32 headers).
7644
7645         * gdk/win32/makefile.cygwin
7646         * gtk/makefile.cygwin
7647         * gtk/gtkthemes.c: No longer need to have differently named
7648         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
7649
7650 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
7651
7652         * docs/gtkfaq.sgml: Long awaited FAQ update.
7653
7654 1999-07-15  Tor Lillqvist  <tml@iki.fi>
7655
7656         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
7657         it. Obscure bit manipulation needed.
7658
7659         * gdk/win32/gdkevents.c: Logging.
7660         
7661         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
7662         style (file name include compiler name) for theme engines.
7663
7664 1999-07-13  Tor Lillqvist  <tml@iki.fi>
7665
7666         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
7667
7668         * gdk/win32/gdkevents.c: Fix long-standing bug in key
7669         events. The key.string wasn't zero-terminated, still we strdup'ed
7670         it in gdk_event_copy(). Synthesize crossing events for button
7671         events before possible propagation.
7672
7673         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
7674
7675         * gdk/win32/makefile.cygwin
7676         * gtk/makefile.cygwin: Use new DLL naming style for the
7677         GCC-compiled ones.
7678
7679         * gdk/win32/makefile.msc
7680         * gtk/makefile.msc: Cosmetics mostly.
7681
7682         * gtk/gtk.def: Add missing entry points.
7683
7684         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
7685
7686 1999-07-09  Tor Lillqvist  <tml@iki.fi>
7687
7688         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
7689         or height is zero. Don't print a warning if Pie or Arc fails, they
7690         always fail (?) for very narrow ellipses.
7691
7692         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
7693         the part or the destination window corresponding to source area
7694         outside of the source drawable's boundary.
7695
7696         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
7697         anything if less than two points.
7698
7699         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
7700         return NULL. Gtk cut-and-paste inside a single program works
7701         better this way. (It always gets the clipboard contents from
7702         Windows, not from its own copy, which is cleared anyway. I can't
7703         say I fully understand what happens... Emulating the X selection
7704         and property stuff is a bit of a mess.)
7705
7706         * gdk/win32/gdkevents.c
7707         * gdk/win32/gdkproperty.c: A bit more verbose logging.
7708
7709         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
7710         that never got deleted). Revamp gdk_region_shrink.
7711
7712         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
7713         after use.
7714
7715         * gtk/gtk.def: Add some missing entry points.
7716
7717         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
7718         component.
7719
7720 1999-07-04  Tor Lillqvist  <tml@iki.fi>
7721
7722         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
7723         Control-digits specially.
7724
7725 1999-07-03  Tor Lillqvist  <tml@iki.fi>
7726
7727         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
7728
7729 1999-06-28  Tor Lillqvist  <tml@iki.fi>
7730
7731         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
7732         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
7733         finding this.)
7734
7735 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
7736
7737         * gtk+.spec.in: Corrected some typos in files section.
7738         
7739 1999-06-15  Tor Lillqvist  <tml@iki.fi>
7740
7741         * README.win32: Mention using GNU gettext.
7742         * config.h.win32: Enable NLS stuff.
7743         * gtk/makefile.msc: Use GNU gettext.
7744         * gdk/win32/gdkdnd.c: Minor header reorg.
7745         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
7746         cosmetics.
7747         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
7748         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
7749
7750 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
7751
7752         * acinclude.m4
7753         * config.guess
7754         * config.status
7755         * ltconfig
7756         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
7757
7758 1999-05-30  Tor Lillqvist  <tml@iki.fi>
7759
7760         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
7761         SafeAdjustWindowRectEx. Don't override all calls to
7762         AdjustWindowRectEx by it, but use it only in two places: When
7763         creating a new top-level window and when moving a top-level
7764         window.
7765
7766         Use screen coordinate rectangle, not client rectangle, in
7767         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
7768         when we try to place a window so that the decoration (mainly,
7769         title bar) isn't visible.
7770
7771         These changes fix the bug that showed up for instance as the
7772         GIMP's saved top-level windows moving right and down (by an amount
7773         equal to the window decoration) for each session. This bug showed
7774         up also in testgtk's "Saved Position".
7775
7776         gdk_window_resize also redone a bit.
7777
7778 1999-05-25  Tor Lillqvist  <tml@iki.fi>
7779
7780         * gtk/testgtkrc: Add (commented out) Windows-style theme
7781         include line.
7782
7783         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
7784
7785 1999-05-18  Tor Lillqvist  <tml@iki.fi>
7786
7787         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
7788         gdkx.h to a gdk subdirectory, so that applications can include
7789         these with <gdk/*.h> without trouble.
7790
7791         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
7792         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
7793         have their bitmap destroyed.
7794
7795         * gdk/win32/gdk.def: Add gdk_root_parent.
7796
7797 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
7798
7799         * configure.in
7800           gtk-config.in
7801           ltconfig
7802           ltmain.sh     
7803           gtk/Makefile.am: changes to compile nicely (with xlib) 
7804           on BeOS
7805
7806 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
7807
7808         * acinclude.m4
7809         * config.guess
7810         * config.sub
7811         * ltconfig
7812         * ltmain.sh: upgrade to libtool 1.3
7813
7814 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
7815
7816         * gtk/gtkclist.c:
7817         * gtk/gtkctree.c: merges from gtk-1-2
7818
7819 1999-04-25  Tor Lillqvist  <tml@iki.fi>
7820
7821         Support added for building using a GNU toolchain on Win32,
7822         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
7823
7824         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
7825         * config.h.win32: Changes for gcc.
7826         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
7827         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
7828         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
7829         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
7830         Protect shl stuff unavaiilable with mingw32 headers.
7831         * gdk/win32/gdkevents.c: Fix typo.
7832         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
7833         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
7834         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
7835         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
7836         the mingw32 headers.
7837         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
7838         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
7839         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
7840         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
7841         Test for NATIVE_WIN32, not _MSC_VER.
7842         * gtk/gtkmain.c: No use warning about developer version on Win32,
7843         there aren't any non-developer versions anyhow.
7844         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
7845         * gtk/makefile.msc: Use pthread from another directory. Minor other
7846         changes. 
7847
7848 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
7849
7850         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
7851           default filter from the list
7852
7853 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
7854
7855         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
7856          when gtk_widget_grab_default() is called for a widget that
7857          is not within a GtkWindow.
7858
7859 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
7860
7861         * docs/gtk_tut.sgml, examples/clist.c: use a
7862           scrolled window in the clist example. Minor
7863           tutorial fixes.
7864
7865 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
7866
7867         * docs/gtk_tut.sgml: Style check from David King
7868           <dking@youvegotmail.net>
7869
7870 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
7871
7872         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
7873         compile with unknown value of GDK_WINDOWING
7874
7875 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
7876
7877         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
7878         after the rule is fired.
7879         (install-exec-local): Install gdkconfig.h only if the contents are
7880         different from the currently installed gdkconfig.h.
7881
7882 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
7883
7884         * gdk/Makefile.am (configexecincludedir): Rename from 
7885         configincludedir so that gdkconfig.h will be installed 
7886         as part of `make install-exec'. 
7887
7888 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
7889
7890         * acinclude.m4
7891         * config.guess
7892         * config.sub
7893         * ltconfig
7894         * ltmain.sh: upgrade to libtool 1.2f
7895
7896         * autogen.sh: libtool is not required to autogen gtk+
7897
7898         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
7899         needed)
7900
7901 1999-03-18  Tor Lillqvist  <tml@iki.fi>
7902
7903         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
7904         declaring gdk variables exported/imported from the DLL. New image
7905         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
7906         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
7907         GDK_DRAG_PROTO_OLE2.
7908
7909         * gdk/gdk.h: Merge in Win32 version: Two new functions,
7910         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
7911         declared only for the Win32 version, but could be in the X11
7912         version as well. (Needed for a Xlib-less gdk_imlib.)
7913         gdk_color_hash should have only one parameter. Declare
7914         gdk_threads_mutex with GDKVAR.
7915         
7916         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
7917         just one parameter.
7918
7919         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
7920         per pixel, not bits.
7921
7922         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
7923         Fetch bpp (which means bits-per-pixel here) from another place on
7924         Win32. Accept also depth==32 (which we might get on Win32) with
7925         bpp==32.
7926
7927         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
7928         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
7929         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
7930         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
7931         in the backend-dependent directory, not in the common gdk
7932         directory.
7933
7934         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
7935         headers.
7936
7937 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
7938
7939         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
7940         want to use the Gtk+ devel version (which is true, and yes - even i am
7941         currently working with the 1.2.x branch). so everyone reading this, you
7942         probably want to issue
7943         cvs checkout -r glib-1-2 glib
7944         and
7945         cvs checkout -r gtk-1-2 gtk+
7946         as your next two comands.
7947
7948 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
7949
7950         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
7951         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
7952
7953         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
7954         file. strongly deprecated the GTK_HAVE_* macros, we provide
7955         GTK_CHECK_VERSION() for people that need to check for certain
7956         Gtk+ versions.
7957
7958         * gtk/gtkcompat.h: removed this from CVS.
7959         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
7960         idea right from the start, it just didn't seem like that back then.
7961
7962 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
7963
7964         * merges from gtk-1-2:
7965
7966 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
7967
7968         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
7969         item factory class has been created.
7970         (gtk_item_factory_parse_rc): likewise.
7971
7972         * gtk/gtkmenu.c:
7973         keep proper references for old_active_menu_item.
7974         (gtk_menu_reparent): unset the usize of the new parent,
7975         so the menu can sanely be size requested and we don't get nasty screen
7976         artefacts upon next reparentation.
7977         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
7978         enter notify. only synthesize enter notifies if the pointer really is
7979         inside the event window.
7980         (gtk_menu_popdown): use gtk_menu_shell_deselect().
7981         (gtk_menu_popup): move the background setting stuff into
7982         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
7983
7984         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
7985         gtk_menu_shell_select_item() to select the new item.
7986         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
7987         do the right thing for deselection as well.
7988
7989 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
7990
7991         * gtk/gtkwidget.[hc]:
7992         (gtk_widget_accelerators_locked): return whether a widget's accelerators
7993         are locked.
7994
7995         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
7996         existing accelerators if the widget's accelerators are locked.
7997
7998 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
7999
8000         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
8001
8002         * gtk/gtkmenu.c: truely forward key press and key release events to
8003         the menu widget from the toplevel or tearoff window. we can't simply
8004         connect to that, we need to stop further processing of the events as
8005         well.
8006
8007 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
8008
8009         * gtk/gtkmenu.c:
8010         (gtk_menu_key_press): pass event->keyval, event->state to
8011         gtk_accelerator_valid, instead of event->keyval twice.
8012         refuse to install single letter accelerators for menus that use
8013         single letter shortcuts.
8014
8015         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
8016         gtk_menu_ensure_uline_accel_group().
8017
8018         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
8019         which will always return an uline accel group, made
8020         gtk_menu_get_uline_accel_group() return NULL if the group isn't
8021         yet created.
8022
8023 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
8024
8025         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
8026
8027         * gtk/gtkclist.c (gtk_clist_column_title_passive):
8028         Leave button sensitive, trap  button_press, button_release,
8029         motion_notify, enter_notify and leave_notify events instead.
8030         (gtk_clist_column_title_active): disconnect event handler.
8031         (gtk_clist_drag_data_get): fixed memory leak. Reported by
8032         Guillaume Laurent <glaurent@worldnet.fr>
8033
8034 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
8035
8036         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
8037         width/height mixups.
8038
8039         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
8040         if needed.
8041
8042 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
8043
8044         * gtk/testgtk.c (create_item_factory): unref the item factory after
8045         window's destruction.
8046
8047         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
8048         count on the menu shell around the menu item's activation, since the
8049         signal emission may cause menu shell destruction.
8050
8051         * gtk/gtkitemfactory.c:
8052         the previous code leaked one accel group per menu. we use
8053         gtk_menu_get_uline_accel_group() now to fix that, and with that
8054         also create the underline accelerator group of the menus only if
8055         required (i.e. an underline accelerator has been specified).
8056         (gtk_item_factory_construct):
8057         (gtk_item_factory_create_item): removed code that would create an
8058         extra accel group for the menu (and leak references).
8059         (gtk_item_factory_create_item): adapted the underline accelerator
8060         installation code to properly feature gtk_menu_get_uline_accel_group().
8061
8062         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
8063         menu->accel_group, this may return NULL if the accelerator group
8064         hasn't been set yet.
8065         added gtk_menu_get_uline_accel_group() to retrive the underline
8066         accelerator group of the menu, this will be created on demand
8067         and proper care is taken about its reference count.
8068
8069         * gtk/gtkitemfactory.h:
8070         * gtk/gtkitemfactory.c:
8071         dumped the approach of keeping a widgets by action list on the
8072         factory since the factory<->widget destroy negotiation didn't work
8073         and would be hard to get going at all. instead we keep a list of
8074         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
8075         persistant throughout a program's life time).
8076         also, i removed the static const gchar *key_* variables, and made
8077         them inline strings (they weren't actually used anyways).
8078         (gtk_item_factory_add_item): update ifactory->items.
8079         (gtk_item_factory_destroy): destroy ifactory->items (and remove
8080         the item factory pointer from the remaining ifactory widgets).
8081         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
8082         list to find the widget.
8083         (gtk_item_factory_get_item): new function that works around
8084         gtk_item_factory_get_widget() limitations, this function will only
8085         return menu items, even for <Branch> entries.
8086
8087 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
8088
8089         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
8090         font hash table, if we have a GdkFontPrivate entry for this font
8091         already, simply increment its reference count, provided by Olaf Dietsche
8092         <olaf.dietsche+list.gtk@netcologne.de>.
8093
8094         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
8095         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
8096
8097 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
8098
8099         * gtk/gtkcontainer.c:
8100         (gtk_container_add_with_args):
8101         (gtk_container_addv):
8102         (gtk_container_add): before adding a child to a conatiner, make sure
8103         it is (default) constructed, this is neccessary because under certain
8104         circumstances the child will get relized and mapped immediatedly, in
8105         which case it has to be constructed already.
8106
8107 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
8108
8109         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
8110         values > 1 as TRUE also.
8111
8112 1999-03-16  Tor Lillqvist  <tml@iki.fi>
8113
8114         * README.win32: New file.
8115                 
8116         * configure.in: Check for lstat.
8117
8118         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
8119         completeness.
8120
8121         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
8122
8123         * gtk/gtk.def: Removed CRs.
8124
8125         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
8126         ..\gdk\win32).
8127
8128         * gdk/win32/makefile.msc: Correct upwards relative paths.
8129         
8130 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
8131
8132         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
8133           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
8134           it was connecting a void function to expose_event and the int
8135           returning function to the draw signal
8136
8137 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
8138
8139         * configure.in:
8140         Use correct path to libgmodule.la when ref'ing uninstalled copy
8141         of glib.  (Already in stable branch, Bug #417)
8142
8143 1999-03-15  Tor Lillqvist  <tml@iki.fi>
8144
8145         Win32 merge and general portability stuff:
8146                 
8147         * acconfig.h,configure.in: Check for <sys/time.h>.
8148
8149         * gdk/win32: New directory (actually, been there for a while).
8150         
8151         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
8152         NATIVE_WIN32, and use these. Always case fold on Win32. No
8153         backslashed escapes on native Win32.
8154
8155         * gtk/{gtk.def,makefile.msc}: New files.
8156
8157         * gtk/Makefile.am: Add above new files.
8158         
8159         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
8160         instead of <strings.h>.
8161
8162         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
8163         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
8164         <unistd.h> appropriately.
8165
8166         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
8167         Use ABS() (from <glib.h>) instead of abs().
8168         
8169         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
8170         of gtk (and thus glib) headers, so that WIN32 will be
8171         defined. With MS C, include <direct.h> for mkdir prototype.
8172
8173         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
8174         some casts, needed by MS C.
8175
8176         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
8177         implemented).
8178
8179         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
8180         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
8181         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
8182
8183         * gtk/gtkmain.h: Mark variables for export/import on Win32.
8184                 
8185         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
8186         the event is not a hint, or its window is not the slider. Needed
8187         on Win32, at least.
8188
8189         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
8190         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
8191         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
8192         a subdirectory of the Windows directory as gtk system
8193         configuration directory.
8194
8195         * gtk/gtkselection.c: No chunks on Win32.
8196
8197         * gtk/gtksocket.c: Not implemented on Win32.
8198
8199         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
8200
8201         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
8202
8203         * gtk/maketypes.awk: Declare variables with a macro that expands to
8204         necessary export/import magic in the case of Win32.
8205                 
8206         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
8207
8208 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
8209
8210         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
8211         since those were meant only for gdki18n.h.  
8212         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
8213         for widechar tests.
8214         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
8215
8216 1999-03-13  Tor Lillqvist  <tml@iki.fi>
8217
8218         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
8219         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
8220
8221         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
8222         installed) to CFLAGS.
8223
8224         * gdk/Makefile.am: Add rules for gdkconfig.h.
8225
8226         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
8227         APIs.
8228
8229         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
8230         gdkx.h anyway when compiling for X11.
8231         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
8232         general): Merge in Win32 version.
8233         
8234         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
8235         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
8236         expansion (if we don't have HAVE_PWD_H), allow for drive
8237         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
8238         included code from Craig Setera's port to Win32 (the one that uses
8239         X11, and the cygwin dll), even if it probably will be abandoned.
8240
8241         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
8242         the user entered one herself.  This way one can complete *.h and
8243         don't get matches on any .help files, for instance.
8244         
8245 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
8246
8247         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
8248         font hash table, if we have a GdkFontPrivate entry for this font
8249         already, simply increment its reference count, provided by Olaf Dietsche
8250         <olaf.dietsche+list.gtk@netcologne.de>.
8251
8252         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
8253         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
8254
8255 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
8256
8257         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
8258         the number of calls to gdk_draw_point() (and thus to X) by
8259         clipping the points by hand.
8260
8261         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
8262         the clip parameter.
8263         (gtk_handle_box_paint): Only paint the handle if the expose area
8264         intersects it.
8265
8266 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
8267
8268         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
8269
8270 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
8271
8272         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
8273         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
8274
8275 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
8276
8277         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
8278          textmode (O_TEXT) for OS/2 version.
8279
8280 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
8281
8282         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
8283         GtkSpinButton, "input" and "output", to make the output more flexible.
8284         The user has to provide a mapping between adjustment->value and the
8285         output string (and vice versa, if the spin button is editable). 
8286         See testgtk for examples.
8287
8288 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
8289
8290         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
8291         new one.
8292         
8293         * configure.in: set gtk+ version to 1.3.0.