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