]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-0
Add an extra parameter use_text to gtk_paint_label() to deal with
[~andy/gtk] / ChangeLog.pre-2-0
1 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
2
3         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
4           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
5           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
6           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
7
8         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
9           with GtkWidget::interior_focus = TRUE better.
10
11         * gtk/gtkbutton.c
12
13         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
14         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
15         change that had to be made with g_object_get.
16
17 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
18
19         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
20         (gtk_tree_view_move_column_after): Clean up interface. 
21
22 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
23
24         * gtk/gtkpacker.h:
25         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
26          to gtkenum.h.
27
28         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
29         handled in switch).
30
31         * gtk/Makefile.am:
32         (gtk.defs): generate enum portions with  glib-mkenums.
33         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
34         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
35         
36         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
37         addition.
38
39         * docs/Changes-2.0.txt: keep a note on signal handlers now
40         not getting emitted during the emission they were connected within.
41
42 2001-04-28  Havoc Pennington  <hp@pobox.com>
43
44         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
45
46 2001-04-24  Havoc Pennington  <hp@redhat.com>
47
48         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
49         (gtk_text_layout_move_iter_to_next_line): fix these two for
50         invisible text, lots of other stuff still hosed.
51
52         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
53         new function, replaces the get/set palette stuff. This function 
54         is intended for use by libgnomeui which should set the hook to a
55         thing which sets the palette in GConf, and we need the
56         GConf-to-xsettings proxy which will result in the change being
57         propagated back to the GTK app.
58
59         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
60         about unusable signals that it may be because the signal has 
61         parameters.
62
63         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
64         style, otherwise gtkrc.c won't know to create a new GtkStyle for
65         it.
66         (gtk_widget_modify_color_component): call
67         gtk_widget_modify_style() so the rc style will get copied.
68         (gtk_widget_modify_font): ditto
69
70         * gtk/gtkrc.c: make a couple variables static
71
72         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
73         help button by default, since it does nothing
74
75         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
76         around with UI
77
78         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
79         so we can have tooltips
80
81         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
82         can have tooltips
83
84         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
85         GDK_ENABLE_BROKEN, because its memory behavior is completely
86         hosed.
87
88         * gtk/gtknotebook.c: remove key press handler, replace with
89         binding set, add numeric keypad support
90
91         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
92
93         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
94
95         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
96         addition to plain Delete
97
98         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
99         GDK_KP_Enter in addition to GDK_Return
100
101         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
102         activate on entry instead of key press
103         (gtk_font_selection_on_clist_key_press): get
104         rid of this signal handler, not needed with new font sel.
105
106         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
107         no-longer-needed emit_stop_by_name(), just return TRUE
108
109         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
110         cruft, this widget is no longer focusable.
111
112         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
113         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
114         move_slider action signal, add binding set for vscale/hscale, in
115         the process support numeric keypad
116
117         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
118         make GDK_Return and GDK_KP_Enter activate the entry via 
119         binding set, instead of hardcoded.
120
121 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
122
123         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
124         code.  Some documentation added.
125
126 2001-04-27  Havoc Pennington  <hp@redhat.com>
127
128         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
129
130         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
131
132         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
133         line/para separators
134         (gtk_entry_create_layout): set single paragraph mode on the layout
135
136         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
137         spacing between the image and label; instead, inside a button box 
138         the button will get extra space that will go there, but if people 
139         configure button box for 0 chubbiness, then there's no spacing.
140
141         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
142         and min/max size style properties, so people can tune their
143         chubbiness.
144
145         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
146         functions
147
148         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
149         space_style, and button_relief into style properties, remove
150         functions for setting them
151         
152         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
153         it back down
154
155         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
156         types from gtk_widget_style_get
157
158         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
159         with a style property.
160
161         * gdk/x11/gdkevents-x11.c: namespace the settings
162
163         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
164
165         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
166         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
167         be used. Also, translate doc strings for settings. Also, namespace
168         the double-click-time property. Also, remove bell properties crap.
169
170 2001-04-27  Sven Neumann  <sven@gimp.org>
171
172         * Makefile.am: before creating links, check if pkg-config files
173         exist for the default target. Otherwise link to the pkg-config files
174         that got installed with this build.
175
176 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
177
178         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
179         dragging code.  Revealed some (potential) GdkWindow bugs.
180
181         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
182         _gdk_window_init_position to the end of reparent to fix the case
183         of reparenting when new_x != old_x and new_y != old_y.
184
185 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
186
187         * gtk/gtkentry.c (strstr_len): Fix optimization that
188         was correct for the use here, but completely incorrect
189         in general.
190
191 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
192
193         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
194         until patch adding gtk_window_set_size() is recommitted. 
195
196         * **Makefile.am configure.in gdk/x11/gdkim-11.c
197           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
198           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
199           (#10784)
200
201 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
202
203         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
204         window == NULL in a number of cases.
205
206         * tests/testdnd.c: Set module path for gdk-pixbuf.
207
208 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
209
210         * gtk/Makefile.am xembed.h: File containing #defines
211         for XEMBED protocol.
212
213         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
214
215         - Change protocol from old plug/socket specific protocol
216           to XEMBED draft
217         - Various fixes to work with GTK+-2.0
218
219         Still quite a bit of work to do here to handle initiation
220         from the socket side (as specified by XEMBED), to handle
221         the more advanced features of XEMBED, and to figure out
222         a good way to handle same-app embedding with less overhead
223         than using full XEMBED.
224
225 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
226
227         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
228         track of whether the toplevel has the focus; only send
229         focus-in events to the focus widget when the window
230         actually has the focus.
231
232 2001-04-25  Havoc Pennington  <hp@pobox.com>
233
234         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
235         were still in the header
236
237 2001-04-24  Alexander Larsson  <alexl@redhat.com>
238
239         * gtk/gtkclist.[ch]:
240         * gtk/gtkctree.c:
241         When there is a row highlighted for D'n'D it must alse
242         be painted hightlighted on exposes. Otherwise exposes from
243         the icon being dragged will mess up the hightlight.
244
245         * gtk/gtkfontsel.c:
246         Don't recenter selected font when exposing the font family
247         clist. This means you can now actually scroll the font family
248         list.
249
250         * gtk/gtknotebook.c:
251         Fix focus movement on scrolling tabs that are placed on the left
252         and right.
253
254 2001-04-21  Havoc Pennington  <hp@pobox.com>
255
256         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
257         empty/invisible lines.
258
259         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
260         (gtk_text_iter_set_visible_line_index): new functions to set
261         indexes excluding invisible text
262
263         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
264         index
265
266         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
267         (gtk_text_iter_get_visible_line_offset): new functions to 
268         get indexes excluding invisible text
269
270         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
271         bunch of extra padding that served no purpose
272
273         * gtk/gtkdialog.c: Make all the spacings configurable via style
274         properties, for chubbiness configuration in themes
275
276         * tests/testtext.c: fix path to the immodules.
277         
278 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
279
280         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
281         got munched by #endif.
282
283         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
284
285         * gtk/gtktreeview.c: Refactored code to clean up a number of
286         events.
287
288         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
289         values to make consistent with other functions.  Spotted by Jeff
290         Franks <jcf@tpg.com.au>.
291
292         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
293         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
294
295 2001-04-23  Sven Neumann  <sven@gimp.org>
296
297         * gtk/Makefile.am
298         * gtk/gtkplug.c
299         * gtk/gtksocket.c: on request of Owen, reverted my last change 
300         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
301
302 2001-04-23  Sven Neumann  <sven@gimp.org>
303
304         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
305         compile for non-X11 targets again
306
307 2001-04-20  Alexander Larsson  <alexl@redhat.com>
308
309         * gtk/gtkcolorsel.[ch]:
310         API Change. Take GdkColor arguments instead of gdouble *.
311         Leave the old gtk_color_selection_set_color for compatibility,
312         but marked deprecated.
313         Do correct rounding when converting RGB <-> HSV.
314         
315         * gtk/gtkcolorseldialog.c:
316         * tests/testgtk.c:
317         Use new GtkColorSelection API.
318
319         * gtk/gtkhsv.c:
320         Fix problem selecting colors in triangle when Hue is 330.
321         Fix some black dots around the HSB triangle.
322         
323         * gtk/gtkfilesel.c:
324         return FALSE from the focus_in_event handler to fix focus problems.
325
326 2001-04-18  Havoc Pennington  <hp@redhat.com>
327
328         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
329         set, so keybindings are configurable    
330         (gtk_window_activate_default): Change to activate the focus widget
331         instead if there's a focus widget, to be consistent with the
332         behavior that previously existed in key_press_event
333
334 2001-04-18  Havoc Pennington  <hp@redhat.com>
335
336         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
337
338 2001-04-18  Havoc Pennington  <hp@redhat.com>
339
340         Close bug #50615:
341         
342         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
343         the layout
344
345         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
346
347         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
348
349         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
350         
351         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
352         to blue for base, in addition to bg
353         
354 2001-04-18  Havoc Pennington  <hp@redhat.com>
355
356         * tests/testgtk.c (create_image): allow shrinking the image window
357         to test that we clip to allocation.
358
359         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
360         #9845
361
362         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
363
364 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
365
366         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
367         mode on shm segments to 0600. We'll see who complains.
368
369         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
370         _gdk_windowing_window_destroy() AFTER recursing through
371         children.
372
373         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
374         testsocket_child on X.
375
376         * tests/testsocket[_child].c: Fix uses of
377         gtk_window_get_default_accel_group().
378
379         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
380
381         * gdk/gdkimage.c: (gdk_image_get):
382         Deal with the possibility that XGetImage() might return NULL.
383         Allocate the GdkImagePrivate structure only after XGetImage()
384         succeeds in order not to dereference a NULL ximage pointer.  This
385         prevents a core dump when XGetImage() fails - which is unlikely,
386         but can happen due to race conditions accessing the geometries of
387         drawables.  An x error will still be triggered, but the gdk image
388         wrapper at least wont seg fault.
389         
390 2001-04-18  Havoc Pennington  <hp@redhat.com>
391
392         * gtk/gtkimage.c: fix to properly queue resizes when the image is
393         set
394
395         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
396         if the insertion point isn't editable
397
398         * demos/gtk-demo/images.c: Added a GtkImage demo
399
400         * demos/gtk-demo/drawingarea.c: drawing area demo
401         
402         * demos/gtk-demo/menus.c (create_menu): cleanups
403
404 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
405
406         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
407           gdk/x11/gdkevents-x11.c: Introduce an extra child
408         of toplevel windows that serves to hold the focus to
409         avoid events being delivered to embedded windows.
410
411         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
412         some extra variables to clean up code and reduce the
413         number of casts.
414
415         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
416         guint for 1 bit bit fields, not gboolean.
417
418 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
419
420         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
421         not TRUE. (Fixes #52925)
422
423 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
424
425         * Released 1.3.4
426
427         * NEWS: Updated
428
429         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
430         use GTK_TYPE_ENUM.
431
432 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
433
434         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
435
436         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
437         names to compatibility #defines so docs work.
438
439         * gtk/gtkenums.h: Remove GtkMenuFactoryType
440
441         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
442
443         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
444
445         * tests/testgtkrc: No magenta cursors, please.
446
447         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
448
449         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
450         
451 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
452
453         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
454         grabs, since they are no longer necessary.
455
456         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
457         by signal_connect() and call gtk_button_pressed() rather
458         than signal_connect_after().
459
460         * tests/testgtk.c: Restore radio menu items to combos 
461         since they'll look OK with Raleigh, and it is easier
462         than finishing the process of removing them that was
463         started earlier.
464
465 2001-04-16  Hans Breuer  <hans@breuer.org>
466
467         * gdk/gdk.def :
468         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
469
470         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
471         we are interested in the functions return value not the function address
472         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
473
474         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
475
476 2001-04-14  Hans Breuer  <hans@breuer.org>
477
478         * gdk/gdk.def :
479         * gdk/makefile.msc : updated
480
481         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
482         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
483         (the testgtk::text backgound pixmap is drawn again)
484         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
485         Win32 Pango change
486         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
487
488         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
489         Not sure if the returned settings have the right unit, because I couldn't
490         find any docs for the X version ...
491
492         * gtk/gtk.def :
493         * gtk/makefile.msc.in : updated
494
495 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
496
497         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
498         wording problems. (Compared to version from Johannes Stezenbach to
499         check correctness.)
500
501 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
502
503         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
504         this to compile.
505
506 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
507
508         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
509         not pixbufpos.
510
511         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
512
513         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
514         are unsigned insts, therefore use g_value_set_uint.
515         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
516
517 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@webwynk.net>
518
519         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
520
521         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
522         GTK_TYPE_STRING.
523
524         * gtk/gtktreeview.c: New functions to allow initial column
525         dragging work.
526
527         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
528
529         * tests/testtreefocus.c: give dave some love.
530
531         * tests/testtreesort.c: Modify test to check really long samples.
532
533 2001-04-11  Alexander Larsson  <alexl@redhat.com>
534
535         * gtk-2.0.m4: Pass pkg-config options
536         before the other args so it works even if
537         POSIXLY_CORRECT is set.
538
539 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
540
541         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
542         0, interface 0).
543
544 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
545
546         * gtk/gtkcalendar.c (gtk_calendar_button_press):
547         check for action_func != NULL
548
549 2001-04-04  Sven Neumann  <sven@gimp.org>
550
551         * tests/testgtk.c (test_init): corrected path to gtk.immodules
552
553 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
554
555         * Released Gtk+-1.3.3.
556
557 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
558
559         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
560
561 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
562
563         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
564         files to/from source dir. (if we don't stay in builddir, we
565         can't reach make-inline-pixbuf.
566
567         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
568         deps.
569
570         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
571         ages 0).
572
573 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
574
575         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
576         moved to the GtkTreeSortable interface.
577
578         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
579         Make more efficient (fixes #50262).
580
581 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
582
583         * NEWS: Updated.
584
585         * configure.in: Remove support for uninstalled glib.
586
587         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
588         so as not to stop emission.
589
590         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
591         is no longer supported.
592
593         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
594         into tests, change build order to build modules before
595         gtk/.
596
597         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
598         to here.
599
600 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
601
602         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
603         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
604         GPatternSpec. this is actually unlikely to cause breakage in
605         third-party apps since except for gle, pretty much ever caller
606         passes NULL here.
607
608         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
609
610         * *.c: use g_pattern_*() API.
611
612         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
613
614         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
615         directions aren't passed in.
616
617         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
618         functionality to be usable from gtkstyle.c as well, give precedence
619         for conversion to user-supplied parsers.
620         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
621
622         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
623         _gtk_settings_parse_convert() for rcporperty value conversion.
624
625 2001-04-03  Alexander Larsson  <alexl@redhat.com>
626
627         * gdk/linux-fb/gdkevents-fb.c:
628         Add empty gdk_setting_get().
629
630 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
631
632         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
633         variable names.
634         
635         * gtk/makeenums.pl: touch this so enum files get remade.
636
637 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
638
639         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
640         work again when not sorted.
641
642         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
643         and "expand_row" signal, closing bug 52578.
644
645         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
646         support.
647
648         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
649         support.
650
651 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
652
653         * gdk/gdkevents.h: Add GdkEventSetting event for notification
654         of changes to system settings, gdk_setting_get() to retrieve
655         a single system setting.
656
657         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
658         to the draft XSETTINGS mechanism.
659
660         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
661         XSETTINGS.
662
663         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
664         of GDK settings changes to the GtkSettings object.
665
666         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
667         double-click-timeout property to GDK.
668
669         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
670         Define GDK boxed types here.
671
672         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
673         gdk/gdkenumtypes.[ch] for enum definitions.
674
675         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
676         * gtk/gtk-boxed.defs: Comment out GDK types
677         * gtk/gtktypeutils.h: Remove GDK types
678         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
679
680 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
681
682         * Applied patch from Ron Steinke to add signal accumulators
683         so that signals with the convention 'TRUE return means
684         handled' stop emission on a TRUE return.
685
686         * gtk/gtkmain.[ch]: Add private accumulator 
687         _gtk_boolean_handled_accumulator, used throughout GTK+.
688         
689         * gtk/gtkspinbutton.c: Add accumulator for ::output.
690
691         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
692         
693         * gtk/gtkwidget.c: Add accumulators for event signals,
694         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
695         for ::mnemonic-activate.
696
697         * gtk/gtkwindow.c: Add accumulator for ::frame_event
698
699 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
700
701         * gtk/gtkwidget.c: Add missing include.
702
703 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
704
705         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
706         marshaller.
707
708         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
709         "changed" signal to "range_changed".
710
711         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
712         removing a tree from one model would remove all trees from that
713         model.
714         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
715         changed signal instead.
716
717 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
718
719         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
720         chaining up to parent impl, since we have a INPUT_ONLY
721         window.
722
723         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
724         foreground color for the cursor.
725
726 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
727
728         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
729         param spec when caching property values, since we unref it
730         later when we free the style.
731
732         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
733         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
734
735 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
736
737         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
738         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
739         stupidity.
740
741 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
742
743         [ First pass at adding style properties. Still needs some definite
744         fine-tuning. ]
745
746         * gtk/gtkbutton.c: Add ::default_spacing style property.
747          
748         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
749         ::indicator_spacing style properties.
750
751         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
752         style properties.
753
754         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
755         rather than a normal property.
756
757         * gtk/gtkwidget.c: Add an ::interior_focus style property to
758         draw focus inside buttons, in the Windows/Java Metal/etc. style.
759
760         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
761         Honor ::interior_focus.
762         
763         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
764         TRUE.
765
766         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
767         Add ::slider_width, ::trough_border, ::stepper_size,
768         ::stepper_spacing style properties.
769
770         * gtk/gtkscale.[ch] Add ::slider-length style property.
771
772 2001-04-02 Alexander Larsson   <alexl@redhat.com>
773
774         * gdk/linux-fb/gdkwindow-fb.c:
775         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
776         warnings that were spewed on startup.
777
778         * gtk/gtkwindow-decorate.c:
779         gtk_window_reposition -> _gtk_window_reposition
780
781 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
782
783         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
784         Add boxed type for GtkRequistion. Use it for ::size-request.
785
786         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
787         Add a new GtkBorder structure useful for geometry properties
788         for widgets. Add corresponding GTK_TYPE_BORDER.
789         
790         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
791         Support automatic parser selection like
792         gtk_settings_install_property_parser().
793
794         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
795         functionality for use by gtk_widget_class_install_style_property.
796         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
797
798 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
799
800         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
801         g_param_spec_unichar(). 
802
803 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
804
805         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
806         _NET window managers.
807
808         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
809
810 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
811
812         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
813         bad needs to be nuked, not just deprecated.
814
815         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
816         gtk_widget_popup().
817
818         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
819         
820         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
821         widget.
822         
823         * docs/Changes-2.0.txt: updates.
824         
825 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
826
827         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
828         for (i = 0; i < 100; i ++)
829           g_print ("I will confirm it compile before committing\n");
830
831 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
832
833         * gtk/gtktreestore.c: Initial work on implementing the
834         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
835
836 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
837
838         * gtk/gtkwidget.c: fixed a bunch of notifications, added
839         reference counts around emissions where the widget is used afterwards.
840         added freeze/thaws around multiple properties being notified.
841         (_gtk_widget_get_aux_info): cleanups.
842         
843         * gtk/gtksettings.c (gtk_settings_install_property): provide
844         default parsing functions for gdkcolor, enums and flags.
845
846         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
847         applied by owen.
848         backed out gtk_window_get_location(), gtk_window_set_location(),
849         gtk_window_get_size() and gtk_window_set_size(), these
850         have to be sorted out wrg x/y/width/height/default_with/default_height
851         properties.
852         kept a flag in GtkWindowGeometryInfo to handle user
853         resetting default sizes.
854         cleaned up ZVT comments.
855         bunch of assorted bug fixes, notification fixes.
856         (_gtk_window_reposition): make this a really internal function.
857         
858         * gtk/testgtk.c: fixups.
859         
860 2001-03-31  Hans Breuer  <hans@breuer.org>
861
862         * config.h.win32.in : disable USE_MMX for msvc build cause
863         the assembler doesn't fit and is out of my scope. Disable
864         USE_GMODULE for msvc build as wel. The right way to share
865         binaries on win32 would be to use libtiff.dll etc. To reduce
866         installation hassles IMO it's better to include all fileformats
867         builtin to gdk-pixbuf
868
869         * gdk-pixbuf/makefile.msc : new file
870
871         * gdk/gdk.def : updated
872
873         * gdk/win32/gdkevents-win32.c : don't erase the background if
874         .no_bg is set. It improves the scrolling (e.g. of testgtk main
875         buttons
876         * gdk/win32/gdkgeometry-win32.c : added comment about the above
877
878         * gdk/win32/gdkwindow-win32.c : added three new functions like
879         the X version. Only one is implemented, because the other two
880         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
881         be default behaviour on win32 anyway ...
882
883         * gtk/gtk.def : updated
884
885         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
886         from where it was built and add an additional rule to automagically
887         build gtkmarshal.[hc]
888
889         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
890         before array access for the current entry isn't finished
891
892         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
893         use g_return_val_if_fail
894
895         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
896         for the static array, but let the compiler calculate it. It
897         makes me wonder if gcc isn't capable to catch bugs like this ...
898
899 2001-03-31  James Henstridge  <james@daa.com.au>
900
901         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
902         constant "-1" in the aux info structure.
903
904 2001-03-30  Alexander Larsson  <alexl@redhat.com>
905
906         * gtk/gtkbutton.c (gtk_button_get_property):
907         * gtk/gtklabel.c:
908         Remove leaks.
909         
910         * gtk/gtkcontainer.c:
911         * gtk/gtkhscale.c:
912         * gtk/gtkhscrollbar.c:
913         * gtk/gtklayout.c:
914         * gtk/gtkmisc.c:
915         * gtk/gtkprogress.c:
916         * gtk/gtkprogressbar.c:
917         * gtk/gtkrange.c:
918         * gtk/gtktable.c:
919         * gtk/gtkviewport.c:
920         * gtk/gtkvscale.c:
921         * gtk/gtkvscrollbar.c:
922         * gtk/gtkwidget.c:
923         Property patches, based on patches from John Margaglione and Lee Mallabone.
924
925 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
926
927         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
928         adjustment. Cleaned redundant preconditions (spin != NULL). Added
929         inline API function docs.
930         (gtk_spin_button_new_with_range): New convenience constructor.
931         (gtk_spin_button_set_increments): New adjustment helper.
932         (gtk_spin_button_set_range): New adjustment helper.
933
934         * gtk/testgtk.c : added test of the new convenince constructor and
935         value_changed signals.
936
937 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
938
939         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
940         listen to the reorder signal.
941
942 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
943
944         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
945         to get the aux info structure fo the widget.
946
947         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
948         above function.
949
950         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
951
952         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
953         to get the size of the window manager frame, basically the same
954         code that gdk_window_get_root_origin() had
955         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
956
957         * gtk/gtkwindow.c (gtk_window_set_default_size): use
958         gdk_window_resize() if the window is realized and resizeable
959
960         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
961         typo so that setting gravity works
962
963         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
964         allocation if auto_shrink is on, even if the default size
965         has not changed.
966
967         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
968         g_return_if_fail
969
970 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
971
972         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
973         reordering/sorting work.  Now pretty much works.
974
975         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
976         reorder mostly work.  Still need to get the parity correct.
977
978         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
979         signal, so I can listen for the sort_column_changed signal so I
980         can change my "sort_indicator" property.  Cool.
981
982 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
983
984         [ Patch from Havoc Pennington, hp@redhat.com ]
985
986         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
987         Add functions gdk_window_begin_resize_drag/begin_move_drag
988         to start resizing or moving a toplevel window. This
989         is done either using the _NET_WM_MOVERESIZE protocol,
990         or, if that isn't present, by emulation.
991
992         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
993         to export the above to GTK+-land.
994
995         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
996         
997         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
998         Move this function into gdkwindow, since we need it
999         when implementing fallback resizing.
1000
1001         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
1002         Fix typo when setting gravity.
1003
1004         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
1005         Add an optional (but on by default) resize grip for resizing 
1006         the parent window.
1007
1008 01-03-29  Alexander Larsson  <alexl@redhat.com>
1009
1010         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
1011         Don't return TRUE from the event handler, that blocks all
1012         event signals on the tooltip widget. Now you can press buttons
1013         in toolbars again.
1014
1015 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
1016
1017         * gtk/testtext.c (create_buffer): Add missing NULL on
1018         valist.
1019
1020         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
1021         c-n-p problem with INCONSISTENT property.
1022
1023         [ Patch from Havoc Pennington  <hp@redhat.com> ]
1024
1025         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
1026         hook.
1027
1028         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
1029         signal as a hook for extending the default popup menu
1030
1031         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
1032         use radio menu items for the input method menuitems
1033
1034         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
1035         inserted unicode from Ctrl-Shift-hex input method
1036
1037         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
1038         validatation here, already done at GtkTextBuffer level.
1039
1040         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
1041         popup_menu run action signal and Shift+F10 and Menu keybindings.
1042
1043         * gtk/gtkentry.c: implement a default handler for popup_menu
1044
1045         * gtk/gtktextview.c: implement a default handler for popup_menu
1046
1047         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
1048         from a key event
1049         
1050         * gtk/gtklabel.c: remove "trailer" cruft
1051
1052 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
1053
1054         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
1055         handle reordering of trees.  Seems to mostly work w/ the exception
1056         of the parity flag.
1057
1058         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
1059         signal.
1060
1061 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
1062
1063         * gtk/gtkwidget.h: c++ fixes.
1064
1065 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
1066
1067         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
1068         memory.
1069
1070 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
1071
1072         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
1073         Nils Barth fixing event return values. (#51041)
1074
1075         * gtk/gtkwidget.c: Fix some return values for default
1076         functions.
1077
1078         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
1079         return values for trough_keys functions.
1080
1081         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
1082         value for add_accelerator (shoudl have been a void
1083         return.)
1084
1085         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
1086         Fix return type of EVENT.
1087
1088         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
1089         signal return a boolean.
1090
1091 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
1092
1093         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
1094         reordered signal.
1095
1096         * tests/testtreesort.c (main): fix spelling.
1097
1098 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
1099
1100         * gtk/gtkliststore.c: More work on implementing sortable
1101         interface.
1102
1103 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
1104
1105         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
1106         reference the widgets in the resulting list. (#11821)
1107         This makes this consistent with gtk_container_children.
1108
1109         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
1110         uses of gtk_window_list_toplevels.
1111
1112 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
1113
1114         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
1115         a virtual function to set whether the IM context should use 
1116         the preedit string. (#51922)
1117         
1118 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
1119
1120         * gdk/gdkpango.h: Remove stale FIXME comment.
1121
1122 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
1123
1124         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
1125         Fixed bug that returned NULL if a filename was selected.
1126
1127 2001-03-24  Havoc Pennington  <hp@pobox.com>
1128
1129         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
1130         to contain the word "theme"
1131
1132 2001-03-24  Havoc Pennington  <hp@pobox.com>
1133
1134         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
1135         slower but finer-grained
1136         (gtk_hsv_focus): get initial focus on the ring or triangle 
1137         according to tab direction
1138
1139         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
1140
1141 2001-03-23  Havoc Pennington  <hp@pobox.com>
1142
1143         * gtk/gtkhsv.c: make this somewhat key-navigable
1144
1145         * gtk/gtkfontsel.c: mnemonics
1146
1147         * gtk/gtkgamma.c: mnemonics
1148
1149         * gtk/gtkcolorsel.c: add mnemonics to labels
1150
1151 2001-03-22  Havoc Pennington  <hp@pobox.com>
1152
1153         Applied big patch from Seth Lytle to fix event handler return
1154         values, slightly modified.
1155
1156         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
1157         handled.
1158         (gtk_calendar_key_press): return TRUE for GDK_space triggers
1159         select_day
1160
1161         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
1162         (gtk_clist_button_release): return TRUE if handled
1163
1164         * gtk/gtkcolorsel.c (mouse_release):
1165         (palette_activate): 
1166         (palette_press): 
1167         (palette_new): 
1168         (mouse_press): 
1169         (get_screen_color): 
1170         fixed return type (void to gboolean), return TRUE,
1171         added GTK_SIGNAL_FUNC cast
1172
1173         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
1174         (void to gboolean), and return TRUE
1175         (gtk_combo_button_release): changed return value to TRUE after
1176         gtk_grab_add on combo->popwin
1177
1178         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
1179         collapse or expand
1180
1181         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
1182         button/motion
1183
1184         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
1185         press/release and motion that trigger act
1186
1187         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
1188
1189         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
1190         for GDK_Return
1191         
1192         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
1193         (gtk_list_button_release): return TRUE if selection
1194
1195         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
1196         press
1197
1198         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
1199         (gtk_menu_shell_button_release): chain parent_menu_shell retval
1200
1201         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
1202         nothing triggered
1203         (gtk_notebook_button_release): return TRUE if we do anything
1204
1205         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
1206         (gtk_spin_button_button_release): return TRUE or chained retval
1207
1208         * gtk/gtktext.c (gtk_text_button_press): 
1209         (gtk_text_button_release): return TRUE
1210         (gtk_text_key_press): remove redundant retval code
1211         
1212         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
1213         and sensitive
1214         (gtk_tree_item_subtree_button_click): changed type to gint, and return
1215         TRUE if sensitive
1216
1217         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
1218         return TRUE
1219
1220 2001-03-23  Havoc Pennington  <hp@redhat.com>
1221
1222         * gtk/testgtk.c: fix warnings
1223
1224         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
1225
1226         * gtk/gtktextview.c: fix warnings
1227
1228         * gtk/gtktext.c (find_cursor_at_line): fix warning
1229
1230         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
1231
1232         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
1233         of this function
1234
1235         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
1236         fix warning
1237
1238         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
1239
1240         * gtk/gtkfontsel.c: fix warning
1241
1242         * gtk/gtkcolorsel.c: fix warnings
1243
1244 2001-03-23  Havoc Pennington  <hp@redhat.com>
1245
1246         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
1247
1248         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
1249
1250         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
1251         and deprecated gtk_check_menu_item_set_show_toggle().
1252         
1253         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
1254
1255         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
1256
1257         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
1258
1259 2001-03-23  Havoc Pennington  <hp@redhat.com>
1260
1261         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
1262         some docs
1263
1264 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
1265
1266         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
1267         this.
1268
1269         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
1270         set_cell to set_value
1271
1272         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
1273         set_cell to set_value
1274
1275 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
1276
1277         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1278         fix braino.
1279         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
1280         support.
1281
1282         * gtk/gtktreeview.c: Addition of initial sortable support.
1283
1284         * gtk/gtktreestore.c: Addition of initial sortable support.
1285
1286         * gtk/gtkliststore.c: Addition of initial sortable support.
1287
1288         * gtk/gtkmarshal.list: yet another marshaller.
1289
1290         * gtk/gtktreedatallist.[ch]: shared code between the store models
1291         for handling sorting headers.
1292
1293 2001-03-22  Havoc Pennington  <hp@redhat.com>
1294
1295         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
1296         (gtk_container_unset_focus_chain): Add ability to override the 
1297         focus chain for a container explicitly
1298
1299 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
1300
1301         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
1302         added PROP_MNEMONIC_WIDGET.
1303
1304         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
1305         (gtk_window_remove_mnemonic): 
1306         (gtk_window_add_mnemonic): fixed assertions.
1307         (gtk_window_activate_mnemonic): constrain modifier checks to those
1308         permitted by gtk_accelerator_get_default_mod_mask().
1309         got rid of gtk_window_get_default_accel_group().
1310
1311         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
1312         activatable widgets either by focussing or a warning.
1313         added a signal accumulator to ::activate_mnemonic which stops the
1314         emission once a handler returned TRUE.
1315
1316 2001-03-22  Havoc Pennington  <hp@pobox.com>
1317
1318         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
1319         the stock item label
1320
1321         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
1322
1323         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
1324
1325         * demos/gtk-demo/*.c: Add mnemonics all over the place
1326
1327         * gtk/gtklabel.h: mark parse_uline deprecated
1328
1329 2001-03-21  Alexander Larsson  <alexl@redhat.com>
1330
1331         * gtk/gtkitemfactory.[ch]:
1332         Add support for stock and normal imagemenuitems.
1333         
1334         * gtk/testgtk.c:
1335         Add some tests for mnemonics, stock toolbars, stock
1336         and image menuitems in itemfactory and gdk_window_scroll.
1337
1338 2001-03-21  Alexander Larsson  <alexl@redhat.com>
1339
1340         * gtk/gtkbutton.[ch]:
1341         * gtk/gtkdialog.c:
1342         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
1343         removed accel_group argument. Renamed gtk_button_new_accel() to
1344         gtk_button_new_with_mnemonic() and removed accel_group argument.
1345
1346         * gtk/gtkcheckbutton.[ch]:
1347         New function gtk_check_button_new_with_mnemonic().
1348
1349         * gtk/gtkentry.c:
1350         Override activate_mnemonic and just grab focus.
1351
1352         * gtk/gtkitemfactory.c:
1353         Don't add menu uline accel group, instead use mnemonics support.
1354
1355         * gtk/gtklabel.[ch]:
1356         New support for mnemonics.
1357
1358         * gtk/gtkmarshal.list:
1359         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
1360
1361         * gtk/gtkmenu.[c]:
1362         * gtkmenushell.c:
1363         Use mnemonics instead of accel groups for uline
1364         support in menu items.
1365         Removed gtk_menu_get_uline_accel_group() and
1366         gtk_menu_ensure_uline_accel_group().
1367
1368         * gtk/gtkmenuitem.c:
1369         Override activate_mnemonic to handle switching between
1370         menu items if there are collisions.
1371         
1372         * gtk/gtknotebook.c:
1373         Connect to activate_mnemonic on the tab_label, so that
1374         activating it switches to that notebook page.
1375
1376         * gtk/gtkwidget.[ch]:
1377         Add activate_mnemonic signal. New function
1378         gtk_widget_activate_mnemonic() to emit it.
1379         Default implementation does activate/grab_focus.
1380
1381         * gtk/gtkwindow.[ch]:
1382         Add support for mnemonics in windows.
1383         New functions:
1384         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
1385         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
1386
1387         * gtk/testgtk.c:
1388         Update to function name changes.
1389         
1390 2001-03-21  Alexander Larsson  <alexl@redhat.com>
1391
1392         * gtk/gtkimagemenuitem.[c]:
1393         Add gtk_image_menu_item_new_from_stock()
1394
1395 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
1396
1397         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1398         Fix buglet in meeting.
1399
1400 2001-03-19  Havoc Pennington  <hp@redhat.com>
1401
1402         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
1403         add a bunch of accessor functions. This is because we have
1404         reasonable expectations of extending what fields it contains in
1405         the future.
1406
1407         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
1408         changes
1409
1410         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
1411         GtkIconSource   
1412
1413 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
1414
1415         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
1416         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
1417
1418         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
1419           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
1420           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
1421           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
1422         Change float to double everywhere with the exception of 0<->1.0 alignment
1423         and GtkCurve.
1424
1425 2001-03-19  Tor Lillqvist  <tml@iki.fi>
1426
1427         * gdk/win32/gdkdrawable-win32.c
1428         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
1429         output.
1430
1431         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
1432         gdkwin32.h.
1433
1434 2001-03-18  Tor Lillqvist  <tml@iki.fi>
1435
1436         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
1437         print_event_state, print_event): Use preprocessor macro to make
1438         code more compact. Print also GDK_WINDOW_STATE events.
1439         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
1440         
1441         * gtk/gtk.def
1442         * gtk/makefile.mingw.in: Update.
1443
1444         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
1445         to catch also Cygwin.
1446
1447 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
1448
1449         * gtk/gtkspinbutton.[hc]: added rc-style argument
1450         GtkSpinButton::shadow_type.
1451         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
1452         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
1453         rc-style settings.
1454
1455         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
1456
1457         * gtk/gtkwidget.c: quark cleanups.
1458
1459         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
1460         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
1461         to create_rc_style() (we don't do cloning in standard OO sense).
1462         added per rc style properties.
1463         
1464         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
1465         property values and for caching those. some cleanups.
1466         
1467         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
1468         
1469         * gtk/gtksettings.[hc]: new file for global rc-file properties
1470         (at least currently, should get extended to support X properties
1471         and other communication mechanisms).
1472         
1473         * gtk/gtkwidget.[hc]: added style property support:
1474         (gtk_widget_class_install_style_property_parser): install style
1475         property pspec with parser function for rc-file values other
1476         than LONG, DOUBLE or STRING.
1477         (gtk_widget_class_install_style_property): same as above without
1478         parser (parsers are going to be needed quite infrequently).
1479         (gtk_widget_style_get_property): retrive style property value.
1480         (gtk_widget_style_get_valist): same as above with varargs support,
1481         has NOCOPY semantics.
1482         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
1483
1484 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
1485
1486         * demos/gtk-demo/main.c (row_activated_cb): modified to use
1487         "row_activated" signal.
1488
1489         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
1490         stupidity.  Lets actually pass in the row with this signal...
1491
1492 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
1493
1494         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
1495
1496         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
1497
1498         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
1499         everything into the ::destroy function, and freed a lot more.
1500
1501 2001-03-16  Havoc Pennington  <hp@redhat.com>
1502
1503         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
1504         instead of gint16, to avoid overflow issues, since sizes > 16-bit
1505         are now allowed.
1506
1507 2001-03-16  Havoc Pennington  <hp@redhat.com>
1508
1509         * Applied patch from Nils Barth (bug # 51041) to 
1510         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
1511         in various places.
1512
1513 2001-03-15  Havoc Pennington  <hp@redhat.com>
1514         
1515         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
1516         for properties to set on the tag.
1517
1518         * gtk/testtext.c: fixups to reflect create_tag change
1519         
1520         * gtk/gtktexttag.c (gtk_text_tag_set_property):
1521         background/foreground stipple are objects, not boxed.
1522
1523         * demos/gtk-demo/textview.c: intellihancing
1524
1525 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
1526
1527         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
1528         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
1529
1530 2001-03-16  Alexander Larsson  <alexl@redhat.com>
1531
1532         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
1533         Fix sign error with queued region translations.
1534
1535 2001-03-15  HideToshi Tajima  <tajima@happy>
1536
1537         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
1538         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
1539         * gtk/gtkentry.c (update_im_cursor_location): 
1540         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
1541         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
1542         set_cursor_pos to set_cursor_location in GtkInputContext class
1543
1544 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
1545
1546         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
1547         the location of the cell relative to its area.
1548         * gtk/gtkcell*: modified for above change
1549         * gtk/gtktreeview.c: modified for above change.
1550
1551 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
1552
1553         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
1554          (gtk_tree_view_finalize): actually unref the model.  Thanks to
1555         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
1556
1557 2001-03-14  Havoc Pennington  <hp@redhat.com>
1558
1559         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
1560         
1561         * gtk/gtk.h: remove gtkdata.h
1562
1563         * gtk/Makefile.am: remove gtkdata
1564         
1565         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
1566         not "disconnect" on the adjustments.
1567         
1568         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
1569         GtkData
1570
1571         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
1572         not GtkData
1573
1574         * configure.in: handle case where X render exists, but Pango lacks
1575         Xft support.
1576
1577 2001-03-15 Alexander Larsson  <alexl@redhat.com>
1578
1579         * gtk/gtktoolbar.[ch]:
1580         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
1581         to add stock items to toolbars.
1582
1583         * gtk/Makefile.am:
1584         Remove ../gdk/gdkim.h from gdk_headers.
1585
1586 2001-03-15  Sven Neumann  <sven@gimp.org>
1587
1588         * gdk/gdkim.h: removed
1589         
1590         * gdk/gdkprivate.h
1591         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
1592
1593 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
1594
1595         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
1596         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
1597         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
1598         set_cursor_pos() virtual method
1599
1600         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
1601         (gtk_im_context_xim_set_cursor_pos): add implementation for
1602         set_cursor_pos() method
1603
1604         * gtk/gtkentry.c (recompute_idle_func): set current cursor
1605         position to input methods
1606
1607 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
1608
1609         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
1610         code a lot.
1611
1612         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
1613         g_mem_chunk.
1614         (_gtk_tree_data_list_alloc): use g_mem_chunk.
1615         (_gtk_tree_data_list_node_to_value): Fix to switch on
1616         G_TYPE_FUNDAMENTAL.
1617         (_gtk_tree_data_list_value_to_node): Fix to switch on
1618         G_TYPE_FUNDAMENTAL.
1619         (_gtk_tree_data_list_node_copy): Fix to switch on
1620         G_TYPE_FUNDAMENTAL.
1621
1622 2001-03-12  Havoc Pennington  <hp@redhat.com>
1623
1624         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
1625         to convert to new property API. Also, change default_width and
1626         default_height get_property to return 0 as the flag value for
1627         "unset"; -1 is not a valid value for these fields.
1628
1629 2001-03-12  Havoc Pennington  <hp@redhat.com>
1630
1631         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
1632         enum with registration for icon sizes, instead of strings.
1633
1634         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
1635         gtkwidget.c: Fix to reflect GtkIconSize
1636         
1637 2001-03-12  Alexander Larsson  <alexl@redhat.com>
1638
1639         Make GtkFB compile and link.
1640         
1641         * gdk/linux-fb/gdkdrawable-fb2.c:
1642         window->mapped to GDK_WINDOW_IS_MAPPED(). 
1643         
1644         * gdk/linux-fb/gdkwindow-fb.c:
1645         window->mapped to GDK_WINDOW_IS_MAPPED(). 
1646         Added gdk_window_shape_combine_region.
1647         Added assorted placeholders for unimplemented new GdkWindow API calls.
1648
1649 2001-03-12  Alexander Larsson  <alexl@redhat.com>
1650
1651         * gtk/gtkfilesel.c:
1652         Add more test when converting filenames from/to utf-8.
1653         Don't allow entering text in the filename entry which isn't allowed in
1654         a filename. Just beep instead.
1655
1656 2001-03-12  Alexander Larsson  <alexl@redhat.com>
1657
1658         * gtk/gtkclist.c:
1659         Scroll using gdk_window_scroll(). Don't wait for exposes.
1660         Move the column headers in an order that makes them flash less.
1661
1662 2001-03-10  Hans Breuer  <hans@breuer.org>
1663
1664         * gdk/gdk.def : updated
1665
1666         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
1667         to offseting the clip_mask at the right place
1668
1669         * gdk/win32/gdkwindow-win32.c : don't create background brushes
1670         for all the gdkClasses, especially not for the input_only case.
1671         Otherwise flickering wont be avoidable, because we don't get
1672         WM_ERASEBKGND message for these windows.
1673
1674         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
1675         and fixed massive redraw problems apparently triggered by Alexanders 
1676         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
1677         but it seems to work quite well :-)
1678
1679         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
1680         prototype
1681
1682 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
1683
1684         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
1685         (gtk_list_store_set_cell): Fix a stupid typo.
1686
1687 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
1688
1689         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
1690         select_all not work if you're in SINGLE mode (it doesn't make that
1691         much sense, anyway.)
1692
1693         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
1694         handle types more sanely.
1695         (_gtk_tree_data_list_value_to_node): handle types more sanely.
1696         (_gtk_tree_data_list_node_copy): handle types more sanely.
1697
1698         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
1699         GValue better. Converts the type as well.
1700
1701         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
1702         GValue better. Converts the type as well.
1703
1704 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
1705
1706         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
1707         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
1708         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
1709         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
1710
1711         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
1712         gdk_im/gdk_ic.
1713
1714 2001-03-09  Hans Breuer  <hans@breuer.org>
1715
1716         * gdk/gdk.def : updated
1717
1718         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
1719         for their palette
1720
1721         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
1722         removing
1723
1724         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
1725         removing and implemented Havoc's GdkWindow state functions; 
1726         stick/unstick only as no-op, cause I don't know how to emulate 
1727         on win32 ...
1728
1729         * gtk/gtk.def : updated
1730
1731         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
1732
1733         * gtk/gtktypeutils.c : #include <string.h>
1734
1735         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
1736
1737 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
1738
1739         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
1740         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
1741         not a boxed.
1742
1743 2001-03-09  Alexander Larsson  <alexl@redhat.com>
1744
1745         * docs/Changes-2.0.txt:
1746         Document expose event->region change and that gtk_widget_event
1747         doesn't allow passing expose events.
1748
1749         * gdk/gdkevents.h:
1750         Add region to expose event.
1751         
1752         * gdk/gdkevents.c:
1753         Handle event->region in gdk_event_copy() and gdk_event_free().
1754
1755         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
1756         Generate expose_event->region when creating expose events.
1757
1758         * gdk/x11/gdkevents-x11.c:
1759         Generate expose events with regions when translating X events.
1760
1761         * gtk/gtkcontainer.[ch]:
1762         Default expose handler that propagates expose events to NO_WINDOW
1763         children. New function gtk_container_propagate_expose()
1764
1765         * gtk/gtkwidget.[ch]:
1766         Moved gtk_widget_event implementation to gtk_widget_event_internal.
1767         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
1768         expose events. New function gtk_widget_send_expose() to send expose
1769         events. New function gtk_widget_region_intersect() to calculate
1770         window/region intersections.
1771         
1772         * gtk/gtkmain.c (gtk_main_do_event):
1773         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
1774         Use gtk_widget_send_expose() to send expose events.
1775         
1776         * gtk/gtkbin.c:
1777         * gtk/gtkbox.c:
1778         * gtk/gtkfixed.c:
1779         * gtk/gtkimagemenuitem.c:
1780         * gtk/gtklist.c:
1781         * gtk/gtkpacker.c:
1782         * gtk/gtktable.c:
1783         * gtk/gtktree.c:
1784         Remove expose handler, using the default container implementation
1785         instead.
1786         
1787         * gtk/gtkbutton.c:
1788         * gtk/gtkcheckbutton.c:
1789         * gtk/gtkeventbox.c:
1790         * gtk/gtkfixed.c:
1791         * gtk/gtkhandlebox.c:
1792         * gtk/gtklayout.c:
1793         * gtk/gtklistitem.c:
1794         * gtk/gtkmenu.c:
1795         * gtk/gtkmenubar.c:
1796         * gtk/gtkmenuitem.c:
1797         * gtk/gtknotebook.c:
1798         * gtk/gtkoptionmenu.c:
1799         * gtk/gtkpaned.c:
1800         * gtk/gtkscrolledwindow.c:
1801         * gtk/gtktogglebutton.c:
1802         * gtk/gtktoolbar.c:
1803         * gtk/gtktreeitem.c:
1804         * gtk/gtkviewport.c:
1805         Chain expose handler to parent class handler. Use
1806         gtk_container_propagate_expose() to propagate exposes.
1807
1808         * gtk/gtkclist.c (check_exposures):
1809         * gtk/gtktext.c (process_exposes):
1810         Use gtk_widget_send_expose instead of gtk_widget_event.
1811
1812 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
1813
1814         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
1815
1816 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
1817
1818         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
1819         unref the nodes.   Fixes bug #50058.
1820
1821         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
1822         "::ref_iter" to "::ref_node".
1823         (gtk_tree_model_unref_node): change "::unref_iter" to
1824         "::unref_node". Fixes bug #50064.
1825
1826 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
1827
1828         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
1829         support for invisible cells.
1830          (gtk_tree_view_bin_expose): ditto
1831
1832 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
1833
1834         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
1835         on gobjects.
1836
1837         * tests/testtreefocus.c (main): New test file.
1838
1839         * tests/testtreeview.c: update to latest glib changes.
1840
1841         * tests/testtreecolumns.c: update to latest glib changes.
1842
1843 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
1844
1845         * gtk/testgtk.c: re-enabled event watcher emission hooks.
1846
1847 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
1848
1849         * *.c: added accumulator data argument to g_signal_newc()
1850         functions.
1851
1852         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
1853         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
1854         * gtk/treestoretest.c (make_window):
1855         s/g_signal_connect/g_signal_connectc/.
1856
1857         * gtk/gtktextbuffer.c: completed signal arg fixups,
1858         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
1859
1860 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
1861
1862         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
1863         G_CONST_RETURN.
1864
1865         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
1866         ::hierarchy-changed signal when a widget changes
1867         from anchored to unanchored or vice versa.
1868         (anchored means 
1869          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
1870         Use a private flag to keep track of this efficiently.
1871
1872 2001-03-07  Havoc Pennington  <hp@redhat.com>
1873
1874         * gtk/testgtk.c (create_spins): uglify so that size request gets
1875         tested.
1876
1877         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
1878         request on values for upper/lower, completes #6152
1879
1880 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
1881
1882         * Makefile.am: Remove gtk-config-2.0 again.
1883         (Grrrr, pkg-config. And stops make loops.)
1884
1885 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
1886
1887         * gtk/gtksignal.[hc]: removed old emission hook API.
1888         
1889         * docs/Changes-2.0.txt: fixed sections.
1890         
1891         * gtk/gtktextbuffer.c: signal arg fixups.
1892
1893 2001-03-07  Havoc Pennington  <hp@redhat.com>
1894
1895         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
1896
1897         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
1898         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
1899         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
1900         validation and the redraw which is higher priority than the
1901         validation.
1902
1903 2001-03-07  Havoc Pennington  <hp@redhat.com>
1904
1905         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
1906         (gtk_entry_set_property): remove trailer
1907
1908         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
1909         (gtk_entry_get_width_chars): new functions, to set size request to 
1910         a given number of characters
1911
1912         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
1913
1914         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
1915         (gtk_dialog_get_has_separator): new function
1916         (run_delete_handler): fix to not emit "response" signal
1917         because we already did in the delete event handler installed
1918         at dialog creation time.
1919         
1920         * gtk/gtkdialog.h: add a has_separator property,
1921         add GTK_DIALOG_NO_SEPARATOR flag
1922
1923 2001-03-07  Havoc Pennington  <hp@redhat.com>
1924
1925         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
1926         off decorations for a window.
1927
1928         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
1929         changes
1930
1931         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
1932         to get location of PangoLayout inside the label, closes #51198
1933
1934         * gtk/testgtk.c (create_bbox): fix up button box usage
1935
1936         * gtk/testcalendar.c (create_calendar): fix up button box usage
1937
1938         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
1939
1940         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
1941
1942         * gtk/gtkhbbox.h: deprecations
1943
1944         * gtk/gtkvbbox.h: deprecations
1945
1946         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
1947         emulate deprecated gtk_button_box_get_spacing
1948
1949         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
1950         the "set global default" functions
1951         (struct _GtkButtonBox): remove "spacing" field, use the one from 
1952         GtkBox base class
1953
1954         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
1955
1956         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
1957         render the icon, return the missing image icon.
1958
1959         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
1960         image icon if the load fails.   
1961
1962         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
1963         when no image is found; should be the Netscape "missing image"
1964         icon eventually but for now is a random image
1965
1966         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
1967         role for the session manager
1968
1969         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
1970
1971         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
1972         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
1973
1974         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
1975
1976 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
1977
1978         * gtk/*.c: marshaller fixes.
1979         
1980         * gtk/gtkmarshal.list: extreme cleanup.
1981
1982         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
1983         param spec for now.
1984
1985         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
1986         where appliable.
1987
1988         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
1989         special cased autogenerated boxed types from gtktypebuiltins_ids.c
1990         which are not reference counted:
1991         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
1992         PangoFontDescription, GtkTreeIter and GtkTreePath.
1993
1994 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
1995
1996         * gtk/gtktreeselection.h: 
1997         * gtk/gtktreemodel.c:
1998         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
1999         file should be included directly, and gobject/gmarshal.h
2000         as well as gtk/gtkmarshal.h even can't be included directly.
2001
2002         * Makefile.am: grr, install gtk-config-2.0.
2003
2004         * gtk/testgtk.c:
2005         * gtk/simple.c:
2006         * gtk/gtkmenu.c:
2007         * gtk/gtkitemfactory.c: use g_object_connect() instead of
2008         passing "*signal*::*" args to gtk_widget_set().
2009         
2010         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
2011         
2012         * gtk/*.c: removed trailer arg from property setters and getters.
2013         macro fixups.
2014
2015 2001-03-07  Alexander Larsson  <alexl@redhat.com>
2016
2017         * gtk/gtklabel.c (set_markup): Removed warning
2018
2019 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
2020
2021         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
2022         field to allow you to hide cell renderers.
2023
2024         * gtk/gtkcellrenderer.c: Add support for invisible cells.
2025
2026         * gtk/gtktreeview.c: Add support for invisible cells.
2027
2028 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
2029
2030         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
2031         Add "clicked" signal back to columns.
2032
2033         * ChangeLog: remove conflict markers.
2034
2035 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
2036
2037         * gtk/gtkbutton.c: Add animation of activation by, on 
2038         activate, pressing the button, and adding a timeout that 
2039         releases the button after 250ms or on key release and
2040         emits ::clicked. (#51501)
2041
2042         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
2043         action area, we connect to ::clicked instead of ::activate
2044         so the dialog stays up through the animation.
2045
2046 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
2047
2048         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
2049         check the ignore_enter flag for the menu shell that
2050         the item is actually a child of, not for attached
2051         submenus. (#51536)
2052
2053 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
2054
2055         * gtk/gtkmain.c (gtk_propagate_event): Only do special
2056         special key-press grab handling for widgets within
2057         GtkWindows. Otherwise, fall through to normal case.
2058
2059         This prevents key events being sent twice to GtkInvisible
2060         widgets, which can cause all sorts of mischief.
2061
2062 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
2063
2064         * gtk/gtkmain.c (gtk_propagate_event): When a grab
2065         widget is in effect, give the grab widget a first
2066         crack at KEY_PRESS/RELEASE events. (#424)
2067
2068 2001-03-06  James Henstridge  <james@daa.com.au>
2069
2070         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
2071         offset for the window_state_event to point at window_state_event
2072         rather than no_expose_event.
2073
2074 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
2075
2076         * gtk/gtkimmodule.h: fix busted /* comment */
2077
2078 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
2079
2080         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
2081         object properties.
2082
2083 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
2084
2085         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
2086         add object properties.
2087
2088         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
2089         to add object properties.
2090
2091         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
2092         object properties.
2093
2094         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
2095         add object properties.
2096
2097         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
2098         object properties.
2099
2100 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
2101
2102         * gtk/gtktreemodel.c: renamed "child_toggled" to
2103         "has_child_toggled".
2104
2105         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
2106         handle new signal name.
2107
2108         * gtk/gtktreestore.c: Updated to handle new signal name.
2109         * gtk/gtklisttore.c: Updated to handle new signal name.
2110         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
2111
2112 2001-03-05  Alexander Larsson  <alexl@redhat.com>
2113
2114         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
2115         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
2116
2117 2001-03-05  Michael Natterer  <mitch@gimp.org>
2118
2119         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
2120         pixbuf-engine coincidentially also failed to make one of it's
2121         parent_class pointers static, causing overwriting of GtkLabel's
2122         parent_class pointer in pixbuf_style_class_init().
2123         (Will commit the fix to the pixbuf-engine too).
2124
2125 2001-03-05  Alexander Larsson  <alexl@redhat.com>
2126
2127         * gdk/gdkwindow.h:
2128         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
2129         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
2130         gdk_window_set_icon_list for net wmspec functionality.
2131
2132         * gdk/x11/gdkwindow-x11.c:
2133         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
2134         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
2135         gdk_window_set_icon_list.
2136         Added gdk_wmspec_change_state helper function and used it in the code.
2137         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
2138
2139         * gtk/gtkdialog.c (gtk_dialog_init):
2140         Set GDK_WINDOW_TYPE_HINT_DIALOG.
2141
2142         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
2143         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
2144
2145         * gtk/gtkwindow.c:
2146         new function gtk_window_set_type_hint.
2147         On realize, set type hint and modal hint.
2148
2149         * gtk/gtkwindow.h:
2150         Added type_hint field and gtk_window_set_type_hint.
2151
2152 2001-03-05  Alexander Larsson  <alexl@redhat.com>
2153
2154         * gtk/gtklabel.[ch]:
2155         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
2156         New function gtk_label_get_accel_keyval () to get the underline accelerator
2157         of the label. Setting the label pattern overrides other attributes.
2158
2159 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
2160
2161         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
2162         Added missing initializers to gtk_rc_style_init().
2163
2164 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
2165
2166         * gtk/gtktextview.c: fixed bug #51097 about setting 
2167         gtk_text_view_set_border_window_size() if the widget is 
2168         already realized.
2169
2170 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
2171
2172         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
2173
2174         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
2175         comment. Won't do to have duplicated doc comments between
2176         the platform subdirs.
2177
2178 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
2179
2180         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
2181           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
2182
2183         Detectable auto-repeat - make a repeating key generate
2184         press/press/press/release instead of press/release pairs.
2185
2186         If we have Xkb and XkbSetDectableAutoRepeat supports
2187         that, we do it that way. Otherwise, when we get
2188         a release event, we check ahead with XPending to see
2189         if the next key is a KeyPress with the same keycode
2190         and timestamp. (Not 100% reliable, but pretty close.)
2191           
2192 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
2193         
2194         * gtk/gtkmain.c (gtk_propagate_event): Only do special
2195         special key-press grab handling for widgets within
2196         GtkWindows. Otherwise, fall through to normal case.
2197  
2198         This prevents key events being sent twice to GtkInvisible
2199         widgets, which can cause all sorts of mischief.
2200  
2201 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
2202  
2203         * gtk/gtkmain.c (gtk_propagate_event): When a grab
2204         widget is in effect, give the grab widget a first
2205         crack at KEY_PRESS/RELEASE events. (#424)
2206  
2207 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
2208
2209         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
2210         to extend the selection. (Roughly based on patch
2211         from Jay Cox, #50939)
2212
2213         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
2214         to properly handle previous GDK_BUTTON_PRESS. 
2215         (Patch from Jay Cox, #50938)
2216
2217         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
2218         '\0' back along with the deleted text. (#51148)
2219
2220 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
2221
2222         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
2223         the group when extracting it from the X keyboard event.
2224
2225         * modules/input/Makefile.am modules/input/imipa.c: 
2226         Simple module for entering IPA. (Do we need a 
2227         gtk-stupid-input-tricks CVS module?)
2228
2229 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
2230
2231         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
2232         const.
2233
2234         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
2235
2236         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
2237         is no focus widget for the dialog currently, grab the focus as well
2238         as the default.
2239
2240         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
2241         the action area's children to iterate through, not the
2242         dialog's children.
2243
2244 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
2245
2246         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
2247         Add plug-socket tests. (Won't work worth a darn until I commit
2248         the rest of the plug-socket changes, but no reason these
2249         can't go into CVS now.)
2250
2251 2001-03-02  Havoc Pennington  <hp@redhat.com>
2252
2253         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
2254         _gdk_region_get_xrectangles()
2255
2256         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
2257
2258         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
2259
2260         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
2261         function, contributed by Ron Steinke    
2262
2263         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
2264         gdk_net_wm_supports
2265
2266         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
2267         New function, contributed by Ron Steinke
2268
2269         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
2270         used to line up the text in the entry when using the entry for
2271         editable sheet cell hacks
2272
2273         * gtk/testgtk.c (create_entry): test the activate_default setting
2274         on GtkEntry
2275
2276         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
2277         cause the entry to activate the default button for a dialog when 
2278         activated
2279         (gtk_entry_get_activates_default): new function
2280
2281 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
2282
2283         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
2284         Hwang to move call to sync_selection() up a few lines
2285         to before the row list is modified, to fix crash when
2286         removing rows in the undo_selection list.
2287
2288         (Test case provided by Daniel Elstner:
2289
2290         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
2291
2292 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
2293
2294         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
2295         of tree->root_tree in parent_set rather than _map(), 
2296         fixing #50892 in a bit better manner.
2297
2298 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
2299
2300         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
2301
2302 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
2303
2304         * gtk/gtkstyle.c : Remove duplicate fwd decl for
2305         gtk_default_draw_shadow.
2306
2307 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
2308
2309         * gdk/gdkimage.c (gdk_image_new): Remove excess 
2310         warning, make warnings more verbose, treat a error
2311         in shmat as permanent, and don't try again.
2312         (#51163, Ed Randall.)
2313
2314 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
2315
2316         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
2317         delay for the first click before starting to scroll.
2318         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
2319
2320         * gtk/gtktext.c: GtkText should have I-beam cursor. 
2321         (based on gtk-enf-990513-1.patch, Eric Fisher.)
2322
2323 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
2324
2325         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
2326         cleanup to remove some references to unused
2327         ->xoffset, ->yoffset.
2328
2329 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
2330
2331         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
2332         mask. (#51039, fix from Martin Maierhofer)
2333
2334 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
2335
2336         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
2337         for unshifted + and shifted = for non-us keyboards.
2338         Make <Control>+ and <Control>- work as well as 
2339         <Control>KP_Plus, <Control>KP_Minus for recursive
2340         open/close.  (#2682, René Seindal)
2341
2342 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
2343
2344         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
2345         the active menu item before deactivating the menu,
2346         so gtk_menu_popdown doesn't change the history. (#50964)
2347         
2348 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
2349
2350         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
2351         draw lines with text_gc rather than black_gc.
2352         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
2353
2354 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
2355
2356         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
2357         Move handling of buttons fully in gtktreeviewcolumn.  This code is
2358         less interrelated then it was, but it still requires the
2359         GtkTreeView to map it.
2360
2361         * test/testtreecolumn.c: Now I can add a column to one view,
2362         remove it, add it to the another view, remove it, then re-add it
2363         to the first.  Nifty.
2364
2365 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
2366
2367         * docs/tutorial/gtk-tut.sgml: Minor corrections
2368
2369 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
2370
2371         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
2372         GtkRowReference.
2373
2374 2001-02-28  Havoc Pennington  <hp@redhat.com>
2375
2376         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
2377         draw_default
2378         (gtk_widget_draw_focus): remove this function; we could instead
2379         make it just gtk_widget_draw(), but in most cases I think the
2380         result would be broken user code, so think it's better to have
2381         that code not compile and get fixed
2382         (gtk_widget_draw_default): ditto
2383
2384         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
2385         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
2386         
2387         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
2388         widgets lose/get the default, instead of calling draw_default
2389         
2390         * docs/Changes-2.0.txt: note about all this
2391
2392         Then fixed every widget in GTK, I won't list all the filenames.
2393
2394 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
2395
2396         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
2397         _gtk_tree_row_reference_deleted.
2398         (inserted_callback): Proxy out to
2399         _gtk_tree_row_reference_inserted.
2400         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
2401         get around signal emission ordering problem.
2402
2403         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
2404         fix to work with SINGLE 
2405         (_gtk_tree_selection_internal_select_node): Major sanitization on
2406         selections.  SINGLE now seems to work.
2407
2408         * tests/Makefile.am: add testtreecolumn.c:
2409
2410         * tests/testtreecolumn.c: New test.  Mostly points out selection
2411         bugs currently, but will test columns later.
2412
2413         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
2414         selection bug.  I hate touching this code -- it's scary.
2415
2416 2001-02-26  Havoc Pennington  <hp@redhat.com>
2417
2418         * gtk/testgtk.c: test the window state stuff
2419
2420         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
2421         window come to the user's attention as if it were just created
2422         (gtk_window_iconify): new function
2423         (gtk_window_deiconify): new function
2424         (gtk_window_stick): new function
2425         (gtk_window_unstick): new function
2426         (gtk_window_maximize): new function
2427         (gtk_window_unmaximize): new function
2428
2429         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
2430
2431         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
2432
2433         * gdk/x11/gdkevents-x11.c: create window state events when
2434         appropriate
2435         (gdk_wmspec_supported): new function
2436
2437         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
2438         iconification before showing the window
2439         (gdk_window_deiconify): new function
2440         (gdk_window_stick): new function
2441         (gdk_window_unstick): new function
2442         (gdk_window_maximize): new function
2443         (gdk_window_unmaximize): new function
2444
2445         * gdk/gdkwindow.c: store the window state in the window; 
2446         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
2447         window->mapped.
2448         (gdk_window_get_state): return the current window state
2449
2450         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
2451         (gdk_event_get_state): handle GDK_WINDOW_STATE
2452         (gdk_synthesize_window_state): function to create the window state
2453         events
2454
2455         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
2456         event, for changes to "window state" such as maximized, sticky, 
2457         etc.
2458         
2459         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
2460         focuses a window
2461
2462         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
2463         finds out if we support a given WM spec hint
2464
2465 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
2466
2467         * docs/faq/gtk-faq.sgml: New question re memory leaks.
2468
2469 2001-02-25  Hans Breuer  <hans@breuer.org>
2470
2471         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
2472         cause we want to loose those prototypes only in the latter case
2473
2474         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
2475         GdkPixmapImplWin32 because it itsn't derived from it. Use the
2476         impl member variable instead
2477
2478         * gtk/gtk.def : updated
2479
2480         * gtk/gtklist.c : 
2481         * gtk/gtkmenus.c : include <string.h> for memset ()
2482
2483         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
2484         for everthing built here, but for gtk-x.x.dll only. This solves
2485         problem of indifferent gtk type definitions
2486
2487 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
2488
2489         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
2490
2491 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
2492
2493         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
2494         column that is exposed.
2495
2496         (_gtk_tree_view_update_size): Changed name from set_size, and
2497         changed function to do more work, and not force people calling it
2498         to figure out the size.  Simplifies a lot of code elsewhere.
2499
2500 2001-02-23  Alexander Larsson  <alexl@redhat.com>
2501
2502         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
2503         return solid masks for xpms that have no transparent color.
2504         This makes the ..._create_from_xpm... API backwards
2505         compatible.
2506
2507 2001-02-23  Tor Lillqvist  <tml@iki.fi>
2508
2509         * README.win32: Update. Mention the gtk-1-3-win32-production
2510         branch.
2511
2512         * gdk/win32/bdfcursor.c: New file. A program that generates
2513         xcursors.h. Thanks to Stefan Ondrejicka.
2514
2515         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
2516         compact format.
2517
2518         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
2519
2520         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
2521         function, uses xcursors.h.
2522         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
2523         cursor from inline data instead of using LoadCursor() to generate
2524         it from a resource.
2525
2526         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
2527         event, must check the Windows message for mouse button state, as
2528         the GDK event state might not have been built if it is
2529         undelivered. Remove one goto.
2530
2531         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
2532         SetCursor() if the current cursor as returned by GetCursor() is
2533         the window's previous cursor. The ChildWindowFromPoint() test
2534         apparently didn't work correctly.
2535
2536         * gdk/win32/rc/*.cur: Remove.
2537
2538         * gdk/win32/rc/gdk.rc.in: Remove cursors.
2539
2540         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
2541
2542         * gtk/makefile.{mingw,msc}.in: Updates.
2543
2544 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
2545
2546         * gtk/gtktreemodel.h: add functions for signal emission.
2547
2548         * gtk/gtktreestore.c: move to use above functions instead of
2549         g_signal_emit.
2550
2551         * gtk/gtkliststore.c: ditto
2552
2553 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
2554
2555         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
2556         GObject instead of GtkObject.
2557
2558         * gtk/gtkliststore.c: ditto.
2559
2560         * gtk/gtktreemodelsort.c: ditto.
2561
2562         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
2563         GtkTreeModelIface, instead of in each model.
2564
2565 2001-02-21  Havoc Pennington  <hp@redhat.com>
2566
2567         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
2568         unbreak this function
2569
2570         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
2571         properties
2572
2573         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
2574         properties
2575
2576         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
2577         properties
2578
2579         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
2580         mean unset the max length
2581
2582 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
2583
2584         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
2585         Changed name to be set_cell_data_func to make it clear what
2586         the functino does.  Close bug #51069.
2587
2588 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
2589
2590         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
2591         have memory actually freed.  Keeps box running longer.
2592
2593 2001-02-21  Alexander Larsson  <alexl@redhat.com>
2594         
2595         * gtk/gtkseparatormenuitem.[ch]:
2596         Added new menu separator item. The drawing and size handling
2597         is still done in GtkMenuItem, but the API is a bit more sane.
2598         
2599         * gtk/Makefile.am:
2600         Add gtkseparatormenuitem.[ch].
2601
2602         * gtk/gtk.h:
2603         Add gtkseparatormenuitem.h.
2604         
2605         * gtk/gtkentry.c:
2606         * gtk/gtkmenufactory.c:
2607         * gtk/gtktextview.c:
2608         Use the new API for menu separators.
2609         
2610         * demos/gtk-demo/menus.c (create_menu):
2611         Add some GtkSeparatorMenuItem demo code.
2612
2613 2001-02-20  Havoc Pennington  <hp@redhat.com>
2614
2615         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
2616         Lee Mallabone
2617
2618         * gtk/gtkarrow.c: Convert to new property API, patch from 
2619         Lee Mallabone
2620
2621 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
2622
2623         * tests/testtreeview.c (toggled_callback): fix to reflect change
2624         in GtkTreeModelStore.
2625
2626 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
2627
2628         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
2629         function to create an icon set from a pixbuf.
2630
2631 2001-02-20  Alexander Larsson  <alexl@redhat.com>
2632
2633         * gtk/gtkcellrenderertext.[ch]:
2634         Add a "markup" property.
2635
2636         * gtk/treestoretest.c:
2637         Use the markup property, remove some leftover stuff from
2638         GtkTreeModelMapping.
2639
2640 2001-02-20  Alexander Larsson  <alexl@redhat.com>
2641
2642         * gtk/gtklabel.c (gtk_label_set_selectable):
2643         Queue a redraw if the selectable setting was changed.
2644
2645 2001-02-20  Alexander Larsson  <alexl@redhat.com>
2646
2647         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
2648         Actually copy the whole gc, not just the public parts.
2649         
2650         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
2651         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
2652         labels.
2653
2654 2001-02-19  Havoc Pennington  <hp@pobox.com>
2655
2656         * gdk/gdkwindow.c: docs
2657
2658         * gdk/gdkrgb.c: docs
2659
2660         * gdk/gdkregion-generic.c: docs
2661
2662         * gdk/gdkgc.c (gdk_gc_set_values): docs
2663
2664         * gdk/gdkdraw.c: docs
2665
2666         * gdk/gdkdrawable.h: deprecate drawable get/set data
2667
2668 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
2669
2670         * demos/gtk-demo/dialog.c: Add simple new demo.
2671
2672 2001-02-19  Havoc Pennington  <hp@redhat.com>
2673
2674         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
2675         insert_child_anchor signal, bug #50245
2676
2677         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
2678         from create_child_anchor, so the anchor is passed in
2679
2680         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
2681         (_gtk_widget_segment_new): have the child anchor object passed in, 
2682         instead of creating it.
2683
2684         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
2685         to gtk_text_buffer_get_modified
2686
2687 2001-02-19  Havoc Pennington  <hp@redhat.com>
2688
2689         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
2690         changed GLib without fixing GTK
2691
2692         * gtk/gtkrange.h: Rename all the stupid implementation detail 
2693         functions to have an underscore in front. Most of them should 
2694         probably just go away, but for starters don't export them.
2695         Bug #50482
2696
2697 2001-02-19  Havoc Pennington  <hp@redhat.com>
2698
2699         * gdk/gdkcolor.h: test was backward, so deprecated functions were
2700         excluded by default
2701
2702         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
2703         clean up the old code a bit
2704
2705         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
2706         inconsistent state
2707
2708         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
2709         draw inconsistent state
2710
2711         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
2712         (create_menu): add inconsistent test
2713
2714         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
2715         new function
2716         (gtk_check_menu_item_get_inconsistent): new function
2717         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
2718         state (using etched in for now)
2719
2720         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
2721         draw inconsistent state
2722
2723         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
2724         function, used when the user has selected a range of stuff in
2725         different states
2726         (gtk_toggle_button_get_inconsistent): accessor for that
2727         (gtk_toggle_button_paint): draw inconsistent state (etched in?
2728         don't know what else to do)
2729
2730 2001-02-19  Hans Breuer <hans@breuer.org>
2731
2732         * gtk/gtk.def : updated exported symbols
2733
2734         * gtk/makefile.msc.in : updated
2735
2736         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
2737         a colormap, when invoked from testgtk::entry. I'm not sure where
2738         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
2739         avoids immediate crashing ...
2740
2741         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
2742         any objections ?
2743
2744         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
2745         0 parameter. At least msvc doesn't like macros with var args. 
2746         I simply removed the extra 0, was it a feature or a typo ?
2747
2748         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
2749         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
2750         because the value assignment to the internal struct wasn't working.
2751         I'm not absolutely sure. The problem could have been resolved by
2752         changing the "func" declartion in the struct, but was the pointer
2753         to the function pointer intended ?
2754
2755         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
2756
2757         * gdk/gdk.def : updated exported symbols
2758
2759         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
2760         only use SetDIBitsToDevice if there is a palette at the drawable
2761         and the image is GDK_VISUAL_PSEUDO_COLOR
2762
2763         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
2764
2765         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
2766
2767         * gdk/*/makefile.msc : updated
2768
2769 2001-02-19  Havoc Pennington  <hp@redhat.com>
2770
2771         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
2772         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
2773
2774         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
2775         (gdk_key_repeat_restore): nuke
2776
2777         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
2778         (gdk_init_check): no atexit func
2779
2780         * gdk/gdkrgb.h: mark some stuff deprecated
2781
2782         * gdk/gdkcolor.h: mark some stuff deprecated
2783         
2784         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
2785
2786         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
2787
2788 2001-02-16  Havoc Pennington  <hp@redhat.com>
2789
2790         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
2791         scroll steps.
2792
2793         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
2794         steps, and add Ctrl-arrow shortcuts for paging visually as with
2795         HScale, since Page Up and Page Down move logically.
2796
2797         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
2798         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
2799         
2800         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
2801         steps
2802         (gtk_range_scroll): handle the visual steps
2803
2804         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
2805         scroll steps
2806
2807         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
2808         steps, not the logical ones.
2809
2810         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
2811         (scroll_vertical): handle up/down steps
2812
2813 2001-02-19 Alexander Larsson  <alexl@redhat.com>
2814
2815         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
2816         Copy data and free data with free().
2817
2818         * gdk-pixbuf/gdk-pixbuf.c:
2819         * gdk-pixbuf/io-jpeg.c:
2820         * gdk-pixbuf/io-png.c:
2821         Use g_try_malloc/g_free instead malloc/free.
2822         
2823         * gdk-pixbuf/test-gdk-pixbuf.c:
2824         Must... initialize... gobject...
2825         
2826         * gdk-pixbuf/pixops/timescale.c:
2827         * gtk/gtkcalendar.c:
2828         Use g_malloc instead of malloc.
2829         
2830 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
2831
2832         * gtk/testgtkrc:
2833         Comment out property assignments, these don't work yet.
2834
2835 2001-02-17  Havoc Pennington  <hp@pobox.com>
2836
2837         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
2838         bit.
2839
2840 2001-02-17  Havoc Pennington  <hp@pobox.com>
2841
2842         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
2843         shadowed variables that had broken size request in some cases,
2844         leading to bogus tooltips (#50996)
2845
2846 2001-02-06  Jon K Hellan  <hellan@acm.org>
2847
2848         Implement fast browsing of tooltips, bug #50619
2849         
2850         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
2851         and last_popdown
2852         
2853         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
2854         use_sticky_delay and last_popdown.
2855         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
2856         time of popdown.
2857         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
2858         is NULL.
2859         (gtk_tooltips_recently_shown): New static function.  Return true
2860         if < sticky_delay has elapsed since last popdown.
2861         (gtk_tooltips_event_handler): Display window after sticky_delay
2862         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
2863         since last popdown.
2864         
2865 2001-02-17  Havoc Pennington  <hp@pobox.com>
2866
2867         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
2868         instead of (). #6394
2869
2870         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
2871         G_CONST_RETURN, make it return by reference, #50473
2872         
2873 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
2874
2875         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
2876         generated ENTER_NOTIFY event with 0, otherwise not explicitely
2877         setup fields contain garbage (e.g. subwindow, breaking
2878         gdk_drawable_ref() upon event copy).
2879         (gtk_menu_stop_navigating_submenu_cb): same here.
2880
2881         * gtk/gtklist.c (gtk_list_vertical_timeout): 
2882         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
2883         * gtk/gtkclist.c (vertical_timeout): 
2884         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
2885         default-zero-intialization for unions to memset(,0,), as unions are
2886         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
2887         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
2888
2889         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
2890         g_closure_sink() warning.
2891
2892         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
2893         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
2894         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
2895         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
2896         
2897 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
2898
2899         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
2900         gtk_*_store_get, and moved to GtkTreeModel.
2901
2902         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
2903
2904         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
2905
2906         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
2907
2908         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
2909         set the func.
2910
2911         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
2912         freeze/thaw notify between setting all the properties for a cell.
2913
2914         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
2915
2916 2001-02-15  Havoc Pennington  <hp@redhat.com>
2917
2918         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
2919         the X coordinates so they're with respect to the line, rather than 
2920         with respect to the layout.
2921
2922         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
2923         Mallabone
2924
2925         * gtk/testgtk.c (create_range_controls): add vscale tests, 
2926         and inverted test
2927
2928         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
2929         #50806
2930
2931         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
2932
2933         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
2934         gtk_text_iter_is_end
2935
2936         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
2937         rename gtk_text_buffer_get_end_iter
2938
2939         * gtk/testgtk.c (create_labels): Add test for selectable
2940
2941         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
2942         the selection stuff. This code is kind of broken since it doesn't 
2943         use the theme engine.
2944
2945         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
2946         fix infinite loop and y offset problem
2947         (gdk_draw_layout_line_with_colors): fix foreground color handling
2948
2949         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
2950         that makes the label selectable.
2951         
2952         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
2953         layout when the style is set, since fonts etc. could have changed.      
2954
2955 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
2956
2957         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
2958
2959         * gtk/gtktreemodelsimple.[ch]: removed.
2960
2961 2001-02-16  Alexander Larsson  <alexl@redhat.com>
2962
2963         * gtk/gtktreemodelmapping.[ch]:
2964         New files. Implement GtkTreeModelMapping.
2965         
2966         * gtk/Makefile.am:
2967         Add gtktreemodelmapping.[ch].
2968         
2969         * gtk/gtk.h:
2970         Add gtktreemodelmapping.h
2971
2972         * gtk/treestoretest.c:
2973         Test the GtkTreeModelMapping
2974
2975 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
2976
2977         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
2978         have a demo, we might as well pass in real values.  Thanks to
2979         clahey for pointing this out.
2980
2981 2001-02-14  Havoc Pennington  <hp@pobox.com>
2982
2983         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
2984         "static" to a private function
2985         (gtk_image_menu_item_class_init): remove destroy handler,
2986         add "image" object property
2987
2988 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
2989
2990         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
2991         Add a shortcut if the window and the current clip_region doesn't
2992         overlap. This is needed when there are a lot of windows in a
2993         window. The layout test in testgtk is a good test.
2994
2995         * gdk/linux-fb/gdkwindow-fb.c:
2996         Whitespace fix.
2997
2998 2001-02-13  Sven Neumann  <sven@convergence.de>
2999
3000         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
3001
3002 2001-02-13  Alexander Larsson  <alexl@redhat.com>
3003
3004         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
3005         Don't reference last_cursor if it is null. Fixes crash when rotating
3006         the screen before having moved the mouse.
3007
3008         * gdk/linux-fb/gdkcc-fb.c: Zapp!
3009
3010         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
3011
3012         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
3013         when using 90 or 270 degrees rotation.
3014
3015 2001-02-12  Havoc Pennington  <hp@pobox.com>
3016
3017         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
3018         it always set the foreground, even if we were only using
3019         a stipple.
3020         (gdk_draw_layout_line_with_colors): new function, allow
3021         override colors
3022         (gdk_draw_layout_with_colors): new function, allow override
3023         colors
3024         (gdk_pango_layout_line_get_clip_region): function to get the clip
3025         region for a logical text range
3026         (gdk_pango_layout_get_clip_region): get the clip region for a
3027         logical text range
3028
3029         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
3030         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
3031         the right number of arguments.
3032
3033         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
3034         enhance the function to check that node data corresponds to a 
3035         view still belonging to the tree.
3036
3037         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
3038         GtkTreePath
3039         (gtk_tree_view_inserted): ditto
3040         (gtk_tree_view_child_toggled): ditto
3041
3042         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
3043         simplify this code.
3044
3045         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
3046         a PangoAttrList
3047
3048         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
3049
3050         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
3051
3052         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
3053         size in the size request 
3054         (gtk_menu_bar_size_allocate): consider toggle size here
3055
3056         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
3057         that displays a widget in the toggle slot
3058
3059         * gtk/testgtk.c: test GtkImageMenuItem
3060
3061         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
3062         
3063         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
3064         request and allocation
3065
3066         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
3067
3068         * gtk/gtkcheckmenuitem.c
3069         (gtk_check_menu_item_toggle_size_request): ditto
3070         
3071 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
3072
3073         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
3074         reference.
3075
3076         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
3077         and refuse to initialize GTK+ if they fail.
3078
3079 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
3080
3081         * configure.in: Add check for gtk-doc version.
3082
3083 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
3084
3085         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
3086         where the xpad/ypad was only being used on one side!
3087
3088 2001-02-11  Tor Lillqvist  <tml@iki.fi>
3089
3090         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
3091         function, copied from X11 version.
3092
3093         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
3094         DestroyCursor failures. The reason for the problem (despite the
3095         inconsistent messages from GetLastError()) was that
3096         DestroyCursor() cannot be called while a cursor is set in a
3097         window. Set the new cursor first and then destroy the old one.
3098         Thanks to jpe@archaeopteryx.com.
3099
3100         * gdk/win32/gdkcc-win32.c: Remove.
3101
3102         * gdk/win32/Makefile.am: Remove from here, too.
3103         
3104         * gdk/gdk.def
3105         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
3106
3107         * gtk/gtk.def
3108         * gtk/makefile.mingw.in: Updates.
3109
3110 2001-02-08  Havoc Pennington  <hp@redhat.com>
3111
3112         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
3113         add a widget to a bin that already has a child.
3114
3115         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
3116
3117         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
3118         
3119         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
3120
3121         * gdk/gdk.h: remove gdkcc.h
3122
3123         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
3124
3125         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
3126         GdkPixbuf, since the previous implementation was GdkColorContext
3127         dependent.
3128
3129         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
3130         
3131 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
3132
3133         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
3134         a sane value!
3135
3136 2001-02-08  Havoc Pennington  <hp@redhat.com>
3137
3138         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
3139         lighten them.
3140
3141 2001-02-08  Havoc Pennington  <hp@redhat.com>
3142
3143         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
3144         validation idle
3145
3146         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
3147         cell renderer
3148
3149         * demos/pixbuf-demo.c (timeout): remove deprecated
3150         gtk_widget_draw
3151
3152         * demos/testpixbuf-save.c (main): remove deprecated
3153         gtk_drawing_area_size
3154
3155         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
3156         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
3157         at the start of the allocation.
3158         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
3159         unsetup or NULL model.
3160
3161         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
3162         even/odd/sorted cells in the tree view.
3163
3164         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
3165         bugfixes
3166
3167         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
3168         backgrounds with draw_flat_box using different detail for even/odd
3169         rows.
3170
3171         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
3172         row, so we can draw the alternating colors thing
3173
3174         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
3175         property from a synonym property, notify for the synonym.
3176         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
3177         (gtk_text_tag_get_property): Always return the font, even if
3178         all its fields aren't set
3179
3180         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
3181         store the attr list; it leaves us with no way to change attributes
3182         in _render according to the render flags, and no way to implement
3183         get_property. Instead store all the specific text attributes. 
3184         Separate whether an attribute is enabled from its value. Sync all
3185         properties with GtkTextTag, make them all consistent, etc.
3186
3187         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
3188         renderers can highlight the sort row/column     
3189
3190         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
3191         accessor functions to get values; this has the side effect of
3192         showing up which accessor functions were missing. Added those.
3193
3194         * gtk/gtktreeviewcolumn.h: Replace set_justification with
3195         set_alignment, to be consistent with GtkLabel, GtkMisc
3196
3197         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
3198         arrow.
3199
3200         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
3201
3202         * gtk/gtktreesortable.h: updates in here
3203
3204 2001-02-07  Sven Neumann  <sven@convergence.de>
3205
3206         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
3207         pango dimensions after painting the background. We used to draw
3208         gigantic flat boxes here.
3209
3210 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
3211
3212         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
3213         error introduced with earlier commit) (pointed out by
3214         Ollie Lho)
3215
3216 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
3217
3218         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
3219         which are no longer necessary.
3220
3221 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
3222
3223         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
3224
3225 2001-02-04  Tor Lillqvist  <tml@iki.fi>
3226
3227         * gdk/gdk.def
3228         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
3229         Provide dummy implementations.
3230
3231 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
3232
3233         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
3234
3235         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
3236         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
3237         deprecated this function.
3238
3239         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
3240         argument.
3241
3242 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
3243
3244         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
3245
3246 2001-02-03  Havoc Pennington  <hp@pobox.com>
3247
3248         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
3249         Mikael Hermansson with patch from Mikael (if there was a toggle
3250         start one after the first character in the range, this function
3251         was broken). Bug #50380
3252
3253 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
3254
3255         * configure.in: Remove confusing comment about X11.
3256
3257 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
3258
3259         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
3260         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
3261         
3262 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
3263
3264         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
3265         it breaks things on BSD. If you want to compile GTK+ with
3266         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
3267         when configuring, since GTK+ simply can't be "pure ANSI" 
3268         in the header files it uses. (#8170, Greg Hudson)
3269
3270 2001-02-02  Havoc Pennington  <hp@redhat.com>
3271
3272         * gtk/gtkwindow.c: docs
3273
3274         * gtk/gtkwidget.c: docs
3275         (gtk_widget_set_colormap): add a reference to the colormap
3276         (gtk_widget_get_default_colormap): add a reference to the colormap
3277
3278         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
3279
3280         * gtk/gtktextiter.c: docs
3281
3282         * gtk/gtkmain.c (gtk_propagate_event): docs
3283
3284         * gtk/gtkpaned.c (gtk_paned_get_position): docs
3285         (gtk_paned_set_position): docs
3286
3287         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
3288         sort interface, no implementation yet.
3289
3290         * demos/testpixbuf.c (new_testrgb_window): replace
3291         gtk_drawing_area_size() with gtk_widget_set_usize()
3292
3293         * demos/testpixbuf-drawable.c (main): ditto
3294         
3295         * gtk/testgtk.c: remove use of GtkStatusbarMsg
3296
3297         * gtk/gtktextbuffer.c: docs
3298
3299         * gtk/gtkstock.c: docs
3300
3301         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
3302
3303         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
3304
3305         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
3306         
3307         * gtk/gtkimage.c: add some docs in here
3308         (gtk_image_size_request): change name of
3309         gtk_widget_render_stock_icon
3310         (gtk_image_get_icon_set): don't dup returned string
3311         (gtk_image_get_icon_set): don't dup returned string
3312
3313         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
3314         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
3315         and gtkiconfactory.h functions
3316
3317         * gtk/gtkiconfactory.c: add some docs in here
3318
3319         * gtk/gtkmain.c (gtk_get_default_language): document
3320         (gtk_get_current_event): document
3321         (gtk_get_current_event_state): document
3322         (gtk_get_event_widget): document
3323
3324         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
3325
3326         * gtk/gtkcontainer.c: Add some documentation
3327         (gtk_container_add): give a more explanatory warning on adding an
3328         already-parented widget, this is kind of a FAQ and also a common
3329         typo that's easier to debug with a nice warning 
3330
3331         * gtk/gtkcellrenderertoggle.c
3332         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
3333         adding this, it's useless
3334         (gtk_cell_renderer_toggle_set_active): remove
3335         (gtk_cell_renderer_toggle_get_radio): add
3336
3337         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
3338         the NULL cell renderer, that doesn't make any sense to me. 
3339
3340         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
3341         demo code should never use deprecated features.
3342
3343         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
3344         code should never use deprecated features.
3345
3346         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
3347         gtk_widget_queue_clear_area deprecated
3348
3349         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
3350         deprecated
3351
3352         * gtk/gtklabel.h: mark gtk_label_get() deprecated
3353
3354         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
3355         a GdkImage deprecated, replaced by new consistently-named
3356         functions       
3357
3358         * gtk/gtkmain.h: Mark gtk_exit() deprecated
3359
3360         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
3361
3362         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
3363         deprecated
3364
3365         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
3366         so it won't appear in docs and confuse people.
3367
3368         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
3369
3370         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
3371         macros deprecated. (can't mark the type itself deprecated, since
3372         GtkProgressBar is not deprecated and we need the type decl to use
3373         GtkProgressBar)
3374
3375         * gtk/gtkpixmap.h: Mark deprecated
3376
3377         * gtk/gtkoldeditable.h: Mark deprecated
3378
3379         * gtk/gtklist.h: Mark deprecated
3380
3381         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
3382         for anything anymore.
3383
3384         * gtk/gtkctree.h: Mark deprecated
3385
3386         * gtk/gtkclist.h: Mark deprecated
3387
3388         * gtk/gtkpreview.h: Mark deprecated
3389
3390         * gtk/gtkpacker.h: Mark deprecated
3391
3392         * gtk/gtktipsquery.h: Mark deprecated
3393
3394         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
3395
3396         * gtk/gtkvruler.h: Add comment that it will move out of GTK
3397
3398         * gtk/gtkhruler.h: Add comment that it will move out of GTK
3399
3400         * gtk/gtkruler.h: Add comment that it will move out of GTK
3401
3402         * gtk/gtkgamma.h: Add comment that it will move out of GTK
3403
3404         * gtk/gtkcurve.h: Add comment that it will move out of GTK
3405
3406 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
3407
3408         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
3409         gdk_colormap_sync private since it was never exported
3410         in a header file.
3411
3412         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
3413         colormap->colors[] for StaticGray, StaticColor colormaps.
3414
3415         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
3416         was being used as if it was image->bits_per_pixel.
3417
3418         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
3419         for the image in the GdkImage structure since it isn't
3420         reconstructable, and we need it to handle packed types
3421
3422         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
3423         the assumption that on Win32 image->bits_per_pixel == image->depth,
3424         always.
3425
3426         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
3427
3428         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
3429         warning message if no converter can be found. 
3430
3431 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
3432
3433         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
3434         chars to isupper() / tolower(). (#567)
3435
3436         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
3437         to clear up 64-bit warnings. (#567)
3438
3439 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
3440
3441         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
3442         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
3443
3444         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
3445         since some people set $(libdir) separately. (#1290, David Kaelbling)
3446
3447 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
3448
3449         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
3450         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
3451         MAXPATHLEN, but the code here depends on a fixed value.)
3452         (#4524)
3453
3454 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
3455
3456         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
3457         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
3458
3459 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
3460
3461         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
3462         viewable there is no way that moving the node will cause the 
3463         focus row to become not viewable, so omit check on the visibility
3464         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
3465
3466 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
3467
3468         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
3469         selection before inserting new text.
3470
3471 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
3472
3473         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
3474         Make the sensitivity of the reparented child track that of
3475         the original parent menu item. (#34218, David Hodson)
3476
3477         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
3478         the case where the current item is destroyed properly.
3479
3480         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
3481         some edge cases with child-less menuitems.
3482         
3483 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
3484
3485         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
3486         key pop down window. (#12074, Jon K Hellan)
3487
3488 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
3489
3490         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
3491         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
3492         The solution here isn't perfect - you get an extraneous
3493         emission of "toggle", which could conceivably confuse an app,
3494         but better than the current situation. LXR search seems to
3495         indicate that no apps in GNOME CVS connect to "toggle".
3496
3497 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
3498
3499         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
3500         gtk_public_h_sources to directly here to avoid warning when
3501         building srcdir != builddir. (#9656)
3502
3503 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
3504
3505         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
3506         handlers in gtkrange.c return the proper values (TRUE == handled)
3507         (#10316).
3508
3509         This is just the tip of the iceberg, but gtkrange.c is the
3510         most common place where the propagation is problematical,
3511         and also a place where it is almost certainly safe to change
3512         this in the stable branch.
3513
3514         (You don't want right click popups on a range control or anything...)
3515
3516 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
3517
3518         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
3519         area on focus out, even if a background pixmap isn't set.
3520         (#13941)
3521         
3522 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
3523
3524         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
3525         to deal with setting the shape properly when scrolling arrows are
3526         turned on, but not visible because there is sufficient space.
3527         (#13432)
3528
3529 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
3530
3531         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
3532         items with submenus, destroy the item along with the submenu.
3533         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
3534         properly.
3535
3536         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
3537         later.
3538
3539 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
3540
3541         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
3542         the focus widget sometimes wasn't drawn with the default if there
3543         was no default widget.
3544
3545         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
3546         unreference pixmaps. 
3547
3548         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
3549         for some extra safety.
3550
3551 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
3552
3553         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
3554         the text of a cell to the old pointer value better, by
3555         copying the new text before freeing the old text. Some code
3556         cleanup. (#8079, Karl Nelson)
3557
3558 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
3559
3560         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
3561         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
3562
3563 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
3564
3565         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
3566         item from a menu, check to see if it matches 
3567         menu->old_active_menu_item, and if so, unref and clear
3568         old_active_menu_item (Patch from Pavel Cisler)
3569
3570         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
3571         menu_shell->active_menu_item, if it is the child being
3572         removed. (Patch based on that of Gene Ragan, #50337)
3573
3574 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
3575
3576         * gdk/linux-fb/gdkselection-fb.c: 
3577         * gdk/linux-fb/gdkcolor-fb.c: 
3578         * gdk/linux-fb/gdkdrawable-fb2.c: 
3579         * gdk/linux-fb/gdkfont-fb.c: 
3580         * gdk/linux-fb/gdkim-fb.c: 
3581         * gdk/linux-fb/gdkinput.c: 
3582         * gdk/linux-fb/gdkkeyboard-fb.c: 
3583         * gdk/linux-fb/gdkmain-fb.c: 
3584         * gdk/linux-fb/gdkrender-fb.c: 
3585         A bunch of whitespace cleanup.
3586         
3587 2001-01-30  Havoc Pennington  <hp@pobox.com>
3588
3589         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
3590         #ifdef GTK_ENABLE_BROKEN.
3591
3592         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
3593         GTK_ENABLE_BROKEN just before including the broken headers.
3594         
3595         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
3596         deprecated types registered.
3597
3598         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
3599         we have to test the broken stuff.
3600
3601         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
3602         
3603 2001-01-30  Havoc Pennington  <hp@redhat.com>
3604
3605         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
3606         here where prev pointer was set to the wrong thing
3607
3608         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
3609         (gtk_tree_path_is_descendant): new function
3610
3611         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
3612         cached length
3613         (gtk_list_store_get_iter): don't modify iter if we can't get the
3614         path.
3615
3616         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
3617         
3618         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
3619         GtkTreeDragDest
3620
3621         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
3622         was causing segfault
3623
3624         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
3625         pointer to NULL
3626
3627         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
3628
3629         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
3630         on returning FALSE
3631         (gtk_list_store_iter_children): ditto
3632         (gtk_list_store_iter_nth_child): ditto
3633         (gtk_list_store_iter_nth_child): ditto
3634         (gtk_list_store_iter_parent): ditto
3635
3636         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
3637         on iter->user_data != NULL instead of silently accepting it.
3638         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
3639         we are returning TRUE.
3640         (gtk_tree_store_iter_children): ditto
3641         (gtk_tree_store_iter_nth_child): ditto
3642         (gtk_tree_store_iter_parent): ditto
3643         (gtk_tree_store_insert): remove handling of parent->user_data ==
3644         NULL, replace with parent == NULL       
3645
3646         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
3647         and a comment explaining things
3648
3649         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
3650         interface support to GtkTreeStore.
3651
3652         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
3653         FALSE if no prev, fix
3654
3655         * gtk/gtktreeview.c (set_source_row): use a row reference
3656         (set_dest_row): use a row reference
3657
3658 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
3659
3660         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
3661         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
3662         (gtk_tree_selection_select_iter): The same as above.
3663
3664 2001-01-26  Havoc Pennington  <hp@redhat.com>
3665
3666         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
3667         which holds a handle to a specific row (particular set of values
3668         in the model, i.e. pointer-identity row).
3669
3670         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
3671         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
3672         Still need to use it for the src/dest row saved on the drag context.
3673
3674 2001-01-26  Havoc Pennington  <hp@redhat.com>
3675
3676         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
3677
3678         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
3679         not offset by TREE_VIEW_HEADER_HEIGHT
3680         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
3681         TREE_VIEW_HEADER_HEIGHT
3682
3683         * configure.in (included_loaders): for me, --with-included-loaders
3684         generates the error "the specified loader yes does not exist",
3685         i.e. the arg defaults to "yes", so change test for value ""
3686         to test for value "yes", and include all loaders in that case.
3687
3688         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
3689
3690         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
3691         handle TREE_VIEW_VERTICAL_SEPARATOR
3692         (gtk_tree_view_bin_expose): fix to consider the row offset as
3693         pointing halfway into vertical separator.       
3694         (gtk_tree_view_draw_node_focus_rect): ditto
3695
3696         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
3697         --gtk-debug=updates, which causes gdk_window_set_debug_updates
3698         (TRUE) to be called.
3699
3700         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
3701         debug mode where the invalid region is colored in on invalidate,
3702         so you can see the flicker and know whether your redraw code is 
3703         doing a good job.
3704
3705         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
3706         tree window coordinates (clip rect is in tree window coords)
3707
3708         * gtk/Makefile.am: add gtktreednd.[hc]
3709
3710         * gtk/gtkliststore.c: implement gtktreednd interfaces.
3711
3712         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
3713         drag-and-drop data operations on a model (so we can set up tree
3714         drag-and-drop automatically)
3715
3716         * gtk/testgtk.c: Add a window to change sensitivity in the
3717         GtkLabel test; add a way to change the entry frame in GtkEntry
3718         test
3719
3720         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
3721         (gtk_entry_get_has_frame): new functions to remove the frame
3722         around an entry
3723         (gtk_entry_size_request): shrink requisition if no frame
3724         (gtk_entry_draw_focus): don't draw frame if no frame
3725
3726         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
3727         checks inside a cell renderer
3728         (gtk_default_draw_option): ditto for options
3729
3730         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
3731         children from the alignment, not the button
3732         (gtk_tree_view_column_init): ref/sink the column, to emulate
3733         GObject refcounting.
3734
3735         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
3736         
3737         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
3738         Use theme functions to draw the toggles 
3739
3740         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
3741
3742         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
3743         GdkPangoAttrEmbossed to use in rendering insensitive text
3744
3745         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
3746
3747         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
3748         using new GDK features
3749         
3750 2001-01-24  Alexander Larsson  <alexl@redhat.com>
3751
3752         * gtk/gtkimage.c:
3753         Splitted gtk_image_clear into gtk_image_clear() and
3754         gtk_image_reset(). Call gtk_image_clear() in ::destroy
3755         to avoid leaks.
3756
3757         * gtk/gtklabel.c (set_markup):
3758         Don't leak text.
3759
3760         * gtk/gtktextlayout.c:
3761         Always free display->shaped_objects.
3762
3763         * gtk/testgtk.c (create_clist):
3764         Don't leak custom style.
3765
3766 2001-01-23  Alexander Larsson  <alexl@redhat.com>
3767
3768         * gtk/gtkcolorsel.c (grab_color_at_mouse):
3769         Don't leak image. Simplify using gdk_colormap_query_color().
3770         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
3771
3772         * linux-fb/gdkcolor-fb.c:
3773         Implemented gdk_colormap_query_color.
3774
3775 2001-01-23  Alexander Larsson  <alexl@redhat.com>
3776
3777         * linux-fb/gdkcursor-fb.c:
3778         Don't leak built-in cursors.
3779
3780         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
3781         Don't leak tmp_points.
3782
3783         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
3784         Don't modify desc. Don't leak font if the PangoFont
3785         isn't found.
3786         
3787         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
3788         Free dash_list.
3789
3790         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
3791         Don't leak string.
3792         
3793 2001-01-20  Havoc Pennington  <hp@pobox.com>
3794
3795         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
3796         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
3797         me, matches Pango
3798
3799 2001-01-22  Havoc Pennington  <hp@redhat.com>
3800
3801         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
3802
3803         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
3804
3805         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
3806         Remove, move back to gdk-pixbuf
3807
3808         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
3809         to all the word functions
3810
3811         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
3812         before doing anything on NULL layout or if we don't have the focus
3813
3814         * gtk/testtext.c (fill_example_buffer): "justification"
3815
3816         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
3817         to be called "justification" not "justify"
3818
3819         * demos/gtk-demo/textview.c (create_tags): "justification"
3820         
3821         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
3822
3823 2001-01-22  Alexander Larsson  <alexl@redhat.com>
3824
3825         * gdk/gdkwindow.c (gdk_window_invalidate_region):
3826         Don't leak visible_region. Use visible_region instead of region.
3827         
3828         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
3829         Don't do extra gdk_drawable_ref(). This is not X.
3830         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
3831         gdk_fb_focused_window is ref:ed.
3832         (gdk_fb_window_send_crossing_events): Watch out for destroyed
3833         windows.
3834
3835 2001-01-22  Alexander Larsson  <alexl@redhat.com>
3836
3837         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
3838         Don't leak the PangoFontDescriptor.
3839
3840 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
3841
3842         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
3843         when not realized.
3844         (gtk_tree_view_scroll_to_cell): Make work when not realized.
3845         (gtk_tree_view_realize): add scroll_to support
3846         (gtk_tree_view_finalize): add a finalize method.  Populate.
3847         (gtk_tree_view_insert_column): ref and sink the column.
3848         (gtk_tree_view_append_column): ref and sink the column.
3849         (gtk_tree_view_queue_draw_node): New function to handle redrawing
3850         individual nodes.  Should make the code much more efficient, if
3851         actually used.
3852
3853 2001-01-19  Havoc Pennington  <hp@redhat.com>
3854
3855         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
3856         byte_offset variable was being used to mean both "offset into
3857         layout" and "offset into buffer line" which was no longer true
3858         with addition of preedit string; fix
3859
3860 2001-01-19  Havoc Pennington  <hp@redhat.com>
3861
3862         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
3863
3864         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
3865         function
3866
3867         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
3868         implement
3869
3870         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
3871         scroll_to_cell, matches TextView scroll functions better
3872         (gtk_tree_view_tree_to_widget_coords): new function
3873         (gtk_tree_view_widget_to_tree_coords): new function
3874         (gtk_tree_view_get_visible_rect): new function
3875         (gtk_tree_view_get_path_at_pos): accept negative coordinates
3876         (gtk_tree_view_draw_node_focus_rect): new function moved from
3877         draw_focus, also, use width of bin_window as width of the focus
3878         rect
3879         (gtk_tree_view_expand_row): fix bug where it didn't recognize
3880         already-expanded rows
3881         (gtk_tree_view_get_cell_rect): new function
3882         (gtk_tree_view_get_path_at_pos): return the click position
3883         relative to the passed-in cell
3884         (gtk_tree_view_set_expander_column): new function
3885
3886         * configure.in: remove gtk-config-2.0 chmod
3887
3888         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
3889         and properly handle drags with targets we don't understand
3890         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
3891         scrolling anyway
3892         (gtk_text_view_drag_drop): stop scrolling here though, and set the
3893         mark invisible
3894
3895         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
3896         function
3897         (gtk_drag_dest_get_target_list): new function
3898         (gtk_drag_dest_set_target_list): new function
3899         
3900         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
3901
3902         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
3903         related to drag-and-drop
3904
3905 2001-01-19  Alexander Larsson  <alexl@redhat.com>
3906
3907         * gdk/linux-fb/gdkprivate-fb.h:
3908         Define EMULATE_GDKFONT.
3909         Add extra pango_font stuff to GfkFontPrivate.
3910         
3911         * gdk/linux-fb/gdkdrawable-fb2.c:
3912         * gdk/linux-fb/gdkfont-fb.c:
3913         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
3914         emulation using PangoFont.
3915
3916 2001-01-17  Havoc Pennington  <hp@pobox.com>
3917
3918         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
3919         all the non-deprecated set_foo functions. Added missing object
3920         properties, and added g_object_notify() to setters. 
3921         Wrote docs.
3922         
3923 2001-01-18  Tor Lillqvist  <tml@iki.fi>
3924
3925         * gtk/gtkmain.c
3926         * gtk/gtkrc.c: (Win32) Use the new
3927         g_win32_get_package_installation_(sub)directory() functions.
3928
3929         * config.h.win32.in: New file.
3930         
3931         * config.h.win32: Removed.
3932
3933         * configure.in: Output config.h.win32.
3934
3935         * Makefile.am: Add it to EXTRA_DIST.
3936
3937         * gtk/gtk.def: Update.
3938
3939 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
3940
3941         * gtk/gtklabel.c (gtk_label_size_request): Set the
3942         attributes onto the PangoLayout even if they are newly
3943         created from label->pattern.
3944
3945 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
3946
3947         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
3948
3949         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
3950         structures in functions. Fixes bug where gtk_dataset_*
3951         was accidentally still being used in one place, causing
3952         every dest side event to be treated independently.
3953
3954         * gtk/gtkdnd.c: Remove last vestages of handling
3955         ::draw (fixes warning)
3956         
3957         * gtk/gtkentry.[ch]: Add drag and drop support.
3958
3959         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
3960         new function gtk_check_drag_threshhold() for checking
3961         to check if (dx,dy) has exceeded the threshhold for starting
3962         a drag and use it everywhere.
3963
3964 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
3965
3966         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
3967         add -I{includedir}/gtk-2.0.
3968
3969         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
3970         gdk/gdk-pixbuf.h: Doc fixups.
3971         
3972         * gtk/gtkobject.h: Remove trailing , from enum
3973
3974 2001-01-17 Alexander Larsson <alexl@redhat.com> 
3975
3976         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
3977         Doh! Mixed up x and y.
3978
3979         * gdk/linux-fb/gdkglobals-fb.c:
3980         Removed gdk_fb_pointer_grab_window_events,
3981         added _gdk_fb_pointer_grab_owner_events and
3982         _gdk_fb_keyboard_grab_owner_events.
3983
3984         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
3985         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
3986         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
3987         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
3988         Send crossing events after ungrab finished.
3989         (gdk_keyboard_grab): Set ..._owner_events
3990         (type_masks): Move out of function.
3991         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
3992         gdk_fb_keyboard_event_window): New functions, return the
3993         window an event should be targeted at. Handles grabs and
3994         event propagation. Can return NULL.
3995         (gdk_event_make): Remove event_mask checking. Now always
3996         returns an event.
3997                 
3998         * gdk/linux-fb/gdkkeyboard-fb.c:
3999         * gdk/linux-fb/gdkproperty-fb.c:
4000         * gdk/linux-fb/gdkselection-fb.c:
4001         Use new event_window/gdk_event_make() behaviour.
4002         
4003         * gdk/linux-fb/gdkmouse-fb.c:
4004         Use new event_window/gdk_event_make() behaviour.
4005         Only send motion events if in the same window.
4006         If grabbed, use cursor from window if sibling of grabbed
4007         window, and cursor from grabbed window otherwise.
4008
4009         * gdk/linux-fb/gdkprivate-fb.h:
4010         Update gdk_fb_window_send_crossing_events, gdk_event_make
4011         and grab varaible declarations. Add gdk_fb_*_event_window().
4012
4013         * gdk/linux-fb/gdkwindow-fb.c:
4014         Use new event_window/gdk_event_make() behaviour.
4015         Keep correct track of focus window.
4016         (gdk_window_set_events): Set all specific button motion masks
4017         if GDK_BUTTON_MOTION_MASK set.
4018
4019         * gtk/gtkdnd.c (gtk_drag_update):
4020         Free info->last_event if gdk_drag_motion returned FALSE.
4021
4022 2001-01-16  Tor Lillqvist  <tml@iki.fi>
4023
4024         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
4025         Eliminate redraws when input-only windows are shown or
4026         hidden. Thanks to jpe@archaeopteryx.com.
4027
4028 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
4029
4030         * docs/faq/gtk-faq.sgml: FAQ update:
4031           - Update to bugzilla
4032           - Add GTK+ and security/SUID/SGID
4033           - Add DnD question
4034
4035 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
4036
4037         * gdk/linux-fb/gdkdnd-fb.c:
4038         Some cleanups.
4039         
4040 2001-01-15  Havoc Pennington  <hp@pobox.com>
4041
4042         * tests/testtreeview.c: add test stuff for CellRendererToggle
4043
4044         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
4045         accessor
4046
4047         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
4048         only toggle on button press (would do release like GtkButton, but
4049         we'd need implicit grab code for treeview cells)
4050
4051 2001-01-16  Tor Lillqvist  <tml@iki.fi>
4052
4053         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
4054
4055         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
4056         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
4057
4058         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
4059         to g_{locale,filename}_{to,from}_utf8 to match current API.
4060
4061         * gtk/makefile.msc.in (gtk_OBJECTS)
4062         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
4063
4064         * gtk/gtk.def: Update.
4065
4066 2001-01-15  Tor Lillqvist  <tml@iki.fi>
4067
4068         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
4069         implementaion that more closely mimics the events that an X server
4070         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
4071         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
4072         with nested preview widgets, for instance, more responsive when
4073         you move the mouse quickly into them.
4074         (find_window_for_pointer_event): Make it actually compile.
4075         (gdk_event_translate): Set send_event to the value of
4076         InSendMessage (). This doesn't really mean the same as X11's
4077         send_event flag, but is close enough, says jpe@archaeopteryx.com
4078
4079 2001-01-15  Alexander Larsson  <alexl@redhat.com>
4080
4081         * gdk/linux-fb/gdkdnd-fb.c:
4082         Implemented drag and drop.
4083         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
4084         when it tries to free and then copy the same event (info->last_event).
4085         I am not sure about why this happens, but will continue looking.
4086
4087 2001-01-15  Alexander Larsson  <alexl@redhat.com>
4088
4089         * gdk/linux-fb/gdkwindow-fb.c:
4090         Use gdk_window_invalidate_rect instead of
4091         gdk_window_invalidate_rect_clear to minimise flashing.
4092         When hiding windows you need to clear the root window though.
4093
4094 2001-01-15  Alexander Larsson  <alexl@redhat.com>
4095
4096         * gdk/linux-fb/gdkdrawable-fb2.c:
4097         For optization, add an full_shapes argument to gdk_fb_clip_region.
4098         If this is false, only the cliprects of the shapes are used.
4099
4100         * gdk/linux-fb/gdkprivate-fb.h:
4101         Export gdk_fb_window_peek_shape.
4102         Add full_shapes to gdk_fb_clip_region.
4103
4104         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
4105         When moving a window, don't clear everything under the it, just the
4106         root window. Makes stuff faster and flash less.
4107         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
4108         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
4109         offset of the shape.
4110         
4111
4112 2001-01-12  Havoc Pennington  <hp@redhat.com>
4113
4114         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
4115         current invalid region, fixes redraw bug while scrolling the 
4116         text widget
4117
4118         * gtk/gtktextview.c, gtk/gtktextview.h:
4119         Rearrange the scrolling/validation/etc. code in a major way, 
4120         so it seems to make sense to me. Probably isn't genuinely that
4121         much better, but...
4122
4123         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
4124         notifies
4125
4126         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
4127
4128 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
4129
4130         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
4131         Hide mouse pointer while rotation. Show it afterwards.
4132
4133 2001-01-12  Alexander Larsson  <alexl@redhat.com>
4134
4135         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
4136         windows in consideration when generating clip region.
4137
4138         * gdk/linux-fb/gdkfb.h:
4139         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
4140
4141         * gdk/linux-fb/gdkprivate-fb.h:
4142         Add shape to GdkWindowFBDatat.
4143         exported gdk_fb_window_get_abs_shape().
4144         removed gdk_fb_draw_lines declaration.
4145
4146         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
4147         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
4148         send focus changes when there is a grabbed window.
4149         (gdk_window_get_pointer): Handle shaped windows.
4150         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
4151         (gdk_fb_window_peek_shape): Returns the shape for a window,
4152         handles GDK_FB_USE_CHILD_SHAPE.
4153         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
4154         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
4155         (gdk_window_shape_combine_mask): Implement.
4156
4157         * gtk/gtkwindow-decorate.c:
4158         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
4159         setting the shape of a window makes the window transparent.
4160
4161 2001-01-11  Havoc Pennington  <hp@redhat.com>
4162
4163         * gtk/gtktreemodelsimple.h: Oops, broke some macros
4164
4165 2001-01-10  Havoc Pennington  <hp@redhat.com>
4166
4167         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
4168         add this function, bug 40251
4169
4170         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
4171         of type macro   
4172
4173 2001-01-11  Alexander Larsson  <alexl@redhat.com>
4174
4175         * acconfig.h:
4176         Added ENABLE_SHADOW_FB
4177
4178         * configure.in:
4179         Added --disable-shadowfb
4180
4181         * gdk/linux-fb/gdkcursor-fb.c:
4182         Update shadowfb when updating cursor
4183
4184         * gdk/linux-fb/gdkdrawable-fb2.c:
4185         Added wrappers for shadowfb that calls  the normal drawable
4186         methods, but calls gdk_shadow_fb_update(bounding box) when
4187         GdkWindows are drawed to.
4188         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
4189         which also returns the bounding box.
4190
4191         * gdk/linux-fb/gdkfb.h:
4192         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
4193
4194         * gdk/linux-fb/gdkgeometry-fb.c:
4195         Update shadowfb when scrolling window.
4196
4197         * gdk/linux-fb/gdkglobals-fb.c:
4198         Add _gdk_fb_screen_angle.
4199         
4200         * gdk/linux-fb/gdkkeyboard-fb.c:
4201         Test code for screen rotation. Shift-F2 in the xlate driver
4202         rotates the screen.
4203
4204         * gdk/linux-fb/gdkmain-fb.c:
4205         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
4206
4207         * gdk/linux-fb/gdkmouse-fb.c:
4208         Use fb_width/height instead of modeinfo.xres/yres.
4209
4210         * gdk/linux-fb/gdkprivate-fb.h:
4211         Added fb_men, fb_width, fb_height & fb_stride. When using
4212         shadow fb these can differ from the framebuffer stuff.
4213         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
4214         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
4215         _gdk_fb_screen_angle. Removed CM, RP.
4216
4217         * gdk/linux-fb/gdkrender-fb.c:
4218         Added code for shadowfb handling and screen rotation using
4219         shadowfb.
4220
4221         * gdk/linux-fb/gdkwindow-fb.c:
4222         Use fb_mem, fb_stride, fb_width, fb_height.
4223         Added recompute_rowstride to reset the rowstride of all windows.
4224         Added gdk_fb_recompute_all() which recomputes rootwindow size,
4225         window abs positions and window rowstrides. Usefull when the
4226         rotation has changed.
4227
4228 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
4229
4230         * docs/faq/gtk-faq.sgml: update to make web site updating easier
4231
4232 2001-01-10  Havoc Pennington  <hp@redhat.com>
4233
4234         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
4235         where sibling == iter
4236         (gtk_tree_store_insert_after): handle sibling == iter
4237         (gtk_tree_store_prepend): remove stamp checks
4238         (gtk_tree_store_insert_before): ditto
4239         (gtk_tree_store_append): ditto
4240         (gtk_tree_store_get_path): ditto
4241         (gtk_tree_store_get_value): ditto
4242         (gtk_tree_store_iter_has_child): ditto
4243         (gtk_tree_store_iter_n_children): ditto
4244         (gtk_tree_store_iter_nth_child): ditto
4245         (gtk_tree_store_insert_after): ditto
4246         (gtk_tree_store_is_ancestor): ditto
4247         (gtk_tree_store_iter_depth): ditto
4248         (gtk_tree_store_insert_before): assert that sibling's parent is
4249         the same as the passed-in parent
4250         (gtk_tree_store_insert_after): assert that sibling's parent is
4251         the same as the passed-in parent
4252
4253         
4254         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
4255         function to get the first iterator in a model
4256         
4257         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
4258         conventionally the "root" in this sense is just NULL afaict.
4259
4260         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
4261         where sibling == iter
4262         (gtk_list_store_insert_after): handle case where sibling == iter
4263
4264         * tests/testtreeview.c (run_automated_tests): fairly lame basic
4265         automated tests for ListStore, TreeStore
4266
4267         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
4268         (gtk_list_store_insert): update tail pointer, and fix it to work
4269         (gtk_list_store_insert_before): update tail pointer, and fix it to work
4270         (gtk_list_store_append): use tail to be faster
4271         (gtk_list_store_prepend): fix it, update tail pointer
4272         (gtk_list_store_insert_after): fix it, update tail pointer
4273
4274         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
4275         the list
4276
4277 2001-01-09  Havoc Pennington  <hp@redhat.com>
4278
4279         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
4280         is NULL due to a pending resize
4281
4282         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
4283         column width to values less than 1
4284
4285         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
4286         width to be between min/max width, and still set the width 
4287         even if autosize is turned on, so the tree view can use this 
4288         function in order to autosize.
4289         (gtk_tree_view_column_init): set initial width to 1 not 0
4290
4291         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
4292         setter function to modify column width, so we get notification
4293         (gtk_tree_view_insert_iter_height): ditto
4294         (gtk_tree_view_calc_size): ditto
4295         (gtk_tree_view_check_dirty): ditto
4296
4297         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
4298         properties to change all the interesting attributes of the tree
4299         view column.
4300         (gtk_tree_view_column_set_header_clickable): rename set_clickable
4301         (gtk_tree_view_column_get_clickable): add
4302         (gtk_tree_view_column_set_cell_renderer): don't unset the current
4303         attributes; assume a cell renderer with equivalent object
4304         properties has been swapped in. Do g_object_notify().
4305         (gtk_tree_view_column_set_visible): g_object_notify
4306         (gtk_tree_view_column_get_sizing): rename from get_col_type
4307         (gtk_tree_view_column_set_sizing): g_object_notify
4308         (gtk_tree_view_column_set_width): add g_object_notify
4309         (gtk_tree_view_column_set_min_width): ditto
4310         (gtk_tree_view_column_set_max_width): ditto
4311         (gtk_tree_view_column_set_title): ditto
4312         (gtk_tree_view_column_set_clickable): ditto
4313         (gtk_tree_view_column_set_widget): ditto
4314         (gtk_tree_view_column_set_justification): ditto
4315
4316 2001-01-09  Havoc Pennington  <hp@redhat.com>
4317
4318         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
4319         there are no rows in the model
4320
4321         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
4322         NULL, then return the start of the list
4323
4324         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
4325         if we can't get any rows from an empty model 
4326
4327         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
4328         extraneous * after function pointer typedef usage
4329
4330         * Makefile.am: don't specify full path to cp and rm
4331
4332         * gtk/gtkcellrenderertextpixbuf.c
4333         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
4334         NULL before dereferencing, fixes a segfault that happened from
4335         time to time
4336
4337         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
4338         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
4339         and reindent the function
4340         (gtk_cell_renderer_pixbuf_get_size): indentation
4341
4342         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
4343         we quit it
4344         (gtk_dialog_add_buttons_valist): add g_return_if_fail
4345         (gtk_dialog_set_default_response): New function, to set default
4346         button
4347         (gtk_dialog_set_response_sensitive): New function, to set 
4348         sensitivity of buttons
4349
4350         * gtk/gtkcellrendererpixbuf.c
4351         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
4352         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
4353
4354         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
4355         handle any G_TYPE_OBJECT subclass, not just the base class, and 
4356         also boxed types.
4357         (_gtk_tree_data_list_value_to_node): ditto
4358
4359         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
4360         --gtk-debug=tree
4361
4362         * gtk/gtkmain.c: add GTK_DEBUG_TREE
4363
4364         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
4365
4366 2001-01-09  Tor Lillqvist  <tml@iki.fi>
4367
4368         * gdk/win32/gdkevents-win32.c: Implement better mouse
4369         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
4370         (find_window_for_pointer_event): New function.
4371         (gdk_event_translate): Use it when handling mouse events.
4372
4373 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
4374
4375         * configure.in:
4376         Added --with-included-loaders option
4377
4378         * gdk-pixbuf/Makefile.am:
4379         * gdk-pixbuf/gdk-pixbuf-io.c:
4380         Add support for including selected gdk-pixbuf loaders only.
4381
4382         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
4383         gtk_window_set_has_frame):
4384         Added inline documentation.
4385
4386         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
4387         * docs/reference/gdk/tmpl/windows.sgml:
4388         Added inline documentation.
4389
4390 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
4391
4392         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
4393         realizing buttons that have already been realized.
4394
4395 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
4396
4397         * tests/testtreeview.c (main): Show menu items before adding to
4398         option menu.
4399
4400         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
4401         around if we kill them.
4402
4403         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
4404         Return if we pass in a NULL model.
4405
4406 2001-01-08  Havoc Pennington  <hp@redhat.com>
4407
4408         * tests/testtreeview.c: hack on this some
4409
4410         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
4411         gtk_tree_store_set_valist, v is for arrays, valist for varargs
4412         list
4413         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
4414
4415         * gtk/gtkliststore.h: Add varargs set() and get() convenience
4416         functions
4417
4418 2001-01-08  Alexander Larsson  <alexl@redhat.com>
4419
4420         * gtk/gtkwindow-decorate.[hc]:
4421         * gtk/Makefile.am:
4422         New files. Contains an implementation of a minimal WM for
4423         linux-fb.
4424
4425         * gtk/gtkwindow.h:
4426         Add the possibility for GtkWindows to specify a frame. This
4427         is used for the window decoration code, but could concievably
4428         be used for X programs too (xmms style windows).
4429         GtkWindow->frame is the toplevel window if the window is framed.
4430         The signal frame_event gets all events that are targeted to
4431         GtkWindow->frame.
4432         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
4433         
4434         * gtk/gtkwindow.c:
4435         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
4436         Call out to gtkwindow-decorate.c for WM support in linx-fb.
4437
4438 2001-01-08  Alexander Larsson  <alexl@redhat.com>
4439
4440         * docs/README.linux-fb:
4441         Correct filename ~/.pangoft2_aliases
4442
4443         * gdk/gdkwindow.h:
4444         Added new function gdk_window_get_decorations.
4445
4446         * gdk/linux-fb/gdkfb.h:
4447         Removed _gdk_window_get_decorations declaration.
4448         Renamed _gdk_window_set_child_handler to
4449         gdk_fb_window_set_child_handler.
4450
4451         * gdk/linux-fb/gdkwindow-fb.c:
4452         Renamed _gdk_window_set_child_handler to
4453         gdk_fb_window_set_child_handler.
4454
4455         * gdk/x11/gdkwindow-x11.c:
4456         New function gdk_window_get_mwm_hints().
4457         Implemented gdk_window_get_decorations.
4458
4459         * docs/reference/gdk/tmpl/windows.sgml:
4460         * docs/reference/gdk/gdk-sections.txt:
4461         Added gdk_window_get_decorations docs.
4462         
4463 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
4464
4465         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
4466         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
4467         gdk_fb_window_send_crossing_events):
4468         Possibly send focus events when the mouse moves from one
4469         window to another.
4470
4471 2001-01-07  Tor Lillqvist  <tml@iki.fi>
4472
4473         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
4474         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
4475         to match current API.
4476
4477         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
4478         environment variable is set, don't call g_error when on a
4479         palettized (PseudoColor) display. Some people want to use GTK+ 
4480         in 256-colour mode even though works only partially.
4481
4482         * gdk/gdk.def
4483         * gtk/gtk.def
4484         * gtk/makefile.mingw.in: Update.
4485
4486 2001-01-05  Havoc Pennington  <hp@redhat.com>
4487
4488         * tests/testtreeview.c: hack on this a bit
4489
4490         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
4491         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
4492
4493         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
4494         was spelled incorrectly
4495         (GTK_IS_TREE_MODEL_SIMPLE): ditto
4496
4497         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
4498         from gtk_tree_view_set_headers_active   
4499
4500         * gtk/gtktexttag.c:
4501         (gtk_text_tag_get_property): handle PROP_DIRECTION
4502         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
4503         properties, bug 40235
4504
4505         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
4506         forward_to_line_end
4507
4508 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
4509
4510         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
4511         modules/input/gtkimcontextxim.c: Adapt to new prototypes
4512         for unicode,locale,filename conversion functions.
4513
4514 2001-01-05  Havoc Pennington  <hp@redhat.com>
4515
4516         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
4517         broken if called on the first position in the buffer.
4518
4519         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
4520         forward_to_delimiters to be called only if we aren't already at
4521         the delimiters.
4522
4523 2001-01-05  Havoc Pennington  <hp@redhat.com>
4524
4525         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
4526
4527 2001-01-05  Alexander Larsson  <alexl@redhat.com>
4528
4529         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
4530         colormap in here. Sync from X port.
4531         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
4532         Sync from X port.
4533         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
4534         This happens now and then, and i don't think it is a bug.
4535         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
4536         != endpoint.
4537         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
4538         GDK_LINE_SOLID.
4539
4540         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
4541         some of the fields filled in at least.
4542
4543         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
4544         miLineArcD is no more, remove it from the function definition.
4545
4546 2001-01-04  Havoc Pennington  <hp@redhat.com>
4547
4548         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
4549         this
4550
4551         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
4552         user_data instead of tree_node
4553
4554         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
4555         TREE_VIEW_COLUMN_SIZE
4556
4557         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
4558         "size" field to "width" finishes bug 40061
4559
4560         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
4561         for bitfields, bug 40268
4562
4563 2001-01-04  Havoc Pennington  <hp@redhat.com>
4564
4565         Rename some stuff:
4566         
4567         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
4568
4569         s/GtkModelSimple/GtkTreeModelSimple/g;
4570         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
4571         s/gtk_model_simple/gtk_tree_model_simple/g;
4572         s/gtkmodelsimple/gtktreemodelsimple/g;
4573
4574         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
4575
4576         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
4577         s/column_set_col_type/column_set_sizing/g;
4578
4579         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
4580         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
4581
4582         s/GtkCellRendererType/GtkCellRendererState/g;
4583         
4584         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
4585         (gtk_cell_renderer_toggle_class_init): change "state" property to
4586         "active", to match GtkToggleButton
4587         (gtk_cell_renderer_toggle_get_active): new function, bug
4588         40269
4589         (gtk_cell_renderer_toggle_set_active): new function
4590         (gtk_cell_renderer_toggle_set_property): route changes to toggle
4591         state through gtk_cell_renderer_set_active
4592
4593 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
4594
4595         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
4596         temporarily until they work again.  Brought up to date with
4597         changes in the model.
4598         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
4599         model.
4600
4601 2001-01-04  Havoc Pennington  <hp@redhat.com>
4602
4603         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
4604         equal to the line length, then position iterator before paragraph 
4605         separators. Fixes crash reported by Mikael Hermansson when
4606         pressing left arrow from the start of a line.   
4607
4608         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
4609         about byte indexes off the end
4610         (iter_set_from_char_offset): add g_error about char offsets
4611         off the end
4612
4613 2001-01-03  Havoc Pennington  <hp@redhat.com>
4614
4615         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
4616
4617         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
4618         of private functions; remove inclusion of private headers.
4619
4620         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
4621         function, so we don't need private functions in gtktextdisplay.c
4622
4623         * gtk/gtktextiterprivate.h: underscore-ification
4624
4625         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
4626         to instead say "only useful to implement widgets"
4627
4628         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
4629         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
4630         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
4631
4632         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
4633         This function was completely broken
4634
4635         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
4636
4637         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
4638
4639         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
4640
4641         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
4642
4643         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
4644
4645         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
4646
4647         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
4648         gtk_paint_layout
4649
4650         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
4651         gtk_paint_layout
4652
4653         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
4654         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
4655         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
4656         which were not implemented.     
4657
4658         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
4659         insert_pixbuf signal. Rename delete_text to delete_range since it
4660         also deletes pixbufs and child anchors. This almost closes bug
4661         40245 (still need to deal with child anchors)
4662
4663         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
4664         insert_pixbuf, change signal names as appropriate, change types of
4665         signals taking marks/tags to have the specific type, not just
4666         G_TYPE_OBJECT
4667         
4668         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
4669         closes bug 40051
4670
4671         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
4672         unnecessary remove_contents() call
4673         (gtk_option_menu_class_init): add a "changed" signal, closes
4674         bug 40039
4675         (gtk_option_menu_update_contents): emit "changed" if the 
4676         active menu item changes
4677
4678         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
4679         cast to GtkObject, reported by Jonas Borgstrom
4680         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
4681         we can't do stuff with side effects in finalize. Instead, spew a
4682         warning if the loader isn't closed.
4683
4684         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
4685         colormap in here, non-X ports probably need to sync to this change
4686
4687         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
4688         assertion that colormap != NULL, you can set the colormap to NULL
4689         if you like.
4690         
4691         * Makefile.am: remove gtk-config-2.0
4692
4693         * configure.in: Use pkg-config to locate GLib. Remove
4694         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
4695         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
4696         Use pkg-config to locate Pango. Output correct Pango libs to
4697         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
4698
4699         * Makefile.am (pkgconfig_DATA): install only target-specific pc
4700         files
4701         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
4702         X11 pc files
4703
4704         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
4705         unref from here
4706
4707 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
4708
4709         * configure.in:
4710         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
4711
4712 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
4713
4714         * gtk/gtktextlayout.c
4715         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
4716         variable when moving back onto a single line.
4717
4718 2001-01-01  Havoc Pennington  <hp@redhat.com>
4719
4720         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
4721
4722         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
4723
4724         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
4725         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
4726
4727 2001-01-01  Havoc Pennington  <hp@redhat.com>
4728
4729         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
4730
4731         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
4732         GtkTextAttributes
4733
4734         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
4735         #40246
4736         (gtk_text_attributes_copy_values): rename from 
4737         gtk_text_attributes_copy
4738         (gtk_text_attributes_copy): a more standard GTK copy function, 
4739         which returns a new object
4740
4741 2001-01-01  Havoc Pennington  <hp@redhat.com>
4742
4743         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
4744         
4745         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
4746         don't fill in tree_view->priv->selection, kind of an unexpected
4747         side effect
4748
4749         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
4750         gtkintl.h
4751         
4752         * gtk/gtkcellrenderer.c: Remove definition of _ and include
4753         gtkintl.h
4754         (gtk_cell_renderer_get_property): remove calls to g_value_init
4755
4756         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
4757         gtkintl.h
4758
4759         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
4760         and include gtkintl.h
4761         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
4762         property names
4763
4764         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
4765         GtkTreeSelection
4766         (_gtk_tree_selection_new_from_with_view): rename, return
4767         GtkTreeSelection
4768         (_gtk_tree_selection_set_tree_view): rename with uscore
4769         (gtk_tree_selection_get_selected): fill in the "model" out param
4770         first, so it gets filled in even if we return at the top of the 
4771         function
4772         (gtk_tree_selection_real_select_all): add a comment and an else{}
4773         to clarify this a bit
4774         (gtk_tree_selection_real_unselect_all): add the same else{}
4775
4776         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
4777         set_tree_view to have underscore prefixes, move them to the
4778         private header, fix return type of new_with_tree_view
4779         (struct _GtkTreeSelection): mark struct
4780         fields private  
4781
4782         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
4783         GtkTreeModelFlags, not a guint
4784         (gtk_tree_path_prev): return gboolean not gint
4785         (gtk_tree_path_up): return gboolean not gint
4786
4787         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
4788         return GtkTreeModelFlags, not a guint
4789
4790         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
4791         that child model is non-null before unrefing it
4792         (g_value_int_compare_func): make this a qsort compare func, not 
4793         a boolean predicate
4794
4795         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
4796         (add -umn to the end), and mark it unimplemented
4797         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
4798         I don't see what it's for - doesn't the model always sort itself?
4799         (gtk_tree_model_sort_set_compare): this had the wrong signature
4800
4801         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
4802         Fix the docs to say that it destructively replaces existing
4803         attributes (previously said that it added attributes).
4804         (gtk_tree_view_column_set_visible): canonicalize bool before
4805         equality testing. Also, check for realization before
4806         hiding/showing the tree_column->window; if this window could exist
4807         before realization, then it's busted and needs fixing, we can't 
4808         create GDK resources pre-realization. Also, remove
4809         superfluous queue_resize(), since set_size() does that for us.
4810         (gtk_tree_view_column_set_col_type): check realization before 
4811         using tree_column->window
4812
4813         * gtk/gtktreedatalist.c: fix filename in copyright notice
4814
4815 2000-12-31  Havoc Pennington  <hp@pobox.com>
4816
4817         * gtk/gtktextview.c: Rearrange all the
4818         scroll-while-dragging-or-selecting code to be different, not
4819         necessarily better. ;-)
4820         (gtk_text_view_scroll_to_mark): Change this
4821         function to take within_margin as a fraction instead of a pixel
4822         value, and to take alignment arguments (indicating where to align 
4823         the mark inside the visible area)
4824         
4825         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
4826         to GtkObject
4827
4828         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
4829         behavior so that offsets past the end of the line are not 
4830         allowed, and an offset equal to the line length moves the iterator
4831         to the next line
4832         (gtk_text_iter_set_line_index): make parallel change
4833         (gtk_text_iter_get_bytes_in_line): add this function
4834         
4835         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
4836         of byte indexes off the end of the line; byte index at the end of
4837         the line now returns FALSE and doesn't fill in the requested
4838         values, byte index past the end of the line is an error.  Also,
4839         don't allow -1 offset anymore, since its meaning is unclear.
4840
4841         This change exposes some bug in visual cursor motion, where we
4842         end up with a huge invalid byte index; needs fixing. Symptom of 
4843         bug is a crash when you hit up arrow.
4844         
4845         (_gtk_text_line_char_locate): match the change to byte_locate
4846
4847         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
4848         from start of line properly. fixes bug reported by Mikael
4849         Hermansson where backspace would delete all text before the
4850         cursor.
4851
4852 2000-12-30  Tor Lillqvist  <tml@iki.fi>
4853
4854         * gdk/win32/gdkwindow-win32.c
4855         (gdk_window_impl_win32_get_visible_region): New function, as in
4856         the X11 backend.
4857         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
4858         instead of duplicating the same code here.
4859
4860         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
4861         GDK_COLORMAP macro.
4862
4863         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
4864         destroy function.
4865         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
4866         access that.
4867
4868         * gtk/gtk.def: Update.
4869
4870         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
4871
4872 2000-12-30  Havoc Pennington  <hp@pobox.com>
4873
4874         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
4875         colormap on input only windows, to avoid special cases all over
4876         the code for these windows.
4877
4878 2000-12-26  Tor Lillqvist  <tml@iki.fi>
4879
4880         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
4881         we are on a palettized display ("PseudoColor" in X11), as the code
4882         for that doesn't work anyway, and never has.
4883
4884 2000-12-22  Alexander Larsson  <alexl@redhat.com>
4885
4886         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
4887         Don't use isprint() for chars > 255.
4888
4889 2000-12-21  Havoc Pennington  <hp@redhat.com>
4890
4891         * tests/testtreeview.c: more work
4892
4893 2000-12-21  Alexander Larsson  <alexl@redhat.com>
4894
4895         * docs/README.linux-fb:
4896         Update the docs to the new pangoft2 way.
4897
4898 2000-12-21  Alexander Larsson  <alexl@redhat.com>
4899
4900         * configure.in:
4901         For linux-fb get the pangoft2 cflags and libs. This needs a recent
4902         pango version.
4903         Remove modules/linux-fb/Makefile.
4904
4905         * gdk/linux-fb/gdkdrawable-fb2.c:
4906         Render glyphs using freetype.
4907
4908         * gdk/linux-fb/gdkfb.h:
4909         Add new fb-specific functions needed for managing windows.
4910
4911         * gdk/linux-fb/gdkmain-fb.c:
4912         Remove gdk_font_init/fini() calls.
4913
4914         * gdk/linux-fb/gdkpango-fb.c:
4915         Remove old implementation. Use pangoft2 instead.
4916
4917         * gdk/linux-fb/gdkprivate-fb.h:
4918         Remove PangoFBFont and related stuff.
4919
4920         * gdk/linux-fb/gdkwindow-fb.c:
4921         Implement drawable->get_visible_region.
4922         Implement support for _gdk_window_set_child_handler () and
4923         _gdk_window_get_decorations().
4924
4925         * modules/Makefile.am:
4926         Remove linux-fb subdir.
4927
4928         * modules/linux-fb/*:
4929         Removed all.
4930         
4931 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
4932
4933         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
4934         calls, as they are no longer needed.
4935
4936         * gtk/gtktreemodelsort.c: Fix up the comparison code.
4937         
4938         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
4939         figure out how to emit a signal on an interface.
4940
4941 2000-12-20  Havoc Pennington  <hp@redhat.com>
4942
4943         * tests: new directory to contain tests, gtk/test* should move
4944         here sometime (with appropriate on-cvs-server hackery)
4945
4946         * tests/testtreeview.c, tests/Makefile.am: a test
4947         
4948         * configure.in (AC_OUTPUT): add tests/Makefile
4949
4950         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
4951         and "invisible_set" which were missing
4952
4953         * gtk/gtkrbtree.h: some cheesy indentation fix
4954         
4955 2000-12-20  Alexander Larsson  <alexl@redhat.com>
4956
4957         * gtk/gtkinvisible.c (gtk_invisible_realize):
4958         Attach the style to the window so that the style it is not
4959         leaked when unrealizing the window.
4960
4961 2000-12-18  Havoc Pennington  <hp@redhat.com>
4962
4963         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
4964         begin/end user action where appropriate
4965         (gtk_text_view_commit_handler): add begin/end user action
4966
4967         * gtk/gtktextbuffer.c: add begin/end user action signals, and
4968         bracket interactive operations with begin/end user action pair.
4969         
4970         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
4971         "interactive" arg from insert_text and delete_text signals.
4972         Add begin_user_action, end_user_action signals
4973         (gtk_text_buffer_begin_user_action): 
4974         (gtk_text_buffer_end_user_action): New functions to delimit 
4975         a user-visible action
4976
4977         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
4978         signals.
4979         
4980 2000-12-18  Havoc Pennington  <hp@redhat.com>
4981
4982         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
4983         was pretty non-working.
4984
4985         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
4986         by passing the length to g_utf8_validate().
4987
4988 2000-12-16  Havoc Pennington  <hp@pobox.com>
4989
4990         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
4991         Port to GObject, can go back in gdk-pixbuf after setting up 
4992         a gdk-pixbuf-marshal.h header over there.
4993
4994         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
4995         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
4996         args
4997         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
4998         set
4999         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
5000         here, do it when we create the buttons later
5001         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
5002         (gtk_tree_view_map): paranoia checks that column->button is shown 
5003         and unmapped
5004         (gtk_tree_view_size_request): only request visible children.
5005         Move header size calculation in here, for cleanliness, and 
5006         to maintain invariants for child widgets if we eventually 
5007         let users set different children inside the buttons
5008         (gtk_tree_view_map_buttons): factor out code to map buttons,
5009         since it was being called several times
5010         (gtk_tree_view_size_allocate_buttons): move_resize the drag
5011         windows instead of just moving them; their height may change 
5012         if we allow random widgets in there, or the theme changes.
5013         (gtk_tree_view_size_allocate): move button size allocation 
5014         above emitting the scroll signals, to ensure a sane state when we
5015         hit user code
5016         (gtk_tree_view_button_release): remove queue_resize after
5017         tree_view_set_size(), set_size() will handle any resize queuing
5018         that's needed
5019         (gtk_tree_view_focus_in): just queue a draw, don't fool with
5020         draw_focus goo
5021         (gtk_tree_view_focus): use gtk_get_current_event() and
5022         gdk_event_get_state()
5023         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
5024         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
5025         semicolon
5026         (gtk_tree_view_create_button): show the button here
5027         (gtk_tree_view_button_clicked): actually emit the clicked signal
5028         on the column
5029         (_gtk_tree_view_set_size): return right away if the size is
5030         unchanged, as a cheesy optimization
5031         (gtk_tree_view_setup_model): rename set_model_realized to 
5032         setup_model to match the flag that indicates whether we've 
5033         called it
5034         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
5035         exist, because set_scroll_adjustment does that and it shouldn't
5036         matter what order you call these in
5037         (gtk_tree_view_get_vadjustment): ditto
5038         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
5039         for paranoia
5040         (gtk_tree_view_set_headers_visible): call
5041         gtk_tree_view_map_buttons() instead of using cut-and-paste code
5042         (gtk_tree_view_append_column): clarify whether the return value
5043         is the count of columns before or after, and do the increment 
5044         separately from the return statement so you can tell from the code.
5045         (gtk_tree_view_remove_column): ditto
5046         (gtk_tree_view_insert_column): ditto
5047         (gtk_tree_view_get_column): remove g_return_if_fail for columns
5048         outside the existing range, the docs say that outside-range
5049         columns are allowed, so we handle them as documented. (Presumably
5050         this allows a nice loop with column != NULL as test.)
5051         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
5052         mean (left/right/center etc.).
5053         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
5054         (gtk_tree_view_expand_row): add docs
5055         (gtk_tree_view_collapse_row): add docs
5056
5057         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
5058         function to emit the clicked signal on a column
5059         
5060         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
5061         state of an event
5062         (gdk_event_get_time): don't treat GDK_SCROLL 
5063         as a button event, remove default case from switch so gcc 
5064         will whine if we don't explicitly handle all event types
5065
5066         * gtk/gtktreeselection.h: added some FIXME 
5067         
5068         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
5069         "columns" to "n_columns" and "column" to "columns" for clarity
5070
5071 2000-12-16  Havoc Pennington  <hp@pobox.com>
5072         
5073         * gtk/gtktextiter.c: General cleanup of the log attr iteration
5074         stuff. This should make e.g. the delete key work again in the
5075         text widget...
5076         (gtk_text_iter_forward_cursor_positions): handle negative count
5077         (gtk_text_iter_backward_cursor_positions): handle negative count
5078         (gtk_text_iter_forward_word_ends): handle negative count
5079         (gtk_text_iter_backward_word_starts): handle negative count
5080
5081         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
5082         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
5083         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
5084         GObject. No doubt will cause breakage.
5085
5086         * demos/gtk-demo/textview.c: remove hacks around
5087         non-GObject-ification of the text objects
5088
5089         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
5090         the text tag
5091         
5092 2000-12-14  Havoc Pennington  <hp@pobox.com>
5093
5094         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
5095         that we have Xrender
5096
5097 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
5098
5099         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
5100         Add two virtualized functions gdk_drawable_get_clip_region - to
5101         get the clip region when drawing.
5102         
5103         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
5104         use invalidate_region.
5105
5106         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
5107         region.
5108
5109         * acconfig.h configure.in: Check for Xft. For now, assume
5110         that if Xft is found, Pango was compiled with Xft support
5111         as well.
5112
5113         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
5114         gdk_colormap_query_color().
5115         
5116         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
5117         with Xft if appropriate.
5118
5119         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
5120         a pangoxft context if we have XFT and the environment
5121         variable GD_USE_XFT is set.
5122         
5123         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
5124         and also possibly an XftDraw structure.
5125
5126         * gtk/gtkfontsel.c: Handle the case where the font from the
5127         style doesn't match any of the fonts a bit better.
5128         
5129         * gtk/testgtk.c: Add tabs between directional segments for
5130         hebrew/arabic test. (Not really necessary, just a little
5131         prettier.)
5132
5133 2000-12-14  Havoc Pennington  <hp@redhat.com>
5134
5135         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
5136         reading a file
5137
5138 2000-12-14  Havoc Pennington  <hp@redhat.com>
5139
5140         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
5141         unused call to get_last_line()
5142
5143         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
5144         here until boxed is working (and maybe after that - we should
5145         really not gratuitously break old code)
5146
5147         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
5148         specific types for font_desc and tabs args, move them to
5149         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
5150         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
5151
5152         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
5153         use GTK_TYPE_POINTER for signal signatures as a hack-around
5154
5155         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
5156         PangoTabArray
5157
5158         * gtk/gtktextlayout.c (line_display_iter_to_index): 
5159         make static
5160         (line_display_index_to_iter): make static
5161
5162         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
5163         to marshal a string not a boxed
5164
5165         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
5166
5167         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
5168         since the UTF-8 isn't validated yet
5169
5170         * gtk/gtktextsegment.c (char_segment_check_func): don't require
5171         lines to end in '\n'
5172         
5173         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
5174         forward_to_delimiters, and grapheme boundaries
5175         (gtk_text_view_delete_from_cursor): properly handle non-newline
5176         delimiters, and grapheme boundaries
5177
5178         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
5179         to gtk_text_iter_forward_to_delimiters, and make it work properly
5180         if empty lines end with a character other than '\n'
5181
5182         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
5183         position
5184
5185 2000-12-15  Tor Lillqvist  <tml@iki.fi>
5186
5187         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
5188
5189         * gtk/gtk.def
5190         * gdk/gdk.def: Update.
5191
5192         * gdk/win32/gdkmain-win32.c
5193         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
5194         gdkmain-win32.c here.
5195
5196         * gdk/win32/makefile.mingw.in (all): No need to make
5197         gdk-win32res.o here, the makefile one step up will call us to make
5198         it.
5199
5200         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
5201         gdkkeys-win32.
5202
5203         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
5204
5205         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
5206         call to g_source_add().
5207
5208         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
5209         leak. Thanks to Andreas Kemnade.
5210
5211 2000-12-13  Havoc Pennington  <hp@pobox.com>
5212
5213         * gtk/gtktextbtree.h: Remove double _ in front of some functions
5214
5215         * gtk/gtktext*.[hc]: update accordingly
5216         
5217 2000-12-13  Havoc Pennington  <hp@pobox.com>
5218
5219         * gtk/gtktextbtree.h: Put _ in front of every function in this 
5220         header file
5221
5222         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
5223
5224 2000-12-13  Alex Larsson  <alexl@redhat.com>
5225
5226         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
5227         Add support for ps2 intellimouse.
5228
5229         * gdkkeyboard-fb.c:
5230         Move shift-F1 repaint handling to xlate handler only.
5231         
5232         * docs/README.linux-fb:
5233         Add imps2 to docs.
5234         Document the new refresh keys.
5235         
5236 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
5237
5238         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
5239
5240         * gtk/gtkbox.c: change property types from (u)long to (u)int for
5241         ::position and ::padding.
5242
5243         * gtk/gtkcontainer.c: make ::border_width an INT property.
5244
5245         * gtk/gtkpacker.c: make ::position an INT property.
5246
5247         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
5248         guard against NULL h/v scrollbars, since this is used at construction
5249         time.
5250
5251         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
5252         internal gtk_clist_constructor().
5253
5254         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
5255         gtk_ctree_constructor().
5256
5257         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
5258         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
5259
5260         * docs/reference/Makefile.am: fun stuff, disabled docs generation
5261         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
5262
5263         * gtk/gtkwidget.[hc]:
5264         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
5265         and gtk_widget_get().
5266         (gtk_widget_new): use g_object_new_valist().
5267         (gtk_widget_set): use g_object_set_valist().
5268
5269         * gtk/gtkobject.[hc]:
5270         removed gtk_object_arg_get_info(), gtk_object_getv(),
5271         gtk_object_query_args(), gtk_object_newv(),
5272         gtk_object_class_add_signals(),
5273         gtk_object_class_user_signal_new(),
5274         gtk_object_class_user_signal_newv(),
5275         gtk_object_arg_set(), gtk_object_arg_get(),
5276         gtk_object_args_collect(),
5277         gtk_object_default_construct(),
5278         gtk_object_constructed(),
5279         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
5280         removed nsignals, signals and n_args members from GtkObjectClass.
5281         (gtk_object_new): use g_object_new_valist().
5282         (gtk_object_set): use g_object_set_valist().
5283         (gtk_object_get): use g_object_get_valist().
5284         
5285         * gtk/gtkcompat.h: define gtk_object_default_construct().
5286         
5287         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
5288         g_object_new().
5289
5290         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
5291         fucntions, cleaned up method assignments (make sure your structures
5292         are setup properly before calling out). removed all GTK_CONSTRUCTED
5293         hacks ;)
5294
5295 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
5296
5297         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
5298         off-by-one error in checks. (Dave Lambert)
5299
5300 2000-12-12  Alexander Larsson  <alexl@redhat.com>
5301
5302         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
5303         Don't free gdk_fb_keyboard twice.
5304
5305 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
5306
5307         * gtk/testgtk.c:
5308         (create_tooltips): 
5309         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
5310         use GObject swapped_signal:: properties instead.
5311
5312         * gtk/gtkcellrenderertoggle.c: 
5313         * gtk/gtkcellrenderertextpixbuf.c: 
5314         * gtk/gtkcellrenderertext.c: 
5315         * gtk/gtkcellrendererpixbuf.c: 
5316         * gtk/gtkcellrenderer.c:
5317         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
5318         missing warnings for invalid property ids, install properties
5319         with g_object_class_install_property() now.
5320         
5321         * gtk/gtksignal.c:
5322         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
5323         
5324 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
5325         
5326         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
5327         to determine if a window is the focus widget within
5328         its toplevel.
5329
5330         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
5331         to be boolean.
5332
5333         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
5334         of the case where the container CAN_FOCUS to here instead
5335         of having it in each individual move-the-focus place.
5336
5337         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
5338         focusing to be geometric in a much more obvious sense. Arrowing
5339         around is still non-intuitive because it isn't perfect and
5340         because entries, etc, grab the arrow keys, but it at least
5341         usually will do what you expect now.
5342         
5343         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
5344         file.
5345
5346         * gtk/gtknotebook.c: Change tabs to be a single item in
5347         the focus chain. Make movement of focus on tabs with arrow
5348         keys wrap around.
5349         
5350         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
5351         CHECK_FIND_CHILD macro to give informative error messages
5352         instead of silent returns.
5353
5354         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
5355         flag since we handle GdkReturn on the tabs.
5356
5357         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
5358         windows rather than sending expose events directly.
5359
5360         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
5361         definition for GtkNotebookPage into .c file, since it is private.
5362
5363         * gtk/testgtk.c (create_notebook): Add option for 
5364         testing borderless notebook.
5365
5366         * gtk/testgtk.c (page_switch): Removed egregious poking
5367         around in GTK+ internals.
5368
5369         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
5370
5371         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
5372         properly through gtk_clist_focus. Make the title headers a
5373         single item in the tab-focus chain, and make left-right wrap
5374         around.
5375
5376         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
5377         focus method so that wrapping around works properly.
5378
5379         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
5380         that is handled for the widget now. 
5381
5382 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
5383
5384         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
5385         widgets as TOPLEVEL.
5386
5387         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
5388         TOPLEVEL widgets are containers.
5389
5390         * gtk/gtkinvisible.h: Remove useless include.
5391
5392 2000-12-11  Havoc Pennington  <hp@redhat.com>
5393
5394         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
5395         Handle chopping off \r\n and 0x2029 in addition to \n before
5396         passing to PangoLayout
5397
5398         * gtk/gtkimcontextsimple.c
5399         (gtk_im_context_simple_get_preedit_string): 
5400         return an empty string if no match is pending
5401
5402         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
5403         assertion that the returned preedit string was sane
5404
5405         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
5406         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
5407         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
5408
5409 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
5410
5411         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
5412         Fix up finalizer to chain to its parent.
5413
5414 2000-12-11  Alexander Larsson  <alexl@redhat.com>
5415
5416         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
5417         Clearified the difference between the keyboard types. Wrote a note
5418         about the magic sysrq key to get out of raw mode.
5419
5420 2000-12-09  James Henstridge  <james@daa.com.au>
5421
5422         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
5423         member to hold masks for detecting the start of a protocol packet.
5424         (mouse_devs): add packet start masks for ps2 and ms device types.
5425         Left the mask for fidmour blank, as I have no idea what it should
5426         be.
5427         (handle_mouse_io): skip bytes until we get to the start of a
5428         packet.  My Logitech mouse seems to be passing an extra NULL pad
5429         byte, and GPM does a similar thing here.
5430         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
5431         this is the ms mouse driver.
5432         (gdk_fb_mouse_ms_packet): fix up button handling, which was
5433         completely broken except for button1.  It was checking the wrong
5434         bit in the packet for the status of the right mouse button, and
5435         wrongly assuming right == button2 rather than 3.  I fixed that and
5436         also added support for middle button (button2).
5437
5438 2000-12-08  Havoc Pennington  <hp@redhat.com>
5439
5440         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
5441         that cause a segfault on text insertion
5442
5443         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
5444         warning
5445
5446         * gtk/gtktextiter.c (test_log_attrs): use
5447         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
5448
5449         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
5450         Get log attrs for a line, using a cache stored on the buffer
5451         
5452         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
5453         reported by Jeff Franks
5454
5455 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
5456
5457         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
5458         /dev/ttyS0 -> /dev/mouse
5459
5460 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
5461
5462         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
5463         Added dummy gdk_fontset_load.
5464
5465 2000-12-08  Alexander Larsson  <alexl@redhat.com>
5466
5467         * docs/README.linux-fb:
5468         * docs/Makefile.am:
5469         Initial GtkFB docs.
5470         
5471         * gdk/linux-fb/Makefile.am:
5472         Define GDK_DATA_PREFIX.
5473
5474         * gdk/linux-fb/gdkmain-fb.c:
5475         Fix typo.
5476         Change default display to /dev/fb0.
5477
5478         * gdk/linux-fb/gdkpango-fb.c:
5479         Add $(prefix)/share/fonts/ to font path.
5480         
5481 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
5482
5483         * gdk/linux-fb/gdkkeyboard-fb.c:
5484         New file containing the abstracted keyboard driver. Most code
5485         taken from gdkinput-ps2.c
5486
5487         * gdk/linux-fb/gdkinput-ps2.c:
5488         Removed file.
5489         
5490         * gdk/linux-fb/Makefile.am:
5491         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
5492
5493         * gdk/linux-fb/gdkcolor-fb.c:
5494         display->fb was renamed to display->fb_fd.
5495
5496         * gdk/linux-fb/gdkcursor-fb.c:
5497         gdk_mouse_get_info -> gdk_fb_mouse_get_info
5498
5499         * gdk/linux-fb/gdkinput.c:
5500         Moved gdk_input_init here from gdkinput-ps2.c
5501
5502         * gdk/linux-fb/gdkmain-fb.c:
5503         display->fb was renamed to display->fb_fd.
5504         Now the tty and the console is opened here instead
5505         of in the keyboard driver. Also check GDK_VT to see what
5506         tty to open.
5507         Move gdk_beep () here from gdkinput-ps2.c
5508         gdk_mouse_get_info -> gdk_fb_mouse_get_info
5509
5510         * gdk/linux-fb/gdkmouse-fb.c:
5511         Add header.
5512         gdk_mouse_get_info -> gdk_fb_mouse_get_info
5513         Return correct keyboard modifiers.
5514         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
5515
5516         * gdk/linux-fb/gdkprivate-fb.h:
5517         Add tty and vt info to display.
5518         Add orignal modeinfo storage to display
5519         Update global functions
5520
5521         * gdk/linux-fb/gdkwindow-fb.c:
5522         Added gdk_fb_window_find_focus().
5523         gdk_mouse_get_info -> gdk_fb_mouse_get_info
5524
5525 2000-12-07  Havoc Pennington  <hp@pobox.com>
5526
5527         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
5528         function, noticed by Alex
5529
5530 2000-12-06  Elliot Lee  <sopwith@redhat.com>
5531
5532         * configure.in: Detect freetype properly
5533
5534         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
5535         above.
5536
5537 2000-12-06  Alexander Larsson  <alexl@redhat.com>
5538
5539         * gdk/linux-fb/Makefile.am:
5540         Add gdkmouse-fb.c
5541         
5542         * gdk/linux-fb/gdkmouse-fb.c:
5543         New file. Abstracted the mouse drivers a bit.
5544
5545         * gdk/linux-fb/gdkcursor-fb.c:
5546         The cursor hide/show functions was moved here from gdkinput-ps2.c.
5547
5548         * gdk/linux-fb/gdkinput-ps2.c:
5549         Removed old mouse handling code. Moved cursor handling code
5550         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
5551         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
5552         gdk_mouse_get_info.
5553
5554         * gdk/linux-fb/gdkmain-fb.c:
5555         Pass NULL pointers for x,y in gdk_mouse_get_info call.
5556
5557         * gdk/linux-fb/gdkprivate-fb.h:
5558         Removed public gdk_fb_find_common_ancestor, added and renamed
5559         functions for the new mouse handling code.
5560
5561         * gdk/linux-fb/gdkwindow-fb.c:
5562         Moved gdk_fb_window_send_crossing_events here. added global
5563         variable gdk_fb_window_containing_pointer. made
5564         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
5565         renamed to gdk_mouse_get_info.
5566
5567 2000-12-06  Alexander Larsson  <alexl@redhat.com>
5568
5569         * gdk/linux-fb/gdkevents-fb.c:
5570         Update to match latest gmain/gsource changes.
5571
5572         * gdk/linux-fb/gdkinput-ps2.c:
5573         Bogus gdk_keymap_get_entries_for_keycode implementation so that
5574         it links. Will be implemented later.
5575
5576 2000-12-03  Havoc Pennington  <hp@pobox.com>
5577
5578         * gdk/Makefile.am: add gdkkeys.[hc]
5579
5580         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
5581         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
5582
5583         * acconfig.h, configure.in: add checks and command line options
5584         for XKB
5585
5586         * gdk/x11/gdkkeys-x11.c: Implement the above functions
5587         
5588         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
5589         and group in the key event
5590
5591         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
5592         field with the low-level hardware key code, and a group
5593         field with the keyboard group
5594
5595         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
5596         and declare a couple globals used for keymap handling
5597         
5598         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
5599         hold down Shift-Control and type a hex number to get a Unicode 
5600         character corresponding to the hex number
5601         (gtk_im_context_simple_get_preedit_string): Fix cursor position
5602         (return bytes not chars)
5603
5604 2000-12-05  Elliot Lee  <sopwith@redhat.com>
5605
5606         * gdk/gdkcolor.h: Make GdkColor specify element sizes
5607         to avoid waste on 64-bit platforms.
5608
5609 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
5610
5611         * INSTALL: Fix link to PNG home, remove reference
5612         to fribidi.
5613
5614         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
5615         
5616         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
5617         tested.)
5618
5619         * gtk/gtkcheckmenuitem.c: Permanently turn on
5620         always_show_toggle.
5621
5622         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
5623         be NULL. (Vladimir Klebanov, #26545)
5624
5625         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
5626         some signed/unsigned comparison problems. (#6510,
5627         David Kaelbling)
5628
5629         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
5630         return type to boolean (Oskar Liljeblad, #18648)
5631
5632 2000-12-05  Alexander Larsson  <alexl@redhat.com>
5633
5634         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
5635         Remove bogus colormap setting.
5636
5637 2000-12-05  Alexander Larsson  <alexl@redhat.com>
5638
5639         * gdk/linux-fb/gdkcolor-fb.c:
5640         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
5641
5642         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
5643         Must set colormap.
5644         
5645 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
5646
5647         * docs/tutorial/gtk-tut.sgml: DND updates
5648
5649 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
5650
5651         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
5652         Remove old debug g_warning().
5653         (gdk_fb_draw_drawable): The src argument can be either a wrapper
5654         or an implementation, just pass the implementation to draw_drawable_2.
5655         
5656         * gdk/linux-fb/gdkprivate-fb.h:
5657         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
5658
5659         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
5660         clear and invalidate area when window is destroyed.
5661         (send_map_events): Remove old commented out code.
5662
5663 2000-12-05  Alexander Larsson  <alexl@redhat.com>
5664
5665         * gdk/linux-fb/gdkpango-fb.c:
5666         Use italic instead of oblique in font aliases.
5667         
5668         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
5669         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
5670         other unsupported functions.
5671
5672 2000-12-04  Havoc Pennington  <hp@redhat.com>
5673
5674         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
5675
5676         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
5677
5678         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
5679
5680         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
5681         hack to avoid infinite loops (synthetic expose event) - 
5682         Owen has more appropriate fixes in a branch he'll check in later.
5683
5684         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
5685         separator, CR, and CRLF as line ends
5686
5687         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
5688         into lines using pango_find_paragraph_boundary(); other bits of
5689         the widget are still going to be broken if the boundary isn't '\n'
5690         though
5691
5692 2000-12-04  Alexander Larsson  <alexl@redhat.com>
5693
5694         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
5695         multiply.
5696
5697         * gdk/linux-fb/gdkpango-fb.c:
5698         Copied some 26.6 scaling macros from pango to clean up the rounding.
5699         (pango_fb_font_get_glyph_info): Correct sign on x value.
5700
5701         * gdk/linux-fb/gdkprivate-fb.h:
5702         Removed unreferenced external functions.
5703
5704         * modules/linux-fb/Makefile.am: Use ` instead of '.
5705
5706         * modules/linux-fb/basic.c:
5707         Remove dead code. In particular the dummy lang engine which broke all
5708         pango layouts in GtkFB. Don't include tables-big.i anymore.
5709
5710         * modules/linux-fb/tables-big.i:
5711         Upgrade to latest version from pango. Left for reference, basic_ranges
5712         moved to basic.c.
5713         
5714 2000-12-04  Havoc Pennington  <hp@redhat.com>
5715
5716         Fix bugs Alex found:
5717         
5718         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
5719         to "draw"
5720
5721         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
5722
5723         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
5724
5725         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
5726         implementation in here, apparently the expose() implementation was
5727         dead code.
5728
5729 2000-12-04  Alexander Larsson  <alexl@redhat.com>
5730
5731         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
5732         Return positive descent.
5733
5734 2000-12-02  Havoc Pennington  <hp@pobox.com>
5735
5736         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
5737         method and signal
5738         
5739         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
5740         calls gdk_window_process_updates() to push the exposes through
5741         (gtk_widget_class_init): No more draw signal, no
5742         gtk_widget_real_draw()  
5743         
5744         * gtk/gtkbin.c (gtk_bin_draw): remove
5745
5746         * gtk/gtkbox.c (gtk_box_draw): remove
5747
5748         * gtk/gtkbutton.c (gtk_button_draw): remove
5749
5750         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
5751
5752         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
5753
5754         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
5755
5756         * gtk/gtkclist.c (gtk_clist_draw): remove
5757
5758         * gtk/gtkentry.c (gtk_entry_draw): remove
5759
5760         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
5761
5762         * gtk/gtkfixed.c (gtk_fixed_draw): remove
5763
5764         * gtk/gtkframe.c (gtk_frame_draw): remove
5765
5766         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
5767
5768         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
5769
5770         * gtk/gtklayout.c (gtk_layout_draw): remove
5771
5772         * gtk/gtklist.c (gtk_list_draw): remove
5773
5774         * gtk/gtklistitem.c (gtk_list_item_draw): remove
5775
5776         * gtk/gtkmenu.c (gtk_menu_draw): remove
5777
5778         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
5779
5780         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
5781
5782         * gtk/gtknotebook.c (gtk_notebook_draw): remove
5783
5784         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
5785
5786         * gtk/gtkpacker.c (gtk_packer_draw): remove
5787
5788         * gtk/gtkrange.c (gtk_range_draw): remove
5789
5790         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
5791
5792         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
5793
5794         * gtk/gtktable.c (gtk_table_draw): remove
5795
5796         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
5797
5798         * gtk/gtktext.c (gtk_text_draw): remove
5799
5800         * gtk/gtktextview.c (gtk_text_view_draw): remove
5801
5802         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
5803
5804         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
5805
5806         * gtk/gtktree.c (gtk_tree_draw): remove
5807
5808         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
5809
5810         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
5811
5812         * gtk/gtkviewport.c (gtk_viewport_draw): remove
5813
5814         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
5815
5816         * gtk/gtkvscale.c (gtk_vscale_draw): remove
5817
5818         * gtk/gtkwindow.c (gtk_window_draw): remove
5819
5820 2000-20-01  Anders Carlsson  <andersca@gnu.org>
5821
5822         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
5823         a GtkToggleButton is both insensitive and active, it was being
5824         drawn by the GtkButton draw handler which doesn't check the
5825         state. Now it's calling gtk_toggle_button_paint instead.
5826         
5827 2000-12-01  Havoc Pennington  <hp@redhat.com>
5828
5829         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
5830         dangling pointers to the appearance attributes from the 
5831         line display
5832
5833         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
5834         width/height to mean "full width/height of drawable"
5835
5836         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
5837         click to select word/line
5838         
5839         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
5840         when getting log attrs. Get a slice, so that pixmaps and stuff
5841         are properly handled.
5842
5843         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
5844         paste into the selection (replaces selection now, previously
5845         crashed or added to selection). Reveals longstanding btree bug -
5846         select multiple lines, middle-click on the selection, boom. This
5847         isn't related to my changes though.
5848
5849         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
5850         PangoLogAttrs changes
5851         (gtk_entry_move_backward_word): ditto
5852
5853         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
5854         functions return bool whether the iter moved onto a
5855         dereferenceable position.
5856  
5857         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
5858         functions for motion in terms of display lines.
5859
5860         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
5861         get the buffer a mark is inside
5862         
5863 2000-12-01  Alexander Larsson  <alexl@redhat.com>
5864
5865         * gdk/linux-fb/Makefile.am:
5866         * modules/linux-fb/Makefile.am:
5867         Freetype 2 final uses freetype-config
5868
5869         * gdk/linux-fb/gdkpango-fb.c:
5870         Upgrade to use Freetype 2 final.
5871         More flexible support for font aliases, this also fixes a bug with
5872         GtkFontSelector, as the aliases must be visible in the font/family list,
5873         or GtkFontSelector reads uninitialized memory.
5874
5875 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
5876
5877         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
5878         XGetIMValues to properly terminate variable argument list, and do
5879         NULL return check for ic_values and xim_styles.
5880
5881         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
5882         Restore preedit state after XmbResetIC().
5883         
5884         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
5885         XvaCreateNestedList() should take XvaNestedList, but not
5886         XvaNestedList*.
5887
5888         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
5889         preedit_draw_callback, preedit_caret_callback): Match
5890         "preedit-changed" signal name to "preedit_changed" to be
5891         consistent to the spec.
5892
5893         * gtk/gtkimcontextsimple.c (check_table):
5894         Match "preedit-changed" to "preedit_changed" to be consistent
5895         to the spec.
5896
5897 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
5898
5899         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
5900         gc->clip_region == NULL>
5901
5902 2000-11-30  Tor Lillqvist  <tml@iki.fi>
5903
5904         Changes by Hans Breuer:
5905         
5906         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
5907         Dont't use negative width and height as max_hints. This fixes
5908         Owen's recent testgtk changes for win32.
5909
5910         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
5911         gdk_win32_hdc_release): These are exported and may be called with
5912         other drawable types than our GdkDrawableImplWin32 (?).
5913
5914         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
5915         so always #define USE_BACKING_STORE.
5916
5917         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
5918         of printf for debugging output.
5919
5920         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
5921         
5922         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
5923
5924         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
5925         declaration.
5926
5927         * gtk/gtktexttypes.h: Ditto.
5928
5929         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
5930         (GDK_VoidSymbol) also if in case of arg check failure.
5931
5932         * gtk/gtkimcontextsimple.c
5933         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
5934         position to the pointer, but to the variable it points to.
5935
5936         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
5937
5938         * gtk/gtk.def: Updates.
5939
5940 2000-11-29  Elliot Lee  <sopwith@redhat.com>
5941
5942         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
5943         GTK_TYPE_TREE_MODEL.
5944
5945 2000-11-29  Alexander Larsson  <alexl@redhat.com>
5946
5947         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
5948         Set the size of the font from the description.
5949         (gdk_text_width): Gross hack that calculates the width
5950         of text by text_length * size/2. This is necessary because
5951         GtkLabel does some ugly gtk_string_width call to calculate
5952         an good size.
5953         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
5954
5955 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
5956
5957         * docs/tutorial/gtk-tut.sgml: DND updates
5958
5959 2000-11-29  Alexander Larsson  <alexl@redhat.com>
5960
5961         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
5962         If you pass width or height == 0 to gdk_window_clear_area they
5963         should be calculated from the window size.
5964
5965 2000-11-29  Alexander Larsson  <alexl@redhat.com>
5966
5967         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
5968         a grab, but no grab-cursor, use the cursor from the grabbed
5969         window. (gdk_fb_window_send_crossing_events): Send normal
5970         enter/leave notifications if grab and owner_events == TRUE.
5971
5972 2000-11-29  Alexander Larsson  <alexl@redhat.com>
5973
5974         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
5975         Do implicit button grabs, even if the window doesn't
5976         want the event.
5977         (gdk_fb_window_send_crossing_events): If there is a
5978         grab, only the grabbed window gets normal enter/leave
5979         notifications. On ungrab go from grabbed window to current.
5980         Don't send any notification to b when propagating from c -> b.
5981         If setting a grab on window, don't set prev_window.
5982         (handle_mouse_input): Send enter/leave events to the window the
5983         mouse is over, not the grabbed one.
5984         
5985 2000-11-28  Elliot Lee  <sopwith@redhat.com>
5986
5987         * gdk/gdkregion-generic.c: Zap warning.
5988         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
5989         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
5990
5991 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
5992
5993         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
5994         The cursor should be hidden if it is part of either the
5995         source or destination region. Not only if it is in both.
5996         (gdk_window_set_transient_for): Silence warnings.
5997
5998 2000-11-28  Alexander Larsson  <alexl@redhat.com>
5999
6000         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
6001         The default mode in X is Pie Arcs, therefore that is
6002         what Gtk+ uses.
6003
6004 2000-11-28  Alexander Larsson  <alexl@redhat.com>
6005
6006         * gdk/linux-fb/gdkinput-ps2.c:
6007         Implement correct EnterNotify/LeaveNotify:
6008         (gdk_fb_window_send_crossing_events): New function that sends
6009         all GdkCrossingEvents from the last mouse-window to the specified
6010         destination.
6011         (gdk_fb_window_visibility_crossing): Removed function.
6012         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
6013         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
6014         instead of gdk_window_get_pointer() for better readability.
6015
6016         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
6017         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
6018
6019         * gdk/linux-fb/gdkprivate-fb.h:
6020         removed gdk_fb_window_visibility_crossing, added
6021         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
6022
6023         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
6024         New function that finds the least common ancestor of two windows.
6025         (gdk_window_show, gdk_window_hide):
6026         Use gdk_fb_window_send_crossing_events.
6027         (gdk_fb_window_move_resize): Send configure events to toplevel
6028         windows. Use gdk_fb_window_send_crossing_events.
6029
6030 2000-11-27  Havoc Pennington  <hp@redhat.com>
6031
6032         * gtk/gtkprivate.h (enum): Remove a trailing comma
6033
6034 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
6035
6036         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
6037         the "changed" callback of the adjustment.  We need to redraw the
6038         spin button's arrows when the adjustment's range changes.
6039         (adjustment_changed_cb): Draw the arrows.
6040         (gtk_spin_button_value_changed): Draw the arrows.
6041
6042 2000-11-23  Alexander Larsson  <alexl@redhat.com>
6043
6044         * gdk/linux-fb/gdkselection-fb.c:
6045         Initial selection implementation.
6046
6047         * gtk/gtkselection.c:
6048         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
6049         requestor in gtk_selection_request.
6050         
6051         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
6052         Added gdk_selection_property atom.
6053
6054         * gdk/linux-fb/gdkprivate-fb.h:
6055         Export _gdk_selection_window_destroyed.
6056         Removed mask_off_x/y from GdkCursorPrivateFB.
6057         Removed hbearing, added top, left to PangoFBGlyphInfo.
6058
6059         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
6060         Call _gdk_selection_window_destroyed
6061         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
6062         the root window has been created.
6063         (static_dx_hack, static_dy_hack, compare_draw_rects,
6064         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
6065         in region. They are already sorted. Instead just traverse them in
6066         reverse if draw_direction < 0.
6067         
6068         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
6069         Double-clicks must be sent after the normal button_press.
6070         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
6071         
6072         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
6073         Pass _gdk_fb_screen_gc instead of NULL.
6074
6075         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
6076         Initialize gdk_selection_property.
6077         (gdk_event_make): Remove unused code.
6078
6079         * gdk/linux-fb/gdkcursor-fb.c:
6080         Make the pixmap for the cursor the same size as the mask. Also remove
6081         the mask_off_x/y fields in GdkCursorPrivateFB and combine
6082         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
6083         Now the whole cursor is visible.
6084
6085         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
6086         Fix bug where xdest+height instead of ydest+height was used
6087         to calculate if the source and dest overlapped. This fixes the
6088         redraw bug when the main window in testgtk was scrolled when
6089         partially covered by a tall window.
6090         Copy rectangles in region in order depending on draw_direction.
6091         Also moved the draw_direction flipping of start_y and end_y into
6092         the gc functions, as this might not be what all of them want.
6093         (gdk_fb_draw_lines): Support dashed lines.
6094         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
6095         so that the text is positioned correctly (was 1 pixel high).
6096
6097         gdk/linux-fb/gdkgc-fb.c:
6098         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
6099         all lines were drawn a pixel to short. Also checked the default of
6100         the rest of the values, and they're the same as X now.
6101
6102         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
6103         Clean up pixel positioning of the glyphs. Just use bgy->top and
6104         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
6105         to all divisions to get correct rounding behaviour.
6106
6107         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
6108         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
6109         Moved start_y/end_y flip into draw_drawable implementations.
6110         Flip also x rendering when draw_direction < 0.
6111         Remove unneccesary multiply with draw_direction.
6112
6113 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
6114
6115         * docs/tutorial/gtk-tut.sgml:
6116           - get rid of gtk_toggle_button_toggled FUD
6117           - start DND section - needs work - based on:
6118                 http://wolfpack.twu.net/docs/gtkdnd/
6119
6120 2000-11-22  Alexander Larsson  <alexl@redhat.com>
6121
6122         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
6123         Correct calculation of font metrics. Now GtkEntrys have sane
6124         size.
6125
6126 2000-11-22  Alexander Larsson  <alexl@redhat.com>
6127
6128         * gdk/gdktypes.h:
6129         Add new type GdkSpan
6130         
6131         * docs/reference/gdk/gdk-sections.txt,
6132         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
6133         gdk/gdkregion.h:
6134         Implement and document gdk_region_spans_intersect_foreach.
6135
6136         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
6137         Add new file gdkrender-fb.c which contains all core
6138         rendering code.
6139         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
6140         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
6141         (optimized rectangle fillers).
6142
6143         * gdk/linux-fb/gdkdrawable-fb2.c:
6144         Move all rendering code to gdkrender-fb.c.
6145         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
6146         Use the new span intersection functions in gdk_fb_fill_spans.
6147         gdk_fb_draw_rectangle() clips filled rectangles and calls
6148         gc->fill_rectangle with the result.
6149         gdk_fb_fill_spans() gets extra argument "sorted".
6150
6151         * gdk/linux-fb/gdkevents-fb.c:
6152         Remove unused includes and defines.
6153         New function gdk_fb_get_time() to get correct time for events.
6154
6155         * gdk/linux-fb/gdkinput-ps2.c:
6156         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
6157         Make sure to set the time of all events.
6158
6159         * gdk/linux-fb/gdkmain-fb.c:
6160         Use gdk_fb_get_time ().
6161
6162         * gdk/linux-fb/gdkprivate-fb.h:
6163         New virtual GC calls: fill_span & fill_rectangle.
6164         Export gdk_fb_get_time().
6165         gdk_fb_fill_spans() gets extra argument "sorted".
6166
6167         * gdk/linux-fb/mi*.c:
6168         Use GdkSpan instead of GdkRectangle.
6169         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
6170         from XFree 4 source)
6171         
6172 2000-11-22    <jrb@redhat.com>
6173
6174         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
6175         reversing the order in an if statement will do.  Doing so managed
6176         to make the treemodelsort half work.  Other half will follow after
6177         I get the insert function fully fixed.
6178
6179 2000-11-21  Elliot Lee  <sopwith@redhat.com>
6180         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
6181         more than 2 bits. Besides, I need to implement an evil hack. :)
6182
6183 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
6184
6185         * docs/tutorial/gtk-tut.sgml: minor corrections
6186
6187 2000-11-20  Jonathan Blandford <jrb@redhat.com>
6188         * gtk/gtktreemodelsort.h: Add convertion functions to let you
6189           convert to and from relative path's and iters.
6190
6191         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
6192           testing sorting functions a bit better.  Currently broken -- will
6193           fix in morning.
6194
6195 2000-11-20  Havoc Pennington  <hp@redhat.com>
6196
6197         * gtk/gtkwidget.c: Documented a bunch of functions in here
6198         (gtk_widget_realize): Warn if you try to realize
6199         a widget with no parent that isn't a toplevel
6200         (gtk_widget_intersect): return a gboolean
6201
6202 2000-11-20  Havoc Pennington  <hp@redhat.com>
6203
6204         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
6205         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
6206         scrolling to be implemented in GDK to finish. Also, right now
6207         we just size_allocate all children on every layout change,
6208         which is pretty lame. Test commented out of testtext.c, 
6209         until it works better.
6210
6211 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
6212
6213         * gdk/linux-fb/gdkdrawable-fb2.c:
6214         Removed unused arguments from gdk_fb_drawable_get_pixel().
6215
6216         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
6217         Renamed fidur specific mouse packet data in MouseDevice to
6218         generic. Used it in ps2 mouse handling code to avoid blocking
6219         reads.
6220
6221 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
6222
6223         * demos/gtk-demo/main.c: Changed to have the list become
6224         non-italic when the demo window is destroyed through an external
6225         event (like a close button).  Doing so found three bugs in the
6226         widget.
6227
6228         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
6229
6230         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
6231         we actually set the cell.
6232
6233         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
6234
6235         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
6236         free a leaked path.  Thanks memprof.
6237
6238 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
6239
6240         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
6241         off-by-one error when destroying allocated segments
6242         on failure. (Elliot)
6243
6244 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
6245
6246         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
6247         memleaks found by Evan Martin.
6248
6249 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
6250
6251         * Released 1.3.2
6252         
6253         * NEWS: Updates for 1.3.2
6254
6255 2000-11-17  Tor Lillqvist  <tml@iki.fi>
6256
6257         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
6258         but in general for window system specific events.
6259
6260         * gtk/gtk.def
6261         * gtk/makefile.mingw.in
6262         * gtk/makefile.msc.in: Update.
6263         
6264         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
6265
6266 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
6267
6268         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
6269         distribute gtk.immodules.
6270
6271         * gtk/Makefile.am (install-data-local): Don't install the
6272         gtk.immodules file created for the uninstalled modules;
6273         instead run gtk-query-immodules after install
6274
6275 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
6276
6277         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
6278         -rpath to the right install location.
6279
6280         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
6281         -export-dynamic.
6282
6283         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
6284         properly.
6285
6286 2000-11-15  Havoc Pennington  <hp@pobox.com>
6287
6288         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
6289         patch from Mikael Hermansson to temporarily stop blinking while
6290         the user is using the keyboard to type or navigate. 
6291
6292         Also, when blinking, stay on for longer than we stay off. Also,
6293         return from start_cursor_blink if !cursor_visible, to save
6294         checking that flag all over the place before we call
6295         start_cursor_blink.
6296
6297 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
6298
6299         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
6300         only contain a "fontset" line, which is now ignored.
6301
6302         * gtk/gtkentry.c (gtk_entry_button_release): Make 
6303         double-click-to-select-word work.
6304         
6305 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
6306
6307         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
6308         Don't move back one char when we are actually at the end of the 
6309         paragraph.
6310
6311 2000-11-15  Robert Brady  <robert@suse.co.uk>
6312
6313         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
6314         'o' < 'p'.
6315         
6316         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
6317         bind_textdomain_codeset.
6318
6319         (gtk_init_check): Make the warning about translating default:LTR
6320         sterner.
6321         
6322 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
6323
6324         * **/Makefile.am : remove unecessary rules for win32-specific
6325         config-substituted targets. If you want these rules, use
6326         --enable-maintainer-mode (called automatically by autogen.sh).
6327         Stops a lot of unneccessary make-time warnings.
6328
6329         * gtk/gtktext{layout,display}.c: Factor in total width as
6330         well as screen when figuring alignment for word-wrap as well as
6331         no wrap; this is necessary to handle lines that cannot be wrapped
6332         at all.
6333
6334 2000-11-15  Havoc Pennington  <hp@redhat.com>
6335
6336         * gtk/testtext.c: Implement essential color cycling feature
6337
6338 2000-11-15  Havoc Pennington  <hp@redhat.com>
6339
6340         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
6341         when we invalidate the main window.
6342
6343         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
6344         GtkTextView will now invalidate the side windows for us when text
6345         changes.
6346
6347 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
6348
6349         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
6350         unconditionally, since we may need to update the horizontal
6351         scrollbars even if the height didn't change.
6352
6353         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
6354         the extra attrs, since some of them affect size.
6355
6356         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
6357         x_offset correctly.
6358
6359 2000-11-15  Havoc Pennington  <hp@redhat.com>
6360
6361         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
6362         don't move the first line out into the margin, instead move the
6363         whole paragraph in order to make space for the first line within 
6364         the margin
6365
6366 2000-11-15  Havoc Pennington  <hp@redhat.com>
6367
6368         * gtk/gtktextview.c (changed_handler): offset redraw rect by
6369         xoffset in addition to yoffset, so horizontal scrolling doesn't
6370         break redraws
6371
6372 2000-11-15  Havoc Pennington  <hp@redhat.com>
6373
6374         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
6375         from the cursor
6376         (render_layout_line): fix reversed test that caused weird
6377         underlines to get drawn
6378
6379 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
6380
6381         * gdk/linux-fb/gdkprivate-fb.h:
6382         Fix debug macros.
6383         
6384 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
6385
6386         * gdk/linux-fb/gdkprivate-fb.h:
6387         Added virtual functions set_pixel, get_color,
6388         fill_span and draw_drawable to the GC.
6389         Added global _gdk_fb_screen_gc to use instead of
6390         NULL when drawing to the screen.
6391         Added _gdk_fb_gc_calc_state() prototype.
6392
6393         * gdk/linux-fb/gdkgc-fb.c:
6394         Call _gdk_fb_gc_calc_state() on any gc state change.
6395
6396         * gdk/linux-fb/gdkglobals-fb.c:
6397         Add _gdk_fb_screen_gc
6398                 
6399         * gdk/linux-fb/gdkdrawable-fb2.c:
6400         _gdk_fb_gc_calc_state() calculates best functions
6401         for the GC state and depth.
6402         Moved bpp specialized code to separate functions.
6403         Added optimized 24 bpp AA draw_drawable.
6404
6405         * gdk/linux-fb/gdkevents-fb.c:
6406         Silence gcc warning.
6407
6408         * gdk/linux-fb/gdkimage-fb.c:
6409         Use _gdk_fb_screen_gc
6410
6411         * gdk/linux-fb/gdkwindow-fb.c:
6412         Init and use _gdk_fb_screen_gc
6413
6414         * gdk/linux-fb/mitypes.h:
6415         Remove unused types.
6416
6417 2000-11-14  Havoc Pennington  <hp@pobox.com>
6418
6419         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
6420         to pixels
6421
6422 2000-11-14  Havoc Pennington  <hp@pobox.com>
6423
6424         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
6425
6426         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
6427         unknown char, no real reason we were using a variable. 
6428         Remove gtk_text_unknown_char variable. Fix all the text widget
6429         files accordingly.
6430
6431         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
6432         since the Unicode spec seems to prefer that character for our
6433         purposes.
6434
6435 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
6436
6437         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
6438         value of g_getenv() isn't freeable, so g_strdup it.
6439
6440         * modules/input/inuktitut.c: Inuktitut input method.
6441
6442         * modules/input/Makefile.am: Build this.
6443         
6444 2000-11-14  Elliot Lee  <sopwith@redhat.com>
6445
6446         * gtk/Makefile.am: Install gtk.immodules, needed for operation
6447         of gtk programs.
6448
6449 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
6450
6451         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
6452         reversed > that was causing Home to go to end of previous line.
6453
6454         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
6455         modified-keypresses (leave for bindings.)
6456
6457         * modules/input/Makefile.am: Remove useless -export-dynamic
6458         from module LDFLAGS.
6459
6460 2000-11-14  Havoc Pennington  <hp@redhat.com>
6461
6462         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
6463         higher.
6464
6465         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
6466         account. Also, render rise, underline, background, etc. for
6467         pixbufs as well as text. Also, draw underlines one pixel higher.
6468
6469         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
6470         PangoAttribute for the rise, so it gets drawn properly. Also,
6471         add the GtkTextAppearance attribute for pixbuf/widget segments
6472         as well; we should go ahead and have rise, underline, background,
6473         stipple work for those
6474
6475         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
6476         Pango
6477
6478 2000-11-15  Tor Lillqvist  <tml@iki.fi>
6479
6480         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
6481
6482         * gtk/gtk.def: Update.
6483
6484         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
6485         included.
6486         (gtk_rc_get_im_module_file): Use run-time installation directory
6487         on Win32.
6488
6489         * gdk/win32/rc/gdk.rc: Remove.
6490         * gdk/win32/rc/gdk.rc.in: New file.
6491         * gdk/win32/rc/Makefile.am: New file
6492         * gdk/win32/Makefile.am: Corresponding changes.
6493
6494         * gtk/gtk.rc: Remove.
6495         * gtk/gtk-win32.rc.in: New file.
6496         * gtk/Makefile.am: Corresponding changes.
6497
6498         * configure.in: Corresponding changes.
6499
6500         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
6501         has a built gtkcompat.h. Developers using CVS code on Win32 can
6502         hand-edit it from gtkcompat.h.in.
6503
6504         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
6505         gtkcompat.h from gtkcompat.h.win32.
6506
6507 2000-11-14  Havoc Pennington  <hp@redhat.com>
6508
6509         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
6510         to default to GDK_ACTION_MOVE if the drag is within a single
6511         widget. Defaults to GDK_ACTION_COPY between widgets.
6512
6513 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
6514
6515         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
6516
6517         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
6518
6519         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
6520         srcdir != builddir
6521
6522         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
6523
6524         * configure.in (GTK_VERSION): Up to 1.3.2
6525
6526         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
6527         gtkimcontextxim.h
6528
6529         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
6530         missing doc comment.
6531
6532 2000-11-14  Alexander Larsson  <alexl@redhat.com>
6533
6534         * modules/linux-fb/basic.c:
6535         Use the glib iconv wrappers.
6536
6537 2000-11-13  Havoc Pennington  <hp@pobox.com>
6538
6539         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
6540         still more bugs.
6541
6542         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
6543         scroll the GdkWindows before realization.
6544
6545 2000-11-13  Havoc Pennington  <hp@redhat.com>
6546
6547         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
6548         where GC didn't always get updated properly
6549
6550         * demos/gtk-demo/textview.c (create_tags): Use subattributes
6551         of fonts instead of setting the entire font
6552
6553         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
6554         setting entire font
6555
6556         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
6557
6558         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
6559         a bunch of individually-settable font attributes. You can still 
6560         use the "font" and "font_desc" args, they just set all the font
6561         attributes at once.
6562
6563 2000-11-13 Elliot Lee <sopwith@redhat.com>
6564
6565         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
6566
6567 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
6568
6569         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
6570         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
6571
6572         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
6573         work better.
6574
6575 2000-11-13  Havoc Pennington  <hp@redhat.com>
6576
6577         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
6578         the module file.
6579
6580         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
6581         dest->language
6582
6583         * gtk/testtext.c: Test pixels above/below/inside paragraphs
6584         settings
6585
6586         * gtk/gtktextview.c: Implement object args and setters/getters for
6587         all the aspects of the GtkTextAttributes that are not set from
6588         GtkWidget attributes. This is spacing, justification, margins,
6589         etc.
6590
6591         (gtk_text_view_set_arg)
6592         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
6593         args
6594         (gtk_text_view_class_init): Add args for justify, left_margin,
6595         right_margin, indent, and tabs
6596         
6597
6598         * gtk/gtktextlayout.c (set_para_values): fix to display indent
6599         attribute properly
6600
6601         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
6602         replace with indent attribute
6603
6604         * gtk/gtktextlayout.c (set_para_values): multiply indent by
6605         PANGO_SCALE
6606
6607         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
6608         rearranging code to do that
6609         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
6610         i.e. don't subtract the top_margin first, just to keep
6611         all margin-futzing in one place.
6612
6613         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
6614
6615         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
6616         special case of last line, Pango now handles this itself.
6617         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
6618         Y coordinate
6619         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
6620         (find_display_line_above): wasn't moving the byte index as it
6621         iterated over lines, so always returned byte 0. Also, port to use
6622         PangoLayoutIter.
6623         (find_display_line_below): same problem as
6624         find_display_line_above. Also, port to use PangoLayoutIter.
6625
6626 2000-11-13  Alexander Larsson  <alexl@redhat.com>
6627
6628         * gdk/linux-fb/*.[ch]:
6629         Massive reindent to gtk+ standard. My hands hurt.
6630
6631         * gdk/linux-fb/gdkcolor-fb.c:
6632         Move GdkColorPrivateFB from inherited to windowing_data
6633
6634         * gdk/linux-fb/gdkcursor-fb.c:
6635         _gdk_cursor_new_from_pixmap made static
6636
6637         * gdk/linux-fb/gdkdnd-fb.c:
6638         GdkDragContextPrivate moved to windowing_data
6639
6640         * gdk/linux-fb/gdkdrawable-fb2.c:
6641         Removed endian.h, use glib endianness macros instead
6642         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
6643         and GDK_DRAWABLE_IMPL_FBDATA
6644
6645         * gdk/linux-fb/gdkfont-fb.c:
6646         Add empty gdk_font_load(). Needed for linking of Gtk+.
6647
6648         * gdk/linux-fb/gdkimage-fb.c:
6649         Removed endian.h, use glib endianness macros instead
6650         Moved GdkImagePrivateFB to windowing_data
6651         gdk_image_new_bitmap didn't always allocate enough
6652         memory.
6653
6654         * gdk/linux-fb/gdkinput-ps2.c:
6655         Added semi-working support for MS serial mice.
6656
6657         * gdk/linux-fb/gdkprivate-fb.h:
6658         s/GdkWindowPrivate/GdkWindowObject/
6659         Removed GdkWindowPrivate typedef
6660         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
6661         Removed GDK_DRAWABLE_P
6662         Move GdkColorPrivateFB from inherited to windowing_data
6663         Moved GdkImagePrivateFB to windowing_data
6664
6665         * gdk/linux-fb/gdkvisual-fb.c:
6666         Removed some unused debug code.
6667
6668         * gdk/linux-fb/gdkwindow-fb.c:
6669         Use stock cursors instead of including X headers.
6670         s/GdkWindowPrivate/GdkWindowObject/
6671
6672         * gdk/linux-fb/mitypes.h:
6673         Removed unused types.
6674
6675         * modules/linux-fb/basic.c:
6676         Use the pango fribidi wrappers.
6677
6678 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
6679
6680         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
6681         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
6682         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
6683         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
6684         GEqualFunc where applicable.
6685         
6686         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
6687         pango_font_description_equal as changed in pango.
6688         
6689         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
6690
6691         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
6692
6693         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
6694
6695         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
6696
6697         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
6698
6699         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
6700
6701         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
6702         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
6703
6704         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
6705         gtk_rc_styles_compare -> gtk_rc_styles_equal.
6706
6707 2000-11-12  Havoc Pennington  <hp@pobox.com>
6708
6709         * demos/gtk-demo/Makefile.am (democodedir): change demo install
6710         dir to datadir/gtk+-2.0/demo
6711
6712         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
6713         sorts of text widget and Pango font bugs. Urgh.
6714
6715         * demos/gtk-demo/Makefile.am (demos): Add textview.c
6716
6717         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
6718         tree that you should double click to see the demo. Fix 
6719         types of variables to reflect changed return values from 
6720         GtkTreeStore and GtkTreeViewColumn constructors.
6721
6722         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
6723         newly-created buffer to prepare for GObject semantics
6724
6725         * gtk/testtext.c: don't leak the buffer with GObject semantics
6726
6727         * gtk/testtextbuffer.c: ditto
6728         
6729 2000-11-12  Havoc Pennington  <hp@pobox.com>
6730
6731         Rename this testgtk to gtk-demo to avoid confusion, and 
6732         install it so people can use it as a supplement to 
6733         the documentation.
6734         
6735         * demos/gtk-demo: Moved from demos/testgtk
6736
6737         * demos/testgtk: Removed
6738
6739         * configure.in: make Makefile in gtk-demo
6740         
6741         * demos/gtk-demo/Makefile.am: Install sample source to 
6742         datadir/gtk-demo (maybe there's a better place?), and 
6743         rename the binary to gtk-demo
6744         
6745         * demos/gtk-demo/main.c (load_file): Load installed sample
6746         source if source isn't found in pwd.
6747
6748 2000-11-09  Havoc Pennington  <hp@pobox.com>
6749
6750         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
6751         argument to set the char displayed when visibility == FALSE
6752         (gtk_entry_create_layout): If !entry->visible, replace 
6753         all chars with the "invisible char"
6754
6755         * gtk/testgtk.c: Test the invisible_char deal
6756         
6757 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
6758
6759         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
6760         can't get a native font in the right encoding.
6761
6762 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
6763
6764         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
6765         respectively.
6766
6767 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
6768
6769         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
6770         Fix warning when moving between paragraphs.
6771
6772         * gtk/gtkentry.[ch]: Change move => move_cursor, 
6773         delete => delete_from_cursor, insert => insert_at_cursor
6774
6775 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
6776
6777         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
6778
6779         * modules/input/imthai-broken.c: A Thai input method for use if
6780         Thai keys are really generating Latin1 keysyms.
6781
6782         * modules/input/Makefile.am: Build these.
6783
6784 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
6785
6786         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
6787         g_filename_{to,from}_utf8 now takes an extra parameter.
6788
6789         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
6790         strftime into UTF-8.
6791
6792         (column_from_x, gtk_calendar_paint_day_names): Support RTL
6793         calendars.
6794
6795         (gtk_calendar_paint_day_names): Draw day names in the right 
6796         place.
6797         
6798 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
6799
6800         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
6801         problem with using result of g_get_charset() backwards -
6802         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
6803
6804         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
6805         negative min_width/height and max_width/height to
6806         mean "requisition"; this allows setting a window
6807         to be user-resizable in only one direction easily.
6808
6809         * gtk/testgtk.c (create_main_window): Remove hard-coded
6810         usize - set a default size in the vertical direction.
6811
6812 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
6813
6814         * gtk/gtkrange.c: Add some missing casts. Support 
6815         2 and 3 button clicks on the arrows to mean 
6816         "move by pages" and "jump to end". (Like gtkspinbutton)
6817
6818 2000-11-12 Hans Breuer <Hans@Breuer.Org>
6819
6820         * gdk/win32/makefile.msc : reflect build module changes
6821
6822         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
6823         from GdkPixmap*, cast implementation member instead.
6824
6825         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
6826         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
6827         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
6828         more Gdi functions return value checking. 
6829         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
6830         GdkImagePrivateWin32 *.
6831
6832         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
6833         menus useable again. Add #pragma message to keep reminded on this issue.
6834         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
6835         windows. This allows to enable backing store on Win32!
6836
6837         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
6838         in drawable is of impl type. Correct specific type checks appropriate.
6839  
6840         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
6841         GDK_WINDOW_DESTROYED before allocating new resources.
6842
6843         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
6844
6845         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
6846         (gdk_window_foreign_new) initialize parent handle.
6847         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
6848
6849         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
6850         Let the GDI invalidate the window on MoveWindow call to fix scrolling
6851         problems (e.g. main buttons in testgtk). 
6852
6853 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
6854
6855         * gtk/gtkentry.c (gtk_entry_key_press): Call 
6856         gtk_widget_activate for GDK_Return.
6857
6858         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
6859         of preedit cursor position.
6860
6861 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
6862
6863         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
6864         static.
6865
6866 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
6867
6868         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
6869         out support for multiple locales; that simple doesn't
6870         work reliably with current Xlib
6871
6872         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
6873         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
6874         Add support for positioning the cursor within the preedit string.
6875
6876 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
6877
6878         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
6879         at XIM input method module.
6880
6881         * gtk/gtktextview.c: Check for bindings after passing
6882         events to im context filter.
6883
6884 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
6885
6886         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
6887         empty attribute lists properly.
6888
6889 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
6890
6891         * gtk/queryimmodules.c (main): Return non-zero exit
6892         status if errors were encountered querying any
6893         modules.
6894
6895         * modules/input/Makefile.am (moduledir): remove
6896         leftover bin program target.
6897
6898         * docs/make-todo: Fix typo in error message.
6899
6900 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
6901
6902         * configure.in: Add modules/input/Makefile
6903
6904 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
6905
6906         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
6907         don't include gtkthemes.h.
6908
6909         * gtk/testgtk.c gtk/testtext.c: Set environment variables
6910         to point
6911
6912         * gtk/Makefile.am: Add new .c and .h files, build 
6913         gtk-query-immodules and use it to create a gtk.immodules
6914         file for use of test programs.
6915
6916         * gtk/gtkpreview.c: remove extra blank line.
6917
6918 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
6919
6920         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
6921         Add the ability to add extra tables beyond the default
6922         one, and also the ability to have compose sequences 
6923         that are prefixes of other compose sequences. 
6924
6925         * gtk/gtkimcontextsimple.c: Export a preedit string which
6926         consists of possible candidates for keystrokes that have
6927         been entered but not yet committed.
6928
6929         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
6930         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
6931
6932         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
6933         Add a function to add input-method switching menu items
6934         to a menu.
6935
6936         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
6937         when switching input methods.
6938
6939         * gtk/gtkimcontextsimple.[ch]: Change the format of
6940         the compose table to allow compose tables of different
6941         lengths / sequence.
6942
6943 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
6944
6945         * gtk/gtkimmodule.[ch]: Support routines for loading
6946         GtkIMContext implementations dynamically at runtime.
6947
6948         * modules/input/imcyrillic-translit.c: A sample input
6949         method (based on GtkIMContextSimple with an extra table),
6950         which demonstrates preedit strings and the module
6951         system for input modules
6952
6953         * gtk/queryimmodules.c: Program to query the available
6954         input modules and write the results into a file.
6955          
6956         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
6957         extra config options "im_module_file" (cache file for
6958         input method modules), and "im_module_path" - path
6959         to look for modules when generating cache file.
6960
6961         This doesn't scale.
6962
6963 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
6964
6965         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
6966         generic code from gtkthemes into a new abstraction
6967         GtkModule which has the logic for implementing
6968         a loadable module which implements a number of 
6969         GObject types.
6970
6971 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
6972
6973         * gtk/gtkeditable.[ch]: Convert GtkEditable from
6974         a class into an interface  
6975         
6976         * gtk/gtkoldeditable.[ch]: Move the old editable
6977         implementation into here, so legacy widgets can
6978         still rely on the implemenation. GtkOldEditable
6979         exports GtkEditable. Make selection handling
6980         code use new text conversion functions (and
6981         handle UTF-8 as a side-effect). Use GtkClipboard
6982         for CLIPBOARD.
6983
6984         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
6985         Adopt to match above changes.
6986
6987         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
6988         avoid GtkOldEditable implementation. Restructure
6989         to reduce number of places that modify state directly.
6990         Move to GtkBindingSet. Display the preedit string.
6991         Queue recomputation of PangoLayout and scroll position
6992         to improve effiency of doing complex changes naively.
6993         Add a menu with cut/copy/paste and input method selection.
6994
6995 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
6996
6997         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
6998         to set preedit string and attributes; display preedit string by
6999         inserting string and attributes at cursor when creating the
7000         GtkTextLineDisplay.
7001
7002         * gtk/gtktextlayout.c: Move all conversions between byte
7003         positions in PangoLayout and GtkTextIter into new functions
7004         line_display_iter_to_index/index_to_iter that properly
7005         handle the preedit string.
7006
7007         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
7008         it to return const char * (eventually will end up
7009         as GCONST char *, most likely.)
7010
7011         * gtk/gtktextview.[ch]: Handle the preedit string, call
7012         gtk_im_context_reset() as necessary, add a menu to switch
7013         input methods.
7014         
7015         * gtk/gtktextlayout.[ch]: Remove useless
7016         gtk_text_layout_get_log_attrs() function.
7017
7018 2000-11-11  Tor Lillqvist  <tml@iki.fi>
7019
7020         * gdk/gdk.def
7021         * gtk/gtk.def: Update.
7022
7023         * gdk/win32/*.c: Add last argument to g_type_register_static()
7024         calls.
7025
7026         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
7027
7028         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
7029         generated by older wheel mouse drivers. Get the correct y
7030         coordinate from WM_MOUSEWHEEL messages.
7031
7032         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
7033         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
7034         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
7035         Debugging functions.
7036
7037         * gdk/win32/gdkprivate-win32.h: Declare them.
7038
7039         * gdk/win32/gdkinput-win32.h: Add declaration for
7040         gdk_input_window_destroy().
7041
7042         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
7043
7044 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
7045
7046         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
7047         function to help handle keeping things in sync.
7048
7049 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
7050
7051         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
7052         BOXED marshallers.
7053
7054         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
7055         (gtk_list_store_class_init): use the new BOXED marshallers.
7056
7057         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
7058         new_with_values to new_with_types.
7059         (gtk_tree_store_get_column_type): add this.
7060         (gtk_tree_store_class_init): use the new BOXED marshallers.
7061
7062         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
7063         mirror some POINTER marshallers.
7064
7065 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
7066
7067         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
7068         allow more interesting iterators.  Also, made the lifecycle of
7069         iterators more explicit.
7070
7071         * gtk/gtktreemodelsort.[ch]: New model for sorting.
7072
7073         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
7074         types.
7075
7076 2000-11-09  Alexander Larsson  <alexl@redhat.com>
7077
7078         * demos/testgtk/menus.c:
7079         Changes to make the new testgtk compile after
7080         gtk_menu_append was removed.
7081
7082         * gdk/linux-fb/gdkdrawable-fb2.c
7083         (gdk_fb_get_depth, gdk_fb_get_visual,
7084         gdk_drawable_impl_fb_class_init): Implement
7085         these drawable functions. Now GtkImages work again.
7086
7087         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
7088
7089         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
7090         
7091         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
7092         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
7093         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
7094         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
7095
7096 2000-11-08  Havoc Pennington  <hp@pobox.com>
7097
7098         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
7099         visible_set args, don't know where these had gone, I thought they
7100         used to be there
7101
7102         * gtk/testtext.c: Add a menu item to apply invisibility tag;
7103         now we can test the feature and see that it's totally broken.
7104
7105 2000-11-08  Havoc Pennington  <hp@pobox.com>
7106
7107         Make DND copy pixbufs and tags when source and target share a 
7108         tag table.
7109         
7110         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
7111         in-process GTK_TEXT_BUFFER_CONTENTS target
7112         (gtk_text_view_drag_data_received): Paste from
7113         GTK_TEXT_BUFFER_CONTENTS if we receive it.
7114
7115 2000-11-08  Alexander Larsson  <alexl@redhat.com>
7116
7117         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
7118         API changes.
7119
7120         * gtk/gtkmenu.c: Add support for scrolling menus.
7121         Remove gtk_menu_append/prepend/insert, these have been moved to
7122         gtkcompat.h as #defines.
7123
7124         * gtk/gtkcompat.h.in:
7125         Add compatibility #defines for gtk_menu_append/prepend/insert
7126
7127         * gtk/gtkmenu.h: Add data needed for scrolling menus.
7128         GtkMenuPositionFunc gets an extra argument push_in.
7129         gtk_menu_append/prepend/insert removed.
7130         
7131         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
7132         positioning behaviour to fit to scrolling menus.
7133
7134         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
7135         into menuitem->submeny. That is wrong, and broke torn
7136         off submenus of torn off menus, since they were unrealized
7137         when the first menu was unrealized.
7138
7139         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
7140         gtk_menu_shell_select_item() since these need to be overridden in
7141         GtkMenu.
7142
7143         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
7144         positioning behaviour to fit to scrolling menus.
7145         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
7146         the current item so that it is prelighted when the menu pops up.
7147         This is a workaround to the fact that the menu doesn't get the
7148         initial enter event (due to grabs).
7149
7150         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
7151         s/gtk_menu_append/gtk_menu_shell_append/
7152
7153         * gtk/gtknotebook.c:
7154         s/gtk_menu_insert/gtk_menu_shell_insert/
7155
7156         * gtk/testgtk.c (create_menu, create_menus):
7157         Create the first menu with 50 items so that menu scrolling
7158         can be tested.
7159         
7160         
7161         Patch from Jonathan Blandford  <jrb@redhat.com>
7162
7163         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
7164         system to handle size requests.  First, we ask what the size of
7165         the toggle is.  Then, when allocating the size, we allocate the
7166         toggle_size first.  This way we can have multiple menu-item
7167         classes w/o needing a seperate class for each.
7168
7169         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
7170         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
7171
7172         * gtk/gtkcheckmenuitem.c
7173         (gtk_check_menu_item_toggle_size_request): New function to handle
7174         the toggle size-request.
7175
7176 2000-11-07  Havoc Pennington  <hp@redhat.com>
7177
7178         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
7179         Half-ass somewhat fix this function, so that scrolling to the
7180         insertion point works. Pango hacking is in the future to really
7181         fix it.
7182
7183         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
7184         length of data, no longer used.
7185
7186         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
7187         method contents in here, get rid of destroy method
7188         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
7189         that were backward. Remove debug spew.
7190         (cut_or_copy): Make the clipboard work with insert_range to
7191         preserve tags and pixbufs, not just the primary selection.
7192
7193 2000-11-07  Havoc Pennington  <hp@redhat.com>
7194
7195         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
7196         to gtk_text_mark_get_visible
7197
7198         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
7199         bug that was generating an invalid iterator
7200
7201         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
7202         ensure_char_offsets() in front of code placing the iter in an
7203         invalid state.
7204
7205         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
7206         make override_location arg const
7207         (paste): Replace the selection if we paste into the 
7208         current selection
7209
7210         * gtk/gtkselection.h: Remove "GtkSelectioData"
7211         (struct _GtkSelectionData): move the definition here.
7212
7213         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
7214         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
7215
7216         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
7217
7218         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
7219         (gtk_text_buffer_insert_range_interactive): implement
7220         (gtk_text_buffer_get_tags): Remove, replaced by
7221         gtk_text_iter_get_tags()
7222
7223         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
7224         limit parameter, to avoid infinite linear scan.
7225         (gtk_text_iter_backward_search): Add search limit
7226         (gtk_text_iter_forward_find_char): Add search limit
7227         (gtk_text_iter_backward_find_char): Add search limit
7228
7229 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
7230
7231         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
7232         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
7233         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
7234         gdk/linux-fb/gdkwindow-fb.c:
7235         use g_object_new() instead of g_type_create_instance() which
7236         is a private function for fundamental type implementations.
7237
7238         * gdk/linux-fb/gdkinput-ps2.c:
7239         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
7240         instead just store the current modifier state. Add a (somewhat broken)
7241         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
7242         Rename exported function gdk_input_ps2_get_mouseinfo to
7243         gdk_input_get_mouseinfo.
7244
7245         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
7246         gdk/linux-fb/gdkwindow-fb.c:
7247         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
7248         
7249
7250 2000-11-02  Havoc Pennington  <hp@redhat.com>
7251
7252         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
7253         use stock buttons. Should be 100% source compatible, appropriate
7254         filesel fields now point to dialog->vbox and dialog->action_area.
7255         On the bizarre side, dialog->action_area and filesel->action_area
7256         are not the same widget.
7257         (gtk_file_selection_init): Put some padding around the selection
7258         entry, so it isn't touching the GtkDialog separator.    
7259
7260         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
7261         use stock buttons, etc. Should also be source compatible.
7262         Set the dialog default title in _init not _new().
7263         
7264         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
7265         Use stock buttons; don't put a button box inside the existing
7266         dialog button box. Don't bother with push/pop colormap anymore.
7267
7268         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
7269         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
7270         for message dialog, and necessary for the font selection and color
7271         selection with help and apply buttons.
7272         
7273         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
7274         to the created button widget. Set GTK_CAN_DEFAULT on the button.
7275         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
7276         between buttons, put less padding around the action area.
7277         (gtk_dialog_run): Exit on unmap rather than on destroy. 
7278         This will also exit the loop if the widget is hidden.
7279         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
7280         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
7281         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
7282         special-case delete event.
7283
7284         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
7285         formatting
7286         
7287 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
7288
7289         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
7290         button to temporarily disable position recording in the
7291         "saved position" test.
7292
7293 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
7294
7295         * gtk/gtkthemes.c: added compat code that temporarily implements
7296         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
7297         going to be revamped by owen's upcoming GtkModule patches, but
7298         untill then people want gtk to build, right? ;)
7299
7300 2000-11-04  Havoc Pennington  <hp@pobox.com>
7301
7302         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
7303         list
7304
7305         * docs/Changes-2.0.txt: Add note about
7306         gtk_container_get_toplevels()
7307
7308         * gtk/gtktextview.h: formatting
7309         
7310         * gtk/gtktextview.c: don't start descriptions with "Returns",
7311         confuses gtk-doc
7312
7313 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
7314
7315         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
7316         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
7317
7318 2000-11-03  Havoc Pennington  <hp@redhat.com>
7319
7320         * gtk/gtktexttagtable.c: Docs
7321         (gtk_text_tag_table_size): return a signed int
7322
7323         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
7324         (gtk_text_tag_event): make the event_object a GObject
7325
7326         * gtk/gtktextview.c: Write API docs for all functions.
7327
7328         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
7329         for gtk_text_view_get_window_type() called on one of the private
7330         windows.
7331
7332         * gtk/gtktextview.c: Instead of accessing text_view->buffer
7333         directly, call get_buffer() which demand-creates a default
7334         buffer. So gtk_text_view_new() can be used to create a view with a
7335         default buffer in it, if you just want an empty text box users can
7336         put data in. Useful for GUI builders also.
7337
7338 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
7339
7340         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
7341         the charset encodign portion MUST be in lowercase.
7342         * gtk/gtkrc.az: added file for Azeri language
7343
7344 2000-11-03  Havoc Pennington  <hp@redhat.com>
7345
7346         Get widgets working on the btree/buffer side. Display of them 
7347         still doesn't work.
7348         
7349         * gtk/gtktextview.c: start implementing child widget stuff
7350
7351         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
7352
7353         * gtk/gtktextlayout.c: handle embedded widgets
7354
7355         * gtk/gtktextdisplay.c: handle embedded widgets
7356
7357         * gtk/gtktextchild.c: Implement all the child anchor goo
7358
7359         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
7360         function
7361
7362         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
7363         (insert_pixbuf_or_widget_segment): abstract out common portions of 
7364         creating a child anchor or a pixbuf segment.
7365         (gtk_text_btree_create_child_anchor): new function
7366         (gtk_text_btree_unregister_child_anchor): new function
7367
7368         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
7369         allocate_child signal on GtkTextLayout
7370
7371         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
7372         values
7373         (gtk_text_iter_get_child_anchor): new function
7374
7375         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
7376         default handler for the changed signal, which calls
7377         gtk_text_buffer_set_modified(), instead of just always emitting
7378         changed then calling set_modified() manually. I guess this is
7379         maybe more flexible. It seems logical.
7380
7381 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
7382
7383         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
7384         now.
7385
7386         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
7387
7388 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
7389
7390         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
7391         been marked static.
7392
7393 2000-11-02  Havoc Pennington  <hp@redhat.com>
7394
7395         * gtk/testgtk.c (create_labels): had a test backward
7396
7397         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
7398         fields, so the dest GC ends up with the correct clip origin, 
7399         etc. Fixes a bug where colored labels didn't redraw 
7400         properly.
7401
7402 2000-11-02  Alexander Larsson  <alexl@redhat.com>
7403
7404         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
7405         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
7406         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
7407         Add last argument to t_type_register_static call.
7408         
7409         * gdk/linux-fb/gdkdrawable-fb2.c:
7410         Add last argument to t_type_register_static call.
7411         export the get_image drawable virtual function.
7412
7413         * gdk/linux-fb/gdkimage-fb.c:
7414         Add last argument to t_type_register_static call.
7415         rename gtk_image_get to _gdk_fb_get_image and
7416         export it for use by gdkdrawable-fb2.
7417
7418         * gdk/linux-fb/gdkprivate-fb.h:
7419         export _gdk_fb_get_image.
7420
7421         * gdk/linux-fb/gdkselection-fb.c:
7422         Add new api call stubs.
7423
7424         * gtk/Makefile.am:
7425         Missing ( in linux-fb part.
7426
7427         * modules/linux-fb/Makefile.am:
7428         Must link with gdk_pixbuf or get unresolved symbol.
7429
7430 2000-11-01  Havoc Pennington  <hp@pobox.com>
7431
7432         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
7433         GTK_TYPE_TEXT_ITER and BOXED marshallers
7434
7435         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
7436
7437         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
7438         
7439         * gtk/gtk-boxed.defs: add GtkTextIter
7440
7441         * gtk/gtkmarshal.list: Add marshallers for text widget that 
7442         properly use OBJECT and BOXED
7443
7444 2000-11-01  Havoc Pennington  <hp@redhat.com>
7445
7446         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
7447
7448         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
7449         before returning it. 
7450         
7451 2000-11-01  Havoc Pennington  <hp@redhat.com>
7452
7453         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
7454         Clip the rectangle to be rendered to the drawable, since
7455         get_from_drawable() requires a region within the drawable
7456
7457 2000-11-01  Havoc Pennington  <hp@redhat.com>
7458
7459         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
7460         from coordinates.
7461
7462 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
7463
7464         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
7465         it isn't NULL.
7466
7467 2000-11-01  Havoc Pennington  <hp@pobox.com>
7468
7469         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
7470         on a label
7471         (gtk_label_finalize): unref the attr list if any.
7472
7473         * gtk/testgtk.c (create_get_image): close test on second click
7474         (make_message_dialog): close dialog if it exists
7475
7476         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
7477
7478         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
7479         gdk-pixbuf
7480
7481         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
7482         from Pango markup format
7483         (gtk_label_set_markup_with_accel): ditto but with accelerator
7484         parsing
7485
7486         * gtk/gtkimage.c (gtk_image_expose): reformatting.
7487
7488         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
7489         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
7490         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
7491         call gdk_window_get_origin().
7492
7493         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
7494         implement GDK_PIXBUF_ALPHA_FULL
7495         
7496 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
7497
7498         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
7499         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
7500         g_signal_handlers_disconnect_matched to block/unblock and disconnect
7501         multiple handlers respectively, instead of only treating the
7502         first handler found (bug reported by owen).
7503
7504 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
7505
7506         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
7507
7508         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
7509
7510         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
7511         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
7512         gtk/gtktreeviewcolumn.h: Fixed inline docs.
7513
7514         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
7515         widget.  Needs writing someday.
7516
7517         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
7518         the docs.
7519
7520 2000-10-30  Havoc Pennington  <hp@redhat.com>
7521
7522         * gtk/gtktextview.h, gtk/gtktextview.c:
7523         Rename delete_at_cursor delete_from_cursor, and 
7524         move to move_cursor.
7525
7526 2000-10-30  Havoc Pennington  <hp@redhat.com>
7527
7528         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
7529         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
7530         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
7531         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
7532         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
7533         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
7534         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
7535         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
7536         gtktexttypes.h, gtktextview.c, gtktextview.h:
7537
7538         Massive reindentation and reformatting. Arg alignment and comments
7539         still need fixing in various places.
7540
7541 2000-10-30  Havoc Pennington  <hp@redhat.com>
7542
7543         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
7544         to be named insert_at_cursor and delete_at_cursor so C++ can
7545         handle them.
7546
7547 2000-10-28  Tor Lillqvist  <tml@iki.fi>
7548
7549         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
7550         to get a double directory separator in case the home directory
7551         ends with one. This would cause trouble especially on Windows,
7552         where the path will be confused with the syntax for an an UNC
7553         (network share) path \\server\share\path.
7554         (gtk_rc_add_initial_default_files): Ditto.
7555
7556 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
7557
7558         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
7559
7560         * gtk/gtktextview.c: Use correct marshallers.
7561
7562 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
7563
7564         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
7565         use new iter stuff, and added all the appropriate signals et al.
7566
7567         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
7568         code is internal to gtk only.
7569
7570 2000-10-28  Tor Lillqvist  <tml@iki.fi>
7571
7572         * gtk/gtk.def
7573         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
7574         glib-genmarshal etc.
7575
7576 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
7577
7578         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
7579         parallel builds.
7580
7581 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
7582
7583         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
7584
7585 2000-10-27  Robert Brady  <robert@suse.co.uk>
7586
7587         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
7588         en_GB (British), ia (Interlingua).
7589
7590 2000-10-26  Havoc Pennington  <hp@redhat.com>
7591
7592         * gtk/gtktextiter.c (my_strrstr): fix constness warning
7593
7594         Fixed output of:
7595         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
7596         
7597         * gtk/gtktextsegment.c (char_segment_new): rename
7598         (_char_segment_new_from_two_strings): rename
7599         (_toggle_segment_new): rename
7600         
7601         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
7602         (make_clipboard_widget): make it static
7603         (text_get_func): static
7604         (text_clear_func): static
7605
7606         * gtk/gtkcolorsel.c (adjustment_changed): make this function
7607         static
7608         (hex_changed): make it static
7609         (hsv_changed): make it static
7610         (opacity_entry_changed): make it static
7611
7612         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
7613         (toggle_segment_check_func): rename with _gtk
7614
7615         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
7616         (_widget_segment_new): rename
7617         (_widget_segment_add): rename
7618         (_widget_segment_remove): rename
7619         (_widget_segment_ref): rename
7620         (_widget_segment_unref): rename
7621
7622         * gtk/gtktextmark.c (_mark_segment_new): Rename
7623         _gtk_mark_segment_new   
7624
7625 2000-10-26  Havoc Pennington  <hp@redhat.com>
7626
7627         * gtk/gtkmarshal.list: add new marshallers used by the text widget
7628         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
7629         types
7630
7631         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
7632         marshaller types
7633
7634         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
7635         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
7636         license on these files.
7637
7638         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
7639         work.
7640
7641         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
7642         runtime random number different for each tree, instead of 
7643         a constant I made up.
7644
7645 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
7646
7647         * gtk/Makefile.am: buncha cleanups, kludged build sources
7648         dependencies with a Makefile: oldest-source-stamp dependancy
7649         for the moment. automake is really fighting us here, with
7650         intentionally not allowing user-defined rules or dependancies
7651         prior to it's -include $(DEP_FILES) statement. sucks rocks!
7652
7653         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
7654         to public headers. tehy have a comment stating that they are
7655         "semi-public" aren't included by gtk.h and if enums popup there,
7656         they can be /*< skip >*/-ed.
7657
7658         * gtk/gtktextlayout.h: 
7659         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
7660         added LGPL... <SIGH>
7661
7662 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
7663
7664         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
7665         GtkTreeIter.  Added iterators everywhere.
7666
7667         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
7668
7669         * gtk/gtktreeviewselection.c: Changed to use the iterators.
7670
7671         * gtk/gtktreestore.c: Changed to use the iterators.
7672
7673         * gtk/gtkliststore.c: Commented out the code.  Will convert to
7674         iterators tomorrow.
7675
7676         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
7677         iterators tomorrow.
7678
7679         * gtk/treestoretest.c: Changed to use iterators.
7680
7681         * demos/testgtk/main.c: Moved to use the new iterator system.
7682
7683 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
7684
7685         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
7686         localization misbehaviour.
7687
7688         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
7689         a useless type without copy/free.
7690
7691         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
7692         of GTK_TYPE_CTREE_NODE.
7693
7694 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
7695
7696         * gtk/gtksignal.c:
7697         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
7698         applicable.
7699
7700         * gtk/gtk-boxed.defs (GtkSelectionData): specify
7701         gtk_selection_data_copy and gtk_selection_data_free
7702         do GtkSelectionData work as params in signals.
7703
7704 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
7705
7706         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
7707         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
7708         couldn't they at least give it a non-standard name?
7709         
7710         * gtk/gtktextlayout.c: arg! yet another implementation of
7711         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
7712
7713         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
7714         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
7715         home. now i know this _is_ a conspiracy.
7716
7717         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
7718         ::state-changed.
7719
7720         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
7721         (gtk_accel_group_create_add): marshaller signature fixups.
7722
7723         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
7724         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
7725
7726         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
7727         anymore.
7728
7729 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
7730
7731         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
7732         due to the signal system changes, it wouldn't build currently. to
7733         be fixed soon.
7734
7735         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
7736
7737         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
7738         so it needs gtk_marshal_VOID__ENUM() instead of
7739         gtk_marshal_NONE__UINT().
7740
7741         * gdk/gdk*.c: adapted type registration functions.
7742
7743         * gtk/gtkbindings.c:
7744         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
7745         gone.
7746
7747         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
7748
7749         * gtk/gtkobject.c:
7750         (gtk_object_destroy):
7751         (gtk_object_shutdown): fixed recursion guards. basically we have to
7752         catch the case where any of GObject.shutdown() or gtk_object_destroy()
7753         is called during ::destroy, and avoid recursion there.
7754
7755         * gtk/gtktypeutils.c:
7756         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
7757         boxed_copy/boxed_free. this needs a more general solution based on a
7758         publically installed code-generator utility.
7759
7760         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
7761         glib's gobject has support for that now.
7762         define GtkSignalMarshaller in terms of GSignalCMarshaller.
7763
7764 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
7765
7766         * gtk/gtksignal.[hc]:
7767         * gtk/gtkmarshal.[hc]:
7768         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
7769         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
7770         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
7771         care of that.
7772
7773         * *.c: marshaller name fixups.
7774
7775         * gtk/gtkmarshal.list: added a comment briefing the format.
7776
7777 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
7778
7779         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
7780         compatibility macros here now. more specifically, most of
7781         the API is preserved (yes, _most_, nonwithstanding the
7782         following exceptions listed, the API is stil lHUGE ;)
7783         things that got removed completely:
7784         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
7785         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
7786         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
7787         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
7788         gtk_signal_remove_emission_hook().
7789         non-functional functions variants:
7790         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
7791         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
7792         not supported anymore.
7793         (gtk_signal_compat_matched): new internal function to aid
7794         implementation of the compatibility macros, it  provides
7795         functionality to block/unblock/disconnect handlers based
7796         on func/data.
7797
7798         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
7799
7800         * *.c: adaptions to new type registration API signatures.
7801
7802 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
7803
7804         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
7805
7806 2000-10-25  Robert Brady  <robert@suse.co.uk>
7807
7808         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
7809         gdk_property_delete): If window == NULL, assume the root window.
7810         (restoring the behaviour that was in 1.2).
7811         
7812         * gtk/testtext.c (save_buffer): Allow creation of new files when
7813         saving.
7814
7815         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
7816         calls to read().
7817
7818 2000-10-25  Tor Lillqvist  <tml@iki.fi>
7819
7820         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
7821
7822         * gdk/win32/gdkdrawable-win32.c
7823         * gdk/win32/gdkimage-win32.c
7824         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
7825         X11 backend.
7826
7827         * gdk/win32/gdkcc-win32.c
7828         * gdk/win32/gdkcolor-win32.c
7829         * gdk/win32/gdkfont-win32.c
7830         * gdk/win32/gdkinput-win32.c
7831         * gdk/win32/gdkmain-win32.c
7832         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
7833
7834 2000-10-24  Havoc Pennington  <hp@redhat.com>
7835
7836         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
7837         it a static function
7838
7839         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
7840         redraw text when a tag is applied to it.
7841
7842         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
7843         (gtk_text_tag_affects_nonsize_appearance): private functions to
7844         see if a tag requires various kinds of redraw/layout to be queued
7845         up.
7846
7847         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
7848
7849         * gtk/testtext.c (fill_example_buffer): Put the cursor 
7850         at the start of the buffer, so search works by default
7851
7852         * gtk/gtktextiter.c (lines_match): init match_start always
7853
7854         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
7855         function, get iter at a line + a byte index
7856
7857         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
7858         to set byte position within a line
7859         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
7860
7861 2000-10-23  Havoc Pennington  <hp@redhat.com>
7862
7863         * gtk/testtext.c: Re-enable the "find" dialog
7864
7865         * gtk/testgtk.c: Add test for gdk_drawable_get_image
7866         
7867         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
7868         the arguments to gdk_draw_drawable were in the wrong order
7869         (gdk_window_paint_init_bg): This function was ignoring the
7870         init_region, instead of clipping to it, so the entire backing
7871         pixmap was cleared on every begin_paint()
7872         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
7873         was in here again, the loop kept using the same GtkWindowPaint
7874         over and over.
7875         (gdk_window_begin_paint_region): Fix a bug where we had two
7876         x_offset instead of x_offset and y_offset
7877
7878         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
7879         before we get the image.
7880         (gdk_draw_drawable): get the composite before we draw the drawable.
7881         (gdk_drawable_real_get_composite_drawable): default
7882         get_composite_drawable implementation that returns the drawable 
7883         itself
7884
7885         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
7886         get_composite_drawable virtual function
7887
7888         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
7889         list-walking bug
7890
7891         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
7892         make this work if the source drawable is a GdkDrawableImplX11
7893         instead of a public drawable type. This is really broken; the
7894         problem is that GdkDrawable needs a virtual method get_xid(), but
7895         of course that doesn't work in practice. Enter RTTI.
7896
7897         Also, improve mismatched depth message.
7898
7899         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
7900         GdkPixmap
7901
7902         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
7903         install _gdk_x11_get_image as our implementation of get_image
7904         
7905         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
7906         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
7907
7908         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
7909         gdk_drawable_get_image
7910
7911         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
7912
7913         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
7914         get_image
7915
7916         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
7917         trailing semicolon after for loop
7918
7919 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
7920
7921         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
7922         where font_desc for widget's context lagged widget's font_desc by
7923         one step.
7924
7925 2000-10-22  Tor Lillqvist  <tml@iki.fi>
7926
7927         * gdk/win32/gdkgc-win32.c
7928         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
7929
7930         * gtk/makefile.mingw.in
7931         * gtk/gtk.def: Updates.
7932
7933         * gtk/testgtk.c: sleep() is called _sleep in MS's C
7934         library.
7935
7936         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
7937
7938         * gtk/makefile.msc: Remove
7939
7940         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
7941
7942         * gtk/Makefile.am: Add it.
7943
7944         * configure.in: Generate it.
7945
7946         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
7947         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
7948         something even if not implemented, to satisfy picky MSVC.
7949
7950         Patches by Hans Breuer:
7951         
7952         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
7953         SetBkMode() and SetTextAlign() before calling
7954         pango_win32_render().
7955
7956         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
7957         Set hcliprgn to NULL after destroying it.
7958         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
7959
7960         * gdk/win32/gdkgeometry-win32.c
7961         (_gdk_windowing_window_queue_antiexpose): More effective
7962         implementation.
7963
7964         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
7965         depth as default, not the visual's.
7966
7967         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
7968         against empty title.
7969
7970         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
7971         IMAGE_PRIVATE_DATA.
7972
7973         * gdk/win32/gdkimage-win32.c: Use it.
7974
7975 2000-10-22  Robert Brady  <robert@suse.co.uk>
7976
7977         * configure.in: Check for bind_textdomain_codeset
7978
7979         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
7980         present, make use of it.
7981
7982         Add a translatable string "default:LTR" which, if translated
7983         to "default:RTL", will cause the default direction to be
7984         Right-to-Left.
7985
7986         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
7987         direction if marked as flippable.
7988
7989         * gtk/gtkhscale.c: Mark widget as flippable.
7990         
7991 2000-10-04  Havoc Pennington  <hp@redhat.com>
7992
7993         * gtk/testgtk.c (create_buttons): create some stock buttons
7994         with the default accel group
7995         (create_image): test some new GtkImage features
7996         (make_message_dialog): test GtkMessageDialog
7997         (create_modal_window): fix someone's bizzarro indentation
7998
7999         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
8000         GTK_WIN_POS_CENTER_ON_PARENT. 
8001         Add "destroy with parent" setting, which means the window goes
8002         away with its transient parent.
8003         (gtk_window_get_default_accel_group): get the default accel group
8004         for the window.
8005         (gtk_window_set_destroy_with_parent): set/unset destroy with
8006         parent flag
8007         (gtk_window_read_rcfiles): invalidate icon set caches
8008         after reloading rcfiles 
8009
8010         * gtk/gtkenums.h (GtkWindowPosition): add
8011         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
8012         on its parent window when the dialog is mapped for the first time.
8013
8014         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
8015         a simple message dialog class
8016         
8017         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
8018         handler to emit response signal, and maybe later it would
8019         honor a hide_on_delete flag - though that isn't there yet.
8020         Set border width on the vbox to 2, so we get some padding.      
8021         Use a button box for the action area.
8022         (gtk_dialog_key_press): synthesize a delete event if Esc
8023         is pressed and the GtkWidget key press handler didn't 
8024         handle the escape key.
8025         (gtk_dialog_new_with_buttons): new function creates a dialog
8026         with some default buttons in it.
8027         (gtk_dialog_add_action_widget): add an activatable widget
8028         as a button in the dialog - you can also add a non-activatable
8029         widget by accessing the action area directly.
8030         (gtk_dialog_add_button): add a simple button - stock ID or 
8031         label - to the action area
8032         (gtk_dialog_response): emit response signal
8033         (gtk_dialog_run): block waiting for the dialog, return 
8034         the response. Override normal delete_event behavior, so that 
8035         delete_event does nothing inside gtk_dialog_run().
8036
8037         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
8038         emitted when an action widget is clicked or the dialog gets
8039         delete_event
8040
8041         * gtk/gtk.h: add gtkmessagedialog.h
8042
8043         * gtk/Makefile.am: add gtkmessagedialog.[hc]
8044
8045 2000-10-18  Havoc Pennington  <hp@redhat.com>
8046
8047         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
8048         where any number of empty lines would get skipped
8049
8050         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
8051         edge.
8052
8053         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
8054         warning about invalid iterators (explain more thoroughly)
8055         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
8056
8057         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
8058         big
8059
8060         * demos/*.c: Add error handling
8061
8062         * gtk/gtktextbuffer.c: don't modify const iterators
8063
8064         * gtk/gdk-pixbuf-loader.c: Add full error handling here
8065
8066         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
8067         on file load
8068
8069         * gtk/gtkiconfactory.c: Update to reflect addition of error
8070         handling to gdk-pixbuf loaders
8071
8072 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
8073
8074         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
8075         move to new modularized testgtk.
8076
8077 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
8078
8079         * gtk/gtktreeview.c: Draw the arrows correctly.
8080
8081         * gtk/gtktreemodel.c: Added user docs.
8082
8083         * gtk/gtk.h: remove gtktreedatalist.h.
8084
8085         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
8086         parent when generating my type.
8087
8088         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
8089         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
8090
8091 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
8092
8093         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
8094         GtkTreeModel from object to interface.
8095
8096 2000-10-16  Havoc Pennington  <hp@redhat.com>
8097
8098         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
8099         compilation
8100
8101 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
8102
8103         * gtk/gtktreeselection.c: Add API documentation to all public
8104         functions.
8105
8106         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
8107         functions.
8108
8109 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
8110
8111         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
8112         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
8113         docs to all public functions.
8114
8115         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
8116         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
8117         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
8118         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
8119         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
8120         issue.
8121
8122 2000-10-14  Robert Brady  <robert@suse.co.uk>
8123
8124         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
8125
8126 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
8127
8128         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
8129         values other then G_TYPE_STRING.
8130         * gtk/gtktreeselection.c: Minor commenting updates.
8131         * gtk/gtktreeview.c: Format updates.
8132
8133 2000-10-09  Tor Lillqvist  <tml@iki.fi>
8134
8135         * README.win32: Update.
8136
8137         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
8138         lines that had been deleted by mistake (?).
8139
8140         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
8141         also the case fg==white and bg==black (but still not randomly
8142         coloured cursors). Thanks to Wolfgang Sourdeau.
8143
8144         * gdk/win32/*.c: Silence gcc -Wall.
8145
8146         * gtk/gtk.def: Add missing entry points.
8147
8148         Fixes by Hans Breuer:
8149
8150         * gdk/makefile.msc
8151         * gdk/win32/makefile.msc: Update.
8152
8153         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
8154         some MSVC thing, presumably), cause breakpoint on failures. Add
8155         GDK_NOR case. Call g_log_set_always_fatal.
8156
8157         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
8158         should be pased by reference.
8159         
8160         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
8161         
8162         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
8163
8164         * gdk/win32/gdkevents-win32.c
8165         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
8166
8167         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
8168         implementation object.
8169
8170         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
8171         not just windows.
8172         
8173         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
8174         Use the wrapper object.
8175         
8176 2000-10-06  Havoc Pennington  <hp@redhat.com>
8177
8178         * Makefile.am (SRC_SUBDIRS): contrib subdir
8179
8180         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
8181         so it can be used in Xlib version
8182
8183         * demos/testpixbuf.c (update_timeout): error checking from 1.0
8184         tree
8185
8186         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
8187         change from 1.0 tree that returns first frame of animation
8188         if the loaded file is an animation.
8189
8190         * contrib: add new directory to hold stuff that comes with GTK+
8191         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
8192         
8193         * configure.in: add contrib/*
8194
8195 2000-10-05  Havoc Pennington  <hp@redhat.com>
8196
8197         * demos/testpixbuf-save.c: add pixbuf save test
8198
8199         * demos/Makefile.am: add testpixbuf-save.c
8200
8201 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
8202
8203         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
8204         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
8205         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
8206         * gtk/gtktreeselection.[ch]: Replaced
8207         "node_selected"/"node_unselected" signal with "selection_changed"
8208         signal.
8209
8210 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
8211
8212         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
8213         tree widget.
8214
8215 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
8216
8217         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
8218         drawing.
8219
8220 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
8221
8222         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
8223         Move list pointer forwards before removing item from
8224         list. (Crash reported by Salmaso Raffaele)
8225
8226         * gdk/gdkwindow.h: Remove spurious trailing ,
8227
8228         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
8229         dependencies on uninstalled libraries, sorry folks.
8230
8231 2000-10-04  Havoc Pennington  <hp@redhat.com>
8232
8233         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
8234         gtk/gtkiconfactory.c: Fix copyrights    
8235
8236         * demos/testpixbuf.c: add inline pixbuf test
8237         
8238 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
8239
8240         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
8241         Add gdk_window_iconify.
8242
8243         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
8244         (gdk_window_set_geometry_hints): Add win_gravity
8245         to geometry structure.
8246
8247         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
8248         Implement _NET_WM_PING.
8249
8250         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
8251         Set _NET_WM_PID on the client leader.
8252
8253         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
8254         Handle UTF-8 better.
8255
8256         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
8257         UTF-8 better, set _NET_WM_NAME as well. Only set
8258         icon name if it hasn't previously been explicitely 
8259         set.
8260
8261 2000-10-03  Havoc Pennington  <hp@redhat.com>
8262
8263         * gtk/testtextbuffer.c: clean up trailing whitespace,
8264         add extensive tests for tag toggle iteration.
8265         
8266         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
8267         distance
8268
8269         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
8270         optimize case where the tag root is on level 1
8271         (gtk_text_line_previous_could_contain_tag): attempt to implement
8272         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
8273         functionality
8274
8275         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
8276         Implement this, though not very efficiently.
8277
8278         * gtk/gtktextiterprivate.h: reformat
8279
8280         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
8281         iterator
8282
8283         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
8284         this to properly revalidate the iterators.
8285
8286         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
8287         properly at the end of the line (and therefore on empty lines)
8288
8289         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
8290         maybe we should return a value...
8291
8292 2000-10-03  Tor Lillqvist  <tml@iki.fi>
8293
8294         * config.h.win32: Guard definition of alloca(). glib.h now handles
8295         that.
8296
8297         * gdk/gdk.def
8298         * gtk/gtk.def: Add new entry points.
8299
8300         Changes just to make GTK+ build without errors on Win32. No hope
8301         of it working in its current state, though...:
8302         
8303         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
8304         some functions from the X11 backend, just to make GTK+ build.
8305
8306         * gdk/makefile.mingw.in
8307         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
8308         number. Add new object files.
8309
8310         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
8311         GetMessageTime to get timestamp (where on X11 uses
8312         gdk_x11_get_server_time()).
8313
8314 2000-10-02  Havoc Pennington  <hp@pobox.com>
8315
8316         * gtk/gtktextview.c: text_window_* weren't static and should have
8317         been.
8318         Start work on child widgets; not yet complete, syncing to 
8319         office computer.
8320
8321         * gtk/gtktextchild.h: change this to contain a public interface,
8322         starting work on child interfaces.
8323         * gtk/gtktextchildprivate.h: move private interfaces here
8324
8325         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
8326
8327         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
8328         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
8329         gtk/gtktextmark.c: copyright notices
8330
8331         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
8332         internal functions      
8333
8334         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
8335         internal function
8336
8337         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
8338         Reformatting    
8339
8340 2000-09-30  Havoc Pennington  <hp@pobox.com>
8341
8342         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
8343         NULL start/end pointers
8344
8345         * gtk/gtktextbuffer.c: Write some docs
8346         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
8347         NULL, so you can just check whether there's a selection.        
8348
8349         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
8350         cleanup_line or segments_changed ourselves, it gets done 
8351         in unlink_segment
8352
8353         * gtk/gtktextmark.h:
8354         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
8355         
8356         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
8357
8358         * gtk/gtktextmark.c: delete some more old Tk cruft
8359
8360         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
8361         mark before removing it, so we can emit MARK_DELETED with a valid
8362         pointer.
8363         (gtk_text_buffer_mark_set): hold ref across signal emission
8364
8365         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
8366         whining about attempts to delete special marks
8367
8368         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
8369         underscore, since it's internal.
8370
8371         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
8372         now implemented in terms of iterators in gtktextiter.h
8373
8374         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
8375         New function, destructively sets contents of buffer. Also 
8376         a convenient way to clear the buffer by setting text to ""
8377
8378         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
8379         multiline string literal
8380
8381         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
8382         text changes.
8383
8384         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
8385         is not dereferenceable
8386         (gtk_text_iter_forward_lines): fix return value
8387
8388 2000-09-29  Havoc Pennington  <hp@redhat.com>
8389
8390         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
8391
8392         * gtk/gtktextview.c: Implement drag thresholding; change functions 
8393         that set border window size to have nicer name
8394         (gtk_text_view_mark_set_handler):  Fix this to have the 
8395         right signature.
8396
8397         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
8398
8399         * gtk/testtext.c: Update with API changes, put line numbers on 
8400         both sides.
8401         
8402         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
8403         with this
8404
8405         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
8406         pixbuf; delete a big block of #if 0 Tk code
8407
8408         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
8409         insert_pixmap with insert_pixbuf
8410
8411 2000-09-29  Martin Baulig  <baulig@suse.de>
8412
8413         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
8414         confusion with the GdkPixbuf of the GNOME 1.x platform.
8415
8416 2000-09-29  Havoc Pennington  <hp@pobox.com>
8417
8418         * gtk/gtktextview.c: Implement the side windows.
8419
8420         * gtk/testtext.c: Implement simple line numbering in the 
8421         left side window; seems to make scrolling sloooow. Oops.
8422         Also, cursor blink is for some reason causing redraws
8423         of the line numbers. Should investigate...
8424
8425 2000-09-28  Havoc Pennington  <hp@redhat.com>
8426
8427         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
8428         scrolling child windows, and draw focus rectangle properly.
8429         
8430         (gtk_text_view_buffer_to_window_coords):
8431         Coordinate transformation to deal with all these freaking windows
8432         and offsets
8433         (gtk_text_view_window_to_buffer_coords): transform the other way
8434
8435         * gtk/testtext.c (create_buffer): Update to match Pango API change
8436
8437         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
8438         anonymous tags
8439         (foreach_unref): don't emit remove signal from finalize, just
8440         set tag's parent to NULL
8441
8442 2000-09-26  Havoc Pennington  <hp@redhat.com>
8443
8444         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
8445         Fix some warnings       
8446
8447 2000-09-26  Havoc Pennington  <hp@redhat.com>
8448
8449         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
8450         headers into the private header list
8451
8452         * Makefile.am (pkgconfig_DATA): install pkg-config files
8453
8454         * configure.in: add pkg-config files
8455
8456         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
8457
8458         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
8459         outstanding icon caches on theme change.
8460
8461         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
8462         important types:
8463
8464         (GtkIconSource): Specification for creating a pixbuf 
8465         appropriate for a direction/state/size triplet from 
8466         a source pixbuf or filename
8467
8468         (GtkIconSet): List of GtkIconSource objects that are used to
8469         create the "same" icon (e.g. an OK button icon), and cache for
8470         rendered icons
8471
8472         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
8473         up the icon set for a given stock ID.  GTK maintains a stack of
8474         GtkIconFactory to search, and applications or libraries can add
8475         additional icon factories on top of the stack
8476         
8477         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
8478         the set of GtkIconSource specified for a given stock ID into 
8479         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
8480         RcStyle, under the specified stock ID.
8481
8482         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
8483         render_icon used to derive a GdkPixbuf from a GtkIconSource.
8484         This allows people to theme how prelight, insensitive, etc. are
8485         done.
8486
8487         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
8488         icon factories for a style, and return the resulting 
8489         icon set if any.
8490
8491         (gtk_style_render_icon): Render an icon using the render_icon 
8492         method in the GtkStyleClass.
8493
8494         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
8495         Use the style for a given widget to look up a stock ID, get the
8496         icon set, and render an icon using the render_icon method 
8497         of the style
8498
8499         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
8500         (contains information about a stock item), the built-in stock item
8501         IDs, and functions to add/lookup stock items.
8502
8503         * gtk/stock-icons/*: Stock icons that come with GTK
8504
8505         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
8506         a button based on a GtkStockItem
8507         (gtk_button_new_accel): Takes a uline string and accel group, and
8508         installs the accelerator.
8509
8510         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
8511         image-display widget.
8512
8513 2000-09-25  Havoc Pennington  <hp@redhat.com>
8514
8515         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
8516
8517         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
8518         Fix a bug when removing node data, we didn't properly 
8519         re-splice the linked list after removing the data.
8520
8521         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
8522         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
8523
8524         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
8525
8526         * gtk/gtktextlayout.c (set_para_values): Set tab array 
8527         for the layout from the GtkTextTag.
8528
8529         * gtk/gtktexttypes.h: delete tab and search cruft, 
8530         remove g_convert() in favor of GLib version
8531
8532         * gtk/gtktexttypes.c: remove tab implementation from here,
8533         move to Pango
8534
8535         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
8536         tab stuff using new PangoTabArray from Pango
8537
8538         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
8539         unused border_width stuff
8540
8541 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
8542
8543         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
8544         glib) and now useless utf_to_latin1() latin1_to_utf()
8545
8546         * gtk/gtktextview.[ch]: Change ::move_insert and
8547         ::delete_text action signals to ::move and ::delete;
8548         create the signals with the right enumeration type,
8549         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
8550         C-v bindings, change Home, End to move to beginning/end
8551         of line, Add C-Home C-End to move to beginning/end
8552         of buffer. Change ::cut_text to ::cut_clipboard, etc;
8553         combine ::scroll_text into ::move; use new GtkSelectionData
8554         functions to simplify DND text handling.
8555         
8556         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
8557         deletion enumerations here, rename enumeration values to 
8558         be consistently plural.
8559
8560         * gtk/gtktextbuffer.c: Use new clipboard interfaces
8561         for cut/copy/paste and primary selection.
8562
8563         * gtk/gtktextbuffer.[ch]: Remove excess time and
8564         'interactive' arguments from cut/copy/paste;
8565         rename cut to cut_clipboard, etc; remove
8566         gtk_text_buffer_get_clipboard_contents().
8567
8568         * gtk/gtktextlayout.[ch]: Add 
8569         gtk_text_layout_move_iter_to_line_end() to move the iter to 
8570         line ends.
8571
8572         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
8573         Functions to set or get a UTF-8 string on the selection
8574         data.
8575
8576         * gtk/gtkclipboard.[ch]: New, simplified selection handling
8577         interfaces.
8578
8579         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
8580         created widgets - one of these is useless if we don't.
8581
8582         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
8583         a public function clear all targets registered for the
8584         widget.
8585
8586         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
8587         Never call gtk_widget_realize() - that was just asking
8588         for bizarre side-effects.
8589
8590         * gtk/gtkselection.c (gtk_selection_owner_set): Call
8591         gdk_selection_owner_set even if the widget is the
8592         same so that we reliably update the timestamp on
8593         the server.
8594
8595         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
8596         gdk_x11_get_server_time() function.
8597         
8598         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
8599         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
8600         Add some tricky filtering on serial numbers for
8601         selection clear events to fix up long-standard
8602         race condition FIXME's in gtkselection.c.
8603
8604         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
8605         routines to convert from utf8 to compound text or
8606         STRING and from a text property to UTF-8.
8607
8608         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
8609         a convenience function gdk_get_current_event_time().
8610
8611         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
8612         and free selection_data->data properly
8613
8614 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
8615
8616         * gtk/gtkthemes.c: Remove some unecessary includes.
8617
8618 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
8619
8620         * gtk/gtktextdisplay.c
8621         * gtk/gtktextlayout.c
8622         * gtk/gtktexttag.c
8623         * gtk/gtktexttag.h
8624         * gtk/testtext.c: Change the overstrike property to strikethrough,
8625         to closer match pango.
8626
8627 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
8628
8629         * gtk/gtktextview.c: Fix up visibility so that focus,
8630         cursor_visible and blink interact properly.  Reenable cursor blink
8631         which had been roughly disabled. Make blink and focus
8632         properly per-view.
8633
8634         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
8635         Add a flag for whether to display insertion cursor and
8636         a function to set the flag.
8637
8638         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
8639         get_line_y() to get_line_yrange(), to be a bit more generally
8640         useful.
8641
8642 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
8643
8644         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
8645           do stop_navigating_submenu, to clear last timeout properly.
8646           Also in gtk_menu_motion_notify move ignore_enter above
8647           the conditional to make it always happen as suggested by Owen
8648
8649 2000-09-07  Tor Lillqvist  <tml@iki.fi>
8650
8651         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
8652
8653         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
8654         w32api headers.
8655
8656         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
8657         declarations.
8658
8659         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
8660         (gdk_win32_get_colormap): A line had been deleted by mistake.
8661
8662         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
8663         (gdk_event_translate): Handle more virtual keycodes to be able to
8664         generate GDK events for Control-comma, Control-period, etc.
8665
8666         * gtk/gtk.def: Add some missing entry points.
8667
8668 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
8669
8670         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
8671         Doc comment fixing. (Mostly non-matching parameter names.)
8672
8673         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
8674         comments a little to avoid looking like a doc comment.
8675
8676         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
8677         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
8678         conversions be changed to GError?)
8679
8680         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
8681         Move private #defines into .c file.
8682
8683         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
8684         order of argument addition, remove duplicates.
8685
8686         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
8687         parent class is FrameClass, not BinClass.
8688
8689         * gtk/gtk.h: Add gtkinvisible, which was missing.
8690         (It's occasionalyl useful for client apps, if seldom.)
8691
8692         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
8693         #define.
8694
8695 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
8696
8697         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
8698         coordinates when creating window, instead of GDK-space
8699         coordinates. (Avoid BadValue on too large windows.)
8700
8701 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
8702
8703         * configure.in (use_mmx_asm): Remove conftest* after use along the
8704         lines of AC_TRY_COMPILE.        
8705         
8706         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
8707         of g_dirname, which is deprecated.
8708         (gtk_rc_parse_any): Removed calls to
8709         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
8710
8711         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
8712         Removed calls to g_hash_table_{freeze,thaw}, as they are
8713         deprecated now.
8714
8715         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
8716         instead of g_basename.
8717         
8718 2000-09-04 Elliot Lee <sopwith@redhat.com>
8719         
8720         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
8721         ANSI warning.
8722
8723 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
8724
8725         * gtk/gtkwidget.h:  Add some documenting comments about 
8726           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
8727           just as owen said on irc.
8728
8729         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
8730           set HAS_DEFAULT.  Only set it if there isn't another window
8731           holding it (a focus window which RECEIVES_DEFAULT) and only unset
8732           it if the widget is not the focused window with RECEIVES_DEFAULT.
8733           This fixes weird double default bugs in dialogs which has things
8734           call gtk_window_set_default at times.
8735
8736 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
8737
8738         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
8739         Nils Barth and David Santiago to improve submenu
8740         navigation. The patch does this by creating a triangular
8741         region from the point where the pointer leaves the
8742         menu to the submenu.  While the pointer is in
8743         that region and a timeout has not expired, events 
8744         that would cause the active submenu to change are
8745         ignored.
8746
8747 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
8748
8749         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
8750         moving a toplevel window immediately after sizing it would
8751         result in it being sized back to the old size since 
8752         impl->width, impl->height aren't updated until we hear
8753         back from the server. There is still a (longstanding) bug
8754         here that gdk_window_get_size() will give the wrong size
8755         until we do hear back.
8756
8757 2000-08-31  Havoc Pennington  <hp@redhat.com>
8758
8759         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
8760         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
8761         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
8762         Rename GtkTextStyleValues to GtkTextAttributes
8763
8764 2000-08-31  Havoc Pennington  <hp@pobox.com>
8765
8766         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
8767         for rapid testing whether an iterator is the end iterator
8768         (gtk_text_btree_new): init end line cache
8769         (gtk_text_line_is_last): use fast cached line to 
8770         see if we're the last line.
8771         (get_last_line): use cached line here too, should 
8772         speed up some random unrelated code.
8773         
8774 2000-08-30  Havoc Pennington  <hp@pobox.com>
8775
8776         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
8777         signals.
8778
8779         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
8780         delete_text signals. This allows the signals to be used for
8781         implementing undo.
8782
8783         * gtk/gtktextbuffer.c: Change signal handler signatures; 
8784         provide "interactive" argument when emitting insert_text or
8785         delete_text signal.
8786         
8787 2000-08-30  Havoc Pennington  <hp@pobox.com>
8788
8789         * gtk/gtktextbuffer.c: Docs
8790
8791 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
8792
8793         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
8794         from switch statements, since Tor removed the enumeration
8795         value.
8796         
8797         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
8798         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
8799
8800 2000-08-29 Elliot Lee <sopwith@redhat.com>
8801         * */*.h: Use G_GNUC_CONST.
8802
8803 2000-08-27  Havoc Pennington  <hp@pobox.com>
8804
8805         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
8806         minor indentation fixes, inserted some FIXME about stuff I
8807         realized was broken while documenting it.
8808         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
8809         GTK convention  
8810
8811 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
8812
8813         * gtk/testgtk.c (create_styles): Fix double free of
8814         font desc.
8815
8816 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
8817
8818         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
8819         
8820         * gtk/testgtk.c (create_styles): Add a test for modifying
8821         the style through gtk_widget_modify_*.
8822
8823         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
8824         a function to get the current modifier style.
8825
8826         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
8827         of the passed in GtkRcStyle instead of ref'ing it.
8828
8829         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
8830
8831 2000-08-20  Tor Lillqvist  <tml@iki.fi>
8832
8833         * gdk/gdkimage.h
8834         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
8835         shared memory image+pixmap GdkImage type, or
8836         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
8837         I am dropping that.
8838
8839         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
8840         actually call gtk_init_abi_check(), passing also
8841         sizeof(GtkWindow). Ditto for gtk_init_check(). 
8842
8843         * gtk/gtk.def
8844         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
8845         New functions, used to check that the GTK+-using code has been
8846         compiled using the correct compiler and switches. In particular,
8847         with gcc one has to use the -fnative-struct switch as GTK+ is
8848         compiled with that.
8849
8850 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
8851
8852         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
8853         ->prev fields when merging lists. (Found simultaneously
8854         by Pawel Salek and Jakub Jelinek)
8855
8856 2000-08-12  Tor Lillqvist  <tml@iki.fi>
8857
8858         * gdk/gdk.def
8859         * gtk/gtk.def: Add missing entries.
8860
8861         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
8862         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
8863
8864         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
8865         function. Dummy implementation at this point.
8866
8867         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
8868         rules. Undefine GTK_COMPILATION when compiling the test programs.
8869         
8870         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
8871
8872 2000-08-11  Tor Lillqvist  <tml@iki.fi>
8873
8874         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
8875         to convert back and forth from UTF-8 and the "system" (or "current
8876         locale") charset when necessary. Indentation/spacing cleanup.
8877
8878 2000-08-10  Havoc Pennington  <hp@redhat.com>
8879
8880         * Makefile.am (snapshot): Change the format of the snapshot
8881         version to match glib
8882
8883         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
8884         from EXTRA_DIST since it doesn't seem to exist
8885
8886 2000-08-10  Tor Lillqvist  <tml@iki.fi>
8887
8888         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
8889         version of the directory name (not the UTF-8 one) when building
8890         the path name to stat().
8891
8892 2000-08-03  Elliot Lee  <sopwith@redhat.com>
8893
8894         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
8895         PANGO_ATTR_SHAPE set.
8896
8897 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
8898
8899         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
8900         Peter Osterlund to simplify the code while keeping the
8901         functionality the same.
8902
8903 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
8904
8905         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
8906         is_viewable() test further inside the function, since removing the 
8907         window from the redraw list without clearing ->update_area
8908         was also very broken.
8909
8910 2000-08-02  Tor Lillqvist  <tml@iki.fi>
8911
8912         * configure.in: Check for <unistd.h>.
8913
8914 2000-08-01  Martin Baulig  <baulig@suse.de>
8915
8916         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
8917         to display the message that this is a development version of GTK+.
8918
8919 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
8920
8921         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
8922         was depending on widget->allocation instead of the width of text_area,
8923         which was incorrect for subclasses like GtkSpinButton.
8924
8925         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
8926         with width == 1 tests that should be width == -1.
8927
8928 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
8929
8930         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
8931         (broken, Elliot, every single window blank on X) custom code with call
8932         to gdk_window_is_viewable() which a) prevents code duplicate and
8933         b) works. 
8934
8935 2000-07-31  Elliot Lee  <sopwith@redhat.com>
8936
8937         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
8938         to get the GDK_PARENT_ROOT() macro to work.
8939         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
8940         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
8941         of, windows that aren't shown.
8942         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
8943         pointer grab stuff.
8944
8945 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
8946
8947         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
8948           s/gtk_main_iteration/g_main_iteration/
8949
8950           Did this already in change:
8951                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
8952           don't know how it got reverted.
8953
8954 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
8955
8956         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
8957         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
8958
8959         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
8960         not gdk_pixbuf.
8961
8962 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
8963
8964         * configure.in,po/{sp,sr}.po: Added Serbian files
8965
8966 2000-07-30  Tor Lillqvist  <tml@iki.fi>
8967
8968         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
8969
8970         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
8971         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
8972         GIOChannel implementation.
8973
8974         * gdk/win32/gdkinput.c
8975         * gdk/win32/gdkpango-win32.c: Update license name here, too.
8976
8977         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
8978         definition to match prototype.
8979
8980         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
8981
8982 2000-07-27  Elliot Lee  <sopwith@redhat.com>
8983
8984         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
8985         function, to allow handling image formats that cannot be detected
8986         by looking at content alone.
8987
8988 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
8989
8990         * docs/tutorial/*.gif *.jpg *.eps
8991           Update these to the same look-n-feel.
8992           Why does including images in DocBook suck so badly?
8993
8994 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
8995
8996         * gtk/gtktable.c: applied patch from Phil Thompson
8997         <phil@river-bank.demon.co.uk> that enables space settings for
8998         the last row/columns as well.
8999
9000 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
9001
9002         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
9003         updates the license headers to the GNU Lesser General Public License,
9004         as well as updating the copyright year to 2000.
9005
9006 2000-07-26  Robert Brady  <rwb197@zepler.org>
9007
9008         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
9009           and po/Makefile, was installing and looking for them under gtk20
9010           and gtk2 respectively.
9011
9012 2000-07-25  Havoc Pennington  <hp@redhat.com>
9013
9014         * gtk/testtext.c: Comment out some stuff that depends on the rest
9015         of my patches.
9016
9017 2000-07-25  Havoc Pennington  <hp@redhat.com>
9018
9019         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
9020         buffer
9021
9022 2000-07-25  Havoc Pennington  <hp@redhat.com>
9023
9024         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
9025         widget changes.
9026
9027         * gtk/gtktextview.h: To be consistent with usage of "line"
9028         throughout the API to mean "newline-terminated thingy", change
9029         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
9030         to MOVEMENT_LINE.
9031
9032         (GtkTextView): Add flags for default editability, and whether to
9033         show the cursor. Add functions to get/set that. Add 
9034
9035         (gtk_text_view_get_iter_location): new function
9036
9037         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
9038         gtktextlayout.h
9039         (g_convert): Add g_convert temporarily, will go in glib in a bit
9040         
9041         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
9042         GtkTextTagTableForeach instead of brokenly using GHFunc.
9043         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
9044
9045         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
9046         moved to public header.
9047
9048         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
9049         "invisible", since "elide" was a bad name.
9050         (gtk_text_tag_get_priority): Added
9051
9052         (GtkTextStyleValues): put this in public header, along with
9053         functions to use it.
9054
9055         * gtk/gtktextmarkprivate.h: Include more headers, since we no
9056         longer include gtktextbtree.h.
9057
9058         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
9059         gtk_text_mark_deleted
9060
9061         * gtk/gtktextlayout.h: Don't include the "really private" headers,
9062         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
9063         to make this possible. Now we only need to install
9064         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
9065         (However the Makefile.am isn't changed yet because of the
9066         logistics of merging gtk-hp-patches piecemeal)
9067
9068         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
9069         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
9070         gtk_text_iter_get_line is now used in the public API for a
9071         different purpose.
9072
9073         * gtk/gtktextiter.h: Clean up function names to be more
9074         consistent. Always call char offset "offset" and byte index
9075         "index". A "line" is always a line number. 
9076
9077         (gtk_text_iter_is_last): new function, more efficient than 
9078         the existing way to check
9079         (gtk_text_iter_is_first): new function, also more efficient
9080
9081         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
9082
9083         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
9084         gtk_text_iter_forward_char, etc.
9085
9086         (gtk_text_iter_forward_to_tag_toggle): Renamed from
9087         forward_find_tag_toggle, since this isn't a linear search
9088
9089         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
9090
9091         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
9092         New functions, search for a buffer substring.
9093
9094         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
9095         interactive and default editable (since we need to store that info
9096         until we receive the selection data).
9097
9098         Remove all the _at_char and at_line etc. versions of functions;
9099         only have iterator versions.
9100
9101         Add _interactive() versions of functions, that consider the
9102         editability of text. (FIXME add interactive flag to the 
9103         insert/delete signals per Darin's suggestion)
9104
9105         (gtk_text_buffer_get_tag_table): new function, demand-creates the
9106         tag table if necessary
9107
9108         Remove declaration of gtk_text_buffer_get_iter_from_string
9109
9110         (_gtk_text_buffer_get_btree): private/internal function, added.
9111         
9112
9113         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
9114         (gtk_text_line_is_last): new function
9115
9116 2000-07-25  Havoc Pennington  <hp@redhat.com>
9117
9118         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
9119         using GtkProgressBar. See Changes-2.0.txt for details.
9120
9121         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
9122         "pulse_step" which are the equivalent of
9123         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
9124         Implement new API.
9125         
9126         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
9127         (use_text_format) to mark whether text set on the progress bar is
9128         a format string. Deprecate entire GtkProgress interface.
9129
9130         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
9131         (gtk_progress_build_string): make this a no-op if use_text_format
9132         is FALSE
9133
9134         * docs/Changes-2.0.txt: Describe progress bar changes.
9135
9136 2000-07-25  Tor Lillqvist  <tml@iki.fi>
9137
9138         * Makefile.am: Include the build directory.
9139
9140         * configure.in: Generate build/Makefile, build/win32/Makefile,
9141         gdk/, gdk/win32/, and gtk/makefile.mingw.
9142
9143         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
9144         Add GETTEXT_PACKAGE.
9145         
9146         * gdk/gdk.def
9147         * gtk/gtk.def: Updates.
9148
9149         * gdk/gdkfont.h
9150         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
9151         need them any longer.
9152
9153         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
9154
9155         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
9156         PANGOWIN32_LIBS and gdk_pixbuf.
9157
9158         * gdk/win32: Compiles, but no doubt doesn't work at all.
9159
9160         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
9161
9162         * gdk/win32/gdkinput.c: New file, temporarily.
9163         
9164         * gdk/win32/gdkinput-win32.h: New file
9165
9166         * gdk/win32/gdkinputprivate.h: Remove.
9167
9168         * gdk/win32/gdkpango-win32.c: New file.
9169
9170         * gtk/makefile.mingw.in: New file
9171
9172         * gtk/makefile.cygwin: Removed
9173         
9174         * gtk/Makefile.am: Update accordingly.
9175
9176         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
9177         made externally visible.
9178
9179         * gtk/gtkmain.c: Use it.
9180         
9181         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
9182         is enough.
9183
9184         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
9185
9186 2000-07-24 Elliot Lee <sopwith@redhat.com>
9187         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
9188         individual backends already.
9189         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
9190         again. Yes, there really is a good reason for this, if you are using the gdkregion
9191         internals, and if you're not, why do you care?
9192         * gdk/gdkwindow.c: Fix inverted condition
9193         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
9194         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
9195         * gtk/gtkrange.c: Redraw trough when moving.
9196         * gtk/gtktypeutils.c: Fix warning by adding const cast.
9197         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
9198
9199 2000-07-23  Tor Lillqvist  <tml@iki.fi>
9200
9201         * configure.in: Check for mkstemp and sigsetjmp. Output
9202         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
9203
9204         More work on GDK for Win32. Still in an intermediate state.
9205
9206         * gdk/makefile.cygwin
9207         * gdk/win32/makefile.cygwin: Removed.
9208         
9209         * gdk/makefile.mingw.in
9210         * gdk/win32/makefile.mingw.in: New files.
9211
9212         * gdk/Makefile.am
9213         * gdk/win32/Makefile.am: Generate and distribute them.
9214
9215         * gdk/win32/gdkwindow-win32.h
9216         * gdk/win32/gdkdrawable-win32.h
9217         * gdk/win32/gdkpixmap-win32.h: New files.
9218
9219         * gdk/win32/gdkcolor-win32.c
9220         * gdk/win32/gdkcursor-win32.c
9221         * gdk/win32/gdkdrawable-win32.c
9222         * gdk/win32/gdkgc-win32.c
9223         * gdk/win32/gdkimage-win32.c
9224         * gdk/win32/gdkprivate-win32.h
9225         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
9226         Rename fields and variables called xcursor, xid, etc (these names
9227         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
9228
9229 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
9230
9231         * gtk/gtkentry.[ch]: Fix some problems with vertical
9232         alignment.
9233
9234         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
9235         char/byte confusion.
9236
9237 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
9238
9239         * gtk/gtktextview.c (changed_handler): Fix bug where
9240         redraw wasn't being done properly when height of
9241         dirty region changed.
9242
9243         * demos/Makefile.am: Remove various references to
9244         -lgmodule
9245
9246 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
9247
9248         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
9249         PangoAttrShape to reserve space for pixmaps, add 
9250         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
9251         in the display functions.
9252         
9253         * gtk/testgtk.c (create_layout): Set some more exotic
9254         scrolled window options
9255
9256         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
9257         Add function to set the shadow type of a window, to allow
9258         putting a shadow around widgets such as GtkLayout or GnomeCanvas
9259         which don't draw their own frame.
9260
9261 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
9262
9263         * docs/tutorial/package-db-tutorial.sh: New file for
9264           packaging DocBook format tutorial
9265
9266 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
9267
9268         * docs/tutorial/gtk-tut.sgml: Minor updates
9269
9270         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
9271
9272 2000-07-19  Tor Lillqvist  <tml@iki.fi>
9273
9274         * gtk/gtksignal.c: Fix C++ comment.
9275
9276         * gtk/gtkimmulticontext.c
9277         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
9278         don't return value from void functions.
9279
9280         * gtk/gtk.def: Add gtk_rc_style_unref.
9281
9282 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
9283
9284         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
9285         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
9286         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
9287         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
9288         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
9289         gtk/gtktypeutils.h: Include files outside of the extern "C"
9290         block. Makes some C++ compiler happy. Reported by Denis Vakatov
9291         <vakatov@peony.nlm.nih.gov>.
9292
9293 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
9294
9295         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
9296           Completes first pass. Hurrah!
9297
9298 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
9299
9300         * docs/tutorial/gtk-tut.sgml: More clean ups.
9301
9302 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
9303
9304         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
9305         paint the background of the text area which was accidentally
9306         removed at some point.
9307
9308         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
9309           
9310          - Move most of the functionality from the theme vtable
9311            into GtkRcStyleClass and GtkStyleClass. The moved
9312            vtable functions were changed a bit in the move to
9313            work better in their new home.
9314
9315          - Get rid of the engine and engine_data fields from
9316            GtkRcStyle and GtkStyle; instead the theme
9317            engine derives theme-specific subclasses of GtkRcStyle
9318            and GtkStyle
9319
9320          - Add extra dlsym() found entry point to themes,
9321            theme_create_rc_style().
9322
9323         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
9324         in gtk_style_real_copy.
9325
9326         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
9327         to register a type associated with an engine. (The engine
9328         won't be unloaded as there is an instance of the type.)
9329
9330
9331 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
9332
9333         * docs/tutorial/gtk-tut.sgml: Clean ups.
9334
9335 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
9336
9337         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
9338           of cleaning up to do.
9339
9340 2000-07-15  Tor Lillqvist  <tml@iki.fi>
9341
9342         * gdk/testgdk.c: New file, quick hack to test backends for
9343         pixel-by-pixel correctness of the most simple graphic operations.
9344
9345 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
9346
9347         * Really release 1.3.1
9348         
9349         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
9350         include structure.
9351
9352 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
9353
9354         * Released 1.3.1
9355
9356 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
9357
9358         * gtk/gtktextlayout.c: use FALSE for size_only most
9359         of the time when calling gtk_text_layout_get_line_display()
9360         to avoid causing double reshapes when a redraw follows
9361         immediately after.
9362
9363 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
9364
9365         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
9366         appropriate region and gdk_window_process_updates() so trough
9367         updating doesn't lag behind the window being scrolled.
9368
9369         * gdk/gdkgc.c: Make parent_class pointer static.
9370          
9371 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
9372
9373         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
9374         include <string.h>.
9375          
9376         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
9377         cut-and-paste error in computing memory offset for 4 channels.
9378
9379 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
9380
9381         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
9382         gtk_rc_append_default_pixmap_path(), since it wasn't
9383         adding an interesting path and we don't have a meaningful
9384         default for this value.
9385
9386 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
9387
9388         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
9389         gtk-config to gtk-config-2.0 move gtk_.m4 to
9390         gtk-2.0.m4
9391
9392         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
9393         gdk/Makefile.am demos/Makefile.am: Change 
9394         library names to libgtk-1.3.la, etc, so that we
9395         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
9396
9397         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
9398         gdk/Makefile.am gdk/x11/Makfile.am
9399         Move include files into /usr/include/gtk-2.0, 
9400         /usr/lib/gtk-2.0/include/
9401          
9402         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
9403         gtk/gtkintl.h: Change package for gettext from 
9404         gtk+ to gtk20. Put hack in autogen.sh to modify
9405         po/Makefile.in.in after gettextize to make this
9406         possible.
9407
9408         * gtk+.spec: Some updates, not tested.
9409
9410         * gdk-pixbuf/Makefile.am: Move loaders into
9411         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
9412
9413         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
9414         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
9415         to THEMENAME/gtk-2.0/. Move engine directory  to
9416         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
9417         
9418 2000-07-12  Tor Lillqvist  <tml@iki.fi>
9419
9420         Win32 changes, still doesn't build though.
9421
9422         * gdk/makefile.cygwin
9423         * gdk/win32/makefile.cygwin
9424         * gtk/makefile.cygwin: Updates.
9425
9426         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
9427         default values for fg and bg pixel as X11 does (0 and 1), not
9428         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
9429         Use 0 for pen width by default (treated as 1 anyway later, but for
9430         apps that might check the value in the GdkGC).
9431         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
9432         interface to gdk_gc_predraw and _postdraw.
9433
9434         * gdk/win32/gdkwin32.h
9435         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
9436
9437         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
9438         extraneous semicolon.
9439
9440         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
9441
9442         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
9443         not the Win32 bitspixel value.
9444
9445         * gdk/win32/gdkcc-win32.c:
9446         * gdk/win32/gdkcolor-win32.c 
9447         * gdk/win32/gdkprivate-win32.h
9448         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
9449         GDK object structure.
9450
9451 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
9452
9453         * docs/tutorial/gtk_tut_12.es.sgml (name): 
9454         * docs/tutorial/gtk_tut_it.sgml (name): 
9455         * docs/tutorial/gtk_tut_fr.sgml (name): 
9456         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
9457         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
9458
9459 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
9460
9461         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
9462           small changes.
9463
9464 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
9465
9466         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
9467         a bug here, never been here and never fixed anything ;(
9468         (don't segfault if tree->root_tree is NULL, which happens prior
9469         to widget realization, but puke instead).
9470
9471 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
9472
9473         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
9474         add the necessary tokens.
9475
9476         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
9477         (gtk_rc_style_to_style): copy thicknesses.
9478         (gtk_rc_init_style): apply thicknesses.
9479         (gtk_rc_parse_style): parse xthickness and ythickness.
9480
9481         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
9482
9483         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
9484         (gdk_window_new): 
9485         (_gdk_windowing_window_init): 
9486         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
9487         (gdk_pixmap_create_from_data): 
9488         (gdk_bitmap_create_from_data): 
9489         (gdk_pixmap_new): 
9490         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
9491         (gdk_image_new): 
9492         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
9493         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
9494         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
9495         (gdk_colormap_get_system): 
9496         (gdk_colormap_new): 
9497         * gdk/gdkwindow.c (gdk_window_init): 
9498         * gtk/gtkstyle.c (gtk_style_new):
9499         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
9500         * gdk/gdkpixmap.c (gdk_pixmap_init): 
9501         * gtk/gtkrc.c (gtk_rc_style_new):
9502         use g_object_new() instead of g_type_create_instance() which
9503         is a private function for fundamental type implementations.
9504
9505 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
9506
9507         * configure.in: Add check for db2html
9508
9509 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
9510
9511         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
9512         hack to set glib_debug_objects based on gtk_debug_flags.
9513
9514 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
9515
9516         * INSTALL.in: Update the Prerequisites section.
9517
9518         * Makefile.am demos/Makefile.am docs/Makefile.am
9519         docs/tutorial/Makefile.am gdk/x11/Makefile.am
9520         gdk/linux-fb/Makefile.am: Dist fixes
9521
9522 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
9523
9524         * NEWS: 10,000 foot view of 1.3.1 changes.
9525
9526 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
9527
9528         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
9529         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
9530         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
9531         gdk/x11/gdkmain-x11.c: 
9532
9533         Patch from George Lebl to add a GdkGrabStatus enumeration to use
9534         as a return value of gdk_*_grab(). Previously, we just
9535         returned the X11 values directly.
9536
9537 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
9538
9539         * gdk/x11/Makefile.am: Patch from George Lebl to 
9540         install all the headers in the right place.
9541
9542 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
9543
9544         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
9545           initial conversion to DocBook.
9546
9547 2000-07-04  Tor Lillqvist  <tml@iki.fi>
9548
9549         * README.win32: Improve a bit.
9550
9551         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
9552         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
9553         Alt+0nnn on the numpad (used to enter characters by numeric code
9554         from current DOS or ANSI codepage) working correctly, as in other
9555         Windows apps.
9556
9557         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
9558         same argument validity tests as in X11 version.
9559         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
9560
9561         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
9562         definitions in case missing from headers.
9563
9564         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
9565         destroy the window-specific cursor.
9566         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
9567         calling GetModuleHandle(NULL).
9568         (gdk_window_set_cursor): Reworked to always copy the passed cursor
9569         with CopyCursor before setting it as the window-specific
9570         cursor. It is OK for the caller to destroy the GdkCursor (and thus
9571         also its Windows cursor) after calling this function. Destroy any
9572         previous window-specific cursor.
9573
9574 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
9575
9576         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
9577         font charset is iso8859-1, not iso-8859-1.
9578
9579 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
9580
9581         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
9582         Use g_get_charset() instead of g_get_codeset().
9583
9584         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
9585         Comment out some strdup'ing functions to keep timj
9586         happy until we finish fighting this out.
9587
9588 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
9589
9590         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
9591         <= width or height.
9592
9593         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
9594         from 1.2 for parent/child states.
9595
9596         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
9597         of typos.
9598
9599         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
9600         event structures, replace with a generic axes field. Replace 
9601         deviceid/sourec with GdkDevice *device.
9602
9603         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
9604         to extract particular axis use value from event. (Also
9605         can be used for normal X/Y.)
9606
9607         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
9608         allow for arbitrary number of axes, namespace everything
9609         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
9610         everywhere.
9611
9612         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
9613         Get rid of the gdk_input_vtable setup if favor of simply
9614         defining the functions in gdkinput-none/gxi/xfree.c in
9615         a similar fashion to the way that the port structure is 
9616         done.
9617
9618         * gtk/gtkdnd.c: Fix fields of synthesized button press event
9619         for new event structures. 
9620
9621         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
9622         new device interfaces.
9623
9624 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
9625
9626         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
9627         set the initial text.
9628
9629         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
9630         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
9631         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
9632         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
9633
9634         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
9635         pango_layout_set_font_description to simplify.
9636
9637 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
9638
9639         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
9640         pango_layout_set_font_description to simplify.
9641
9642 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
9643
9644         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
9645         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
9646         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
9647
9648         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
9649         PANGO_PIXELS() macro.
9650
9651 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
9652
9653         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
9654         that returns a PangoContext owned by the widget and updated to
9655         match future changes in the widget. Also, make 
9656         gtk_widget_create_pango_layout() use this context. If we ever
9657         add a ::changed signal to PangoContext, this will make things
9658         much more convenient. 
9659
9660         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
9661         in the appropriate places instead of destroying the layouts and
9662         creating new ones.
9663
9664         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
9665         in a few strategic places.
9666
9667 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
9668
9669         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
9670         gtk_widget_size_request() on reparented child, if one. Otherwise,
9671         queue_resize() on the child never results in it getting size-requested
9672         at all.
9673
9674         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
9675         in option menus, so that (with luck) people won't copy it into
9676         their apps in the future.
9677
9678         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
9679         to gtk_option_menu_calc_size. This isn't perfect, but should fix
9680         a lot of problems with changing the size of the menu's menu
9681         items after adding it to the option menu.
9682
9683         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
9684
9685         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
9686         the text direction for a widget changes.
9687
9688         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
9689         ::direction_changed to get rid of various hacks.
9690
9691 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
9692
9693         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
9694         name.
9695
9696 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
9697
9698         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
9699         flag to the structure. Do not call XFreePixmap on pixmaps created
9700         by gdk_pixmap_foreign_new().
9701
9702 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
9703
9704         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
9705         value using GdkRGB functionality given GdkColormap and GdkColor.
9706         (name not final, waiting for inspiration.)
9707         
9708         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
9709         set the foreground/background of a GC using the GC's colormap
9710         and GdkRGB. (name not final, waiting for inspiration.)
9711
9712         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
9713         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
9714
9715         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
9716         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
9717         purely a function of the corresponding colormap. Make
9718         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
9719
9720         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
9721         gdk_pixbuf_*create_from_xpm_* in terms of
9722         gdk_pixbuf_new_from_xpm_data(), move into platform independent
9723         code.
9724
9725         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
9726         advantage of the new draw_rgb_32_image_dithalign.
9727
9728         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
9729
9730         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
9731         on each created GC.
9732
9733         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
9734
9735         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
9736         which we initialize from the drawable when the GC is created,
9737         if the drawable has a colormap.
9738
9739         * gdk/x11/gdkgc-x11.c: include string.h for memset.
9740
9741         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
9742
9743         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
9744
9745 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
9746
9747         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
9748         actually returning expose events, make sure to set
9749         the count field properly.
9750
9751         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
9752         accidentally reintroced bug which always cleared
9753         the graphics_exposures value. 
9754
9755 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
9756
9757         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
9758
9759 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
9760
9761         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
9762
9763 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
9764
9765         * docs/faq/gtk-faq.sgml: Start of Section 6.
9766
9767 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
9768
9769         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
9770         
9771         (Fixes problem with drawing childless frames. Pointed out
9772         by and a first patch from Anders)
9773         
9774         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
9775         compute a child_allocation, even if we don't have a child.
9776
9777         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
9778         Always chain to the parent's impl, even if we don't have a child.
9779
9780 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
9781
9782         * gdk/gdkrgb.c: If possible, create only a single shm segment and
9783         use multiple parts of it instead of creating a bunch of separate
9784         segments, since the maximum number of segments per system is not
9785         large. (This might be worth backporting to GTK+-1.2.x if we make a
9786         new release )
9787
9788         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
9789         structure in preparation for per-colormap GdkRGB.
9790
9791         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
9792         to False when we get EINVAL from shmget so that the caller of
9793         gdk_image_new can retry with a smaller segment size.
9794
9795 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
9796
9797         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
9798
9799 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
9800
9801         * configure.in: make the current version number 1.3.1 (binary age 0,
9802         interface age 0).
9803         
9804         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
9805         gtkcompat.h is all we want.
9806
9807         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
9808         GLib primitive types. fixed g_type_register_fundamental() argument
9809         ordering.
9810
9811         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
9812         compiles.
9813
9814         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
9815         object code cleanup, comment trigraph fixes, etc...
9816
9817 2000-06-23  Havoc Pennington  <hp@redhat.com>
9818
9819         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
9820         instead of making up a bogus name for first_para_mark
9821
9822         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
9823         0 as a context ID
9824
9825 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
9826
9827         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
9828
9829 2000-06-21  Havoc Pennington  <hp@pobox.com>
9830
9831         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
9832         we didn't check window->bg_pixmap != GDK_NO_BG.
9833
9834         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
9835         gdk-pixbuf
9836
9837 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
9838
9839         * docs/faq/gtk-faq.sgm: Move file to here.
9840           TODO: Update Makfile.am 
9841
9842 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
9843
9844         * docs/gtk-faq.sgm: Add Section 2
9845
9846 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
9847
9848         * docs/gtk-faq.sgm: New file. Start of DocBook
9849           version of the FAQ.
9850
9851 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
9852
9853         * configure.in (GDK_PIXBUF_MAJOR): Define version
9854         numbers for GDK_PIXBUF_*, as they get substituted
9855         into a header file. Need to consider versioning
9856         for gdk-pixbuf more carefully later.
9857
9858 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
9859
9860         Work with srcdir != builddir.   
9861         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
9862         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
9863         * demos/testpixbuf.c: Likewise.
9864         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
9865         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
9866         <gdk/x11/gdkx.h>.
9867         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
9868         "gdk-pixbuf.h".
9869         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
9870
9871 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
9872
9873         * TODO.xml: Change 1.4 version numbers to 2.0.
9874
9875 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
9876
9877         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
9878         fixups to GTK+ standard.
9879
9880 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
9881
9882         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
9883         gdk-pixbuf.
9884
9885         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
9886         fixups for GObject.
9887
9888         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
9889         gdk-pixbuf with GDK dependencies moved into GDK.
9890         
9891         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
9892         move gdk-pixbuf-loader here until GObject has signals.
9893
9894         * demos/: New directory of demos. Move demos from
9895         gdk-pixbuf here.
9896
9897         * demos/pixbuf-init.c: Small bit of code to check for
9898         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
9899         set GDK_PIXBUF_MODULEDIR appropriately.
9900
9901         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
9902         define which no longer makes sense.
9903
9904 2000-06-21  Havoc Pennington  <hp@redhat.com>
9905
9906         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
9907         gtk_get_default_language
9908
9909         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
9910         new function to get the default language
9911
9912         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
9913         s/gtk_text_view_style_values/gtk_text_style_values/
9914
9915         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
9916         Add a "language" field to tags.
9917
9918         (gtk_text_tag_set_arg): Fix bug in setting
9919         "bg_full_height_set" tag.
9920
9921 2000-06-21  Havoc Pennington  <hp@redhat.com>
9922
9923         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
9924         in the interfaces
9925
9926         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
9927         stuff instead when possible.
9928
9929         * gtk/gtktexttypes.h: Delete some unused constants
9930
9931         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
9932         testtextbuffer.c: use glib instead of custom unicode routines
9933
9934 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
9935
9936         * docs/es/: Removed mistakenly added generated sgml
9937
9938         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
9939         Remove outdated info files.
9940
9941         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
9942         Moved tutorial files into subdir
9943
9944         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
9945         subdir.
9946
9947         * docs/man/gtk_button.pod: Remove. (contents will be
9948         integrated into gtk-reference button page.)
9949
9950         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
9951         docs/faq/Makefile.am: Adjust for new organization
9952
9953 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
9954
9955         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
9956         not $(MKINSTALLDIRS)
9957
9958 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
9959
9960         * gtk/testgtk.c (create_text): Finish the job Elliot started
9961         of removing font setting test for text widget. (Since text widget
9962         and GdkFont are not deprecated, and cause portability problems.)
9963
9964 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
9965
9966         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
9967         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
9968         Remove use of libunicode in favor of new GLib functions.
9969
9970         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
9971         nano-x, framebuffer. The X11 include is just a hack until we get
9972         the necessary functions in gdkcolor.h, so there is no reason to
9973         add other includes of platforms.
9974
9975         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
9976         window bigger than the screen change.
9977
9978         * gtk/testgtk.c: Revert some random changes from Elliot
9979         that had no particular point and were causing testgtkrc
9980         not to function correctly.
9981         
9982         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
9983         because GdkSegment and GdkRegionBox have the same fields,
9984         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
9985         results in clearer code.
9986
9987         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
9988         gdk_input_translate_coordinates): Fix missed GdkObjectification
9989
9990 2000-06-18  Elliot Lee  <sopwith@redhat.com>
9991
9992         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
9993         * gtk/gtk{plug,socket}.h: Missed commits from previous.
9994
9995 2000-06-20  Havoc Pennington  <hp@redhat.com>
9996
9997         * modules/linux-fb/Makefile.am: Make this compile
9998         without framebuffer enabled
9999
10000         * gdk/linux-fb/Makefile.am: Add conditional to not build
10001         framebuffer unless specified in configure
10002
10003         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
10004         the size of the target instead of source if -1 was passed for
10005         width/height
10006
10007         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
10008         width/height confusion.
10009
10010 2000-06-19  Havoc Pennington  <hp@redhat.com>
10011
10012         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
10013         GDK_DRAWABLE_XID. In the future, we probably want to make it
10014         faster with G_DISABLE_CHECKS turned on.
10015
10016 2000-06-14  Havoc Pennington  <hp@redhat.com>
10017
10018         * gdk/Makefile.am: add gdkpixmap.c
10019
10020         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
10021         s/gdk_image_init/_gdk_windowing_image_init
10022
10023         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
10024         ref/unref
10025
10026         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
10027
10028         * gdk/gdkcompat.h: remove GdkWindowType compat, since
10029         GdkWindowType is now non-deprecated; 
10030         change gdk_window_get_type() compat to be
10031         gdk_window_get_window_type().
10032
10033         * gdk/gdkdnd.h: make GdkDragContext a GObject.
10034
10035         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
10036         virtual GObject. Make all functions call into the vtable.
10037         Move gdk_image_put() guts in here. Remove GdkDrawableType
10038         and gdk_drawable_get_type(), these are now GdkWindow-specific.
10039         draw_image, get_depth, get_size, set_colormap, get_colormap,
10040         get_visual added to the vtable.
10041         
10042         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
10043         GObject. Virtualize everything. 
10044         (gdk_gc_new_with_values): remove check for destroyed window,
10045         because now GdkWindow::create_gc will check this.
10046         (gdk_gc_set_values): New function to set GC values, this 
10047         was already implemented but wasn't in the header
10048
10049         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
10050
10051         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
10052         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
10053         remove _gdk_window_class; add _gdk_window_impl_get_type() and
10054         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
10055         _gdk_windowing_window_init, rename gdk_image_init to
10056         _gdk_windowing_image_init.
10057         
10058         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
10059         (gdk_draw_layout): Remove check for destroyed window, 
10060         because all the drawable methods already check it.
10061         
10062         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
10063         Add gdkpixmap.c which contains implementation of GdkDrawable
10064         virtual table (by chaining to a platform-specific implementation
10065         object).
10066         
10067         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
10068         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
10069         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
10070         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
10071         GdkColormapPrivate. 
10072
10073         * gdk/gdktypes.h: #include <glib-object.h>
10074
10075         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
10076         Move most functionality to platform-specific implementation
10077         object. GdkWindow itself now handles the backing store, then
10078         chains to the platform-specific implementation.
10079         (gdk_window_get_window_type): return GdkWindowType of the window.
10080         (gdk_window_peek_children): New routine, returns the children of 
10081         a GdkWindow
10082         (gdk_window_get_children): Was in X11-specific code and did 
10083         XQueryTree. Changed to simply return a copy of window->children; 
10084         so it can go in cross-platform code.
10085         
10086         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
10087
10088         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
10089         GdkColormap; just changed to use the new private data instead
10090         of casting to GdkColormapPrivate.
10091
10092         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
10093         gdk_cursor_new().
10094
10095         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
10096         (private data member in the GObject). 
10097         (xdnd_manager_source_filter): Function had broken 
10098         error handling, fix it (use gdk_error_trap_push).
10099
10100         * gdk/x11/gdkdrawable-x11.c: This file now implements
10101         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
10102         base class is purely for the convenience of the X port,
10103         and not part of the interface to cross-platform GDK.
10104
10105         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
10106         
10107         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
10108         specific to X, and returned by the create_gc virtual method
10109         of GdkDrawableImplX11. 
10110         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
10111         rather than gchar, this was also changed in the GdkGC vtable.
10112         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
10113         mask is 0, return immediately, instead of checking every flag.
10114         This is faster, and keeps us from segfaulting if values is NULL
10115         and the mask contains some nonzero flags.
10116
10117         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
10118         GdkWindow.
10119
10120         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
10121         GdkWindowPrivate is gone.
10122
10123         * gdk/x11/gdkim-x11.c: rename things that got renamed.
10124
10125         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
10126         remove the image_put stuff that got transferred to GdkDrawable.
10127         
10128         * gdk/x11/gdkinput.c: renamings
10129
10130         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
10131
10132         * gdk/x11/gdkpixmap-x11.c: GObject conversion
10133
10134         * gdk/x11/gdkprivate-x11.h: indentation fixes
10135
10136         * gdk/x11/gdkproperty-x11.c: renamings
10137
10138         * gdk/x11/gdkselection-x11.c: renamings
10139
10140         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
10141         implements the platform-specific "impl" object.
10142         Moved gdk_window_get_children to gdk/gdkwindow.c
10143
10144         * gdk/x11/gdkx.h: Remove all the private structs and private datas
10145         that no longer exist. Add declaration of GdkGCX11 object here.
10146         Fix all the macros to still work. 
10147
10148         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
10149         GdkDragContext from the boxed types since they are now GObjects.
10150
10151         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
10152         moved xthickness/ythickness into the instance. GtkStyleClass
10153         functions are now in the standard vtable for GtkStyle, so you have
10154         to create a GObject subclass to write a theme engine.
10155         (gtk_style_copy): fixed a leaked PangoFontDescription
10156         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
10157         can be the standard GObject function.
10158         
10159         * Throughout GTK:
10160         s/style->klass->[xy]thickness/style->[xy]thickness
10161         s/pango_layout_unref/g_object_unref/
10162
10163         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
10164         
10165         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
10166         accessing GDK internals.
10167
10168         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
10169         accessing GDK internals.
10170
10171 2000-06-18  Elliot Lee  <sopwith@redhat.com>
10172
10173         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
10174
10175         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
10176         problem by calculating event position relative to the trough
10177         rather than the slider.
10178         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
10179
10180         * gdk/gdkgc.h: Add GDK_NOR.
10181
10182         * configure.in, Makefile.am: Add modules top level dir
10183         * configure.in: Only use pangox library if building x11 target.
10184         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
10185
10186 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
10187
10188         * gtk/gtkcolorsel.c: Change private class member to be named
10189         private_data throughout the file.
10190
10191         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
10192         private_data to avoid clashing with keyword.
10193
10194 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
10195
10196         * gdk/gdkdnd.h: Add comment to remove warning.
10197
10198 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
10199
10200         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
10201         Byelorussian language; changed the Makefile and file names 
10202         to reflect that.
10203
10204 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
10205
10206         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
10207         rather than gdk_window_hide; this makes things work
10208         correctly if the window is programmatically hidden while
10209         iconified.
10210
10211 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
10212
10213         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
10214         cut and paste typo where wrong pixmap was being
10215         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
10216
10217 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
10218
10219         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
10220         Add helper function to compute format / bytes 
10221         relationship. Use in a couple places to fix up
10222         errors which assume 8 * format.
10223
10224         * gtk/gtkselection.c (gtk_selection_request): Use 32
10225         rather than 8 * sizeof (GdkAtom), to work correctly
10226         on Alpha.
10227
10228 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
10229
10230         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
10231         libgtk.la
10232         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
10233         versions
10234
10235         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
10236         checking macros return NULL since the function has a return value.
10237
10238 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
10239
10240         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
10241         GTK+ from building at all.
10242
10243         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
10244
10245 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
10246
10247         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
10248         gtk/Makefile.am: make it possible to configure gtk for different
10249         targets on the same platform. The library name is now 
10250         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
10251         flag. Only the x11 target compiles right now.
10252         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
10253         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
10254         * gdk/nanox/gdk*generic*: delete generic region code.
10255         * gdk/linux-fb/gdk*generic*: delete generic region code.
10256         * README.nanox: update information.
10257         
10258 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
10259
10260         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
10261         prepend not append. (Pointed out by Brett Hall.)
10262
10263 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
10264
10265         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
10266
10267 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
10268
10269         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
10270         need this later, and this makes sure that the atexit for
10271         glib gets called after that for GDK, so atexits are
10272         properly ordered for object leak checking.
10273
10274         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
10275
10276         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
10277         pango_x_shutdown_display()
10278
10279         * gtk/simple.c (main): Close window on destroy.
10280
10281 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
10282
10283         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
10284         to treat initial creation different from setting with 
10285         regards to the graphics-exposures parameter, so add a parameter
10286         indicating whether this is initial or not.
10287
10288 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
10289
10290         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
10291         to sort of work by adding an extra return_exposes arg
10292         to gdk_event_translate() - it might be better to simply
10293         deprecate the function altogether and force people to rewrite
10294         without it. gdk_window_scroll() handles most of it, and where
10295         gdk_window_scroll() doesn't work, simply redrawing more does.
10296
10297         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
10298         assertion.
10299
10300         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
10301
10302         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
10303         bunch of pretty much useless /* Print debugging info */ comments 
10304         which had drifted away from the code they were commenting.
10305
10306 2000-06-02  Havoc Pennington  <hp@pobox.com>
10307
10308         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
10309         is in working order.
10310         
10311         * gtk/testtext.c: Change to reflect anonymous mark API
10312
10313         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
10314
10315         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
10316         field, which was unused.
10317
10318         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
10319         saves some typing.
10320
10321         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
10322
10323         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
10324         flag on the insertion point and selection bound
10325
10326         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
10327         make mark-manipulation functions take a GtkTextMark* instead of a
10328         mark name.
10329         
10330         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
10331         GtkTextMarkBody; will be used to detect attempts to delete
10332         the permanent marks (insert and selection bound)
10333
10334         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
10335
10336 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
10337
10338         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
10339         flag to on.
10340
10341         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
10342         Honor DOUBLE_BUFFRED_FLAG
10343
10344         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
10345         function to set the DOUBLE_BUFFERED flag.
10346
10347         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
10348         or not exposes done on the widget should be double-buffered.
10349
10350         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
10351         to be what would be expected. (Fixes problem with a
10352         g_return_if_fail() validating a TextDirection enumeration)
10353
10354 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
10355
10356         * gtk/gtkwidget.c: Remove all references to 
10357         offscreen flag which was no longer used.
10358
10359         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
10360
10361         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
10362         for non-null label_widget->parent.
10363
10364         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
10365         which no longer was used.
10366
10367         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
10368
10369         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
10370         for null arguments.
10371
10372         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
10373         check for destroyed windows.
10374
10375 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
10376
10377         * gtk/gtkimmulticontext.c: Add a finalize method and unref
10378         the slave context there.
10379
10380         * gtk/gtkinvisible.[ch]: Make reference counting behavior
10381         identical to GtkWindow.
10382
10383 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
10384
10385         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
10386         pangox to here, so we can write them independent of rendering
10387         system, using GDK primitives.
10388
10389         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
10390         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
10391         since we have a rendering-system independent implementation in
10392         terms of draw_glyphs().
10393         
10394         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
10395         function to render a single line.
10396
10397         * gdk/x11/gdkpango.c: Move the guts of this file mostly
10398         into ../gdkpango.c, which simplifies things, since we
10399         don't have to deal with raw X gc's.
10400
10401 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
10402
10403         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
10404         get the logical attributes for a given GtkTextLine.
10405
10406 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
10407
10408         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
10409         g_locale_get_codeset() to g_get_codeset() change.
10410
10411 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
10412
10413         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
10414         descriptions.
10415
10416         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
10417         the entry.
10418
10419         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
10420         redoing (vastly simplifying) for Pango. Still needs quite
10421         a bit of work. (Size selection is currently poor. List of 
10422         predefined sizes is not a good idea, since all of these
10423         sizes won't necessarily be distinct.)
10424
10425 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
10426
10427         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
10428         CODESET results for LANG=C.
10429
10430 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
10431
10432         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
10433         which takes a stringized pango font description;
10434         ignore the older 'font' and 'fontset' declarations.
10435
10436         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
10437         field with a GdkFont derived via gdk_font_from_description(),
10438         for compatibility. (Should we just remove it entirely?
10439         Probably too much compatibility breakage, but people
10440         should be migrating to the new Pango stuff as quickly
10441         as possible.)
10442
10443 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
10444
10445         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
10446
10447 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
10448
10449         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
10450         redoing; there are some bugs in size allocation right
10451         now, the semi-existant distinction between header / day
10452         fonts was removed, but, with Pango, could actually
10453         be made functional in a nice way.
10454         
10455         * gtk/testcalender: Move calender from examples into this
10456         directory as a test program. (We really need to restrcture
10457         testgtk into a whole directory full of tests for every
10458         widget or functionality group, separated into multiple .c
10459         files.)
10460
10461 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
10462
10463         * gtk/testgtk.c (file_exists): Fix stupid typo that
10464         was keeping RC file from being loaded.
10465
10466         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
10467         RC file font code.
10468
10469 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
10470
10471         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
10472         Add function to load a GdkFont from a PangoFontDescription.
10473
10474 2000-05-29  Tor Lillqvist  <tml@iki.fi>
10475
10476         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
10477         variable should be of type GdkEventPrivate.
10478
10479 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
10480
10481         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
10482         to have any widget for the label, use a GtkLabel widget
10483         to display the text. (Based partially on a patch from
10484         Anders Carlson.)
10485
10486         (Quite a bit of code reorganization - strip 90% of the
10487         guts out of gtkaspectframe and add a single virtual
10488         func to GtkFrameClass - compute_child_allocation.)
10489
10490 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
10491
10492         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
10493         (Removed clist->row_center_offset field because caching
10494         it wasn't saving time or code, added private function
10495         _gtk_clist_create_cell_layout()).
10496
10497 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
10498
10499         * gtk/gtkaccellabel.c: Pangoized.
10500
10501         * gtk/[hv]ruler.c: Pangoized
10502
10503 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
10504
10505         * gtk/gtkfilesel.c (gtk_file_selection_init):
10506         Use gtk_clist_set_column_auto_resize() to remove need
10507         need for manual column width computations.
10508
10509 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
10510
10511         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
10512         ensuring Pango correctness, and considerably simplifying the
10513         code.
10514         
10515         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
10516
10517         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
10518         getting of numbers of lines.
10519
10520         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
10521         to the actual requested width of the lable, not to the wrap
10522         width we set.
10523
10524         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
10525
10526         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
10527           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
10528
10529         * gtk/gtktextview.c: Fix structure inheritance.
10530
10531         * gtk/gtkprogressbar.c: Pangoize.
10532
10533 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
10534
10535         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
10536         in a function.
10537
10538         * gtk/gtktextlayout.c (find_display_line_above): Fixed
10539         bug with computing line tops.
10540
10541         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
10542
10543 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
10544
10545         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
10546         and y_offset coordinates to do what we need now. (The offset between
10547         buffer and layout coordinates has been reintroduced, but is a 
10548         bit different than before.)
10549
10550         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
10551         handle the adjustments ourselves, and scroll as necessary using
10552         the new gdk_window_scroll().
10553         
10554         The advantage of this is that when we are incrementally revalidating,
10555         we are essentially rearranging things around the visible portion
10556         of the screen. With the old setup, the visible portion of the
10557         screen was moved around in the layout, so scrolling and redrawing
10558         to track that caused jumping of the display. Since we now
10559         control the scrolling ourselves, we can suppress this and
10560         only redraw when things actually change.
10561
10562 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
10563
10564         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
10565         the region not just redisplay it after-all, since we store the
10566         cursors in the LineDisplay. (Ugly interactions here between
10567         GtkLayout and GtkTextBTree here.)
10568         
10569         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
10570
10571 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
10572
10573         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
10574         Added function to scroll contents of a window while keeping the
10575         window constant. Works by XCopyArea or guffaw-scrolling depending
10576         on the details of how the window is set up. (guffaw-scrolling
10577         still needs to be filled in.)
10578
10579 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
10580
10581         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
10582         move the debugging that was tied to a global variable
10583         to that.
10584
10585         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
10586
10587         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
10588         validated flag, in line data instead of setting height/width to
10589         -1. This allows us to perform operations with partially invalid
10590         buffer (using the old size for invalid lines) and thus to do
10591         incremental vaidation. Keep height/width aggregates up to date
10592         when deleting text and rebalancing the tree.
10593
10594         * gtk/gtktextbtree.[ch]: Add functions validate a line
10595         (gtk_text_btree_validate_line), and to validate up
10596         to a number of pixels (gtk_text_btree_validate).
10597
10598         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
10599         that indicates that something is changed and a revalidation
10600         pass is needed. Change ::need_repaint to ::changed, and
10601         make it take old and new yranges instead of a rectangle.
10602
10603         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
10604         the line_data_destroy() function from 
10605         gtk_text_btree_add_view() to a virtual function in 
10606         GtkTextLayout
10607
10608         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
10609         since we are handling partial repaints in a different fashion
10610         now.
10611
10612         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
10613         of the selection instead of queueing a repaint on the
10614         entire widget.
10615
10616         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
10617         get_selection_bounds() down to btree, make the function
10618         in buffer a wrapper around the btree function.
10619
10620         * gtk/gtktextlayout.[ch]: Add functions to check if the
10621         layout is valid and to recompute either a range of pixels
10622         aroudn a line or a certain total number of pixels.
10623
10624         * gtk/gtktextlayout.[ch]: Cache a single line display;
10625         now that we only redraw the needed portions, the hit rate
10626         for this cache is quite high.
10627         
10628         * gtk/gtktextview.[ch]: Keep track of the first paragraph
10629         on the screen so that when re-laying-out the buffer, we can
10630         keep the same place. This requires connecting to ::value_changed
10631         on the adjustments
10632
10633         * gtk/gtktextview.[ch]: Add idle functions to revalidate
10634         the buffer after we receive an ::invalidated signal.
10635         
10636 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
10637
10638         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
10639         to max of allocation and layout size, not just to the
10640         layout size.
10641
10642         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
10643         Invalidate window so it gets redrawn properly.
10644
10645         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
10646         to mean the entire window.
10647
10648         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
10649         into public header.
10650
10651 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
10652
10653         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
10654         to get the name of a mark.
10655
10656         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
10657         to find the paragraph from a y position.
10658
10659 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
10660
10661         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
10662         nodes have width/height >= 0, not > 0.
10663
10664 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
10665
10666         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
10667         Add a size_only flag, so when we only need the size, we don't create
10668         useless appearance attributes.
10669
10670         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
10671         duplicate setting of font description.
10672
10673         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
10674
10675 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
10676
10677         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
10678         EXTRA_DIST. It does not work well when the file that
10679         everything depends on is not in the tarball.
10680
10681 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
10682
10683         * gtk/testgtk.c: Some hacks and fixes so that it basically
10684         works when not sitting in the GTK+ build tree.
10685
10686 2000-05-03  Havoc Pennington  <hp@redhat.com>
10687
10688         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
10689         Properly determine the ordering of the tag root and the current
10690         line within the tree. Previous algorithm only worked if the tag
10691         root's immediate parent was the common root of both the current
10692         line and the tag root.
10693
10694 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
10695
10696         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
10697         alignment.
10698
10699         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
10700         the widget text directional dynamically.
10701
10702         * gtk/gtktextview.[ch]: Added functions to get and set default
10703         wrap mode.
10704
10705 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
10706
10707         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
10708         in cursor location computation.
10709
10710 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
10711
10712         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
10713         vadjusment values properly when layout gets smaller.
10714
10715         * gtk/gtktextview.c (need_repaint_handler): Areas being
10716         passed in are far completely inaccurate, and sometimes
10717         too small, so, for now, just queue a redraw on the
10718         whole visible region.
10719
10720 2000-04-25  Havoc Pennington  <hp@redhat.com>
10721
10722         * gtk/gtktextbtree.c (summary_destroy): new function to 
10723         destroy tag summary nodes
10724         (gtk_text_line_next_could_contain_tag): this function was 
10725         totally broken if the line passed in wasn't below the tag
10726         root. Fix it.
10727         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
10728         "wildcard" case, we have to do a linear scan. Blah.
10729         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
10730         we have to do the linear scan
10731         (tag_removed_cb): When a tag is removed from the tag table, 
10732         remove the GtkTextTagInfo node from the btree.
10733         (gtk_text_btree_spew): Implement the spew function, for 
10734         our debugging pleasure.
10735
10736 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
10737
10738         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
10739         a problem with referring to the wrong buffer.
10740
10741         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
10742
10743         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
10744         font description to gtk_style_new() - otherwise things
10745         don't work without a .gtkrc file.
10746
10747         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
10748         tags table if we create it ourself, too.
10749
10750         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
10751         it was conflicting with XKB modifiers.
10752
10753         * gtk/gtktextview.[ch]: Add simple support for 
10754         GtkIMContext.
10755
10756 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
10757
10758         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
10759         with deletion from last commit.
10760
10761 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
10762
10763         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
10764         in the context from the current locale.
10765         
10766         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
10767         context, not hardcoded value.
10768
10769         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
10770         not logical.
10771
10772 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
10773
10774         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
10775         attributes - that doesn't handle partial-glyph selection
10776         properly. Instead use new pango_layout_line_get_x_ranges()
10777         functionality to draw the selection.
10778
10779         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
10780         now properly handles out-of-range coordinates.
10781
10782         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
10783
10784         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
10785         public.
10786
10787         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
10788         for paragraphs opposite to the base direction of the widget.
10789
10790         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
10791
10792         * gtk/gtktextlayout.c: Don't split segments on marks, since that
10793         causes Arabic words to reshape as you cursor through.
10794
10795         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
10796         cursor position when moving vertically with the arrow keys and
10797         scrolling with page-up/page-down. (Arrow keys save only the X,
10798         scrolling saves both X and Y.)
10799
10800         This means you can line-up / line-down or page-up / page-down
10801         without losing your place, and also that moving vertically
10802         with the cursor keys keeps the same X position, not the same
10803         character count:
10804
10805         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
10806         arrow keys move by display lines, not paragraphs.
10807
10808 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
10809
10810         * gtk/gtklayout.c: Make sure that the bin window is at least
10811         as big as the allocation. (Should we also make sure that the
10812         bin window is big enough to completely cover widget->window?)
10813
10814         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
10815         function to get the onscreen rectangle.
10816
10817         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
10818         for offsets in window coordinates.
10819
10820 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
10821
10822         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
10823         confusion.
10824
10825         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
10826         from the widget direction.
10827
10828         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
10829         Add a "direction" attribute.
10830
10831         * gtk/gtktextview.c: global s/tkxt/text_view/.
10832
10833         * gtk/testtext.c: Added long block of text in Arabic, to test out
10834         the direction attributes. (Some problems with the shaping system
10835         for arabic become obvious - like the fact the cursor splits words
10836         into unjoined pieces.)
10837
10838 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
10839
10840         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
10841
10842         * gtk/gtktextlayout.c: Fix up alignment.
10843
10844         * gtk/testtext.c: Add some tests for centering, wrapping.
10845
10846 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
10847
10848         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
10849         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
10850         If we wrote GTK+-specific layout-render function this could just replace
10851         the draw_layout() operation in the vtable.
10852
10853         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
10854         pango_layout_get_cursor_pos() and use that function.
10855
10856         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
10857         is a non-static symbol.
10858
10859         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
10860         with gtk_text_btree_find_line_by_y()
10861
10862         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
10863         renderer that handles GtkTextAppearance attributes.
10864
10865         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
10866
10867           - Move the values in the style that don't affect geometry into a
10868             GtkTextAppearance structure.
10869           - Change underline to take a PangoUnderline and "font" a string
10870             representation of a font description
10871           - Add a "font_desc" attribute which takes a FontDescription structure.
10872
10873         * gtk/gtktextlayout.[ch]:
10874
10875           - Get rid of the display-line list per each line. Instead, we
10876             generate, on demand, a GtkTextLineDisplay structure which]
10877             contains a PangoLayout * and other necesary information
10878             (offsets, cursor locations) for displaying a paragraph.
10879           - Get rid of the code to wrap lines, create display chunks,
10880             etc. Instead, we just go through a paragraph and convert
10881             it into the necessary inputs to a PangoLayout.
10882           - Implement a new attribute type, GtkTextAttrAppearance. This
10883             holds a GtkTextAppearance, and is used to pass colors, 
10884             stipple, etc, through from the layout to the display without
10885             having to use lots and lots of individual attributes.
10886           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
10887             in terms of PangoLayout functions.
10888         
10889         * gtk/gtktextview.c: 
10890          
10891           - Handle passing the necessary PangoContext to the layout
10892           - Some fixups in painting to deal with the automatic backing store
10893             and offsetting of GTK+-1.4
10894           - Add a style_set handler so that the default style reacts
10895             properly to theme changes.
10896         
10897         * gtk/gtktext?*.[ch]: Random code-style fixes.
10898
10899         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
10900
10901 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
10902
10903         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
10904         in original form preparatory to Pango-ization and gdkimcontext-ization.
10905
10906 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
10907
10908         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
10909         so that we can derive from gtkimcontext in language bindings properly.
10910
10911 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
10912
10913         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
10914         Add a compose table including (almost) all the compose combinations
10915         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
10916         data in the XIM implementation.
10917
10918         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
10919         Moved functions to convert keyvalues from and to unicode here from
10920         the win32 port and made them public.
10921
10922 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
10923
10924         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
10925
10926 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
10927
10928         * gtk/gtkimcontext.[ch]: Base class for new input context system
10929
10930         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
10931         the real input context implementation to be loaded from modules
10932         and switched on the fly.
10933
10934         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
10935         context that just does direct keysymbol => unicode translation.
10936
10937         * gtk/gtkentry.[ch]: Start switching editing over to using
10938         GtkInputContext. (No handling of preedit yet.)
10939
10940 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
10941
10942         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
10943         many substitutions. (klass should not be subsituted.)
10944
10945 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
10946
10947         * configure.in: Add checks for Pango
10948
10949         * configure.in docs/Makefile.am: Add test for sgml2html
10950         and allow 'make dist' without building html, but print out
10951         warnings in that case. (For making snapshots)
10952
10953         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
10954         Add Pango libraries and C flags
10955
10956         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
10957         Add function (gdk_draw_layout) to draw a pango layout.
10958
10959         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
10960         for getting Pango contexts for GDK.
10961
10962         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
10963
10964         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
10965         editing.
10966
10967         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
10968         keysym => unicode translations. More languages can be added
10969         here, but real input-method support is needed.
10970
10971         * docs/Changes-1.4.txt: Added note about entry behavior.
10972         
10973         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
10974         to set the reading direction for a widget and the global direction.
10975         Add test which allows toggling the global direction. Two private
10976         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
10977
10978         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
10979           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
10980
10981         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
10982
10983         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
10984         underlining now handled by Pango.
10985
10986         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
10987         to RCStyle and Style. (Having both this and the old font name and GdkFont 
10988         is temporary.)
10989
10990         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
10991         convenience functions for creating contexts and layouts for widgets.
10992
10993         * gtk/testgtk.c: Enhance label tests with multilingual labels.
10994
10995 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
10996
10997         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
10998         titles to be active, even if they aren't visible.
10999         (gtk_clist_column_titles_passive):  Ditto.
11000
11001 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
11002
11003         * gtkmenu.c:
11004         * gtkmenu.h:
11005         * gtktypeutils.h: Spelling/grammar fixes in comments.
11006
11007 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
11008
11009         * gdk/nanox/*.h: add missing header files.
11010
11011 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
11012
11013         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
11014         send_event to TRUE.
11015         (gtk_drawing_area_size): queue a resize.
11016
11017 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
11018
11019         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
11020         the handlers, also invalidate them. bug nailed down by Karl Nelson
11021         <kenelson@ece.ucdavis.edu>.
11022
11023 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
11024
11025         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
11026         "(nil)" foundries, patch from Grigorios Magklis.
11027
11028         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
11029         on non-available fonts, based on a patch by Grigorios Magklis
11030         <maglis@cs.rochester.edu>.
11031
11032 2000-05-18  Elliot Lee  <sopwith@redhat.com>
11033
11034         * gdk/x11/gdkregion-generic.c: If a region does not have any
11035         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
11036         instead of GDK_OVERLAP_RECTANGLE_IN.
11037
11038 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
11039
11040         * gtk/gtklayout.c (gtk_layout_map): Remove references to
11041         OFFSCREEN, as it is no longer necessary.
11042
11043 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
11044
11045         * gtk/gtkcolorsel.c: Patch from David Santiago
11046         <mrcooger@cyberverse.com> to change things so that the 
11047         indicator of the active palette entry is done independently,
11048         not via the focus, since it should always be visible.
11049
11050 2000-05-17  Tor Lillqvist  <tml@iki.fi>
11051
11052         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
11053         refcount leaks as in the X11 backend.
11054
11055         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
11056         cosmetics.
11057
11058         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
11059         backend. Add _gdk_windowing_window_destroy().
11060
11061         * gtk/gtkcolorsel.c: Include correct backend-specific header.
11062         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
11063         either, but these probably do exist on nanox?)
11064         
11065         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
11066         which isn't necessarily defined by <math.h>.
11067
11068         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
11069         ancestry past GtkObject.
11070
11071         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
11072         from DLL on Win32.
11073
11074         * gtk/gtk.def: Update corresponding to recent changes.
11075
11076         * gtk/makefile.{cygwin,msc}: Updates.
11077
11078 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
11079
11080         * docs/Changes-1.4.txt: A bit of editing.
11081
11082         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
11083         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
11084         to clear the update area for the window, and clear it
11085         when hiding a window.
11086
11087         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
11088         if window destroyed.
11089
11090         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
11091
11092         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
11093         gdk_window_destroy() to the generic code, since there was a lot of 
11094         window-system-independent logic it in. Add a function:
11095         
11096          _gdk_window_destroy() 
11097
11098         to the internal API to destroy a window without unreferencing it.
11099         Add a function:
11100
11101          _gdk_windowing_window_destroy()
11102
11103         That does the windowing-system-dependent part of destroying 
11104         the window.
11105
11106 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
11107
11108         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
11109
11110 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
11111
11112         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
11113         Make gtk_widget_shape_combine_mask() keep a reference count on
11114         the pixmap since it keeps it around.
11115
11116 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
11117
11118         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
11119         leak.
11120
11121         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
11122         leak with event filters.
11123
11124 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
11125
11126         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
11127         signal handlers with the right data arguments. (Fixes
11128         some warnings when a widget was repeatedly set as a drag
11129         destination.)
11130
11131         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
11132         window so we can avoid avoid setting the DND properties on the
11133         toplevel window repeatedly.
11134
11135 2000-05-13  Tor Lillqvist  <tml@iki.fi>
11136
11137         * gdk/win32/gdkwin32.h: Define more message types missing from
11138         mingw headers.
11139
11140         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
11141         call gdk_window_destroy_notify(). It was never called. This
11142         probably meant that the GdkWindow was never freed. Thanks Owen for
11143         noticing (!).
11144
11145         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
11146         window as destroyed before calling DestroyWindow(). DestroyWindow()
11147         causes a call to the window procedure (gdk_WindowProc), which
11148         calls gdk_event_translate(), which calls
11149         gdk_window_destroy_notify(), which gets confused unless the window
11150         is set as destroyed.
11151
11152         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
11153         this function to indicate it's win32 only. Put inside #ifdef
11154         G_ENABLE_DEBUG.
11155
11156         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
11157         debugging function. (gdk_event_translate:) Add a default branch
11158         that uses the above function to print debug messages with all
11159         Windows messages symbolically.
11160
11161         * gdk/win32/gdkprivate-win32.h: Declare it, and
11162         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
11163
11164 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
11165
11166         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
11167         public header file.
11168
11169 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
11170
11171         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
11172
11173         * gtk/gtktext.c: made the adjustments no-construct args, simply
11174         provide default adjustments.
11175         (gtk_text_destroy): release adjustments.
11176
11177         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
11178         adjustment argument non-construct.
11179
11180         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
11181         instead of in finalize.
11182         (gtk_progress_get_text_from_value): 
11183         (gtk_progress_get_current_text): 
11184         (gtk_progress_set_value): 
11185         (gtk_progress_get_percentage_from_value): 
11186         (gtk_progress_get_current_percentage): 
11187         (gtk_progress_set_percentage): 
11188         (gtk_progress_configure): ensure an adjustment is present.
11189
11190 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
11191
11192         * gtk/gtkcolorsel.[hc]:
11193         * gtk/gtkcolorseldialog.[hc]:
11194         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
11195         their parent implementation, use bit fields for boolean values, don't
11196         create unused widgets, usage of glib types, braces go on their own
11197         lines, function argument alignment, #include directives etc. etc. etc..
11198
11199         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
11200
11201 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
11202
11203         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
11204
11205         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
11206         of NULL.
11207
11208         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
11209         to freed data.
11210         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
11211
11212         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
11213         to NULL when the toplevel is getting destroyed.
11214         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
11215         (gtk_menu_destroy): 
11216         (gtk_menu_init): store the information of whether we have to
11217         readd the initial child ref_count during destruction in a new
11218         GtkMenu field needs_destruction_ref_count.
11219
11220         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
11221         here, those reading: learn from my mistake! ;)
11222         in order for set_?adjustment to support a default adjustemnt if
11223         invoked with an adjustment pointer of NULL, the code read (pseudo):
11224         if (v->adjustment) unref (v->adjustment);
11225         if (!adjustment) adjustment = adjustment_new ();
11226         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
11227         now imagine the first unref to actually free the old adjustment and
11228         adjustment_new() creating a new adjustment from the very same memory
11229         portion. here, the latter comparision will unintendedly fail, and
11230         all hell breaks loose.
11231         (gtk_viewport_set_hadjustment):
11232         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
11233         after unreferencing it.
11234
11235         * gtk/gtkcontainer.[hc]: removed toplevel registration
11236         functions: gtk_container_register_toplevel(),
11237         gtk_container_unregister_toplevel() and
11238         gtk_container_get_toplevels() which had wrong semantics
11239         anyways: it didn't reference and copy the list.
11240
11241         * gtk/gtkwindow.c: we take over the container toplevel registration
11242         bussiness now. windows are registered across multiple destructions,
11243         untill they are finalized. the initial implicit reference count
11244         users are holding on windows is removed with the first destruction
11245         though.
11246         (gtk_window_init): ref & sink and set has_user_ref_count, got
11247         rid of gtk_container_register_toplevel() call. add window to
11248         toplevel_list.
11249         (gtk_window_destroy): unref the window if has_user_ref_count
11250         is still set, got rid of call to
11251         gtk_container_unregister_toplevel().
11252         (gtk_window_finalize): remove window from toplevel list.
11253         (gtk_window_list_toplevels): new function to return a newly
11254         created list with referenced toplevels.
11255         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
11256
11257         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
11258         adjustment a non-construct arg.
11259         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
11260         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
11261         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
11262
11263         * gtk/gtkrange.c: added some realized checks.
11264         (gtk_range_destroy): get rid of the h/v adjustments in the
11265         destroy handler instead of finalize. remove timer.
11266         (gtk_range_get_adjustment): demand create adjustment.
11267
11268         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
11269         we simply create them on demand now and get rid of them in
11270         the destroy handler.
11271         (gtk_viewport_destroy): get rid of the h/v adjustments in the
11272         destroy handler instead of finalize.
11273         (gtk_viewport_get_hadjustment): 
11274         (gtk_viewport_get_vadjustment): 
11275         (gtk_viewport_size_allocate): demand create h/v adjustment
11276         if required.
11277
11278         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
11279         gtk_widget_real_destroy () functionality.
11280         (gtk_widget_real_destroy): reinitialize with a new style, instead
11281         of setting widget->style to NULL.
11282
11283 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
11284
11285         * gtk/gtkcalendar.c:
11286         * gtk/gtkbutton.c: ported _get_type() implementation over to
11287         GType, either to preserve memchunks allocation facilities,
11288         or because Gtk+ 1.0 GtkTypeInfo was still being used.
11289
11290         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
11291         over. prepare for ::destroy to be emitted multiple times.
11292         removed reference tracer magic. chain into GObjectClass.shutdown()
11293         to emit ::destroy signal.
11294
11295         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
11296         fundamental.
11297
11298         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
11299         cludge.
11300
11301         * gtk/gtksocket.c:
11302         * gtk/gtkplug.c:
11303         * gtk/gtklayout.c:
11304         * gtk/gtklabel.c:
11305         * gtk/gtkargcollector.c:
11306         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
11307         not being a fundamental anymore, and to work with the new
11308         type system (nuked fundamental type varargs clutter).
11309
11310         * gtk/*.c: install finalize handlers in the GObjectClass
11311         part of the class structure.
11312         changed direct GTK_OBJECT()->klass accesses to
11313         GTK_*_GET_CLASS().
11314         changed direct object_class->type accesses to GTK_CLASS_TYPE().
11315
11316         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
11317         GType. made most of the GTK_*() type macros and Gtk* typedefs
11318         simple wrappers around macros and types provided by GType.
11319         most notably, a significant portion of the old API vanished:
11320         GTK_TYPE_MAKE(),
11321         GTK_TYPE_SEQNO(),
11322         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
11323         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
11324         GTK_TYPE_ARGS,
11325         GTK_TYPE_CALLBACK,
11326         GTK_TYPE_C_CALLBACK,
11327         GTK_TYPE_FOREIGN,
11328         GtkTypeQuery,
11329         gtk_type_query(),
11330         gtk_type_set_varargs_type(),
11331         gtk_type_get_varargs_type(),
11332         gtk_type_check_object_cast(),
11333         gtk_type_check_class_cast(),
11334         gtk_type_describe_tree(),
11335         gtk_type_describe_heritage(),
11336         gtk_type_free(),
11337         gtk_type_children_types(),
11338         gtk_type_set_chunk_alloc(),
11339         gtk_type_register_enum(),
11340         gtk_type_register_flags(),
11341         gtk_type_parent_class().
11342         replacements, where available are described in ../docs/Changes-1.4.txt.
11343         implemented compatibility functions for the remaining API.
11344
11345         * configure.in: depend on glib 1.3.1, use gobject module.
11346
11347 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
11348
11349         * TODO.xml: Various updates to current status.
11350
11351 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
11352
11353         * gtk.m4: Print out version when test succeeds.
11354
11355 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
11356
11357         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
11358         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
11359         
11360         (Original triangle color selector from Simon Budig
11361         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
11362         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
11363         Santiago <mrcooger@cyberverse.com>)
11364
11365         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
11366         out into a separate widget.
11367
11368         * gtk/testgtk.c: Add some checkbuttons for toggling palette
11369         and opacity controls.
11370
11371 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
11372
11373         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
11374         snuck in prematurely.
11375
11376 2000-05-07  Tor Lillqvist  <tml@iki.fi>
11377
11378         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
11379         had deleted a ! operator by mistake, which caused
11380         GDK_SELECTION_CLEAR events never to be generated, which caused
11381         only the first copy to the clipboard from an gtkeditable to
11382         actually cause a copy to the Windows clipboard.
11383
11384 2000-05-06  Tor Lillqvist  <tml@iki.fi>
11385
11386         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
11387         compilation, too. Current mingw gcc distributions include the
11388         necessary headers. Also the necessary IIDs are now in mingw
11389         headers/libraries, and own definitions unnecessary.
11390
11391         More hacking on OLE2 DND, still doesn't work though, and thus
11392         ifdeffed out.
11393
11394         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
11395         here, too.
11396
11397 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
11398
11399         * gdk/nanox/*: nano-X port work in progress.
11400         * gdk/simple.c: simple test for Gdk.
11401         * README.nanox: notes about the port: read this first!
11402         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
11403         with nano-X.
11404
11405 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
11406
11407         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
11408         gdk_window_clear() into common code, implement in terms of
11409         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
11410         not redirected to the backing rectangle.
11411
11412 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
11413
11414         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
11415         EXTRA_DIST. It does not work well when the file that
11416         everything depends on is not in the tarball.
11417
11418 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
11419
11420         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
11421         with recursion where process_updates() is called from
11422         an expose handler. (GtkTextView is highly broken in
11423         doing this, but it should work, so it is a nice test
11424         case.)
11425
11426 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
11427
11428         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
11429         handle the case where updates are queued during processing of
11430         updates.
11431
11432 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
11433
11434         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
11435         window is on gdk_display - use that instead of segfaulting.
11436
11437 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
11438
11439         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
11440         broken and require an empty arg, give it to them.
11441
11442 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
11443
11444         * gtk/gtklabel.h: indentation fixes.
11445
11446 2000-05-02  Tor Lillqvist  <tml@iki.fi>
11447
11448         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
11449         draw too narrow or too low arcs, they seem to fail, at least with
11450         some display drivers.
11451
11452         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
11453
11454         Large changes to the Win32 backend, partially made necessary by
11455         the changes to the backend-independent internal
11456         structures. Attempts to implement similar backing store stuff as
11457         on X11. The current (CVS) version of the Win32 backend is *not* as
11458         stable as it was before the no-flicker branch was merged. A
11459         zipfile with that version is available from
11460         http://www.gimp.org/win32/. That should be use by "production"
11461         code until this CVS version is usable. (But note, the Win32
11462         backend has never been claimed to be "production quality".)
11463
11464         * README.win32: Add the above comment about versions.
11465
11466         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
11467
11468         * gdk/gdk.def: Update.
11469
11470         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
11471         presumably be replaced by some more better mechanism as 1.4 gets
11472         closer to release shape.
11473
11474         * gdk/makefile.{cygwin,msc}: Update.
11475
11476         * gdk/win32/*.c: Correct inclusions of the backend-specific and
11477         internal headers. Change code according to changes in these. Use
11478         gdk_drawable_*, not gdk_window_* where necessary.
11479
11480         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
11481         our old DND.
11482
11483         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
11484         to interpret single characters as UTF-8. Thanks to Hans Breuer.
11485         Use correct function name in warning messages.
11486
11487         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
11488         GSourceFuncs gdk_event_prepare and gdk_event_check.
11489         (gdk_event_get_graphics_expose): Do implement, use
11490         PeekMessage. Thanks to Hans Breuer.
11491         (event_mask_string): Debugging function to print an GdkEventMask.
11492         (gdk_pointer_grab): Use it.
11493
11494         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
11495         (old) book I used claimed was Hangul actually is CJK Unified
11496         Ideographs Extension A. Also, Hangul Syllables were missing.
11497         Improve logging.
11498
11499         * gdk/win32/gdkgc-win32.c: Largish changes.
11500
11501         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
11502         g_win32_getlocale() from GLib, and not setlocale() to get current
11503         locale name.
11504
11505         * gdk/win32/gdkprivate-win32.h
11506         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
11507         gdkwin32.h, similarily as in the X11 backend.
11508
11509         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
11510         assignment was used instead of equals in if test. Thanks to Hans
11511         Breuer.
11512
11513         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
11514         the X11 version.
11515
11516         * gdk/win32/makefile.{cygwin,msc}
11517         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
11518         path to the Win32 headers that works also with the mingw compiler.
11519
11520         * gtk/gtkstyle.c: Include <string.h>.
11521
11522 2000-04-26  Havoc Pennington  <hp@redhat.com>
11523
11524         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
11525         replacing the broken gtk_label_get ()
11526
11527 2000-04-15  Havoc Pennington  <hp@pobox.com>
11528
11529         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
11530         this keeps scanner scripts from getting confused.
11531
11532         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
11533         data, rather than void
11534
11535 2000-04-15  Tor Lillqvist  <tml@iki.fi>
11536
11537         * gtk/gtkclist.c (gtk_clist_motion)
11538         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
11539         with is_hint FALSE, get x and y from the event. They used to be
11540         used uninitialised. The Win32 backend never sends motion events
11541         marked as hints. This for instance fixes the annoying file and
11542         font selector behaviour in the Win32 version.
11543
11544 2000-04-14  Tor Lillqvist  <tml@iki.fi>
11545
11546         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
11547         gtk_private_n_signals variables, they are used by some software,
11548         sigh.
11549
11550         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
11551         installation directory from the Registry, where the installer
11552         should have put it.
11553
11554 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
11555
11556         * gdk/x11/Makefile.am: Fix problem with installation directory for
11557         gdkx.h
11558
11559         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
11560         <mrcooger@cyberverse.com> so that when selecting menus with the
11561         mouse, the first item will not be selected, but when selecting
11562         with an accelerator, or navigating left-right on a menubar with
11563         the menus popped up, the first item will be selected.
11564
11565 2000-04-05  Dan Damian  <dand@dnttm.ro>
11566
11567         * configure.in: Added "ro" to ALL_LINGUAS.
11568
11569 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
11570
11571         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
11572         indentation.
11573
11574         * Makefile.am (EXTRA_DIST): Fix typo.
11575
11576         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
11577         to catch gdkconfig.h
11578
11579         * gtk/gtkitemfactory.c: Added FIXME.
11580
11581 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
11582
11583         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
11584         s/return_if_fail/return_val_if_fail/g and add a return value.
11585
11586 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
11587
11588         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
11589         merge slipup.
11590
11591         * gdk/gdkinput.h: Fix missing line from merge.
11592
11593 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
11594
11595         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
11596         instead of gdkprivate.h.
11597
11598 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
11599
11600         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
11601         parent class to correctly be GtkDialogClass.
11602
11603 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
11604
11605         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
11606         toplevel windows and their immediate children by their parents,
11607         since the size of toplevel windows is out of our immediate
11608         control and we don't get any real benefit from trying to track
11609         this size for clipping.
11610
11611         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
11612         for input_only windows.
11613
11614         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
11615         to fix some hacks and make sure that we don't try to set the
11616         background of input only windows.
11617
11618 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
11619
11620         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
11621         the _really_ internal stuff, and leave gdkprivate.h for the fake private
11622         stuff that we've traditionally exposed.
11623
11624         * gdk/**.c: Use gdkinternals.h where appropriate.
11625
11626         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
11627         not include gdkprivate-x11.h, move all stuff of conceivable public
11628         interest into gdkx.h; keep all really private stuff in
11629         uninstalled header gdkprivate-x11.h.
11630
11631         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
11632         image->image_put on windows through a new function _gdk_window_draw_image()
11633         to allow us to do backing store for images. (Sort of ugly)
11634
11635         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
11636         contexts locally so that we can offset them properly when drawing 
11637         onto backing pixmaps.
11638
11639         * gdk/gdkinput.h: Reindented
11640
11641         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
11642         pixmap or color for the window, so we can properly initialize
11643         our double-buffer pixmaps, and also so that we temporarily set
11644         a background of None while scrolling.
11645
11646         * gdk/gdkregion.h: Revise region boolean operators to have an
11647         interface that is actually convenient - switch from creating new
11648         regions on every op, to "methods" that modify existing regions
11649         (A = A OP B). 3 argument forms which allow dest == src, would also
11650         be possible, but the current interfaces seem to map nicely
11651         onto what needs to be done. (There is quite a lot of region
11652         code in GDK now.)
11653
11654         * gdk/gdkregion.h: Add constructor from rectangle and a copy
11655         operator.
11656
11657         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
11658         gdkpoly-generic.h: Copy region code from Xlib, switch it over
11659         to 32 bit coordinates, modify it to be mostly GTK+ style
11660         and to have interfaces that match gdkregion.h.
11661
11662         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
11663         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
11664         create a backing pixmap and redirect all drawing to
11665         that backing pixmap until a matching gdk_window_end_paint().
11666
11667         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
11668         Create a special drawable class for GtkWindow's that 
11669         redirects the drawing to the backing pixmap as necessary
11670         and then calls the real operations in _gdk_windowing_window_class.
11671
11672         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
11673         Store invalid region for each window. Generate expose events for invalid
11674         region in an idle. This replaces both the expose compression
11675         and the redrawing queuing in GTK+. It is both more efficient and
11676         simpler than either one individually and far more so then the
11677         combination.
11678
11679         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
11680         Emulate 32 bit coordinates for windows with 16 bit coordinates
11681         by offsetting drawing, guffaw scrolling techniques and
11682         mapping/unmapping child windows as necessary.
11683
11684         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
11685         where, when invalid regions are processed, the region is stored,
11686         and if expose events come in that are detectably duplicate
11687         the processed exposes (by comparison of event serial numbers),
11688         the stored region is subtracted out of those exposes.
11689
11690         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
11691         regions newly exposed when scrolling or resizing windows.
11692         This, combined with forcing processesing of queued invalidated
11693         regions, gives nice flicker-free scrolling.
11694
11695         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
11696         invalidated regions after every scroll.
11697
11698         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
11699         emulation in GDK. Its, for all practical purposes just a
11700         GtkViewport/GtkFixed hybrid now.
11701
11702         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
11703         (16-bit) structures as necessary instead of just casting.
11704
11705         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
11706         in terms of the structures from gdkregion-generic.c, using appropriate
11707         offsets from GDK to X11 coordinates. Cache clip mask and
11708         origin and ts origin locally and only flush to the server
11709         when drawing, to avoid constantly setting and resetting these
11710         values when offsetting GC's for scrolling and backing pixmaps.
11711
11712         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
11713
11714         * gtk/gtkcontainer.c: Call process_all_updates at end
11715         of resizing to reduce flicker. (Avoids having redraw
11716         lag arbitrarily behind resize under some circumstances)
11717
11718         * gtk/gtkentry.c: Remove old backing store code, and simply take
11719         advantage of the new backing store capabilities of GDK.
11720
11721         * gtk/gtkmain.c: Simple implementation of widget backing
11722         store - simply push a paint while handling each expose.
11723         (Should really be configurable widget for widget.)
11724         
11725         * gtk/gtkwidget.c: Remove all the old complicated redraw
11726         code, and simply invalidate the GDK windows from
11727         gdk_window_queue_clear(), etc. (Sigh, so much carefully
11728         debugged complexity ... gone to the winds.)
11729
11730         Remove all the code for suppressing expose events while
11731         resizes are pending; this isn't needed since the invalid
11732         areas won't be processed until after the resizes are
11733         processed, since they are in a lower priority idle.
11734
11735 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
11736
11737         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
11738         and height of dest rectangle for non-intersecting rectangles.
11739
11740 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
11741
11742         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
11743         for GdkRectangle.
11744
11745 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
11746
11747         * gdk/gdk{events,image,private,types,window}.h
11748          gdk/x11/gdkinputprivate.h: Change all coordinates
11749          from int16 to int. Also, Change width and height from
11750          unsigned to signed to avoid all the stupid C 
11751          signedness bugs.
11752
11753 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
11754
11755         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
11756         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
11757         Add some more detailed checking.
11758
11759         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
11760         New function to retrieve the depth of a drawable.
11761
11762         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
11763         field, reorder fields to save memory. 
11764
11765 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
11766
11767         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
11768         of the background image instead of scaling the background down to
11769         a line.
11770
11771         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
11772         which temporarily set slider to wrong size.
11773
11774         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
11775         queue_clear().
11776
11777 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
11778
11779 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
11780
11781         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
11782
11783 2000-03-17  Tor Lillqvist  <tml@iki.fi>
11784
11785         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
11786         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
11787
11788         * gdk/win32/gdkfont-win32.c
11789         * gdk/win32/gdkproperty-win32.c
11790         * gdk/win32/gdkselection-win32.c
11791         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
11792         now declared such.
11793
11794 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
11795
11796         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
11797
11798 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
11799
11800         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
11801         is called without trapping X errors.
11802
11803 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
11804
11805         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
11806         way into the fontset lists.
11807
11808 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
11809
11810         * gtk/gtkthemes.h: add extern "C" scope.
11811
11812 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
11813
11814         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
11815         to make appends to the list constant. (gtk-guy-990901-0.patch)
11816
11817 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
11818
11819         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
11820         for the typename hash table.
11821
11822 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
11823
11824         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
11825         to make sure we never divide by zero. 
11826         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
11827
11828 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
11829
11830         * gtk/gtkfontsel.c: Apply patch from
11831         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
11832         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
11833
11834         Also, some cleanups in atom handling.
11835
11836 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
11837
11838         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
11839         not GtkWidget.
11840
11841 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
11842
11843         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
11844         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
11845         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
11846         more guint wrap-around bugs before going to bed.
11847
11848 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
11849
11850         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
11851         guint wrap arounds in allocation.width.
11852
11853         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
11854         process untill we fit the allocation given.
11855
11856 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
11857
11858         * gtk/gtkwidget.c:
11859         (gtk_widget_unrealize): guard widget access with ref/unref
11860         around signal emission.
11861         (gtk_widget_hide): same here, but also check its destroyed
11862         state before queueing a resize.
11863
11864 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
11865
11866         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
11867         of gtk_default_insensitive_bg as insensitive base color.
11868
11869         * gtk/gtktext.c (gtk_text_style_set): set the background color according
11870         to the widget's state.
11871         (gtk_text_realize): same here.
11872         (gtk_text_state_changed): same here.
11873         (draw_bg_rect): compare background color against base[] from
11874         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
11875
11876 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
11877
11878         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
11879         grabs are active, unless a delete event is send to the toplevel
11880         of the currently grab holding widget.
11881
11882 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
11883
11884         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
11885         debugging g_print's.
11886
11887 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
11888
11889         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
11890         ever make the scrolled-window requisition ever depend on the 
11891         visibility state of the scrollbars for the AUTOMATIC policy. 
11892         This breaks the GTK+ requisition model, and causes loops.
11893
11894 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
11895
11896         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
11897         the default font to avoid problems with XFree86-4.0 where the
11898         default charset is iso10646-1, not iso8859-1.
11899
11900 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
11901
11902         * acinclude.m4
11903         * config.guess
11904         * config.sub
11905         * ltconfig
11906         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
11907
11908         * gtk/Makefile.am: minor cosmetic consistency tweak
11909
11910 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
11911
11912         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
11913         the activate_time to 0, so that we handle a quick
11914         press/release press/release properly and don't suppress
11915         the second release. (Red Hat bug #7545)
11916
11917 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
11918
11919         * gtk/gtkctree.c (row_delete):
11920         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
11921         bugs with destruction notifier, *always* update internal
11922         structures *before* calling user code.
11923
11924 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
11925
11926         A few more fixes for bug #5487, #2051, #2677.
11927         * gtk/gtkclist.c : 
11928         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
11929         not GDK_BUTTON_PRESS.
11930         (resync_selection): resync only if selection_mode is
11931         GTK_SELECTION_EXTENDED
11932         * gtk/gtkctree.c (resync_selection): same here
11933
11934 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
11935
11936         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
11937         gdk_drag_get_selection() and gtk_menu_detach().
11938
11939         [ From Jeroen Ruigrok/Asmodai ]
11940
11941 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
11942
11943         * gtk/gtknotebook.c (gtk_notebook_size_request): 
11944         page->tab_label can be NULL.
11945
11946 2000-01-25  Havoc Pennington  <hp@pobox.com>
11947         
11948         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
11949         arg is boolean
11950
11951         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
11952
11953         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
11954
11955         * gdk/gdkproperty.c (gdk_property_get): return boolean
11956
11957         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
11958
11959         * gdk/gdkim.c (gdk_im_ready): return boolean
11960
11961         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
11962
11963         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
11964         glib clash, should fix glib)
11965
11966         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
11967         (gdk_get_show_events): return gboolean, and canonicalize 
11968         to TRUE/FALSE
11969
11970         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
11971         colormap is private
11972         (gdk_colors_alloc): gboolean whether to be contiguous
11973         (gdk_color_equal): return gboolean since we are a predicate
11974         and not a qsort() (this looks semi-wrong due to glib breakage,
11975         IMO glib should be fixed)
11976         
11977         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
11978         (gdk_get_use_xshm): return gboolean
11979         (gdk_pointer_is_grabbed): return gboolean
11980
11981         * gdk/gdk.h: Change prototypes to match all the above changes,
11982         and re-run egtk-format-protos as required.
11983
11984 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
11985
11986         * gtk/gtkctree.c (resync_selection): 
11987         * gtk/gtkclist.c (resync_selection):
11988
11989         Return immediately if clist->drag_pos < 0. This is a workaround
11990         for the corrupt state that the clist gets into when a
11991         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
11992
11993         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
11994         
11995         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
11996         variable from recent commit.
11997
11998 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
11999
12000         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
12001
12002 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
12003
12004         * gtk/Makefile.am: prefix all autogenerated source that get build in
12005         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
12006         in builddir. since we subsequently cd into srcdir for autogeneration,
12007         the paths have to be stripped from the target file names, thusly we
12008         use $(@F) as target names now.
12009         put a comment about configure.in's --disable-rebuilds option,
12010         which can be used for non-writable source directories, for development
12011         setups though, srcdir has to be *writable*.
12012
12013 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
12014
12015         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
12016           Finish the job of allowing event to be NULL.
12017           (Fixes bug #4283, reported by Chris Blizzard)
12018
12019         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
12020           things so that the cursor appears on screen, properly
12021           take into account INNER_BORDER.
12022           (Fixes bug #4754, reported by Antonio Campos)
12023
12024 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
12025
12026         * gtk/gtknotebook.c (gtk_notebook_map): Don't
12027           show the tab_label unless it itself is visible.
12028
12029           gtk/gtknotebook.c (gtk_notebook_size_request):
12030           Do a better job of making sure that the visibility
12031           of the tab label corresponds to whether it should
12032           be mapped or not.
12033
12034 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
12035
12036         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
12037           Use the requisition, not the allocation, since the
12038           allocation has not necessarily been computed yet.
12039           (Pointed out by Eugene Osintsev)
12040
12041 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
12042
12043         * gtk/gtkstyle.c (gtk_style_new): Dont' set
12044           style/base[GTK_STATE_INSENSITIVE] both to
12045           gtk_default_insensitive_bg!
12046           (Bug #2187, reported by Jonathan Blandford)
12047
12048         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
12049           Add Alt_L, Alt_R to list of invalid accelerators.
12050           (Bug #3736, reported by Vlad Harchev)
12051
12052 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
12053
12054         * gtk/gtkfilesel.c (open_ref_dir): Fix several
12055         bugs which occured after an attempt to open 
12056         invalid home directory left cmpl_state->reference_dir == NULL.
12057
12058          - completion on files in home directory didn't work
12059          - completion on an empty string caused  segfault
12060
12061          (Bug #3678, reported by Steve Ratcliffe)
12062
12063         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
12064         cut and paste error that was causing scales to
12065         be incorrectly positioned.
12066         (Bug #2956,
12067          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
12068
12069 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
12070
12071         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
12072         when checking for dcgettext, if we've found we needed
12073         it for dgettext.
12074 +
12075 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
12076
12077         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
12078         queue_clear on NO_WINDOW widgets during a reparent,
12079         since at that point the window and widget heirarchies
12080         are out of sync. This stops crashing in some cases
12081         (the scrolled window reparent test, for instance), and
12082         _probably_ won't cause drawing errors.
12083
12084         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
12085         test do what it was supposed to do and be robust against
12086         window closings, etc. (Bug #2443)
12087
12088 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
12089
12090         * gtk/gtkentry.c: Fix return values on mouse events.
12091         (Bug #2686, Sky <seb_sky@yahoo.com>)
12092
12093         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
12094         (pointed out by George Lebl)
12095
12096         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
12097         (From Ettore Perazzoli  <ettore@helixcode.com>)
12098  
12099 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
12100
12101         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
12102         clicks between rows or outside calender area correctly.
12103         (Patch from Damon Chaplin)
12104
12105         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
12106         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
12107           Call destroy function when overwriting existing data. 
12108           (Pointed out by Damon Chaplin)
12109
12110 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
12111
12112         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
12113           which was causing problems on various systems with Xmu.
12114           This hasn't been needed for a very long time.
12115           (Fixes #1185 3167)
12116
12117 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
12118
12119         * gdk/gdki18n.h: Include <ctype.h> when defining
12120           gdk_isw* in terms of is* as a fallback.
12121           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
12122
12123 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
12124
12125         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
12126           realize the widget when it is size allocated!
12127           (old, old bug)
12128
12129         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
12130           Removed unused call to gdk_window_get_size() that
12131           showed up when the above was fixed.
12132
12133 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
12134
12135         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
12136           fix up widget->window when the widget is a
12137           NO_WINDOW container widget.
12138
12139 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
12140
12141         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
12142           to account for the fact that feof() does _not_ 
12143           return TRUE on errors, and thus avoid infinite loops
12144           when trying to use gdk_pixmap_create_from_xpm()
12145           on unreadable values.
12146
12147 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
12148
12149         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
12150
12151 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
12152
12153         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
12154           gdk_gc_set_dashes to take gint8 instead of gchar to
12155           make it clearer that it is _not_ a NULL terminated string.
12156
12157         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
12158           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
12159           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
12160           arguments.
12161
12162 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
12163
12164         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
12165         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
12166         background size relative to our allocation, guard against small
12167         allocations, we may have not yet been size allocated.
12168
12169 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
12170
12171         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
12172         not just version == 3. We implement all 3 + most of 4 - 
12173         (we don't support matching text/plain;charset=iso-8859-1
12174         to a dest that expects text/plain). We'll still advertise
12175         3 to be safe, but any client implementing version >= 3
12176         must interoperate with 3.
12177         
12178 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
12179
12180         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
12181         background and gc members, add a warning in gtk_tooltips_set_color()
12182         indicating that this function is deprecated.
12183
12184 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
12185
12186         * docs/gtkfaq.sgml: FAQ Update:
12187           - Minor cleanups (Emmanuel, me)
12188           - New questions:
12189                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
12190                 How can I retrieve the text from a GtkMenuItem? (timj)
12191                 How do I validate/limit/filter the input to a GtkEntry? (me)
12192                 Memory does not seem to be released when I free the list
12193                         nodes I've allocated (timj)
12194
12195 2000-03-07  Tor Lillqvist  <tml@iki.fi>
12196
12197         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
12198         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
12199         for which it is no use to call GetLastError onWin9x.
12200         (gdk_other_api_failed) New function, for general error
12201         reporting without calling GetLastError.
12202         (gdk_win32_api_failed) OTOH, this function always calls
12203         GetLastError. (gdk_win32_last_error_string) Remove this function,
12204         GLib has the equivalent now.
12205
12206         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
12207         call them with function name, file name and line number in the
12208         arguments.
12209
12210         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
12211         functions.
12212         
12213         * gtk/gtk.def: Add some missing entry points.
12214
12215         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
12216         gtk_paned_set_gutter_size, which don't exist any longer, as void.
12217         
12218         Fixes by Hans Breuer:
12219
12220         * gdk/makefile.msc: Update for debugging.
12221
12222         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
12223         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
12224         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
12225         in the dash_list.
12226
12227         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
12228         the x11 backend.
12229
12230         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
12231
12232         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
12233
12234 2000-03-04  Tor Lillqvist  <tml@iki.fi>
12235
12236         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
12237         just pixel value of background colour.
12238
12239         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
12240         containing code snippet previously duplicated in a couple of
12241         places.
12242         
12243         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
12244         gdk_colormap_color.
12245
12246         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
12247         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
12248         events for autorepeated Shift, Control and Alt keys. Use
12249         gdk_colormap_color.
12250
12251         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
12252         pointer is inside the window the cursor of which we are setting,
12253         call SetCursor immediately.
12254
12255         * gdk/win32/makefile.cygwin
12256         * gtk/makefile.cygwin: If we don't have the build number stamp
12257         file, use zero.
12258
12259         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
12260         gtk_paned_set_gutter_size as empty.
12261
12262         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
12263         
12264 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
12265
12266         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
12267           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
12268           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
12269           docs/gtk_tut.sgml docs/gtk.texi TODO:
12270
12271           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
12272
12273 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
12274
12275         * gtk/gtkcalendar.c: Implement num_marked_dates,
12276           and don't emit mutiple day_selected signals on
12277           month_prev.
12278
12279 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
12280
12281         * docs/make-todo (lineno): let title and logo be configurable so
12282         that GNOME can use this script too.
12283
12284         * TODO.xml: added logourl and a title
12285
12286 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
12287
12288         * TODO.xml: Added some UI items, and an explanatory
12289         comment at the top of the file.
12290
12291 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
12292
12293         * TODO.xml: some updates, added abunch of new entries.
12294         a note for those fiddeling with this file, when done
12295         with it, invoke:
12296         $ ./docs/make-todo TODO.xml >/dev/null
12297         and correct output errors before comitting changes.
12298
12299 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
12300
12301         * TODO.xml: Added XML-structured TODO file.
12302         * docs/make-todo: python script to turn TODO.xml into
12303           pretty XML output. 
12304
12305 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
12306
12307         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
12308         the function to let it draw the seven dots, instead of the old,
12309         much maligned, method.
12310         (draw_dot): New function to draw a dot.
12311
12312         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
12313         to draw the handle inside the border width as opposed to outside.
12314         Use paint function instead of gdk_draw_point.
12315
12316         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
12317         to draw the handle inside the border width as opposed to outside.
12318         Use paint function instead of gdk_draw_point.
12319
12320         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
12321         Change indenting to be more GTK like.
12322
12323 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
12324
12325         * docs/gtk_tut.sgml: New section on GtkCalendar
12326         * examples/calendar: Update example code
12327
12328 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
12329
12330         * docs/gtkfaq.sgml: FAQ Update
12331
12332 2000-02-19  Anders Carlsson  <andersca@gnu.org>
12333
12334         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
12335         to prevent the scroll event to be propagated upwards.
12336
12337 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
12338
12339         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
12340         OwnerGrabButtonMask from button entries for
12341         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
12342
12343         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
12344         to the event mask (which will result in button/press release
12345         being added to the event mask on Unix) so scrolling works
12346         for layouts in scroll windows.
12347
12348         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
12349
12350         Patch from Anders Carlsson  <andersca@gnu.org> to add
12351         a scroll event.
12352
12353         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
12354         scrolling to the "Test Scrolling" part of testgtk.
12355  
12356         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
12357  
12358         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
12359         it against GDK_SCROLL.
12360  
12361         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
12362         way of mouse wheel scrolling.
12363  
12364         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
12365  
12366         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
12367  
12368         * gtk/gtkmain.c: Removed previous mouse wheel hack.
12369  
12370         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
12371         gdk_event_mask_table.
12372  
12373         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
12374         GdkEventScroll handler.
12375  
12376         * gdk/gdkevents.h: Added GdkEventScroll structure.
12377  
12378 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
12379
12380         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
12381         and Anders Carlsson to change the Paned widgets so that they
12382         can be dragged from anywhere along the length. Also change
12383         the way that this is drawn to make this apparent.
12384
12385         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
12386         from George Lebl to check that option_menu->menu is present
12387         before getting history.
12388
12389 2000-02-14  Tor Lillqvist  <tml@iki.fi>
12390
12391         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
12392         before the assertion for non-NULL segment list.
12393
12394         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
12395         Seems that pattern brushes *must* be 8x8 pixels! At least on my
12396         machine, but it might be display driver dependent. Sigh, so make
12397         sure the stipple is that size. Does Windows suck or what?
12398
12399         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
12400         places.
12401
12402 2000-02-13  Havoc Pennington  <hp@pobox.com>
12403
12404         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
12405         refcount to 1
12406         (gdk_cursor_new): init refcount to 1
12407
12408         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
12409
12410 2000-02-13  Tor Lillqvist  <tml@iki.fi>
12411
12412         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
12413         so that we don't have to do unnecessary settings to the HDC.
12414
12415         * gdk/win32/gdkdrawable-win32.c
12416         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
12417         gdk_gc_predraw.
12418
12419         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
12420         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
12421         GDI paths, call WidenPath to get the outline of the stroken path,
12422         and then fill the outline (with the brush that was built from the
12423         stipple).
12424
12425         * gdk/win32/gdkgc-win32.c: Factor out common code from
12426         _gdk_win32_gc_new and gdk_win32_gc_set_values into
12427         gdk_win32_gc_values_to_win32values. Use correct colour for
12428         SetBkColor() (Until now the code actually used a random colour in
12429         the call to SetBkColor()... but that didn't show up as not many
12430         GDI APIs use the background colour. Pattern (opaque stippled)
12431         brushes do.)
12432
12433         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
12434         gdk_win32_api_failed): New functions for error logging.
12435
12436         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
12437         WIN32_API_FAILED to call them, passing function or file name and
12438         line number.
12439
12440         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
12441
12442         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
12443         GdkColor for foreground and background in GdkGCWin32Data.
12444
12445         * gdk/makefile.cygwin: Link in the resource object separately.
12446
12447         * gdk/win32/rc/gdk.rc
12448         * gtk/gtk.rc (New file)
12449         * gdk/win32/makefile.cygwin
12450         * gtk/makefile.cygwin: Update build number in DLLs automatically,
12451         as in GLib.
12452
12453 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
12454
12455         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
12456         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
12457         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
12458         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
12459         parameters given and cursor->ref_count. coding style fixups.
12460
12461         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
12462         not GtkWidget.
12463         
12464         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
12465         fix up widget macros and add _GET_CLASS() variant.
12466         
12467         * gtk/*.c: some GtkType fixups.
12468
12469 2000-02-09  Tor Lillqvist  <tml@iki.fi>
12470
12471         * gdk/win32/gdkproperty-win32.c
12472         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
12473         were reversed.
12474
12475 2000-02-04  Tor Lillqvist  <tml@iki.fi>
12476
12477         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
12478         g_filename_to_utf8 to convert the font names Windows gives us from
12479         whatever is the default codepage to UTF-8.
12480         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
12481         in the other direction.
12482
12483         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
12484         error in debugging output.
12485
12486 2000-02-02  Tor Lillqvist  <tml@iki.fi>
12487
12488         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
12489         and height parameters to gdk_window_clear_area(). Not minus one.
12490
12491 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
12492
12493         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
12494         checks if the widget passed to gtk_drag_get_data() was not the
12495         dest widget.
12496
12497 2000-02-01  Tor Lillqvist  <tml@iki.fi>
12498
12499         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
12500         g_filename_from_utf8 functions (which were added a moment ago to
12501         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
12502         size buffers.
12503
12504         gtk_file_selection_get_filename returns the filename in the C
12505         runtime encoding. It calls g_filename_from_utf8, but copies the
12506         returned string to a static buffer, which is returned. I think
12507         this is better than returning the result from g_filename_from_utf8
12508         directly, which would mean all apps that use it would have to free
12509         the return value. Or should this function care about this issue at
12510         all? Maybe a new function with clearly defined semantics.
12511
12512         * gtk/gtkfilesel.h: Add comment about
12513         gtk_file_selection_get_filename returning the filename in the C
12514         runtime's encoding.
12515
12516         * README.win32
12517         * gdk/gdk.def
12518         * gdk/makefile.{cygwin,msc}
12519         * gtk/gtk.def: Updates.
12520
12521         * gdk/gdkcursor-win32.c: Initialise refcount.
12522
12523 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
12524
12525         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
12526
12527 2000-01-30  Havoc Pennington  <hp@pobox.com>
12528
12529         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
12530         destroy
12531
12532         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
12533
12534         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
12535         implemented in platform-specific code
12536
12537         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
12538
12539         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
12540         underscore in front
12541
12542         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
12543         put an underscore in front
12544
12545         * gdk/gdkcursor.c: new file, implements
12546         gdk_cursor_ref/gdk_cursor_unref
12547
12548         * gdk/gdkcursor.h: Refcount GdkCursor
12549
12550         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
12551
12552 2000-01-29  Tor Lillqvist  <tml@iki.fi>
12553
12554         * gdk/gdkwindow.h
12555         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
12556
12557 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
12558
12559         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
12560         structures to properly inherit from GtkWidget not GtkBin.
12561
12562 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
12563
12564         * gtk+.spec.in: Added lib/gtk+/include/* to %files
12565         (bug #5178 - Peter Wainright)
12566         
12567         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
12568         so that it will be installed.
12569         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
12570
12571 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
12572
12573         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
12574         for the GtkStyleClass vtable const.
12575
12576         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
12577         take a const string argument like GtkTranslateFunc. This will
12578         require changes in use code.
12579
12580 2000-01-19  Tor Lillqvist  <tml@iki.fi>
12581
12582         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
12583         semantics (to mimic the X11 backend, which just calls XClearArea)
12584         is to check for zero width (and height), and in that case use the
12585         window's width minus x (height minus y). This fixes for instance
12586         some redraw problems with gtkclist, which were easily noticeable
12587         in the gtk file selection widget.
12588
12589         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
12590         windows.
12591
12592 2000-01-13  Tor Lillqvist  <tml@iki.fi>
12593
12594         * configure.in
12595         * gdk/Makefile.am
12596         * gdk/x11/Makefile.am
12597         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
12598         (bug #5177).
12599         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
12600         out later.
12601
12602 2000-01-09  Tor Lillqvist  <tml@iki.fi>
12603
12604         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
12605         WM_MOVE for iconified or invisible windows. This fixes various
12606         problems when minimising windows. Thanks to Bernd Herd.
12607
12608 2000-01-05  Tor Lillqvist  <tml@iki.fi>
12609
12610         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
12611         backend's draw_lines method, not draw_points.
12612
12613 2000-01-02  Tor Lillqvist  <tml@iki.fi>
12614
12615         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
12616         before Owen's reorganisation: Don't have queued_events and
12617         queued_tail statics in this file, but use gdk_queued_events and
12618         gdk_queued_tail. This makes exposure event compression work again.
12619
12620         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
12621         seem to be needed?
12622
12623 1999-12-30  Tor Lillqvist  <tml@iki.fi>
12624
12625         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
12626         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
12627         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
12628         doesn't do anything.
12629
12630         * gdk/gdk.def: Add gdk_xid_table_insert.
12631
12632         * gdk/win32/gdkprivate-win32.h
12633         * gdk/win32/gdkevents-win32.c
12634         * gdk/win32/gdkinput-win32.c
12635         
12636         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
12637         extension_events field in the GdkWindowWin32Data struct. Use only
12638         the extension_events field in GdkWindowPrivate. Previously one was
12639         set, and the other one tested, which broke tablet
12640         functionality. Thanks to Keishi Suenaga for pointing this out.
12641
12642 1999-12-18  Tor Lillqvist  <tml@iki.fi>
12643
12644         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
12645         When handling a single character (text length == 1), don't handle
12646         it as if it was UTF-8.
12647
12648 1999-12-11  Tor Lillqvist  <tml@iki.fi>
12649
12650         * Makefile.am: Distribute README.win32.
12651         
12652         * gdk/Makefile.am
12653         * gdk/win32/Makefile.am: Distribute Win32 files.
12654
12655         * gdk/makefile.msc: New file.
12656
12657         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
12658         after label).
12659
12660         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
12661         gdk_error_code as GDKVAR, as they are referred outside GDK.
12662
12663         * gdk/win32/makefile.msc: Update.
12664
12665         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
12666         tweaks. Check only if at least one of those Unicode subrange bits
12667         we care for is set. If no code page bits are set, guess (wildly)
12668         based on the charset.
12669
12670         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
12671
12672         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
12673         non-NULL.
12674
12675         * gtk/gtkdnd.c
12676         * gtk/gtklayout.c
12677         * gtk/gtkplug.c
12678         * gtk/gtkselection.c
12679         * gtk/gtksocket.c
12680         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
12681         appropriate. There must be a cleaner way to handle this?
12682
12683         * gtk/gtkrc.c: Must include windows.h on Win32.
12684
12685         * gtk/testgtk.c: No need to include gdkx.h.
12686
12687         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
12688
12689 1999-12-07  Tor Lillqvist  <tml@iki.fi>
12690
12691         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
12692         the rbearing is set to the same as the width, but this should be
12693         fixed.
12694
12695 1999-12-06  Tor Lillqvist  <tml@iki.fi>
12696
12697         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
12698         function. If Windows doesn't tell us what Unicode subranges a font
12699         covers, guesstimate based on the codepages it covers. This will
12700         hopefully help those Windows versions or fonts that don't give us
12701         any useful Unicode subrange information with GetTextCharsetInfo.
12702         Call this function in gdk_font_load_internal.
12703
12704         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
12705         minor changes.
12706
12707 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
12708
12709         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
12710         New function, long needed.
12711
12712 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
12713
12714         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
12715         only_if_exists argument of gdk_atom_intern to
12716         bool.
12717
12718 1999-11-25  Tor Lillqvist  <tml@iki.fi>
12719
12720         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
12721         Fix two copy&paste errors.
12722
12723         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
12724         win32 has changed.
12725
12726         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
12727         GdkWin32SingleFont struct.
12728
12729         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
12730         subranges of loaded fonts. Clear font signature first, in case
12731         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
12732         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
12733
12734         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
12735         Unoffset clip region.
12736
12737 1999-11-23  Tor Lillqvist  <tml@iki.fi>
12738
12739         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
12740         event->any.window before calling filter functions.
12741
12742 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
12743
12744         * gtk/gtkgamma.h: Adapt cast macros to standard.
12745
12746 [ Merges from 1.2 ]
12747
12748 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
12749
12750         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
12751         If translation does not include a '/', use entire
12752         translation instead of crashing.
12753
12754 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
12755
12756         * docs/gtk_tut.sgml:
12757         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
12758
12759 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
12760
12761         * gtk/gtkselection.c (gtk_target_list_remove): Use
12762         g_list_remove_link, not g_list_remove.
12763
12764         [ From Geert Bevin <gbevin@thunderstorms.org> ]
12765         
12766 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
12767
12768         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
12769         statement upon unselection (how the heck did that slip in?).
12770
12771 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
12772
12773         * gtk/gtktext.c (gtk_text_freeze): 
12774         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
12775         in frozen state (and aparently crashes). patch provided by Anders
12776         Melchiorsen <and@kampsax.dtu.dk>.
12777
12778 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
12779
12780         * fix insensitive default/focus widget activation,
12781         reported by Matt Goodall <mgg@isotek.co.uk>.
12782
12783         * gtk/gtkwindow.c (gtk_window_key_press_event): 
12784         (gtk_window_activate_default):
12785         (gtk_window_activate_focus):
12786         return handled=FALSE for actiavtion of insensitive default
12787         widgets. return handled=TRUE for activation of insensitive
12788         focus widgets. don't activate in either case.
12789
12790 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
12791
12792         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
12793         and $glib_cflags to match library order and in the
12794         theory that an old version of GLib is more likely to
12795         be in the include directory for X then vice-versa.
12796         (Bug #2776)
12797
12798 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
12799
12800         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
12801         to determine the locale for fontsets, not LC_MESSAGES;
12802         the user may want English messages with a handling
12803         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
12804         will still be broken) (Bug #2891)
12805
12806 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
12807
12808         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
12809
12810 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
12811
12812         * gtk/gtkrc.ko: Changed the Korean default fontset.
12813
12814 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
12815
12816         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
12817         where when scrolling to the left or top double exposes
12818         were done, causing major slowdowns.
12819
12820 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
12821
12822         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
12823         names to lowercase and alphanumeric, before looking
12824         them up.
12825
12826         * gtk/Makefile.am: Install codeset variant gtkrc files
12827         with normalized names.
12828
12829 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
12830
12831         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
12832         popup menus when the menu is already visible, but its parent
12833         is still hidden, (happens after tornoff window got hidden).
12834
12835 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
12836
12837         * gtk/Makefile.am (install-data-local): Fix
12838         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
12839         deleted, causing error messages on install.
12840
12841 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
12842
12843         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
12844         the handle as well, since we now sometimes ignore
12845         exposes on the handle while resizing.
12846
12847 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
12848
12849         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
12850         extra g_free introduced in one of the last one or two 
12851         commits.
12852
12853 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
12854
12855         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
12856         consistent, put each style that a gtkrc.* file creates
12857         in a unique namespace, remove old files before installing.
12858
12859 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
12860
12861         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
12862         gtk_rc_init is called multiple times. (Yes, people who
12863         do that have bugs in their code.)
12864
12865 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
12866
12867         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
12868         Remove it since it's generated by the Makefile anyway
12869
12870 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
12871
12872         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
12873         device->info.axes for core pointer.
12874
12875 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
12876
12877         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
12878         idle_id, to deal with obsolete, broken C libraries.
12879
12880 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
12881
12882         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
12883         allocation->x/y twice!
12884
12885         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
12886         consistent with gtk_vscale_pos_trough().
12887
12888 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
12889
12890         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
12891         be queueing a resize on a toplevel container between
12892         the time we show it and when we map it. So, we need
12893         to test GTK_WIDGET_VISIBLE() for toplevels, and only
12894         use GTK_WIDGET_DRAWABLE() for child windows.
12895
12896 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
12897
12898         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
12899         (fixes bug #2144)
12900
12901 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
12902
12903         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
12904         container DRAWABLE (instead of VISIBLE), so we don't queue
12905         resizes on non-toplevel containers.
12906
12907 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
12908
12909         * gtk/gtkselection.[ch]: Make the data argument
12910         const guchar *.
12911
12912 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
12913
12914         * gtk/gtkwindow.c: Try to behave sensibly if 
12915         the focus widget is the window itself. (Should
12916         we allow this at all?)
12917
12918 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
12919
12920         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
12921         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
12922         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
12923         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
12924         in prototypes and implementations consistent (Tomas Ogren).
12925
12926         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
12927         before the widget is unparented (reported by damon).
12928
12929         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
12930         since we provide unsigned data anyways.
12931
12932 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
12933
12934         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
12935         the call to gtk_tooltips_layout_text() until later.
12936
12937         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
12938         Call gtk_widget_ensure_style() before using the style.
12939
12940 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
12941
12942         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
12943         for old widgets that don't propagate draws to all
12944         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
12945
12946 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
12947
12948         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
12949         for a redraw but just the widget that requested the resize.
12950
12951 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
12952
12953         * gtk/gtkcontainer.c: added new widget level method
12954         gtk_container_set_reallocate_redraws() and a GtkContainer flag
12955         reallocate_redraws : 1 to reflect the setting, exported this through
12956         the argument system as a boolean ::reallocate_redraws.
12957
12958         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
12959         on the widget because the allocation changes, do so as well for
12960         widget->parent if the parent has reallocate_redraws set to TRUE.
12961         with that containers requesting reallocation redraws get automatically
12962         redrawn if their children changed allocation (this unfortunately
12963         affects also other children that didn't change allocation, but we
12964         cannot work around that before 1.3).
12965
12966 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
12967
12968         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
12969         _and_ height are >0 (not _or_).
12970
12971         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
12972         instead of gtk_container_queue_resize(), which is a core gtk internal
12973         function (must have been on crack when i queued that).
12974
12975         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
12976         we can check more reliably if we want to discard expose events.
12977         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
12978         flag.
12979         
12980         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
12981         we simply trust these events. for deciding whether to discard exposes,
12982         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
12983         
12984 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
12985
12986         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
12987         queues of areas that are completely off screen.
12988
12989         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
12990         logic for handleboxes.
12991
12992         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
12993         check on width/height.
12994
12995 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
12996
12997         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
12998         we are fine with using $@ the way we do (if we actually encounter
12999         brokeness with $@ in VPATH builds because of additional path prefixes,
13000         we need to use $(@F) actually).
13001
13002 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
13003
13004         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
13005         short lived bugs, that would allow language bindings to do surgeries
13006         to our guts.
13007
13008 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
13009
13010         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
13011         where comparison was being done against an uninitialized
13012         value causing intermittant results depending on
13013         compiler flags. Also make it clearer that we aren't
13014         ever initializing the child as 0x0 (though this will
13015         be caught in gtk_widget_size_allocate())
13016
13017 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
13018
13019         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
13020         gtk_window_unset_transient_for() call after we do checks
13021         involving the old transient parent.
13022         [ From Lance Capser <lmc@cyberhighway.net> ]
13023
13024 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
13025
13026         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
13027         an empty file.
13028
13029 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
13030
13031         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
13032         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
13033
13034 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
13035
13036         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
13037         `$@' is valid only in the build dir, not after we've done 
13038         `cd $srcdir'.  Also use `test -f' instead of less portable
13039         `test -e'.
13040
13041 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
13042
13043         * gtk/gtktext.c (correct_cache_insert): Rewrite
13044          for simplicity, and hopefully correctness.
13045          (Fixes bug #1322, which was a segfault when
13046           on some insertions with the properties around
13047           the insertion set up just wrong.)
13048
13049         * gtk/gtktext.c (gtk_text_adjustment): When we receive
13050          a "changed" signal, clamp the new value to the adjustment
13051          bounds to avoid segfaulting if someone tries to change
13052          the adjustment to a bogus value. (Bug #1795)
13053
13054 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
13055
13056         * gtk/gtkmain.c: Ignore unexpected destroy notifies
13057         for children, for toplevel windows handle them
13058         like delete_event.
13059
13060         * gtk/gtkplug.c: Add an unrealize handler so that
13061         we unref plug->socket_window when we are done
13062         with it.
13063
13064 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
13065
13066         * gtk/gtktext.c (clear_area): Fix stupid signedness
13067          problem that was causing background to sometimes
13068          be misaligned.
13069
13070 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
13071
13072         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
13073         
13074         * gtk/gtkmenu.c (gtk_menu_position): Make
13075          sure we never position menus with negative x, y,
13076          since gtk_widget_set_uposition() can't handle that.
13077
13078         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
13079          Modify the positioning code a bit so that we always
13080          put the top-left corner onscreen. (This is for
13081          UI reasons, gtk_menu_position() now takes care of
13082          gtk_widet_set_uposition() brokeness.)
13083
13084 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
13085
13086         * gtk/Makefile.am: fixed up things for -jx, x > 1.
13087
13088 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
13089
13090         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
13091           RC style that is passed in. The lack of the ref
13092           before was a bug. If people worked around this
13093           bug, this will introduce a slight memory leak
13094           in their code. The code should typically look like:
13095
13096             rc_style = gtk_rc_style_new ();
13097             [...]
13098             gtk_widget_modify_style (widget, rc_style);
13099             gtk_rc_style_unref (rc_style);
13100
13101         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
13102           the style if it was already set.
13103
13104         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
13105           style if it was set before.
13106
13107 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
13108
13109         * gtk/testgtk.c (main): Add a check to see if we
13110           are being run from the correct directory and
13111           to quit nicely if we are not.
13112
13113         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
13114           static.
13115
13116 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
13117
13118         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
13119
13120         * gtk/gtkwindow.c:
13121         queue resizes unconditionally (gtk_widget_queue_resize will figure
13122         what to do if the window is not realized).
13123         (gtk_window_move_resize): only recenter the window
13124         for GTK_WIN_POS_CENTER_ALWAYS.
13125         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
13126         the same way as GTK_WIN_POS_CENTER.
13127
13128 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
13129
13130         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
13131         with (!(info->last_flags & GDK_HINT_POS)) instead of
13132         (!info->last_flags & GDK_HINT_POS).
13133
13134         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
13135         new_height unconditionally, because we use these values even if
13136         !default_size_changed && !hints_changed.
13137         comented the (default_size_changed || hints_changed) case with
13138         respect to resize rejects from the window manager.
13139
13140         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
13141         in the zvt condition hack, since this includes the window hints, set
13142         the hints after the handling_resize case.
13143
13144         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
13145         window is initially shown with to the geometry.
13146
13147 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
13148
13149         * gtk/gtkwindow.c (gtk_window_move_resize):
13150         s/size_changed/default_size_changed/g so i know what's
13151         really going on (frying brain on smaller flame now).
13152
13153 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
13154
13155         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
13156         we have size_changed upon handling_resize. this is a gross
13157         workaround for the broken zvt widget and should be removed in
13158         1.3 again (search for FIXME).
13159         Owen provided an accurate comment for this:
13160
13161         /* We could be here for two reasons
13162          *  1) We coincidentally got a resize while handling
13163          *     another resize.
13164          *  2) Our computation of size_changed was completely
13165          *     screwed up, probably because one of our children
13166          *     is broken. It's probably a zvt widget.
13167          *
13168          * For 1), we could just go ahead and ask for the
13169          * new size right now, but doing that for 2)
13170          * might well be fighting the user (and can even
13171          * trigger a loop). Since we really don't want to
13172          * do that, we requeue a resize in hopes that
13173          * by the time it gets handled, the child has seen
13174          * the light and is willing to go along with the
13175          * new size. (this happens for the zvt widget, since
13176          * the size_allocate() above will have stored the
13177          * requisition corresponding to the new size in the
13178          * zvt widget)
13179          *
13180          * This doesn't buy us anything for 1), but it shouldn't
13181          * hurt us too badly, since it is what would have
13182          * happened if we had gotten the configure event before
13183          * the new size had been set.
13184          */
13185
13186 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
13187
13188         * gtk/gtkrc.c: deal properly with the fact that RC
13189           style lists may include rc styles more than once.
13190
13191         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
13192           unused static function.
13193
13194         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
13195           stack of directories of RC files currently being
13196           parsed and implicitely add them to pixmap path.
13197           
13198           This fixes a bug where the directory would get
13199           appended then overwritten by pixmap_path declarations.
13200
13201           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
13202
13203         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
13204           theme's exit function. (Patch from Peter Wainwright,
13205           bug #1454)
13206
13207         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
13208           Add a destroy() handler to take care of removing
13209           group for menu item. (Fixes bug #1197)
13210
13211         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
13212           in warning message.
13213
13214 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
13215
13216         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
13217         roundtrip to figure window's width and height, since we know that
13218         anyways from widget->allocation.
13219
13220 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
13221
13222         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
13223           the hints after we request the new size.
13224
13225 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
13226
13227         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
13228           GTK_WIDGET_REALIZED() assertion - we can compute the
13229           hints before we are realized.
13230
13231         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
13232           hint changing so that we have a value of hints_changed
13233           when we decide whether to constrain the window size.
13234
13235         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
13236
13237         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
13238         change back to G_MAXINT.
13239
13240 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
13241
13242         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
13243         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
13244         contain uncluttered values.
13245         (gtk_window_compute_hints): simply assert that window is realized
13246         and that geometry_info is valid, since we rely on this anyways.
13247         (gtk_window_constrain_size): major cleanups to the code.
13248         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
13249         for the base size, instead of the minimums. use 32767 as max width
13250         and height (like in gtkwindow.c) instead of G_MAXINT.
13251
13252 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
13253
13254         * cleaned up the GtkContainer.need_resize flag handling mess, we
13255         only need to force resize requests when we were prematurely
13256         realized, or our widget tree was modified when we were temporarily
13257         hidden. handling these cases directly upon showing the window (i.e.
13258         while the GdkWindow is still unmapped) avoids the need to wait for
13259         a configure event response and therefore makes the GUI more snappier
13260         and avoids blank windows during the roundtrip.
13261
13262         * gtk/gtkwidget.c:
13263         (gtk_widget_hide): 
13264         (gtk_widget_show): don't queue resizes on toplevels, they know how
13265         to deal with matters.
13266
13267         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
13268         flag directly for not visible resize containers and spare us unecessary
13269         signal emissions.
13270
13271         * gtk/gtkwindow.c:
13272         (gtk_window_realize): if we need to enforce premature size allocation,
13273         queue a container resize so we are correctly resized later on.
13274         (gtk_window_init):
13275         (gtk_window_size_request):
13276         don't freak around with the ->need_resize flag,
13277         gtk_container_queue_resize() will care about that.
13278         (gtk_window_show):
13279         handle initial resizing issues here, we can handle matters better in
13280         this place, especially since we know that our GdkWindow is still
13281         unmapped.
13282         (gtk_window_move_resize):
13283         don't care about ->need_resize at all.
13284         handle size changes properly that occoured while we waited for a
13285         configure event.
13286
13287 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
13288
13289         * gtk/gtkwidget.c (gtk_widget_set_uposition):
13290         * gtk/gtkwindow.[hc] (gtk_window_reposition):
13291         Move the hint setting code from gtk_widget_set_uposition
13292         to here; set the hints so that we respect any previously
13293         set geometry hints.
13294
13295         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
13296         change the window hints here or move the window here,
13297         let that happen in gtk_window_move_resize().
13298
13299 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
13300
13301         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
13302         to already queued resizes (and therefore redraws) on a widget, check
13303         its anchestry as well.
13304
13305         * gtk/gtkcontainer.c:
13306         (gtk_container_queue_resize): clear resize widgets for resize
13307         containers before aborting prematurely. this is especially important
13308         for toplevels which may need imemdiate processing or their resize
13309         handler to be queued.
13310         (gtk_container_dequeue_resize_handler): added new internal function for
13311         gtkwindow.c.
13312
13313         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
13314         configure event, take possible changes in window position into account
13315         as well.
13316         if we request a new window size, queue up a resize handler that will
13317         last until the configure event response arrives.
13318         combined the ->need_resize case (initial show) with the general size
13319         (hints) changed case and added even more comments.
13320         if !auto_shrink, only revert to the old allocation if the new size
13321         is smaller than the current allocation.
13322
13323 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
13324
13325         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
13326                            gtk_window_set_geometry_hints
13327                            gtk_window_set_default_size):
13328         When hints are set, queue a resize so that the hints will
13329         be eventually reset on the toplevel.
13330
13331         * gtk/gtkwindow.c (gtk_window_show): Use
13332         gtk_window_compute_default_size(). Clear the need_resize flag
13333         on the initail map so that we don't unnecessarily trigger the
13334         resize code.
13335
13336         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
13337         into separate functions. Compare the hints we are setting
13338         with what we set last time so that we can accurately
13339         tell when we need to reset the hints.
13340
13341         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
13342         function to figure out the size from requisition
13343         and default_size.
13344
13345         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
13346         from fvwm to constrain a size to the geometry hints.
13347
13348         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
13349         to compare two sets of geometry hints.
13350
13351         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
13352         from gtk_window_set_hints(), just compute the hints,
13353         don't set them.
13354
13355         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
13356         code from gtk_window_move_resize() to separate function,
13357         rationalize a bit.
13358
13359 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
13360
13361         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
13362         structure into a new private structure.
13363
13364         * gtkrc.c: Split GtkRcStyle into public/private.
13365         In the private part, add a list of pointers to the
13366         RcStyle lists this RcStyle participates in.
13367
13368         * gtkrc.c: When a RcStyle is free, remove all
13369         lists referencing it from the 
13370         realized_style_ht hash, and free those lists.
13371         
13372         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
13373         gtk_rc_init(), since that adds the default styles
13374         to the list of parsed RC files again.
13375
13376         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
13377         
13378 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
13379
13380         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
13381         checks that ensure that a widget's allocation is at least 1 in width
13382         and height. (GNOME note: this doesn't affect old panel code anymore,
13383         because GtkSocket will request width and height of at least 1 since
13384         Fri Jul 23).
13385
13386         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
13387         allocated yet (happens if the user realizes the window prematurely),
13388         size request and allocate it.
13389         (gtk_window_size_allocate): guard against guint underflows.
13390
13391 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
13392
13393         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
13394         in gtk_built_sources, so gtk.defs gets built prior to all other
13395         sources.
13396
13397 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
13398
13399         * gtk/Makefile.am:
13400         invoke indent on gtkmarshal.*. 
13401         rewrote source generation rules, use COPYING as oldest source tag for
13402         a piggyback rule to generate all sources from (don't touch it ;).
13403         major cleanups, strip spaces on build rules for GNU Make.
13404
13405         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
13406         source and target files from commandline arguments. don't invoke indent.
13407
13408 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
13409
13410         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
13411         notebook after switch to avoid drawing problems.
13412         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
13413         
13414         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
13415         show them instead. 
13416         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
13417
13418 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
13419
13420         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
13421         notebook after switch to avoid drawing problems.
13422         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
13423         
13424         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
13425         show them instead. 
13426         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
13427
13428 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
13429
13430         * gtk/gtkwindow.c:
13431         we use window->need_resize from configure_event now, to indicate that
13432         the gtkwindow should keep its allocation (e.g. because the user resized
13433         the window through window manager handles). resize_count is now reliably
13434         used to figure whether we got the allocation we requested from the
13435         window manager.
13436         configure events get queued as resizes now, the real stuff (size
13437         computation and allocation) now only goes on in gtk_window_move_resize().
13438         GtkWindow's requisition now contains its *real* requisition (like all
13439         other widgets), *not* taking usize into account.
13440         geometry_info->last_{width|height} is now updated from set_hints() only
13441         so it always contains the last hints we set for the window manager.
13442         made some event handlers return TRUE instead of FALSE.
13443         the overall code should be much more straight forward now, and the
13444         significant code portions are accompanied by comments now.
13445         (gtk_window_set_hints):
13446         removed requisition argument and made it
13447         fetch the requisition through gtk_widget_get_child_requisition.
13448         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
13449         does that now.
13450         (gtk_window_show):
13451         ensure that the widget is realized before calling 
13452         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
13453         ensure that we got properly size requested and allocated before
13454         realization.
13455         (gtk_window_configure_event):
13456         ignore plain window moves, or reallocate the widget tree through the
13457         resize queue otherwise.
13458         (gtk_window_move_resize):
13459         mostly rewrote this function to figure window manager hints more
13460         reliably, coalesce window moves and resizes to reduce configure events
13461         and do actuall size allocations.
13462
13463 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
13464
13465         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
13466         that have a resize pending, because a redraw is already queued for them.
13467
13468         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
13469         hack to clear resize_widgets.
13470
13471         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
13472         for resize containers prior to size allocation. (this is also a bit
13473         ugly, but avoids side effects for stopped emissions and is thus more
13474         reliable).
13475         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
13476
13477         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
13478         function from gtk_tooltips_expose, as we connect to ::expose_event
13479         *and* ::draw now.
13480
13481 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
13482
13483         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
13484         checks.
13485         (gtk_target_list_unref): Likewise.
13486
13487         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
13488
13489 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
13490
13491         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
13492         guard against division by zero. (Fixes bug #1339)
13493
13494 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
13495
13496         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
13497         Prevent the trivial leak of information of allowing
13498         word motion when the entry is not visible.
13499
13500 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
13501
13502         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
13503         modality to error dialog as well as confirmation dialogs.
13504         (Bug #1803, reported by Rosanna Wing Sze Yuen)
13505
13506 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
13507
13508         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
13509         tree->view_lines.
13510         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
13511
13512         * gtk/Makefile.am (install-data-local): Solaris apparently
13513         has various troubles with ln -f; use rm first instead.
13514         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
13515
13516 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
13517
13518         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
13519         use `cp' followed by `rm' (the `rm' was already there).
13520
13521 July 30, 1999 Elliot Lee <sopwith@redhat.com>
13522         
13523         * configure.in: Fix autoconf warnings about cross compilation by
13524         trying to provide sane defaults for AC_TRY_RUN.
13525         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
13526         put them into $(srcdir) when generated. Also add a dependency of
13527         gtksignal.h on gtkmarshal.h for -j builds. 
13528         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
13529
13530 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
13531
13532         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
13533         GDK_THREADS_{LEAVE,ENTER} pair.
13534         (From Paul Fisher <pnfisher@redhat.com>)
13535
13536 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
13537
13538         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
13539         width and height are always >0 (owen).
13540
13541 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
13542
13543         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
13544         change that assured that a widget's allocated with and height are
13545         always >1, since this breaks *buggy* panel code. unfortunately this
13546         back-breaks the gimp's color selector.
13547
13548         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
13549         allocation is always >0 in width and height, before sending the
13550         configure event; this is a *gross* hack to get the gimp back to work.
13551         
13552         * marked both cases with TODO-1.3
13553
13554 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
13555
13556         * gtk/gtktext.c: Don't display wrap indicators when
13557         text is not editable and word wrap is on.
13558
13559 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
13560
13561         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
13562         option menus here as they are not derived from menu shell, assure that
13563         the option menu has a menu we can add items to.
13564
13565 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
13566
13567         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
13568         width/height to (gint) before calculations and check against < 0 to
13569         avoid guint wraparounds.
13570
13571 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
13572
13573         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
13574         width and height is never zero. sanity check both dimensions against
13575         32767 and issue a warning if the allocation is greater than that.
13576
13577 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
13578
13579         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
13580         to g_main_pending() as well.
13581
13582 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
13583
13584         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
13585         call to g_main_iteration() - since that will regrab
13586         GTK+ lock to process events.
13587
13588 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
13589
13590         * gtk/gtkwindow.c
13591         - Regularize with the rest of GTK+ by making widget->requisition
13592           not reflect the set_usize()
13593         - Always recompute geometry hints, then check if they
13594           changed before sending them to the X server. The
13595           previous checks for changes would fail in a number
13596           of circumstances. 
13597
13598 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
13599
13600         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
13601
13602 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
13603
13604         * gtk/gtkdnd.c:
13605         - Code cleanups
13606         - Instantaneously update on modifier key presses
13607         - Allow cancellation of the drag with Escape.
13608
13609 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
13610
13611         * gtk/testgtk.c (create_handle_box): Set the policy
13612         to auto_shrink - otherwise the appearance is rather
13613         strange when flipping between horizontal and vertical.
13614
13615 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
13616
13617         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
13618         (gtk_window_set_default_size): don't change a value if it's < 0.
13619         queue a resize.
13620
13621 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
13622
13623         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
13624
13625 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
13626
13627         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
13628         add an extra "/" when concating "/" + filename.
13629         (From Matt Grossman <mattg@oz.net>)
13630
13631 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
13632
13633         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
13634         for fg_gc if we set it for drawing pixmap.
13635
13636 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
13637
13638         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
13639         
13640         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
13641         already set, call old engine's destroy function and
13642         unref the old engine.
13643
13644 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
13645
13646         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
13647
13648 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
13649
13650         * gtk/gtkaccelgroup.h: mark certain functions as internal.
13651
13652 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
13653
13654         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
13655         expand behaviour changed.
13656
13657         * gtk/gtklabel.c (gtk_label_set_pattern):
13658         (gtk_label_set_justify):
13659         (gtk_label_set_line_wrap):
13660         don't bother invoking queue_clear, the reallocation does
13661         that for us, always free_words so the upcoming resize will
13662         relayout the label's contents.
13663
13664 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
13665
13666         * applied argument implementation patches from Elena Devdariani
13667         <elena@cogent.ca>.
13668
13669         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
13670         ::space_style, ::relief
13671         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
13672         * gtk/gtkpreview.c: ::expand
13673         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
13674         * gtk/gtknotebook.c: ::homogeneous
13675         * gtk/gtklabel.c: ::wrap
13676         * gtk/gtklist.c: ::selection_mode
13677         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
13678         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
13679         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
13680         * gtk/gtkclist.c: ::sort_type
13681         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
13682         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
13683
13684 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
13685
13686         * gtk/gtkstyle.c: Removed ill-thought-out part of last
13687         comment.
13688
13689 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
13690
13691         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
13692         counting right when we have to attach a new style
13693         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
13694
13695         * gtk/gtkstyle.c: Documented the refcounting
13696         peculularities of gtk_style_attach.
13697
13698 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
13699
13700         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
13701         window types.
13702
13703         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
13704         of GTK_TOPLEVEL for creating the window.
13705
13706 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
13707
13708         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
13709         the last argument (reported by Per Winkvist).
13710         
13711 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
13712
13713         Fixes for invisible XOR lines (Frank Loemker
13714         <floemker@TechFak.Uni-Bielefeld.DE>)
13715         
13716         * gtk/gtkclist.c (gtk_clist_realize): Always use
13717         a non-zero pixel for GDK_XOR.
13718
13719         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
13720         Use GDK_INVERT instead of GDK_XOR.
13721
13722 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
13723
13724         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
13725         signals if h/voffsets differ from adjustment values.
13726         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
13727
13728 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
13729
13730         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
13731         ::selection-done emissions up to the topmost menu shell.
13732
13733 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
13734
13735         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
13736         the user data on the window before destroying it.
13737
13738         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
13739         unrealize handler to take care of destroying 
13740         notebook->panel properly. 
13741         (Bug #1198 - Morten Welinder <terra@diku.dk>)
13742
13743         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
13744         of g_new and g_realloc to stop memory leak. (Actually,
13745         we could just use g_realloc(), but I'm not 100% sure
13746         that is portable).
13747         (Bug #1196 - Morten Welinder <terra@diku.dk>)
13748
13749 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
13750
13751         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
13752
13753         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
13754         for fontsets.
13755
13756         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
13757         with bin/button confusion.
13758
13759 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
13760
13761         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
13762         and show how preselection of radio items is done.
13763
13764 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
13765
13766         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
13767         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
13768         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
13769         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
13770         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
13771         * gtk/gtktable.c (gtk_table_attach): 
13772         * gtk/gtklist.c (gtk_list_insert_items): 
13773         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
13774         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
13775         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
13776         * gtk/gtkbin.c (gtk_bin_add): 
13777         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
13778         * gtk/gtkfixed.c (gtk_fixed_put): 
13779         * gtk/gtklayout.c (gtk_layout_put):
13780         general fixups to container_add logic. always realize child if
13781         child->parent is realized, only map the child and queue a resize
13782         if child and child->parent are both visible.
13783
13784 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
13785
13786         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
13787         instead of gtk_container_foreach to walk and unrealize children, so
13788         composite children get also unrealized.
13789         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
13790         (gtk_widget_map): assert that the widget is visible (basic constrain).
13791         (gtk_widget_real_map): assert that the widget is realized (basic
13792         constrain).
13793
13794 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
13795
13796         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
13797
13798 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
13799
13800         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
13801         file for iso-8859-2 locales.
13802
13803         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
13804
13805 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
13806
13807         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
13808          (Pointed out by andy@rz.uni-karlsruhe.de and others).
13809          Remove some suspicious and useless lines. 
13810
13811 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
13812
13813         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
13814         width,height = 0, 0 to mean - here to edge of window,
13815         instead of -1, -1, since the former is all we support.
13816
13817 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
13818
13819         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
13820         when removing from quit_functions list.
13821
13822 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
13823
13824         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
13825
13826 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
13827
13828         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
13829          When redrawing characters on non-visible entry, use appropriate
13830          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
13831
13832 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
13833
13834         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
13835         from drag coordinates.
13836         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
13837         use drag_dest_cell.
13838
13839         * gtk/gtktree (drag_dest_cell)
13840         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
13841         (Bug #1129)
13842
13843 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
13844
13845         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
13846         translate_* fields.
13847         (gtk_item_factory_finalize): invoke translate_notify independant from
13848         translate_data.
13849         (gtk_item_factory_set_translate_func): likewise.
13850         (gtk_item_factory_destroy): only remove ifactory pointer from those
13851         widgets that belong to us (stupid me).
13852
13853 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
13854
13855         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
13856         rc_style list when lookup succeeeds.
13857
13858 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
13859
13860         * gtk/gtkctree.c (resync_selection): 
13861         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
13862         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
13863         bug.
13864
13865 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
13866
13867         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
13868         Add some missing GDK_THREADS_ENTER()/LEAVE around
13869         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
13870
13871 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
13872
13873         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
13874         rather than emit_by_name.
13875
13876         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
13877         on the widget across multiple signal emissions.
13878         (gtk_editable_delete_text): same here.
13879         (gtk_editable_class_init): set widget_class->activate_signal after
13880         editable_signals[ACTIVATE] has been created.
13881
13882 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
13883
13884         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
13885         position here prematurely -- we might not have the
13886         right ->min_position and ->max_position yet.
13887
13888 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
13889
13890         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
13891         Add error traps so if the other end of the connection
13892         dies, we survive.
13893
13894         * gtk/gtkselection.c (gtk_selection_notify): Clean
13895         up properly when selection property retrieval fails.
13896         
13897         * gtk/gtkselection.c (gtk_selection_request): Correctly
13898         reject SelectionRequest notifies where the handler
13899         returns no data.
13900
13901 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
13902
13903         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
13904         when we've previously highlighted.
13905
13906         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
13907         emit two "drag_leave" signals for Motif drops.
13908
13909         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
13910         back the correct status messages when dropping from
13911         Motif onto a proxy window that is rejecting the
13912         drop.
13913
13914 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
13915
13916         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
13917         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
13918         to compare two argument values. added gtk_arg_to_valueloc() to set a
13919         variable from an arg through its location (pointer).
13920
13921         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
13922         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
13923         as gfloat*, uchars are collected as guchar*, ints are collected as
13924         gint*, etc...
13925
13926 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
13927
13928         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
13929         Include <string.h> instead of <strings.h>.
13930
13931         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
13932         (actually, a lot more duplicate includes occur if
13933          you trace through the sequence of #include's)
13934         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
13935         
13936 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
13937
13938         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
13939         gtk-a-higuti-990322-[0-3]
13940
13941         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
13942         that was causing -DX_LOCALE not to work.
13943
13944         * gtk/gtkrc.c (gtk_rc_init):
13945         X_LOCALE will never have LC_MESSAGES defined
13946
13947 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
13948
13949         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
13950         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
13951
13952         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
13953         left/right as well (gtk-michael-980726-0.patch.gz).
13954
13955         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
13956         for pointer values, use gchar instead of char. fixed uline allocation
13957         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
13958         chunks instead of G_ALLOC_ONLY.
13959         (gtk_label_size_request): always alter requisition as passed and leave
13960         widget->requisition alone.
13961         (gtk_label_set_text): allow NULL strings.
13962         (gtk_label_new): likewise.
13963
13964 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
13965
13966         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
13967
13968 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
13969
13970         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
13971         *and* mapped (i.e. drawable).
13972         (gtk_bin_expose): only send exposes to drawable children.
13973
13974         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
13975         (gtk_box_expose): only send exposes to drawable children.
13976
13977         * gtk/gtkhscale.c (gtk_hscale_draw): 
13978         * gtk/gtkvscale.c (gtk_vscale_draw):
13979         hm, this is an ugly one. we first compute the size of our trough area
13980         here (window relative) and then check intersection with the draw_area
13981         which is parent relative because we're a NO_WINDOW widget, so we need
13982         to offset the trough area by allocation.x and allocation.y before the
13983         check. (this must not be done for the background area though, since
13984         that's already computed parent relative).
13985
13986 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
13987
13988         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
13989         unrealize title buttons.
13990
13991 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
13992
13993         * gtk/gtkclist.c (gtk_clist_column_title_passive)
13994         (gtk_clist_column_title_active): 
13995         only connect/disconnect to GtkWidgetClass::event to block mouse events.
13996
13997         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
13998         zero initialize event, removed superfluous gdk_window_get_pointer call
13999
14000         * gtk/gtklist.c (gtk_list_vertical_timeout)
14001         (gtk_list_horizontal_timeout): removed superfluous
14002         gdk_window_get_pointer call
14003
14004 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
14005
14006         * plugging problems reported by "Bruce Mitchener, Jr."
14007         <bruce@puremagic.com> due to a purify session.
14008
14009         * gtk/gtkstyle.c:
14010         (gtk_style_ref): 
14011         (gtk_style_unref): assert ref_count to be > 0.
14012
14013         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
14014         the requisition.
14015         (gtk_clist_set_shift): likewise.
14016
14017         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
14018         adjustments.
14019
14020         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
14021         event before sending it and set send_event to TRUE (which needs to
14022         be done for *all* synthesized events).
14023         (gtk_list_vertical_timeout): likewise.
14024
14025         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
14026         leaks.
14027
14028         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
14029         to TRUE when synthesizing events.
14030
14031 [ *** end of merges from 1.2 *** ]      
14032         
14033 1999-11-21  Tor Lillqvist  <tml@iki.fi>
14034
14035         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
14036         (or copied from gdkconfig.h.win32 on Win32, sigh).
14037
14038         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
14039
14040         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
14041
14042         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
14043
14044         * gdk/gdkconfig.h.win32: New file.
14045
14046         * gdk/win32/makefile.cygwin: Build just a static archive here.
14047
14048         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
14049         for the DLL from the static archive built above.
14050
14051         * gdk/gdk.def: Moved here from the win32 subdirectory.
14052
14053         * gdk/win32/*: Adapt for the changed private struct organisation.
14054
14055         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
14056
14057 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
14058
14059         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
14060         for wheel mice (buttons 4 and 5).
14061
14062 1999-11-18  Tor Lillqvist  <tml@iki.fi>
14063
14064         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
14065         drawables use just the pixel field in the foreground and
14066         background GdkColor of the GdkGC.
14067
14068         gdk_gc_set_{fore,back}ground() are called in the GIMP with
14069         GdkColors containing uninitialized (red,green,blue) fields, and
14070         just the pixel field filled in, and furthermore in the
14071         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
14072         It thus turns out that we really don't need to have the full
14073         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
14074         it later to have just the pixel values.
14075
14076 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
14077
14078         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
14079
14080 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
14081
14082         * docs/gtkfaq.sgml: threads example from Erik Mouw.
14083         New question on GtkLabel background colors.
14084
14085         * docs/gtk_tut.sgml:
14086           - Correct the example code callback
14087             function definitions.
14088           - Update the gtkdial example code, from Frans van Schaik.
14089           - Update setselection.c to current API.
14090
14091         * examples/Makefile examples/*/*.c: Update to code
14092         listed in tutorial.
14093
14094 1999-11-10  Tor Lillqvist  <tml@iki.fi>
14095
14096         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
14097         subrange table (from the "Developing International Software for
14098         WIndows 95 and Windows NT" book) was missing the Hangul syllable
14099         block... Get the loaded font's charset correctly.
14100
14101         (Note that this, and the other *-win32.c files, still really are
14102         the old ones, the win32 subdirectory is not ready for compilation
14103         yet after the reorg.)
14104
14105 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
14106
14107         * gtk/gtkclist.c: Fix off-by-one bug in parameter
14108         check.
14109
14110 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
14111
14112         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
14113         on results of XQueryDeviceState().
14114
14115 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
14116
14117         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
14118         we need to accesss only ->children. We need an accessor
14119         for the children.
14120
14121         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
14122         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
14123         to get rid of gdkx.h include.
14124         
14125         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
14126         and random references to 'None'.
14127
14128         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
14129         Get rid of unused #include <gdk/gdkx.h>
14130
14131         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
14132         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
14133         gdkconfig.h.
14134
14135 1999-11-08  Tor Lillqvist  <tml@iki.fi>
14136
14137         * gdk/win32/gdkdraw.c
14138         * gdk/win32/gdkfont.c
14139         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
14140         following yesterday's changes. (Unrelated to Owen's reorg.)
14141
14142 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
14143
14144         * gdk/x11/gdkinput-gxi.c: Add missing include,
14145           fix GdkWindowPrivate => GdkDrawablePrivate.
14146
14147         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
14148
14149         * gdk/x11/Makefile.am (xinput_sources): Add missing
14150         backslash to fix building with --with-xinput=none
14151
14152 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
14153
14154         Move all X specific code into the x11/ directory.
14155         Aside from shuffling things around, did the following:
14156
14157        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
14158          gdk_arg_context_* - a simple argument parsing system
14159          in the style of popt.
14160
14161        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
14162          gdk/x11/gdkprivate-x11.h:
14163          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
14164          add ->klass and ->klass_data fields. The klass_data
14165          field points to an auxilliary structure that is
14166          windowing system dependent.
14167
14168        * gdk/gdkfont.c: Make most of the measurement functions
14169          simply wrappers around gdk_text_extents().
14170
14171        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
14172          _gdk_font_strlen() function that hides the weird
14173          behavior in gtk+-1.[02] where a string is interpreted
14174          differently for 8-bit and 16-bit fonts.
14175
14176        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
14177          to store common code for synthesizing double/triple
14178          press events.
14179         
14180        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
14181          Make all the function that modify an existing GC
14182          simply wrappers around gdk_gc_set_values().
14183          
14184        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
14185          for throwing out later.
14186
14187        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
14188          GdkImagePrivate and GdkColormapPrivate to have a
14189          windowing system dependent part (GdkFontPrivateX etc.)
14190          that "derives" from the system-independent part.
14191
14192        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
14193          Got rid of the included-source-files for XInput in
14194          favor of automake conditionals. (Which didn't exist
14195          when XInput support was originally added.)
14196
14197        * gdk/gdkrgb.c: Remove the visual id from the debugging
14198          statements since that is X11 specific; print out
14199          type/depth info instead.
14200          
14201
14202 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
14203
14204         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
14205         loading duplicates of hashed fonts.
14206
14207         * gdk/gdk.c (gdk_keysym_convert_case): rename
14208         gdk_XConvertCase to gdk_keysym_convert_case, allow
14209         results to be NULL in the GTK+ style.
14210
14211         * gdk/gdkcompat.h: Started compatibility header
14212         for renames.
14213
14214 1999-11-07  Tor Lillqvist  <tml@iki.fi>
14215
14216         * gdk/win32/gdkprivate.h: New font private structures, related to
14217         fontsets.
14218
14219         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
14220         gdk_font_list_free(). On X11, will just be wrappers to
14221         XListFonts() and XFreeFontNames(). On Win32, the code previously
14222         in gtkfontsel.c is now here.
14223
14224         New function gdk_font_xlfd_create(). On X11 will get the FONT
14225         property of the font (for GDK_FONT_FONTs), or call
14226         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
14227         builds a XLFD style name from the font information in the LOGFONT
14228         struct(s).
14229
14230         New function gdk_font_xlfd_free(), which correspondingly frees the
14231         string returned by gdk_font_xlfd_create().
14232
14233         Implement fontsets on Win32. Add a function that iterates over a
14234         wide char string and calls a callback function for each substring
14235         of wide chars from the same Unicode subrange (and thus probably
14236         available in the same real font).
14237
14238         Improve the XLFD emulation a bit.
14239
14240         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
14241
14242         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
14243         Beta3, WM_IME_CHAR messages don't seem to contain the composed
14244         multi-byte char as with the Active IMM on Win9x. Oh well, handle
14245         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
14246         ImmGetCompositionStringW() to get the composed Unicode chars.
14247
14248         * gdk/win32/gdkgc.c
14249         * gdk/win32/gdkdraw.c: Changes needed because of the font private
14250         struct changes.
14251
14252         * gdk/win32/gdk.def: Add the new functions.
14253
14254 1999-11-04  Tor Lillqvist  <tml@iki.fi>
14255
14256         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
14257         get the Platform SDK to get <dimm.h>.
14258
14259         * gdk/win32/gdkevents.c: More event handling fixes and
14260         simplification. Never generate motion events with is_hint true. We
14261         used to do that on bogus grounds earlier. Windows sends
14262         WM_MOUSEMOVE messages on button events even if the mouse hasn't
14263         moved, ignore these.
14264
14265         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
14266
14267         * gdk/win32/gdkglobals.c
14268         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
14269         the TrackMouseEvent function, and use it.
14270
14271         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
14272         char before calling WideCharToMultiByte in order to get a string
14273         for the window title.
14274
14275         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
14276
14277         * gdk/win32/gdk.def: Remove obsolete functions.
14278
14279         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
14280         /nodefaultlib and /defaultlib switches.
14281
14282         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
14283
14284 1999-10-31  Tor Lillqvist  <tml@iki.fi>
14285
14286         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
14287         EuroSign).
14288
14289         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
14290         same type as GdkWChar, especially on Win32.
14291
14292         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
14293
14294         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
14295         before passing to Windows GDI for drawing etc. Convert to the
14296         system default codepage before passing to Windows as window
14297         titles.
14298
14299         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
14300         support changing input locale on the fly.
14301
14302         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
14303         on-the-fly changes. Convert incoming characters from the current
14304         codepage to Unicode (and then to a UTF-8 multi-byte string) based
14305         on the current input language. Use keysym<->Unicode mapping tables
14306         and functions borrowed from xterm sources.
14307
14308         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
14309         editions of Win9x, use the ActiveX-based Active IMM (Input Method
14310         Manager) if available. IMEs and the Active IMM are available under
14311         the disguise of Chinese, Korean and Japanese support for IE and
14312         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
14313         support is present in all editions (as long as you install it).
14314
14315         Call DispatchMessage from gdk_events_queue() (and thus
14316         gdk_WindowProc()), instead of duplicating the code in
14317         gdk_WindowProc().
14318
14319         Reworked the grab handling and propagation code, factored out
14320         duplicated code snippets into separate functions. Other cleanups,
14321         too.
14322
14323         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
14324         the <dimm.h> header describing the Active IMM.
14325
14326         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
14327         just do the same as for "single" fonts.
14328
14329         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
14330         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
14331         the new keysyms from gdkkeysyms.h.
14332
14333         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
14334         fontset, so that gtkentry uses wide characters.
14335
14336         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
14337         GTk+'s system directory "gtk+", not "gtk".
14338
14339 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
14340
14341         * docs/gtkfaq.sgml: FAQ update
14342
14343 1999-10-21  Tor Lillqvist  <tml@iki.fi>
14344
14345         * gdk/win32/gdkprivate.h: Add more font private data.
14346
14347         * gdk/win32/gdkfont.c
14348         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
14349         fonts and strings. Now works much better. You still have to
14350         have a correct font selected, though. No fontset emulation yet.
14351
14352 1999-10-19  Tor Lillqvist  <tml@iki.fi>
14353
14354         * gtk/maketypes.awk: Use G_OS_WIN32.
14355
14356         * gtk/gtk.def: Add some missing entry points. Also some non-public
14357         ones, but PyGTK porter claims to need them.
14358
14359         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
14360         built-in type generation.
14361
14362 1999-10-14  Tor Lillqvist  <tml@iki.fi>
14363
14364         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
14365         GDK_FONT_FONT fonts (which is all we have for now, we don't
14366         emulate fontsets). The X11 version uses plain XDrawString in that
14367         case, too. The string passed to gdk_draw_text_wc seems to be in
14368         fact (at least, when used by gtkentry and gtktext) either in a
14369         single-byte charset, or a DBCS. Not Unicode.
14370
14371         This fixes the problem in gtkfontsel, where even if you had
14372         selected a font with a non-Latin1 charset (windows-greek, for
14373         instance), the preview still used Latin-1 glyphs.
14374
14375         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
14376         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
14377         (gdk_font_load): Recognize the demibold etc weights, even if we
14378         don't have the corresponding constants in the headers.
14379         (gdk_font_hash_insert): Use same hash mechanism as in the X11
14380         version. Should save font resources a bit, when we don't have
14381         multiple HFONTs for the same font.
14382
14383         * gdk/win32/gdkprivate.h: Add the names field as in the X11
14384         version.
14385
14386 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
14387
14388         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
14389         X values
14390
14391 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
14392
14393         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
14394         layout support (as mentioned on
14395         http://www.jcinteractive.com/gnome-ui/software/widgets/)
14396
14397 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
14398
14399         * gtk/fnmatch.c
14400         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
14401
14402 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
14403
14404         * configure.in (ALL_LINGUAS): Added Galician (gl)
14405
14406 1999-10-05  Tor Lillqvist  <tml@iki.fi>
14407
14408         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
14409
14410         * gdk/win32/gdkcompat.c: New file, actually provide an
14411         implementation for the deprecated functions. (Just temporarily.)
14412
14413         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
14414
14415         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
14416
14417         * gdk/win32/gdk.def gtk/gtk.def: Updates.
14418
14419 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
14420
14421         * configure.in: Added "uk" to ALL_LINGUAS.
14422         
14423 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
14424
14425         * configure.in: correct checking for BeOS check
14426
14427         * gdk/gdktypes.h
14428         * gtk/fnmatch.c
14429         * gtk/gtkfilesel.c
14430         * gtk/gtkitemfactory.c
14431         * gtk/gtkmain.[ch]
14432         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
14433
14434 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
14435
14436         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
14437         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
14438         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
14439         by Bulgarian). 
14440
14441 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
14442
14443         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
14444         Fix a reference to window_private->destroyed.   
14445
14446         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
14447         (ugly) setting of an internal GdkWindow member to use
14448         a _slightly_ cleaner macro.
14449
14450         * gdk/gdkprivate.h: Split GdkWindowPrivate into
14451         GdkDrawablePrivate and GdkWindowPrivate.
14452         Add extra macros for accessing GDK_DRAWABLE_ components.
14453
14454         * *.[ch]: Massive adjustments for the above, use the
14455         new macros in a lot of places.
14456
14457 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
14458
14459         * gdk/gdktypes.h: Make GdkDrawable the base type,
14460         not GdkWindow.
14461
14462 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
14463
14464         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
14465
14466 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
14467
14468         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
14469
14470 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
14471
14472         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
14473         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
14474
14475         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
14476
14477         * docs/gtk-config.1: Now autogenerated.
14478         * docs/Changes-1.4.txt: started
14479         
14480 1999-10-03  Tor Lillqvist  <tml@iki.fi>
14481
14482         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
14483         to #ifdef also here.
14484
14485         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
14486         Owen did to the X11 backend.
14487
14488         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
14489         ScrollWindowEx when blitting inside a window, it can't be correct
14490         in the general case.
14491
14492         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
14493         WM_GETMINMAXINFO is easier.
14494
14495         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
14496         depth equal to the bitspixel value, not the visual's depth.
14497
14498         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
14499         to 24 even if the bitspixel value is 32.
14500
14501         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
14502         need to check for depth==32 when bpp==32, depth will always be 24.
14503
14504 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
14505
14506         * docs/Changes-1.4.txt: Started
14507         
14508         * gtk/Makefile.am (gdk_headers): Include all the new headers.
14509
14510         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
14511         
14512         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
14513         into C file.
14514         
14515         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
14516         header to gdkinputprivate.h.
14517
14518         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
14519         unused since before 1.2.
14520
14521 1999-09-30  Tor Lillqvist  <tml@iki.fi>
14522
14523         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
14524         expand possible hex escapes in the font family (put there by
14525         logfont_to_xlfd if the font name isn't a legal XLFD font family,
14526         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
14527         On Win32, add hex escapes here, too.
14528
14529 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
14530
14531         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
14532         to #ifdef GDK_WINDOWING_X11.
14533
14534 [ Merges from gtk-1-2 ]
14535
14536 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
14537
14538         * configure.in: fixed "GNU Make" check to pass with new make version
14539         3.77.95.
14540
14541 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
14542
14543         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
14544         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
14545         AM_PATH_GTK() macros don't get confused by the -pre1.
14546
14547 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
14548
14549         * configure.in (REBUILD): Change check for perl5
14550           to check explicitely for v >= 5.002. (5.001
14551           does not work with our scripts.)
14552
14553 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
14554
14555         * configure.in: evaluate $PERL for the perl version check. added
14556         --disable-rebuilds to give the user an option to completely disable
14557         any source autogeneration rules.
14558
14559 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
14560
14561         * configure.in: evaluate $ac_make when checking for GNU Make.
14562
14563 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
14564
14565         * docs/Makefile.am: added generation.txt.
14566
14567         * Makefile.am: require automake 1.4, build README from README.in and
14568         INSTALL from INSTALL.in in dist-hook.
14569         
14570         * README.in:
14571         * INSTALL.in: new files to autogenerate README and INSTALL from.
14572
14573         * configure.in: figure whether we have GNU Make
14574
14575         * docs/generation.txt: minor additions/corrections.
14576
14577 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
14578
14579         * docs/gtkfaq.sgml: FAQ Update
14580
14581 July 30, 1999 Elliot Lee <sopwith@redhat.com>
14582         
14583         * configure.in: Fix autoconf warnings about cross compilation by
14584         trying to provide sane defaults for AC_TRY_RUN.
14585
14586 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
14587
14588         * ltconfig
14589         * ltmain.sh: upgrade to libtool 1.3.3
14590
14591 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
14592
14593         * INSTALL: Indicate that the --with-glib= configure
14594         time flag is unsupported.
14595
14596 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
14597
14598         * docs/generation.txt: Added a file that gives
14599         documenation about the autogeneration process for
14600         various autogenerated files.
14601         
14602 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
14603
14604         * configure.in (LIBS): Look for libgmodule in the
14605         right location.
14606
14607 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
14608
14609         * docs/gtk_tut.sgml: Removed references to
14610         code examples in my directory on gtk.org as
14611         they should all be in the tutorial now.
14612
14613         * docs/gtk_tut.sgml: Added sources for dial-test
14614         and scribble-xinput programs that were previously
14615         missing.
14616
14617 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
14618
14619         * TODO: Added entry about menu keyboard navigation, removed
14620         some finished items.
14621
14622 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
14623
14624         * acinclude.m4: Standardize on func_dgettext
14625         not func_gettext, so that the checks for dgettext
14626         actually are paid attention to.
14627
14628 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
14629
14630         * configure.in (LIBS): Add $INTLLIBS into $LIBS
14631         directly, rather than repeating the checks for
14632         gettext.
14633
14634         * INSTALL: Added information about gettext and
14635         NLS support.
14636
14637         * acinclude.m4 (LIBM): Check for dgettext, not
14638         just gettext. This should hopefully fix things wrt
14639         systems with old versions of GNU gettext installed.
14640
14641 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
14642
14643         * configure.in (LIBS): Look for libgmodule in the
14644         right location.
14645
14646 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
14647
14648         * autogen.sh: add --enable-maintainer-mode
14649
14650         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
14651
14652 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
14653
14654         * docs/gtk-config.1.in:
14655           docs/Makefile.am:
14656           configure.in: gtk-config is now generated.
14657
14658         * docs/gtk-config.1: Removed, now generated.
14659
14660 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
14661
14662         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
14663         handle CreateNotify itself, still put out a debuging message for
14664         --gdk-debug=events. made the ReparentNotify debugging message more
14665         verbose.
14666         wrap xcoords translation for ConfigureEvents into an error trap,
14667         a destroy event may already be pending, and in that case, the
14668         actuall coordinate values are not at all critical.
14669
14670 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
14671
14672         * gdk/gdkcc.c: Stop leaking the color_hash all over
14673         the place. Simplify and improve the logic.
14674
14675 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
14676
14677         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
14678         for prototypes and function implementations consistent (reported
14679         by Tomas Ogren).
14680
14681 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
14682
14683         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
14684         send_event set in debugging output.
14685         (gdk_compress_exposures): default initialize the event so we don't
14686         operate on bogus values (namely send_event).
14687
14688 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
14689
14690         * gdk/gdkwindow.c: When we receive an unexpected
14691         destroy notify on one of our windows, don't just
14692         warn about it, also mark our windows as destroyed.
14693
14694 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
14695
14696         * gdk/gdkfont.c (gdk_font_hash_insert): Add
14697           name => font and name => fontset hashes. The 
14698           name => fontset hash is a _big_ win since we
14699           weren't previously caching fontsets at all and loading
14700           fontsets is expensive. The name => font hash
14701           is less of a win, but it does save us from doing
14702           repeated XQueryFont calls on the same font.
14703
14704         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
14705           list so we can remove font/fontset from hash.
14706
14707 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
14708
14709         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
14710           and slightly confusing test. [ XInternAtom (,,TRUE)
14711           will never return None ].
14712
14713 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
14714
14715         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
14716           gdk/gdkwindow.c (gdk_window_set_hints):
14717
14718         Don't omit setting the properties if flags == 0 -
14719         there may be an existing set of properties there
14720         already. (Very old bug. Would it be better to
14721         delete the property instead?)
14722
14723         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
14724           spelling error in comment.
14725
14726 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
14727
14728         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
14729           to avoid stomping over gdk_error_warnings.
14730
14731         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
14732           as (bits_per_pixel + 7) / 8. This gives the same
14733           result as before for multiples of 8, but actually
14734           a "reasonable" value for 1bit or 4bit displays.
14735
14736 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
14737
14738         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
14739         GNU Make.
14740
14741 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
14742
14743         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
14744         discarding configure events.
14745
14746 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
14747
14748         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
14749         refcount is greater than zero.
14750
14751         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
14752
14753         * gdk/gdkfont.c (gdk_font_unref): Likewise.
14754
14755         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
14756
14757         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
14758
14759 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
14760
14761         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
14762         that format 32 => sizeof(item) == 4. It really is
14763         sizeof(long).
14764
14765 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
14766
14767         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
14768         core dump at all on X IO errors, only core dump
14769         if --enable-debug for X errors.
14770
14771 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
14772
14773         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
14774         unknown window:" message. disabled ConfigureNotify discarding code,
14775         because it led to events being processed out of order.
14776
14777 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
14778
14779         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
14780
14781         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
14782         we export this function, supress error warnings and don't reset the
14783         error code in the first half of this function.
14784
14785         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
14786         code (instead of just -1) so gdk_error_trap_pop() reveals something
14787         actually informative about the error that happened.
14788
14789         * gdk/*.c:
14790         don't rely on gdk_error_code being -1 if an error occoured, but just
14791         gdk_error_code != 0.
14792
14793 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
14794
14795         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
14796         pointer *before* invoking the filter function, so we at least don't
14797         crash if a filter is removed that is currently executed. window filters
14798         *really* need to be made truely reentrant at some point.
14799
14800 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
14801
14802         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
14803         PropertyNotify debug messages.
14804
14805 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
14806         
14807         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
14808         
14809         * gdk/gdkim.c: Fix cut-and-paste errors for 
14810         x/y and PreeditAttributes/StatusAttributes.
14811
14812 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
14813
14814         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
14815         G_MAXINT to 2^16 to alleviate overflow problems in
14816         various window managers.
14817
14818 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
14819
14820         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
14821         for fontsets.
14822
14823 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
14824
14825         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
14826         Initialize size_hints.x and size_hints.y because kwm
14827         brokenly pays attention to them.
14828         (Bug #1181 -  Lars Heete <hel@admin.de>)
14829
14830 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
14831
14832         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
14833         return value of gdk_list_visuals(). 
14834         (Bug #1193 - Morten Welinder <terra@diku.dk>)
14835
14836 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
14837
14838         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
14839         XSetIMValues to (void *) when comparing to NULL, to workaround
14840         the problem of some compilers barfing since older X headers don't
14841         have the prototype for it.
14842
14843 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
14844
14845         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
14846         for pseudocolor where colormap->colors was double
14847         allocated.
14848
14849         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
14850         color value in the hash table with the pixel filled
14851         in so when we do later hash table lookups, the color
14852         value is correct.
14853         
14854 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
14855
14856         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
14857         making the call
14858
14859 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
14860
14861         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
14862         pointed out by Morten Welinder <terra@diku.dk>.
14863
14864 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
14865
14866         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
14867           default filter from the list
14868
14869 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
14870
14871         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
14872           default filter from the list
14873
14874 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
14875
14876         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
14877
14878         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
14879         g_strdup_printf instead of calcing the length separately
14880
14881 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
14882
14883         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
14884         that we don't do in many other places. (Fixing duplicate 
14885         #include of config.h)
14886
14887         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
14888         Otherwise, #ifndef XINPUT_NONE check in the latter
14889         doesn't work. (Bug #546)
14890
14891 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
14892
14893         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
14894         "None" case insensitive.
14895
14896 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
14897
14898         * gdk/gdkselection.c: 
14899         Add error traps so if the other end of the connection
14900         dies, we survive.
14901
14902 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
14903
14904         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
14905         dest_xid field into two fields - one for the window
14906         to send in messages, one to indicate the last looked
14907         up window for caching purposes. This is needed, so
14908         that Leave messages get the correct window.
14909
14910 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
14911
14912         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
14913         Fix warning created by people mucking around
14914         with the gsource API.
14915
14916         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
14917         Change mapping between GIOCondition and GdkInputCondition
14918         to match the way the Linux kernel does it. This should
14919         fix problems where closed pipes were no longer signalling
14920         GDK_INPUT_READ on systems with a native poll().
14921
14922 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
14923
14924         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
14925         explicitly for the string "None" - it is in the XPM
14926         spec and some servers treat unknown colors in odd ways
14927         (like asking the user!)
14928
14929 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
14930
14931         * gdk/gdkevents.c: made "->" into a "." of previous change so
14932         it compiles
14933
14934 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
14935
14936         * gdk/gdkevents.c (gdk_compress_exposures): Set the
14937         window field of the event structure before calling
14938         user filters.
14939
14940 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
14941
14942         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
14943         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
14944
14945 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
14946
14947         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
14948         intermediate text property - prevents major memory
14949         leak when gdk_use_mb.
14950         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
14951
14952 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
14953
14954         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
14955         gtk-a-higuti-990322-[0-3]
14956
14957         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
14958         sizeof(wchar_t) != sizeof (GdkWChar)
14959
14960         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
14961         that was causing -DX_LOCALE not to work.
14962
14963         * gtk/gtkrc.c (gtk_rc_init):
14964         X_LOCALE will never have LC_MESSAGES defined
14965
14966         * gdk/gdk.c (gdk_init_check):
14967         Remove --xim-preedit and --xim-status from argv properly.
14968
14969         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
14970         that the client window is present on the X server
14971         before we pass it to the input method.
14972
14973 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
14974
14975         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
14976         if --display is specified on the command line, than
14977         the drag window will not be created on that display.
14978         
14979 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
14980
14981         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
14982         lookups with only_if_exists == TRUE were inserting
14983         bogus values into the atom cache.
14984
14985 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
14986
14987         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
14988         then reset it to NULL.
14989
14990         * gdk/gdkcolor.c:
14991         (gdk_colors_free): 
14992         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
14993         key for g_hash_table_remove() in both functions, this prevents us
14994         from accessing possibly uninitialized portions of a GdkColor structure
14995         where we are only interested in its pixel value.
14996
14997 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
14998
14999         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
15000         font hash table, if we have a GdkFontPrivate entry for this font
15001         already, simply increment its reference count, provided by Olaf Dietsche
15002         <olaf.dietsche+list.gtk@netcologne.de>.
15003
15004 1999-09-21  Tor Lillqvist  <tml@iki.fi>
15005
15006         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
15007         just to be sure.
15008
15009         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
15010         unused variables, leftovers from the X11 version.
15011
15012         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
15013
15014         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
15015         downcase fields on X11.
15016
15017 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
15018         
15019         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
15020         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
15021
15022 1999-09-17  Tor Lillqvist  <tml@iki.fi>
15023
15024         * gdk/win32/gdk.def: Add gdk_threads_mutex.
15025
15026         * gtk/makefile.msc: Correct path to libintl.
15027
15028         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
15029         use of gint vs. int, and gint vs. gboolean in headers and
15030         definitions. Use GtkType for the *_get_type functions. Note that
15031         these changes preserve binary compatibility.
15032
15033         * gdk/gdk.c
15034         * gdk/win32/gdk.c
15035         * gdk/gdk.h: Fix inconsistencies: gint vs int.
15036
15037         * gtk/gtkmain.c
15038         * gtk/gtkclist.c
15039         * gtk/gtkmenufactory.c
15040         * gtk/gtknotebook.c
15041         * gtk/gtkwidget.c: Fix inconsistencies, also gint
15042         vs. gboolean.
15043
15044         * gtk/gtkcolorsel.[ch]
15045         * gtk/gtkcombo.[ch]
15046         * gtk/gtkdrawingarea.[ch]
15047         * gtk/gtkgamma.[ch]
15048         * gtk/gtkhandlebox.[ch]
15049         * gtk/gtkhpaned.[ch]
15050         * gtk/gtkhruler.[ch]
15051         * gtk/gtkplug.[ch]
15052         * gtk/gtkpreview.[ch]
15053         * gtk/gtkruler.[ch]
15054         * gtk/gtksocket.[ch]
15055         * gtk/gtkstatusbar.[ch]
15056         * gtk/gtktoolbar.[ch]
15057         * gtk/gtkvbbox.[ch]
15058         * gtk/gtkvpaned.[ch]
15059         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
15060         functions.
15061
15062         * gtk/gtkgamma.h: Fix bug, missing () in call of
15063         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
15064
15065 1999-09-14  Tor Lillqvist  <tml@iki.fi>
15066
15067         * gdk/gdkcolor.c (gdk_colormap_new)
15068         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
15069         colormap->colors was allocated twice.
15070
15071         * gdk/win32/gdk.c: Remove some unused stuff.
15072
15073         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
15074         colormap.
15075
15076         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
15077         * gtk/gtklabel.h (gtk_label_get_type)
15078         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
15079         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
15080         in a couple of places, not guint.
15081
15082 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
15083
15084         * configure.in,po/et.po: added Estonian language file
15085
15086 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
15087
15088         * configure.in,po/da.po: added Danish file
15089
15090 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
15091
15092         * docs/gtkfaq.sgml: Minor FAQ Update
15093
15094 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
15095
15096         * docs/gtkfaq.sgml: FAQ update
15097
15098 1999-08-27  Tor Lillqvist  <tml@iki.fi>
15099
15100         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
15101         way to get window contents continually refreshed while resizing. I
15102         didn't like the effects myself, so it's not on by default.
15103
15104         * gdk/win32/gdkprivate.h: New flag variable
15105         gdk_event_func_from_window_proc, FALSE by default.
15106
15107         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
15108         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
15109         are passed --gdk-event-func-from-window-proc.
15110
15111         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
15112         and we have am event_func, call it instead of enqueing the event.
15113
15114 1999-08-23  Tor Lillqvist  <tml@iki.fi>
15115
15116         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
15117         Kelley: Set expose_count in GdkEventExposes correctly.
15118
15119         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
15120         MULTIPLE_WINDOW_CLASSES).
15121
15122         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
15123         for bug in NT, apparently NT *does* draw the end pixel, too, in
15124         LineTo with a one-pixel pen, so we don't have to do it ourselves.
15125
15126 1999-08-21  Tor Lillqvist  <tml@iki.fi>
15127
15128         Improvements by Hans Breuer: 
15129
15130         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
15131
15132         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
15133         CS_?REDRAW flags as they cause lots of (late) redraws when "show
15134         window contents while dragging" is turned on. Allocate at least
15135         one unique class for every GdkWindowType. If support for single
15136         window-specific icons is ever needed (eg. Dialog specific), every
15137         such window should get its own class.
15138
15139 1999-08-19  Tor Lillqvist  <tml@iki.fi>
15140
15141         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
15142         error that caused crashes.
15143
15144 1999-08-17  Tor Lillqvist  <tml@iki.fi>
15145
15146         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
15147         window, use ScrollWindowEx, and call UpdateWindow. This prevents
15148         bugs when for instance part of the window was outside the
15149         display. Thanks to Philippe Colantoni for finding and fixing this.
15150
15151 1999-08-16  Tor Lillqvist  <tml@iki.fi>
15152
15153         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
15154         endpoint calculations which were totally wrong. (A little RTFMing
15155         helps a lot ;-)
15156
15157         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
15158         from a separate directory, not from gettext, because of licensing
15159         issues (we want to use the LGPL version).
15160
15161         * README.win32: Mention the intl from glibc vs from gettext issue.
15162
15163 1999-08-13  Tor Lillqvist  <tml@iki.fi>
15164
15165         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
15166         in the key event handling: Now AltGr chars work again. Also,
15167         now Alt-digits are passed up as well as Control-digits.
15168         Pass keypad plus and minus as normal plus and minus.
15169
15170 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
15171
15172         * docs/gtkfaq.sgml: FAQ Update
15173
15174 1999-07-25  Tor Lillqvist  <tml@iki.fi>
15175
15176         * README.win32
15177         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
15178         the Wintab SDK.
15179
15180         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
15181         OK, but getting closer. Guard against bogus tilt data from Wacom
15182         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
15183         enable easier building without Wintab.
15184
15185         * gdk/win32/gdkinput.h
15186         * gdk/win32/gdkevents.c 
15187         * gdk/win32/gdkwindow.c: Minor changes related related to above.
15188         
15189         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
15190         code. As we have just one visual on Win32, no sense to have it in a
15191         table, and no need for the hash table.
15192
15193         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
15194         better on white background.
15195
15196 1999-07-21  Tor Lillqvist  <tml@iki.fi>
15197
15198         * README.win32: Update gcc build instructions. Mention gettext is
15199         GPL.
15200
15201         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
15202         supported cursor size with GetSystemMetrics.
15203
15204         * gdk/win32/gdkfont.c
15205         * gtk/gtkfontsel.c: Guard against some font weight and charset
15206         symbols being undefined (in mingw32 headers).
15207
15208         * gdk/win32/makefile.cygwin
15209         * gtk/makefile.cygwin
15210         * gtk/gtkthemes.c: No longer need to have differently named
15211         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
15212
15213 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
15214
15215         * docs/gtkfaq.sgml: Long awaited FAQ update.
15216
15217 1999-07-15  Tor Lillqvist  <tml@iki.fi>
15218
15219         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
15220         it. Obscure bit manipulation needed.
15221
15222         * gdk/win32/gdkevents.c: Logging.
15223         
15224         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
15225         style (file name include compiler name) for theme engines.
15226
15227 1999-07-13  Tor Lillqvist  <tml@iki.fi>
15228
15229         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
15230
15231         * gdk/win32/gdkevents.c: Fix long-standing bug in key
15232         events. The key.string wasn't zero-terminated, still we strdup'ed
15233         it in gdk_event_copy(). Synthesize crossing events for button
15234         events before possible propagation.
15235
15236         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
15237
15238         * gdk/win32/makefile.cygwin
15239         * gtk/makefile.cygwin: Use new DLL naming style for the
15240         GCC-compiled ones.
15241
15242         * gdk/win32/makefile.msc
15243         * gtk/makefile.msc: Cosmetics mostly.
15244
15245         * gtk/gtk.def: Add missing entry points.
15246
15247         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
15248
15249 1999-07-09  Tor Lillqvist  <tml@iki.fi>
15250
15251         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
15252         or height is zero. Don't print a warning if Pie or Arc fails, they
15253         always fail (?) for very narrow ellipses.
15254
15255         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
15256         the part or the destination window corresponding to source area
15257         outside of the source drawable's boundary.
15258
15259         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
15260         anything if less than two points.
15261
15262         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
15263         return NULL. Gtk cut-and-paste inside a single program works
15264         better this way. (It always gets the clipboard contents from
15265         Windows, not from its own copy, which is cleared anyway. I can't
15266         say I fully understand what happens... Emulating the X selection
15267         and property stuff is a bit of a mess.)
15268
15269         * gdk/win32/gdkevents.c
15270         * gdk/win32/gdkproperty.c: A bit more verbose logging.
15271
15272         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
15273         that never got deleted). Revamp gdk_region_shrink.
15274
15275         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
15276         after use.
15277
15278         * gtk/gtk.def: Add some missing entry points.
15279
15280         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
15281         component.
15282
15283 1999-07-04  Tor Lillqvist  <tml@iki.fi>
15284
15285         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
15286         Control-digits specially.
15287
15288 1999-07-03  Tor Lillqvist  <tml@iki.fi>
15289
15290         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
15291
15292 1999-06-28  Tor Lillqvist  <tml@iki.fi>
15293
15294         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
15295         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
15296         finding this.)
15297
15298 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
15299
15300         * gtk+.spec.in: Corrected some typos in files section.
15301         
15302 1999-06-15  Tor Lillqvist  <tml@iki.fi>
15303
15304         * README.win32: Mention using GNU gettext.
15305         * config.h.win32: Enable NLS stuff.
15306         * gtk/makefile.msc: Use GNU gettext.
15307         * gdk/win32/gdkdnd.c: Minor header reorg.
15308         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
15309         cosmetics.
15310         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
15311         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
15312
15313 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
15314
15315         * acinclude.m4
15316         * config.guess
15317         * config.status
15318         * ltconfig
15319         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
15320
15321 1999-05-30  Tor Lillqvist  <tml@iki.fi>
15322
15323         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
15324         SafeAdjustWindowRectEx. Don't override all calls to
15325         AdjustWindowRectEx by it, but use it only in two places: When
15326         creating a new top-level window and when moving a top-level
15327         window.
15328
15329         Use screen coordinate rectangle, not client rectangle, in
15330         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
15331         when we try to place a window so that the decoration (mainly,
15332         title bar) isn't visible.
15333
15334         These changes fix the bug that showed up for instance as the
15335         GIMP's saved top-level windows moving right and down (by an amount
15336         equal to the window decoration) for each session. This bug showed
15337         up also in testgtk's "Saved Position".
15338
15339         gdk_window_resize also redone a bit.
15340
15341 1999-05-25  Tor Lillqvist  <tml@iki.fi>
15342
15343         * gtk/testgtkrc: Add (commented out) Windows-style theme
15344         include line.
15345
15346         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
15347
15348 1999-05-18  Tor Lillqvist  <tml@iki.fi>
15349
15350         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
15351         gdkx.h to a gdk subdirectory, so that applications can include
15352         these with <gdk/*.h> without trouble.
15353
15354         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
15355         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
15356         have their bitmap destroyed.
15357
15358         * gdk/win32/gdk.def: Add gdk_root_parent.
15359
15360 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
15361
15362         * configure.in
15363           gtk-config.in
15364           ltconfig
15365           ltmain.sh     
15366           gtk/Makefile.am: changes to compile nicely (with xlib) 
15367           on BeOS
15368
15369 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
15370
15371         * acinclude.m4
15372         * config.guess
15373         * config.sub
15374         * ltconfig
15375         * ltmain.sh: upgrade to libtool 1.3
15376
15377 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
15378
15379         * gtk/gtkclist.c:
15380         * gtk/gtkctree.c: merges from gtk-1-2
15381
15382 1999-04-25  Tor Lillqvist  <tml@iki.fi>
15383
15384         Support added for building using a GNU toolchain on Win32,
15385         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
15386
15387         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
15388         * config.h.win32: Changes for gcc.
15389         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
15390         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
15391         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
15392         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
15393         Protect shl stuff unavaiilable with mingw32 headers.
15394         * gdk/win32/gdkevents.c: Fix typo.
15395         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
15396         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
15397         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
15398         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
15399         the mingw32 headers.
15400         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
15401         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
15402         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
15403         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
15404         Test for NATIVE_WIN32, not _MSC_VER.
15405         * gtk/gtkmain.c: No use warning about developer version on Win32,
15406         there aren't any non-developer versions anyhow.
15407         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
15408         * gtk/makefile.msc: Use pthread from another directory. Minor other
15409         changes. 
15410
15411 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
15412
15413         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
15414           default filter from the list
15415
15416 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
15417
15418         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
15419          when gtk_widget_grab_default() is called for a widget that
15420          is not within a GtkWindow.
15421
15422 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
15423
15424         * docs/gtk_tut.sgml, examples/clist.c: use a
15425           scrolled window in the clist example. Minor
15426           tutorial fixes.
15427
15428 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
15429
15430         * docs/gtk_tut.sgml: Style check from David King
15431           <dking@youvegotmail.net>
15432
15433 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
15434
15435         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
15436         compile with unknown value of GDK_WINDOWING
15437
15438 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
15439
15440         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
15441         after the rule is fired.
15442         (install-exec-local): Install gdkconfig.h only if the contents are
15443         different from the currently installed gdkconfig.h.
15444
15445 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
15446
15447         * gdk/Makefile.am (configexecincludedir): Rename from 
15448         configincludedir so that gdkconfig.h will be installed 
15449         as part of `make install-exec'. 
15450
15451 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
15452
15453         * acinclude.m4
15454         * config.guess
15455         * config.sub
15456         * ltconfig
15457         * ltmain.sh: upgrade to libtool 1.2f
15458
15459         * autogen.sh: libtool is not required to autogen gtk+
15460
15461         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
15462         needed)
15463
15464 1999-03-18  Tor Lillqvist  <tml@iki.fi>
15465
15466         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
15467         declaring gdk variables exported/imported from the DLL. New image
15468         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
15469         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
15470         GDK_DRAG_PROTO_OLE2.
15471
15472         * gdk/gdk.h: Merge in Win32 version: Two new functions,
15473         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
15474         declared only for the Win32 version, but could be in the X11
15475         version as well. (Needed for a Xlib-less gdk_imlib.)
15476         gdk_color_hash should have only one parameter. Declare
15477         gdk_threads_mutex with GDKVAR.
15478         
15479         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
15480         just one parameter.
15481
15482         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
15483         per pixel, not bits.
15484
15485         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
15486         Fetch bpp (which means bits-per-pixel here) from another place on
15487         Win32. Accept also depth==32 (which we might get on Win32) with
15488         bpp==32.
15489
15490         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
15491         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
15492         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
15493         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
15494         in the backend-dependent directory, not in the common gdk
15495         directory.
15496
15497         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
15498         headers.
15499
15500 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
15501
15502         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
15503         want to use the Gtk+ devel version (which is true, and yes - even i am
15504         currently working with the 1.2.x branch). so everyone reading this, you
15505         probably want to issue
15506         cvs checkout -r glib-1-2 glib
15507         and
15508         cvs checkout -r gtk-1-2 gtk+
15509         as your next two comands.
15510
15511 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
15512
15513         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
15514         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
15515
15516         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
15517         file. strongly deprecated the GTK_HAVE_* macros, we provide
15518         GTK_CHECK_VERSION() for people that need to check for certain
15519         Gtk+ versions.
15520
15521         * gtk/gtkcompat.h: removed this from CVS.
15522         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
15523         idea right from the start, it just didn't seem like that back then.
15524
15525 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
15526
15527         * merges from gtk-1-2:
15528
15529 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
15530
15531         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
15532         item factory class has been created.
15533         (gtk_item_factory_parse_rc): likewise.
15534
15535         * gtk/gtkmenu.c:
15536         keep proper references for old_active_menu_item.
15537         (gtk_menu_reparent): unset the usize of the new parent,
15538         so the menu can sanely be size requested and we don't get nasty screen
15539         artefacts upon next reparentation.
15540         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
15541         enter notify. only synthesize enter notifies if the pointer really is
15542         inside the event window.
15543         (gtk_menu_popdown): use gtk_menu_shell_deselect().
15544         (gtk_menu_popup): move the background setting stuff into
15545         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
15546
15547         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
15548         gtk_menu_shell_select_item() to select the new item.
15549         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
15550         do the right thing for deselection as well.
15551
15552 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
15553
15554         * gtk/gtkwidget.[hc]:
15555         (gtk_widget_accelerators_locked): return whether a widget's accelerators
15556         are locked.
15557
15558         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
15559         existing accelerators if the widget's accelerators are locked.
15560
15561 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
15562
15563         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
15564
15565         * gtk/gtkmenu.c: truely forward key press and key release events to
15566         the menu widget from the toplevel or tearoff window. we can't simply
15567         connect to that, we need to stop further processing of the events as
15568         well.
15569
15570 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
15571
15572         * gtk/gtkmenu.c:
15573         (gtk_menu_key_press): pass event->keyval, event->state to
15574         gtk_accelerator_valid, instead of event->keyval twice.
15575         refuse to install single letter accelerators for menus that use
15576         single letter shortcuts.
15577
15578         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
15579         gtk_menu_ensure_uline_accel_group().
15580
15581         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
15582         which will always return an uline accel group, made
15583         gtk_menu_get_uline_accel_group() return NULL if the group isn't
15584         yet created.
15585
15586 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
15587
15588         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
15589
15590         * gtk/gtkclist.c (gtk_clist_column_title_passive):
15591         Leave button sensitive, trap  button_press, button_release,
15592         motion_notify, enter_notify and leave_notify events instead.
15593         (gtk_clist_column_title_active): disconnect event handler.
15594         (gtk_clist_drag_data_get): fixed memory leak. Reported by
15595         Guillaume Laurent <glaurent@worldnet.fr>
15596
15597 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
15598
15599         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
15600         width/height mixups.
15601
15602         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
15603         if needed.
15604
15605 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
15606
15607         * gtk/testgtk.c (create_item_factory): unref the item factory after
15608         window's destruction.
15609
15610         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
15611         count on the menu shell around the menu item's activation, since the
15612         signal emission may cause menu shell destruction.
15613
15614         * gtk/gtkitemfactory.c:
15615         the previous code leaked one accel group per menu. we use
15616         gtk_menu_get_uline_accel_group() now to fix that, and with that
15617         also create the underline accelerator group of the menus only if
15618         required (i.e. an underline accelerator has been specified).
15619         (gtk_item_factory_construct):
15620         (gtk_item_factory_create_item): removed code that would create an
15621         extra accel group for the menu (and leak references).
15622         (gtk_item_factory_create_item): adapted the underline accelerator
15623         installation code to properly feature gtk_menu_get_uline_accel_group().
15624
15625         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
15626         menu->accel_group, this may return NULL if the accelerator group
15627         hasn't been set yet.
15628         added gtk_menu_get_uline_accel_group() to retrive the underline
15629         accelerator group of the menu, this will be created on demand
15630         and proper care is taken about its reference count.
15631
15632         * gtk/gtkitemfactory.h:
15633         * gtk/gtkitemfactory.c:
15634         dumped the approach of keeping a widgets by action list on the
15635         factory since the factory<->widget destroy negotiation didn't work
15636         and would be hard to get going at all. instead we keep a list of
15637         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
15638         persistant throughout a program's life time).
15639         also, i removed the static const gchar *key_* variables, and made
15640         them inline strings (they weren't actually used anyways).
15641         (gtk_item_factory_add_item): update ifactory->items.
15642         (gtk_item_factory_destroy): destroy ifactory->items (and remove
15643         the item factory pointer from the remaining ifactory widgets).
15644         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
15645         list to find the widget.
15646         (gtk_item_factory_get_item): new function that works around
15647         gtk_item_factory_get_widget() limitations, this function will only
15648         return menu items, even for <Branch> entries.
15649
15650 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
15651
15652         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
15653         font hash table, if we have a GdkFontPrivate entry for this font
15654         already, simply increment its reference count, provided by Olaf Dietsche
15655         <olaf.dietsche+list.gtk@netcologne.de>.
15656
15657         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
15658         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
15659
15660 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
15661
15662         * gtk/gtkcontainer.c:
15663         (gtk_container_add_with_args):
15664         (gtk_container_addv):
15665         (gtk_container_add): before adding a child to a conatiner, make sure
15666         it is (default) constructed, this is neccessary because under certain
15667         circumstances the child will get relized and mapped immediatedly, in
15668         which case it has to be constructed already.
15669
15670 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
15671
15672         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
15673         values > 1 as TRUE also.
15674
15675 1999-03-16  Tor Lillqvist  <tml@iki.fi>
15676
15677         * README.win32: New file.
15678                 
15679         * configure.in: Check for lstat.
15680
15681         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
15682         completeness.
15683
15684         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
15685
15686         * gtk/gtk.def: Removed CRs.
15687
15688         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
15689         ..\gdk\win32).
15690
15691         * gdk/win32/makefile.msc: Correct upwards relative paths.
15692         
15693 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
15694
15695         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
15696           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
15697           it was connecting a void function to expose_event and the int
15698           returning function to the draw signal
15699
15700 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
15701
15702         * configure.in:
15703         Use correct path to libgmodule.la when ref'ing uninstalled copy
15704         of glib.  (Already in stable branch, Bug #417)
15705
15706 1999-03-15  Tor Lillqvist  <tml@iki.fi>
15707
15708         Win32 merge and general portability stuff:
15709                 
15710         * acconfig.h,configure.in: Check for <sys/time.h>.
15711
15712         * gdk/win32: New directory (actually, been there for a while).
15713         
15714         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
15715         NATIVE_WIN32, and use these. Always case fold on Win32. No
15716         backslashed escapes on native Win32.
15717
15718         * gtk/{gtk.def,makefile.msc}: New files.
15719
15720         * gtk/Makefile.am: Add above new files.
15721         
15722         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
15723         instead of <strings.h>.
15724
15725         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
15726         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
15727         <unistd.h> appropriately.
15728
15729         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
15730         Use ABS() (from <glib.h>) instead of abs().
15731         
15732         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
15733         of gtk (and thus glib) headers, so that WIN32 will be
15734         defined. With MS C, include <direct.h> for mkdir prototype.
15735
15736         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
15737         some casts, needed by MS C.
15738
15739         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
15740         implemented).
15741
15742         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
15743         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
15744         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
15745
15746         * gtk/gtkmain.h: Mark variables for export/import on Win32.
15747                 
15748         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
15749         the event is not a hint, or its window is not the slider. Needed
15750         on Win32, at least.
15751
15752         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
15753         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
15754         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
15755         a subdirectory of the Windows directory as gtk system
15756         configuration directory.
15757
15758         * gtk/gtkselection.c: No chunks on Win32.
15759
15760         * gtk/gtksocket.c: Not implemented on Win32.
15761
15762         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
15763
15764         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
15765
15766         * gtk/maketypes.awk: Declare variables with a macro that expands to
15767         necessary export/import magic in the case of Win32.
15768                 
15769         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
15770
15771 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
15772
15773         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
15774         since those were meant only for gdki18n.h.  
15775         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
15776         for widechar tests.
15777         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
15778
15779 1999-03-13  Tor Lillqvist  <tml@iki.fi>
15780
15781         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
15782         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
15783
15784         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
15785         installed) to CFLAGS.
15786
15787         * gdk/Makefile.am: Add rules for gdkconfig.h.
15788
15789         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
15790         APIs.
15791
15792         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
15793         gdkx.h anyway when compiling for X11.
15794         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
15795         general): Merge in Win32 version.
15796         
15797         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
15798         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
15799         expansion (if we don't have HAVE_PWD_H), allow for drive
15800         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
15801         included code from Craig Setera's port to Win32 (the one that uses
15802         X11, and the cygwin dll), even if it probably will be abandoned.
15803
15804         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
15805         the user entered one herself.  This way one can complete *.h and
15806         don't get matches on any .help files, for instance.
15807         
15808 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
15809
15810         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
15811         font hash table, if we have a GdkFontPrivate entry for this font
15812         already, simply increment its reference count, provided by Olaf Dietsche
15813         <olaf.dietsche+list.gtk@netcologne.de>.
15814
15815         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
15816         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
15817
15818 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
15819
15820         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
15821         the number of calls to gdk_draw_point() (and thus to X) by
15822         clipping the points by hand.
15823
15824         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
15825         the clip parameter.
15826         (gtk_handle_box_paint): Only paint the handle if the expose area
15827         intersects it.
15828
15829 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
15830
15831         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
15832
15833 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
15834
15835         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
15836         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
15837
15838 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
15839
15840         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
15841          textmode (O_TEXT) for OS/2 version.
15842
15843 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
15844
15845         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
15846         GtkSpinButton, "input" and "output", to make the output more flexible.
15847         The user has to provide a mapping between adjustment->value and the
15848         output string (and vice versa, if the spin button is editable). 
15849         See testgtk for examples.
15850
15851 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
15852
15853         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
15854         new one.
15855         
15856         * configure.in: set gtk+ version to 1.3.0.