]> Pileus Git - ~andy/gtk/blob - ChangeLog
do not try to find the clicked node in the tree when tree == NULL
[~andy/gtk] / ChangeLog
1 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
2
3         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
4         to find the clicked node in the tree when tree == NULL
5
6 2001-12-13  Anders Carlsson  <andersca@gnu.org>
7
8         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
9         event->state with the default mod mask. 
10
11 2001-12-12  jacob berkman  <jacob@ximian.com>
12
13         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
14
15 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
16
17         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
18         Reset the existing slave before removing it to give
19         it a chance to commit and emit "preedit_changed" 
20         in case there was still a preedit string.
21
22 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
23         
24         * gtk/gtktextlayout.c: Typo fixes
25         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
26
27         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
28         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
29
30         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
31
32 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
33
34         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
35         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
36
37 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
38
39         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
40         "prepainting" the menu before realizing other than
41         via gtk_style_set_background() - this was broken when
42         we added menu scroll support.
43
44         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
45         window in the expose event -- fixes problem with border
46         flashing during scrolling.
47
48 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
49
50         * gtk/gtksettings.c (gtk_settings_get_property): Support
51         using names/nicks for the gdk_settings values for enum valued
52         types. (#57678, reported by Anders Carlsson)
53
54 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
55
56         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
57         with insert_page_menu.  Code duplication is bad.
58
59         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
60         wrong fix yesterday.
61
62 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
63
64         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
65         modifiers.
66
67 2001-12-12  James Henstridge  <james@daa.com.au>
68
69         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
70         (menu_item)->accel_path first when looking up the accel path.
71
72 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
73
74         * tests/testgtk.c (layout_expose_handler): Only draw
75         for events on the bin window.
76
77 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
78
79         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
80         mnemonics work with notebooks.
81
82 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
83
84         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
85         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
86         Makes some flicker while scrolling go away.
87
88 2001-12-11  Michael Natterer  <mitch@gimp.org>
89
90         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
91         adds alpha to the pixbuf; re-load the saved pixbuf and
92         pixel-by-pixel compare it with the original one.
93
94 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
95
96         * ChangeLog: Fix wrong ChangeLog entry
97         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
98         right corner
99
100 2001-12-10  jacob berkman  <jacob@ximian.com>
101
102         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
103         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
104         (gdk_keyboard_grab): do not grab things if the nograb debug flag
105         is set
106
107         * gdk/gdkinternals.h: 
108         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
109         keyboard / mouse
110
111 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
112
113         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
114         didn't reset the timer.
115
116 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
117
118         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
119
120 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
121
122         * gtk/gtkviewport.c: Add docs.
123
124 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
125
126         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
127         RBTree corruption bug--
128
129 2001-12-10  Anders Carlsson  <andersca@gnu.org>
130
131         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
132         if edited_column is NULL, also grab focus before removing
133         the cell_editable.
134
135 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
136
137         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
138           denominator in the horizontal case just like we do in the vertical
139           case (why I didn't notice that there were two cases the first time
140           around is beyond me:).  Also fix indentation in the vertical case.
141
142 2001-12-09  Anders Carlsson  <andersca@gnu.org>
143
144         * gdk/x11/gdkevents-x11.c: Update xsettings name.
145
146         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
147         gtk-dnd-drag-threshold GtkSetting.
148
149         * gtk/gtksettings.c (gtk_settings_class_init): Add 
150         setting for dnd drag threshold.
151
152 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
153
154         * gtk/gtkcontainer.c: Add docs.
155
156 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
157
158         * gtk/gtkwidget.c: Doc markup fix. 
159
160         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
161
162         * gtk/gtktreestore.c: Typo fixes. (#66445)
163
164         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
165
166         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
167         to gtk_clipboard_set_with_owner(). (#66424)
168  
169 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
170
171         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
172         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
173         Fabrice Bellet <fabrice@gnu.org>, #54127).
174
175 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
176
177         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
178         of places, so that people with crashy trees can just run their
179         program with GTK_DEBUG=TREE.
180
181 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
182
183         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
184         per jrb's request
185
186 2001-12-08  Anders Carlsson  <andersca@gnu.org>
187
188         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
189         since then the default GtkLayout expose handler won't be called.
190
191 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
192
193         * gtk/gtktreeview.c (validate_rows_handler): remove
194         g_return_if_fail.
195
196         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
197         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
198         empty model.
199
200 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
201
202         * gtk/gtktreeview.c (validate_visible_area): get logic right,
203         #66249
204
205         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
206         removing a node ended up with a corrupt tree.  Really really nasty
207         bug.
208         (_gtk_rbtree_debug_spew): new debug helper function
209         (_fixup_validation): new inline function to clean up code
210         readability a lot. 
211
212 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
213
214         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
215         Close comment.
216
217 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
218
219         * gtk/gtkstyle.h: Typo fixes.
220
221         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
222
223         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
224
225 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
226
227         * modules/input/gtkimcontextxim.c: Display the XIM
228         status callbacks with a popup window. (Patch from
229         HideToshi Tajima, #50628, somewhat modified.)
230
231 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
232
233         * gtk/Makefile.am: each source generation rule needs to use its own
234         temporary file, to avoid clashes for parallel builds. fixed rules
235         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
236
237 2001-12-07  Havoc Pennington  <hp@pobox.com>
238
239         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
240         "cursors that are actually useful" in gdk_cursor_new() docs
241
242 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
243
244         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
245         in computing the size of the second child.
246
247 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
248
249         * gtk/gtkrange.c: Make button 1 clicks on the trough
250         do pages, button 3 steps. (Patch from Hans Breuer
251         #63735)
252
253 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
254
255         * gtk/gtklabel.c: Fix docs. (#66383)
256
257         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
258         (#66278, #66280)
259         
260         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
261         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
262
263         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
264         Don't emit a g_warning() about being deprecated. (#66208)       
265
266         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
267
268         * gtk/gtkcontainer.c: Doc fixes.
269         
270         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
271
272         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
273
274 2001-12-05  Sven Neumann  <sven@gimp.org>
275
276         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
277
278         * gtk/queryimmodules.c: g_dir_read_name() returns const.
279
280 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
281
282         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
283         #66225
284         
285 2001-12-04  Manish Singh  <yosh@gimp.org>
286
287         * gtk/gtkmain.c
288         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
289         a gpointer.
290
291         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
292         correction to docs.
293
294         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
295
296 2001-12-04  Havoc Pennington  <hp@redhat.com>
297
298         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
299         g_assert_not_reached() that was bogus, since we demand-create the
300         tag info. reported by Chris Phelps
301
302         Jump through assorted hoops to fix bug from Chris Phelps where 
303         removing tags from the table resulted in btree trying to 
304         access tag->table
305         
306         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
307         ourselves to the tag table
308
309         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
310         (_gtk_text_tag_table_remove_buffer): private cruft to 
311         let us notify buffer of disappearing tags
312
313         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
314         header, put it in tagprivate    
315
316         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
317         tag_removed; it's emitted too late.
318         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
319         this
320
321         Padding for ABI-compat expansion
322         
323         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
324         (struct _GtkTextAppearance): one pad in here too
325
326         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
327
328         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
329         since action signals etc. seem pretty likely
330
331         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
332
333         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
334
335         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
336
337 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
338
339         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
340
341         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
342
343         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
344
345 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
346
347         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
348         #62084.
349
350 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
351
352         * demos/gtk-demo/main.c: (create_tree): Minor fix.
353
354         * docs/tree-column-sizing.txt: Update
355
356         * gtk/gtkrbtree.[ch]: Massive work to support validation.
357
358         * gtk/gtktreemodel.c: Doc fixes.
359
360         * gtk/gtktreeview.c: Incremental reflow added.
361         * gtk/gtktreeviewcolumn.c: ditto
362         * gtk/gtktreeviewcolumn.h: ditto
363
364 2001-12-04  Havoc Pennington  <hp@redhat.com>
365         
366         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
367         "invisible" property, #65999
368
369 2001-12-04  Matt Wilson  <msw@redhat.com>
370
371         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
372
373 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
374
375         * gtk/gtksettings.c (gtk_settings_set_property_value):
376         Simplify, make more efficient and fix memory leak
377         when turning quark into a string. (#66103, HideToshi
378         Tajima)
379
380         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
381         init() and unref priv->tooltips in destroy rather
382         than calling gtk_object_destroy() which has no
383         effect on memory management. (#66104, HideToshi
384         Tajima)
385
386         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
387         so we free the when the object is freed. (Fixes memory
388         leak, #66096, HideToshi Tajima)
389
390         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
391         a full GdkEvent structure to avoid reads of uninitialized/
392         invalid memory in gdk_event_put() (#65877, patch
393         from Hidetoshi Tajima)
394
395 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
396
397         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
398         toggle-size-request doesn't take a requisition.
399
400         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
401         reference to marshaler that no longer exists.
402
403 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
404
405         Patch from Bill Haneman (with many modifications) to make
406         the focus color work on dark themes and to make the
407         focus line width configurable. (#61079, #63074)
408
409         * gtk/gtkwidget.c: Add style properties, 
410         ::focus-widget, ::focus-line-width, and ::focus-padding.
411
412         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
413         state argument as well so we can use fg[STATE] to
414         draw instead of always drawing with black. 
415         Cange paint_focus() to respect GtkWidget::focus-width
416         and GtkWidget::focus-line-pattern. Fix continuity
417         problem where the default 1-1 stipple had a blob
418         in one corner and a gap in the other. Change the
419         interpretation of x/y/width/height to be the bounding
420         box of the focus rect instead of the rectangle
421         passed to gdk_draw_rectangle.
422
423         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
424         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
425         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
426         and ::focus-line-padding.
427
428         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
429         and remove duplicated code; fix drawing of focus rectangle
430         when interior-focus = FALSE. (#63072, #63073)
431
432         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
433         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
434         Range and TreeViewColumn will need more extensive fixing.
435
436         * gtk/gtkcolorsel.c: Honor focus line attributes when
437         drawing the focus on the color swatches. (#63071)
438
439         * gtk/gtkhsv.c: Honor focus line attributes when
440         drawing the focus for the ring and triangle.
441
442         * docs/widget_geometry.txt: Start at documenting how 
443         various widgets are drawn.
444
445         * gtk/gtkbutton.c (_gtk_button_paint): Export 
446         _gtk_button_paint() librarywide, so we don't have 
447         duplicate a bunch of code in gtktogglebutton.c.
448
449         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
450
451 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
452
453         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
454         NONE:POINTER.
455
456 2001-12-03  Alex Larsson  <alexl@redhat.com>
457
458         * gtk/gtkaccellabel.c:
459         * gtk/gtkarrow.c:
460         * gtk/gtkcolorsel.c:
461         * gtk/gtkcontainer.c:
462         * gtk/gtklabel.c:
463         * gtk/gtktextview.c:
464         * gtk/gtktogglebutton.c:
465         * gtk/gtktreeview.c:
466         * gtk/gtkwindow.c:
467         Return FALSE from expose handlers.
468
469 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
470
471         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
472         we use pointers, we should free the previous pointer first (if
473         it exists), before we set a new pointer. (#64726)
474
475         * gtk/gtktreeprivate.h: get rid of cursor_drag
476
477         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
478         for cursor_drag
479         (gtk_tree_view_bin_expose): don't directly return in the while
480         loop
481         (gtk_tree_view_class_init): indentend expanders by default
482         (gtk_tree_view_header_focus): only give the button focus
483         if it's clickable, visible and the column is reorderable
484         (#65539)
485
486         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
487         create and free cursor
488
489 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
490
491         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
492         some bugs with size requisition. (From Bill Haneman)
493
494         * gtk/gtkcalendar.c: Draw headers and selection in 
495         base/text[SELECTED] instead of fg/bg[SELECTED].
496
497         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
498         code and formatting.
499
500 2001-12-03  Havoc Pennington  <hp@pobox.com>
501
502         * gtk/gtktextview.c (set_window_height): 
503         (set_window_width): Hmm, setter functions normally assign the new
504         value to the object field. Reported by Chris Phelps.
505
506 2001-11-30  jacob berkman  <jacob@ximian.com>
507
508         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
509         signal id to 0 after we disconnect from it
510
511 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
512
513         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
514         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
515         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
516         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
517
518         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
519         GTK_DISABLE_DEPRECATED.
520
521         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
522         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
523
524 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
525
526         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
527         move/resize code, removing various bad, non-functional
528         hacks. (Fixes #65048, reported by Damon Chaplin.)
529
530 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
531
532         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
533         bad match error when target drawable is not the 
534         same depth as the root window. (#65841)
535
536         * HACKING: Update.
537
538 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
539
540         * gdk/gdkwindow.c: Typo fix.
541
542 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
543
544         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
545         empty menu items to behave like insensitive items (#59456)
546
547         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
548         next item if the first item in the menu is a tear off item
549         (#59456-2, suggestion by Matthias Clasen)
550
551         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
552         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
553         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
554         (gtk_real_menu_shell_activate_current): add check, so empty
555         menu items behave like insensitive items (#59456)
556         
557         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
558         the checks more readable ...
559         
560         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
561         (gtk_menu_shell_button_release): causes the menu to dropdown if the
562         caption is clicked again (#64977)
563
564 2001-11-29  Havoc Pennington  <hp@redhat.com>
565
566         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
567         assertion here that we were at the end iterator was not correct;
568         change code to move us to the end iterator. bug #65731
569
570 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
571
572         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
573         improper use of g_locale_to_utf8() to convert from
574         latin-1, and do it the easy way by building the string
575         correctly in the first place.
576
577 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
578
579         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
580         Convert atoms to and from atoms for properties of type XA_ATOM.
581         (#65555, patch from Hidetoshi Tajima)
582
583 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
584
585         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
586         to avoid problems with Objective C.
587
588 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
589         
590         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
591
592         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
593         Fix docs. (#65505)
594
595         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
596
597 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
598
599         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
600         accounting of menu->tearoff_scrollbar width to here
601         and make sure we have the correct requisition.
602
603         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
604         by using gtk_window_move().
605
606         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
607         the requisition to be updated by calling
608         gtk_widget_size_request() (#65440)
609
610         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
611         queue resize before calling gtk_menu_set_tearoff_state().
612
613 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
614
615         * demos/gtk-demo/editable_cells.c: fix typo
616
617         * demos/gtk-demo/list_store.c (add_columns): remove call to
618         gtk_tree_view_column_set_clickable which didn't make sense
619
620 2001-11-28  Havoc Pennington  <hp@redhat.com>
621
622         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
623         explaining the validation error in front of the G_BREAKPOINT
624
625         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
626         process updates with include_children = FALSE instead of TRUE, so
627         we redraw the range only, not the whole darn window.  Making
628         GtkRange a NO_WINDOW widget had weirdly caused the text widget
629         Trace/breakpoint trap bug to become much easier to trigger.
630
631 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
632
633         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
634         to gdkcursors.h.
635
636 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
637
638         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
639
640         * gdk/gdkcursor.h: Directly include the contents
641         of gdkcursors.h in the GdkCursorType enum.
642
643         * gdk/gdkcursors.h: Deleted.
644
645         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
646         header boilerplate.
647
648         * gdk/Makefile.am: Remove the X-derived-headers rule.
649
650 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
651
652         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
653         Notify on the ::active property _here_, not in
654         gtk_check_menu_item_set_active.
655
656 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
657
658         * gtk/gtkcellrendererpixbuf.c
659         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
660         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
661
662 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
663
664         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
665         comment about what is going on in this file.
666
667         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
668         x/y problem.
669
670 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
671
672         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
673         Calculate size based on the _child_ of the menu item,
674         not the menuitem. (#65005, Damon Chaplin)
675
676         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
677         some extra vertical padding to the label widget ... restores
678         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
679
680 2001-11-26  Tor Lillqvist  <tml@iki.fi>
681
682         * demos/pixbuf-demo.c
683         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
684
685         * demos/gtk-demo/main.c (read_line): No flockfile() or
686         getc_unlocked() on Win32.
687
688 2001-11-25  Tor Lillqvist  <tml@iki.fi>
689
690         * configure.in
691         * acconfig.h: As we now use GDir, no need to check for dirent.h.
692
693 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
694
695         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
696         when finished (#65266)
697
698 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
699
700         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
701         data after we set the property. (#65264)
702
703 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
704
705         * gtk/gtkbutton.c: add destroy method so label_text gets freed
706         if it has been allocated (#65268)
707
708 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
709
710         * gdk/linux-fb/gdkdrawable-fb2.c
711         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
712
713         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
714
715         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
716         set_family
717         
718         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
719
720 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
721
722         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
723         deactivate menu when menu_item isn't sensitive (#61389)
724
725 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
726
727         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
728         we return (in case of a failure here)
729
730 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
731
732         * gtk/gtknotebook.c: Handle events in windows other
733         than widget->event_window properly. (#65079, reported
734         by Damon Chaplin)
735
736         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
737
738 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
739
740         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
741         the image at the top. (#65020, request from Seth Nickell)
742
743 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
744
745         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
746         arithmetic that was resulting in rows being drawn too low.
747         (#65001, reported by Damon Chaplin)
748
749 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
750
751         * gtk/gtkrange.c (gtk_range_button_press): Offset 
752         invalidated range correctly.
753
754         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
755         of title window. (#65001, reported by Damon Chaplin)
756
757         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
758         horrible hack with use of ::event_after.
759
760 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
761
762         * Version 1.3.11
763
764         * configure.in (ATK_REQUIRED_VERSION): Require
765         GLib-1.3.11, Pango-0.22, ATK-0.7.
766
767         * tests/prop-editor.c (property_widget): Restore
768         to working as well as it did before.
769
770         * gtk/gtklistitem.h: Mark deprecated since it is
771         an integral part of GtkList.
772
773         * demos/gtk-demo/demo-common.h: New header file,
774         for a common functions not important to the meat
775         of the demos.
776         
777         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
778         function to search for a file used by the demo.
779
780         * demos/*.c: Use demo_find_file.
781
782 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
783
784         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
785         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
786         fixes already mentioned in ChangeLog entry on 2001-11-14.
787
788         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
789
790 2001-11-23  Hans Breuer  <hans@breuer.org>
791
792         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
793         reflect Pango API change
794
795         * gtk/gtk.def : updated externals
796
797         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
798         g_return_val_if_fail() to avoid 'function must return a value'
799
800         * gtk/gtkrc.c : added spaces to fix small coding style issues
801         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
802         'static correctness'
803
804         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
805         because they only can be build on win32 after applying my patch
806
807 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
808
809         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
810         children, in order for the input pnly window to stay *above*
811         children.
812
813 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
814
815         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
816         type walks againts G_TYPE_FUNDAMENTAL_MAX.
817         
818         * tests/prop-editor.c: disable type hackery.
819
820 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
821
822         * gdk/gdkimage.c (gdk_image_get): Fix problem with
823         lost parameter.
824
825 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
826
827         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
828         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
829         trailing commas in enum declarations.
830
831 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
832
833         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
834         interface, binary age 0.
835
836         * NEWS: Updates
837
838         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
839         fixes in docs.
840
841         * gtk/gtkmain.h: Remove unused and misnamespaced
842         get_gtk_win32_directory() prototype.
843
844         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
845         to match header.
846
847         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
848         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
849         to match docs.
850
851         * gdk/gdkevents.c (gdk_event_get_coords)
852           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
853           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
854         Fix parameter names in docs.
855         
856         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
857         (#64961, Akira Tagoh)
858
859 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
860
861         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
862
863         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
864
865         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
866
867         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
868         back to gtk_accel_groups_from_object(), change @acceleratable
869         parameter to gtk_accel_groups_activate() accordingly.
870
871         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
872         left-over comment about quark return.
873
874         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
875
876         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
877         (Patch from Matt Wilson)
878
879         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
880         object is finalized.
881
882 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
883
884         * applied patch from owen to get rid of accel map notifiers.
885         changed things to fix reentrancy and API as discussed on gtk-devel.
886
887         * gtk/gtkaccelgroup.[hc]:
888         (gtk_accel_group_finalize): unregister this accel group from all
889         accel map paths.
890         (accel_closure_invalidate): handle invalidation of closures by
891         disconnecting their accelerators.
892         (quick_accel_add): move closure connection and changed notification
893         into this function to reduce code duplication. don't emit change
894         notification on closurers without accelerators.
895         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
896         for a GtkAccelGroupEntry.
897         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
898         (gtk_accel_group_connect_by_path): new function to add accelerators
899         with an accel path.
900         (gtk_accel_group_disconnect_closure): new function, disconnect a
901         closure from of an accel group.
902         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
903         accel_mods pair and remove them.
904         (_gtk_accel_group_reconnect): new function that basically does
905         gtk_accel_group_disconnect_closure() and
906         gtk_accel_group_connect_by_path() once an accel path changed.
907         (gtk_accel_groups_disconnect_closure): remove this, there's
908         gtk_accel_group_disconnect_closure().
909         
910         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
911         nuke notifiers.
912         (_gtk_accel_path_is_valid): make this non-static for
913         gtkwidget.c and gtkaccelgroup.c assertions.
914         (gtk_accel_map_add_notifer): removed this function.
915         (gtk_accel_map_remove_notifer): same.
916         (_gtk_accel_map_add_group):
917         (_gtk_accel_map_remove_group): (un-)register accel groups, with
918         accel paths for correct propagation.
919         (gtk_accel_map_add_entry): return void.
920         (gtk_accel_map_lookup): return gboolean instead of GQuark.
921         
922         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
923         set accel_path on widgets.
924         
925         * gtk/gtkwidget.[hc]:
926         (accel_path_changed): got rid of this, changes are handled by
927         accel maps internally now.
928         (_gtk_widget_set_accel_path): get things to work without notifiers.
929         (gtk_widget_list_accel_closures): list accel closures of a widget.
930         
931         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
932
933 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
934
935         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
936
937 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
938
939         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
940         replace gboolean free_last in the function parameters with
941         gint depth. Changes to reflect new situation.
942
943         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
944         replace gboolean free_last, with gint depth, add gint current_depth.
945         Changes to reflect new situation.
946
947         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
948         to reflect new situation
949
950         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
951
952 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
953
954         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
955         where notebook gap was double shifted by allocation.x/y
956
957         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
958         to unmap children.
959
960 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
961
962         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
963         allocation to be relative to paned->allocation, now
964         that this is a NO_WINDOW widget.
965         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
966
967         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
968         needs to be a boxed property.
969
970 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
971
972         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
973         Use the widget's state when drawing the indicator, as
974         in GtkCheckButton. This gives us color changes for
975         un-prelighted checkbuttons. (#63308, Matt Wilson)
976
977 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
978
979         (Fixes related to #64428, Michael Meeks)
980
981         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
982         widget, so it gets mapped again properly when we
983         add to a parent.
984
985         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
986         plug->socket_window. 
987
988         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
989         socket_window to NULL, not FALSE.
990
991         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
992         socket->same_app to TRUE. (#64612)
993
994 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
995
996         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
997         gtk_fixed_set/get_has_window() to remove criticism
998         about GTK_WIDGET_SET_FLAGS() hacks.
999
1000 2001-11-19  Michael Natterer  <mitch@gimp.org>
1001
1002         * gtk/gtknotebook.c: show notebook->event_window with
1003         gdk_window_show_unraised(), so it doesn't catch the events which
1004         should go to the tab widgets first.
1005
1006 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
1007
1008         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
1009         "resizable" property, to get rid of the
1010         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
1011         (gtk_tree_view_column_set_resizable): New function to set resizable.
1012         (gtk_tree_view_column_set_resizable): getter.
1013
1014         * tests/testtreecolumns.c (add_clicked): modify for above change.
1015
1016         * Makefile.am (install-data-hook): remove old .pc files before
1017         installing the new one.  We used to symlink this, and it will
1018         break old installs.
1019
1020 2001-11-19  Havoc Pennington  <hp@pobox.com>
1021
1022         * tests/testtext.c (fill_example_buffer): put in a test for
1023         negative indentation values
1024
1025 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
1026
1027         * gtk/gtklabel.c (gtk_label_init): Change default for
1028         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
1029         labels are most often wrapped labels, this gives better
1030         compatibility with GTK+-1.2, where justification was
1031         ignored for wrapped labesl and is a more sensible
1032         default in any case. (#64489)
1033
1034         * gtk/gtklabel.c (gtk_label_class_init): Fix default
1035         for wrap property to FALSE.
1036
1037 2001-11-19  jacob berkman  <jacob@ximian.com>
1038
1039         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
1040
1041 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
1042
1043         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
1044         RevertToParent, not RevertToNone. (#64613, 
1045         Matthias Clasen)
1046
1047 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
1048
1049         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
1050         and label_yalign need to be float properties to
1051         correspond to GTK+-1.2, to gtk_frame_set_label_align,
1052         and to the types of the xalign and yalign properties of GtkMisc.
1053         (#63484, Vitaly Tishkov)
1054
1055 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
1056
1057         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
1058         of plug_added vfunc. (#64408, Jeff Franks)
1059
1060 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
1061
1062         * configure.in (deps): Undef HAVE_STDLIB_H before
1063         checking for jpeg, because jconfig.h has this
1064         in it too (%#$@!). Fix from Matthias Clasen, #64500.
1065
1066 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
1067
1068         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
1069         memory leak when retrieving atom names. (Michael Meeks,
1070         #64508)
1071
1072 2001-11-18  Alex Larsson  <alexl@redhat.com>
1073
1074         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
1075         Update to new Pango API.
1076         
1077 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
1078
1079         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
1080         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
1081         GTK_OBJECT_DESTROYED() check macro.
1082
1083         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
1084         instances of GTK_OBJECT_DESTROYED() that weren't
1085         needed any more.
1086
1087         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
1088         for a connection to ::destroy.
1089
1090 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
1091
1092         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
1093         have been since the beginning, but as special hack,
1094         allow clearing the NO_WINDOW flag to get a window widget.
1095
1096 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
1097
1098         * gtk/gtktreestore.c: return TRUE when value changed, so
1099         row_changed is being emitted
1100
1101 2001-11-18  Hans Breuer  <hans@breuer.org>
1102
1103         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
1104         no label without op, even if it's a no-op.
1105
1106         * gtk/gtk.def :
1107         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
1108
1109         * config.h.win32.in : remove definition of HAVE_DIRENT_H
1110         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
1111         required anymore, replace it.
1112         * gtk/queryimmodules.c : DIR -> GDir replacement, also
1113         getcwd() -> g_get_current_dir()
1114
1115         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
1116         Even 'noisy laugh' scolling appears to work, though I still can't
1117         claim to have fully understood what it is supposed to do ...
1118
1119 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
1120
1121         * gtk/gtkenums.h: Include glib-object.h instead of
1122         gobject/gsignal.h
1123
1124         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
1125           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
1126         argument to the window_at_pointer() field of
1127         GdkPointerHooks. (Patch from Erwann Chenede)
1128
1129         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
1130         to 6 pointers.
1131
1132 2001-11-17  Matt Wilson  <msw@redhat.com>
1133
1134         * gtk/gtkenums.h: must include glib-object.h only
1135
1136 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
1137
1138         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
1139         key bindings in order of visibility - mnemonics, then 
1140         accelerators, then send key to the focus widget, then
1141         bindings on the GtkWindow.
1142
1143         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
1144         Removed the xoffset, yoffset fields of GtkLayout which were
1145         identically zero for compat with 1.2, but were no longer 
1146         compatible with all uses of these fields in 1.2.
1147
1148         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
1149         unused variable.
1150
1151 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
1152
1153         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
1154         We no longer need to create the signals here ... they
1155         come from the interface.
1156
1157         * gtk/maketypes.awk: Use GType, not GtkType in output.
1158
1159         * gtk/gtktypeutils.h: Mark virtually all of this
1160         file deprecated.
1161
1162         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
1163         the only use of this function is the GtkArg using
1164         GtkCallbackMarshal, since destroy notification is
1165         silly here.
1166
1167 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
1168
1169         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
1170         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
1171         only for compatibility with GTK+-1.2; and deprecate it; 
1172         put all marshalers we actually use into gtkmarshalers.list 
1173         and use the _gtk_marshal_ prefix for these marshalers.
1174
1175 2001-11-17  Murray Cumming  <murrayc@usa.net>
1176
1177         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
1178         The first parameters of the signals are now registered as
1179         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
1180         
1181 2001-11-17  Tor Lillqvist  <tml@iki.fi>
1182
1183         * gtk-zip.sh.in: Build separate runtime and developer
1184         packages.
1185
1186         * gtk/gtk.def: Reflect recent accelerator-related changes.
1187
1188 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
1189
1190         * gtk/gtkwindow.c (gtk_window_set_default): Move 
1191         notification of "has_default" to here, so it
1192         is safe to call gtk_window_set_default() instead
1193         of gtk_widget_grab_default().
1194
1195         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
1196         gtk_widget_grab_focus(), which then calls 
1197         _gtk_widget_internal_set_focus(). This makes 
1198         gtk_window_set_focus() a safe way of both setting
1199         and unsetting the focus widget.
1200
1201         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
1202         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
1203         to find the toplevel.
1204
1205         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
1206         from the "internal functions" section.
1207
1208 2001-11-16  jacob berkman  <jacob@ximian.com>
1209
1210         * tests/testgtk.c (create_radio_buttons): add some no-indicator
1211         radio buttons
1212
1213         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
1214         initially active, also initially be depressed
1215         (gtk_radio_button_clicked): also update our depressed state
1216
1217 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
1218
1219         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
1220         key press events not just to focus/window but also to
1221         intermediate widgets.
1222
1223         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
1224         to switch pages. (Needs some work on handling focus
1225         when switching pages.)
1226
1227 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
1228
1229         * gtk/gtknotebook.c: Fix child allocations to be relative to 
1230         widget position and some drawing bugs.
1231
1232         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
1233         with reading uninitialized variable.
1234
1235 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
1236
1237         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
1238         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
1239         NO_WINDOW widgets.
1240
1241         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
1242         cleanup.
1243
1244         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
1245         we are drawing in a window when drawing the paned handle.
1246
1247 2001-11-16  Sven Neumann  <sven@gimp.org>
1248
1249         * demos/gtk-demo/appwindow.c
1250         * demos/gtk-demo/menus.c: reduce compiler warnings
1251
1252 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
1253
1254         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
1255         unused callback to make things compile with 
1256         gtk_tree_view_path_at_pos_change().
1257
1258 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
1259
1260         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
1261
1262 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
1263
1264         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
1265  
1266 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
1267
1268         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
1269         to get a GdkWindow to compare event->window to.
1270
1271         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
1272         the signal for lateral motion too, #64361
1273
1274         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
1275         arg as it is useless, #64137
1276
1277 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
1278
1279         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
1280
1281 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
1282  
1283         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
1284         gdk_window_invalidate_maybe_recurse() for recursion.
1285         (Soeren Sandmann)
1286
1287         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
1288  
1289         * gtk/gtkcontainer.c (gtk_container_expose): Call
1290         gtk_container_forall() not _foreach() to propagate,
1291         since we need to propagate exposes to internal children
1292         as well.
1293
1294         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
1295         Remove the restriction of only being able to call these
1296         on window widgets, since we have lots of NO_WINDOW widgets
1297         with windows now; for add events, recurse over the children
1298         of widget->window to find one owned by the widget.
1299
1300         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
1301         window to catch events.
1302
1303         * gtk/gtktogglebutton.[ch]: Remove the code for switching
1304         between NO_WINDOW and WINDOW widgets based on the mode.
1305
1306         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
1307         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
1308
1309         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
1310
1311         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
1312         change for range.
1313
1314         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
1315  
1316         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
1317
1318 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
1319
1320         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
1321         "message_type" and "buttons" CONSTRUCT properties. (#64069)
1322
1323         * tests/testsocket.c: Expand tests to add a "local passive
1324         child" (Test case for #64428)
1325
1326 2001-11-14  jacob berkman  <jacob@ximian.com>
1327
1328         * gtk/gtkgamma.c (button_clicked_callback): create the label with
1329         a mnemonic
1330
1331 2001-11-15  Sven Neumann  <sven@gimp.org>
1332
1333         * tests/testgtk.c: make it compile without warnings.
1334
1335 2001-11-14  Alex Larsson  <alexl@redhat.com>
1336
1337         * gtk/gtklabel.c:
1338         Don't recalculate the layout on each gkt_label_ensure_layout () for
1339         wrapped labels.
1340
1341 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
1342
1343         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
1344         the currently selected column when we get the column, #64380
1345
1346         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
1347         to cancel CellRendererText editting, #63613
1348
1349         * gtk/gtkcellrenderertext.c: ditto
1350
1351         * gtk/gtkcellrenderertext.h: formatting changes
1352
1353 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
1354
1355         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
1356
1357         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
1358
1359         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
1360
1361         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
1362
1363         * gtk/gtklabel.c: Documentation fixes (#64452)
1364
1365 2001-11-14  Daniel Egger  <degger@fhm.edu>
1366
1367         * gdk-pixbuf/io-xpm.c: 
1368         (xpm_skip_whitespaces): Remove unused static function.
1369         (xpm_skip_string): Dito.        
1370         (xpm_extract_color): Declare const variable const to avoid warnings. 
1371
1372         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
1373         
1374         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
1375         
1376         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
1377         a long.
1378
1379 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
1380
1381         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
1382         out accidental commit of debugging timing code.
1383
1384 2001-11-14  Havoc Pennington  <hp@redhat.com>
1385
1386         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
1387         it doesn't move to a new line each time you press it
1388
1389         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
1390         return value, #62987
1391
1392 2001-11-14  Havoc Pennington  <hp@redhat.com>
1393
1394         * tests/testtextbuffer.c (main): bulk of the tests were commented
1395         out, oops.
1396
1397         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
1398         function work, should resolve #63426
1399         (gtk_text_iter_ends_line): return TRUE for the end iterator
1400
1401         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
1402         a couple things that might get cached in here.
1403
1404 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
1405
1406         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
1407         "model" construct property for language bindings.
1408
1409         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
1410         function to let you set the column types of a GtkTreeStore for
1411         language bindings.
1412
1413         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
1414
1415 2001-11-13  Havoc Pennington  <hp@redhat.com>
1416
1417         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
1418         including reference to bugzilla bug about how we should have 
1419         a better way of positioning children
1420
1421         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
1422
1423         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
1424         size to side rects if they don't exist, #63438
1425
1426 2001-11-13  Havoc Pennington  <hp@redhat.com>
1427
1428         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
1429         properly replace selection with Return or Tab
1430
1431         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
1432         that didn't locate the end of the line correctly, should fix #63800
1433
1434 2001-11-13  Havoc Pennington  <hp@redhat.com>
1435
1436         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
1437         to requisition, request non-anchored children
1438         (gtk_text_view_size_allocate): handle border width, allocate
1439         non-anchored children
1440         (text_view_child_new_window): set the child as object data
1441         (gtk_text_view_move_child): allow children at negative
1442         coordinates, no reason why not
1443         (gtk_text_view_forall): make it copy the list of children before
1444         walking it, to avoid reentrancy issues  
1445         (gtk_text_view_move_child): short-circuit if position is unchanged
1446         (changed_handler): only queue_resize if requisition has changed
1447         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
1448         a better job of invalidation ourselves
1449
1450         * tests/testtext.c: add tests for the fixed-position children
1451
1452 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
1453
1454         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
1455         with gdk threads macro.
1456
1457 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
1458
1459         * gtk/maketypes.awk: fix type utils generation on unix.
1460
1461         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
1462         registry.
1463
1464         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
1465         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
1466         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
1467         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
1468         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
1469         introduced ::accel_changed signal for change notification, and
1470         gtk_accel_group_connect/disconnect to connect closures to accel groups.
1471         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
1472         functions.
1473         deprecated gtk_accel_group_ref/unref.
1474
1475         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
1476         to accel group changed notification and basically operate on closures.
1477         removed gtk_accel_label_get_accel_object and
1478         gtk_accel_label_set_accel_object.
1479         introduced gtk_accel_label_set_accel_closure, and for convenience,
1480         gtk_accel_label_set_accel_widget.
1481
1482         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
1483         which mostly moved into gtkaccelmap.[hc].
1484         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
1485         and gtk_item_factory_print_func.
1486
1487         * gtk/gtkmain.c: call _gtk_accel_map_init().
1488
1489         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
1490         that associates an accelerator path with menu items, through which
1491         persistent accelerator settings on menu items are enabled.
1492
1493         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
1494         paths of menu item can be default constructed to allow installation
1495         of accelerators on menu items that don't come with an accelerator
1496         binding by default.
1497
1498         * gtk/gtksettings.c: fix STRING type rc settings by special casing
1499         them appropriately in the parser.
1500
1501         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
1502         gtk_signal_newv().
1503
1504         * gtk/gtkwidget.[hc]: accelerator API revamp.
1505         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
1506         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
1507         gtk_widget_(un)lock_accelerators.
1508         accelerators maintained through gtk_widget_add/remove_accelerator()
1509         are not runtime changable now, the correct sequence to setup a
1510         widget for runtime changable accelerators is now:
1511           gtk_accel_map_add_entry(accel_path, key, mods);
1512           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
1513
1514         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
1515         group changes (as well as mnemonic changes) through the new signal
1516         ::accels_changed.
1517
1518 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
1519
1520         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
1521         GString->string conversions.
1522
1523 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
1524
1525         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
1526         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
1527
1528 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
1529
1530         * gtk/gtktreeview.c: Documentation fixes. (#64377)
1531         
1532         * gtk/gtktreestore.c: Documentation fixes. (#64376)
1533
1534 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
1535
1536         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
1537         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
1538         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
1539         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
1540
1541 2001-11-10  Hans Breuer  <hans@breuer.org>
1542
1543         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
1544         we know what we are talking about when asked for MINMAXINFO.
1545         Also some cleaning for !HAVE_DIMM_H etc.
1546
1547 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
1548
1549         * gtk/gtktreeviewcolumn.c: Fix docs for 
1550         gtk_tree_view_column_set_sort_order. (#62647)
1551         
1552         * gtk/gtkcontainer.c: Fix docs for 
1553         gtk_container_set_border_width. (#64139)
1554
1555         * gtk/gtkcolorsel.c: Documentation fixes.
1556
1557 2001-11-10  Hans Breuer  <hans@breuer.org>
1558
1559         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
1560         don't have strcasecmp()
1561
1562         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
1563         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
1564         code duplication wrap it in its own function and use it in 
1565         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
1566
1567         * gdk/win32/gdkdrawable-win32.c : implement the finalize
1568         method like the X11 version does, allow to set_colormap NULL
1569         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
1570         set_colormap, also some adaption to X11 version :
1571         (gdk_window_hide) call _gdk_window_clear_update_area
1572         (gdk_window_reparent) call _gdk_window_init_position
1573
1574         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
1575         call gdk_window_resize() after all hints are set, because the
1576         window resizing process (WM_GETMINMAXINFO) takes all of them into 
1577         account
1578
1579         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
1580
1581         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
1582         sizeof (GdkVisualPrivate)
1583
1584         * gdk/gdk.def gtk/gtk.def : upated externals
1585
1586         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
1587           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
1588         from now on use make.msc from $(TOP)/glib/build/win32
1589
1590         * gtk/stock-icons/makefile.msc : add stock_missing_image
1591
1592 2001-11-08  Tor Lillqvist  <tml@iki.fi>
1593
1594         * README.win32: Add headers. Add section about ActiveIMM.
1595
1596         * configure.in: Add --with-ie55 flag to specify the location of
1597         the "IE55 libs and headers" package downloadable from Microsoft,
1598         which contains, among other things, the Active IMM header dimm.h
1599         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
1600         Require GLib 1.3.10.
1601         
1602         * config.h.win32.in: New version, produced by merging two
1603         configure-generated ones (for gcc and MSVC). Hopefully #defines
1604         the same flags that the previous, hand-written one, did.
1605
1606         * gdk/Makefile.am
1607         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
1608
1609         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
1610         stuff. Remove unused GdkIOClosure.
1611
1612         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
1613         available).
1614
1615         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
1616         for uuid.lib. (Does it really have to be this hard to use an
1617         existing library with libtool? Probably I am missing something.)
1618
1619 2001-11-08  Darin Adler  <darin@bentspoon.com>
1620
1621         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
1622         typo where it says LEFT instead of CENTER.
1623
1624 2001-11-07  Darin Adler  <darin@bentspoon.com>
1625
1626         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
1627         (gtk_dialog_set_default_response): Add g_return_if_fail.
1628
1629 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
1630
1631         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
1632         Add row_draggable() vfunc, and wrapper function.
1633
1634         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
1635         row_drop_possible take a GtkSelectionData, rather than
1636         model/row pair.
1637
1638         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
1639         new DND interfaces.
1640
1641         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
1642         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
1643         and rename them to enable_model_drag_source/dest.
1644
1645         * gtk/treeviewcolumn.c: Add DND of columns between rows.
1646         Still can't drop _to_ the left tree, but other places
1647         work.
1648
1649         * gtk/gtktreeview.c (unset_reorderable): Unset the
1650         reorderable property if unset/enable_model_drag_source/dest
1651         are called manually.
1652
1653         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
1654         Correct for change in depth count handling.
1655
1656         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
1657         Pass in a expose area to gtk_tree_view_column_cell_render()
1658
1659 2001-11-06  Havoc Pennington  <hp@redhat.com>
1660
1661         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
1662
1663 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
1664
1665         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
1666
1667 2001-11-05  Havoc Pennington  <hp@redhat.com>
1668
1669         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
1670         widgets in here
1671         (gtk_text_view_realize): set parent window of child widgets
1672         (gtk_text_view_size_request): use child req to decide whether
1673         to invalidate layout, not widget->requisition
1674
1675         * gtk/gtktextdisplay.c (render_layout_line): set
1676         shaped_width_pixels for NULL shape objects, so that we properly
1677         draw the "missing pixbuf/widget" thing
1678         (render_layout_line): don't draw the widget here
1679         (gtk_text_layout_draw): pass out a list of widgets that need exposing
1680
1681         * demos/gtk-demo/textview.c (insert_text): add demo of child
1682         widgets
1683
1684         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
1685
1686         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
1687
1688         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
1689         scroll offsets
1690         (gtk_text_view_value_changed): poke new X and Y into child allocations
1691
1692 2001-11-06  Tor Lillqvist  <tml@iki.fi>
1693
1694         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
1695         -specific directory on Windows, too (#63759).
1696
1697 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
1698
1699         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
1700         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
1701         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
1702         directly to Picture objects instead of using XftDraw.
1703         This fixes the problem where we weren't able to 
1704         properly destroy XftDraw objects before destroying
1705         the accompanying windows, and probably improves
1706         efficiency a bit too. (#50214)
1707
1708 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
1709
1710         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
1711         Clamp max window width/height to 32767, not 32768 since
1712         we have to be able to deal with a dx/y of -32768 without
1713         getting a width of 65536 when guffaw scrolling.
1714
1715         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
1716         for the guffaw scrolling case, fixing some problems with
1717         copy-area case as well. Fix BadValue bug with moving windows
1718         by large amounts.
1719
1720         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
1721         clip in window structue before calling gdk_window_invalidate_region
1722         since that trims new invalidations to the window's visible
1723         region.
1724
1725         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
1726         Really set the static window gravity on the children, not
1727         repeatedly on the window.
1728
1729         * gtk/testgtk.c: Add a torture test for big windows and 
1730         gdk_window_scroll().
1731
1732 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
1733
1734         * acconfig.h configure.in: sigsetjmp is macroized in some places,
1735         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
1736
1737 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
1738
1739         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
1740         in terms of pango_color_parse().
1741
1742         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
1743         gdk_color_parse() implementations.
1744
1745 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
1746
1747         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
1748         queue_resize_on_group with both the old and new mode, not
1749         just the new mode. (#60171, Nicolas Setton). Also, notify
1750         the "mode" property.
1751         
1752 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
1753
1754         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
1755         for use in "shallow invalidation" of a widget. (Windows belonging
1756         to the widget, but not to the widget's children)
1757
1758         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
1759         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
1760         up on ancestors up to the resize container on queue_resize. Size
1761         requests only actually take place if GTK_REQUEST_NEEDED, size
1762         allocations only take place if GTK_ALLOC_NEEDED or the size
1763         changed.
1764
1765         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
1766         container->resize_widgets and the RESIZE_NEEDED flag since the
1767         above flags are sufficient to figure out what needs to be
1768         resized/reallocated. Remove code manipulating
1769         container->resize_widget.
1770
1771         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
1772         allows widgets to turn off being automatically invalidated is when
1773         they are resized.
1774
1775         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
1776         a widget is resized or moved is "shallow" as described above -
1777         only the windows that need to be invalidated are invalidated.
1778
1779         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
1780         Make these widget's init functions call 
1781         gtk_widget_set_redraw_on_allocate(widget,FALSE).
1782
1783         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
1784         _gtk_container_queue_resize(), since we don't want
1785         redrawing. (Probably could be done for other 
1786         calls to gtk_widget_queue_resize() in gtkwindow.c,
1787         but this is the most important one.)
1788
1789         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
1790         gtk_widget_queue_draw() - size_allocate() handles
1791         that as appropriate.
1792
1793         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
1794         of queue_clear() to avoid invalidating children.
1795
1796 2001-11-04  jacob berkman  <jacob@ximian.com>
1797
1798         * gtk/gtkmain.c (find_module): don't free the module name until
1799         after we load the module
1800
1801 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
1802  
1803         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
1804         derivation instead of boxed derivation.
1805  
1806         * gtk/gtkmarshal.list: Remove some now unused marshallers.
1807  
1808 2001-11-04  Tor Lillqvist  <tml@iki.fi>
1809
1810         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
1811         include yesterday, without really thinking), as that defeats the
1812         working of correct_libdir_prefix() (it becomes a no-op.). Add
1813         comment mentioning that. Thanks to Hans Breuer for noticing.
1814         
1815 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
1816
1817         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
1818         signal argument (was GtkWidget*).
1819
1820         * gtk/gtkwindow.c (gtk_window_frame_event),
1821           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
1822         Fixed argument types as above, removed GTK_WINDOW casts and
1823         added some GTK_WIDGET casts instead.
1824
1825 2001-11-03  Hans Breuer  <hans@breuer.org>
1826
1827         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
1828         finalize to parent class to get removed from the toplevel_list.
1829         Should fix 'random' crashes of #63474.
1830
1831         * gtk/gtktreemodelsort.c : chain finalize() to parent class
1832
1833 2001-11-03  Tor Lillqvist  <tml@iki.fi>
1834
1835         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
1836         for .dll or .so as appropriate as module suffix.
1837
1838         * gtk-zip.sh.in: Use correct import library names.
1839
1840         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
1841
1842         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
1843         Windows to turn build-time paths from a gtk.immodules distributed
1844         as part of a binary package into runtime ones in the
1845         end-user-chosen installation directory.
1846         (gtk_im_module_init): Use it for module path and domain
1847         directory.
1848
1849 2001-11-02  Tor Lillqvist  <tml@iki.fi>
1850
1851         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
1852         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
1853         Windows.
1854
1855 2001-10-30  Tor Lillqvist  <tml@iki.fi>
1856
1857         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
1858         files. Configure on Win32 (running on Cygwin) thinks symlinks
1859         exist, but pkg-config is not necesarily a Cygwin program, and
1860         doesn't understand them.
1861
1862 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
1863
1864         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
1865         a bit.  I don't think it's completely correct yet, but it's
1866         getting there.
1867
1868 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
1869
1870         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
1871         random + 5 for width and height. If people want padding,
1872         they should add padding. (Note the +5 isn't padding
1873         that will always appear - it just appears in the case
1874         where the widget is allocated it's requisition.)
1875         (#51018, Janet Davis)
1876
1877 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
1878
1879         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
1880         the structure for future expansion.
1881
1882 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
1883
1884         Patch from HideToshi Tajima (#51922)
1885         
1886         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
1887
1888         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
1889         set_use_preedit().
1890         
1891         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
1892         to destroy the input context because we change the
1893         client window or use_preedit, make sure we empty
1894         the preedit string.
1895
1896 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
1897
1898         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
1899         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
1900         proposed ordering of buttons with [OK] in the lower
1901         right hand corner. Patch from Gregory Merchan,
1902         #56331.
1903
1904 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
1905
1906         * gtk/gtklabel.c (gtk_label_select_region_index): remove
1907         extraneous gtk_label_clear_layout (label)
1908
1909 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1910
1911         * tests/makefile.msc, gtk/makefile.msc.in: Removed
1912         -DGTK_DISABLE_COMPAT_H.
1913
1914         * docs/Changes-2.0.txt:
1915         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
1916
1917         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
1918
1919 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
1920
1921         * examples/**/Makefile.am: Convert to use pkg-config
1922         rather than gtk-config. (#53375, Skip Montanaro)
1923
1924 2001-11-02  Matt Wilson  <msw@redhat.com>
1925
1926         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
1927         broken unused, non-compiling, static function.
1928
1929 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
1930
1931         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
1932         Iterate through children of the action area, not of
1933         the vbox. (#58278, Sergey Kuzminov)
1934
1935 2001-11-01  Havoc Pennington  <hp@pobox.com>
1936
1937         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
1938         order to remove a workaround in Nautilus that forced
1939         GTK_ENABLE_BROKEN
1940
1941         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
1942
1943 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
1944
1945         * gtk/gtkrange.c: Patch from George Lebl to 
1946         fix division by zero for full scroll bars. (#62114)
1947
1948 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
1949
1950         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
1951         around gtk_widget_event() if we are going to
1952         set a flag afterwards. (#63464)
1953
1954 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
1955
1956         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
1957         Actually add the missing/broken image icon as the
1958         image for the "missing image" stock icon.
1959
1960 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
1961
1962         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
1963         Set a reasonable default height for the window.
1964
1965         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
1966         bug where subsequent '-' weren't converted to '_'.
1967         (#59550, Matthias Clasen)
1968
1969         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
1970         justify the Help menu - just include a comment on
1971         how to do it. (#63539,  Marius Andreiana)
1972
1973         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
1974         list GTK_ICON_SIZE_INVALID.
1975
1976         * demos/gtk-demo/stock_browser.c: Show the biggest available
1977         size, not a fixed size. (Often reported, including #63539, 
1978         Marius Andreiana)
1979
1980 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
1981
1982         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
1983         #59583
1984
1985         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
1986         warning.
1987
1988 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
1989
1990         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
1991         (Daniel Elstner).
1992
1993 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
1994
1995         * gtk/gtkimcontext.[ch]: Add:
1996           - A ::retrieve_surrounding signal that asks the widget for
1997             context around the insertion point.
1998           - A ::delete_surrounding signal that asks the widget to 
1999             delete context aroudn the insertion point.
2000           - gtk_im_context_set_context() for widgets to set context
2001             around the insertion point in response to ::retrieve_context.
2002           - gtk_im_context_get_context() for context to get context
2003             around the insertion point
2004
2005         * gtkmarshal.list: Add BOOL:INT,INT
2006
2007         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
2008         set_surrounding() methods, and the ::retrieve_surrounding /
2009         ::delete_surrounding signals.
2010
2011         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
2012         GtkIMContext::retrieve_surrounding / ::delete_surrounding
2013         signals.
2014
2015 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
2016
2017         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
2018         it's amazing how well things work sometimes, even when they're
2019         completely wrong.
2020
2021         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
2022         where you could try to collapse a node w/o it having children.
2023
2024         (gtk_tree_view_class_init): remove Shift L<->R as they already
2025         existed for expand/collapse.
2026
2027 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
2028
2029         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
2030         found by Matt Wilson.
2031
2032 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
2033
2034         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
2035         Control, and Shift|Control L<->R, #63475
2036
2037 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
2038
2039         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
2040         infinite loop noticed by yosh.
2041
2042 2001-11-01  Michael Meeks  <michael@ximian.com>
2043
2044         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
2045         GTK_REALIZED flag so we don't re-enter when we are
2046         destroyed from the plug side.
2047
2048 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
2049
2050         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
2051         Add a "menu" property and notify on it. (#62798,
2052         Padraig O'Briain)
2053
2054         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
2055         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
2056         Fix set_text to take a gchar, not a guchar, and to have 
2057         a len argument.
2058
2059 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
2060
2061         * gtk/gtkstock.c: fix typo to make it compile
2062
2063 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
2064
2065         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
2066         the widget is insensitive, draw the text insensitively, #63306
2067
2068 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
2069
2070         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
2071
2072 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
2073
2074         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
2075         gtk_selection_data_set_tree_row, #60218
2076         (gtk_tree_get_row_drag_data): rename
2077         gtk_selection_data_get_tree_row, #60218
2078
2079         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
2080         get this right, after the third try, #63122.
2081
2082 2001-10-31  jacob berkman  <jacob@ximian.com>
2083
2084         * gdk/gdkselection.h (GDK_TARGET_STRING): 
2085         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
2086         for Xatoms (and not using the XA_* macros)!
2087
2088 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
2089
2090         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
2091         gtk_window_get_focus() getter to determine the currently
2092         focused widget within the window. (#63145, request
2093         from Damian Ivereigh)
2094
2095 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
2096
2097         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
2098
2099         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
2100         GTK_SELECTION_NONE enum.
2101         (_gtk_tree_selection_internal_select_node): ditto
2102
2103         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
2104         constness.
2105
2106         * gtk/gtkcellrenderertoggle.c: more yummy constness.
2107
2108         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
2109         if mode == GTK_SELECTION_NONE
2110
2111 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
2112
2113         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
2114         "cursor_changed" signal, #62850.
2115
2116 2001-10-31  Matt Wilson  <msw@redhat.com>
2117
2118         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
2119         allocating the treedatalist, zero it to make sure the values are
2120         cleared from any garbage that was in this chunk.
2121
2122 2001-10-31  Murray Cumming  <murrayc@usa.net>
2123
2124         * gtk/cellrenderertext.h: "edited" default signal handler
2125         gchar* args are now const.
2126         gtk/cellrenderertoggle.h: "toggled" default signal handler
2127         gchar* arg is now const.
2128         Also changed other signal handlers for "edited" and "toggled" to
2129         have the same signature.
2130
2131 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
2132
2133         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
2134         rewrite.  Static models now totally work.  I'm not 100% sure about
2135         row_inserted and row_changed, but I'll get those later.
2136
2137 2001-10-30  Sven Neumann  <sven@gimp.org>
2138
2139         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
2140         output for configure --help.
2141
2142 2001-10-30  Havoc Pennington  <hp@pobox.com>
2143
2144         * gtk/gtktextview.c (changed_handler): Update the IM spot location
2145         here, if text was invalidated in the visible area, because the
2146         scroll offset doesn't normally change in that case, and the mark
2147         isn't set, just implicitly moved over as text is added/removed
2148         
2149 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
2150
2151         * gtk/gtkseparatormenuitem.c: Code cleanup.
2152         (gtk_separator_menu_item_class_init): Fix bugs in this code.
2153
2154 2001-10-29  jacob berkman  <jacob@ximian.com>
2155
2156         * gdk/Makefile.am (LDFLAGS): 
2157         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
2158         LDFLAGS, so put win32 flags in here
2159
2160 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
2161
2162         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
2163         I can't believe this took this long to fix.
2164
2165 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
2166
2167         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
2168         reordered signal.
2169
2170 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
2171
2172         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
2173         the focus to the fileop entry for create dir / rename
2174         file. (#62838)
2175
2176 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
2177
2178         * configure.in: Don't use AC_CHECK_FILE to check for a 
2179         file since it always spits warnings about cross compilation,
2180         use -f instead. It's not like we cross compile properly
2181         anyways.
2182
2183         * configure.in (gtktargetlib): Move call to AC_PROG_CC
2184         to suppress autoconf warning.
2185
2186         * acconfig.h: Add some missing #undefs from recent
2187         Win32 additions.
2188
2189 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
2190
2191         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
2192         when we didn't find it. (#62944, Eric Lemings)
2193
2194         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
2195         sign in assignment. (#63209, Arkadiusz Miskiewicz)
2196
2197 2001-10-29  Anders Carlsson  <andersca@gnu.org>
2198
2199         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
2200         the buttons size request before using it. Fixes #61696.
2201
2202 2001-10-29  Tor Lillqvist  <tml@iki.fi>
2203
2204         * README.win32: Updates.
2205
2206         * gtk-zip.sh.in: New file, used to build distribution package for
2207         Windows.
2208
2209         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
2210         applicable with GDKVAR.
2211
2212         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
2213         Wintab library.
2214
2215         * gdk/win32/gdkwin32.h
2216         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
2217         X11 headers better, and to enable gdkwin32.h to be installed and
2218         included from applications, but not the *-win32.h headers.
2219
2220         * gdk/win32/*.c: Corresponding small changes, simplifications of
2221         #includes.
2222         
2223         * gdk/win32/gdkregion-win32.c: Remove.
2224
2225         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
2226
2227         * gdk/win32/gdkfont-win32.c
2228         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
2229
2230         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
2231         GDK_NONE values into hash table.
2232
2233         * gtk/gtk.def: Update.
2234
2235         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
2236         gethostname().
2237
2238         * gtk/gtkmain.c 
2239         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
2240         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
2241         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
2242         g_win32_get_package_installation_subdirectory() with the actual
2243         DLL name saved above. Redefine above directory name macros to call
2244         these functions. Remove some ifdefs.
2245
2246         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
2247         variable for export on Win32) also to the _vars file.
2248
2249         Changes for autoconfiscated build on Win32, and addition of Win32
2250         backend to the related files:
2251         
2252         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
2253         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
2254         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
2255         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
2256         win32 target, using pangowin32. Don't use the
2257         -export-symbols-regex option on Win32, we use .def files to list
2258         exported symbols. Check <winsock.h> (for gethostname() in
2259         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
2260         prevent premature m4 expansion.
2261
2262         * acconfig.h: Add HAVE_WINTAB.
2263
2264         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
2265         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
2266         MS_LIB_AVAILABLE, build MS import library. Install the import
2267         libraries. If HAVE_WINTAB, link with the Wintab library.
2268
2269         * gdk/win32/Makefile.am: Actually enable building the win32
2270         objects here, not just list all files in EXTRA_DIST. Link in the
2271         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
2272         copy the Wintab library into the .libs directory. 
2273
2274         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
2275         name of the GDK DLL when fetching the icon. Use the HMODULE saved
2276         in gdk_dll_hinstance by DllMain.
2277
2278         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
2279         build/win32/lt-compile-resource script.
2280
2281         * gdk/win32/rc/gdk.rc.in
2282         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
2283
2284         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
2285         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
2286         file. Install import libraries.
2287
2288 2001-10-29  Anders Carlsson  <andersca@gnu.org>
2289
2290         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
2291
2292 2001-10-28  Hans Breuer  <hans@breuer.org>
2293
2294         * gdk/gdk.c gdk/gdkevents.c
2295           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
2296           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
2297           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
2298           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
2299           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
2300           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
2301           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
2302         static correct-ness, underscore prefixing of library internal 
2303         functions
2304         (applied the undisputed and the win32 part. Of the latter 
2305          I'm probably the one who will change it back again, if Owen
2306          decides that the Gdk*Impl types should not be private to Gdk)
2307
2308         * gdk/gdk.def : added the remaining exported functions
2309
2310 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
2311
2312         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
2313         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
2314         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
2315
2316 2001-10-28  jacob berkman  <jacob@ximian.com>
2317
2318         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
2319         gtk_settings_get_default() here as that requires an X connection
2320         (which breaks doc building with no X connection) and is not
2321         multihead safe
2322         (gtk_color_selection_init): delay palette loading until realize
2323         time
2324         (gtk_color_selection_realize): load the palette, and initialize
2325         the global palette if it hasn't been already
2326
2327         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
2328         visual/cmap fields of klass->info since they are gone
2329         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
2330         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
2331         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
2332
2333         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
2334         cmap fields
2335         (gtk_preview_get_visual):
2336         (gtk_preview_get_cmap): mark as deprecated
2337
2338         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
2339         changes
2340
2341 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
2342
2343         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
2344         structure to have GObject not GtkObject as
2345         parent_instance. (Jeff Franks.)
2346
2347 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
2348
2349         * gdk/x11/gdkinput.c: Typo fix.
2350
2351 2001-10-26  Havoc Pennington  <hp@pobox.com>
2352
2353         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
2354         update_im_spot_location here explicitly
2355         (gtk_text_view_reset_im_context): don't update the spot location
2356         here
2357
2358 2001-10-27  Anders Carlsson  <andersca@gnu.org>
2359
2360         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
2361         This fixes #62942.
2362
2363         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
2364         Clarify that we're returning a spin button in the _new function.
2365         This fixes #54097.
2366         
2367 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
2368
2369         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
2370         Unfortunately, people apparently erroneously connect
2371         to ::clicked for GtkToggleButton and expect
2372         they know what happened in the default signal handler
2373         instead of appropriately connecting to notification
2374         signal ::toggled. When the revolution comes, such
2375         people will be first against the wall.
2376
2377         We'll just have to go back to the old less-reliable
2378         set-it-back hacks for handling model-view check
2379         buttons and radio buttons. :-(. 
2380
2381 2001-10-27  Hans Breuer  <hans@breuer.org>
2382
2383         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
2384           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
2385           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
2386           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
2387           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
2388           gtk/gtktreestore.c gtk/gtkvbbox.c : 
2389         to simplify parsing for exported functions:
2390         - made implementation signature static, when the local 
2391           prototype already was
2392         - put the functions return value on it's own line
2393         - added as space between the function name and the 
2394           opening bracket
2395
2396         * gtk/gtk.def : added the remaining exported functions
2397
2398 2001-10-27  Anders Carlsson  <andersca@gnu.org>
2399
2400         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
2401         Add note about width having to be greater than 0. This fixes
2402         #55574. 
2403
2404         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
2405         Fix docs to say previous instead of next.
2406         (gtk_text_iter_backward_word_start): Likewise.
2407         This fixes bug #62980.
2408
2409         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
2410         that the valid width is in range 0-65535 pixels. Fixes bug 
2411         #56754.
2412
2413         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
2414         a dot in the documentation. Fixes bug #62632.
2415
2416         * gdk/x11/gdkmain-x11.c: Replace int and guint with
2417         long and gulong in some places to make the code 64-bit
2418         clean.
2419         (_gdk_windowing_init_check): Replace gint with gulong.
2420         This patch was made by George Lebl and fixes bug #62113.
2421
2422         * tests/testgtk.c (create_range_controls): Don't set a 
2423         fixed height on the hscale widget. This fixes "bug" 
2424         #55840.
2425         (create_window_states): Set up destroy signals so that
2426         all windows will be destroyed when one is. This fixes 
2427         bug #58133.
2428
2429 2001-10-26  Anders Carlsson  <andersca@gnu.org>
2430
2431         * gtk/gtktreeview.c: 
2432         (gtk_tree_view_class_init): Create new "indent_expander"
2433         style property.
2434
2435         (gtk_tree_view_get_arrow_xrange): Add a tree argument
2436         to the function since the xrange can change depending
2437         on where in the tree we are. 
2438         
2439         (coords_are_over_arrow): Update function call to
2440         gtk_tree_view_get_arrow_xrange.
2441         (gtk_tree_view_draw_arrow): Likewise.
2442         
2443         (gtk_tree_view_real_expand_collapse_cursor_row):
2444         Call real_{expand|collapse}_row, so that we'll have an
2445         animation.
2446
2447 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
2448
2449         * tests/Makefile.am: fixed a small typo
2450
2451 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
2452
2453         * demos/gtk-demo/list_store.c (create_model): Anders
2454         Carlsson suggested to use G_N_ELEMENTS here
2455
2456 2001-10-26  Sven Neumann  <sven@gimp.org>
2457
2458         * gtk/gtkbutton.[ch]
2459         * gtk/gtkdnd.c: fixed inline comments
2460         
2461         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
2462
2463 2001-10-26  Hans Breuer  <hans@breuer.org>
2464
2465         * gdk-pixbuf/gdk_pixbuf.def : 
2466         * gdk/gdk.def : 
2467         * gtk/gtk.def : updated externals
2468
2469         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
2470         gdk_window_lookup implementation. It already was in
2471         gdk/win32/gdkwindow-win32.c
2472
2473         * gdk/win32/gdkproperty-win32.c : made it compile again
2474         after GdkAtom API change
2475
2476         * gtk/gtk/makefile.msc.in : updated
2477
2478 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
2479
2480         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
2481         require GLib 1.3.10.
2482
2483         * NEWS: updates.
2484
2485 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
2486
2487         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
2488         invalid nodes.
2489          (_gtk_rbnode_rotate_right): Ditto.
2490          (_gtk_rbtree_node_mark_invalid): New function.
2491          (_gtk_rbtree_node_mark_valid): New function.
2492
2493         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
2494         GObject, not a GtkObject.
2495         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
2496         correct.
2497         (gtk_tree_model_sort_row_deleted): ditto.
2498         (gtk_tree_model_sort_{un,}ref_node): Fix.
2499
2500         * gtk/gtktreeview.c: Protean incremental reflow support (commented
2501         out)
2502
2503         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
2504         to const char *key.
2505
2506         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
2507         Important 1 line fix to fix a lot of refcounting woes.
2508
2509 2001-10-25  Matt Wilson  <msw@redhat.com>
2510
2511         * gtk/gtktextview.c (gtk_text_view_destroy): call
2512         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
2513         now invalidates) so that we remove our idle functions.
2514         (gtk_text_view_destroy_layout): remove the first_validate_idle as
2515         well.
2516
2517         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
2518         the 'indent' property is G_MININT to G_MAXINT.  Don't use
2519         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
2520         instead.
2521
2522 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2523
2524         * gtk/gtktreeview.c: 
2525         (gtk_tree_view_real_expand_row): add an animate argument
2526         (gtk_tree_view_real_collapse_row): likewise
2527         
2528         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
2529         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
2530         (gtk_tree_view_collapse_row): update functions that call
2531         real_{expand|collapse}_row to set the animate argument 
2532         accordingly.
2533         
2534 2001-10-24  Alex Larsson  <alexl@redhat.com>
2535
2536         * gdk/linux-fb/gdkfont-fb.c:
2537         Update to new Pango APIs
2538
2539         * gdk/linux-fb/gdkproperty-fb.c:
2540         Update to new GdkAtom APIs
2541
2542         * gdk/linux-fb/gdkwindow-fb.c:
2543         Remove warnings
2544
2545 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
2546
2547         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
2548
2549 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
2550
2551         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
2552         s_path as a child path
2553
2554 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
2555
2556         * gtk/gtktreemodelsort.c: more changes in an attempt to get
2557         it right. It's not yet ready for general consumption.
2558
2559         * tests/treestoretest.c: add a button and entry for the new
2560         iter_change function
2561         (iter_change): new function, to test
2562         the row_changed signal implementation of the GtkTreeModelSort
2563
2564         * tests/testtreesort.c: cleanups, changes to test more features
2565         of the GtkTreeModelSort at once
2566
2567 2001-10-24  Havoc Pennington  <hp@redhat.com>
2568
2569         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
2570         remove hack to strip off the bogus newline, since we killed the
2571         bogus newline; fixes #61779
2572
2573 2001-10-24  Havoc Pennington  <hp@redhat.com>
2574
2575         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
2576         create layout if we didn't have one
2577         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
2578         as appropriate, avoids blanking the screen 
2579         (gtk_text_view_invalidate): new function to do invalidation,
2580         containing old guts of invalidated_handler
2581
2582 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
2583
2584         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
2585         dreadful tooltips.
2586
2587 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
2588
2589         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
2590         set window->parent (except or the root window itself); if 
2591         the window's parent is not a GdkWindow, or is a window of 
2592         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
2593
2594         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
2595         windows of type GDK_WINDOW_FOREIGN.
2596
2597 2001-10-24  Havoc Pennington  <hp@pobox.com>
2598
2599         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
2600         the front of a segment, use the "slow" technique for moving
2601         backward, so we don't mess up the any_segment field in the iter. 
2602         Fixes #57707
2603
2604         * tests/testtextbuffer.c: add code to detect #57707, to avoid
2605         regression
2606
2607 2001-10-23  Havoc Pennington  <hp@redhat.com>
2608
2609         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
2610         if selection contains some editable text, #60975
2611         (gtk_text_view_scroll_to_iter): remove warning about scrolling
2612         prior to map; it should actually be OK to do so in many cases, 
2613         it would be nice to warn about scrolling when many lines have
2614         height 0, but I don't know what to do about that. Perhaps 
2615         move part of flush_scroll into this function? comment added 
2616         to consider this.
2617
2618 2001-10-23  Havoc Pennington  <hp@redhat.com>
2619
2620         * gtk/gtktextview.c (changed_handler): Correctly keep the same
2621         text on the top of the screen, considering that the changed region
2622         may have overlapped the first paragraph. Should fix msw's "text
2623         widget scrolled to wrong place on map" bug, and probably some
2624         other scrolling cases as well.
2625         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
2626         instead of some random value
2627
2628         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
2629         grab_focus, so #59708 is really fixed
2630
2631 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2632
2633         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
2634         (popup_targets_received): Call append_action_signal with stock items
2635         
2636         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
2637         (gtk_label_do_popup): Call append_action_signal with stock items
2638         
2639         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
2640         (popup_targets_received): Call append_action_signal with stock items
2641
2642 2001-10-23  Havoc Pennington  <hp@redhat.com>
2643
2644         * gtk/gtktextview.c (changed_handler): queue a resize here; will
2645         temporarily slow down the widget a lot, until we figure out how to
2646         optimize to avoid full redraw everytime we queue a resize.
2647
2648 2001-10-23  Havoc Pennington  <hp@redhat.com>
2649
2650         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
2651         0 and char_len == 0, bug #61729
2652
2653 2001-10-23  Havoc Pennington  <hp@redhat.com>
2654
2655         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
2656         return value, #61714 (Vitaly Tishkov)
2657         (gtk_text_iter_backward_sentence_starts): ditto
2658         (gtk_text_iter_backward_word_starts): ditto
2659         (gtk_text_iter_forward_word_ends): ditto
2660         (gtk_text_iter_forward_sentence_ends): ditto
2661         (gtk_text_iter_backward_cursor_positions): ditto
2662
2663 2001-10-23  Havoc Pennington  <hp@redhat.com>
2664
2665         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
2666         fix from Dov Grobgeld, #61858
2667
2668 2001-10-23  Havoc Pennington  <hp@redhat.com>
2669
2670         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
2671         Update IM spot location at appropriate times, #50626
2672         (Hidetoshi Tajima)
2673
2674 2001-10-23  Havoc Pennington  <hp@redhat.com>
2675
2676         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
2677         on grab focus, unless it's caused by button click, #59708
2678
2679 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
2680
2681         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
2682
2683         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
2684         G_CONST_RETURN. (Murray Cumming)        
2685
2686         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
2687         Make G_CONST_RETURN.
2688
2689         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
2690         results of g_get_home_dir().
2691
2692         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
2693         copy. Storing the return from gtk_entry_get_text() is evil.
2694
2695         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
2696         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
2697         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
2698         gtk/gtksignal.c: Add const.
2699
2700         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
2701
2702         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
2703         if we are setting them on private widgets.
2704
2705         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
2706         Duplicate entry->text before setting it as object data.
2707
2708 2001-10-22  Havoc Pennington  <hp@redhat.com>
2709
2710         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
2711         up a char from the end iterator, fixes #61859 ("can't put cursor
2712         at the end of the buffer")
2713
2714         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
2715         to work with delimiters other than newline.
2716
2717         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
2718         get_bytes_in_line
2719
2720         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
2721         last line, since the newline is no longer counted.
2722         (gtk_text_iter_get_bytes_in_line): ditto
2723
2724 2001-10-22  Havoc Pennington  <hp@redhat.com>
2725
2726         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
2727         #58290 would trigger if it reappeared, I think
2728
2729 2001-10-22  Havoc Pennington  <hp@redhat.com>
2730
2731         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
2732         add temporary code to dump btree contents on assertion failure
2733         described in #62656
2734         
2735         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
2736         assertions that we're getting the right end iter segment
2737
2738         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
2739         verify that we aren't on the end iterator after moving 
2740         forward one segment - fixes return value in an obscure case. 
2741         Also, some trivial code cleanup/rearranging.
2742         
2743 2001-10-22  Havoc Pennington  <hp@redhat.com>
2744
2745         * gtk/gtktextlayout.h: add a #error unless you define
2746         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
2747
2748         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
2749         
2750 2001-10-22  Havoc Pennington  <hp@redhat.com>
2751
2752         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
2753         #62365
2754
2755 2001-10-22  Havoc Pennington  <hp@redhat.com>
2756
2757         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
2758         #62436
2759
2760 2001-10-22  Havoc Pennington  <hp@redhat.com>
2761
2762         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
2763         #62366
2764
2765 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
2766
2767         * gtk/gtklabel.c: Add cursor-position, selection-bound 
2768         properties. (#62148, reported by Padraig O'Briain)
2769
2770         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
2771         to cursor_position. (1.3.x addition, text_position is an awful
2772         name.) Make cursor_position read-only to avoid sticky questions
2773         of interaction with selection_bound. (#62636, reported by
2774         Padraig O'Briain)
2775
2776 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
2777
2778         Fixing popup menus to have "Paste" sensitized correctly. Original
2779         patches from Damian Ivereigh, much mangled.
2780
2781         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
2782         gtk_selection_data_targets_include_text(). (#60854)
2783
2784         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
2785         the clipboard has text" function gtk_clipboard_wait_is_text_available.
2786         (#60854)
2787
2788         * gtk/gtkentry.c: Only enable the paste item if the clipboard
2789         contains text. (#60973)
2790
2791         * gtk/gtktextview.c: Only enable the paste item if the clipboard
2792         contains text. (#60975)
2793
2794 2001-10-22  Havoc Pennington  <hp@redhat.com>
2795
2796         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
2797         "height_lines" and "width_columns" properties, it doesn't make
2798         sense to set the size request on a text view really. #62103
2799
2800 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
2801
2802         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
2803         g_node_depth is broken, and that it's not worth being consistent
2804         with it.
2805
2806 2001-10-22  Havoc Pennington  <hp@redhat.com>
2807
2808         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
2809         docs, #61777
2810         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
2811         change the two boolean args to a flags field, so we can extend 
2812         to add case insensitive, regexp searches later. #61852
2813
2814 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
2815
2816         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
2817         reflect reality, #62810
2818
2819 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
2820
2821         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
2822
2823         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
2824         system.  Instead of having a window the size of the tree, we have
2825         a window the size of widget->allocation, and simply draw with the
2826         offset.
2827         (coords_are_over_arrow): ditto.  Move to window coordinates.
2828         (do_prelight): ditto
2829         (do_unprelight): ditto
2830
2831         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
2832         Minor fix from Kristian Rietveld to fix unsorted case.
2833
2834 2001-10-22  jacob berkman  <jacob@ximian.com>
2835
2836         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
2837         a PIXMAP cell (fixes crash when using PIXTEXT cells)
2838
2839 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
2840
2841         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
2842         (#58768, Vitaly Tishkov)
2843         
2844         * gtk/gtkobject.h: Deprecate with abandon. 
2845         (#61942, Vitaly Tishkov, Matthias Clasen)
2846
2847         * gtk/gtksignal.h: Deprecate everything.
2848
2849         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
2850         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
2851         (#61942, Matthias Clasen)
2852
2853         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
2854         Havoc Pennington)
2855
2856         * gtk/gtkitemfactory.h: Deprecate compat functions
2857         for GtkMenuFactory code. (#62071)
2858
2859         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
2860         gdk_draw_text,gdk_draw_text_wc. (#62071)
2861
2862 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
2863
2864         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
2865         g_thread_init(), we don't want to link to -lgthread if we don't
2866         have to.
2867
2868 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
2869
2870         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
2871         Add a function, gdk_threads_init() that must be explicitely 
2872         called to enable the GDK thread mutex.
2873
2874 2001-10-22  Jakub Steiner <jimmac@ximian.com>
2875
2876         * gtk/stock-icons/stock_stop.png: no body parts
2877         
2878 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
2879
2880         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
2881         problem with g_return_if_fail return value.
2882
2883         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
2884         virtual atom code from the gdk-multihead branch, removing the per-display
2885         part. Virtualizing atoms needs to be done now to prevent compat
2886         breakage in direct Xlib accessing code in the future. (#62208)
2887  
2888         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
2889         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
2890  
2891         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
2892         an opaque pointer type so the compiler catches attempts
2893         to mingle it with X atoms.
2894
2895         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
2896           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
2897           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
2898           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
2899           tests/testdnd.c,tests/testselection.c: 
2900         Fix up for above atom changes.
2901
2902         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
2903         now have the ability to add custom predefines.
2904
2905         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
2906         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
2907         to gtk_clipboard_get().
2908
2909         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
2910         for GdkAtom => pointer change.
2911
2912         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
2913         atoms, fix for GdkAtom => pointer change.
2914
2915 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
2916
2917         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
2918         new function spin_button_get_arrow_size() instead.
2919
2920         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
2921         arrow was hardcoded, it's now variable.
2922
2923         Fixes bug #50200
2924
2925 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
2926
2927         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
2928         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
2929         for those
2930
2931 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
2932
2933         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
2934         in favor of g_signal_*, gtk_object_* in favor of 
2935         g_object_*.
2936
2937 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
2938
2939         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
2940         from GObject now, we have to use the g_object_* functions, not
2941         gtk_object_*.
2942
2943 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
2944
2945         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
2946         nailed down now (this code is not yet ready for general consumption)
2947
2948 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
2949
2950         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
2951         for use_align
2952
2953 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
2954
2955         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
2956
2957 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
2958
2959         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
2960         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
2961         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
2962         GObject, not GtkObject. (#62621)
2963
2964 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
2965
2966         * tests/testsocket.c: Remove now useless include of unistd.h,
2967         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
2968         
2969 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
2970
2971         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
2972         Pango font API. #61933. (Untested, even for compilation.)
2973
2974 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
2975
2976         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
2977         export gtk_disable_setlocale(). (Caught by Sven Neumann)
2978
2979 2001-10-18  Havoc Pennington  <hp@redhat.com>
2980
2981         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
2982
2983 2001-10-18  Havoc Pennington  <hp@redhat.com>
2984
2985         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
2986         to GTK_RUN_LAST, #50239
2987
2988 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
2989
2990         * gtk/gtkimmodule.c (match_locale):
2991         Support "*" for all locales with least priority
2992         when to select default im module, #58201
2993
2994 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
2995
2996         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
2997         Fix docs. (#61976)
2998  
2999         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
3000
3001         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
3002
3003         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
3004         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
3005         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
3006         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
3007         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
3008         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
3009         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
3010
3011         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
3012
3013         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
3014         Don't restrict the width of the spinbutton entry field 
3015         to 10 digits. (#58681)
3016
3017 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
3018
3019         * tests/testtreeflow.c: new test program for the tree.
3020
3021 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
3022
3023         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
3024         reported by (Oleg Maiboroda), #62600
3025
3026 2001-10-18  Michael Meeks  <michael@ximian.com>
3027
3028         * gtk/gtkentry.c (gtk_entry_set_property),
3029         (gtk_entry_get_property): impl 'text'
3030         (gtk_entry_class_init): add the 'text' prop.
3031         (gtk_entry_insert_text): notify 'text' changed.
3032         (gtk_entry_delete_text): ditto.
3033
3034 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
3035
3036         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
3037         Documentation updates.
3038
3039 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
3040
3041         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
3042         in truncating length of text to MAX_SIZE. (Found by 
3043         Padraig O'Briain, #62055)
3044
3045 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
3046
3047         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
3048         MNEMONIC_ACTIVATE; signal was changed a long time
3049         ago.
3050
3051         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
3052         Fix wrong return statement. (Reported by HideToshi
3053         Tajima and others.)
3054
3055         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
3056         left over select_all vfunc.
3057
3058 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
3059
3060         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
3061         a utility function to translate coordinates relative to
3062         one widget's allocation to coordinates relative to another
3063         widget's allocation.
3064
3065         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
3066         that:
3067          - only accepts external focus if there is no active
3068            member of the group or the button is active.
3069          - makes arrow keys move the active button as well
3070            as the focus
3071          - make tab tab out directly.
3072         This makes a radio button group act as a single focus location.
3073         (#53577).
3074         
3075         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
3076         it was only a small optimization that didn't matter and made
3077         things more complicated.
3078
3079         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
3080         sorter for FOCUS_TAB as we did for the other focus directions,
3081         sort by center of widgets, not upper-left corner. (Shouldn't
3082         matter in general.)
3083
3084         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
3085         from the different types of focusing: encapsulate sorting the
3086         widgets for the focus direction into one routine
3087         (gtk_container_focus_sort()) and then share the work of moving the
3088         focus between the different focus directions.
3089
3090         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
3091         work correctly with focus chains containing non-immediate
3092         children. Sorting was being done using allocation coordinates for
3093         each widget in the focus chain, and if there were intermediate
3094         window-widgets, these allocations would not be in the same
3095         coordinate system.
3096
3097 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
3098
3099         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
3100         mnemonic_activate function to option menu.
3101
3102 2001-10-15  Murray Cumming <murrayc@usa.net>
3103
3104         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
3105           Corrected the type names used in some calls to g_signal_new().
3106         
3107 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
3108
3109         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
3110         specs, use g_pattern_spec_equal() instead of direct field accesses.
3111         upon compressing two equal paths of the same type, the resulting
3112         priority has to be the maximum.
3113         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
3114         GtkPathPriorityType enum and make it a macro.
3115
3116 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
3117
3118         * gtk/gtkwidget.c: Fix some doc comments.
3119
3120 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
3121
3122         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
3123         on empty models.
3124
3125 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
3126
3127         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
3128         Remove stale gdk backend includes.
3129  
3130 2001-10-10  Michael Meeks  <michael@ximian.com>
3131
3132         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
3133         and value_in_list properties.
3134         (gtk_combo_set_value_in_list): notify change.
3135         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
3136
3137 2001-10-11  James Henstridge  <james@daa.com.au>
3138
3139         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
3140         that gtk+ can be built with automake 1.5 while not breaking
3141         things for automake 1.4.
3142
3143 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
3144
3145         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
3146         (#60606)
3147
3148         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
3149         to disable calling setlocale (LC_ALL, "").
3150
3151         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
3152         docs that this function is not typically useful.
3153
3154         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
3155         Automatically initialize GDK for the current locale
3156         on gdk_init(). Don't reset locale to C when
3157         XSupportsLocale() fails.
3158
3159         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
3160         useless checks for UTF-8 locale breakage that mattered
3161         only for X.
3162
3163         * examples/calendar/calendar.c
3164         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
3165         gtk_set_locale().
3166
3167         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
3168         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
3169
3170 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
3171
3172         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
3173
3174         Fixes bug #61904
3175
3176 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
3177
3178         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
3179         new function, #61923
3180         (gtk_tree_selection_path_is_selected): Ditto
3181
3182 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
3183
3184         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
3185         not a GtkObject.  Thanks andersca.
3186
3187         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
3188
3189 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
3190
3191         * gtk/gtktreeviewcolumn.c
3192         (gtk_tree_view_model_sort_column_changed): fix broken code.
3193
3194 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
3195
3196         * gtk/gtkselection.c: s/succesfully/successfully/g
3197
3198 2001-10-08  Havoc Pennington  <hp@pobox.com>
3199
3200         * demos/gtk-demo/stock_browser.c: remove unused enum
3201
3202         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
3203         pass the current selection state of the node in to the user
3204         selection func
3205
3206 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
3207
3208         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
3209         non-existent function gdk_x11_cursor_get_xid 
3210         by gdk_x11_cursor_get_xcursor.
3211
3212 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
3213
3214         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
3215         warning.
3216
3217         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
3218         unref nodes, #okay61676
3219
3220         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
3221         to the property; no need to clear the other columns.  Also, we go
3222         to 'unsorted' if the model supports it.
3223
3224 2001-10-05  Sven Neumann  <sven@gimp.org>
3225
3226         * demos/testpixbuf-save.c
3227         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
3228         feature.
3229
3230 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
3231
3232         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
3233         destroy the search dialog
3234
3235         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
3236         added check to prevent creation of a search dialog if there's
3237         already one around
3238
3239         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
3240         it instead of "search-dialog" (when getting/setting the search dialog
3241         widget).
3242
3243 2001-10-05  Jakub Steiner <jimmac@ximian.com>
3244
3245         * gtk/stock-icons/stock_broken_image.png: broken images icon
3246
3247 2001-10-04  Havoc Pennington  <hp@pobox.com>
3248
3249         Fix #56586
3250         
3251         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
3252         accelerator setting here...
3253
3254         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
3255         because we try to use it when a menu bar hasn't necessarily been 
3256         initialized.
3257
3258 2001-10-03  Havoc Pennington  <hp@redhat.com>
3259
3260         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
3261         it previously verified incorrect behavior
3262
3263         Fixes for #61565
3264         
3265         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
3266         off the end
3267         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
3268         the end
3269         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
3270         the end
3271         (gtk_text_iter_forward_lines): if on the last line, move to end of
3272         it
3273
3274         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
3275         don't return a line off the end
3276
3277 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
3278
3279         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
3280         functions to do_insert_text and do_delete_text, add signals
3281         insert_text, delete_text and changed
3282
3283         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
3284         and changed. Updates to match new situation.
3285
3286         * gtk/gtkspinbutton.c: updates to match new situation
3287
3288         * gtk/gtkoldeditable.h: remove signals changed, insert_text
3289         and delete_text
3290
3291         * gtk/gtkoldeditable.c: updates to match new situation
3292
3293         * gtk/gtktext.c: updates to match new situation
3294
3295         Fixes bug #59803
3296
3297 2001-10-03  Havoc Pennington  <hp@redhat.com>
3298
3299         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
3300         position
3301
3302         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
3303         changes
3304
3305         * tests/testtextbuffer.c (logical_motion_tests): updates
3306
3307 2001-10-03  jacob berkman  <jacob@ximian.com>
3308
3309         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
3310         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
3311         * gtk/gtksettings.c (apply_queued_setting): 
3312         * gtk/gtkmain.c (gtk_init_check): 
3313         * gtk/gtkcontainer.c (gtk_container_child_get_property):
3314         s/retrive/retrieve/
3315
3316 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
3317
3318         * gtk/gtktreemodelsort.[ch]: preparation for surgery
3319         * tests/testtreesort.c: ditto
3320
3321 2001-10-02  Havoc Pennington  <hp@redhat.com>
3322
3323         Throughout: assorted docs
3324         
3325         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
3326         gdk_window_set_geometry_hints() should be used instead.
3327
3328         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
3329         document them
3330
3331         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
3332         seem to exist in any .c files
3333
3334         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
3335         g_return_if_fail (pixel < colormap->size).
3336
3337 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
3338
3339         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
3340         NULL for @target_list to mean, use
3341         gtk_drag_dest_get_target_list (widget).
3342
3343         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
3344         drop could hang when calling gtk_drag_finish with 
3345         success == FALSE and del == TRUE.
3346
3347         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
3348         drops without a matching target found would propagate
3349         to the parent widget rather than being rejected.
3350
3351         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
3352         Use text_view->dnd_mark instead of mark name to be
3353         consistent with the rest of the code.
3354
3355         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
3356         pendantically correct for a drop-only-in-some-places
3357         widget. (Check whether you can insert in drag_drop,
3358         not just in drag_motion ... matters in theory, and
3359         for Motif drag and drop in practice.)
3360
3361         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
3362         Damian Ivereigh to not allow drops on non-editable
3363         entries. (#61124)
3364
3365         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
3366         text to be moved from a non-editable entry.
3367         
3368 2001-10-03  James Henstridge  <james@daa.com.au>
3369
3370         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
3371         s/width/fixed_width/ in order to get things to compile.
3372
3373 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
3374
3375         * gtk/gtkcelleditable.c: docs
3376
3377         * gtk/gtktreemodel.h: more docs.
3378
3379 2001-10-02  Havoc Pennington  <hp@redhat.com>
3380
3381         * gdk/x11/gdkwindow-x11.c: docs
3382
3383         * tests/testtextbuffer.c (logical_motion_tests): add sentence
3384         boundary tests
3385
3386 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
3387
3388         * demos/gtk-demo/Makefile.am: add editable_cells.c,
3389         list_store.c and tree_store.c
3390
3391         * demos/gtk-demo/appwindow.c: remove tearoff item from
3392         File menu, put menubar and toolbar in handle boxes.
3393
3394         * demos/gtk-demo/genincude.pl: various changes to support trees
3395
3396         * demos/gtk-demo/main.c: various changes to support trees
3397
3398         * demos/gtk-demo/stock_browser.c: changed name of demo
3399         to Stock Item and Icon Browser, so geninclude.pl doesn't see
3400         it as child
3401
3402         * demos/gtk-demo/editable_cells.c: new file/demo
3403         * demos/gtk-demo/list_store.c: new file/demo
3404         * demos/gtk-demo/tree_store.c: new file/demo
3405
3406 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
3407
3408         * gtk/gtkrc.c gtk/gtksettings.c: 
3409         g_string_printfa => g_string_append_printf.
3410
3411 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
3412
3413         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
3414         and destroy handler.
3415
3416         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
3417
3418         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
3419         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
3420         Singh <yosh@gimp.org>.
3421
3422 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
3423
3424         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
3425         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
3426
3427         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
3428
3429 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
3430
3431         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
3432         scroll_to_cell delayed code to happen in size_allocate.
3433
3434         * gtk/gtkstyle.c (gtk_default_draw_expander): change
3435         prelight/normal arrow drawing.
3436
3437         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
3438
3439         * gtk/gtktreestore.c: refactor.
3440
3441 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
3442
3443         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
3444         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
3445         centers the child in relation to the to indicator height.
3446
3447 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
3448
3449         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
3450         correct
3451
3452 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
3453
3454         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
3455         property code using g_param_spec_int and changed from
3456         g_value_get_enum to g_value_get_int instead. Probably a better way
3457         to fix the problem :-)
3458
3459 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
3460
3461     * gtk/gtkcellrenderertext.c changed "weight" property type from 
3462       g_param_spec_int to g_param_spec_enum.
3463
3464 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
3465
3466         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
3467         fix: s/Wether/Whether/ in reorderable property description
3468
3469 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
3470
3471         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
3472         start editing when you select with a keyboard.
3473
3474         (gtk_tree_view_button_press_event): much more graceful now.
3475
3476         * gtk/gtkstyle.c: Draw togglebutton better.
3477
3478 2001-09-26  Havoc Pennington  <hp@redhat.com>
3479
3480         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
3481         of passing non-stock label in to gtk_dialog_new_with_buttons
3482
3483         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
3484         debugging updates
3485
3486         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
3487         are private
3488
3489         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
3490         exist, fall back to mnemonic label, not plain label, bug #61184
3491         
3492 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
3493
3494         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
3495         stupid and emitting the signal every time.
3496
3497         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
3498
3499 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
3500
3501        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
3502
3503        * contrib/gdk-pixbuf-xlib/Makefile.am: install
3504        gdk-pixbuf-xlib-2.0.pc.
3505
3506 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
3507
3508         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
3509         problem where menmonic wasn't removed properly when
3510         setting a label when there already is a label.
3511         Also, handle setting the tab label back to the same
3512         value. (#61160, #61161)
3513
3514         * gtk/gtkentry.c (paste_received): Patch from 
3515         Damian Ivereigh to replace selection if there is 
3516         one. (#61121)
3517
3518 2001-09-25  Darin Adler  <darin@bentspoon.com>
3519
3520         * tests/.cvsignore: Ignore new test program.
3521
3522 2001-09-25  Havoc Pennington  <hp@redhat.com>
3523
3524         * gtk/gtktextview.c: fix for #50317
3525         
3526 2001-09-25  Havoc Pennington  <hp@redhat.com>
3527
3528         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
3529         gtk_text_iter_can_insert
3530         
3531         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
3532
3533         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
3534          (gtk_text_iter_can_insert): new function to fix #60282, should
3535         also fix msw's "can paste into empty buffer" bug.
3536
3537         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
3538         "event object,"  #59091
3539
3540         * gtk/gtktextbtree.c: indentation fixes
3541
3542         * gtk/gtktextiter.c (find_by_log_attrs): fixes
3543
3544 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
3545
3546         * configure.in: Version 1.3.9, interface age 0, binary age 0.
3547
3548         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
3549
3550         * NEWS: Updates.
3551
3552 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
3553
3554         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
3555         function for drawing cursors between gtkentry/gtklabel/gtktextview.
3556         Should this be public? It has a bit of an odd interface, but
3557         custom editing widgets probably should be using it.
3558         Function will draw with wider width for taller cursors, and
3559         draws a little indicator arrow to indicate directoin for split 
3560         cursors.
3561
3562         * gtk/gtktextview.c: Add a "cursor_color" property.
3563
3564         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
3565         gtk_text_layout_draw().
3566
3567         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
3568         _gtk_draw_insertion_cursor().
3569
3570 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
3571
3572         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
3573         the behavior where you could turn family_set (etc) back on
3574         and get back the values you had before.
3575
3576         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
3577         g_string_ascii_up() rather than looping through the
3578         string ourself.
3579
3580 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
3581
3582         * gtk/gtktreeviewcolumn.c
3583         (gtk_tree_view_column_set_cell_renderer): Removed
3584         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
3585
3586         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
3587         Patch from Detlef Reichl
3588
3589 2001-09-25  Havoc Pennington  <hp@redhat.com>
3590
3591         * tests/testtextbuffer.c (line_separator_tests): Add tests for
3592         line separators, addresses bug #57428
3593
3594 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
3595
3596         * gtk/gtkentry.c: Make a GtkCellEditable
3597         (get_widget_window_size): Change to let it honor size_allocate
3598         when a CellEditable.
3599
3600         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
3601         editable changes.
3602         (gtk_tree_view_set_cursor): Now you can set the cursor
3603         horizontally, as well as start editing.
3604
3605         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
3606         code to look more like the other check buttons.
3607
3608         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
3609         Change the way we calculate cell size.
3610
3611         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
3612
3613         * demos/gtk-demo/sizegroup.c: Add mnemonics.
3614
3615         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
3616         Fix logic.
3617
3618         * gtk/gtkcellrenderertext.c: Change to be editable.
3619
3620         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
3621
3622         * test/testtreesort.c: Fix misspelling
3623
3624         * test/testreecolumns.c: Add mnemonics.
3625
3626         * test/testreeedit.c: New test program.
3627
3628 2001-09-25  Havoc Pennington  <hp@pobox.com>
3629
3630         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
3631         etc. docs about how these are not going to do what you want for 
3632         the X/win32 ports. Futile attempt to avoid a FAQ...
3633
3634 2001-09-24  James Henstridge  <james@daa.com.au>
3635
3636         * gtk/gtkmarshal.list (VOID): add marshal function types.
3637
3638         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
3639         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
3640         GTK_TYPE_POINTER.
3641         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
3642         with no-op copy/free functions.
3643
3644         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
3645         GtkCTreeNode get_type function.
3646
3647 2001-09-24  Havoc Pennington  <hp@redhat.com>
3648
3649         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
3650         gtktextlayout.c:
3651         Get rid of the newline-that-could-not-be-deleted; buffers may 
3652         now be zero-length. Much easier to fix than expected, once 
3653         I figured out the right way to do it. However, there are 
3654         various subtle bugs introduced by this that will have to get 
3655         sorted out. Please use bugzilla.
3656
3657 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
3658
3659         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
3660         response back from the window manager if our size hasn't changed 
3661         since we won't get a response back from the window manager;
3662         there was code in there to do this, but it was in the wrong
3663         place so if the hints change and the size didn't we'd expect
3664         a response.
3665
3666         Also, optimize the position-only-changed case by running
3667         the resize queue immediately, and clean up some comments
3668         for the changes.
3669
3670 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
3671
3672         * gtk/gtknotebook.h: Add a compat macro that got lost.
3673
3674         * gtk/gtktreestore.c: Doc fixes.
3675
3676         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
3677         leak for windows that receive events after being destroyed.
3678         (#60863, Joshua N. Pritikin)
3679
3680         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
3681         rather than gtk_container_queue_resize().
3682
3683         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
3684         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
3685         gtk_container_child_composite_name. (#60217.)
3686
3687 2001-09-22  Hans Breuer  <hans@breuer.org>
3688
3689         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
3690
3691 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
3692
3693         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
3694         weight value should be an int
3695
3696 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
3697
3698         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
3699         to gtk_menu_scroll_item_visible(). Only call
3700         gtk_menu_scroll_item_visible() if the menu widget has been
3701         realized. Fixes bug #55310.
3702
3703 2001-09-21  Havoc Pennington  <hp@redhat.com>
3704
3705         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
3706         key press to IM context if cursor isn't in an editable location;
3707         bug #58425, patch from Hidetoshi Tajima
3708
3709 2001-09-21  Havoc Pennington  <hp@redhat.com>
3710
3711         Bug #60862
3712         
3713         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
3714         (_gtk_text_btree_unref): fix up mark memory management
3715
3716         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
3717
3718 2001-09-20  Havoc Pennington  <hp@redhat.com>
3719
3720         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
3721         try to handle alignment here, because it's done by PangoLayout
3722         after we set the layout width. Fix from Dov.
3723
3724 2001-09-21  Hans Breuer  <hans@breuer.org>
3725
3726         * gdk/gdk.def :
3727         * gtk/gtk.def : updated externals
3728
3729         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
3730         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
3731         Also handle that Win32 pathes cann't be hard-coded      
3732
3733         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
3734         module, themes etc directory calculations
3735
3736         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
3737         >16 bit right. The size limit within Win9x appears _not_ to be 32767
3738         but slightly smaller ...
3739
3740         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
3741         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
3742
3743         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
3744
3745         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
3746         handling. I'm not sure if it is better now, but at least not worse
3747
3748         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
3749
3750         * gdk/win32/gdkwin32.h : reflect recent API restrictions
3751
3752 2001-09-21  Matt Wilson  <msw@redhat.com>
3753
3754         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
3755         radio_menu_item->group to NULL after removing it from the list, as
3756         it is no longer in the group. (#60869)
3757
3758         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
3759
3760 2001-09-20  Havoc Pennington  <hp@pobox.com>
3761
3762         * configure.in (PANGO_REQUIRED_VERSION)
3763         (ATK_REQUIRED_VERSION): add variables and checks for specific 
3764         versions of dependencies. Previously we didn't verify the 
3765         Pango or ATk versions.
3766
3767 2001-09-09  Havoc Pennington  <hp@pobox.com>
3768
3769         * gtk/gtktextiter.c: fool with indentation
3770         (gtk_text_iter_in_range): add g_return_if_fail
3771
3772 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
3773
3774         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
3775         ref count on new tag to be 1.  Update doc.  (#60836)
3776
3777 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
3778
3779         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
3780         call to gdk_image_new_bitmap(). (#59094, reported by
3781         by Sven Neumann)
3782
3783 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
3784
3785         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
3786         day, as well as the current month and year.
3787         (#59047, reported by Vitaly Tishkov)
3788
3789 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
3790
3791         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
3792         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
3793         
3794 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
3795
3796         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
3797
3798         (build_option_menu): add func argument, connect ::changed
3799         signal to option menu instead of connecting the ::activate
3800         signal to the menu items,
3801
3802         (toplevel): get rid of RADIOMENUTOGGLED macro,
3803
3804         (list_toggle_sel_mode), (clist_toggle_sel_mode),
3805         (ctree_toggle_line_style), (ctree_toggle_expander_style),
3806         (ctree_toggle_justify), (ctree_toggle_sel_mode),
3807         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
3808         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
3809
3810         (notebook_type_changed): merged standard_notebook(),
3811         notabs_notebook(), scrollable_notebook() and borderless_notebook()
3812         into notebook_type_changed()
3813
3814         (create_list), (create_ctree), (create_notebook),
3815         (create_progress_bar): changed OptionMenuItem arrays into
3816         gchar * arrays. Removed "Extended" item where used.
3817
3818         Fixes bug #59885
3819
3820 2001-09-20  Sven Neumann  <sven@gimp.org>
3821
3822         * configure.in
3823         * gdk/Makefile.am
3824         * gtk/Makefile.am
3825         * gtk/gtkselection.c
3826         * gtk/gtktreeview.c
3827         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
3828
3829 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
3830
3831         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
3832         a missing pango_layout_iter_free ().
3833
3834 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
3835
3836         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
3837         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
3838
3839         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
3840         the function definition so we don't accidentally rely on
3841         the compat #define from gtk_radio_menu_item_group.
3842         (#60782, Jeff Franks)
3843
3844 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
3845
3846         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
3847         incorrect values for top, right and bottom due to cut-and-paste
3848         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
3849
3850 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
3851
3852         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
3853         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
3854         window, not just on the client leader. (#58463)
3855
3856 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
3857
3858         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
3859
3860         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
3861         non-public _gtk_menu_item_set_placement.
3862
3863         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
3864
3865 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
3866
3867         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
3868           gdk/linux-fb/gdkcolor-fb.c:
3869         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
3870         (#59723)
3871
3872 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
3873
3874         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
3875         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
3876         #59723)
3877
3878 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
3879
3880         Patch from Frank Belew #59037 for Solaris compilation.
3881
3882         * gtk/maketypes.awk: Change syntax slightly for a call
3883         to sub(), apparently making awk on Solaris happier.
3884
3885         * gtk/gtktreeview.c: Remove C++ comments.
3886
3887 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
3888
3889         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
3890         to handle '99% of the time. (#60473, reported by Christian Rose)
3891
3892         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
3893         which no longer exists. (#60379, reported by Vitaly Tishkov)
3894
3895 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
3896
3897         * Released 1.3.8.
3898
3899         * gdk/Makefile.am: kill EXTRA_DIST clearing.
3900         
3901 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
3902
3903         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
3904         as its broken in automake 1.4, add explicit object rule to
3905         generate this.
3906         
3907         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
3908         get rid of uneccessary stamps, group stuff more logically, and build
3909         sources due to object rules. fix srcdir!=builddir.
3910
3911 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
3912
3913         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
3914         incorrect parameter to compute_double_length
3915         (#58680, patch from Matthias Clasen)
3916
3917         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
3918
3919         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
3920
3921         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
3922         for GDK_RELEASE_MASK to avoid warnings with Forte.
3923
3924         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
3925         break; statements.
3926
3927 2001-09-18  Alex Larsson  <alexl@redhat.com>
3928
3929         * gtk/gtkcheckbutton.c:
3930         * gtk/gtkradiobutton.c:
3931         Don't draw with GTK_STATE_ACTIVE.
3932
3933         * gtk/gtkclist.c:
3934         * gtk/gtkctree.c:
3935         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
3936
3937         * gtk/gtktextdisplay.c:
3938         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3939         unfocused with base_gc [GTK_STATE_ACTIVE].
3940         
3941         * gtk/gtkentry.c:
3942         Add select all menu-item.
3943         Default cursor color is red.
3944         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3945         unfocused with base_gc [GTK_STATE_ACTIVE].
3946
3947         * gtk/gtklabel.[ch]:
3948         Add keynav + menu to selectable lables.
3949         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3950         unfocused with base_gc [GTK_STATE_ACTIVE].
3951
3952         * gtk/gtkfilesel.c:
3953         Add drag and drop support.
3954
3955         * gtk/gtkstyle.c:
3956         (This was checked in earlier)
3957         New default values for text/base SELECTED and ACTIVE
3958         
3959 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
3960
3961         * configure.in: up version to 1.3.8, interface age 0,
3962         binary age 0, depend on glib 1.3.8.
3963
3964         * NEWS: 1.3.8 updates.
3965
3966 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
3967
3968         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
3969         the editing code
3970
3971         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
3972         reason to call it beyond emiting the two signals.
3973
3974         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
3975         to GtkEntry.
3976
3977 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
3978
3979         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
3980           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
3981         PangoFontDescription.
3982
3983         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
3984         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
3985         structure.
3986   
3987         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
3988
3989         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
3990         direct access to style->font. Deprecate gtk_style_ref/unref.
3991   
3992         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
3993         Remove gtk_style_ref/unref with g_object_ref/unref.
3994   
3995         * gtk/gtkcalendar.c: Remove leftover macros accessing
3996         style->font.
3997   
3998         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
3999         variable.
4000   
4001         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
4002         style->font.
4003
4004 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
4005
4006         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
4007         "can_activate" properties in favor of
4008         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
4009         and GTK_CELL_RENDERER_MODE_EDITABLE
4010
4011 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
4012
4013         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
4014         editable widgets.  This function is private, and should only be
4015         used by GtkTreeView.
4016
4017 2001-09-18  Matt Wilson  <msw@redhat.com>
4018
4019         * docs/Makefile.am (EXTRA_DIST): don't use += before =
4020
4021         * docs/faq/Makefile.am (EXTRA_DIST): likewise
4022
4023         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
4024         
4025         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
4026         (EXTRA_HEADERS): likewise
4027
4028         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
4029         (EXTRA_HEADERS): likewise
4030         (EXTRA_DIST): likewise
4031         (CLEANFILES): likewise
4032
4033         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
4034
4035         * tests/Makefile.am (EXTRA_DIST): likewise
4036         
4037         * Makefile.am (install-data-local): changed to use
4038         install-data-hook, which runs after install-pkgconfigDATA, so that
4039         the pkgconfigdir will have been created and populated first.
4040
4041 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
4042
4043         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
4044         be the last big GtkTreeView API change.
4045
4046         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
4047         replace with "activate" and "start_editing".  Also, added a
4048         "can_activate" and "can_edit" property.
4049
4050         * gtk/gtktreeviewcolumn.c: modify to use above.
4051
4052 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
4053
4054         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
4055
4056 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
4057
4058         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
4059         icon instead of one with ugly white background.
4060
4061 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
4062
4063         * demos/gtk-demo/stock_browser.c (id_to_macro): make
4064         the uppercasing work. (#59550)
4065
4066 2001-09-14  Jakub Steiner <jimmac@ximian.com>
4067
4068         * gtk/stock-icons/dialog_error.png:
4069         * gtk/stock-icons/dialog_question.png: more road signs
4070
4071 2001-09-13  Jakub Steiner <jimmac@ximian.com>
4072
4073         * gtk/stock-icons/dialog_question.png:
4074         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
4075           like a road sign.
4076
4077 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
4078
4079         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
4080         signals to make them more clear.  Also, change ::range_changed to
4081         ::row_changed.
4082         * gtk/gtktreemodel.c: Adjust to interface change
4083         * gtk/gtktreemodel.h: ditto
4084         * gtk/gtktreemodelsort.c: ditto
4085         * gtk/gtktreestore.c: ditto
4086         * gtk/gtkliststore.c: ditto
4087         * gtk/gtktreeview.c: ditto
4088         * tests/testtreecolumns.c: ditto
4089         * gtk/gtkmarshal.list: Actually remove a marshaller!
4090
4091 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
4092
4093         * gtk/gtktextview.c
4094         Add support for Ctrl+Up/Down arrow to move cursor to beginning
4095         of previous/next paragraph. If within a paragraph cursor moves to
4096         beginning of that paragraph.
4097
4098 2001-09-12  Jakub Steiner <jimmac@ximian.com>
4099
4100         * gtk/stock-icons/dialog_question.png: replacing the shaky
4101           question mark with a sans-serif one.
4102         * gtk/stock-icons/stock_top.png, stock_bottom.png,
4103      stock_first.png, stock_last.png: using the new style arrows
4104         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
4105      colors.
4106         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
4107      color.
4108         * gtk/stock-icons/stock_zoom*: anti-aliased
4109         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
4110      '-' with a '_', removed the wrong files
4111
4112 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
4113  
4114         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
4115  
4116         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
4117         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
4118         than in gtk-2.0/major.minor.micro/<type>/. This
4119         works better for a search path for modules.
4120  
4121         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
4122         gtk_binary_version variable holding major.minor.(micro-binary_age).
4123  
4124         * modules/input/Makefile.am (moduledir): Fix installation
4125         directory to match change in lookup location.
4126  
4127         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
4128         suffixes. Needs to be handled in g_module_build_path().
4129
4130         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
4131         appropriate.
4132  
4133 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
4134
4135         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
4136         causing RC properties not to work.
4137
4138 2001-09-11  Jakub Steiner <jimmac@ximian.com>
4139
4140         * gtk/stock-icons/dialog-error.png: less drastic
4141         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
4142           "STOP" is international enough.
4143         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
4144         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
4145
4146 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
4147
4148         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
4149         (add|remove)_selection_clipboard symmetric. (bug #59836)
4150
4151         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
4152         Avoid SEGV for empty tree. (bug #60243)
4153
4154 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
4155
4156         * tests/testgtk.c (create_idle_test): slight fix for
4157         g_object_set() not usable for nesting anymore.
4158
4159         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
4160         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
4161         properties, supply ::shadow_type properties instead as most
4162         other widgets do.
4163
4164 2001-09-10  Alex Larsson  <alexl@redhat.com>
4165
4166         * demos/gtk-demo/stock_browser.c:
4167         * gdk/gdkcolor.c:
4168         * gdk/gdkfont.c:
4169         * gdk/gdkcursor.c:
4170         * gdk/gdkevents.c:
4171         * gdk/gdkrectangle.c:
4172         * gtk/gtktypeutils.c:
4173         Update to use the new g_boxed_type_register_static API.
4174
4175 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
4176
4177         * gtk/gtktreestore.c:
4178         Fix looping in gtk_tree_store_init() waiting for zero random int.
4179
4180 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
4181
4182         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
4183         behaviour which havoc broke. they have to default to 1.0 for
4184         expand behaviour.
4185
4186         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
4187
4188 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
4189
4190         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
4191         Amend previous change to avoid runtime error in g_param_spec_ref()
4192
4193 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
4194
4195         * gtk/gtkrc.c (insert_rc_property): Fix blank line
4196         in the wrong place.
4197
4198 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
4199
4200         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
4201         do a lookup immediately after creating style->property_cache,
4202         since bsearch crashes on zero length for Solaris.
4203         (Found by Padraig O'Briain.)
4204
4205 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
4206
4207         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
4208         Really return NULL if not set.
4209         (gtk_widget_init): Remove unused varaible.
4210         
4211 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
4212
4213         * configure.in:
4214         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
4215         in cvs.
4216
4217 2001-09-08  Havoc Pennington  <hp@pobox.com>
4218
4219         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
4220         people might want to use
4221
4222 2001-09-08  Havoc Pennington  <hp@pobox.com>
4223
4224         * gtk/gtkalignment.c (gtk_alignment_class_init): default
4225         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
4226
4227         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
4228
4229         * gtk/gtktextiter.c: fix docs
4230         (gtk_text_iter_spew): get rid of this
4231
4232         * gtk/gtklayout.c: docs
4233
4234         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
4235         to center image and label together, instead of having image on
4236         left and label centered, patch/suggestion from Jacob
4237
4238         * gtk/gtkdialog.c: docs
4239
4240 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
4241
4242         * gtk/gtkliststore.c: Write documentation
4243         * gtk/gtktreestore.c: Write documentation
4244
4245 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
4246
4247         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
4248         with GArray and bsearch(), to remove dependency on a still
4249         evolving interface that we want to keep private to glib/gobject. 
4250
4251 2001-09-08  Havoc Pennington  <hp@pobox.com>
4252
4253         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
4254         docs fixes
4255
4256         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
4257
4258         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
4259
4260         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
4261
4262         * gtk/gtkscrolledwindow.h: docs fixes
4263
4264         * gtk/gtkimage.c (gtk_image_new): docs fixes
4265
4266 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
4267
4268         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
4269         false alarm  constness warning with a cast.
4270
4271         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
4272         for the inside-gdk case.
4273
4274 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
4275
4276         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
4277         remove g_print.
4278
4279         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
4280         change models, #59899
4281
4282 2001-09-07  Havoc Pennington  <hp@pobox.com>
4283
4284         * gtk/gtkmain.c: move some docs inline
4285
4286 2001-09-07  Havoc Pennington  <hp@pobox.com>
4287
4288         * gtk/gtk.h: tsk tsk, jrb broke the build
4289
4290 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
4291
4292         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
4293         Removed 'fill' attribute.  It was silly b/c that was a property of
4294         the cell renderer, anyway.
4295         (gtk_tree_view_column_render): Actually render the packed
4296         renderers.
4297         * doc/tree-column-sizing.txt: initial devel documentation.
4298         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
4299         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
4300
4301         * tests/testtreefocus.c: fix up to reflect above changes.
4302         * tests/testtreeview.c: ditto
4303         * demos/gtk-demo/stock_browser.c: ditto
4304
4305 2001-09-07  Alex Larsson  <alexl@redhat.com>
4306
4307         * gdk/linux-fb/gdkcolor-fb.c:
4308         Removed unused function.
4309         
4310         * gdk/linux-fb/gdkdrawable-fb2.c
4311         * gdk/linux-fb/gdkfont-fb.c:
4312         Use PangoLanguage functions.
4313
4314         * gdk/linux-fb/gdkinput.c:
4315         * gdk/linux-fb/gdkselection-fb.c:
4316         Fix const warnings.
4317         
4318         * gdk/linux-fb/gdkwindow-fb.c:
4319         Fix warning. Implement gdk_window_set_icon_list() and
4320         gdk_window_get_frame_extents(). (No icon support yet though.)
4321
4322         * gtk/gtkwindow.c (gtk_window_get_position):
4323         If window->frame is set get the extents of it instead.
4324         
4325 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
4326
4327         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
4328         Make the default default colormap the GdkRGB colormap,
4329         not the system colormap.
4330
4331         * gtk/gtkinvisible.c (gtk_invisible_init) 
4332           gtk/gtkwindow.c (gtk_window_init): Set the current
4333         colormap, as returned by _gtk_widget_peek_colormap()
4334         on the widget.
4335
4336         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
4337         to GTK+. Make it return %NULL instead of the default
4338         colormap if no colormap has explicitely been pushed.
4339
4340         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
4341         colormaps on ancestral widgets before defaulting the
4342         the system default colormap.
4343
4344         * docs/Changes-2.0.txt: explain colormap changes.
4345
4346 2001-09-07  Havoc Pennington  <hp@redhat.com>
4347
4348         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
4349         #57424
4350
4351 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
4352
4353         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
4354         make gdk_set_use_xshm a noop. Remove --no-xshm command line
4355         option. If we aren't autodetecting properly, we need
4356         to fix the problem, or at least make it an environment
4357         variable setting, to avoid problems with propagating
4358         to embedded children, plugins, etc.
4359
4360         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
4361
4362         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
4363         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
4364         New function to render a pixmap and mask for a particular colormap.
4365
4366         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
4367         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
4368         of internal implementation of the same.
4369
4370 2001-09-07  Havoc Pennington  <hp@redhat.com>
4371
4372         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
4373         debug code that seems to have caused a breakpoint in valid cases
4374         
4375         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
4376         pointer on the first view when adding the second view, fixes
4377         crash when closing gtk-demo text test with active selection
4378
4379         * gtk/gtktextbuffer.c
4380         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
4381         clipboards in the list of clipboards - probably fixes #59836
4382
4383 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
4384
4385       Make gdkx.h the only installed header from gdk/x11.
4386       All structures in gdk/x11 are opaque.
4387
4388         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
4389         Don't install gdk{drawable,pixmap,window}-x11.h.
4390
4391         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
4392         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
4393         GdkVisualClass into C files.
4394
4395         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
4396
4397         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
4398         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
4399         Add public functions to replace previously exported direct
4400         structure access.
4401         gdk_x11_colormap_get_{xdisplay,xcolormap} 
4402         gdk_x11_cursor_get_{xdisplay,xcursor},
4403         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
4404         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
4405         gdk_x11_gc_get_{xdisplay,ximage}
4406         
4407         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
4408         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
4409
4410       Fix a number of variables and functions that were exported
4411       "accidentally" from GDK.
4412
4413         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
4414         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
4415         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
4416         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
4417         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
4418         gdk_event_queue_find_first, gdk_event_queue_remove_link,
4419         gdk_event_queue_append, gdk_event_button_generate,
4420         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
4421
4422         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
4423            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
4424         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
4425         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
4426         gdk_use_xshm, gdk_input_ignore_core.
4427
4428         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
4429         #defines to namespace functions into the private _gdk_ 
4430         namespace.
4431
4432         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
4433         to replace gdk_parent_root exported variable. Adjust and
4434         deprecate GDK_ROOT_PARENT().
4435
4436         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
4437         GDK_ROOT_PARENT usage, remove includes of port-specific
4438         headers.
4439
4440         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
4441         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
4442         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
4443
4444         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
4445         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
4446         gdk_wm_delete_window functions, gdk_wm_take_focus, 
4447         use gdk_atom_intern() instead.
4448
4449         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
4450           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
4451           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
4452           gtk/gtkselection.c 
4453         Unexport gdk_selection_property, just use 
4454         gdk_atom_intern ("GDK_SELECTION").
4455
4456         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
4457         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
4458         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
4459         GdkVisualprivate, gdk_x11_gc_flush.
4460
4461       Make a number of public exports of variables into functions
4462       to increase encapsulation.
4463
4464         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
4465         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
4466         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
4467
4468         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
4469         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
4470         gdk_error_warnings.
4471
4472         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
4473           docs/Changes-2.0.txt: 
4474         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
4475         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
4476         Add gdk_x11_get_default_xdisplay().
4477
4478         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
4479         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
4480         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
4481         Don't export gdk_progclass, move --class command line
4482         option and handling to common portion of GDK.
4483
4484       Miscellaneous fixes:
4485
4486         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
4487         g_return_val_if_fail that should have been g_return_if_fail.
4488
4489         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
4490         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
4491
4492         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
4493         X11 dependency.
4494
4495         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
4496         Remove unused gdk_key_repeat_disable/restore.
4497
4498         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
4499         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
4500         Remove unused gdk_null_window_warnings variable.
4501
4502         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
4503         it can be retrieved from the repository; it is too far
4504         from functional to be worth having people check out;
4505         it would be easier to start from scratch, I suspect.
4506
4507         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
4508
4509         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
4510         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
4511         Fix some accidentally global variables and unused global variables.
4512
4513         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
4514         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
4515         Fix some accidentally global variables and unused global variables.
4516
4517       Add some space for future expansion to multihead.
4518
4519         * gdk/gdkdrawable.h: Add four reserved function pointers
4520         for future expansion of GdkDrawableClass.
4521
4522         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
4523         where we can put a GdkScreen * later.
4524
4525 2001-09-07  Havoc Pennington  <hp@redhat.com>
4526
4527         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
4528         adjustments after validating destination yrange; fixes #53918
4529         (This may cause other issues, but I hope it won't)
4530         
4531 2001-09-05  Havoc Pennington  <hp@redhat.com>
4532
4533         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
4534         line into start line, update the character counts in parent nodes; 
4535         caused a bug when end and start line had different parent nodes.
4536
4537 2001-08-30  Havoc Pennington  <hp@redhat.com>
4538         
4539         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
4540         assertion that tag is in a table
4541
4542 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
4543
4544         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
4545         g_strcasecmp on NULL strings. (#59058)
4546
4547 2001-09-06  Alex Larsson  <alexl@redhat.com>
4548
4549         * gtk/gtkbin.c:
4550         * gtk/gtkfontsel.c:
4551         * gtk/gtkspinbutton.c:
4552         * gtk/gtktipsquery.c:
4553         Use GtkType/GType instead of uint.
4554
4555 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
4556
4557         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
4558         sort column.
4559
4560         * gtk/gtktreestore.c (gtk_list_store_init): ditto
4561
4562         * gtk/gtktreesortable.c: add docs.
4563
4564 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
4565
4566         * Version 1.3.7
4567
4568         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
4569         docs for gtk-config
4570
4571         * modules/input/Makefile.am (install-data-local): Don't
4572         run gtk-query-immodules if DESTDIR is set.
4573
4574         * NEWS: Various additions.
4575
4576 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
4577
4578         * NEWS: updates for 1.3.7 release.
4579
4580 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
4581
4582         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
4583         handle default sort feature
4584
4585         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
4586         new function to handle default sort.
4587         (gtk_tree_sortable_has_default_sort_func): check if default sort
4588         is set.
4589
4590         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
4591         handle default sort feature
4592
4593 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
4594
4595         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
4596         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
4597         #59731
4598
4599 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
4600
4601         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
4602         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
4603         time, #59727
4604
4605         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
4606         correctly.
4607
4608 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
4609
4610         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
4611         so that we don't eternally update the keymap after we
4612         get a change notification.
4613
4614         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
4615         incorrect cast.
4616
4617 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
4618
4619         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
4620         it working. It mostly works now, although there're still a few issues
4621         to be worked out.
4622
4623         * tests/testtreesort.c (main): changes to have a better test
4624         application for the GtkTreeModelSort.
4625
4626 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
4627
4628         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
4629         fix for bug #59222.
4630
4631         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
4632         gpointer search_data argument to function definition and
4633         prototype, to match GtkTreeViewSearchEqualFunc typedef.
4634
4635 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
4636
4637         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
4638         per jrb's request.
4639
4640 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
4641
4642         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
4643
4644         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
4645
4646 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
4647
4648         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
4649         Instead of always mirroring the selection to a single PRIMARY
4650         selection, allow it to be mirrored to any number of clipboards.
4651
4652         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
4653         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
4654
4655         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
4656         GtkClipboard argument, and for paste_clipboard, the
4657         @override_location argument from @paste_primary.
4658
4659         * gtk/gtktextview.c: Adapt to above change.
4660         
4661 2001-08-30  Havoc Pennington  <hp@redhat.com>
4662
4663         * gtk/gtktextview.c (invalidated_handler): put validate idle at
4664         resize - 2 just for flexibility
4665
4666 2001-08-30  Havoc Pennington  <hp@redhat.com>
4667
4668         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
4669         object from the empty-child-anchor case by drawing a little box.
4670         
4671         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
4672         if the child anchor has no anchored widgets - fixes #59328.
4673
4674         Also, remove bizarre deletion of preedit string that seems to have
4675         gotten in here somehow.
4676
4677 2001-08-30  Havoc Pennington  <hp@redhat.com>
4678
4679         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
4680         to #58420 from Hidetoshi Tajima and Matthias Clasen
4681
4682 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
4683
4684         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
4685         change color when the GtkTreeView loses focus.
4686
4687         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
4688         ditto.
4689         
4690         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
4691
4692 2001-08-28  Havoc Pennington  <hp@pobox.com>
4693
4694         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
4695
4696 2001-08-28  Havoc Pennington  <hp@pobox.com>
4697
4698         * demos/gtk-demo/main.c (setup_default_icon): add default icon
4699
4700         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
4701         warning fix
4702         (gtk_radio_button_new_with_label): warning fix
4703
4704         * gtk/gtkdnd.c: used some random GtkImage private structs, 
4705         update to reflect GtkImage changes
4706
4707         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
4708         whether the hint is supported, just always set the icon. A task
4709         list might want to use it even if the WM doesn't, and the WM may
4710         change over time. Also, XDeleteProperty() if list == NULL.
4711
4712         * gtk/gtkwindow.c (gtk_window_set_icon_list)
4713         (gtk_window_get_icon_list)
4714         (gtk_window_set_icon)
4715         (gtk_window_get_icon)
4716         (gtk_window_set_default_icon_list)
4717         (gtk_window_get_default_icon_list):
4718         new functions
4719
4720         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
4721
4722         * gtk/gtkimage.c: Implement property support, bug #59408
4723
4724         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
4725         on reparent-without-removing-first a bit more helpful.
4726         Let's just destroy this FAQ.
4727
4728 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
4729
4730         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
4731         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
4732
4733 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
4734
4735         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
4736         of use_text_format to the end of the function. (#56447)
4737
4738 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
4739
4740         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
4741         only in response to an area_prepared signal.
4742
4743 2001-08-28  Alex Larsson  <alexl@redhat.com>
4744
4745         * gtk/gtkwidget.c (gtk_widget_class_init):
4746         Make unrealize GTK_RUN_LAST.
4747
4748 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
4749
4750         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
4751         with_label and with_mnemonic should create radio buttons, not
4752         check buttons
4753
4754 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
4755
4756         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
4757         * tests/treestoretest.c (make_window): ditto
4758         * demos/gtk-demo/main.c (create_tree): ditto
4759         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
4760
4761 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
4762
4763         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
4764         GTK selection types rather than GtkTreeSelectionMode.
4765
4766         * docs/Changes-2.0: Add comment about selection change.
4767
4768 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
4769
4770         * gtk/gtkenums.h (GtkSelectionMode): deprecate
4771         GTK_SELECTION_EXTENDED.
4772
4773         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
4774         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
4775
4776         * gtk/gtkctree.c: ditto
4777
4778         * gtk/gtklist.c: ditto
4779
4780         * gtk/gtktree.c: ditto
4781
4782 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
4783
4784         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
4785         of typos in compat macros. (#59624, Skip Montaro)
4786
4787 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
4788
4789         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
4790         macro.
4791
4792          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
4793  
4794         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
4795         interface to be a standard setter from gtk_menu_item_right_justify.
4796         (gtk_menu_item_get_right_justified): a getter to go with the setter
4797
4798         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
4799         gtk_menu_item_right_justify.
4800
4801         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
4802         gtk_menu_item_set_right_justified.
4803  
4804 2001-08-27  Jens Finke <jens@gnome.org>
4805
4806         * gtk+.spec.in: Updated to match gpp requirements, reworked the
4807         files section to make it work with 1.3.x releases.
4808
4809 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
4810
4811         * gtk/gtkbutton.[ch]:
4812         Add properties for labels, mnemonics and stock items.
4813         Added C accessor functions for the properties.
4814         Removed deprecated button->child.
4815
4816         * gtk/gtkradiobutton.c:
4817         * gtk/gtktogglebutton.c:
4818         Update to use the functions in GtkButton.
4819
4820         * gtk/gtkcheckbutton.c:
4821         Update to use the functions in GtkButton.
4822         Changed size allocation of child. Now only gets as much
4823         space as it requests.
4824
4825         * gtk/gtkclist.c:
4826         Don't use GtkButton->child
4827
4828         * gtk/gtklabel.c:
4829         Fixed typo in docs
4830         
4831 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
4832
4833         * tests/testgtk.c:
4834         * tests/Makefile.am:
4835         Ressurect the properties test.
4836         I don't care if it is inferior, I just want to test my property code.
4837
4838 2001-08-25  Chema Celorio  <chema@celorio.com>
4839
4840         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
4841         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
4842         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
4843
4844 2001-08-24  Havoc Pennington  <hp@pobox.com>
4845
4846         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
4847         these are already in gtkmenu.h, and the copies
4848         here were broken.
4849
4850         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
4851
4852         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
4853         special-case bitmaps to allow no colormap
4854         (bitmap1): implement no-colormap bitmap-getting
4855         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
4856         alpha
4857         (rgb8): indentation
4858         (rgb1a, rgb1): change the way we read the data out of the image, 
4859         old way didn't seem to work quite right.
4860
4861         I'm pretty sure a lot of the rgbconvert code is still broken.
4862         
4863         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
4864         above position constraint (I really intended to do this before,
4865         don't know what's up with that)
4866         (gtk_XParseGeometry): shut up gcc
4867
4868         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
4869         and "0" should have been. remove the attempted 4-bytes-at-once
4870         optimization, it was totally broken.
4871
4872 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
4873
4874         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
4875         on push to buttons (based on patch from Soeren Sandmann, #54720)
4876
4877           - Add child_displacement_x/y style properties to control how far the
4878             child moves when the button is depressed.
4879
4880           - Add non-exported function _gtk_button_set_depressed to clean
4881             up the handling of the in/out shadow and separate it frmo
4882             widget->state.
4883
4884           - Lots of code cleanup and simplification of state handling
4885             for GtkButton/GtkToggleButton.
4886  
4887         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
4888         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
4889
4890 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
4891
4892         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
4893         and make gtk_image_new() take no arguments. The compiler will
4894         catch it, and it is vastly more useful than having
4895         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
4896
4897         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
4898         to add tearoff-title property (#51319, Lee Mallabone)
4899
4900 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
4901
4902         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
4903         gtk_menu_item_configure(). (#58925)
4904
4905 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
4906
4907         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
4908         "use_align" to give people the option to just make a cell visible.
4909
4910         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
4911         we were scrolling past the end of the tree.
4912
4913         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
4914         rename gtk_tree_view_column_pack_start_cell_renderer to
4915         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
4916
4917 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
4918
4919         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
4920         a stray g_object_ref() left over from gtk_object_ref/sink.
4921         (Pointed out by Josh Pritikin.)
4922
4923 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
4924
4925         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
4926         to gtk_container_get_children. Added deprecated compatibility
4927         macro. (Suggested by Vitaly Tishkov, #59051)
4928
4929         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
4930         calls.
4931
4932 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
4933
4934         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
4935         gtk_menu_bar_append/prepend/insert, forgot to do this
4936         when we deprecated gtk_menu_append/prepend/insert.
4937
4938         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
4939         compat macros.
4940
4941         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
4942         renamed by compat macro.
4943
4944         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
4945         gtk_font_selection_dialog_get_font(). (Suggested by
4946         Vitaly Tishkov, #59383)
4947
4948 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
4949
4950         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
4951         Rename from gtk_text_tag_table_size(). (#59366)
4952
4953 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
4954
4955         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
4956         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
4957         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
4958         (#59173).
4959
4960 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
4961
4962         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
4963         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
4964         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
4965
4966 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
4967
4968         [ Patch from Sebastian Wilhelmi, 52790 ]
4969
4970         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
4971
4972         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
4973         Move compatibility macros from g[dt]kcompat.h to within 
4974         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
4975
4976         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
4977
4978         * demos/Makefile.am demos/gtk-demo/Makefile.am 
4979           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
4980           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
4981
4982         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
4983                  testpixbuf.c}: Fix usages of deprecated functions.
4984
4985 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
4986
4987         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
4988         when changing models.
4989
4990 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
4991
4992         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
4993         We check the current event for modifiers rather than try to trap
4994         all presses.
4995
4996 2001-08-22  Anders Carlsson  <andersca@gnu.org>
4997
4998         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
4999         It's LIST_STORE, not LISTSTORE.
5000
5001 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
5002
5003         * gtk/gtk.h: Remove commented out gtkpacker reference.
5004
5005 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5006
5007         * configure.in (all_loaders): Add tga loader, 
5008         patch by Nicola Girardi. (#56067)
5009
5010 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
5011
5012         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
5013         a little.  More needs to be done tomorrow.
5014
5015 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
5016
5017         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
5018
5019 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
5020
5021         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
5022         reported by Kristian Rietveld <kristian@planet.nl> to handle row
5023         == NULL.
5024         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
5025         <kristian@planet.nl> to change destroy order.
5026
5027 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
5028
5029         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
5030         correct marshaller.
5031
5032 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
5033
5034         * gtk/gtkliststore.c: Fix up warnings, #58928.
5035
5036         * gtk/gtktreeselection.h: Change signal prototype, #58647
5037
5038         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
5039         #59221.
5040
5041         * gtk/gtkstyle.c: Actually prelight arrow, #50981
5042         
5043 2001-08-18  Hans Breuer  <hans@breuer.org>
5044
5045         * gdk/gdk.def : updated externals
5046
5047         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
5048         is required to get (at least) visible in entry fields. Some selections
5049         are really handled now - even on win32 - but copying via middle
5050         mouse button into a different app needs to wait ... 
5051
5052         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
5053         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
5054
5055         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
5056         handling. I'm not sure if it is better now, but at least not worse
5057
5058         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
5059         with SetWindowPos () which allows more fine-tuning backing-store wise
5060
5061         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
5062         Also changed move/resize to be more like the X version.
5063
5064         * gtk/gtk.def : updated externals
5065
5066 2001-08-19  Sven Neumann  <sven@gimp.org>
5067
5068         * gtk/gtktooltips.c
5069         * tests/testtreesort.c
5070         * tests/treestoretest.c: inserted some casts to get rid of compiler
5071         warnings.
5072
5073 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
5074
5075         * gtk/gtktreeviewcolumn.c
5076         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
5077
5078         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
5079         (_gtk_tree_view_find_node): If *node is NULL,
5080         *tree should be NULL too.
5081
5082         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
5083         column/renderers.
5084         * tests/testtreecolumns.c: ditto
5085         * tests/testtreefocus.c: ditto
5086         * tests/testtreesort.c: ditto
5087         * tests/testtreeview.c: ditto
5088         * tests/treestoretest.c: ditto
5089
5090 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
5091
5092         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
5093         signals; is_expander/is_expanded.
5094
5095         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
5096         pixbufs.
5097
5098         * gtk/gtktreeview.c: set above properties.
5099
5100 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
5101
5102         * gtk/gtkwidget.h: Really remove set_default_style().
5103
5104         * docs/Changes-2.0.txt: added a note about
5105         gtk_widget_push/pop/set_default_style.
5106
5107 2001-08-18  Havoc Pennington  <hp@pobox.com>
5108
5109         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
5110         hints_changed in addition to the other cases.
5111         (gtk_window_move_resize): include last position from configure
5112         notify in debug spew
5113
5114 2001-08-18  James Henstridge  <james@daa.com.au>
5115
5116         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
5117         second argument to the weak ref notify, cleaning up some uglyness.
5118         (gtk_accel_group_attach): remove and add the weak notifier when
5119         changing the accel groups slist.
5120         (gtk_accel_group_detach): same here.
5121
5122 2001-08-17  Darin Adler  <darin@bentspoon.com>
5123
5124         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
5125         missing parameters to utf8 functions to make it compile.
5126
5127 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
5128
5129         * gtk/gtktreeprivate.h:
5130         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
5131         (gtk_tree_view_init), (gtk_tree_view_set_property),
5132         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
5133         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
5134         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
5135         (gtk_tree_view_set_destroy_count_func),
5136         (gtk_tree_view_set_enable_search),
5137         (gtk_tree_view_get_enable_search),
5138         (gtk_tree_view_get_search_column),
5139         (gtk_tree_view_set_search_column),
5140         (gtk_tree_view_get_search_equal_func),
5141         (gtk_tree_view_set_search_equal_func),
5142         (gtk_tree_view_search_dialog_destroy),
5143         (gtk_tree_view_search_position_func),
5144         (gtk_tree_view_interactive_search),
5145         (gtk_tree_view_search_delete_event),
5146         (gtk_tree_view_search_button_press_event),
5147         (gtk_tree_view_search_key_press_event),
5148         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
5149         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
5150         * gtk/gtktreeview.h:
5151         Add heavily modified patch from Kristian Rietveld to handle
5152         interactive searching.
5153
5154 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
5155
5156         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
5157         string parameter.
5158
5159         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
5160         GtkMenuShell::selection_done, now that we have it, instead of 
5161         ::deactivate so we're not tearing the menu apart and notify
5162         the user prematurely.
5163
5164 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
5165
5166         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
5167         window, clear window->need_default_position to avoid infinite loops.
5168         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
5169
5170 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
5171
5172         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
5173         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
5174         (gtk_tree_view_set_property): don't cast possible NULL objects.
5175         (gtk_tree_view_destroy): reset the model to NULL.
5176
5177         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
5178         parent_class handler.
5179
5180 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5181
5182         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
5183
5184 2001-08-17  Anders Carlsson  <andersca@gnu.org>
5185
5186         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
5187         point numbers so that the result will be floating point.
5188
5189 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5190
5191         * tests/testgtk.c (create_handle_box): 
5192         (create_toolbar): Replace gtk_window_set_policy calls by
5193         gtk_window_set_resizable.
5194
5195 2001-08-16  Jakub Steiner <jimmac@ximian.com>
5196
5197         * gtk/stock-icons/dialog_info.png: new style bulb
5198         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
5199         * gtk/stock-icons/dialog_warning.png: need a hand?
5200         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
5201           the aa border gets chopped off ok
5202         * gtk/stock-icons/stock_colorselector.png: using the new hand
5203         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
5204           this one is for, but the old icon was butt ugly.
5205         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
5206         * gtk/stock-icons/stock*_insert_object.png: "
5207         * gtk/stock-icons/stock_index.png: using new hand icon
5208         * gtk/stock-icons/stock*_new.png: the document template being used 
5209           elsewhere too
5210         * gtk/stock-icons/stock*_print*.png: new print and print preview 
5211           icons (panel/menu)  
5212         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
5213           icons based on Tuomas' floppy image.
5214         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
5215         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
5216         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
5217         * gtk/stock-icons/stock*_undelete.png: "
5218         * gtk/stock-icons/stock_preferences.png: I have a version with a 
5219           document base if the sliders are no good.
5220         * gtk/stock-icons/stock_properties.png: properties 
5221         
5222
5223         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
5224           (tigert@ximian.com) clipboard icons
5225         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
5226         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
5227         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
5228           little bigger IMHO
5229
5230 2001-08-16  Sven Neumann  <sven@gimp.org>
5231
5232         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
5233
5234 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
5235
5236         * gtk/gtkcellrenderertext.c:
5237         Avoid warning when specifying NULL for "attributes" property
5238
5239 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5240
5241         * docs/debugging.txt: Add a warning about --enable-debug=no,
5242         some editorial changes.
5243
5244 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5245
5246         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
5247         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
5248         debugging info, remove unused debug flags. (#58330)
5249
5250 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
5251
5252         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
5253         (gtk_tree_selection_select_all): Remove strict checking for rows.
5254
5255 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5256         
5257         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
5258         Don't remove the tooltip window when the tip text changes. (#15891)
5259
5260 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
5261
5262         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
5263         $(srcdir).
5264
5265 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
5266
5267         * Makefile.am (EXTRA_DIST): Fix problem with trying to
5268         dist files from intl/, which is no longer there.
5269
5270 2001-08-11  Hans Breuer  <hans@breuer.org>
5271
5272         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
5273           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
5274           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
5275           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
5276           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
5277           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
5278
5279         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
5280           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
5281         GDK_TYPE_EVENT signals
5282
5283         * gtk/gtkalignment.c : removed 'direct allocation bug',
5284         which Tim discovered while reading the patch
5285
5286 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
5287
5288         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
5289         compat macros for push/pop/set_visual that were supposed
5290         to be added a long time ago, but got dropped. 
5291
5292 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
5293
5294         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
5295         property notifies.
5296
5297 2001-08-07  Havoc Pennington  <hp@pobox.com>
5298
5299         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
5300
5301         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
5302         some fixage is needed here, but nothing simple. Owen understands
5303         it. ;-)
5304
5305         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
5306         sizing and positioning.  Also, fix bug in compute_geometry_hints
5307         (width/height confusion for setting min size). 
5308         (gtk_window_move): new function
5309         (gtk_window_resize): new function
5310         (gtk_window_get_size): new function
5311         (gtk_window_get_position): new function
5312         (gtk_window_parse_geometry): new function
5313         
5314         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
5315         (gtk_widget_get_size_request): new function
5316         (gtk_widget_get_usize): delete, that was a short-lived function
5317         ;-)
5318         (gtk_widget_set_usize): deprecate
5319         (gtk_widget_set_uposition): deprecate, make it a trivial 
5320         gtk_window_move() wrapper
5321         (gtk_widget_class_init): remove x/y/width/height properties,
5322         add width_request height_request
5323         
5324         * demos/*: update to avoid deprecated functions
5325         
5326         * gtk/gtklayout.c: add x/y child properties
5327
5328         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
5329         uses of "gint16"
5330
5331         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
5332         sizing test
5333
5334         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
5335         configure events on toplevel windows are always in root window
5336         coordinates, following ICCCM spec that all synthetic events 
5337         are in root window coords already, while real events are 
5338         in parent window coords. Previously the code assumed that 
5339         coords of 0,0 were parent window coords, which was 
5340         really broken.
5341   
5342         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
5343         warning
5344  
5345         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
5346         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
5347         hints in gtk_window_parse_geometry()
5348  
5349         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
5350         new USER_POS USER_SIZE hints    
5351
5352 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5353
5354         * tests/prop-editor.c (properties_from_type): Use 
5355         g_object_class_list_properties to get the param specs 
5356         for a given type. (#58609)
5357
5358 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5359
5360         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
5361         free the text_aa parts. (#57549)
5362
5363 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5364
5365         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
5366         not the foreground color. (#57621)
5367
5368 2001-08-09  Alexander Larsson <alexl@redhat.com>
5369
5370         * gdk/win32/gdkfont-win32.c:
5371         Update to the new pango win32 api.
5372
5373 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
5374
5375         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
5376         COMPOUND_TEXT instead of TEXT
5377         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
5378         interpret the return value of g_string_to_compound_text()
5379         (#55152)
5380
5381 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5382
5383         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
5384         fail if iter is NULL. (#58347)
5385
5386 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5387
5388         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
5389         some off-by-one issues, fixing selection of line-ends. (#50323)
5390
5391 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5392
5393         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
5394         functions in order to make mouse operation work again in the
5395         color wheel. (#58604)
5396
5397 2001-08-07  James Henstridge  <james@daa.com.au>
5398
5399         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
5400         the accelerator when the accel object is changed.  Fixes bug
5401         #58628.
5402
5403 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
5404
5405         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
5406         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
5407         (gnome bugzilla #58202)
5408
5409 2001-08-06  Havoc Pennington  <hp@pobox.com>
5410  
5411         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
5412         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
5413         it was expecting a GdkWindow, not a GdkWindowImplX11.
5414  
5415         Also, we were getting the window rect in screen coords 
5416         and the screen rect in window coords then intersecting 
5417         them; instead, get window rect in window coords.
5418  
5419         Finally, there were codepaths that resulted in a stuck server grab
5420         (when the window was fully onscreen, or on gdk_image_new()
5421         failure); make the server ungrab thing a bit more
5422         robust/consistent.
5423
5424 2001-08-06  Sven Neumann  <sven@gimp.org>
5425
5426         * gdk/gdkpango.c (gdk_pango_context_destroy): 
5427         check if info->colormap != NULL before unref'ing it. It might have
5428         been set to NULL using gdk_pango_context_set_colormap().
5429
5430 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
5431
5432         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
5433         Fix conversion from float to int so that we don't get
5434         skew in the int => float => int roundtrip. 
5435         (#58120, reported by Vitaly Tishkov). Also fix problem
5436         where if no alpha was set, the returned alpha
5437         from (say) set_current_alpha() was returned as 1, not 65535.
5438
5439 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
5440
5441         * gtk/gtklist.c (gtk_list_clear_items): Fix
5442         problem with selecting a new focus child.
5443
5444         * gtk/gtklist.c (gtk_list_clear_items): Clear 
5445         list->undo/list_focus_child after unparenting
5446         child, since unparenting the child can result
5447         in list->last_focus_child being set. (#58024)
5448
5449         * Makefile.am (SUBDIRS): Add target specific pc
5450         files to DISTCLEANFILES.
5451
5452         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
5453         (58327, Matthias Clasen)
5454
5455 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
5456
5457         * tests/testgtk.c: Patch from Hans (with various modifications),
5458         to add the ability to use testgtk as a rough-and-ready
5459         benchmark. Try, 'testgtk --bench all:5' (if you want decent
5460         numbers, run without a window manager)
5461
5462 2001-08-04 Alexander Larsson <alexl@redhat.com>
5463
5464         * gdk/win32/gdkinput.c:
5465         Add #ifdef HAVE_WINTAB around wintab.h include.
5466
5467         * gtk/gtk.def:
5468         Removed marshals that have been moved to glib.
5469         Commented out plug and socket. They didn't compile for me 
5470         on win32.
5471
5472 2001-08-04  Hans Breuer  <hans@breuer.org>
5473
5474         * gtk/stocks-icons/makefile.msc : new file
5475         * gtk/makefile.msc.in : use it
5476
5477         * gtk/gtkstyle.c : not all platforms do provide M_PI and
5478         friends, but luckily there is G_PI
5479
5480         * gtk/gtk.def : updated
5481
5482         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
5483         windows WS_POPUP, but only those without a parent. This fixes the 
5484         mis-alignment between the selectable (temp, input only) window and 
5485         the window text of GtkLabel.
5486
5487         (gdk_window_show) : respect private->state when actually showing
5488         the window.
5489
5490         (gdk_window_set_transient_for) : Implementation from Wolfgang 
5491         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
5492         error handling. Should fix #50586.
5493
5494         * gdk/win32/gdkevents-win32.c : beautify log output
5495
5496 2001-08-04  Michael Natterer  <mitch@gimp.org>
5497
5498         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
5499         Need to show the image after adding it to the GtkImageMenuItem.
5500         This used to work without in testgtk because of the
5501         gtk_widget_show_all() at the end of the function.
5502         (Closes #54978).
5503
5504 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
5505
5506         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
5507         (gtk_notebook_set_child_property): fix finding of child's page,
5508         since we have to validly deal with labels and menus here as well.
5509         (gtk_notebook_get_child_property): fix warning.
5510         (gtk_notebook_class_init): property tab_pack is of type
5511         GTK_TYPE_PACK_TYPE (enum) not boolean.
5512         (gtk_notebook_find_child): don't always warn, we might be looking
5513         for a label or menu child.
5514         (gtk_notebook_map): fix mapping of panel.
5515
5516         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
5517         widget's mapped state, regardless of the value being set equals
5518         old settings, since things like REALIZED(parent) or MAPPED(parent)
5519         may have changed since the old value was set. make it an error to
5520         invoke this function on a toplevel widget.
5521
5522 2001-07-31  Darin Adler  <darin@bentspoon.com>
5523
5524         * gdk/gdkprivate.h:
5525         * gdk/x11/gdkx.h:
5526         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
5527
5528         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
5529         GTK_OBJECT.
5530
5531 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
5532
5533         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
5534         scoping error pointed out by matthiasc@poet.de.
5535
5536 2001-07-31  Sven Neumann  <sven@gimp.org>
5537
5538         * demos/gtk-demo/appwindow.c
5539         * demos/gtk-demo/item_factory.c
5540         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
5541
5542 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
5543
5544         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
5545         argument order for g_signal_has_handler_pending.
5546
5547 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
5548
5549         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
5550         instead of long deprecated g_scanner_stat_mode().
5551
5552 2001-07-29  Hans Breuer  <hans@breuer.org>
5553
5554         * gdk/makefile.msc : build in the backend dir after
5555         auto-generating files
5556
5557         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
5558         with code from win32-production-branch.
5559
5560         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
5561         before calling DestroyWindow, which indirectly calls 
5562         gdk_window_destroy_notify ()
5563
5564         (performance patch merged from win32-production-branch)
5565         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
5566         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
5567         R2_COPYPEN rop). It is claimed to be much faster.
5568
5569 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
5570
5571         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
5572         add an "attributes" property to the text renderer for ATK.
5573
5574 2001-07-26  Alex Larsson  <alexl@redhat.com>
5575
5576         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
5577         Initialize image->bits_per_pixel from the drawable, not from
5578         the root window.
5579
5580         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
5581         Fix cast. argument is an IMPL already.
5582
5583 2001-07-15  James Henstridge  <james@daa.com.au>
5584
5585         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
5586         (gtk_window_remove_accel_group): same here.
5587         (gtk_window_key_press_event): same here.
5588
5589         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
5590         (gtk_widget_remove_accelerator): same here.
5591         (gtk_widget_remove_accelerators): same here.
5592
5593         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
5594
5595         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
5596         instead of GtkObject.
5597
5598         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
5599         now takes GObjects.
5600
5601         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
5602         pass a GObject to gtk_accel_group_entries_from_object.
5603         (gtk_item_factory_create_item): s/accel_widget/accel_object/
5604
5605         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
5606
5607         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
5608
5609         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
5610         GObjects can have accelerators set now.  Add compatibility
5611         defines.
5612
5613         * gtk/gtkmarshal.list: add missing marshallers.
5614
5615         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
5616         accelerators on plain GObjects.  gtk_accel_group_object_destroy
5617         has been converted into a weak reference, and
5618         gtk_accel_group_delete_entries is now a destroy notify for that
5619         piece of data.
5620
5621 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
5622
5623         * gdk/gdkdraw.c: Added a check on the colormap depth to
5624         gdk_drawable_set_colormap()
5625         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
5626         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
5627         for pixmaps without visuals (more specifically, bitmaps)
5628         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
5629         doesn't set a colormap with the wrong depth
5630
5631
5632 2001-07-22  Anders Carlsson  <andersca@gnome.org>
5633
5634         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
5635         expander_height and expander_width properties with a single
5636         property, expander_size.
5637         (gtk_tree_view_init): Set the tab_offset to expander_size
5638         plus some padding.
5639         (gtk_tree_view_unrealize): Remove the expand/collapse
5640         timeout if it exists.
5641         (coords_are_over_arrow): Fix a small bug.
5642         (gtk_tree_view_motion_draw_column_motion_arrow): Use
5643         expander_size.
5644         (gtk_tree_view_draw_focus): Use "treeview" instead of
5645         "add-mode" as detail when drawing the focus.
5646         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
5647         instead of "add-mode" as detail when drawing the focus.
5648         (gtk_tree_view_deleted): If we have a node currently being
5649         expanded or collapsed, remove the timeout and set the node 
5650         to NULL.
5651         (gtk_tree_view_queue_draw_arrow): New function that just
5652         redraws the arrow of a node.
5653         (gtk_tree_view_draw_arrow): Use expander_size instead of
5654         expander_width/expander_height, also pass a different
5655         expander_style to gtk_paint_expander depending on the 
5656         state of the node being drawn.
5657         (expand_collapse_timeout): New function for expanding 
5658         or collapsing a node depending on the previous state.
5659         (gtk_tree_view_real_expand_row): Add timeout and set 
5660         correct state for node being expanded.
5661         (gtk_tree_view_real_collapse_row): Add timeout and set
5662         correct state for node being collapsed.
5663
5664         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
5665         information about the node currently being expanded or
5666         collapsed, and also a timeout id.
5667
5668         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
5669         with expander_style for draw_expander.
5670
5671         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
5672         expander_style.
5673         (create_expander_affine): New function for creating an 
5674         expander affine.
5675         (apply_affine_on_point): New function for applying an 
5676         affine to a point.
5677         (gtk_default_draw_expander): Modified to take expander_style
5678         instead of is_open, and to draw the rectangle rotated differently
5679         depending on the expander style.
5680         (gtk_paint_expander): Replace is_open with expander_style.
5681
5682         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
5683
5684         * gtk/gtkenums.h: Add expander style enum.
5685
5686 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
5687
5688         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
5689         value from gtk_tree_model_get_iter, the model might be empty.
5690
5691 2001-07-20  Hans Breuer  <hans@breuer.org>
5692
5693         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
5694         gdk/gdkinput.c like the other backends
5695
5696         * gdk/win32/gdkinput-win32.h :
5697         * gdk/win32/gdkinput.c :
5698         * gdk/win32/gdkvisual-win32.c :
5699         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
5700         GdkVisual GObjectification. UNTESTED for pen-devices because
5701         I simply have none.
5702
5703         * gdk/gdk.def :
5704         * gtk/gtk.def : updated externals
5705
5706         * gtk/gtkiconfactory.c :
5707         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
5708         before passing &error to functions to avoid strange crashes
5709         
5710         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
5711
5712         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
5713
5714         * gtk/makefile.msc.in : updated
5715
5716 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
5717
5718         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
5719         Add property support. (#51858)
5720
5721 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
5722
5723         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
5724         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
5725         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
5726
5727 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
5728
5729         * gtk/gtkcolorsel.c: Add propery support (roughly
5730         based on patch from Lee Mallabone, #51014)
5731
5732         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
5733         deprecated, since we already g_warning() on it.
5734
5735 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
5736
5737         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
5738         typo that sometimes caused selection not to work properly.
5739
5740         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
5741         entry when tabbing in. (#57743)
5742         
5743         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
5744         user drags up above or down below the entry, move
5745         to the end or the beginning of the entry. (Suggestion
5746         from Jay Cox, #50940)
5747
5748         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
5749         a current selection, then when moving by chars or
5750         words, move to the end of the selection rather than
5751         from entry->current_pos. (Suggestion from Jay Cox,
5752         #50942)
5753         
5754 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
5755
5756         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
5757         set window->decorated. (Patch from Hidetoshi Tajima,
5758         #55846)
5759
5760 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
5761
5762         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
5763         the widget/child realization/mapping invariants.
5764
5765         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
5766         gtk_widget_[get/set]_child_visible() to control
5767         whether visible children of a mapped window are
5768         mapped.
5769
5770         * docs/widget_system.txt: Updated for changes in
5771         container contract, and addition of GTK_CHILD_VISIBLE.
5772
5773         * gtk/gtkcontainer.c: Add generic map()/unmap()
5774         functions that work for almost all containers.
5775
5776         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
5777         gtk_widget_set_child_visible() where necessary.
5778
5779         * gtk/*.c: Remove excess map(), unmap(), and 
5780         realization/mapping invariant enforcing code
5781         from many containers.
5782
5783 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
5784
5785         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
5786         Get the foreground color from 'text', nor 'fg'. (#57568)
5787
5788 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
5789
5790         * gtk/*.c: Patch from Matthias Clasen to remove remove
5791         all instances of g_return_if_fail (foo != NULL); that are
5792         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
5793         since the second check catches the NULL anyways.
5794
5795 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
5796
5797         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
5798         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
5799         GDK_THREADS_ENTER()/LEAVE() pairs.
5800
5801         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
5802         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
5803         pairs. (Problem found by M. Meeks)
5804
5805 2001-07-18  Darin Adler  <darin@bentspoon.com>
5806
5807         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
5808         that we don't get a g_warning message every time we register a new
5809         icon size.
5810
5811         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
5812         using pixel variable of the correct type.
5813         
5814 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
5815
5816         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
5817         so that using X functions on a GdkWindow is possible, if
5818         a little hairy.
5819
5820         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
5821         and ts_origin of a GC, so that external parties can offset/restore
5822         a GC, when using gdk_window_get_internal_paint_info().
5823
5824 2001-07-17  Darin Adler  <darin@bentspoon.com>
5825
5826         * .cvsignore: Ignore the sgml directory made by gtkdoc.
5827         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
5828         instead of the deprecated gtk_window_set_policy.
5829         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
5830         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
5831         function to get rid of warning and some code too.
5832         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
5833         missing const.
5834         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
5835         unused local.
5836         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
5837         const.
5838         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
5839         (gdk_utf8_to_compound_text): Add missing const.
5840         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
5841         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
5842         cast and get rid of an unnecessary one.
5843         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
5844         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
5845         local.
5846         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
5847         Remove unused local.
5848         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
5849         missing const.
5850         * tests/testsocket.c: (add_child): Add cast so the printf format
5851         doesn't make us implicitly depend on what integer type
5852         gtk_socket_get_id returns.
5853         * tests/testtextbuffer.c: Add missing const.
5854         * tests/testtreefocus.c: (main): Remove unused local.
5855         * tests/treestoretest.c: (iter_remove): Remove unused local.
5856         (uppercase_value): Remove unused function.
5857         (make_window): Add statement to quiet the compiler's uninitialized
5858         variable warning.
5859
5860 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
5861
5862         * gtk/gtkrange.c:
5863         (second_timeout): 
5864         (initial_timeout): 
5865         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
5866         (gtk_range_calc_layout): compute the new layout based on an
5867         adjustment->value being passed in as argument.
5868         (gtk_range_button_press): for button2 slider warps, first recalc
5869         the layout, then adjust the value. also, use update_slider_position()
5870         for adjusting the value, so we keep pixel quantisation at which we
5871         usually operate (upon motion or button releases). the reason for this
5872         is that, we can't change the adjustment upon button2 presses to a non
5873         quantised value and upon button2 release re-quantise the value since
5874         that'd alter the value even if we didn't get any motion events (causing
5875         unexpected scroll area warps upon release and/or slider pixel-jitter).
5876         (gtk_range_motion_notify): update the slider position from queried
5877         coordinates, not event coordinates.
5878
5879 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
5880
5881         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
5882         the default gc values are: width=0, CapBut, JoinMiter.
5883
5884 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
5885
5886         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
5887         into account the xpad and ypad when calculating the width and the
5888         height of the pixbuf cel.
5889
5890 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
5891
5892         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
5893         Rename to gtk_radio_menu_item_get_group(), add deprecated
5894         alias. (#57044)
5895
5896         * gtk/gtkfilesel.c: Indentation fix.
5897
5898 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
5899
5900         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
5901         Hasselmann to fix warnings in compat macros. 
5902         (#56773)
5903
5904         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
5905         stupid wrong cast added in last patch.
5906
5907 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
5908
5909         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
5910         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
5911
5912 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
5913
5914         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
5915         missing cast.
5916
5917         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
5918         NULL/FALSE return value confusion.
5919
5920         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
5921         problem when scrollbar completely fills range. (Patch
5922         from  Matthias Clasen, #57047)
5923
5924 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
5925
5926         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
5927         clean up when handling events for move-resize emulation.
5928         (Problem traced down by Matthias Clasen, #57271)
5929
5930 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
5931
5932         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
5933           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
5934           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
5935           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
5936           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
5937           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
5938           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
5939         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
5940
5941 2001-07-09  Peter Williams  <peterw@ximian.com>
5942
5943         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
5944         for when srcdir != builddir
5945
5946 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
5947
5948         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
5949         gtk_tree_model_get_iter_root.
5950
5951         * gtk/gtkliststore.c: Add a bunch of g_return statements.
5952         (gtk_list_store_iter_n_children): Fix up.
5953
5954         * gtk/gtktreestore.c: Add a bunch of g_return statements.
5955
5956 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
5957
5958         * gtk/gtkwidget.c (gtk_widget_class_init):
5959         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
5960         restore some workingness.
5961
5962         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
5963         handle of window type for input-only windows.
5964
5965 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
5966
5967         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
5968         Patch from Gregory Merchan to add 
5969         gtk_button_box_set_secondary(), which separates
5970         the child into a separate group from the normal
5971         buttons. (#56331)
5972
5973         * gtk/gtkdialog.c: Make help buttons secondary by
5974         default.
5975
5976         * gtk/gtkbbox.c: Added a child property "secondary".
5977
5978         * gtk/testgtk.c: Turn on the help button for the 
5979         color selector to check that it properly appears
5980         as secondary.
5981
5982 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
5983  
5984         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
5985         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
5986         Add gdk_set_pointer_hooks() to allow pointer-querying to
5987         be hooked by an event record/playback system like GERD.
5988         (#56914)
5989         
5990 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
5991
5992         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
5993         in the right value of initial_emission to
5994         gtk_widget_set_style_internal (#57091)
5995
5996 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
5997
5998         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
5999         Make compile.
6000
6001         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
6002         with calling gtk_widget_set_style_internal() with
6003         the old style, not the new style. (#56989)
6004
6005 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
6006
6007         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
6008           gtk/gtkwidget.c:
6009         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
6010         not GTK_WIDGET_GET_ANCESTOR ... see 
6011         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
6012         Indicate the best practice in the docs for gtk_widget_get_toplevel().
6013
6014         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
6015         so GtkPlug can give the correct signals when transforming
6016         from a child to a toplevel.
6017         
6018         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
6019         reparentation correctly.
6020
6021         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
6022         Propagate the previous_toplevel argument down properly.
6023
6024         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
6025         of wrong atr list.
6026
6027         * gtk/gtkplug.[ch]: Add an "embedded" signal.
6028
6029         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
6030         signals.
6031
6032         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
6033         functions gtk_plug_get_id(), gtk_socket_get_id(),
6034         to avoid the user having to worry about realization,
6035         and gdkx.h.
6036
6037         * tests/testsocket.c: Extend to try out the new signals
6038         and gtk_plug/socket_get_id().
6039
6040         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
6041         setting of underline attributes.
6042
6043         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
6044         DestroyNotify events from SubstructureNotifyMask
6045
6046         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
6047         Switch GDK_WINDOW_TYPE (window) as needed.
6048
6049         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
6050         allow creation of toplevel windows as children of
6051         foreign windows.
6052
6053         * gtk/gtkplug.c: Remove hacks involving changing private
6054         fields of GdkWindow.
6055
6056         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
6057         exactly the same signals and notification
6058         be emitted for local embedding as for inter-process
6059         embedding.
6060
6061 2001-07-04  James Henstridge  <james@daa.com.au>
6062
6063         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
6064
6065 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
6066
6067         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
6068         XEMBED embedding add a _XEMBED_INFO property to the
6069         client with version number and a "mapped" flags.
6070         Use the mapped flag instead of the racy MapRequestEvent
6071
6072         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
6073         code to reliably set things (when the child is a passive
6074         embedder participating in the XEMBED protocol) intead
6075         of just being a hack for embedding non-participating
6076         programs. Fix various bugs and race conditions.
6077         
6078         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
6079         work by simply making the GtkSocket the gtk parent
6080         of the GtkPlug. Set a flag in this case and make
6081         the GtkPlug work like a normal container by overriding
6082         methods such as check_resize and "chaining past" GtkWindow
6083         to GtkBin.
6084
6085         * gtk/gtkentry.c (gtk_entry_real_activate)
6086           gtk/gtkmain.c (gtk_propagate_event): 
6087         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
6088         
6089         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
6090         gtk_widget_get_ancestor):
6091         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
6092         might not give the expected result and recommend
6093         an alternative.
6094
6095         * tests/testsocket.c tests/testsocket_child.c
6096         tests/testsocket_common.c tests/Makefile.am: Extended
6097         to test different type of adding plugs to sockets
6098         (local,active,passive), and to test mapping/unmapping
6099         the plug.
6100
6101         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
6102         mark the window as destroyed until after we
6103         called _gdk_windowing_window_destroy().
6104         (_gdk_windowing_window_destroy() may use GDK functions
6105         on the window.)
6106
6107         * gdk/x11/gdkinput.c: Remove the check for finalization - 
6108         devices can be finalized under some circumnstances.
6109  
6110         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
6111         small problem with GDK_TYPE_DEVICE.
6112  
6113 2001-07-02  Havoc Pennington  <hp@pobox.com>
6114
6115         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
6116         use constants not atoms.
6117
6118 2001-07-02  James Henstridge  <james@daa.com.au>
6119
6120         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
6121         PANGO_TYPE_TAB_ARRAY.
6122
6123         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
6124         for PANGO_TYPE_TAB_ARRAY.
6125
6126         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
6127         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
6128
6129         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
6130         the file.  Remove Pango types from defs -- they are now defined in
6131         libpango.
6132
6133 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
6134
6135         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
6136
6137         * gtk/gtkobject.c (gtk_object_destroy): invoke
6138         g_object_run_dispose().
6139
6140         * gtk/gtkwindow.c: 
6141         * gtk/gtkwidget.c: 
6142         * gtk/gtkobject.c:
6143         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
6144         method.
6145
6146 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
6147
6148         * gtk/gtktypeutils.c (gtk_type_class): Remove
6149         change check for GTK_TYPE_OBJECT derivation to
6150         G_TYPE_OBJECTS - it's Tim-approved to use this 
6151         for arbitary objects.
6152
6153         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
6154         prefix gtk_container_dequeue_resize_handler().
6155
6156         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
6157         to the hierarachy_changed signal, since you otherwise
6158         have to always keep that around.
6159
6160         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
6161         for extra argument to hierarchy_changed.
6162
6163 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
6164
6165         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
6166         for style to mean "revert to default style"
6167
6168         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
6169           gtk_widget_restore_default_style): Make this functions
6170         deprecated aliases for gtk_widget_set_style (widget, NULL).
6171
6172         * gtk/gtkwidget.[ch]: Remove:
6173            gtk_widget_set_default_style ()
6174            gtk_widget_push_style ()
6175            gtk_widget_pop_style ()
6176         These functions interact are overriden by RC files, and
6177         thus virtually useless, and complicated.
6178
6179 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
6180
6181         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
6182         most of the previous global variables in gtkrc.c. This is
6183         in preparation for multi-head, since each screen can
6184         have different GtkSettings and RC information.
6185
6186         * gtk/gtkrc.[ch]: 
6187
6188         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
6189         GtkSettings parameter to GtkRcStyle::parse.
6190
6191         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
6192         Add two new settings gtk-theme-name, gtk-key-theme-name,
6193         for RC files that are loaded by name after reading
6194         the default RC files.
6195         
6196         * gtk/gtkrc.c: Allow priorities for styles, as wll as
6197         bindings.
6198
6199         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
6200         and use it by default for RC files loaded via 
6201         gtk-theme-name, gtk-key-theme-name.
6202
6203         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
6204         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
6205         tests/testgtkrc: Require pathnames to be absolute.
6206
6207         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
6208         the source when parsing, since the operation of looking up a
6209         pixmap from an RC file depends on the parsing context.
6210
6211         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
6212         reset RC styles on all widgets when files are reparsed.
6213
6214         * tests/testgtk.c (create_rc_file) 
6215           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
6216         Simplify, now that gtk_rc_reparse_all() resets styles on
6217         all widgets itself.
6218
6219         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
6220         return value.
6221
6222         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
6223         GtkSettings argument.
6224
6225         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
6226         gtk_settings_get_global().
6227
6228         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
6229         to get the appropriate GtkSettings for a widget. (For now,
6230         just gets the default GtkSetttings.) 
6231
6232         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
6233           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
6234         changes.
6235
6236         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
6237         getting a style for a path without actually having a widget.
6238         (Allows using a style for a subpart of a widget, for
6239         example.)
6240
6241         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
6242         the RC files to be reloaded for just one GtkSettings
6243         (not sure how useful this really is.)
6244
6245         * gtk/gtkrc.h: Deprecate
6246         gtk_rc_add_widget_name/widget_class/class_style
6247
6248 2001-06-30  Alex Larsson  <alexl@redhat.com>
6249
6250         * gdk/linux-fb/gdkinput-none.c:
6251         * gdk/linux-fb/gdkinput.c:
6252         * gdk/linux-fb/gdkinputprivate.h:
6253         Convert GdkDevice to a GObject.
6254
6255         * linux-fb/gdkprivate-fb.h:
6256         * linux-fb/gdkvisual-fb.c:
6257         Convert GdkVisual to a GObject.
6258
6259 2001-06-29  Alex Larsson  <alexl@redhat.com>
6260
6261         * gdk/gdkvisual.h:
6262         * gdk/gdkcolor.c:
6263         * gdk/x11/gdkx.h:
6264         * gdk/x11/gdkvisual-x11.c:
6265         Convert GdkVisual to a GObject.
6266
6267         * gdk/gdkinput.h:
6268         * gdk/gdkevents.c:
6269         * gdk/x11/gdkinputprivate.h:
6270         * gdk/x11/gdkinput-gxi.c:
6271         * gdk/x11/gdkinput-none.c:
6272         * gdk/x11/gdkinput-x11.c:
6273         * gdk/x11/gdkinput-xfree.c:
6274         * gdk/x11/gdkinput.c:
6275         Convert GdkDevice to a GObject.
6276
6277 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
6278
6279         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
6280         to just plain new, fixing the number of columns, and column types
6281         at creation time.
6282
6283         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
6284
6285         * gtk/gtkcellrenderertext.c
6286         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
6287         height to a specific font.
6288
6289         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
6290
6291         * tests/*c: change to work with new store models.
6292
6293 2001-06-29  Havoc Pennington  <hp@redhat.com>
6294
6295        * Throughout: fixes to compile with G_DISABLE_COMPAT
6296         (s/g_signal_connectc/g_signal_connect/,
6297         s/g_signal_newc/g_signal_new/,
6298         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
6299
6300 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
6301
6302         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
6303         add path argument to selection callbacks.
6304
6305 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
6306
6307         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
6308         walk through a model in a depth first manner, with the option to
6309         break out.
6310
6311 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
6312
6313         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
6314         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
6315         column and follow it when draged, rather than a location in the
6316         view. "expander_column" property and drawing functions changed
6317         accordingly.  Fixes bug #55942.
6318
6319         (gtk_tree_view_{set,get}_expander_column): Now works with a
6320         GtkTreeViewColumn* instead of int.
6321
6322 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
6323
6324         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
6325
6326 2001-06-28  Havoc Pennington  <hp@pobox.com>
6327
6328         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
6329         image data to the screen, using a server grab to avoid race
6330         conditions.
6331
6332         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
6333         check for NULL return from gtk_image_new_from_stock(), it never
6334         returns NULL.
6335         (gtk_item_factory_create_item): fix bug where we parsed the stock
6336         ID as an inline pixbuf
6337
6338         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
6339
6340         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
6341         support (should be using binding set here)
6342
6343         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
6344         support (should be using binding set here)
6345
6346         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
6347         support
6348
6349         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
6350
6351         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
6352
6353         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
6354
6355         * gtk/gtkimcontextsimple.c
6356         (gtk_im_context_simple_filter_keypress): keypad
6357
6358         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
6359
6360         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
6361
6362         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
6363
6364         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
6365         should be binding-setted)
6366
6367         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
6368
6369         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
6370
6371         * gtk/gtkcalendar.c: numeric keypad fixes
6372
6373         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
6374         support
6375
6376         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
6377         screwup
6378
6379         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
6380         clip the render area to the drawable's clip region in advance,
6381         so we don't get data from the server that we don't need.
6382
6383         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
6384         check return value of gdk_pixbuf_get_from_drawable(), fall back 
6385         to bilevel alpha if we can't get the pixbuf to composite against.
6386
6387         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
6388
6389         * gdk/gdkimage.c (gdk_image_get_colormap): add
6390         gdk_image_set_colormap, gdk_image_get_colormap
6391
6392         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
6393         take a region of the image, instead of converting the entire
6394         image.
6395
6396         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
6397         keybinding signal. Add default bindings for it. Add default
6398         handler for show_help that shows the tooltip for the widget.
6399
6400         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
6401         "close" keybinding signal, remove key press handler.
6402
6403         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
6404         it's not our usual practice to leave a deprecated function around
6405         with a runtime warning, plus we don't want it to appear in docs,
6406         plus if we make them yellow no one will want to change them
6407         anyhow.
6408
6409 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
6410
6411         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
6412         GTK_WIDGET_REALIZE() for resize queueing.
6413
6414         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
6415         GTK_WIDGET_REALIZE() for post event delivery destruction upon
6416         GDK_DESTROY.
6417         
6418         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
6419         sompensate for former (pre-2.0) connect_after() facility.
6420         (gtk_widget_send_expose): 
6421         (gtk_widget_event): assert the widget is realized, since event delivery
6422         to non-realized widgets is essentially a bug. event handlers should
6423         be able to unconditionally rely on widget->window (unless they
6424         emit events on their own which can trigger widget destruction).
6425         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
6426         logic. event delivery happens as follows:
6427         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
6428         b) if !was_handled in (a) and the widget is still realized, emit event-
6429            specific signal (RUN_LAST handler). returns was_handled.
6430         c) emission of GtkWidget::event-after for notification if the widget is
6431            still realized (regardless of was_handled from previous stages, no
6432            class handler). no return value.
6433         d) was_handled gets passed on to caller, to determine further
6434            propagation. if the widget got unrealized meanwhile, was_handled
6435            is returned as TRUE.
6436
6437         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
6438         gdk_event_get_coords().
6439
6440 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
6441
6442         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
6443         age 0, binary age 0. depend on glib 1.3.7.
6444
6445         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
6446
6447         * gtk/gtkmenubar.c: same here.
6448         
6449         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
6450
6451         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
6452
6453         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
6454         
6455         * gtk/gtkmenubar.c (add_to_window): likewise.
6456         
6457         * gtk/gtktextbtree.c: and here...
6458         
6459         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
6460         
6461         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
6462         
6463         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
6464         
6465         * gtk/gtktreeviewcolumn.c:
6466         (_gtk_tree_view_column_set_tree_view): yet again.
6467
6468         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
6469         signal connections without g_signal_connect_data().
6470         
6471         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
6472         demo of the matter.
6473         
6474         * demos/testpixbuf.c (main): running out of equality phrases for the
6475         ChangeLog, but had to adapt connections here as well.
6476         
6477         * demos/testanimation.c (progressive_timeout): and for the fun of it,
6478         tackled this the same way.
6479         
6480         * tests/testtext.c (create_view): ok, it's becoming a pain at this
6481         point, but had enough enery for one more fix.
6482
6483         * tests/testtreecolumns.c (main): stand up man, do your work!
6484
6485         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
6486         fix, either that's been all of it or CVS gtk is broken yet again.
6487         
6488 2001-06-29  James Henstridge  <james@daa.com.au>
6489
6490         The following changes correspond to bug #56812
6491
6492         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
6493         code for GdkDevice.
6494
6495         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
6496         GdkCursor.
6497
6498 2001-06-19  Havoc Pennington  <hp@pobox.com>
6499
6500         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
6501         for mapping a window without fooling with stacking order, but
6502         updating the "withdrawn" flag
6503
6504         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
6505         filtering as soon as possible, moving move resize and wmspec_check
6506         handling after the event filter.  Make default filter apply to all
6507         events, not just those with no GdkWindow wrapped around the X
6508         window. Fix a FIXME about how the window could be a pixmap using 
6509         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
6510
6511         Also, be robust against events not on a known GdkWindow.
6512
6513         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
6514         gdk_x11_ungrab_server): export reference-counted server grabs, so
6515         other people can grab server over a GDK function that also does
6516         so.
6517
6518 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
6519
6520         * gtk/gtktreeviewcolumn.c
6521         (gtk_tree_view_column_pack_start_cell_renderer): New function to
6522         reflect that you can (hypothetically) pack cell renderers into a
6523         column.
6524         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
6525         (gtk_tree_view_column_cell_is_visible): Move more functionality to
6526         the column.
6527         (gtk_tree_view_column_cell_can_focus): Move more functionality to
6528         the column.
6529
6530         * gtk/gtktreeview.c: Move to use new column-packing code.
6531         (gtk_tree_view_real_expand_row): remove totally braindead code.
6532         (gtk_tree_view_real_collapse_row): ditto.
6533
6534 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
6535
6536         * gtk/gtktreeviewcolumn.c: Fix a typo.
6537         
6538 2001-06-26  Joel Becker  <jlbec@evilplan.org>
6539
6540         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
6541           at the end of the file
6542
6543 2001-06-26  Havoc Pennington  <hp@redhat.com>
6544
6545         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
6546
6547 2001-06-26  Havoc Pennington  <hp@redhat.com>
6548
6549         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
6550         property
6551
6552 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
6553
6554         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
6555         stupid missing statement
6556
6557         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
6558         private function for ATK.  It notifies you of how many _visible_
6559         children are deleted when a node is deleted.  Should be used by
6560         atk only.
6561
6562 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
6563
6564         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
6565         Use new pango_context_get_metrics() to fix problems
6566         with font lists in descriptions. (#56184, reported by
6567         Jonas Borgström)
6568
6569 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
6570
6571         * gtk/gtkiconfactory.c:
6572         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
6573         item factory so inlined pixbufs actually work.
6574
6575 2001-06-25  Havoc Pennington  <hp@redhat.com>
6576
6577         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
6578         s/RESIZEABLE/RESIZABLE/
6579
6580         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
6581
6582 2001-06-25  Alexander Larsson  <alexl@redhat.com>
6583
6584         * configure.in:
6585         Added --enable-fbmanager. This is some experimental code
6586         that lets several GtkFB apps coordinate their access to the
6587         framebuffer.
6588         
6589         * acconfig.h:
6590         Added ENABLE_FB_MANAGER.
6591
6592         * gdk/linux-fb/Makefile.am:
6593         Added gdkfbmanager and gdkfbswitch.
6594
6595         * gdk/linux-fb/gdkkeyboard-fb.c:
6596         * gdk/linux-fb/gdkmouse-fb.c:
6597         * gdk/linux-fb/gdkprivate-fb.h:
6598         Split device init and open so that
6599         they can be opened and closed while switched
6600         away.
6601
6602         * gdk/linux-fb/gdkmain-fb.c:
6603         Add the basic manager communication.
6604
6605         * gdk/linux-fb/gdkrender-fb.c:
6606         Don't update to the shadow fb if we're
6607         blocked by the fb manager.
6608
6609 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
6610
6611         * docs/Changes-2.0.txt: Add note about child property
6612         changes.
6613
6614 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
6615
6616         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
6617         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
6618
6619         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
6620         with un'reffing wrong list reported by Jeff Franks.
6621
6622         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
6623
6624         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
6625         for the default icon. Remove inline XPM.
6626
6627         * gtk/gtkstock.h gtk/gtkiconfactory.c:
6628         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
6629         is used for GTK_STOCK_DND, but it is a bit too small.)
6630
6631         * gtk/stock-icons/stock_dnd_multiple.png
6632         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
6633
6634         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
6635         TRUE when starting a drag. In other cases, we are
6636         just observing. (#52995)
6637
6638         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
6639         function to set the icon for a drag from a GdkPixbuf
6640         or stock ID.
6641
6642         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
6643         Likewise, for drag sources.
6644
6645         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
6646         (Now should be done using the stock system.)
6647
6648 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
6649
6650         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
6651         Removed - didn't work and not particularly useful anyways
6652         if it did. 
6653
6654 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
6655
6656         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
6657         introduced last night that was making things decidedly not work.
6658
6659         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
6660         so that we have getter/setter pairing everywhere it makes
6661         sense. (#55767)
6662
6663         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
6664         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
6665         deprecated compat macro. (#55516)
6666
6667         * gtk/gtklabel.[ch]: Add functions
6668         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
6669         gtk_label_set_label(), which mirror the property API for GtkLabel.
6670         Make gtk_label_get_attributes() only reflect the attributes
6671         set by gtk_label_set_attributes.
6672
6673         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
6674         from gtk_notebook_set_page().
6675
6676 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
6677
6678         * configure.in: Fix tests for XShm.h.
6679
6680         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
6681         gdk_image_new() by use of goto, properly use g_object_unref().
6682
6683 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
6684
6685         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
6686         calls, as GdkImage is an object. these should be g_obejct_unref()
6687         instead but that won't work because of the g_error() statement
6688         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
6689         to spot these places.
6690
6691 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
6692
6693         * modules/input/gtkimcontextxim.c: Fixup some problems with 
6694         text length handling in error cases.
6695
6696         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
6697         a bit to make test actually warn on attempt to allocation
6698         a negative size. (#56101, Matthias Clasen)
6699
6700 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
6701
6702         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6703         noticed by Brian Cameron.
6704         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
6705         Cameron.
6706
6707 2001-06-22  Hans Breuer  <hans@breuer.org>
6708
6709         * gdk/gdk.def : updated externals
6710
6711         * gdk/win32/gdkdrawable-win32.c : corrected some casts
6712         in GDK_NOTEs
6713
6714         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
6715         to translate coordinates to the internal > 16 bit system
6716         Try to handle WM_WINDOWPOSCHANGED to get better performance for
6717         when moving/resizing
6718
6719         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
6720         and gdk_keymap_get_direction (). The latter is untested for
6721         the RTL case
6722
6723         * gtk/gtk.def : updated externals
6724
6725         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
6726         from pango_language_from_string (), not an already freed pointer
6727
6728         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
6729         binary (-kb) to be useable on windoze
6730  
6731 2001-06-21  Alexander Larsson  <alexl@redhat.com>
6732
6733         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
6734         Update to new PangoLanguage changes.
6735         
6736         * gtk/gtkwindow-decorate.c:
6737         * gtk/gtkwindow.[ch]:
6738         Added setting argument to gtk_window_set_has_frame ()
6739         
6740 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
6741
6742         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
6743         the case without XKB properly.
6744
6745         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
6746         unused gtk_rc_auto_parse variable.
6747
6748         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
6749         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
6750         longer needed with GdkPixbuf.
6751
6752         * gtk/gtkrc.c (_gtk_rc_init): Make private.
6753
6754 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
6755
6756         * gtk/gtkentry.h: Mark deprecated functions with
6757         GTK_DISABLE_DEPRECATED.
6758
6759 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
6760
6761         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
6762
6763         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
6764
6765         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
6766           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
6767           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
6768           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
6769           to recent changes in Pango.
6770
6771         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
6772           to test whether the basic engine honors them.
6773
6774 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
6775
6776         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
6777         gtk_container_child_get_property().
6778
6779 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
6780
6781         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
6782         (gtk_tree_view_move_cursor_page_up_down): implement.
6783
6784 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
6785
6786         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
6787         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
6788         don't use automatic fixed size buffer for printf-ing floats, doubles
6789         can expand to really _huge_ strings, use g_strdup_printf() instead.
6790
6791 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
6792
6793         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
6794         construct property in 1.2 and still needs to be.
6795
6796         * gtk/gtkwidget.c: "composite_child" is not a settable property.
6797
6798 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
6799
6800         * gtk/gtkliststore.c (gtk_list_store_clear): 
6801         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
6802         clear a model.
6803
6804 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
6805
6806         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
6807
6808         * gtk/Makefile.am:
6809         * gtk/gtk.h: disabled GtkPacker compilation.
6810
6811         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
6812
6813         * gtk/gtknotebook.c:
6814         * gtk/gtktable.c:
6815         * gtk/gtkbox.c: ported this over to child properties.
6816
6817         * gtk/gtksettings.c: fetch class properties via
6818         g_object_class_list_properties().
6819
6820         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
6821         child arg interface. use gobjectnotifyqueue.c for child property
6822         notification.
6823
6824         * gtk/gtkwidget.[hc]: provide necessary means for container child
6825         properties, i.e. ::child_notify signal,
6826         gtk_widget_freeze_child_notify(),
6827         gtk_widget_child_notify(),
6828         gtk_widget_thaw_child_notify().
6829
6830         * tests/testgtk.c: removed inferior property handling code, for
6831         property editing, a generic module should be used, and GLE
6832         coincidentally fullfills that purpose.
6833
6834         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
6835         needs to be adapted to g_object_class_list_properties() before this
6836         builds again.
6837
6838 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
6839
6840         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
6841         test if a node is expanded.
6842
6843 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
6844
6845         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6846         where collapsing a selected row would result in the cursor/anchor
6847         getting screwed up.
6848
6849 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
6850
6851         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
6852         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
6853         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
6854         Now I can really reorder/sort all Store widgets.  treesorttest
6855         seems to just work now.
6856         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
6857         testtreesort worked through a big coincidence all this time.
6858         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
6859         code.
6860         * tests/testtreecolumns.c: Big 'ol warning at the top letting
6861         people know that this code should never ever ever be copied.
6862
6863 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
6864
6865         * gtk/gtkwindow.h: Fixed a small typo, it should be
6866         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
6867         on line 134.
6868
6869 2001-06-14  Havoc Pennington  <hp@redhat.com>
6870
6871         Docs fixups, and:
6872         
6873         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
6874         GTK_DISABLE_DEPRECATED
6875
6876 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
6877
6878         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
6879         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
6880         finish it off tonight, though it basically works now when it's a
6881         list.  Also, I have a sinking feeling neither GtkTreeStore or
6882         GtkListStore actually resort when adding a new item.  I'll look
6883         into it.
6884
6885 2001-06-14  Havoc Pennington  <hp@redhat.com>
6886
6887         * demos/gtk-demo/main.c (load_file): fix bug identified by
6888         warnings I just added to gtktextbuffer
6889
6890 2001-06-14  Havoc Pennington  <hp@redhat.com>
6891
6892         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
6893
6894         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
6895
6896         * gtk/gtktextbtree.c: don't leak node data all over the place.
6897
6898         * demos/gtk-demo/main.c (main): create fontify tags for the right
6899         buffer
6900
6901         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
6902         to mention tags in the same table can't have the same name,
6903         suggested by Skip Montanaro
6904
6905 2001-06-11  Havoc Pennington  <hp@redhat.com>
6906
6907         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
6908         for trying to add two tags with same name to the tag table
6909
6910         * demos/gtk-demo/main.c (main): fix colors ;-)
6911
6912 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
6913
6914         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
6915         that allows grouping together multiple windows so that grabs
6916         within that set of windows only affect those windows.
6917
6918         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
6919         signal for notification when a widget becomes shadowed
6920         by a grab or is no longer shadowed by a grab.
6921
6922         * gtk/gtkwidget.c (gtk_widget_propagate_state)
6923           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
6924         insenstive widgets to maintain a grab.
6925
6926 2001-06-14  Alexander Larsson  <alexl@redhat.com>
6927
6928         * docs/README.linux-fb:
6929         Add some example config files that can be used with the URW fonts.
6930         
6931         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
6932         Set up the color ramps for DirectColor mode.
6933
6934 2001-06-11  Havoc Pennington  <hp@redhat.com>
6935
6936         * Release 1.3.6
6937          
6938 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6939
6940         * gdk/linux-fb/gdkwindow-fb.c:
6941         Unify shaped window code and make it repaint the area that used
6942         to be part of the shape, but isn't anymore.
6943
6944 2001-06-11  Havoc Pennington  <hp@redhat.com>
6945
6946         * NEWS: Updates
6947
6948         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
6949
6950         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
6951         
6952 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6953
6954         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
6955         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
6956         passes zero instead, so do we.
6957         
6958 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6959
6960         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
6961         Deep copy dash_list too.
6962         (_gdk_fb_gc_new): Set default cap_style before
6963         setting values.
6964
6965 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
6966
6967         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
6968         gdk_keymap_get_direction): New functions.
6969
6970 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
6971
6972         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
6973         gtk_tree_model_get_flags by adding a second flag for atk.
6974
6975         * gtk/gtktreemodel.c: make cursor behavior interact better with
6976         mouse presses.
6977
6978 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
6979
6980         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
6981         expand_row/collapse_row to be 2 signals each -- test_expand_row
6982         and row_expanded as well as test_collapse_row and row_collapsed.
6983
6984 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
6985
6986         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
6987         signal name to be changed instead of selection_changed.
6988
6989 2001-06-08  Havoc Pennington  <hp@redhat.com>
6990
6991         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
6992         "scroll_offset" property for notification when the layout offsets
6993         may have changed
6994         (gtk_entry_adjust_scroll): add notify for scroll_offset
6995         (gtk_entry_layout_index_to_text_index): function to compensate for
6996         preedit string when doing coordinate stuff on the entry's layout
6997         (gtk_entry_text_index_to_layout_index): inverse function
6998         (gtk_entry_get_layout_offsets): hook to get current position of
6999         the layout      
7000         (gtk_entry_get_layout): hook to get the layout itself.
7001
7002         * gtk/gtklabel.c (gtk_label_get_layout): new function
7003
7004 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
7005
7006         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
7007         keybinding.
7008         (gtk_tree_view_focus): Fix merge conflict.
7009
7010 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
7011
7012         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
7013         clean up cursor handling.
7014
7015 2001-06-08  Havoc Pennington  <hp@redhat.com>
7016
7017         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
7018         function
7019
7020         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
7021         this function
7022
7023 2001-06-08  Alex Larsson  <alexl@redhat.com>
7024
7025         * gtk/gtkcompat.h.in:
7026         Added compat macros for all old GTK_TYPE_GDK_xxx types.
7027         Fixes bug #52892
7028
7029 2001-06-08  Havoc Pennington  <hp@redhat.com>
7030         
7031         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
7032         parent still
7033
7034 2001-06-08  Havoc Pennington  <hp@redhat.com>
7035
7036         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
7037         don't call g_list funcs on GSList
7038
7039         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
7040         gtk_container_focus(), since some widgets have focusable locations
7041         which are not other widgets. These widgets should not have to be 
7042         containers just to manage the focus. For example, GtkHSV is
7043         currently a container for no good reason. Also, this cleans
7044         up the "if (is_container && is_sensitive && is_drawable)
7045         container_focus ()" mess in widget implementations.
7046
7047         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
7048         function, and have it just call gtk_widget_child_focus().
7049
7050         * gtk/gtkhsv.c: derive from widget not container
7051         
7052         Throughout: fix to reflect GtkContainer::focus change
7053         
7054 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
7055
7056         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
7057         range.  Fix bug #55921
7058
7059         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
7060         (#55920).
7061
7062 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
7063
7064         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
7065         and gdk_keymap_get_current_direction().
7066
7067         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
7068           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
7069         the current locked group, use it to set the keymap
7070         direction.
7071
7072         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
7073         to determine whether we draw a split cursor or use
7074         a jumping cursor based on the current direction.
7075
7076         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
7077         Obey the split cursor setting. 
7078
7079 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
7080
7081         * gtk/gtkimmulticontext.c (activate_cb): Only activate
7082         when toggling on, not when toggling off... (#55906)
7083
7084 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
7085
7086         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
7087         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
7088         in docs. (#55812, Vitaly Tishkov)
7089
7090 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
7091
7092         * demos/gtk-demo/main.c (create_tree): Changed signal name from
7093         selection_changed to changed in signal connection to GtkTreeSelection,
7094         also used g_signal_connectc since GtkTreeSelection is now a GObject.
7095
7096 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
7097
7098         * gtk/gtktreeselection.c: Now it's a GObject instead of a
7099         GtkObject.  The GtkTreeSelection::selection_changed signal is now
7100         the GtkTreeSelection::changed signal.
7101
7102         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
7103         object.
7104
7105         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
7106         object.
7107
7108 2001-06-07  Havoc Pennington  <hp@redhat.com>
7109
7110         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
7111
7112 2001-06-07  Havoc Pennington  <hp@redhat.com>
7113         
7114         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
7115         (not tested yet because with absolute path to srcdir I can't build
7116         atk, but it was broken anyway so this may help) 
7117
7118 2001-06-07  Havoc Pennington  <hp@redhat.com>
7119
7120         * configure.in: output m4macros/Makefile
7121         
7122 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
7123
7124         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
7125         buttons.  Fixes #55460 reported by matthiasc@poet.de.
7126
7127 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
7128
7129         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
7130         expansion/collapsing so it only happens in one place.
7131         (gtk_tree_view_real_expand_row): ditto.
7132
7133 2001-06-07  Havoc Pennington  <hp@redhat.com>
7134
7135         * tests/Makefile.am: add missing -I flag
7136
7137         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
7138
7139         * configure.in: use pkg-config to see if GModule is
7140         supported; fix to properly turn on included loaders 
7141         when GModule isn't supported; don't use AC_CHECK_LIB 
7142         when libs are not installed yet
7143
7144         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
7145
7146         * Makefile.am (SUBDIRS): add m4macros subdir
7147
7148         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
7149         dependencies also.
7150
7151 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
7152
7153         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
7154         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
7155
7156 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
7157
7158         * gtk/gtktreeview.c
7159         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
7160         bindings to expand and collapse rows.
7161         (gtk_tree_view_real_select_cursor_parent): New key binding.
7162         (gtk_tree_view_real_toggle_cursor_row): New key binding.
7163
7164         * gtk/gtkmarshal.list: new
7165         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
7166
7167 2001-06-06  Havoc Pennington  <hp@redhat.com>
7168
7169         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
7170
7171         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
7172         Down to move visually rather than logically, since it confuses 
7173         people. Add -/+ and Ctrl--/+ bindings for logical movement.
7174
7175 2001-06-06  Alex Larsson  <alexl@redhat.com>
7176
7177         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
7178         Fix up error messages.
7179
7180 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
7181
7182         * gtk/gtktooltips.h: Include gtkwidget.h 
7183         (#55798, Karl Nelson)
7184
7185         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
7186         a valid latin-1 character. (Marc Lehmann, #35467)
7187
7188         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
7189         (Marc Lehmann, #35467)
7190         
7191 2001-06-05  Alex Larsson  <alexl@redhat.com>
7192
7193         * demos/gtk-demo/appwindow.c (do_appwindow):
7194         Don't swap the order of the args to gtk_widget_destroyed.
7195
7196         * tests/testgtk.c (destroy_properties):
7197         Don't crash when the properties window is destroyed.
7198
7199         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
7200         Use with_mnemonics to handle the case of stock items with
7201         underscores in them.
7202
7203 2001-06-05  Havoc Pennington  <hp@redhat.com>
7204
7205         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
7206         gtk_text_iter_reorder
7207
7208 2001-06-05  Havoc Pennington  <hp@redhat.com>
7209
7210         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
7211
7212 2001-06-05  Havoc Pennington  <hp@redhat.com>
7213
7214         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
7215         to the range that was set
7216
7217         * gtk/gtkrange.c: add value_changed signal, primarily 
7218         intended for use with GtkScale
7219         (gtk_range_set_increments): new function
7220         (gtk_range_set_range): new function with weird name
7221         (gtk_range_set_value): new function
7222         (gtk_range_get_value): new function
7223
7224         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
7225         from gtk_spin_button_get_value_as_float(). Compat #define
7226         added for get_value_as_float.
7227
7228         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
7229
7230         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
7231
7232 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
7233
7234         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
7235
7236 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
7237
7238         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
7239
7240         * tests/testgtk.c (create_tooltips): Remove usage of
7241         gtk_widget_set().
7242
7243 2001-06-05  Havoc Pennington  <hp@redhat.com>
7244
7245         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
7246
7247         Applying patch from Jeff Franks, with function docs added.
7248         
7249         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
7250         remove call to set_mnemonic_widget, change docs a bit.  
7251
7252         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
7253         new function
7254
7255         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
7256         new function
7257
7258         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
7259
7260         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
7261         function
7262         (gtk_radio_button_new_with_mnemonic_from_widget): new function
7263
7264         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
7265         new function
7266
7267         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
7268         function        
7269
7270         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
7271         auto-selection of mnemonic widget.
7272
7273 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
7274
7275         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
7276         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
7277         (gtk_tree_view_column_set_min_width): ditto.
7278
7279 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
7280
7281         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
7282         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
7283
7284 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
7285
7286         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
7287         gtk_clist_thaw().
7288
7289 2001-06-04  Havoc Pennington  <hp@pobox.com>
7290
7291         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
7292 r       eleases for buttons 6, 7
7293
7294 2001-06-04  Havoc Pennington  <hp@redhat.com>
7295
7296         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
7297         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
7298         #55562
7299
7300 2001-06-04  Havoc Pennington  <hp@redhat.com>
7301
7302         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
7303         where text_view->layout == NULL by assuming its size is 0, 
7304         i.e. same as if we haven't done any reflow. Reported by 
7305         Hidetoshi Tajima #55448 
7306
7307 2001-06-04  Havoc Pennington  <hp@redhat.com>
7308
7309         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
7310         and 7 for scroll left/right, from Thomas Broyer
7311
7312 2001-05-10  Havoc Pennington  <hp@redhat.com>
7313
7314         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
7315         we need to parse the xsetting as if it were an RC file string.
7316
7317         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
7318         value of palette from settings, not from static variable
7319
7320         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
7321         xsettings translation table
7322
7323         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
7324         hardcoding the toolbar style conflicts with new customizable 
7325         toolbar style philosophy
7326         (gtk_toolbar_class_init): add settings for default toolbar style;
7327         these are used unless the app specifically forces a toolbar style
7328
7329         * gtk/gtksettings.c (settings_install_property_parser): only
7330         return at the start if we warn and parser == NULL
7331
7332         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
7333         palette changed handler so we don't notify dead color selections
7334
7335         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
7336         xthickness/ythickness of 0 or 1 properly 
7337         (gtk_default_draw_resize_grip): clear the background behind the
7338         resize grips, and align to bottom right if we square the 
7339         area to be drawn.
7340
7341         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
7342         statusbar label to 1, so it doesn't make toplevels resize oddly
7343         (gtk_statusbar_size_request): add grip size to request
7344         (gtk_statusbar_size_allocate): hack so the hbox still works with 
7345         the grip size in the request
7346
7347         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
7348         bug where showing all on a toplevel makes the toolbar 
7349         button text appear despite the toolbar mode
7350
7351         * gtk/gtkmenubar.c: add internal padding style property
7352
7353         * gtk/gtktoolbar.c: Add internal padding style property; add
7354         shadow type style property
7355
7356         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
7357         state; and put Container::border_width outside the frame
7358
7359         * gtk/gtktextview.c: don't draw focus rectangle if we're in
7360         interior focus mode, we just use blinking cursor
7361
7362 2001-06-04  Havoc Pennington  <hp@redhat.com>
7363
7364         * configure.in: Make gdk-pixbuf have same version number as GTK
7365
7366 2001-06-04  Havoc Pennington  <hp@redhat.com>
7367
7368         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
7369         digits greater than 6. If there actually are limits (which there
7370         likely aren't), should clamp to them not warn.
7371         (gtk_spin_button_new_with_range): don't take log of 0
7372         (gtk_spin_button_size_request): use digits to compute size
7373         request, rather than step increment.
7374
7375         * tests/testgtk.c (create_spins): test larger values of digits
7376         
7377         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
7378         font on map not expose, so we don't get weirdness during scrolling
7379
7380 2001-06-04  Havoc Pennington  <hp@redhat.com>
7381
7382         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
7383         Sam Solon, bug #54577, update value even if not drawable.
7384
7385 2001-06-04  Havoc Pennington  <hp@redhat.com>
7386
7387         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
7388         SCROLL_LEFT, reported by Thomas Broyer.
7389
7390 2001-06-04  Havoc Pennington  <hp@redhat.com>
7391
7392         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
7393         Process updates immediately, to prevent funny lag effect
7394         when scrolling, at some mild potential efficiency cost.
7395
7396 2001-06-04  Havoc Pennington  <hp@redhat.com>
7397
7398         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
7399         slider on the click.
7400
7401 2001-06-03  Havoc Pennington  <hp@pobox.com>
7402
7403         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
7404         hscale/vscale details, so we can use it for scrollbar as well.
7405
7406         * tests/testgtk.c (reformat_value): honor digits from GtkScale
7407
7408         * gtk/gtkenums.h (GtkTroughType): Remove this enum
7409         (GtkScrollType): add START and END from GtkTroughType
7410
7411         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
7412         its x/y arguments
7413
7414         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
7415         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
7416         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
7417         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
7418         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
7419
7420         Notable changes in the process:
7421          
7422         - stepper_size style property is the height for vertical 
7423           ranges, width for horizontal; the other dimension matches
7424           the trough size
7425         - add ability to do NeXT-style steppers (and several other styles
7426           that don't make any sense)
7427         - added min_slider_length, fixed_slider_length properties to
7428           GtkScrollbar
7429         - cleaned some private (or at least useless) functions out of
7430           gtkscale.h    
7431         - moved bindings to GtkScale from subclasses, even arrow keys,
7432           since blind users don't know scale orientation.
7433         - change move_slider action signal to use new GtkScrollType,
7434           remove GtkTroughType argument
7435         - digits rounds the values a range will input to the given 
7436           number of decimals, but will not try to force adjustment 
7437           values set by other controllers. That is, we no longer
7438           modify adjustment->value inside a value_changed handler.
7439         - added getters for GtkScale setters
7440         - middle-click begins a slider drag
7441         
7442 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
7443
7444         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
7445         getting the focus code to work.
7446         (gtk_tree_view_class_init): Add a bunch of keybindings.
7447
7448         * gtk/gtktreeviewcolumn.c
7449         (gtk_tree_view_column_set_cell_data_func):
7450         s/GtkCellDataFunc/GtkTreeCellDataFunc.
7451         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
7452         of "properties_changed" to help justify the death of the latter
7453         signal. (-:
7454
7455         * tests/testtreefocus.c (main): Let some columns be focussable to
7456         test focus better.
7457
7458 2001-06-01  Havoc Pennington  <hp@redhat.com>
7459
7460         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
7461         
7462         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
7463         overwrite in overwrite mode if we already deleted the selection
7464         and replaced it with new text.  
7465
7466         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
7467         selection to an empty range, clear the clipboard if we owned it.
7468         (gtk_label_set_selectable): give up selection if we become
7469         unselectable.
7470         (gtk_label_state_changed): override state changed to unselect text
7471         when insensitive
7472         (get_text_callback): add paranoia check that indexes aren't
7473         outside of label->text
7474         (gtk_label_select_region): make -1 for start_offset mean "end of
7475         label," for consistency with GtkEditable
7476
7477         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
7478         GTK_DIALOG_NO_SEPARATOR flag
7479
7480 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
7481
7482         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
7483         notifications on non-existant "enable_arrow_keys".
7484         (#53753, Skip Montanaro)
7485
7486 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
7487
7488         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
7489         GDK_TYPE_RECTANGLE.
7490
7491         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
7492         of allocation argument be GDK_TYPE_RECTANGLE.
7493
7494 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
7495
7496         * gtk/gtkoptionmenu.c: Account for the fact that the border
7497         width is _outside_ the window. (Fixes #54585, bug found
7498         by Bastien Nocera.)
7499
7500 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
7501
7502         * gtk/gtksettings.c (gtk_settings_get_property): Validate
7503         value from GDK settings against parameter spec.
7504
7505         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
7506         to temporary values and use g_value_transform(), since
7507         thinking that GValue was going to be easy or efficient
7508         to use was, of course, a mistake.
7509
7510         * gtk/gtksettings.c: Add cursor blink setting.
7511         
7512         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
7513
7514         * gtk/gtkentry.c: Add cursor blinking.
7515
7516         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
7517         cursor blink global settings.
7518
7519         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
7520         for :text_position in places where it is missing.
7521
7522 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
7523
7524         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
7525
7526 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
7527
7528         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
7529         not pkg-config. (#51032)
7530
7531         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
7532         (fixes #51952, James Henstridge)
7533         
7534 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
7535
7536         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
7537         Rename to the more correct gtk-go-up.
7538
7539         * gtk/stock-icons/stock_menu_sort_ascending.png:
7540         Added new file.
7541         
7542         * gtk/stock-icons/stock_menu_sort_descending.png:
7543         Changed to show descending instead of ascending.
7544
7545         * gtk/gtkiconfactory.c:
7546         Added menu size icon to sort ascending.
7547
7548         * gtk/stock-icons/Makefile.am:
7549         Added stock_menu_sort_ascending.png.
7550         
7551         * gtk/gtkseparatormenuitem.c:
7552         Use correct typenames.
7553
7554 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
7555
7556         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
7557         gulong as in GSignal.
7558
7559 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
7560
7561         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
7562         instances of GtkCellRenderer in code (all but dnd icon code).
7563         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
7564         there, and I can do multiple Cells per column.
7565
7566         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
7567
7568         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
7569         when model was unreffed prior to removing the row reference.
7570
7571 2001-05-25  Havoc Pennington  <hp@redhat.com>
7572
7573         * gtk/gtkiconfactory.c: fix so that default icons are created if 
7574         you call gtk_stock_list_ids()
7575
7576         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
7577         in list
7578
7579 2001-05-25  Havoc Pennington  <hp@redhat.com>
7580
7581         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
7582         set can render without falling back to missing image icon
7583
7584         * gtk/gtktextview.c (gtk_text_view_size_request): request full
7585         size of text, instead of random values
7586
7587         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
7588         size of tree view, instead of random values
7589
7590         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
7591         image in an appropriate size
7592
7593         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
7594         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
7595
7596         Throughout: fix GTK_STOCK_BUTTON_ instances
7597         
7598         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
7599         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
7600         Add a bunch of new stock items/icons
7601
7602         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
7603         new function, convenience for inserting columns with a data func
7604
7605         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
7606         (_gtk_icon_factory_list_ids): use list of all factories to
7607         generate a list of all known IDs
7608
7609         * gtk/gtkstock.c (gtk_stock_list_ids): replace
7610         gtk_stock_list_items() with a function that returns all IDs known
7611         including those for GtkIconFactory.
7612
7613 2001-05-25  Hans Breuer  <hans@breuer.org>
7614
7615         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
7616         work -> check boxes and radio buttons are drawn now, even on win9x.
7617         Improved line settings a bit, still no clue how to get really dotted
7618         lines on win9x, on NT it's PS_ALTERNATE.
7619
7620         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
7621         GDK_HINT_MIN_SIZE as well
7622
7623         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
7624
7625         * gtk/gtk.def : updated
7626
7627         * gtk/gtktreeprivate.h : change column_drop_func to be a function
7628         pointer not a function pointer pointer
7629
7630         * tests/testdnd.c : include <stdlib.h> for putenv prototype
7631
7632         * tests/testsocket.c : made it compile on win32 again
7633
7634         * tests/makefile.msc : one more test-app uses prop-editor.obj
7635
7636 2001-05-22  Havoc Pennington  <hp@pobox.com>
7637
7638         * gtk/gtkbin.c (gtk_bin_get_child): New function
7639
7640 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
7641
7642         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
7643         to ignore when doing compose processing.
7644
7645 2001-05-22  Joe Shaw  <joe@ximian.com>
7646
7647         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
7648         Simplify as suggested by Havoc. Just get the last iter and work
7649         backward to the tag instead of getting a line and working back from
7650         there. Fixes passing in an invalid offset to
7651         iter_init_from_byte_offset().
7652
7653 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
7654
7655         * gtk/gtktreeview*.h: 
7656         * gtk/gtkcell*.h:
7657         * gtk/gtk*store.h:
7658         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
7659         macros to all objects.
7660
7661 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
7662
7663         * gtk/gtkcellrenderertext.c
7664         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
7665         with very large (TM) amounts of text.  May be moved to
7666         GtkCellRenderer in the future, though I'm not sure it wants to be
7667         this accessible.
7668
7669         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
7670         More sanity brought to this class.  I like it.
7671
7672         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
7673         case.  Kids, don't try this at home.
7674
7675         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
7676         convenience function.
7677
7678         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
7679
7680 2001-05-21  Alexander Larsson  <alexl@redhat.com>
7681
7682         * gtk/gtkfontsel.c:
7683         Added properties. Based on patch by Lee Mallabone.
7684
7685         * gtk/gtkruler.c:
7686         * gtk/gtkhruler.c:
7687         * gtk/gtkvruler.c:
7688         * gtk/gtktext.c:
7689         * gtk/gtktextview.c:
7690         Converted GtkArg to GParam. Based on patches by John Margaglione.
7691
7692         * tests/Makefile.am:
7693         * tests/testtext.c:
7694         Add a property editor to testtext.
7695         
7696 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
7697
7698         * gtk/gtk{h,v,}paned.c: Only show the separator if 
7699
7700         * configure.in: Fixed reversed conditional causing all image
7701         libraries to be linked in.
7702
7703 2001-05-21  Joe Shaw  <joe@ximian.com>
7704
7705         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
7706         that top_y needs to be >= 0.
7707
7708 2001-05-11  Havoc Pennington  <hp@pobox.com>
7709         
7710         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
7711         losing connection to the X server.
7712
7713 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
7714
7715         * configure.in: Start checks for X from pangox/pangoxft
7716         CFLAGS to avoid duplicate libraries.
7717
7718         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
7719
7720         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
7721         to include gobject.
7722         
7723 2001-05-18  Alexander Larsson  <alexl@redhat.com>
7724
7725         * gtk/gtkspinbutton.c:
7726         Convert GtkArgs to GParams. Based on patch by John Margaglione.
7727         Also do size request reasonable for MAXDOUBLE. Previously it printed
7728         the limits to a buffer and overran it. Instead do it using log10() and
7729         limit the width to 10 digits.
7730         
7731         * gtk/gtkwidget.c (gtk_widget_get_property):
7732         Correctly handle setting the parent property to NULL.
7733
7734 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
7735
7736         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
7737         style attributes even if the widget isn't realized.
7738
7739         * demos/gtk-demo/main.c: Use a slightly smaller font.
7740
7741 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
7742
7743         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
7744         This is something that only a widget writer would ever want
7745         to change.
7746
7747         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
7748         gtk_signal_emit_by_name().
7749
7750         * gtk/gtkviewport.c: Fix some warnings.
7751
7752         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
7753         allowing the requisitions of multiple widgets to be grouped
7754         together.
7755
7756         * tests/testgtk.c: Add GtkSizeGroup test
7757
7758         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
7759
7760         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
7761         warnings.
7762
7763         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
7764
7765 2001-04-28  Martin Baulig  <baulig@suse.de>
7766
7767         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
7768         to gtk_image_menu_item_set_icon() and made it work if there's already
7769         an image.
7770         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
7771         (gtk_image_menu_item_new_with_label): New function.
7772
7773 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
7774
7775         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
7776         highlighting code!!!!  The result is okay so long as you don't try
7777         to stress it.  It also highlights a bug in the TextView so it's in
7778         an unproportional font right now until it's fixed.
7779
7780         *demos/gtk-demo/*.c: Clean up code a bit to make it
7781         ugly-parser(TM) friendly. (-:
7782
7783 2001-05-17  Joe Shaw  <joe@ximian.com>
7784
7785         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
7786         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
7787         if it is only partially onscreen.
7788
7789 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
7790
7791         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
7792         not by characters.
7793
7794         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
7795         are not zero or one; that is, when graphemes of multiple characters
7796         are involved.
7797
7798         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
7799         FIXME.
7800
7801 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
7802         
7803         * gtk/gtkbbox.c:
7804         Add properties, based on patch by Lee Mallabone.
7805
7806         * gtk/gtknotebook.c:
7807         * gtk/gtktoolbar.c:
7808         Convert from GtkArg to GParam, based on patch by John Margaglione.
7809         
7810         * gtk/gtkhscale.c:
7811         * gtk/gtkvscale.c:
7812         * gtk/gtkhscrollbar.c:
7813         * gtk/gtkvscrollbar.c:
7814         * gtk/gtkrange.c:
7815         Move adjustment property to GtkRange.
7816
7817         * gtk/gtklabel.c:
7818         Setup mnemonics on property changes
7819
7820         * gtk/gtkwidget.c (gtk_widget_get_property):
7821         GdkExtensionMode is an enum, not a flag. Set it with
7822         g_value_set_enum ().
7823
7824         * tests/prop-editor.c:
7825         Better propery editor.
7826
7827         * tests/testgtk.c:
7828         Add new property test. Pass zero to the property editor to
7829         get properties from all derived types.
7830         
7831 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
7832
7833         * autogen.sh (have_automake): Require libtool-1.4,
7834         automake-1.4p1.
7835
7836         * acinclude.m4: Remove libtool macros.
7837
7838         * gdk-pixbuf/Makefile.am: Add dependencies to loade
7839         modules.
7840
7841         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
7842         for libgdk.
7843
7844         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
7845         libgdk.la for libgtk.
7846
7847         * modules/input/Makefile.am: Make modules have full
7848         dependencies.
7849
7850 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
7851
7852         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
7853         #54699 where paths weren't being checked for correctness.
7854
7855 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
7856
7857         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
7858         in any order you wan, whether or not the column is added to the
7859         tree, or the tree is realized.  Yay!
7860
7861         * gtk/gtktreeviewcolumn.c
7862         (gtk_tree_view_column_setup_sort_column_id_callback): handle
7863         sorting columns a lot saner
7864
7865         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
7866         new function to actually set wether or not a column is
7867         reorderable.
7868
7869         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
7870         if we have 'em.
7871
7872         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
7873         Fix nasty bug where we were showing the button just before
7874         realizing it.  As a result, the parent window was
7875         tree_view->window instead of tree_view->priv->header_window.
7876
7877         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
7878         to let you easily reorder a list or tree.
7879
7880 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
7881
7882         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
7883         from args to properties.
7884
7885 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
7886
7887         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
7888         from args to properties. (#51957)
7889
7890         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
7891         calls to after ->set_property call.
7892
7893 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
7894
7895         * tests/prop-editor.c: Block against redundant changes.
7896
7897         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
7898         properties.
7899
7900 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
7901
7902         * gdk/gdkpixmap.h: Remove creative formatting.
7903
7904 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
7905
7906         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
7907         property API. (#51669)
7908
7909         * gtk/gtkscale.c: Patch from John Margaglione converting to
7910         property API. (#51891)
7911
7912         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
7913         to property API. (#50985)
7914
7915 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
7916
7917         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
7918         buffering state across expose event, so we still call end_paint().
7919
7920 2001-05-11  Alexander Larsson  <alexl@redhat.com>
7921
7922         * gtk/gtkhsv.c (paint_triangle):
7923         Expose the ring in the triangle at the correct place when
7924         exposing just a part of the triangle.
7925
7926         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
7927         Return FALSE, or window focusing will not work.
7928
7929 2001-05-11  Havoc Pennington  <hp@pobox.com>
7930
7931         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
7932         #54144
7933
7934         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
7935         bug #54330
7936
7937 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
7938
7939         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
7940         propagate exposes to NULL child.
7941
7942         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
7943         against not having one of the scrollbars.
7944
7945         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
7946         we don't keep a mnemonic window if we have no mnemonic installed.
7947
7948 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
7949
7950         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
7951         it has the _important_ side effect of initializing a class.
7952
7953 2001-05-10  Alexander Larsson  <alexl@redhat.com>
7954
7955         * gdk/linux-fb/gdkprivate-fb.h:
7956         Make sure you can compile out the implementation/wrapper assert
7957         macros.
7958
7959         * gdk/linux-fb/gdkdrawable-fb2.c:
7960         Check implementation/wrappers, initialize type for pixmap dummys.
7961
7962         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
7963         Hide the cursor if reading from the screen.
7964
7965         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
7966         Fix sign bug in tiling code.
7967
7968         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
7969         Handle background pixmaps.
7970
7971 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
7972
7973         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
7974         function to let user control where columns are dragged.
7975
7976         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
7977         Escape is pressed.
7978
7979 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
7980
7981         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
7982         "columns_changed" signal.
7983         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
7984         motion code to draw arrows to the side if indicator is outside the
7985         widget.
7986         (gtk_tree_view_map_expanded_rows): Implement.
7987
7988 2001-05-07  Alexander Larsson  <alexl@redhat.com>
7989
7990         * demos/testpixbuf-save.c: 
7991         * demos/testpixbuf-drawable.c:
7992         Include gdkfb.h on linux-fb.
7993
7994 2001-05-07  Alexander Larsson  <alexl@redhat.com>
7995
7996         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
7997         New function for getting toplevel window at position.
7998         (gdk_drag_find_window): Use get_toplevel_window () instead
7999         of gdk_window_get_pointer(). (gdk_drag_status): Use
8000         correct context for getting window.
8001
8002         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
8003         g_strdup the atom name.
8004
8005         * gdk/linux-fb/gdkwindow-fb.c:
8006         Costmetic fix.
8007
8008         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
8009         Add code for changing cursor on linux-fb backend (same as
8010         win32).
8011
8012 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
8013
8014         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
8015         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
8016         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
8017         report was not for the development branch of GTK+, but it applies
8018         anyways).
8019
8020 2001-05-04  Havoc Pennington  <hp@redhat.com>
8021
8022         * configure.in: fix some shell typos
8023
8024         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
8025
8026         * gtk/gtkimage.c: handle animations
8027
8028         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
8029         border_width * 2, not just border_width
8030
8031         * gtk/gtkscale.c: add "format_value" signal to allow people
8032         to override the way values are drawn.
8033         (gtk_scale_get_value_size): fix width/height mistake,
8034         and compute size from actual displayed text, not 
8035         from made-up text.
8036
8037         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
8038         signal registration
8039
8040         * tests/testtext.c: Add "Remove all tags" menu item for testing
8041
8042         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
8043
8044         * demos/gtk-demo/main.c (main): add hack so we can find modules
8045         without installing gtk
8046
8047         * demos/gtk-demo/textview.c (insert_text): demo font scaling
8048
8049         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
8050         factor)
8051         (gtk_cell_renderer_text_set_property): remove some bogus
8052         g_object_notify
8053
8054         * gtk/gtktexttag.c: add "scale" property which is a font scaling
8055         factor
8056
8057         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
8058         to layout
8059
8060         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
8061         gtk_text_iter_is_first
8062
8063 2001-01-06  Hans Breuer  <hans@breuer.org>
8064
8065         * gdk/gdk.def : updated exports
8066
8067         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
8068         gdk won't compile anymore
8069  
8070         * gdk/win32/gdkevents-win32.c : initialize ret_val when
8071         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
8072         Improved gdk_flush () to not only do pending drawing operations
8073         but also process all currently pending events. This should make
8074         the behaviour more similar to the X11 version.  
8075
8076         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
8077         option needs to be set even if there is no GDK_GC_BACKGROUND.
8078         (gdk_win32_hdc_get) : use predraw_set_background () independent
8079         of value_mask. This allows to draw dashed lines leaving the original
8080         background intact.
8081
8082         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
8083         after processing, because we can't reuse it as the X11 version does.
8084
8085         * gtk/gtk.def : updated exports
8086
8087         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
8088         would like to get rid of this file again, and use straight
8089         makefile.msc again, as the other Gtk+ subdirs do)
8090
8091         * test/makefile.msc (new file) : build the test apps here
8092
8093 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
8094
8095         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
8096         strike-through setting
8097         (gdk_draw_layout_line_with_colors): Render strike-through
8098
8099 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
8100
8101         * Release 1.3.5
8102
8103         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
8104
8105         * NEWS: Updated
8106
8107         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
8108         Makefile breakage.
8109
8110 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
8111
8112         * demos/gtk-demo/images.c (progressive_timeout): Fix
8113         typo in filename.
8114
8115         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
8116         out FIXME warning; just too annoying.
8117
8118 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
8119
8120         * gdk/linux-fb/gdkcolor-fb.c:
8121         Better error messages.
8122
8123         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
8124         Initialize abs_x and abs_y.
8125         
8126         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
8127         Correct handling of stipple offset.
8128
8129         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
8130         Treat directcolor framebuffers as truecolor.
8131         
8132 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
8133
8134         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
8135         dependency on Atk for accessibility support.
8136
8137         * configure.in **/Makefile.am: Major reworking of substituted
8138         variables for CFLAGS/LIBS to make a lot more sane and 
8139         keep the the compile/link lines a bit shorter.
8140
8141         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
8142
8143 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
8144
8145         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
8146         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
8147         use _gtk_boolean_handled_accumulator.
8148
8149 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
8150
8151         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
8152         to fix things so clicking inside selection leaves cursor
8153         at point where clicked. (#50324)
8154
8155         * gtk/gtksettings.c (gtk_settings_class_init): Restore
8156         sane value for default double click time.
8157
8158         * tests/testtext.c (test_init): Really path to input modules.
8159
8160 2001-05-03  Sven Neumann  <sven@convergence.de>
8161
8162         * demos/testpixbuf-save.c: include target-specific headers as
8163         done in testpixbuf-drawable.c
8164
8165 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
8166
8167         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
8168         new_text_length appropriately when we run into the 
8169         size limit for the entry. (#53445, reported by Jeff Franks)
8170
8171         * tests/testgtk.c (create_entry): Remove most of the
8172         property toggle buttons. Replace with a "Props" button
8173         that brings up a property editor.
8174
8175         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
8176         Split the property editor code out for reuse, improve.
8177
8178 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
8179
8180         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
8181         trap errors around calls to XSetInputFocus since we have
8182         no way of knowing reliably whether we are viewable or
8183         not. (#53947)
8184
8185 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
8186
8187         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
8188         fix bug in dropping columns.  Moving columns now basically works
8189         modula some fine tuning.
8190
8191 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
8192
8193         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
8194         autoscroll support.  It mostly works, but could use some fine
8195         tuning.
8196         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
8197         Actually move the column.
8198
8199 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
8200
8201         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
8202           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
8203           New default theme! A slighly improved version of the 2.0 Raleigh
8204           theme, with Windows-esque focus/drawing default. 
8205           (GtkWidget::interior_focus defaults to TRUE.)
8206
8207         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
8208
8209 2001-04-30  Havoc Pennington  <hp@pobox.com>
8210
8211         * tests/testtext.c (line_numbers_expose): fix to work with
8212         gtk_paint_layout change
8213
8214 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
8215
8216         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
8217           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
8218           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
8219           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
8220
8221         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
8222           with GtkWidget::interior_focus = TRUE better.
8223
8224         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
8225         ::default_outside_border for more flexibility.
8226
8227         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
8228         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
8229         change that had to be made with g_object_get.
8230
8231 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
8232
8233         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
8234         (gtk_tree_view_move_column_after): Clean up interface. 
8235
8236 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
8237
8238         * gtk/gtkpacker.h:
8239         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
8240          to gtkenum.h.
8241
8242         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
8243         handled in switch).
8244
8245         * gtk/Makefile.am:
8246         (gtk.defs): generate enum portions with  glib-mkenums.
8247         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
8248         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
8249         
8250         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
8251         addition.
8252
8253         * docs/Changes-2.0.txt: keep a note on signal handlers now
8254         not getting emitted during the emission they were connected within.
8255
8256 2001-04-28  Havoc Pennington  <hp@pobox.com>
8257
8258         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
8259
8260 2001-04-24  Havoc Pennington  <hp@redhat.com>
8261
8262         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
8263         (gtk_text_layout_move_iter_to_next_line): fix these two for
8264         invisible text, lots of other stuff still hosed.
8265
8266         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
8267         new function, replaces the get/set palette stuff. This function 
8268         is intended for use by libgnomeui which should set the hook to a
8269         thing which sets the palette in GConf, and we need the
8270         GConf-to-xsettings proxy which will result in the change being
8271         propagated back to the GTK app.
8272
8273         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
8274         about unusable signals that it may be because the signal has 
8275         parameters.
8276
8277         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
8278         style, otherwise gtkrc.c won't know to create a new GtkStyle for
8279         it.
8280         (gtk_widget_modify_color_component): call
8281         gtk_widget_modify_style() so the rc style will get copied.
8282         (gtk_widget_modify_font): ditto
8283
8284         * gtk/gtkrc.c: make a couple variables static
8285
8286         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
8287         help button by default, since it does nothing
8288
8289         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
8290         around with UI
8291
8292         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
8293         so we can have tooltips
8294
8295         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
8296         can have tooltips
8297
8298         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
8299         GDK_ENABLE_BROKEN, because its memory behavior is completely
8300         hosed.
8301
8302         * gtk/gtknotebook.c: remove key press handler, replace with
8303         binding set, add numeric keypad support
8304
8305         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
8306
8307         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
8308
8309         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
8310         addition to plain Delete
8311
8312         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
8313         GDK_KP_Enter in addition to GDK_Return
8314
8315         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
8316         activate on entry instead of key press
8317         (gtk_font_selection_on_clist_key_press): get
8318         rid of this signal handler, not needed with new font sel.
8319
8320         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
8321         no-longer-needed emit_stop_by_name(), just return TRUE
8322
8323         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
8324         cruft, this widget is no longer focusable.
8325
8326         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
8327         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
8328         move_slider action signal, add binding set for vscale/hscale, in
8329         the process support numeric keypad
8330
8331         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
8332         make GDK_Return and GDK_KP_Enter activate the entry via 
8333         binding set, instead of hardcoded.
8334
8335 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
8336
8337         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
8338         code.  Some documentation added.
8339
8340 2001-04-27  Havoc Pennington  <hp@redhat.com>
8341
8342         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
8343
8344         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
8345
8346         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
8347         line/para separators
8348         (gtk_entry_create_layout): set single paragraph mode on the layout
8349
8350         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
8351         spacing between the image and label; instead, inside a button box 
8352         the button will get extra space that will go there, but if people 
8353         configure button box for 0 chubbiness, then there's no spacing.
8354
8355         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
8356         and min/max size style properties, so people can tune their
8357         chubbiness.
8358
8359         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
8360         functions
8361
8362         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
8363         space_style, and button_relief into style properties, remove
8364         functions for setting them
8365         
8366         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
8367         it back down
8368
8369         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
8370         types from gtk_widget_style_get
8371
8372         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
8373         with a style property.
8374
8375         * gdk/x11/gdkevents-x11.c: namespace the settings
8376
8377         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
8378
8379         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
8380         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
8381         be used. Also, translate doc strings for settings. Also, namespace
8382         the double-click-time property. Also, remove bell properties crap.
8383
8384 2001-04-27  Sven Neumann  <sven@gimp.org>
8385
8386         * Makefile.am: before creating links, check if pkg-config files
8387         exist for the default target. Otherwise link to the pkg-config files
8388         that got installed with this build.
8389
8390 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
8391
8392         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
8393         dragging code.  Revealed some (potential) GdkWindow bugs.
8394
8395         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
8396         _gdk_window_init_position to the end of reparent to fix the case
8397         of reparenting when new_x != old_x and new_y != old_y.
8398
8399 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
8400
8401         * gtk/gtkentry.c (strstr_len): Fix optimization that
8402         was correct for the use here, but completely incorrect
8403         in general.
8404
8405 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
8406
8407         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
8408         until patch adding gtk_window_set_size() is recommitted. 
8409
8410         * **Makefile.am configure.in gdk/x11/gdkim-11.c
8411           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
8412           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
8413           (#10784)
8414
8415 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
8416
8417         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
8418         window == NULL in a number of cases.
8419
8420         * tests/testdnd.c: Set module path for gdk-pixbuf.
8421
8422 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
8423
8424         * gtk/Makefile.am xembed.h: File containing #defines
8425         for XEMBED protocol.
8426
8427         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
8428
8429         - Change protocol from old plug/socket specific protocol
8430           to XEMBED draft
8431         - Various fixes to work with GTK+-2.0
8432
8433         Still quite a bit of work to do here to handle initiation
8434         from the socket side (as specified by XEMBED), to handle
8435         the more advanced features of XEMBED, and to figure out
8436         a good way to handle same-app embedding with less overhead
8437         than using full XEMBED.
8438
8439 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
8440
8441         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
8442         track of whether the toplevel has the focus; only send
8443         focus-in events to the focus widget when the window
8444         actually has the focus.
8445
8446 2001-04-25  Havoc Pennington  <hp@pobox.com>
8447
8448         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
8449         were still in the header
8450
8451 2001-04-24  Alexander Larsson  <alexl@redhat.com>
8452
8453         * gtk/gtkclist.[ch]:
8454         * gtk/gtkctree.c:
8455         When there is a row highlighted for D'n'D it must alse
8456         be painted hightlighted on exposes. Otherwise exposes from
8457         the icon being dragged will mess up the hightlight.
8458
8459         * gtk/gtkfontsel.c:
8460         Don't recenter selected font when exposing the font family
8461         clist. This means you can now actually scroll the font family
8462         list.
8463
8464         * gtk/gtknotebook.c:
8465         Fix focus movement on scrolling tabs that are placed on the left
8466         and right.
8467
8468 2001-04-21  Havoc Pennington  <hp@pobox.com>
8469
8470         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
8471         empty/invisible lines.
8472
8473         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
8474         (gtk_text_iter_set_visible_line_index): new functions to set
8475         indexes excluding invisible text
8476
8477         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
8478         index
8479
8480         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
8481         (gtk_text_iter_get_visible_line_offset): new functions to 
8482         get indexes excluding invisible text
8483
8484         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
8485         bunch of extra padding that served no purpose
8486
8487         * gtk/gtkdialog.c: Make all the spacings configurable via style
8488         properties, for chubbiness configuration in themes
8489
8490         * tests/testtext.c: fix path to the immodules.
8491         
8492 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
8493
8494         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
8495         got munched by #endif.
8496
8497         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
8498
8499         * gtk/gtktreeview.c: Refactored code to clean up a number of
8500         events.
8501
8502         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
8503         values to make consistent with other functions.  Spotted by Jeff
8504         Franks <jcf@tpg.com.au>.
8505
8506         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
8507         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
8508
8509 2001-04-23  Sven Neumann  <sven@gimp.org>
8510
8511         * gtk/Makefile.am
8512         * gtk/gtkplug.c
8513         * gtk/gtksocket.c: on request of Owen, reverted my last change 
8514         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
8515
8516 2001-04-23  Sven Neumann  <sven@gimp.org>
8517
8518         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
8519         compile for non-X11 targets again
8520
8521 2001-04-20  Alexander Larsson  <alexl@redhat.com>
8522
8523         * gtk/gtkcolorsel.[ch]:
8524         API Change. Take GdkColor arguments instead of gdouble *.
8525         Leave the old gtk_color_selection_set_color for compatibility,
8526         but marked deprecated.
8527         Do correct rounding when converting RGB <-> HSV.
8528         
8529         * gtk/gtkcolorseldialog.c:
8530         * tests/testgtk.c:
8531         Use new GtkColorSelection API.
8532
8533         * gtk/gtkhsv.c:
8534         Fix problem selecting colors in triangle when Hue is 330.
8535         Fix some black dots around the HSB triangle.
8536         
8537         * gtk/gtkfilesel.c:
8538         return FALSE from the focus_in_event handler to fix focus problems.
8539
8540 2001-04-18  Havoc Pennington  <hp@redhat.com>
8541
8542         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
8543         set, so keybindings are configurable    
8544         (gtk_window_activate_default): Change to activate the focus widget
8545         instead if there's a focus widget, to be consistent with the
8546         behavior that previously existed in key_press_event
8547
8548 2001-04-18  Havoc Pennington  <hp@redhat.com>
8549
8550         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
8551
8552 2001-04-18  Havoc Pennington  <hp@redhat.com>
8553
8554         Close bug #50615:
8555         
8556         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
8557         the layout
8558
8559         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
8560
8561         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
8562
8563         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
8564         
8565         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
8566         to blue for base, in addition to bg
8567         
8568 2001-04-18  Havoc Pennington  <hp@redhat.com>
8569
8570         * tests/testgtk.c (create_image): allow shrinking the image window
8571         to test that we clip to allocation.
8572
8573         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
8574         #9845
8575
8576         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
8577
8578 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
8579
8580         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
8581         mode on shm segments to 0600. We'll see who complains.
8582
8583         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
8584         _gdk_windowing_window_destroy() AFTER recursing through
8585         children.
8586
8587         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
8588         testsocket_child on X.
8589
8590         * tests/testsocket[_child].c: Fix uses of
8591         gtk_window_get_default_accel_group().
8592
8593         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
8594
8595         * gdk/gdkimage.c: (gdk_image_get):
8596         Deal with the possibility that XGetImage() might return NULL.
8597         Allocate the GdkImagePrivate structure only after XGetImage()
8598         succeeds in order not to dereference a NULL ximage pointer.  This
8599         prevents a core dump when XGetImage() fails - which is unlikely,
8600         but can happen due to race conditions accessing the geometries of
8601         drawables.  An x error will still be triggered, but the gdk image
8602         wrapper at least wont seg fault.
8603         
8604 2001-04-18  Havoc Pennington  <hp@redhat.com>
8605
8606         * gtk/gtkimage.c: fix to properly queue resizes when the image is
8607         set
8608
8609         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
8610         if the insertion point isn't editable
8611
8612         * demos/gtk-demo/images.c: Added a GtkImage demo
8613
8614         * demos/gtk-demo/drawingarea.c: drawing area demo
8615         
8616         * demos/gtk-demo/menus.c (create_menu): cleanups
8617
8618 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
8619
8620         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
8621           gdk/x11/gdkevents-x11.c: Introduce an extra child
8622         of toplevel windows that serves to hold the focus to
8623         avoid events being delivered to embedded windows.
8624
8625         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
8626         some extra variables to clean up code and reduce the
8627         number of casts.
8628
8629         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
8630         guint for 1 bit bit fields, not gboolean.
8631
8632 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
8633
8634         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
8635         not TRUE. (Fixes #52925)
8636
8637 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
8638
8639         * Released 1.3.4
8640
8641         * NEWS: Updated
8642
8643         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
8644         use GTK_TYPE_ENUM.
8645
8646 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
8647
8648         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
8649
8650         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
8651         names to compatibility #defines so docs work.
8652
8653         * gtk/gtkenums.h: Remove GtkMenuFactoryType
8654
8655         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
8656
8657         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
8658
8659         * tests/testgtkrc: No magenta cursors, please.
8660
8661         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
8662
8663         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
8664         
8665 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
8666
8667         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
8668         grabs, since they are no longer necessary.
8669
8670         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
8671         by signal_connect() and call gtk_button_pressed() rather
8672         than signal_connect_after().
8673
8674         * tests/testgtk.c: Restore radio menu items to combos 
8675         since they'll look OK with Raleigh, and it is easier
8676         than finishing the process of removing them that was
8677         started earlier.
8678
8679 2001-04-16  Hans Breuer  <hans@breuer.org>
8680
8681         * gdk/gdk.def :
8682         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
8683
8684         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
8685         we are interested in the functions return value not the function address
8686         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
8687
8688         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
8689
8690 2001-04-14  Hans Breuer  <hans@breuer.org>
8691
8692         * gdk/gdk.def :
8693         * gdk/makefile.msc : updated
8694
8695         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
8696         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
8697         (the testgtk::text backgound pixmap is drawn again)
8698         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
8699         Win32 Pango change
8700         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
8701
8702         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
8703         Not sure if the returned settings have the right unit, because I couldn't
8704         find any docs for the X version ...
8705
8706         * gtk/gtk.def :
8707         * gtk/makefile.msc.in : updated
8708
8709 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
8710
8711         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
8712         wording problems. (Compared to version from Johannes Stezenbach to
8713         check correctness.)
8714
8715 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
8716
8717         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
8718         this to compile.
8719
8720 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
8721
8722         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
8723         not pixbufpos.
8724
8725         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
8726
8727         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
8728         are unsigned insts, therefore use g_value_set_uint.
8729         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
8730
8731 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
8732
8733         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
8734
8735         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
8736         GTK_TYPE_STRING.
8737
8738         * gtk/gtktreeview.c: New functions to allow initial column
8739         dragging work.
8740
8741         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
8742
8743         * tests/testtreefocus.c: give dave some love.
8744
8745         * tests/testtreesort.c: Modify test to check really long samples.
8746
8747 2001-04-11  Alexander Larsson  <alexl@redhat.com>
8748
8749         * gtk-2.0.m4: Pass pkg-config options
8750         before the other args so it works even if
8751         POSIXLY_CORRECT is set.
8752
8753 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
8754
8755         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
8756         0, interface 0).
8757
8758 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
8759
8760         * gtk/gtkcalendar.c (gtk_calendar_button_press):
8761         check for action_func != NULL
8762
8763 2001-04-04  Sven Neumann  <sven@gimp.org>
8764
8765         * tests/testgtk.c (test_init): corrected path to gtk.immodules
8766
8767 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
8768
8769         * Released Gtk+-1.3.3.
8770
8771 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
8772
8773         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
8774
8775 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
8776
8777         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
8778         files to/from source dir. (if we don't stay in builddir, we
8779         can't reach make-inline-pixbuf.
8780
8781         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
8782         deps.
8783
8784         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
8785         ages 0).
8786
8787 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
8788
8789         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
8790         moved to the GtkTreeSortable interface.
8791
8792         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8793         Make more efficient (fixes #50262).
8794
8795 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
8796
8797         * NEWS: Updated.
8798
8799         * configure.in: Remove support for uninstalled glib.
8800
8801         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
8802         so as not to stop emission.
8803
8804         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
8805         is no longer supported.
8806
8807         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
8808         into tests, change build order to build modules before
8809         gtk/.
8810
8811         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
8812         to here.
8813
8814 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
8815
8816         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
8817         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
8818         GPatternSpec. this is actually unlikely to cause breakage in
8819         third-party apps since except for gle, pretty much ever caller
8820         passes NULL here.
8821
8822         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
8823
8824         * *.c: use g_pattern_*() API.
8825
8826         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
8827
8828         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
8829         directions aren't passed in.
8830
8831         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
8832         functionality to be usable from gtkstyle.c as well, give precedence
8833         for conversion to user-supplied parsers.
8834         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
8835
8836         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
8837         _gtk_settings_parse_convert() for rcporperty value conversion.
8838
8839 2001-04-03  Alexander Larsson  <alexl@redhat.com>
8840
8841         * gdk/linux-fb/gdkevents-fb.c:
8842         Add empty gdk_setting_get().
8843
8844 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
8845
8846         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
8847         variable names.
8848         
8849         * gtk/makeenums.pl: touch this so enum files get remade.
8850
8851 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
8852
8853         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
8854         work again when not sorted.
8855
8856         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
8857         and "expand_row" signal, closing bug 52578.
8858
8859         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
8860         support.
8861
8862         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
8863         support.
8864
8865 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
8866
8867         * gdk/gdkevents.h: Add GdkEventSetting event for notification
8868         of changes to system settings, gdk_setting_get() to retrieve
8869         a single system setting.
8870
8871         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
8872         to the draft XSETTINGS mechanism.
8873
8874         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
8875         XSETTINGS.
8876
8877         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
8878         of GDK settings changes to the GtkSettings object.
8879
8880         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
8881         double-click-timeout property to GDK.
8882
8883         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
8884         Define GDK boxed types here.
8885
8886         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
8887         gdk/gdkenumtypes.[ch] for enum definitions.
8888
8889         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
8890         * gtk/gtk-boxed.defs: Comment out GDK types
8891         * gtk/gtktypeutils.h: Remove GDK types
8892         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
8893
8894 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
8895
8896         * Applied patch from Ron Steinke to add signal accumulators
8897         so that signals with the convention 'TRUE return means
8898         handled' stop emission on a TRUE return.
8899
8900         * gtk/gtkmain.[ch]: Add private accumulator 
8901         _gtk_boolean_handled_accumulator, used throughout GTK+.
8902         
8903         * gtk/gtkspinbutton.c: Add accumulator for ::output.
8904
8905         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
8906         
8907         * gtk/gtkwidget.c: Add accumulators for event signals,
8908         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
8909         for ::mnemonic-activate.
8910
8911         * gtk/gtkwindow.c: Add accumulator for ::frame_event
8912
8913 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
8914
8915         * gtk/gtkwidget.c: Add missing include.
8916
8917 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
8918
8919         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
8920         marshaller.
8921
8922         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
8923         "changed" signal to "range_changed".
8924
8925         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
8926         removing a tree from one model would remove all trees from that
8927         model.
8928         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
8929         changed signal instead.
8930
8931 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
8932
8933         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
8934         chaining up to parent impl, since we have a INPUT_ONLY
8935         window.
8936
8937         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
8938         foreground color for the cursor.
8939
8940 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
8941
8942         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
8943         param spec when caching property values, since we unref it
8944         later when we free the style.
8945
8946         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
8947         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
8948
8949 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
8950
8951         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
8952         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
8953         stupidity.
8954
8955 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
8956
8957         [ First pass at adding style properties. Still needs some definite
8958         fine-tuning. ]
8959
8960         * gtk/gtkbutton.c: Add ::default_spacing style property.
8961          
8962         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
8963         ::indicator_spacing style properties.
8964
8965         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
8966         style properties.
8967
8968         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
8969         rather than a normal property.
8970
8971         * gtk/gtkwidget.c: Add an ::interior_focus style property to
8972         draw focus inside buttons, in the Windows/Java Metal/etc. style.
8973
8974         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
8975         Honor ::interior_focus.
8976         
8977         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
8978         TRUE.
8979
8980         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
8981         Add ::slider_width, ::trough_border, ::stepper_size,
8982         ::stepper_spacing style properties.
8983
8984         * gtk/gtkscale.[ch] Add ::slider-length style property.
8985
8986 2001-04-02 Alexander Larsson   <alexl@redhat.com>
8987
8988         * gdk/linux-fb/gdkwindow-fb.c:
8989         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
8990         warnings that were spewed on startup.
8991
8992         * gtk/gtkwindow-decorate.c:
8993         gtk_window_reposition -> _gtk_window_reposition
8994
8995 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
8996
8997         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
8998         Add boxed type for GtkRequistion. Use it for ::size-request.
8999
9000         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
9001         Add a new GtkBorder structure useful for geometry properties
9002         for widgets. Add corresponding GTK_TYPE_BORDER.
9003         
9004         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
9005         Support automatic parser selection like
9006         gtk_settings_install_property_parser().
9007
9008         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
9009         functionality for use by gtk_widget_class_install_style_property.
9010         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
9011
9012 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
9013
9014         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
9015         g_param_spec_unichar(). 
9016
9017 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
9018
9019         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
9020         _NET window managers.
9021
9022         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
9023
9024 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
9025
9026         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
9027         bad needs to be nuked, not just deprecated.
9028
9029         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
9030         gtk_widget_popup().
9031
9032         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
9033         
9034         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
9035         widget.
9036         
9037         * docs/Changes-2.0.txt: updates.
9038         
9039 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
9040
9041         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
9042         for (i = 0; i < 100; i ++)
9043           g_print ("I will confirm it compile before committing\n");
9044
9045 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
9046
9047         * gtk/gtktreestore.c: Initial work on implementing the
9048         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
9049
9050 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
9051
9052         * gtk/gtkwidget.c: fixed a bunch of notifications, added
9053         reference counts around emissions where the widget is used afterwards.
9054         added freeze/thaws around multiple properties being notified.
9055         (_gtk_widget_get_aux_info): cleanups.
9056         
9057         * gtk/gtksettings.c (gtk_settings_install_property): provide
9058         default parsing functions for gdkcolor, enums and flags.
9059
9060         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
9061         applied by owen.
9062         backed out gtk_window_get_location(), gtk_window_set_location(),
9063         gtk_window_get_size() and gtk_window_set_size(), these
9064         have to be sorted out wrg x/y/width/height/default_with/default_height
9065         properties.
9066         kept a flag in GtkWindowGeometryInfo to handle user
9067         resetting default sizes.
9068         cleaned up ZVT comments.
9069         bunch of assorted bug fixes, notification fixes.
9070         (_gtk_window_reposition): make this a really internal function.
9071         
9072         * gtk/testgtk.c: fixups.
9073         
9074 2001-03-31  Hans Breuer  <hans@breuer.org>
9075
9076         * config.h.win32.in : disable USE_MMX for msvc build cause
9077         the assembler doesn't fit and is out of my scope. Disable
9078         USE_GMODULE for msvc build as wel. The right way to share
9079         binaries on win32 would be to use libtiff.dll etc. To reduce
9080         installation hassles IMO it's better to include all fileformats
9081         builtin to gdk-pixbuf
9082
9083         * gdk-pixbuf/makefile.msc : new file
9084
9085         * gdk/gdk.def : updated
9086
9087         * gdk/win32/gdkevents-win32.c : don't erase the background if
9088         .no_bg is set. It improves the scrolling (e.g. of testgtk main
9089         buttons
9090         * gdk/win32/gdkgeometry-win32.c : added comment about the above
9091
9092         * gdk/win32/gdkwindow-win32.c : added three new functions like
9093         the X version. Only one is implemented, because the other two
9094         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
9095         be default behaviour on win32 anyway ...
9096
9097         * gtk/gtk.def : updated
9098
9099         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
9100         from where it was built and add an additional rule to automagically
9101         build gtkmarshal.[hc]
9102
9103         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
9104         before array access for the current entry isn't finished
9105
9106         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
9107         use g_return_val_if_fail
9108
9109         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
9110         for the static array, but let the compiler calculate it. It
9111         makes me wonder if gcc isn't capable to catch bugs like this ...
9112
9113 2001-03-31  James Henstridge  <james@daa.com.au>
9114
9115         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
9116         constant "-1" in the aux info structure.
9117
9118 2001-03-30  Alexander Larsson  <alexl@redhat.com>
9119
9120         * gtk/gtkbutton.c (gtk_button_get_property):
9121         * gtk/gtklabel.c:
9122         Remove leaks.
9123         
9124         * gtk/gtkcontainer.c:
9125         * gtk/gtkhscale.c:
9126         * gtk/gtkhscrollbar.c:
9127         * gtk/gtklayout.c:
9128         * gtk/gtkmisc.c:
9129         * gtk/gtkprogress.c:
9130         * gtk/gtkprogressbar.c:
9131         * gtk/gtkrange.c:
9132         * gtk/gtktable.c:
9133         * gtk/gtkviewport.c:
9134         * gtk/gtkvscale.c:
9135         * gtk/gtkvscrollbar.c:
9136         * gtk/gtkwidget.c:
9137         Property patches, based on patches from John Margaglione and Lee Mallabone.
9138
9139 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
9140
9141         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
9142         adjustment. Cleaned redundant preconditions (spin != NULL). Added
9143         inline API function docs.
9144         (gtk_spin_button_new_with_range): New convenience constructor.
9145         (gtk_spin_button_set_increments): New adjustment helper.
9146         (gtk_spin_button_set_range): New adjustment helper.
9147
9148         * gtk/testgtk.c : added test of the new convenince constructor and
9149         value_changed signals.
9150
9151 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
9152
9153         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
9154         listen to the reorder signal.
9155
9156 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
9157
9158         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
9159         to get the aux info structure fo the widget.
9160
9161         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
9162         above function.
9163
9164         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
9165
9166         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
9167         to get the size of the window manager frame, basically the same
9168         code that gdk_window_get_root_origin() had
9169         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
9170
9171         * gtk/gtkwindow.c (gtk_window_set_default_size): use
9172         gdk_window_resize() if the window is realized and resizeable
9173
9174         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
9175         typo so that setting gravity works
9176
9177         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
9178         allocation if auto_shrink is on, even if the default size
9179         has not changed.
9180
9181         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
9182         g_return_if_fail
9183
9184 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
9185
9186         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
9187         reordering/sorting work.  Now pretty much works.
9188
9189         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
9190         reorder mostly work.  Still need to get the parity correct.
9191
9192         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
9193         signal, so I can listen for the sort_column_changed signal so I
9194         can change my "sort_indicator" property.  Cool.
9195
9196 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
9197
9198         [ Patch from Havoc Pennington, hp@redhat.com ]
9199
9200         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
9201         Add functions gdk_window_begin_resize_drag/begin_move_drag
9202         to start resizing or moving a toplevel window. This
9203         is done either using the _NET_WM_MOVERESIZE protocol,
9204         or, if that isn't present, by emulation.
9205
9206         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
9207         to export the above to GTK+-land.
9208
9209         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
9210         
9211         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
9212         Move this function into gdkwindow, since we need it
9213         when implementing fallback resizing.
9214
9215         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
9216         Fix typo when setting gravity.
9217
9218         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
9219         Add an optional (but on by default) resize grip for resizing 
9220         the parent window.
9221
9222 01-03-29  Alexander Larsson  <alexl@redhat.com>
9223
9224         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
9225         Don't return TRUE from the event handler, that blocks all
9226         event signals on the tooltip widget. Now you can press buttons
9227         in toolbars again.
9228
9229 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
9230
9231         * gtk/testtext.c (create_buffer): Add missing NULL on
9232         valist.
9233
9234         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
9235         c-n-p problem with INCONSISTENT property.
9236
9237         [ Patch from Havoc Pennington  <hp@redhat.com> ]
9238
9239         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
9240         hook.
9241
9242         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
9243         signal as a hook for extending the default popup menu
9244
9245         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
9246         use radio menu items for the input method menuitems
9247
9248         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
9249         inserted unicode from Ctrl-Shift-hex input method
9250
9251         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
9252         validatation here, already done at GtkTextBuffer level.
9253
9254         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
9255         popup_menu run action signal and Shift+F10 and Menu keybindings.
9256
9257         * gtk/gtkentry.c: implement a default handler for popup_menu
9258
9259         * gtk/gtktextview.c: implement a default handler for popup_menu
9260
9261         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
9262         from a key event
9263         
9264         * gtk/gtklabel.c: remove "trailer" cruft
9265
9266 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
9267
9268         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
9269         handle reordering of trees.  Seems to mostly work w/ the exception
9270         of the parity flag.
9271
9272         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
9273         signal.
9274
9275 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
9276
9277         * gtk/gtkwidget.h: c++ fixes.
9278
9279 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
9280
9281         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
9282         memory.
9283
9284 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
9285
9286         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
9287         Nils Barth fixing event return values. (#51041)
9288
9289         * gtk/gtkwidget.c: Fix some return values for default
9290         functions.
9291
9292         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
9293         return values for trough_keys functions.
9294
9295         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
9296         value for add_accelerator (shoudl have been a void
9297         return.)
9298
9299         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
9300         Fix return type of EVENT.
9301
9302         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
9303         signal return a boolean.
9304
9305 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
9306
9307         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
9308         reordered signal.
9309
9310         * tests/testtreesort.c (main): fix spelling.
9311
9312 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
9313
9314         * gtk/gtkliststore.c: More work on implementing sortable
9315         interface.
9316
9317 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
9318
9319         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
9320         reference the widgets in the resulting list. (#11821)
9321         This makes this consistent with gtk_container_children.
9322
9323         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
9324         uses of gtk_window_list_toplevels.
9325
9326 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
9327
9328         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
9329         a virtual function to set whether the IM context should use 
9330         the preedit string. (#51922)
9331         
9332 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
9333
9334         * gdk/gdkpango.h: Remove stale FIXME comment.
9335
9336 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
9337
9338         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
9339         Fixed bug that returned NULL if a filename was selected.
9340
9341 2001-03-24  Havoc Pennington  <hp@pobox.com>
9342
9343         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
9344         to contain the word "theme"
9345
9346 2001-03-24  Havoc Pennington  <hp@pobox.com>
9347
9348         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
9349         slower but finer-grained
9350         (gtk_hsv_focus): get initial focus on the ring or triangle 
9351         according to tab direction
9352
9353         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
9354
9355 2001-03-23  Havoc Pennington  <hp@pobox.com>
9356
9357         * gtk/gtkhsv.c: make this somewhat key-navigable
9358
9359         * gtk/gtkfontsel.c: mnemonics
9360
9361         * gtk/gtkgamma.c: mnemonics
9362
9363         * gtk/gtkcolorsel.c: add mnemonics to labels
9364
9365 2001-03-22  Havoc Pennington  <hp@pobox.com>
9366
9367         Applied big patch from Seth Lytle to fix event handler return
9368         values, slightly modified.
9369
9370         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
9371         handled.
9372         (gtk_calendar_key_press): return TRUE for GDK_space triggers
9373         select_day
9374
9375         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
9376         (gtk_clist_button_release): return TRUE if handled
9377
9378         * gtk/gtkcolorsel.c (mouse_release):
9379         (palette_activate): 
9380         (palette_press): 
9381         (palette_new): 
9382         (mouse_press): 
9383         (get_screen_color): 
9384         fixed return type (void to gboolean), return TRUE,
9385         added GTK_SIGNAL_FUNC cast
9386
9387         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
9388         (void to gboolean), and return TRUE
9389         (gtk_combo_button_release): changed return value to TRUE after
9390         gtk_grab_add on combo->popwin
9391
9392         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
9393         collapse or expand
9394
9395         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
9396         button/motion
9397
9398         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
9399         press/release and motion that trigger act
9400
9401         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
9402
9403         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
9404         for GDK_Return
9405         
9406         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
9407         (gtk_list_button_release): return TRUE if selection
9408
9409         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
9410         press
9411
9412         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
9413         (gtk_menu_shell_button_release): chain parent_menu_shell retval
9414
9415         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
9416         nothing triggered
9417         (gtk_notebook_button_release): return TRUE if we do anything
9418
9419         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
9420         (gtk_spin_button_button_release): return TRUE or chained retval
9421
9422         * gtk/gtktext.c (gtk_text_button_press): 
9423         (gtk_text_button_release): return TRUE
9424         (gtk_text_key_press): remove redundant retval code
9425         
9426         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
9427         and sensitive
9428         (gtk_tree_item_subtree_button_click): changed type to gint, and return
9429         TRUE if sensitive
9430
9431         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
9432         return TRUE
9433
9434 2001-03-23  Havoc Pennington  <hp@redhat.com>
9435
9436         * gtk/testgtk.c: fix warnings
9437
9438         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
9439
9440         * gtk/gtktextview.c: fix warnings
9441
9442         * gtk/gtktext.c (find_cursor_at_line): fix warning
9443
9444         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
9445
9446         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
9447         of this function
9448
9449         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
9450         fix warning
9451
9452         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
9453
9454         * gtk/gtkfontsel.c: fix warning
9455
9456         * gtk/gtkcolorsel.c: fix warnings
9457
9458 2001-03-23  Havoc Pennington  <hp@redhat.com>
9459
9460         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
9461
9462         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
9463
9464         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
9465         and deprecated gtk_check_menu_item_set_show_toggle().
9466         
9467         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
9468
9469         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
9470
9471         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
9472
9473 2001-03-23  Havoc Pennington  <hp@redhat.com>
9474
9475         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
9476         some docs
9477
9478 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
9479
9480         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
9481         this.
9482
9483         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
9484         set_cell to set_value
9485
9486         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
9487         set_cell to set_value
9488
9489 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
9490
9491         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9492         fix braino.
9493         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
9494         support.
9495
9496         * gtk/gtktreeview.c: Addition of initial sortable support.
9497
9498         * gtk/gtktreestore.c: Addition of initial sortable support.
9499
9500         * gtk/gtkliststore.c: Addition of initial sortable support.
9501
9502         * gtk/gtkmarshal.list: yet another marshaller.
9503
9504         * gtk/gtktreedatallist.[ch]: shared code between the store models
9505         for handling sorting headers.
9506
9507 2001-03-22  Havoc Pennington  <hp@redhat.com>
9508
9509         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
9510         (gtk_container_unset_focus_chain): Add ability to override the 
9511         focus chain for a container explicitly
9512
9513 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
9514
9515         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
9516         added PROP_MNEMONIC_WIDGET.
9517
9518         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
9519         (gtk_window_remove_mnemonic): 
9520         (gtk_window_add_mnemonic): fixed assertions.
9521         (gtk_window_activate_mnemonic): constrain modifier checks to those
9522         permitted by gtk_accelerator_get_default_mod_mask().
9523         got rid of gtk_window_get_default_accel_group().
9524
9525         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
9526         activatable widgets either by focussing or a warning.
9527         added a signal accumulator to ::activate_mnemonic which stops the
9528         emission once a handler returned TRUE.
9529
9530 2001-03-22  Havoc Pennington  <hp@pobox.com>
9531
9532         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
9533         the stock item label
9534
9535         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
9536
9537         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
9538
9539         * demos/gtk-demo/*.c: Add mnemonics all over the place
9540
9541         * gtk/gtklabel.h: mark parse_uline deprecated
9542
9543 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9544
9545         * gtk/gtkitemfactory.[ch]:
9546         Add support for stock and normal imagemenuitems.
9547         
9548         * gtk/testgtk.c:
9549         Add some tests for mnemonics, stock toolbars, stock
9550         and image menuitems in itemfactory and gdk_window_scroll.
9551
9552 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9553
9554         * gtk/gtkbutton.[ch]:
9555         * gtk/gtkdialog.c:
9556         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
9557         removed accel_group argument. Renamed gtk_button_new_accel() to
9558         gtk_button_new_with_mnemonic() and removed accel_group argument.
9559
9560         * gtk/gtkcheckbutton.[ch]:
9561         New function gtk_check_button_new_with_mnemonic().
9562
9563         * gtk/gtkentry.c:
9564         Override activate_mnemonic and just grab focus.
9565
9566         * gtk/gtkitemfactory.c:
9567         Don't add menu uline accel group, instead use mnemonics support.
9568
9569         * gtk/gtklabel.[ch]:
9570         New support for mnemonics.
9571
9572         * gtk/gtkmarshal.list:
9573         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
9574
9575         * gtk/gtkmenu.[c]:
9576         * gtkmenushell.c:
9577         Use mnemonics instead of accel groups for uline
9578         support in menu items.
9579         Removed gtk_menu_get_uline_accel_group() and
9580         gtk_menu_ensure_uline_accel_group().
9581
9582         * gtk/gtkmenuitem.c:
9583         Override activate_mnemonic to handle switching between
9584         menu items if there are collisions.
9585         
9586         * gtk/gtknotebook.c:
9587         Connect to activate_mnemonic on the tab_label, so that
9588         activating it switches to that notebook page.
9589
9590         * gtk/gtkwidget.[ch]:
9591         Add activate_mnemonic signal. New function
9592         gtk_widget_activate_mnemonic() to emit it.
9593         Default implementation does activate/grab_focus.
9594
9595         * gtk/gtkwindow.[ch]:
9596         Add support for mnemonics in windows.
9597         New functions:
9598         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
9599         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
9600
9601         * gtk/testgtk.c:
9602         Update to function name changes.
9603         
9604 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9605
9606         * gtk/gtkimagemenuitem.[c]:
9607         Add gtk_image_menu_item_new_from_stock()
9608
9609 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
9610
9611         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9612         Fix buglet in meeting.
9613
9614 2001-03-19  Havoc Pennington  <hp@redhat.com>
9615
9616         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
9617         add a bunch of accessor functions. This is because we have
9618         reasonable expectations of extending what fields it contains in
9619         the future.
9620
9621         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
9622         changes
9623
9624         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
9625         GtkIconSource   
9626
9627 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
9628
9629         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
9630         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
9631
9632         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
9633           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
9634           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
9635           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
9636         Change float to double everywhere with the exception of 0<->1.0 alignment
9637         and GtkCurve.
9638
9639 2001-03-19  Tor Lillqvist  <tml@iki.fi>
9640
9641         * gdk/win32/gdkdrawable-win32.c
9642         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
9643         output.
9644
9645         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
9646         gdkwin32.h.
9647
9648 2001-03-18  Tor Lillqvist  <tml@iki.fi>
9649
9650         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
9651         print_event_state, print_event): Use preprocessor macro to make
9652         code more compact. Print also GDK_WINDOW_STATE events.
9653         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
9654         
9655         * gtk/gtk.def
9656         * gtk/makefile.mingw.in: Update.
9657
9658         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
9659         to catch also Cygwin.
9660
9661 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
9662
9663         * gtk/gtkspinbutton.[hc]: added rc-style argument
9664         GtkSpinButton::shadow_type.
9665         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
9666         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
9667         rc-style settings.
9668
9669         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
9670
9671         * gtk/gtkwidget.c: quark cleanups.
9672
9673         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
9674         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
9675         to create_rc_style() (we don't do cloning in standard OO sense).
9676         added per rc style properties.
9677         
9678         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
9679         property values and for caching those. some cleanups.
9680         
9681         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
9682         
9683         * gtk/gtksettings.[hc]: new file for global rc-file properties
9684         (at least currently, should get extended to support X properties
9685         and other communication mechanisms).
9686         
9687         * gtk/gtkwidget.[hc]: added style property support:
9688         (gtk_widget_class_install_style_property_parser): install style
9689         property pspec with parser function for rc-file values other
9690         than LONG, DOUBLE or STRING.
9691         (gtk_widget_class_install_style_property): same as above without
9692         parser (parsers are going to be needed quite infrequently).
9693         (gtk_widget_style_get_property): retrive style property value.
9694         (gtk_widget_style_get_valist): same as above with varargs support,
9695         has NOCOPY semantics.
9696         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
9697
9698 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
9699
9700         * demos/gtk-demo/main.c (row_activated_cb): modified to use
9701         "row_activated" signal.
9702
9703         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
9704         stupidity.  Lets actually pass in the row with this signal...
9705
9706 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
9707
9708         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
9709
9710         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
9711
9712         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
9713         everything into the ::destroy function, and freed a lot more.
9714
9715 2001-03-16  Havoc Pennington  <hp@redhat.com>
9716
9717         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
9718         instead of gint16, to avoid overflow issues, since sizes > 16-bit
9719         are now allowed.
9720
9721 2001-03-16  Havoc Pennington  <hp@redhat.com>
9722
9723         * Applied patch from Nils Barth (bug # 51041) to 
9724         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
9725         in various places.
9726
9727 2001-03-15  Havoc Pennington  <hp@redhat.com>
9728         
9729         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
9730         for properties to set on the tag.
9731
9732         * gtk/testtext.c: fixups to reflect create_tag change
9733         
9734         * gtk/gtktexttag.c (gtk_text_tag_set_property):
9735         background/foreground stipple are objects, not boxed.
9736
9737         * demos/gtk-demo/textview.c: intellihancing
9738
9739 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
9740
9741         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
9742         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
9743
9744 2001-03-16  Alexander Larsson  <alexl@redhat.com>
9745
9746         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
9747         Fix sign error with queued region translations.
9748
9749 2001-03-15  HideToshi Tajima  <tajima@happy>
9750
9751         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
9752         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
9753         * gtk/gtkentry.c (update_im_cursor_location): 
9754         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
9755         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
9756         set_cursor_pos to set_cursor_location in GtkInputContext class
9757
9758 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
9759
9760         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
9761         the location of the cell relative to its area.
9762         * gtk/gtkcell*: modified for above change
9763         * gtk/gtktreeview.c: modified for above change.
9764
9765 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
9766
9767         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
9768          (gtk_tree_view_finalize): actually unref the model.  Thanks to
9769         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
9770
9771 2001-03-14  Havoc Pennington  <hp@redhat.com>
9772
9773         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
9774         
9775         * gtk/gtk.h: remove gtkdata.h
9776
9777         * gtk/Makefile.am: remove gtkdata
9778         
9779         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
9780         not "disconnect" on the adjustments.
9781         
9782         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
9783         GtkData
9784
9785         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
9786         not GtkData
9787
9788         * configure.in: handle case where X render exists, but Pango lacks
9789         Xft support.
9790
9791 2001-03-15 Alexander Larsson  <alexl@redhat.com>
9792
9793         * gtk/gtktoolbar.[ch]:
9794         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
9795         to add stock items to toolbars.
9796
9797         * gtk/Makefile.am:
9798         Remove ../gdk/gdkim.h from gdk_headers.
9799
9800 2001-03-15  Sven Neumann  <sven@gimp.org>
9801
9802         * gdk/gdkim.h: removed
9803         
9804         * gdk/gdkprivate.h
9805         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
9806
9807 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
9808
9809         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
9810         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
9811         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
9812         set_cursor_pos() virtual method
9813
9814         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
9815         (gtk_im_context_xim_set_cursor_pos): add implementation for
9816         set_cursor_pos() method
9817
9818         * gtk/gtkentry.c (recompute_idle_func): set current cursor
9819         position to input methods
9820
9821 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
9822
9823         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
9824         code a lot.
9825
9826         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
9827         g_mem_chunk.
9828         (_gtk_tree_data_list_alloc): use g_mem_chunk.
9829         (_gtk_tree_data_list_node_to_value): Fix to switch on
9830         G_TYPE_FUNDAMENTAL.
9831         (_gtk_tree_data_list_value_to_node): Fix to switch on
9832         G_TYPE_FUNDAMENTAL.
9833         (_gtk_tree_data_list_node_copy): Fix to switch on
9834         G_TYPE_FUNDAMENTAL.
9835
9836 2001-03-12  Havoc Pennington  <hp@redhat.com>
9837
9838         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
9839         to convert to new property API. Also, change default_width and
9840         default_height get_property to return 0 as the flag value for
9841         "unset"; -1 is not a valid value for these fields.
9842
9843 2001-03-12  Havoc Pennington  <hp@redhat.com>
9844
9845         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
9846         enum with registration for icon sizes, instead of strings.
9847
9848         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
9849         gtkwidget.c: Fix to reflect GtkIconSize
9850         
9851 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9852
9853         Make GtkFB compile and link.
9854         
9855         * gdk/linux-fb/gdkdrawable-fb2.c:
9856         window->mapped to GDK_WINDOW_IS_MAPPED(). 
9857         
9858         * gdk/linux-fb/gdkwindow-fb.c:
9859         window->mapped to GDK_WINDOW_IS_MAPPED(). 
9860         Added gdk_window_shape_combine_region.
9861         Added assorted placeholders for unimplemented new GdkWindow API calls.
9862
9863 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9864
9865         * gtk/gtkfilesel.c:
9866         Add more test when converting filenames from/to utf-8.
9867         Don't allow entering text in the filename entry which isn't allowed in
9868         a filename. Just beep instead.
9869
9870 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9871
9872         * gtk/gtkclist.c:
9873         Scroll using gdk_window_scroll(). Don't wait for exposes.
9874         Move the column headers in an order that makes them flash less.
9875
9876 2001-03-10  Hans Breuer  <hans@breuer.org>
9877
9878         * gdk/gdk.def : updated
9879
9880         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
9881         to offseting the clip_mask at the right place
9882
9883         * gdk/win32/gdkwindow-win32.c : don't create background brushes
9884         for all the gdkClasses, especially not for the input_only case.
9885         Otherwise flickering wont be avoidable, because we don't get
9886         WM_ERASEBKGND message for these windows.
9887
9888         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
9889         and fixed massive redraw problems apparently triggered by Alexanders 
9890         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
9891         but it seems to work quite well :-)
9892
9893         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
9894         prototype
9895
9896 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
9897
9898         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
9899         (gtk_list_store_set_cell): Fix a stupid typo.
9900
9901 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
9902
9903         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
9904         select_all not work if you're in SINGLE mode (it doesn't make that
9905         much sense, anyway.)
9906
9907         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
9908         handle types more sanely.
9909         (_gtk_tree_data_list_value_to_node): handle types more sanely.
9910         (_gtk_tree_data_list_node_copy): handle types more sanely.
9911
9912         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
9913         GValue better. Converts the type as well.
9914
9915         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
9916         GValue better. Converts the type as well.
9917
9918 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
9919
9920         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
9921         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
9922         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
9923         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
9924
9925         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
9926         gdk_im/gdk_ic.
9927
9928 2001-03-09  Hans Breuer  <hans@breuer.org>
9929
9930         * gdk/gdk.def : updated
9931
9932         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
9933         for their palette
9934
9935         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
9936         removing
9937
9938         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
9939         removing and implemented Havoc's GdkWindow state functions; 
9940         stick/unstick only as no-op, cause I don't know how to emulate 
9941         on win32 ...
9942
9943         * gtk/gtk.def : updated
9944
9945         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
9946
9947         * gtk/gtktypeutils.c : #include <string.h>
9948
9949         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
9950
9951 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
9952
9953         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
9954         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
9955         not a boxed.
9956
9957 2001-03-09  Alexander Larsson  <alexl@redhat.com>
9958
9959         * docs/Changes-2.0.txt:
9960         Document expose event->region change and that gtk_widget_event
9961         doesn't allow passing expose events.
9962
9963         * gdk/gdkevents.h:
9964         Add region to expose event.
9965         
9966         * gdk/gdkevents.c:
9967         Handle event->region in gdk_event_copy() and gdk_event_free().
9968
9969         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
9970         Generate expose_event->region when creating expose events.
9971
9972         * gdk/x11/gdkevents-x11.c:
9973         Generate expose events with regions when translating X events.
9974
9975         * gtk/gtkcontainer.[ch]:
9976         Default expose handler that propagates expose events to NO_WINDOW
9977         children. New function gtk_container_propagate_expose()
9978
9979         * gtk/gtkwidget.[ch]:
9980         Moved gtk_widget_event implementation to gtk_widget_event_internal.
9981         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
9982         expose events. New function gtk_widget_send_expose() to send expose
9983         events. New function gtk_widget_region_intersect() to calculate
9984         window/region intersections.
9985         
9986         * gtk/gtkmain.c (gtk_main_do_event):
9987         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
9988         Use gtk_widget_send_expose() to send expose events.
9989         
9990         * gtk/gtkbin.c:
9991         * gtk/gtkbox.c:
9992         * gtk/gtkfixed.c:
9993         * gtk/gtkimagemenuitem.c:
9994         * gtk/gtklist.c:
9995         * gtk/gtkpacker.c:
9996         * gtk/gtktable.c:
9997         * gtk/gtktree.c:
9998         Remove expose handler, using the default container implementation
9999         instead.
10000         
10001         * gtk/gtkbutton.c:
10002         * gtk/gtkcheckbutton.c:
10003         * gtk/gtkeventbox.c:
10004         * gtk/gtkfixed.c:
10005         * gtk/gtkhandlebox.c:
10006         * gtk/gtklayout.c:
10007         * gtk/gtklistitem.c:
10008         * gtk/gtkmenu.c:
10009         * gtk/gtkmenubar.c:
10010         * gtk/gtkmenuitem.c:
10011         * gtk/gtknotebook.c:
10012         * gtk/gtkoptionmenu.c:
10013         * gtk/gtkpaned.c:
10014         * gtk/gtkscrolledwindow.c:
10015         * gtk/gtktogglebutton.c:
10016         * gtk/gtktoolbar.c:
10017         * gtk/gtktreeitem.c:
10018         * gtk/gtkviewport.c:
10019         Chain expose handler to parent class handler. Use
10020         gtk_container_propagate_expose() to propagate exposes.
10021
10022         * gtk/gtkclist.c (check_exposures):
10023         * gtk/gtktext.c (process_exposes):
10024         Use gtk_widget_send_expose instead of gtk_widget_event.
10025
10026 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
10027
10028         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
10029
10030 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
10031
10032         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
10033         unref the nodes.   Fixes bug #50058.
10034
10035         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
10036         "::ref_iter" to "::ref_node".
10037         (gtk_tree_model_unref_node): change "::unref_iter" to
10038         "::unref_node". Fixes bug #50064.
10039
10040 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
10041
10042         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
10043         support for invisible cells.
10044          (gtk_tree_view_bin_expose): ditto
10045
10046 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
10047
10048         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
10049         on gobjects.
10050
10051         * tests/testtreefocus.c (main): New test file.
10052
10053         * tests/testtreeview.c: update to latest glib changes.
10054
10055         * tests/testtreecolumns.c: update to latest glib changes.
10056
10057 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
10058
10059         * gtk/testgtk.c: re-enabled event watcher emission hooks.
10060
10061 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
10062
10063         * *.c: added accumulator data argument to g_signal_newc()
10064         functions.
10065
10066         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
10067         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
10068         * gtk/treestoretest.c (make_window):
10069         s/g_signal_connect/g_signal_connectc/.
10070
10071         * gtk/gtktextbuffer.c: completed signal arg fixups,
10072         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
10073
10074 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
10075
10076         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
10077         G_CONST_RETURN.
10078
10079         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
10080         ::hierarchy-changed signal when a widget changes
10081         from anchored to unanchored or vice versa.
10082         (anchored means 
10083          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
10084         Use a private flag to keep track of this efficiently.
10085
10086 2001-03-07  Havoc Pennington  <hp@redhat.com>
10087
10088         * gtk/testgtk.c (create_spins): uglify so that size request gets
10089         tested.
10090
10091         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
10092         request on values for upper/lower, completes #6152
10093
10094 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
10095
10096         * Makefile.am: Remove gtk-config-2.0 again.
10097         (Grrrr, pkg-config. And stops make loops.)
10098
10099 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
10100
10101         * gtk/gtksignal.[hc]: removed old emission hook API.
10102         
10103         * docs/Changes-2.0.txt: fixed sections.
10104         
10105         * gtk/gtktextbuffer.c: signal arg fixups.
10106
10107 2001-03-07  Havoc Pennington  <hp@redhat.com>
10108
10109         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
10110
10111         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
10112         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
10113         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
10114         validation and the redraw which is higher priority than the
10115         validation.
10116
10117 2001-03-07  Havoc Pennington  <hp@redhat.com>
10118
10119         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
10120         (gtk_entry_set_property): remove trailer
10121
10122         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
10123         (gtk_entry_get_width_chars): new functions, to set size request to 
10124         a given number of characters
10125
10126         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
10127
10128         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
10129         (gtk_dialog_get_has_separator): new function
10130         (run_delete_handler): fix to not emit "response" signal
10131         because we already did in the delete event handler installed
10132         at dialog creation time.
10133         
10134         * gtk/gtkdialog.h: add a has_separator property,
10135         add GTK_DIALOG_NO_SEPARATOR flag
10136
10137 2001-03-07  Havoc Pennington  <hp@redhat.com>
10138
10139         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
10140         off decorations for a window.
10141
10142         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
10143         changes
10144
10145         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
10146         to get location of PangoLayout inside the label, closes #51198
10147
10148         * gtk/testgtk.c (create_bbox): fix up button box usage
10149
10150         * gtk/testcalendar.c (create_calendar): fix up button box usage
10151
10152         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
10153
10154         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
10155
10156         * gtk/gtkhbbox.h: deprecations
10157
10158         * gtk/gtkvbbox.h: deprecations
10159
10160         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
10161         emulate deprecated gtk_button_box_get_spacing
10162
10163         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
10164         the "set global default" functions
10165         (struct _GtkButtonBox): remove "spacing" field, use the one from 
10166         GtkBox base class
10167
10168         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
10169
10170         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
10171         render the icon, return the missing image icon.
10172
10173         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
10174         image icon if the load fails.   
10175
10176         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
10177         when no image is found; should be the Netscape "missing image"
10178         icon eventually but for now is a random image
10179
10180         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
10181         role for the session manager
10182
10183         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
10184
10185         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
10186         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
10187
10188         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
10189
10190 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
10191
10192         * gtk/*.c: marshaller fixes.
10193         
10194         * gtk/gtkmarshal.list: extreme cleanup.
10195
10196         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
10197         param spec for now.
10198
10199         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
10200         where appliable.
10201
10202         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
10203         special cased autogenerated boxed types from gtktypebuiltins_ids.c
10204         which are not reference counted:
10205         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
10206         PangoFontDescription, GtkTreeIter and GtkTreePath.
10207
10208 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
10209
10210         * gtk/gtktreeselection.h: 
10211         * gtk/gtktreemodel.c:
10212         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
10213         file should be included directly, and gobject/gmarshal.h
10214         as well as gtk/gtkmarshal.h even can't be included directly.
10215
10216         * Makefile.am: grr, install gtk-config-2.0.
10217
10218         * gtk/testgtk.c:
10219         * gtk/simple.c:
10220         * gtk/gtkmenu.c:
10221         * gtk/gtkitemfactory.c: use g_object_connect() instead of
10222         passing "*signal*::*" args to gtk_widget_set().
10223         
10224         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
10225         
10226         * gtk/*.c: removed trailer arg from property setters and getters.
10227         macro fixups.
10228
10229 2001-03-07  Alexander Larsson  <alexl@redhat.com>
10230
10231         * gtk/gtklabel.c (set_markup): Removed warning
10232
10233 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
10234
10235         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
10236         field to allow you to hide cell renderers.
10237
10238         * gtk/gtkcellrenderer.c: Add support for invisible cells.
10239
10240         * gtk/gtktreeview.c: Add support for invisible cells.
10241
10242 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
10243
10244         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
10245         Add "clicked" signal back to columns.
10246
10247         * ChangeLog: remove conflict markers.
10248
10249 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
10250
10251         * gtk/gtkbutton.c: Add animation of activation by, on 
10252         activate, pressing the button, and adding a timeout that 
10253         releases the button after 250ms or on key release and
10254         emits ::clicked. (#51501)
10255
10256         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
10257         action area, we connect to ::clicked instead of ::activate
10258         so the dialog stays up through the animation.
10259
10260 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
10261
10262         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
10263         check the ignore_enter flag for the menu shell that
10264         the item is actually a child of, not for attached
10265         submenus. (#51536)
10266
10267 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
10268
10269         * gtk/gtkmain.c (gtk_propagate_event): Only do special
10270         special key-press grab handling for widgets within
10271         GtkWindows. Otherwise, fall through to normal case.
10272
10273         This prevents key events being sent twice to GtkInvisible
10274         widgets, which can cause all sorts of mischief.
10275
10276 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
10277
10278         * gtk/gtkmain.c (gtk_propagate_event): When a grab
10279         widget is in effect, give the grab widget a first
10280         crack at KEY_PRESS/RELEASE events. (#424)
10281
10282 2001-03-06  James Henstridge  <james@daa.com.au>
10283
10284         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
10285         offset for the window_state_event to point at window_state_event
10286         rather than no_expose_event.
10287
10288 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
10289
10290         * gtk/gtkimmodule.h: fix busted /* comment */
10291
10292 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
10293
10294         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
10295         object properties.
10296
10297 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
10298
10299         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
10300         add object properties.
10301
10302         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
10303         to add object properties.
10304
10305         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
10306         object properties.
10307
10308         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
10309         add object properties.
10310
10311         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
10312         object properties.
10313
10314 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
10315
10316         * gtk/gtktreemodel.c: renamed "child_toggled" to
10317         "has_child_toggled".
10318
10319         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
10320         handle new signal name.
10321
10322         * gtk/gtktreestore.c: Updated to handle new signal name.
10323         * gtk/gtklisttore.c: Updated to handle new signal name.
10324         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
10325
10326 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10327
10328         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
10329         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
10330
10331 2001-03-05  Michael Natterer  <mitch@gimp.org>
10332
10333         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
10334         pixbuf-engine coincidentially also failed to make one of it's
10335         parent_class pointers static, causing overwriting of GtkLabel's
10336         parent_class pointer in pixbuf_style_class_init().
10337         (Will commit the fix to the pixbuf-engine too).
10338
10339 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10340
10341         * gdk/gdkwindow.h:
10342         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
10343         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
10344         gdk_window_set_icon_list for net wmspec functionality.
10345
10346         * gdk/x11/gdkwindow-x11.c:
10347         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
10348         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
10349         gdk_window_set_icon_list.
10350         Added gdk_wmspec_change_state helper function and used it in the code.
10351         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
10352
10353         * gtk/gtkdialog.c (gtk_dialog_init):
10354         Set GDK_WINDOW_TYPE_HINT_DIALOG.
10355
10356         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
10357         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
10358
10359         * gtk/gtkwindow.c:
10360         new function gtk_window_set_type_hint.
10361         On realize, set type hint and modal hint.
10362
10363         * gtk/gtkwindow.h:
10364         Added type_hint field and gtk_window_set_type_hint.
10365
10366 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10367
10368         * gtk/gtklabel.[ch]:
10369         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
10370         New function gtk_label_get_accel_keyval () to get the underline accelerator
10371         of the label. Setting the label pattern overrides other attributes.
10372
10373 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
10374
10375         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
10376         Added missing initializers to gtk_rc_style_init().
10377
10378 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
10379
10380         * gtk/gtktextview.c: fixed bug #51097 about setting 
10381         gtk_text_view_set_border_window_size() if the widget is 
10382         already realized.
10383
10384 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
10385
10386         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
10387
10388         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
10389         comment. Won't do to have duplicated doc comments between
10390         the platform subdirs.
10391
10392 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
10393
10394         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
10395           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
10396
10397         Detectable auto-repeat - make a repeating key generate
10398         press/press/press/release instead of press/release pairs.
10399
10400         If we have Xkb and XkbSetDectableAutoRepeat supports
10401         that, we do it that way. Otherwise, when we get
10402         a release event, we check ahead with XPending to see
10403         if the next key is a KeyPress with the same keycode
10404         and timestamp. (Not 100% reliable, but pretty close.)
10405           
10406 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
10407         
10408         * gtk/gtkmain.c (gtk_propagate_event): Only do special
10409         special key-press grab handling for widgets within
10410         GtkWindows. Otherwise, fall through to normal case.
10411  
10412         This prevents key events being sent twice to GtkInvisible
10413         widgets, which can cause all sorts of mischief.
10414  
10415 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
10416  
10417         * gtk/gtkmain.c (gtk_propagate_event): When a grab
10418         widget is in effect, give the grab widget a first
10419         crack at KEY_PRESS/RELEASE events. (#424)
10420  
10421 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
10422
10423         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
10424         to extend the selection. (Roughly based on patch
10425         from Jay Cox, #50939)
10426
10427         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
10428         to properly handle previous GDK_BUTTON_PRESS. 
10429         (Patch from Jay Cox, #50938)
10430
10431         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
10432         '\0' back along with the deleted text. (#51148)
10433
10434 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
10435
10436         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
10437         the group when extracting it from the X keyboard event.
10438
10439         * modules/input/Makefile.am modules/input/imipa.c: 
10440         Simple module for entering IPA. (Do we need a 
10441         gtk-stupid-input-tricks CVS module?)
10442
10443 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
10444
10445         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
10446         const.
10447
10448         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
10449
10450         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
10451         is no focus widget for the dialog currently, grab the focus as well
10452         as the default.
10453
10454         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
10455         the action area's children to iterate through, not the
10456         dialog's children.
10457
10458 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
10459
10460         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
10461         Add plug-socket tests. (Won't work worth a darn until I commit
10462         the rest of the plug-socket changes, but no reason these
10463         can't go into CVS now.)
10464
10465 2001-03-02  Havoc Pennington  <hp@redhat.com>
10466
10467         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
10468         _gdk_region_get_xrectangles()
10469
10470         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
10471
10472         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
10473
10474         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
10475         function, contributed by Ron Steinke    
10476
10477         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
10478         gdk_net_wm_supports
10479
10480         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
10481         New function, contributed by Ron Steinke
10482
10483         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
10484         used to line up the text in the entry when using the entry for
10485         editable sheet cell hacks
10486
10487         * gtk/testgtk.c (create_entry): test the activate_default setting
10488         on GtkEntry
10489
10490         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
10491         cause the entry to activate the default button for a dialog when 
10492         activated
10493         (gtk_entry_get_activates_default): new function
10494
10495 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
10496
10497         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
10498         Hwang to move call to sync_selection() up a few lines
10499         to before the row list is modified, to fix crash when
10500         removing rows in the undo_selection list.
10501
10502         (Test case provided by Daniel Elstner:
10503
10504         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
10505
10506 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
10507
10508         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
10509         of tree->root_tree in parent_set rather than _map(), 
10510         fixing #50892 in a bit better manner.
10511
10512 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
10513
10514         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
10515
10516 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
10517
10518         * gtk/gtkstyle.c : Remove duplicate fwd decl for
10519         gtk_default_draw_shadow.
10520
10521 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
10522
10523         * gdk/gdkimage.c (gdk_image_new): Remove excess 
10524         warning, make warnings more verbose, treat a error
10525         in shmat as permanent, and don't try again.
10526         (#51163, Ed Randall.)
10527
10528 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
10529
10530         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
10531         delay for the first click before starting to scroll.
10532         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
10533
10534         * gtk/gtktext.c: GtkText should have I-beam cursor. 
10535         (based on gtk-enf-990513-1.patch, Eric Fisher.)
10536
10537 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
10538
10539         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
10540         cleanup to remove some references to unused
10541         ->xoffset, ->yoffset.
10542
10543 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
10544
10545         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
10546         mask. (#51039, fix from Martin Maierhofer)
10547
10548 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
10549
10550         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
10551         for unshifted + and shifted = for non-us keyboards.
10552         Make <Control>+ and <Control>- work as well as 
10553         <Control>KP_Plus, <Control>KP_Minus for recursive
10554         open/close.  (#2682, René Seindal)
10555
10556 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
10557
10558         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
10559         the active menu item before deactivating the menu,
10560         so gtk_menu_popdown doesn't change the history. (#50964)
10561         
10562 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
10563
10564         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
10565         draw lines with text_gc rather than black_gc.
10566         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
10567
10568 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
10569
10570         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
10571         Move handling of buttons fully in gtktreeviewcolumn.  This code is
10572         less interrelated then it was, but it still requires the
10573         GtkTreeView to map it.
10574
10575         * test/testtreecolumn.c: Now I can add a column to one view,
10576         remove it, add it to the another view, remove it, then re-add it
10577         to the first.  Nifty.
10578
10579 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
10580
10581         * docs/tutorial/gtk-tut.sgml: Minor corrections
10582
10583 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
10584
10585         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
10586         GtkRowReference.
10587
10588 2001-02-28  Havoc Pennington  <hp@redhat.com>
10589
10590         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
10591         draw_default
10592         (gtk_widget_draw_focus): remove this function; we could instead
10593         make it just gtk_widget_draw(), but in most cases I think the
10594         result would be broken user code, so think it's better to have
10595         that code not compile and get fixed
10596         (gtk_widget_draw_default): ditto
10597
10598         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
10599         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
10600         
10601         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
10602         widgets lose/get the default, instead of calling draw_default
10603         
10604         * docs/Changes-2.0.txt: note about all this
10605
10606         Then fixed every widget in GTK, I won't list all the filenames.
10607
10608 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
10609
10610         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
10611         _gtk_tree_row_reference_deleted.
10612         (inserted_callback): Proxy out to
10613         _gtk_tree_row_reference_inserted.
10614         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
10615         get around signal emission ordering problem.
10616
10617         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
10618         fix to work with SINGLE 
10619         (_gtk_tree_selection_internal_select_node): Major sanitization on
10620         selections.  SINGLE now seems to work.
10621
10622         * tests/Makefile.am: add testtreecolumn.c:
10623
10624         * tests/testtreecolumn.c: New test.  Mostly points out selection
10625         bugs currently, but will test columns later.
10626
10627         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
10628         selection bug.  I hate touching this code -- it's scary.
10629
10630 2001-02-26  Havoc Pennington  <hp@redhat.com>
10631
10632         * gtk/testgtk.c: test the window state stuff
10633
10634         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
10635         window come to the user's attention as if it were just created
10636         (gtk_window_iconify): new function
10637         (gtk_window_deiconify): new function
10638         (gtk_window_stick): new function
10639         (gtk_window_unstick): new function
10640         (gtk_window_maximize): new function
10641         (gtk_window_unmaximize): new function
10642
10643         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
10644
10645         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
10646
10647         * gdk/x11/gdkevents-x11.c: create window state events when
10648         appropriate
10649         (gdk_wmspec_supported): new function
10650
10651         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
10652         iconification before showing the window
10653         (gdk_window_deiconify): new function
10654         (gdk_window_stick): new function
10655         (gdk_window_unstick): new function
10656         (gdk_window_maximize): new function
10657         (gdk_window_unmaximize): new function
10658
10659         * gdk/gdkwindow.c: store the window state in the window; 
10660         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
10661         window->mapped.
10662         (gdk_window_get_state): return the current window state
10663
10664         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
10665         (gdk_event_get_state): handle GDK_WINDOW_STATE
10666         (gdk_synthesize_window_state): function to create the window state
10667         events
10668
10669         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
10670         event, for changes to "window state" such as maximized, sticky, 
10671         etc.
10672         
10673         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
10674         focuses a window
10675
10676         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
10677         finds out if we support a given WM spec hint
10678
10679 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
10680
10681         * docs/faq/gtk-faq.sgml: New question re memory leaks.
10682
10683 2001-02-25  Hans Breuer  <hans@breuer.org>
10684
10685         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
10686         cause we want to loose those prototypes only in the latter case
10687
10688         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
10689         GdkPixmapImplWin32 because it itsn't derived from it. Use the
10690         impl member variable instead
10691
10692         * gtk/gtk.def : updated
10693
10694         * gtk/gtklist.c : 
10695         * gtk/gtkmenus.c : include <string.h> for memset ()
10696
10697         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
10698         for everthing built here, but for gtk-x.x.dll only. This solves
10699         problem of indifferent gtk type definitions
10700
10701 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
10702
10703         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
10704
10705 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
10706
10707         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
10708         column that is exposed.
10709
10710         (_gtk_tree_view_update_size): Changed name from set_size, and
10711         changed function to do more work, and not force people calling it
10712         to figure out the size.  Simplifies a lot of code elsewhere.
10713
10714 2001-02-23  Alexander Larsson  <alexl@redhat.com>
10715
10716         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
10717         return solid masks for xpms that have no transparent color.
10718         This makes the ..._create_from_xpm... API backwards
10719         compatible.
10720
10721 2001-02-23  Tor Lillqvist  <tml@iki.fi>
10722
10723         * README.win32: Update. Mention the gtk-1-3-win32-production
10724         branch.
10725
10726         * gdk/win32/bdfcursor.c: New file. A program that generates
10727         xcursors.h. Thanks to Stefan Ondrejicka.
10728
10729         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
10730         compact format.
10731
10732         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
10733
10734         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
10735         function, uses xcursors.h.
10736         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
10737         cursor from inline data instead of using LoadCursor() to generate
10738         it from a resource.
10739
10740         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
10741         event, must check the Windows message for mouse button state, as
10742         the GDK event state might not have been built if it is
10743         undelivered. Remove one goto.
10744
10745         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
10746         SetCursor() if the current cursor as returned by GetCursor() is
10747         the window's previous cursor. The ChildWindowFromPoint() test
10748         apparently didn't work correctly.
10749
10750         * gdk/win32/rc/*.cur: Remove.
10751
10752         * gdk/win32/rc/gdk.rc.in: Remove cursors.
10753
10754         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
10755
10756         * gtk/makefile.{mingw,msc}.in: Updates.
10757
10758 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
10759
10760         * gtk/gtktreemodel.h: add functions for signal emission.
10761
10762         * gtk/gtktreestore.c: move to use above functions instead of
10763         g_signal_emit.
10764
10765         * gtk/gtkliststore.c: ditto
10766
10767 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
10768
10769         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
10770         GObject instead of GtkObject.
10771
10772         * gtk/gtkliststore.c: ditto.
10773
10774         * gtk/gtktreemodelsort.c: ditto.
10775
10776         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
10777         GtkTreeModelIface, instead of in each model.
10778
10779 2001-02-21  Havoc Pennington  <hp@redhat.com>
10780
10781         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
10782         unbreak this function
10783
10784         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
10785         properties
10786
10787         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
10788         properties
10789
10790         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
10791         properties
10792
10793         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
10794         mean unset the max length
10795
10796 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
10797
10798         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
10799         Changed name to be set_cell_data_func to make it clear what
10800         the functino does.  Close bug #51069.
10801
10802 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
10803
10804         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
10805         have memory actually freed.  Keeps box running longer.
10806
10807 2001-02-21  Alexander Larsson  <alexl@redhat.com>
10808         
10809         * gtk/gtkseparatormenuitem.[ch]:
10810         Added new menu separator item. The drawing and size handling
10811         is still done in GtkMenuItem, but the API is a bit more sane.
10812         
10813         * gtk/Makefile.am:
10814         Add gtkseparatormenuitem.[ch].
10815
10816         * gtk/gtk.h:
10817         Add gtkseparatormenuitem.h.
10818         
10819         * gtk/gtkentry.c:
10820         * gtk/gtkmenufactory.c:
10821         * gtk/gtktextview.c:
10822         Use the new API for menu separators.
10823         
10824         * demos/gtk-demo/menus.c (create_menu):
10825         Add some GtkSeparatorMenuItem demo code.
10826
10827 2001-02-20  Havoc Pennington  <hp@redhat.com>
10828
10829         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
10830         Lee Mallabone
10831
10832         * gtk/gtkarrow.c: Convert to new property API, patch from 
10833         Lee Mallabone
10834
10835 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
10836
10837         * tests/testtreeview.c (toggled_callback): fix to reflect change
10838         in GtkTreeModelStore.
10839
10840 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
10841
10842         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
10843         function to create an icon set from a pixbuf.
10844
10845 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10846
10847         * gtk/gtkcellrenderertext.[ch]:
10848         Add a "markup" property.
10849
10850         * gtk/treestoretest.c:
10851         Use the markup property, remove some leftover stuff from
10852         GtkTreeModelMapping.
10853
10854 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10855
10856         * gtk/gtklabel.c (gtk_label_set_selectable):
10857         Queue a redraw if the selectable setting was changed.
10858
10859 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10860
10861         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
10862         Actually copy the whole gc, not just the public parts.
10863         
10864         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
10865         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
10866         labels.
10867
10868 2001-02-19  Havoc Pennington  <hp@pobox.com>
10869
10870         * gdk/gdkwindow.c: docs
10871
10872         * gdk/gdkrgb.c: docs
10873
10874         * gdk/gdkregion-generic.c: docs
10875
10876         * gdk/gdkgc.c (gdk_gc_set_values): docs
10877
10878         * gdk/gdkdraw.c: docs
10879
10880         * gdk/gdkdrawable.h: deprecate drawable get/set data
10881
10882 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
10883
10884         * demos/gtk-demo/dialog.c: Add simple new demo.
10885
10886 2001-02-19  Havoc Pennington  <hp@redhat.com>
10887
10888         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
10889         insert_child_anchor signal, bug #50245
10890
10891         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
10892         from create_child_anchor, so the anchor is passed in
10893
10894         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
10895         (_gtk_widget_segment_new): have the child anchor object passed in, 
10896         instead of creating it.
10897
10898         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
10899         to gtk_text_buffer_get_modified
10900
10901 2001-02-19  Havoc Pennington  <hp@redhat.com>
10902
10903         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
10904         changed GLib without fixing GTK
10905
10906         * gtk/gtkrange.h: Rename all the stupid implementation detail 
10907         functions to have an underscore in front. Most of them should 
10908         probably just go away, but for starters don't export them.
10909         Bug #50482
10910
10911 2001-02-19  Havoc Pennington  <hp@redhat.com>
10912
10913         * gdk/gdkcolor.h: test was backward, so deprecated functions were
10914         excluded by default
10915
10916         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
10917         clean up the old code a bit
10918
10919         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
10920         inconsistent state
10921
10922         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
10923         draw inconsistent state
10924
10925         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
10926         (create_menu): add inconsistent test
10927
10928         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
10929         new function
10930         (gtk_check_menu_item_get_inconsistent): new function
10931         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
10932         state (using etched in for now)
10933
10934         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
10935         draw inconsistent state
10936
10937         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
10938         function, used when the user has selected a range of stuff in
10939         different states
10940         (gtk_toggle_button_get_inconsistent): accessor for that
10941         (gtk_toggle_button_paint): draw inconsistent state (etched in?
10942         don't know what else to do)
10943
10944 2001-02-19  Hans Breuer <hans@breuer.org>
10945
10946         * gtk/gtk.def : updated exported symbols
10947
10948         * gtk/makefile.msc.in : updated
10949
10950         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
10951         a colormap, when invoked from testgtk::entry. I'm not sure where
10952         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
10953         avoids immediate crashing ...
10954
10955         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
10956         any objections ?
10957
10958         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
10959         0 parameter. At least msvc doesn't like macros with var args. 
10960         I simply removed the extra 0, was it a feature or a typo ?
10961
10962         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
10963         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
10964         because the value assignment to the internal struct wasn't working.
10965         I'm not absolutely sure. The problem could have been resolved by
10966         changing the "func" declartion in the struct, but was the pointer
10967         to the function pointer intended ?
10968
10969         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
10970
10971         * gdk/gdk.def : updated exported symbols
10972
10973         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
10974         only use SetDIBitsToDevice if there is a palette at the drawable
10975         and the image is GDK_VISUAL_PSEUDO_COLOR
10976
10977         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
10978
10979         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
10980
10981         * gdk/*/makefile.msc : updated
10982
10983 2001-02-19  Havoc Pennington  <hp@redhat.com>
10984
10985         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
10986         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
10987
10988         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
10989         (gdk_key_repeat_restore): nuke
10990
10991         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
10992         (gdk_init_check): no atexit func
10993
10994         * gdk/gdkrgb.h: mark some stuff deprecated
10995
10996         * gdk/gdkcolor.h: mark some stuff deprecated
10997         
10998         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
10999
11000         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
11001
11002 2001-02-16  Havoc Pennington  <hp@redhat.com>
11003
11004         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
11005         scroll steps.
11006
11007         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
11008         steps, and add Ctrl-arrow shortcuts for paging visually as with
11009         HScale, since Page Up and Page Down move logically.
11010
11011         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
11012         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
11013         
11014         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
11015         steps
11016         (gtk_range_scroll): handle the visual steps
11017
11018         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
11019         scroll steps
11020
11021         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
11022         steps, not the logical ones.
11023
11024         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
11025         (scroll_vertical): handle up/down steps
11026
11027 2001-02-19 Alexander Larsson  <alexl@redhat.com>
11028
11029         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
11030         Copy data and free data with free().
11031
11032         * gdk-pixbuf/gdk-pixbuf.c:
11033         * gdk-pixbuf/io-jpeg.c:
11034         * gdk-pixbuf/io-png.c:
11035         Use g_try_malloc/g_free instead malloc/free.
11036         
11037         * gdk-pixbuf/test-gdk-pixbuf.c:
11038         Must... initialize... gobject...
11039         
11040         * gdk-pixbuf/pixops/timescale.c:
11041         * gtk/gtkcalendar.c:
11042         Use g_malloc instead of malloc.
11043         
11044 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
11045
11046         * gtk/testgtkrc:
11047         Comment out property assignments, these don't work yet.
11048
11049 2001-02-17  Havoc Pennington  <hp@pobox.com>
11050
11051         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
11052         bit.
11053
11054 2001-02-17  Havoc Pennington  <hp@pobox.com>
11055
11056         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
11057         shadowed variables that had broken size request in some cases,
11058         leading to bogus tooltips (#50996)
11059
11060 2001-02-06  Jon K Hellan  <hellan@acm.org>
11061
11062         Implement fast browsing of tooltips, bug #50619
11063         
11064         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
11065         and last_popdown
11066         
11067         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
11068         use_sticky_delay and last_popdown.
11069         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
11070         time of popdown.
11071         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
11072         is NULL.
11073         (gtk_tooltips_recently_shown): New static function.  Return true
11074         if < sticky_delay has elapsed since last popdown.
11075         (gtk_tooltips_event_handler): Display window after sticky_delay
11076         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
11077         since last popdown.
11078         
11079 2001-02-17  Havoc Pennington  <hp@pobox.com>
11080
11081         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
11082         instead of (). #6394
11083
11084         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
11085         G_CONST_RETURN, make it return by reference, #50473
11086         
11087 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
11088
11089         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
11090         generated ENTER_NOTIFY event with 0, otherwise not explicitely
11091         setup fields contain garbage (e.g. subwindow, breaking
11092         gdk_drawable_ref() upon event copy).
11093         (gtk_menu_stop_navigating_submenu_cb): same here.
11094
11095         * gtk/gtklist.c (gtk_list_vertical_timeout): 
11096         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
11097         * gtk/gtkclist.c (vertical_timeout): 
11098         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
11099         default-zero-intialization for unions to memset(,0,), as unions are
11100         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
11101         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
11102
11103         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
11104         g_closure_sink() warning.
11105
11106         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
11107         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
11108         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
11109         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
11110         
11111 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
11112
11113         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
11114         gtk_*_store_get, and moved to GtkTreeModel.
11115
11116         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
11117
11118         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
11119
11120         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
11121
11122         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
11123         set the func.
11124
11125         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
11126         freeze/thaw notify between setting all the properties for a cell.
11127
11128         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
11129
11130 2001-02-15  Havoc Pennington  <hp@redhat.com>
11131
11132         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
11133         the X coordinates so they're with respect to the line, rather than 
11134         with respect to the layout.
11135
11136         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
11137         Mallabone
11138
11139         * gtk/testgtk.c (create_range_controls): add vscale tests, 
11140         and inverted test
11141
11142         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
11143         #50806
11144
11145         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
11146
11147         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
11148         gtk_text_iter_is_end
11149
11150         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
11151         rename gtk_text_buffer_get_end_iter
11152
11153         * gtk/testgtk.c (create_labels): Add test for selectable
11154
11155         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
11156         the selection stuff. This code is kind of broken since it doesn't 
11157         use the theme engine.
11158
11159         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
11160         fix infinite loop and y offset problem
11161         (gdk_draw_layout_line_with_colors): fix foreground color handling
11162
11163         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
11164         that makes the label selectable.
11165         
11166         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
11167         layout when the style is set, since fonts etc. could have changed.      
11168
11169 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
11170
11171         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
11172
11173         * gtk/gtktreemodelsimple.[ch]: removed.
11174
11175 2001-02-16  Alexander Larsson  <alexl@redhat.com>
11176
11177         * gtk/gtktreemodelmapping.[ch]:
11178         New files. Implement GtkTreeModelMapping.
11179         
11180         * gtk/Makefile.am:
11181         Add gtktreemodelmapping.[ch].
11182         
11183         * gtk/gtk.h:
11184         Add gtktreemodelmapping.h
11185
11186         * gtk/treestoretest.c:
11187         Test the GtkTreeModelMapping
11188
11189 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
11190
11191         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
11192         have a demo, we might as well pass in real values.  Thanks to
11193         clahey for pointing this out.
11194
11195 2001-02-14  Havoc Pennington  <hp@pobox.com>
11196
11197         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
11198         "static" to a private function
11199         (gtk_image_menu_item_class_init): remove destroy handler,
11200         add "image" object property
11201
11202 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
11203
11204         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
11205         Add a shortcut if the window and the current clip_region doesn't
11206         overlap. This is needed when there are a lot of windows in a
11207         window. The layout test in testgtk is a good test.
11208
11209         * gdk/linux-fb/gdkwindow-fb.c:
11210         Whitespace fix.
11211
11212 2001-02-13  Sven Neumann  <sven@convergence.de>
11213
11214         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
11215
11216 2001-02-13  Alexander Larsson  <alexl@redhat.com>
11217
11218         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
11219         Don't reference last_cursor if it is null. Fixes crash when rotating
11220         the screen before having moved the mouse.
11221
11222         * gdk/linux-fb/gdkcc-fb.c: Zapp!
11223
11224         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
11225
11226         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
11227         when using 90 or 270 degrees rotation.
11228
11229 2001-02-12  Havoc Pennington  <hp@pobox.com>
11230
11231         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
11232         it always set the foreground, even if we were only using
11233         a stipple.
11234         (gdk_draw_layout_line_with_colors): new function, allow
11235         override colors
11236         (gdk_draw_layout_with_colors): new function, allow override
11237         colors
11238         (gdk_pango_layout_line_get_clip_region): function to get the clip
11239         region for a logical text range
11240         (gdk_pango_layout_get_clip_region): get the clip region for a
11241         logical text range
11242
11243         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
11244         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
11245         the right number of arguments.
11246
11247         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
11248         enhance the function to check that node data corresponds to a 
11249         view still belonging to the tree.
11250
11251         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
11252         GtkTreePath
11253         (gtk_tree_view_inserted): ditto
11254         (gtk_tree_view_child_toggled): ditto
11255
11256         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
11257         simplify this code.
11258
11259         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
11260         a PangoAttrList
11261
11262         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
11263
11264         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
11265
11266         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
11267         size in the size request 
11268         (gtk_menu_bar_size_allocate): consider toggle size here
11269
11270         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
11271         that displays a widget in the toggle slot
11272
11273         * gtk/testgtk.c: test GtkImageMenuItem
11274
11275         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
11276         
11277         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
11278         request and allocation
11279
11280         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
11281
11282         * gtk/gtkcheckmenuitem.c
11283         (gtk_check_menu_item_toggle_size_request): ditto
11284         
11285 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
11286
11287         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
11288         reference.
11289
11290         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
11291         and refuse to initialize GTK+ if they fail.
11292
11293 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
11294
11295         * configure.in: Add check for gtk-doc version.
11296
11297 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
11298
11299         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
11300         where the xpad/ypad was only being used on one side!
11301
11302 2001-02-11  Tor Lillqvist  <tml@iki.fi>
11303
11304         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
11305         function, copied from X11 version.
11306
11307         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
11308         DestroyCursor failures. The reason for the problem (despite the
11309         inconsistent messages from GetLastError()) was that
11310         DestroyCursor() cannot be called while a cursor is set in a
11311         window. Set the new cursor first and then destroy the old one.
11312         Thanks to jpe@archaeopteryx.com.
11313
11314         * gdk/win32/gdkcc-win32.c: Remove.
11315
11316         * gdk/win32/Makefile.am: Remove from here, too.
11317         
11318         * gdk/gdk.def
11319         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
11320
11321         * gtk/gtk.def
11322         * gtk/makefile.mingw.in: Updates.
11323
11324 2001-02-08  Havoc Pennington  <hp@redhat.com>
11325
11326         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
11327         add a widget to a bin that already has a child.
11328
11329         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
11330
11331         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
11332         
11333         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
11334
11335         * gdk/gdk.h: remove gdkcc.h
11336
11337         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
11338
11339         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
11340         GdkPixbuf, since the previous implementation was GdkColorContext
11341         dependent.
11342
11343         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
11344         
11345 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
11346
11347         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
11348         a sane value!
11349
11350 2001-02-08  Havoc Pennington  <hp@redhat.com>
11351
11352         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
11353         lighten them.
11354
11355 2001-02-08  Havoc Pennington  <hp@redhat.com>
11356
11357         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
11358         validation idle
11359
11360         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
11361         cell renderer
11362
11363         * demos/pixbuf-demo.c (timeout): remove deprecated
11364         gtk_widget_draw
11365
11366         * demos/testpixbuf-save.c (main): remove deprecated
11367         gtk_drawing_area_size
11368
11369         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
11370         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
11371         at the start of the allocation.
11372         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
11373         unsetup or NULL model.
11374
11375         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
11376         even/odd/sorted cells in the tree view.
11377
11378         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
11379         bugfixes
11380
11381         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
11382         backgrounds with draw_flat_box using different detail for even/odd
11383         rows.
11384
11385         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
11386         row, so we can draw the alternating colors thing
11387
11388         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
11389         property from a synonym property, notify for the synonym.
11390         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
11391         (gtk_text_tag_get_property): Always return the font, even if
11392         all its fields aren't set
11393
11394         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
11395         store the attr list; it leaves us with no way to change attributes
11396         in _render according to the render flags, and no way to implement
11397         get_property. Instead store all the specific text attributes. 
11398         Separate whether an attribute is enabled from its value. Sync all
11399         properties with GtkTextTag, make them all consistent, etc.
11400
11401         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
11402         renderers can highlight the sort row/column     
11403
11404         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
11405         accessor functions to get values; this has the side effect of
11406         showing up which accessor functions were missing. Added those.
11407
11408         * gtk/gtktreeviewcolumn.h: Replace set_justification with
11409         set_alignment, to be consistent with GtkLabel, GtkMisc
11410
11411         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
11412         arrow.
11413
11414         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
11415
11416         * gtk/gtktreesortable.h: updates in here
11417
11418 2001-02-07  Sven Neumann  <sven@convergence.de>
11419
11420         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
11421         pango dimensions after painting the background. We used to draw
11422         gigantic flat boxes here.
11423
11424 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
11425
11426         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
11427         error introduced with earlier commit) (pointed out by
11428         Ollie Lho)
11429
11430 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
11431
11432         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
11433         which are no longer necessary.
11434
11435 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
11436
11437         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
11438
11439 2001-02-04  Tor Lillqvist  <tml@iki.fi>
11440
11441         * gdk/gdk.def
11442         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
11443         Provide dummy implementations.
11444
11445 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
11446
11447         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
11448
11449         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
11450         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
11451         deprecated this function.
11452
11453         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
11454         argument.
11455
11456 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
11457
11458         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
11459
11460 2001-02-03  Havoc Pennington  <hp@pobox.com>
11461
11462         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
11463         Mikael Hermansson with patch from Mikael (if there was a toggle
11464         start one after the first character in the range, this function
11465         was broken). Bug #50380
11466
11467 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
11468
11469         * configure.in: Remove confusing comment about X11.
11470
11471 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
11472
11473         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
11474         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
11475         
11476 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
11477
11478         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
11479         it breaks things on BSD. If you want to compile GTK+ with
11480         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
11481         when configuring, since GTK+ simply can't be "pure ANSI" 
11482         in the header files it uses. (#8170, Greg Hudson)
11483
11484 2001-02-02  Havoc Pennington  <hp@redhat.com>
11485
11486         * gtk/gtkwindow.c: docs
11487
11488         * gtk/gtkwidget.c: docs
11489         (gtk_widget_set_colormap): add a reference to the colormap
11490         (gtk_widget_get_default_colormap): add a reference to the colormap
11491
11492         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
11493
11494         * gtk/gtktextiter.c: docs
11495
11496         * gtk/gtkmain.c (gtk_propagate_event): docs
11497
11498         * gtk/gtkpaned.c (gtk_paned_get_position): docs
11499         (gtk_paned_set_position): docs
11500
11501         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
11502         sort interface, no implementation yet.
11503
11504         * demos/testpixbuf.c (new_testrgb_window): replace
11505         gtk_drawing_area_size() with gtk_widget_set_usize()
11506
11507         * demos/testpixbuf-drawable.c (main): ditto
11508         
11509         * gtk/testgtk.c: remove use of GtkStatusbarMsg
11510
11511         * gtk/gtktextbuffer.c: docs
11512
11513         * gtk/gtkstock.c: docs
11514
11515         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
11516
11517         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
11518
11519         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
11520         
11521         * gtk/gtkimage.c: add some docs in here
11522         (gtk_image_size_request): change name of
11523         gtk_widget_render_stock_icon
11524         (gtk_image_get_icon_set): don't dup returned string
11525         (gtk_image_get_icon_set): don't dup returned string
11526
11527         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
11528         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
11529         and gtkiconfactory.h functions
11530
11531         * gtk/gtkiconfactory.c: add some docs in here
11532
11533         * gtk/gtkmain.c (gtk_get_default_language): document
11534         (gtk_get_current_event): document
11535         (gtk_get_current_event_state): document
11536         (gtk_get_event_widget): document
11537
11538         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
11539
11540         * gtk/gtkcontainer.c: Add some documentation
11541         (gtk_container_add): give a more explanatory warning on adding an
11542         already-parented widget, this is kind of a FAQ and also a common
11543         typo that's easier to debug with a nice warning 
11544
11545         * gtk/gtkcellrenderertoggle.c
11546         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
11547         adding this, it's useless
11548         (gtk_cell_renderer_toggle_set_active): remove
11549         (gtk_cell_renderer_toggle_get_radio): add
11550
11551         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
11552         the NULL cell renderer, that doesn't make any sense to me. 
11553
11554         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
11555         demo code should never use deprecated features.
11556
11557         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
11558         code should never use deprecated features.
11559
11560         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
11561         gtk_widget_queue_clear_area deprecated
11562
11563         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
11564         deprecated
11565
11566         * gtk/gtklabel.h: mark gtk_label_get() deprecated
11567
11568         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
11569         a GdkImage deprecated, replaced by new consistently-named
11570         functions       
11571
11572         * gtk/gtkmain.h: Mark gtk_exit() deprecated
11573
11574         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
11575
11576         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
11577         deprecated
11578
11579         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
11580         so it won't appear in docs and confuse people.
11581
11582         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
11583
11584         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
11585         macros deprecated. (can't mark the type itself deprecated, since
11586         GtkProgressBar is not deprecated and we need the type decl to use
11587         GtkProgressBar)
11588
11589         * gtk/gtkpixmap.h: Mark deprecated
11590
11591         * gtk/gtkoldeditable.h: Mark deprecated
11592
11593         * gtk/gtklist.h: Mark deprecated
11594
11595         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
11596         for anything anymore.
11597
11598         * gtk/gtkctree.h: Mark deprecated
11599
11600         * gtk/gtkclist.h: Mark deprecated
11601
11602         * gtk/gtkpreview.h: Mark deprecated
11603
11604         * gtk/gtkpacker.h: Mark deprecated
11605
11606         * gtk/gtktipsquery.h: Mark deprecated
11607
11608         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
11609
11610         * gtk/gtkvruler.h: Add comment that it will move out of GTK
11611
11612         * gtk/gtkhruler.h: Add comment that it will move out of GTK
11613
11614         * gtk/gtkruler.h: Add comment that it will move out of GTK
11615
11616         * gtk/gtkgamma.h: Add comment that it will move out of GTK
11617
11618         * gtk/gtkcurve.h: Add comment that it will move out of GTK
11619
11620 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
11621
11622         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
11623         gdk_colormap_sync private since it was never exported
11624         in a header file.
11625
11626         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
11627         colormap->colors[] for StaticGray, StaticColor colormaps.
11628
11629         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
11630         was being used as if it was image->bits_per_pixel.
11631
11632         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
11633         for the image in the GdkImage structure since it isn't
11634         reconstructable, and we need it to handle packed types
11635
11636         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
11637         the assumption that on Win32 image->bits_per_pixel == image->depth,
11638         always.
11639
11640         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
11641
11642         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
11643         warning message if no converter can be found. 
11644
11645 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
11646
11647         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
11648         chars to isupper() / tolower(). (#567)
11649
11650         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
11651         to clear up 64-bit warnings. (#567)
11652
11653 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
11654
11655         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
11656         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
11657
11658         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
11659         since some people set $(libdir) separately. (#1290, David Kaelbling)
11660
11661 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
11662
11663         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
11664         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
11665         MAXPATHLEN, but the code here depends on a fixed value.)
11666         (#4524)
11667
11668 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
11669
11670         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
11671         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
11672
11673 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
11674
11675         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
11676         viewable there is no way that moving the node will cause the 
11677         focus row to become not viewable, so omit check on the visibility
11678         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
11679
11680 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
11681
11682         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
11683         selection before inserting new text.
11684
11685 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
11686
11687         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
11688         Make the sensitivity of the reparented child track that of
11689         the original parent menu item. (#34218, David Hodson)
11690
11691         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
11692         the case where the current item is destroyed properly.
11693
11694         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
11695         some edge cases with child-less menuitems.
11696         
11697 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
11698
11699         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
11700         key pop down window. (#12074, Jon K Hellan)
11701
11702 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
11703
11704         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
11705         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
11706         The solution here isn't perfect - you get an extraneous
11707         emission of "toggle", which could conceivably confuse an app,
11708         but better than the current situation. LXR search seems to
11709         indicate that no apps in GNOME CVS connect to "toggle".
11710
11711 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
11712
11713         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
11714         gtk_public_h_sources to directly here to avoid warning when
11715         building srcdir != builddir. (#9656)
11716
11717 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
11718
11719         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
11720         handlers in gtkrange.c return the proper values (TRUE == handled)
11721         (#10316).
11722
11723         This is just the tip of the iceberg, but gtkrange.c is the
11724         most common place where the propagation is problematical,
11725         and also a place where it is almost certainly safe to change
11726         this in the stable branch.
11727
11728         (You don't want right click popups on a range control or anything...)
11729
11730 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
11731
11732         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
11733         area on focus out, even if a background pixmap isn't set.
11734         (#13941)
11735         
11736 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
11737
11738         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
11739         to deal with setting the shape properly when scrolling arrows are
11740         turned on, but not visible because there is sufficient space.
11741         (#13432)
11742
11743 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
11744
11745         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
11746         items with submenus, destroy the item along with the submenu.
11747         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
11748         properly.
11749
11750         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
11751         later.
11752
11753 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
11754
11755         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
11756         the focus widget sometimes wasn't drawn with the default if there
11757         was no default widget.
11758
11759         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
11760         unreference pixmaps. 
11761
11762         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
11763         for some extra safety.
11764
11765 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
11766
11767         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
11768         the text of a cell to the old pointer value better, by
11769         copying the new text before freeing the old text. Some code
11770         cleanup. (#8079, Karl Nelson)
11771
11772 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
11773
11774         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
11775         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
11776
11777 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
11778
11779         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
11780         item from a menu, check to see if it matches 
11781         menu->old_active_menu_item, and if so, unref and clear
11782         old_active_menu_item (Patch from Pavel Cisler)
11783
11784         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
11785         menu_shell->active_menu_item, if it is the child being
11786         removed. (Patch based on that of Gene Ragan, #50337)
11787
11788 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
11789
11790         * gdk/linux-fb/gdkselection-fb.c: 
11791         * gdk/linux-fb/gdkcolor-fb.c: 
11792         * gdk/linux-fb/gdkdrawable-fb2.c: 
11793         * gdk/linux-fb/gdkfont-fb.c: 
11794         * gdk/linux-fb/gdkim-fb.c: 
11795         * gdk/linux-fb/gdkinput.c: 
11796         * gdk/linux-fb/gdkkeyboard-fb.c: 
11797         * gdk/linux-fb/gdkmain-fb.c: 
11798         * gdk/linux-fb/gdkrender-fb.c: 
11799         A bunch of whitespace cleanup.
11800         
11801 2001-01-30  Havoc Pennington  <hp@pobox.com>
11802
11803         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
11804         #ifdef GTK_ENABLE_BROKEN.
11805
11806         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
11807         GTK_ENABLE_BROKEN just before including the broken headers.
11808         
11809         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
11810         deprecated types registered.
11811
11812         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
11813         we have to test the broken stuff.
11814
11815         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
11816         
11817 2001-01-30  Havoc Pennington  <hp@redhat.com>
11818
11819         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
11820         here where prev pointer was set to the wrong thing
11821
11822         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
11823         (gtk_tree_path_is_descendant): new function
11824
11825         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
11826         cached length
11827         (gtk_list_store_get_iter): don't modify iter if we can't get the
11828         path.
11829
11830         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
11831         
11832         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
11833         GtkTreeDragDest
11834
11835         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
11836         was causing segfault
11837
11838         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
11839         pointer to NULL
11840
11841         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
11842
11843         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
11844         on returning FALSE
11845         (gtk_list_store_iter_children): ditto
11846         (gtk_list_store_iter_nth_child): ditto
11847         (gtk_list_store_iter_nth_child): ditto
11848         (gtk_list_store_iter_parent): ditto
11849
11850         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
11851         on iter->user_data != NULL instead of silently accepting it.
11852         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
11853         we are returning TRUE.
11854         (gtk_tree_store_iter_children): ditto
11855         (gtk_tree_store_iter_nth_child): ditto
11856         (gtk_tree_store_iter_parent): ditto
11857         (gtk_tree_store_insert): remove handling of parent->user_data ==
11858         NULL, replace with parent == NULL       
11859
11860         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
11861         and a comment explaining things
11862
11863         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
11864         interface support to GtkTreeStore.
11865
11866         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
11867         FALSE if no prev, fix
11868
11869         * gtk/gtktreeview.c (set_source_row): use a row reference
11870         (set_dest_row): use a row reference
11871
11872 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
11873
11874         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
11875         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
11876         (gtk_tree_selection_select_iter): The same as above.
11877
11878 2001-01-26  Havoc Pennington  <hp@redhat.com>
11879
11880         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
11881         which holds a handle to a specific row (particular set of values
11882         in the model, i.e. pointer-identity row).
11883
11884         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
11885         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
11886         Still need to use it for the src/dest row saved on the drag context.
11887
11888 2001-01-26  Havoc Pennington  <hp@redhat.com>
11889
11890         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
11891
11892         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
11893         not offset by TREE_VIEW_HEADER_HEIGHT
11894         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
11895         TREE_VIEW_HEADER_HEIGHT
11896
11897         * configure.in (included_loaders): for me, --with-included-loaders
11898         generates the error "the specified loader yes does not exist",
11899         i.e. the arg defaults to "yes", so change test for value ""
11900         to test for value "yes", and include all loaders in that case.
11901
11902         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
11903
11904         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
11905         handle TREE_VIEW_VERTICAL_SEPARATOR
11906         (gtk_tree_view_bin_expose): fix to consider the row offset as
11907         pointing halfway into vertical separator.       
11908         (gtk_tree_view_draw_node_focus_rect): ditto
11909
11910         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
11911         --gtk-debug=updates, which causes gdk_window_set_debug_updates
11912         (TRUE) to be called.
11913
11914         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
11915         debug mode where the invalid region is colored in on invalidate,
11916         so you can see the flicker and know whether your redraw code is 
11917         doing a good job.
11918
11919         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
11920         tree window coordinates (clip rect is in tree window coords)
11921
11922         * gtk/Makefile.am: add gtktreednd.[hc]
11923
11924         * gtk/gtkliststore.c: implement gtktreednd interfaces.
11925
11926         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
11927         drag-and-drop data operations on a model (so we can set up tree
11928         drag-and-drop automatically)
11929
11930         * gtk/testgtk.c: Add a window to change sensitivity in the
11931         GtkLabel test; add a way to change the entry frame in GtkEntry
11932         test
11933
11934         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
11935         (gtk_entry_get_has_frame): new functions to remove the frame
11936         around an entry
11937         (gtk_entry_size_request): shrink requisition if no frame
11938         (gtk_entry_draw_focus): don't draw frame if no frame
11939
11940         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
11941         checks inside a cell renderer
11942         (gtk_default_draw_option): ditto for options
11943
11944         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
11945         children from the alignment, not the button
11946         (gtk_tree_view_column_init): ref/sink the column, to emulate
11947         GObject refcounting.
11948
11949         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
11950         
11951         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
11952         Use theme functions to draw the toggles 
11953
11954         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
11955
11956         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
11957         GdkPangoAttrEmbossed to use in rendering insensitive text
11958
11959         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
11960
11961         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
11962         using new GDK features
11963         
11964 2001-01-24  Alexander Larsson  <alexl@redhat.com>
11965
11966         * gtk/gtkimage.c:
11967         Splitted gtk_image_clear into gtk_image_clear() and
11968         gtk_image_reset(). Call gtk_image_clear() in ::destroy
11969         to avoid leaks.
11970
11971         * gtk/gtklabel.c (set_markup):
11972         Don't leak text.
11973
11974         * gtk/gtktextlayout.c:
11975         Always free display->shaped_objects.
11976
11977         * gtk/testgtk.c (create_clist):
11978         Don't leak custom style.
11979
11980 2001-01-23  Alexander Larsson  <alexl@redhat.com>
11981
11982         * gtk/gtkcolorsel.c (grab_color_at_mouse):
11983         Don't leak image. Simplify using gdk_colormap_query_color().
11984         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
11985
11986         * linux-fb/gdkcolor-fb.c:
11987         Implemented gdk_colormap_query_color.
11988
11989 2001-01-23  Alexander Larsson  <alexl@redhat.com>
11990
11991         * linux-fb/gdkcursor-fb.c:
11992         Don't leak built-in cursors.
11993
11994         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
11995         Don't leak tmp_points.
11996
11997         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
11998         Don't modify desc. Don't leak font if the PangoFont
11999         isn't found.
12000         
12001         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
12002         Free dash_list.
12003
12004         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
12005         Don't leak string.
12006         
12007 2001-01-20  Havoc Pennington  <hp@pobox.com>
12008
12009         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
12010         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
12011         me, matches Pango
12012
12013 2001-01-22  Havoc Pennington  <hp@redhat.com>
12014
12015         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
12016
12017         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
12018
12019         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
12020         Remove, move back to gdk-pixbuf
12021
12022         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
12023         to all the word functions
12024
12025         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
12026         before doing anything on NULL layout or if we don't have the focus
12027
12028         * gtk/testtext.c (fill_example_buffer): "justification"
12029
12030         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
12031         to be called "justification" not "justify"
12032
12033         * demos/gtk-demo/textview.c (create_tags): "justification"
12034         
12035         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
12036
12037 2001-01-22  Alexander Larsson  <alexl@redhat.com>
12038
12039         * gdk/gdkwindow.c (gdk_window_invalidate_region):
12040         Don't leak visible_region. Use visible_region instead of region.
12041         
12042         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
12043         Don't do extra gdk_drawable_ref(). This is not X.
12044         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
12045         gdk_fb_focused_window is ref:ed.
12046         (gdk_fb_window_send_crossing_events): Watch out for destroyed
12047         windows.
12048
12049 2001-01-22  Alexander Larsson  <alexl@redhat.com>
12050
12051         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
12052         Don't leak the PangoFontDescriptor.
12053
12054 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
12055
12056         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
12057         when not realized.
12058         (gtk_tree_view_scroll_to_cell): Make work when not realized.
12059         (gtk_tree_view_realize): add scroll_to support
12060         (gtk_tree_view_finalize): add a finalize method.  Populate.
12061         (gtk_tree_view_insert_column): ref and sink the column.
12062         (gtk_tree_view_append_column): ref and sink the column.
12063         (gtk_tree_view_queue_draw_node): New function to handle redrawing
12064         individual nodes.  Should make the code much more efficient, if
12065         actually used.
12066
12067 2001-01-19  Havoc Pennington  <hp@redhat.com>
12068
12069         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
12070         byte_offset variable was being used to mean both "offset into
12071         layout" and "offset into buffer line" which was no longer true
12072         with addition of preedit string; fix
12073
12074 2001-01-19  Havoc Pennington  <hp@redhat.com>
12075
12076         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
12077
12078         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
12079         function
12080
12081         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
12082         implement
12083
12084         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
12085         scroll_to_cell, matches TextView scroll functions better
12086         (gtk_tree_view_tree_to_widget_coords): new function
12087         (gtk_tree_view_widget_to_tree_coords): new function
12088         (gtk_tree_view_get_visible_rect): new function
12089         (gtk_tree_view_get_path_at_pos): accept negative coordinates
12090         (gtk_tree_view_draw_node_focus_rect): new function moved from
12091         draw_focus, also, use width of bin_window as width of the focus
12092         rect
12093         (gtk_tree_view_expand_row): fix bug where it didn't recognize
12094         already-expanded rows
12095         (gtk_tree_view_get_cell_rect): new function
12096         (gtk_tree_view_get_path_at_pos): return the click position
12097         relative to the passed-in cell
12098         (gtk_tree_view_set_expander_column): new function
12099
12100         * configure.in: remove gtk-config-2.0 chmod
12101
12102         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
12103         and properly handle drags with targets we don't understand
12104         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
12105         scrolling anyway
12106         (gtk_text_view_drag_drop): stop scrolling here though, and set the
12107         mark invisible
12108
12109         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
12110         function
12111         (gtk_drag_dest_get_target_list): new function
12112         (gtk_drag_dest_set_target_list): new function
12113         
12114         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
12115
12116         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
12117         related to drag-and-drop
12118
12119 2001-01-19  Alexander Larsson  <alexl@redhat.com>
12120
12121         * gdk/linux-fb/gdkprivate-fb.h:
12122         Define EMULATE_GDKFONT.
12123         Add extra pango_font stuff to GfkFontPrivate.
12124         
12125         * gdk/linux-fb/gdkdrawable-fb2.c:
12126         * gdk/linux-fb/gdkfont-fb.c:
12127         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
12128         emulation using PangoFont.
12129
12130 2001-01-17  Havoc Pennington  <hp@pobox.com>
12131
12132         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
12133         all the non-deprecated set_foo functions. Added missing object
12134         properties, and added g_object_notify() to setters. 
12135         Wrote docs.
12136         
12137 2001-01-18  Tor Lillqvist  <tml@iki.fi>
12138
12139         * gtk/gtkmain.c
12140         * gtk/gtkrc.c: (Win32) Use the new
12141         g_win32_get_package_installation_(sub)directory() functions.
12142
12143         * config.h.win32.in: New file.
12144         
12145         * config.h.win32: Removed.
12146
12147         * configure.in: Output config.h.win32.
12148
12149         * Makefile.am: Add it to EXTRA_DIST.
12150
12151         * gtk/gtk.def: Update.
12152
12153 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
12154
12155         * gtk/gtklabel.c (gtk_label_size_request): Set the
12156         attributes onto the PangoLayout even if they are newly
12157         created from label->pattern.
12158
12159 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
12160
12161         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
12162
12163         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
12164         structures in functions. Fixes bug where gtk_dataset_*
12165         was accidentally still being used in one place, causing
12166         every dest side event to be treated independently.
12167
12168         * gtk/gtkdnd.c: Remove last vestages of handling
12169         ::draw (fixes warning)
12170         
12171         * gtk/gtkentry.[ch]: Add drag and drop support.
12172
12173         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
12174         new function gtk_check_drag_threshhold() for checking
12175         to check if (dx,dy) has exceeded the threshhold for starting
12176         a drag and use it everywhere.
12177
12178 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
12179
12180         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
12181         add -I{includedir}/gtk-2.0.
12182
12183         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
12184         gdk/gdk-pixbuf.h: Doc fixups.
12185         
12186         * gtk/gtkobject.h: Remove trailing , from enum
12187
12188 2001-01-17 Alexander Larsson <alexl@redhat.com> 
12189
12190         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
12191         Doh! Mixed up x and y.
12192
12193         * gdk/linux-fb/gdkglobals-fb.c:
12194         Removed gdk_fb_pointer_grab_window_events,
12195         added _gdk_fb_pointer_grab_owner_events and
12196         _gdk_fb_keyboard_grab_owner_events.
12197
12198         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
12199         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
12200         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
12201         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
12202         Send crossing events after ungrab finished.
12203         (gdk_keyboard_grab): Set ..._owner_events
12204         (type_masks): Move out of function.
12205         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
12206         gdk_fb_keyboard_event_window): New functions, return the
12207         window an event should be targeted at. Handles grabs and
12208         event propagation. Can return NULL.
12209         (gdk_event_make): Remove event_mask checking. Now always
12210         returns an event.
12211                 
12212         * gdk/linux-fb/gdkkeyboard-fb.c:
12213         * gdk/linux-fb/gdkproperty-fb.c:
12214         * gdk/linux-fb/gdkselection-fb.c:
12215         Use new event_window/gdk_event_make() behaviour.
12216         
12217         * gdk/linux-fb/gdkmouse-fb.c:
12218         Use new event_window/gdk_event_make() behaviour.
12219         Only send motion events if in the same window.
12220         If grabbed, use cursor from window if sibling of grabbed
12221         window, and cursor from grabbed window otherwise.
12222
12223         * gdk/linux-fb/gdkprivate-fb.h:
12224         Update gdk_fb_window_send_crossing_events, gdk_event_make
12225         and grab varaible declarations. Add gdk_fb_*_event_window().
12226
12227         * gdk/linux-fb/gdkwindow-fb.c:
12228         Use new event_window/gdk_event_make() behaviour.
12229         Keep correct track of focus window.
12230         (gdk_window_set_events): Set all specific button motion masks
12231         if GDK_BUTTON_MOTION_MASK set.
12232
12233         * gtk/gtkdnd.c (gtk_drag_update):
12234         Free info->last_event if gdk_drag_motion returned FALSE.
12235
12236 2001-01-16  Tor Lillqvist  <tml@iki.fi>
12237
12238         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
12239         Eliminate redraws when input-only windows are shown or
12240         hidden. Thanks to jpe@archaeopteryx.com.
12241
12242 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
12243
12244         * docs/faq/gtk-faq.sgml: FAQ update:
12245           - Update to bugzilla
12246           - Add GTK+ and security/SUID/SGID
12247           - Add DnD question
12248
12249 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
12250
12251         * gdk/linux-fb/gdkdnd-fb.c:
12252         Some cleanups.
12253         
12254 2001-01-15  Havoc Pennington  <hp@pobox.com>
12255
12256         * tests/testtreeview.c: add test stuff for CellRendererToggle
12257
12258         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
12259         accessor
12260
12261         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
12262         only toggle on button press (would do release like GtkButton, but
12263         we'd need implicit grab code for treeview cells)
12264
12265 2001-01-16  Tor Lillqvist  <tml@iki.fi>
12266
12267         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
12268
12269         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
12270         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
12271
12272         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
12273         to g_{locale,filename}_{to,from}_utf8 to match current API.
12274
12275         * gtk/makefile.msc.in (gtk_OBJECTS)
12276         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
12277
12278         * gtk/gtk.def: Update.
12279
12280 2001-01-15  Tor Lillqvist  <tml@iki.fi>
12281
12282         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
12283         implementaion that more closely mimics the events that an X server
12284         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
12285         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
12286         with nested preview widgets, for instance, more responsive when
12287         you move the mouse quickly into them.
12288         (find_window_for_pointer_event): Make it actually compile.
12289         (gdk_event_translate): Set send_event to the value of
12290         InSendMessage (). This doesn't really mean the same as X11's
12291         send_event flag, but is close enough, says jpe@archaeopteryx.com
12292
12293 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12294
12295         * gdk/linux-fb/gdkdnd-fb.c:
12296         Implemented drag and drop.
12297         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
12298         when it tries to free and then copy the same event (info->last_event).
12299         I am not sure about why this happens, but will continue looking.
12300
12301 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12302
12303         * gdk/linux-fb/gdkwindow-fb.c:
12304         Use gdk_window_invalidate_rect instead of
12305         gdk_window_invalidate_rect_clear to minimise flashing.
12306         When hiding windows you need to clear the root window though.
12307
12308 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12309
12310         * gdk/linux-fb/gdkdrawable-fb2.c:
12311         For optization, add an full_shapes argument to gdk_fb_clip_region.
12312         If this is false, only the cliprects of the shapes are used.
12313
12314         * gdk/linux-fb/gdkprivate-fb.h:
12315         Export gdk_fb_window_peek_shape.
12316         Add full_shapes to gdk_fb_clip_region.
12317
12318         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
12319         When moving a window, don't clear everything under the it, just the
12320         root window. Makes stuff faster and flash less.
12321         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
12322         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
12323         offset of the shape.
12324         
12325
12326 2001-01-12  Havoc Pennington  <hp@redhat.com>
12327
12328         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
12329         current invalid region, fixes redraw bug while scrolling the 
12330         text widget
12331
12332         * gtk/gtktextview.c, gtk/gtktextview.h:
12333         Rearrange the scrolling/validation/etc. code in a major way, 
12334         so it seems to make sense to me. Probably isn't genuinely that
12335         much better, but...
12336
12337         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
12338         notifies
12339
12340         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
12341
12342 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
12343
12344         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
12345         Hide mouse pointer while rotation. Show it afterwards.
12346
12347 2001-01-12  Alexander Larsson  <alexl@redhat.com>
12348
12349         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
12350         windows in consideration when generating clip region.
12351
12352         * gdk/linux-fb/gdkfb.h:
12353         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
12354
12355         * gdk/linux-fb/gdkprivate-fb.h:
12356         Add shape to GdkWindowFBDatat.
12357         exported gdk_fb_window_get_abs_shape().
12358         removed gdk_fb_draw_lines declaration.
12359
12360         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
12361         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
12362         send focus changes when there is a grabbed window.
12363         (gdk_window_get_pointer): Handle shaped windows.
12364         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
12365         (gdk_fb_window_peek_shape): Returns the shape for a window,
12366         handles GDK_FB_USE_CHILD_SHAPE.
12367         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
12368         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
12369         (gdk_window_shape_combine_mask): Implement.
12370
12371         * gtk/gtkwindow-decorate.c:
12372         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
12373         setting the shape of a window makes the window transparent.
12374
12375 2001-01-11  Havoc Pennington  <hp@redhat.com>
12376
12377         * gtk/gtktreemodelsimple.h: Oops, broke some macros
12378
12379 2001-01-10  Havoc Pennington  <hp@redhat.com>
12380
12381         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
12382         add this function, bug 40251
12383
12384         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
12385         of type macro   
12386
12387 2001-01-11  Alexander Larsson  <alexl@redhat.com>
12388
12389         * acconfig.h:
12390         Added ENABLE_SHADOW_FB
12391
12392         * configure.in:
12393         Added --disable-shadowfb
12394
12395         * gdk/linux-fb/gdkcursor-fb.c:
12396         Update shadowfb when updating cursor
12397
12398         * gdk/linux-fb/gdkdrawable-fb2.c:
12399         Added wrappers for shadowfb that calls  the normal drawable
12400         methods, but calls gdk_shadow_fb_update(bounding box) when
12401         GdkWindows are drawed to.
12402         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
12403         which also returns the bounding box.
12404
12405         * gdk/linux-fb/gdkfb.h:
12406         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
12407
12408         * gdk/linux-fb/gdkgeometry-fb.c:
12409         Update shadowfb when scrolling window.
12410
12411         * gdk/linux-fb/gdkglobals-fb.c:
12412         Add _gdk_fb_screen_angle.
12413         
12414         * gdk/linux-fb/gdkkeyboard-fb.c:
12415         Test code for screen rotation. Shift-F2 in the xlate driver
12416         rotates the screen.
12417
12418         * gdk/linux-fb/gdkmain-fb.c:
12419         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
12420
12421         * gdk/linux-fb/gdkmouse-fb.c:
12422         Use fb_width/height instead of modeinfo.xres/yres.
12423
12424         * gdk/linux-fb/gdkprivate-fb.h:
12425         Added fb_men, fb_width, fb_height & fb_stride. When using
12426         shadow fb these can differ from the framebuffer stuff.
12427         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
12428         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
12429         _gdk_fb_screen_angle. Removed CM, RP.
12430
12431         * gdk/linux-fb/gdkrender-fb.c:
12432         Added code for shadowfb handling and screen rotation using
12433         shadowfb.
12434
12435         * gdk/linux-fb/gdkwindow-fb.c:
12436         Use fb_mem, fb_stride, fb_width, fb_height.
12437         Added recompute_rowstride to reset the rowstride of all windows.
12438         Added gdk_fb_recompute_all() which recomputes rootwindow size,
12439         window abs positions and window rowstrides. Usefull when the
12440         rotation has changed.
12441
12442 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
12443
12444         * docs/faq/gtk-faq.sgml: update to make web site updating easier
12445
12446 2001-01-10  Havoc Pennington  <hp@redhat.com>
12447
12448         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
12449         where sibling == iter
12450         (gtk_tree_store_insert_after): handle sibling == iter
12451         (gtk_tree_store_prepend): remove stamp checks
12452         (gtk_tree_store_insert_before): ditto
12453         (gtk_tree_store_append): ditto
12454         (gtk_tree_store_get_path): ditto
12455         (gtk_tree_store_get_value): ditto
12456         (gtk_tree_store_iter_has_child): ditto
12457         (gtk_tree_store_iter_n_children): ditto
12458         (gtk_tree_store_iter_nth_child): ditto
12459         (gtk_tree_store_insert_after): ditto
12460         (gtk_tree_store_is_ancestor): ditto
12461         (gtk_tree_store_iter_depth): ditto
12462         (gtk_tree_store_insert_before): assert that sibling's parent is
12463         the same as the passed-in parent
12464         (gtk_tree_store_insert_after): assert that sibling's parent is
12465         the same as the passed-in parent
12466
12467         
12468         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
12469         function to get the first iterator in a model
12470         
12471         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
12472         conventionally the "root" in this sense is just NULL afaict.
12473
12474         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
12475         where sibling == iter
12476         (gtk_list_store_insert_after): handle case where sibling == iter
12477
12478         * tests/testtreeview.c (run_automated_tests): fairly lame basic
12479         automated tests for ListStore, TreeStore
12480
12481         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
12482         (gtk_list_store_insert): update tail pointer, and fix it to work
12483         (gtk_list_store_insert_before): update tail pointer, and fix it to work
12484         (gtk_list_store_append): use tail to be faster
12485         (gtk_list_store_prepend): fix it, update tail pointer
12486         (gtk_list_store_insert_after): fix it, update tail pointer
12487
12488         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
12489         the list
12490
12491 2001-01-09  Havoc Pennington  <hp@redhat.com>
12492
12493         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
12494         is NULL due to a pending resize
12495
12496         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
12497         column width to values less than 1
12498
12499         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
12500         width to be between min/max width, and still set the width 
12501         even if autosize is turned on, so the tree view can use this 
12502         function in order to autosize.
12503         (gtk_tree_view_column_init): set initial width to 1 not 0
12504
12505         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
12506         setter function to modify column width, so we get notification
12507         (gtk_tree_view_insert_iter_height): ditto
12508         (gtk_tree_view_calc_size): ditto
12509         (gtk_tree_view_check_dirty): ditto
12510
12511         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
12512         properties to change all the interesting attributes of the tree
12513         view column.
12514         (gtk_tree_view_column_set_header_clickable): rename set_clickable
12515         (gtk_tree_view_column_get_clickable): add
12516         (gtk_tree_view_column_set_cell_renderer): don't unset the current
12517         attributes; assume a cell renderer with equivalent object
12518         properties has been swapped in. Do g_object_notify().
12519         (gtk_tree_view_column_set_visible): g_object_notify
12520         (gtk_tree_view_column_get_sizing): rename from get_col_type
12521         (gtk_tree_view_column_set_sizing): g_object_notify
12522         (gtk_tree_view_column_set_width): add g_object_notify
12523         (gtk_tree_view_column_set_min_width): ditto
12524         (gtk_tree_view_column_set_max_width): ditto
12525         (gtk_tree_view_column_set_title): ditto
12526         (gtk_tree_view_column_set_clickable): ditto
12527         (gtk_tree_view_column_set_widget): ditto
12528         (gtk_tree_view_column_set_justification): ditto
12529
12530 2001-01-09  Havoc Pennington  <hp@redhat.com>
12531
12532         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
12533         there are no rows in the model
12534
12535         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
12536         NULL, then return the start of the list
12537
12538         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
12539         if we can't get any rows from an empty model 
12540
12541         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
12542         extraneous * after function pointer typedef usage
12543
12544         * Makefile.am: don't specify full path to cp and rm
12545
12546         * gtk/gtkcellrenderertextpixbuf.c
12547         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
12548         NULL before dereferencing, fixes a segfault that happened from
12549         time to time
12550
12551         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
12552         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
12553         and reindent the function
12554         (gtk_cell_renderer_pixbuf_get_size): indentation
12555
12556         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
12557         we quit it
12558         (gtk_dialog_add_buttons_valist): add g_return_if_fail
12559         (gtk_dialog_set_default_response): New function, to set default
12560         button
12561         (gtk_dialog_set_response_sensitive): New function, to set 
12562         sensitivity of buttons
12563
12564         * gtk/gtkcellrendererpixbuf.c
12565         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
12566         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
12567
12568         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
12569         handle any G_TYPE_OBJECT subclass, not just the base class, and 
12570         also boxed types.
12571         (_gtk_tree_data_list_value_to_node): ditto
12572
12573         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
12574         --gtk-debug=tree
12575
12576         * gtk/gtkmain.c: add GTK_DEBUG_TREE
12577
12578         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
12579
12580 2001-01-09  Tor Lillqvist  <tml@iki.fi>
12581
12582         * gdk/win32/gdkevents-win32.c: Implement better mouse
12583         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
12584         (find_window_for_pointer_event): New function.
12585         (gdk_event_translate): Use it when handling mouse events.
12586
12587 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
12588
12589         * configure.in:
12590         Added --with-included-loaders option
12591
12592         * gdk-pixbuf/Makefile.am:
12593         * gdk-pixbuf/gdk-pixbuf-io.c:
12594         Add support for including selected gdk-pixbuf loaders only.
12595
12596         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
12597         gtk_window_set_has_frame):
12598         Added inline documentation.
12599
12600         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
12601         * docs/reference/gdk/tmpl/windows.sgml:
12602         Added inline documentation.
12603
12604 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
12605
12606         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
12607         realizing buttons that have already been realized.
12608
12609 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
12610
12611         * tests/testtreeview.c (main): Show menu items before adding to
12612         option menu.
12613
12614         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
12615         around if we kill them.
12616
12617         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
12618         Return if we pass in a NULL model.
12619
12620 2001-01-08  Havoc Pennington  <hp@redhat.com>
12621
12622         * tests/testtreeview.c: hack on this some
12623
12624         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
12625         gtk_tree_store_set_valist, v is for arrays, valist for varargs
12626         list
12627         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
12628
12629         * gtk/gtkliststore.h: Add varargs set() and get() convenience
12630         functions
12631
12632 2001-01-08  Alexander Larsson  <alexl@redhat.com>
12633
12634         * gtk/gtkwindow-decorate.[hc]:
12635         * gtk/Makefile.am:
12636         New files. Contains an implementation of a minimal WM for
12637         linux-fb.
12638
12639         * gtk/gtkwindow.h:
12640         Add the possibility for GtkWindows to specify a frame. This
12641         is used for the window decoration code, but could concievably
12642         be used for X programs too (xmms style windows).
12643         GtkWindow->frame is the toplevel window if the window is framed.
12644         The signal frame_event gets all events that are targeted to
12645         GtkWindow->frame.
12646         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
12647         
12648         * gtk/gtkwindow.c:
12649         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
12650         Call out to gtkwindow-decorate.c for WM support in linx-fb.
12651
12652 2001-01-08  Alexander Larsson  <alexl@redhat.com>
12653
12654         * docs/README.linux-fb:
12655         Correct filename ~/.pangoft2_aliases
12656
12657         * gdk/gdkwindow.h:
12658         Added new function gdk_window_get_decorations.
12659
12660         * gdk/linux-fb/gdkfb.h:
12661         Removed _gdk_window_get_decorations declaration.
12662         Renamed _gdk_window_set_child_handler to
12663         gdk_fb_window_set_child_handler.
12664
12665         * gdk/linux-fb/gdkwindow-fb.c:
12666         Renamed _gdk_window_set_child_handler to
12667         gdk_fb_window_set_child_handler.
12668
12669         * gdk/x11/gdkwindow-x11.c:
12670         New function gdk_window_get_mwm_hints().
12671         Implemented gdk_window_get_decorations.
12672
12673         * docs/reference/gdk/tmpl/windows.sgml:
12674         * docs/reference/gdk/gdk-sections.txt:
12675         Added gdk_window_get_decorations docs.
12676         
12677 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
12678
12679         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
12680         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
12681         gdk_fb_window_send_crossing_events):
12682         Possibly send focus events when the mouse moves from one
12683         window to another.
12684
12685 2001-01-07  Tor Lillqvist  <tml@iki.fi>
12686
12687         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
12688         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
12689         to match current API.
12690
12691         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
12692         environment variable is set, don't call g_error when on a
12693         palettized (PseudoColor) display. Some people want to use GTK+ 
12694         in 256-colour mode even though works only partially.
12695
12696         * gdk/gdk.def
12697         * gtk/gtk.def
12698         * gtk/makefile.mingw.in: Update.
12699
12700 2001-01-05  Havoc Pennington  <hp@redhat.com>
12701
12702         * tests/testtreeview.c: hack on this a bit
12703
12704         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
12705         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
12706
12707         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
12708         was spelled incorrectly
12709         (GTK_IS_TREE_MODEL_SIMPLE): ditto
12710
12711         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
12712         from gtk_tree_view_set_headers_active   
12713
12714         * gtk/gtktexttag.c:
12715         (gtk_text_tag_get_property): handle PROP_DIRECTION
12716         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
12717         properties, bug 40235
12718
12719         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
12720         forward_to_line_end
12721
12722 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
12723
12724         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
12725         modules/input/gtkimcontextxim.c: Adapt to new prototypes
12726         for unicode,locale,filename conversion functions.
12727
12728 2001-01-05  Havoc Pennington  <hp@redhat.com>
12729
12730         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
12731         broken if called on the first position in the buffer.
12732
12733         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
12734         forward_to_delimiters to be called only if we aren't already at
12735         the delimiters.
12736
12737 2001-01-05  Havoc Pennington  <hp@redhat.com>
12738
12739         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
12740
12741 2001-01-05  Alexander Larsson  <alexl@redhat.com>
12742
12743         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
12744         colormap in here. Sync from X port.
12745         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
12746         Sync from X port.
12747         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
12748         This happens now and then, and i don't think it is a bug.
12749         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
12750         != endpoint.
12751         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
12752         GDK_LINE_SOLID.
12753
12754         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
12755         some of the fields filled in at least.
12756
12757         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
12758         miLineArcD is no more, remove it from the function definition.
12759
12760 2001-01-04  Havoc Pennington  <hp@redhat.com>
12761
12762         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
12763         this
12764
12765         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
12766         user_data instead of tree_node
12767
12768         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
12769         TREE_VIEW_COLUMN_SIZE
12770
12771         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
12772         "size" field to "width" finishes bug 40061
12773
12774         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
12775         for bitfields, bug 40268
12776
12777 2001-01-04  Havoc Pennington  <hp@redhat.com>
12778
12779         Rename some stuff:
12780         
12781         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
12782
12783         s/GtkModelSimple/GtkTreeModelSimple/g;
12784         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
12785         s/gtk_model_simple/gtk_tree_model_simple/g;
12786         s/gtkmodelsimple/gtktreemodelsimple/g;
12787
12788         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
12789
12790         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
12791         s/column_set_col_type/column_set_sizing/g;
12792
12793         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
12794         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
12795
12796         s/GtkCellRendererType/GtkCellRendererState/g;
12797         
12798         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
12799         (gtk_cell_renderer_toggle_class_init): change "state" property to
12800         "active", to match GtkToggleButton
12801         (gtk_cell_renderer_toggle_get_active): new function, bug
12802         40269
12803         (gtk_cell_renderer_toggle_set_active): new function
12804         (gtk_cell_renderer_toggle_set_property): route changes to toggle
12805         state through gtk_cell_renderer_set_active
12806
12807 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
12808
12809         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
12810         temporarily until they work again.  Brought up to date with
12811         changes in the model.
12812         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
12813         model.
12814
12815 2001-01-04  Havoc Pennington  <hp@redhat.com>
12816
12817         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
12818         equal to the line length, then position iterator before paragraph 
12819         separators. Fixes crash reported by Mikael Hermansson when
12820         pressing left arrow from the start of a line.   
12821
12822         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
12823         about byte indexes off the end
12824         (iter_set_from_char_offset): add g_error about char offsets
12825         off the end
12826
12827 2001-01-03  Havoc Pennington  <hp@redhat.com>
12828
12829         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
12830
12831         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
12832         of private functions; remove inclusion of private headers.
12833
12834         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
12835         function, so we don't need private functions in gtktextdisplay.c
12836
12837         * gtk/gtktextiterprivate.h: underscore-ification
12838
12839         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
12840         to instead say "only useful to implement widgets"
12841
12842         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
12843         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
12844         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
12845
12846         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
12847         This function was completely broken
12848
12849         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
12850
12851         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
12852
12853         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
12854
12855         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
12856
12857         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
12858
12859         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
12860
12861         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
12862         gtk_paint_layout
12863
12864         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
12865         gtk_paint_layout
12866
12867         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
12868         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
12869         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
12870         which were not implemented.     
12871
12872         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
12873         insert_pixbuf signal. Rename delete_text to delete_range since it
12874         also deletes pixbufs and child anchors. This almost closes bug
12875         40245 (still need to deal with child anchors)
12876
12877         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
12878         insert_pixbuf, change signal names as appropriate, change types of
12879         signals taking marks/tags to have the specific type, not just
12880         G_TYPE_OBJECT
12881         
12882         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
12883         closes bug 40051
12884
12885         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
12886         unnecessary remove_contents() call
12887         (gtk_option_menu_class_init): add a "changed" signal, closes
12888         bug 40039
12889         (gtk_option_menu_update_contents): emit "changed" if the 
12890         active menu item changes
12891
12892         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
12893         cast to GtkObject, reported by Jonas Borgstrom
12894         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
12895         we can't do stuff with side effects in finalize. Instead, spew a
12896         warning if the loader isn't closed.
12897
12898         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
12899         colormap in here, non-X ports probably need to sync to this change
12900
12901         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
12902         assertion that colormap != NULL, you can set the colormap to NULL
12903         if you like.
12904         
12905         * Makefile.am: remove gtk-config-2.0
12906
12907         * configure.in: Use pkg-config to locate GLib. Remove
12908         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
12909         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
12910         Use pkg-config to locate Pango. Output correct Pango libs to
12911         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
12912
12913         * Makefile.am (pkgconfig_DATA): install only target-specific pc
12914         files
12915         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
12916         X11 pc files
12917
12918         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
12919         unref from here
12920
12921 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
12922
12923         * configure.in:
12924         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
12925
12926 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
12927
12928         * gtk/gtktextlayout.c
12929         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
12930         variable when moving back onto a single line.
12931
12932 2001-01-01  Havoc Pennington  <hp@redhat.com>
12933
12934         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
12935
12936         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
12937
12938         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
12939         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
12940
12941 2001-01-01  Havoc Pennington  <hp@redhat.com>
12942
12943         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
12944
12945         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
12946         GtkTextAttributes
12947
12948         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
12949         #40246
12950         (gtk_text_attributes_copy_values): rename from 
12951         gtk_text_attributes_copy
12952         (gtk_text_attributes_copy): a more standard GTK copy function, 
12953         which returns a new object
12954
12955 2001-01-01  Havoc Pennington  <hp@redhat.com>
12956
12957         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
12958         
12959         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
12960         don't fill in tree_view->priv->selection, kind of an unexpected
12961         side effect
12962
12963         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
12964         gtkintl.h
12965         
12966         * gtk/gtkcellrenderer.c: Remove definition of _ and include
12967         gtkintl.h
12968         (gtk_cell_renderer_get_property): remove calls to g_value_init
12969
12970         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
12971         gtkintl.h
12972
12973         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
12974         and include gtkintl.h
12975         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
12976         property names
12977
12978         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
12979         GtkTreeSelection
12980         (_gtk_tree_selection_new_from_with_view): rename, return
12981         GtkTreeSelection
12982         (_gtk_tree_selection_set_tree_view): rename with uscore
12983         (gtk_tree_selection_get_selected): fill in the "model" out param
12984         first, so it gets filled in even if we return at the top of the 
12985         function
12986         (gtk_tree_selection_real_select_all): add a comment and an else{}
12987         to clarify this a bit
12988         (gtk_tree_selection_real_unselect_all): add the same else{}
12989
12990         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
12991         set_tree_view to have underscore prefixes, move them to the
12992         private header, fix return type of new_with_tree_view
12993         (struct _GtkTreeSelection): mark struct
12994         fields private  
12995
12996         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
12997         GtkTreeModelFlags, not a guint
12998         (gtk_tree_path_prev): return gboolean not gint
12999         (gtk_tree_path_up): return gboolean not gint
13000
13001         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
13002         return GtkTreeModelFlags, not a guint
13003
13004         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
13005         that child model is non-null before unrefing it
13006         (g_value_int_compare_func): make this a qsort compare func, not 
13007         a boolean predicate
13008
13009         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
13010         (add -umn to the end), and mark it unimplemented
13011         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
13012         I don't see what it's for - doesn't the model always sort itself?
13013         (gtk_tree_model_sort_set_compare): this had the wrong signature
13014
13015         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
13016         Fix the docs to say that it destructively replaces existing
13017         attributes (previously said that it added attributes).
13018         (gtk_tree_view_column_set_visible): canonicalize bool before
13019         equality testing. Also, check for realization before
13020         hiding/showing the tree_column->window; if this window could exist
13021         before realization, then it's busted and needs fixing, we can't 
13022         create GDK resources pre-realization. Also, remove
13023         superfluous queue_resize(), since set_size() does that for us.
13024         (gtk_tree_view_column_set_col_type): check realization before 
13025         using tree_column->window
13026
13027         * gtk/gtktreedatalist.c: fix filename in copyright notice
13028
13029 2000-12-31  Havoc Pennington  <hp@pobox.com>
13030
13031         * gtk/gtktextview.c: Rearrange all the
13032         scroll-while-dragging-or-selecting code to be different, not
13033         necessarily better. ;-)
13034         (gtk_text_view_scroll_to_mark): Change this
13035         function to take within_margin as a fraction instead of a pixel
13036         value, and to take alignment arguments (indicating where to align 
13037         the mark inside the visible area)
13038         
13039         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
13040         to GtkObject
13041
13042         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
13043         behavior so that offsets past the end of the line are not 
13044         allowed, and an offset equal to the line length moves the iterator
13045         to the next line
13046         (gtk_text_iter_set_line_index): make parallel change
13047         (gtk_text_iter_get_bytes_in_line): add this function
13048         
13049         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
13050         of byte indexes off the end of the line; byte index at the end of
13051         the line now returns FALSE and doesn't fill in the requested
13052         values, byte index past the end of the line is an error.  Also,
13053         don't allow -1 offset anymore, since its meaning is unclear.
13054
13055         This change exposes some bug in visual cursor motion, where we
13056         end up with a huge invalid byte index; needs fixing. Symptom of 
13057         bug is a crash when you hit up arrow.
13058         
13059         (_gtk_text_line_char_locate): match the change to byte_locate
13060
13061         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
13062         from start of line properly. fixes bug reported by Mikael
13063         Hermansson where backspace would delete all text before the
13064         cursor.
13065
13066 2000-12-30  Tor Lillqvist  <tml@iki.fi>
13067
13068         * gdk/win32/gdkwindow-win32.c
13069         (gdk_window_impl_win32_get_visible_region): New function, as in
13070         the X11 backend.
13071         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
13072         instead of duplicating the same code here.
13073
13074         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
13075         GDK_COLORMAP macro.
13076
13077         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
13078         destroy function.
13079         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
13080         access that.
13081
13082         * gtk/gtk.def: Update.
13083
13084         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
13085
13086 2000-12-30  Havoc Pennington  <hp@pobox.com>
13087
13088         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
13089         colormap on input only windows, to avoid special cases all over
13090         the code for these windows.
13091
13092 2000-12-26  Tor Lillqvist  <tml@iki.fi>
13093
13094         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
13095         we are on a palettized display ("PseudoColor" in X11), as the code
13096         for that doesn't work anyway, and never has.
13097
13098 2000-12-22  Alexander Larsson  <alexl@redhat.com>
13099
13100         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
13101         Don't use isprint() for chars > 255.
13102
13103 2000-12-21  Havoc Pennington  <hp@redhat.com>
13104
13105         * tests/testtreeview.c: more work
13106
13107 2000-12-21  Alexander Larsson  <alexl@redhat.com>
13108
13109         * docs/README.linux-fb:
13110         Update the docs to the new pangoft2 way.
13111
13112 2000-12-21  Alexander Larsson  <alexl@redhat.com>
13113
13114         * configure.in:
13115         For linux-fb get the pangoft2 cflags and libs. This needs a recent
13116         pango version.
13117         Remove modules/linux-fb/Makefile.
13118
13119         * gdk/linux-fb/gdkdrawable-fb2.c:
13120         Render glyphs using freetype.
13121
13122         * gdk/linux-fb/gdkfb.h:
13123         Add new fb-specific functions needed for managing windows.
13124
13125         * gdk/linux-fb/gdkmain-fb.c:
13126         Remove gdk_font_init/fini() calls.
13127
13128         * gdk/linux-fb/gdkpango-fb.c:
13129         Remove old implementation. Use pangoft2 instead.
13130
13131         * gdk/linux-fb/gdkprivate-fb.h:
13132         Remove PangoFBFont and related stuff.
13133
13134         * gdk/linux-fb/gdkwindow-fb.c:
13135         Implement drawable->get_visible_region.
13136         Implement support for _gdk_window_set_child_handler () and
13137         _gdk_window_get_decorations().
13138
13139         * modules/Makefile.am:
13140         Remove linux-fb subdir.
13141
13142         * modules/linux-fb/*:
13143         Removed all.
13144         
13145 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
13146
13147         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
13148         calls, as they are no longer needed.
13149
13150         * gtk/gtktreemodelsort.c: Fix up the comparison code.
13151         
13152         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
13153         figure out how to emit a signal on an interface.
13154
13155 2000-12-20  Havoc Pennington  <hp@redhat.com>
13156
13157         * tests: new directory to contain tests, gtk/test* should move
13158         here sometime (with appropriate on-cvs-server hackery)
13159
13160         * tests/testtreeview.c, tests/Makefile.am: a test
13161         
13162         * configure.in (AC_OUTPUT): add tests/Makefile
13163
13164         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
13165         and "invisible_set" which were missing
13166
13167         * gtk/gtkrbtree.h: some cheesy indentation fix
13168         
13169 2000-12-20  Alexander Larsson  <alexl@redhat.com>
13170
13171         * gtk/gtkinvisible.c (gtk_invisible_realize):
13172         Attach the style to the window so that the style it is not
13173         leaked when unrealizing the window.
13174
13175 2000-12-18  Havoc Pennington  <hp@redhat.com>
13176
13177         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
13178         begin/end user action where appropriate
13179         (gtk_text_view_commit_handler): add begin/end user action
13180
13181         * gtk/gtktextbuffer.c: add begin/end user action signals, and
13182         bracket interactive operations with begin/end user action pair.
13183         
13184         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
13185         "interactive" arg from insert_text and delete_text signals.
13186         Add begin_user_action, end_user_action signals
13187         (gtk_text_buffer_begin_user_action): 
13188         (gtk_text_buffer_end_user_action): New functions to delimit 
13189         a user-visible action
13190
13191         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
13192         signals.
13193         
13194 2000-12-18  Havoc Pennington  <hp@redhat.com>
13195
13196         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
13197         was pretty non-working.
13198
13199         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
13200         by passing the length to g_utf8_validate().
13201
13202 2000-12-16  Havoc Pennington  <hp@pobox.com>
13203
13204         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
13205         Port to GObject, can go back in gdk-pixbuf after setting up 
13206         a gdk-pixbuf-marshal.h header over there.
13207
13208         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
13209         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
13210         args
13211         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
13212         set
13213         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
13214         here, do it when we create the buttons later
13215         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
13216         (gtk_tree_view_map): paranoia checks that column->button is shown 
13217         and unmapped
13218         (gtk_tree_view_size_request): only request visible children.
13219         Move header size calculation in here, for cleanliness, and 
13220         to maintain invariants for child widgets if we eventually 
13221         let users set different children inside the buttons
13222         (gtk_tree_view_map_buttons): factor out code to map buttons,
13223         since it was being called several times
13224         (gtk_tree_view_size_allocate_buttons): move_resize the drag
13225         windows instead of just moving them; their height may change 
13226         if we allow random widgets in there, or the theme changes.
13227         (gtk_tree_view_size_allocate): move button size allocation 
13228         above emitting the scroll signals, to ensure a sane state when we
13229         hit user code
13230         (gtk_tree_view_button_release): remove queue_resize after
13231         tree_view_set_size(), set_size() will handle any resize queuing
13232         that's needed
13233         (gtk_tree_view_focus_in): just queue a draw, don't fool with
13234         draw_focus goo
13235         (gtk_tree_view_focus): use gtk_get_current_event() and
13236         gdk_event_get_state()
13237         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
13238         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
13239         semicolon
13240         (gtk_tree_view_create_button): show the button here
13241         (gtk_tree_view_button_clicked): actually emit the clicked signal
13242         on the column
13243         (_gtk_tree_view_set_size): return right away if the size is
13244         unchanged, as a cheesy optimization
13245         (gtk_tree_view_setup_model): rename set_model_realized to 
13246         setup_model to match the flag that indicates whether we've 
13247         called it
13248         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
13249         exist, because set_scroll_adjustment does that and it shouldn't
13250         matter what order you call these in
13251         (gtk_tree_view_get_vadjustment): ditto
13252         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
13253         for paranoia
13254         (gtk_tree_view_set_headers_visible): call
13255         gtk_tree_view_map_buttons() instead of using cut-and-paste code
13256         (gtk_tree_view_append_column): clarify whether the return value
13257         is the count of columns before or after, and do the increment 
13258         separately from the return statement so you can tell from the code.
13259         (gtk_tree_view_remove_column): ditto
13260         (gtk_tree_view_insert_column): ditto
13261         (gtk_tree_view_get_column): remove g_return_if_fail for columns
13262         outside the existing range, the docs say that outside-range
13263         columns are allowed, so we handle them as documented. (Presumably
13264         this allows a nice loop with column != NULL as test.)
13265         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
13266         mean (left/right/center etc.).
13267         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
13268         (gtk_tree_view_expand_row): add docs
13269         (gtk_tree_view_collapse_row): add docs
13270
13271         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
13272         function to emit the clicked signal on a column
13273         
13274         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
13275         state of an event
13276         (gdk_event_get_time): don't treat GDK_SCROLL 
13277         as a button event, remove default case from switch so gcc 
13278         will whine if we don't explicitly handle all event types
13279
13280         * gtk/gtktreeselection.h: added some FIXME 
13281         
13282         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
13283         "columns" to "n_columns" and "column" to "columns" for clarity
13284
13285 2000-12-16  Havoc Pennington  <hp@pobox.com>
13286         
13287         * gtk/gtktextiter.c: General cleanup of the log attr iteration
13288         stuff. This should make e.g. the delete key work again in the
13289         text widget...
13290         (gtk_text_iter_forward_cursor_positions): handle negative count
13291         (gtk_text_iter_backward_cursor_positions): handle negative count
13292         (gtk_text_iter_forward_word_ends): handle negative count
13293         (gtk_text_iter_backward_word_starts): handle negative count
13294
13295         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
13296         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
13297         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
13298         GObject. No doubt will cause breakage.
13299
13300         * demos/gtk-demo/textview.c: remove hacks around
13301         non-GObject-ification of the text objects
13302
13303         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
13304         the text tag
13305         
13306 2000-12-14  Havoc Pennington  <hp@pobox.com>
13307
13308         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
13309         that we have Xrender
13310
13311 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
13312
13313         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
13314         Add two virtualized functions gdk_drawable_get_clip_region - to
13315         get the clip region when drawing.
13316         
13317         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
13318         use invalidate_region.
13319
13320         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
13321         region.
13322
13323         * acconfig.h configure.in: Check for Xft. For now, assume
13324         that if Xft is found, Pango was compiled with Xft support
13325         as well.
13326
13327         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
13328         gdk_colormap_query_color().
13329         
13330         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
13331         with Xft if appropriate.
13332
13333         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
13334         a pangoxft context if we have XFT and the environment
13335         variable GD_USE_XFT is set.
13336         
13337         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
13338         and also possibly an XftDraw structure.
13339
13340         * gtk/gtkfontsel.c: Handle the case where the font from the
13341         style doesn't match any of the fonts a bit better.
13342         
13343         * gtk/testgtk.c: Add tabs between directional segments for
13344         hebrew/arabic test. (Not really necessary, just a little
13345         prettier.)
13346
13347 2000-12-14  Havoc Pennington  <hp@redhat.com>
13348
13349         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
13350         reading a file
13351
13352 2000-12-14  Havoc Pennington  <hp@redhat.com>
13353
13354         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
13355         unused call to get_last_line()
13356
13357         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
13358         here until boxed is working (and maybe after that - we should
13359         really not gratuitously break old code)
13360
13361         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
13362         specific types for font_desc and tabs args, move them to
13363         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
13364         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
13365
13366         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
13367         use GTK_TYPE_POINTER for signal signatures as a hack-around
13368
13369         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
13370         PangoTabArray
13371
13372         * gtk/gtktextlayout.c (line_display_iter_to_index): 
13373         make static
13374         (line_display_index_to_iter): make static
13375
13376         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
13377         to marshal a string not a boxed
13378
13379         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
13380
13381         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
13382         since the UTF-8 isn't validated yet
13383
13384         * gtk/gtktextsegment.c (char_segment_check_func): don't require
13385         lines to end in '\n'
13386         
13387         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
13388         forward_to_delimiters, and grapheme boundaries
13389         (gtk_text_view_delete_from_cursor): properly handle non-newline
13390         delimiters, and grapheme boundaries
13391
13392         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
13393         to gtk_text_iter_forward_to_delimiters, and make it work properly
13394         if empty lines end with a character other than '\n'
13395
13396         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
13397         position
13398
13399 2000-12-15  Tor Lillqvist  <tml@iki.fi>
13400
13401         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
13402
13403         * gtk/gtk.def
13404         * gdk/gdk.def: Update.
13405
13406         * gdk/win32/gdkmain-win32.c
13407         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
13408         gdkmain-win32.c here.
13409
13410         * gdk/win32/makefile.mingw.in (all): No need to make
13411         gdk-win32res.o here, the makefile one step up will call us to make
13412         it.
13413
13414         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
13415         gdkkeys-win32.
13416
13417         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
13418
13419         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
13420         call to g_source_add().
13421
13422         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
13423         leak. Thanks to Andreas Kemnade.
13424
13425 2000-12-13  Havoc Pennington  <hp@pobox.com>
13426
13427         * gtk/gtktextbtree.h: Remove double _ in front of some functions
13428
13429         * gtk/gtktext*.[hc]: update accordingly
13430         
13431 2000-12-13  Havoc Pennington  <hp@pobox.com>
13432
13433         * gtk/gtktextbtree.h: Put _ in front of every function in this 
13434         header file
13435
13436         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
13437
13438 2000-12-13  Alex Larsson  <alexl@redhat.com>
13439
13440         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
13441         Add support for ps2 intellimouse.
13442
13443         * gdkkeyboard-fb.c:
13444         Move shift-F1 repaint handling to xlate handler only.
13445         
13446         * docs/README.linux-fb:
13447         Add imps2 to docs.
13448         Document the new refresh keys.
13449         
13450 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
13451
13452         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
13453
13454         * gtk/gtkbox.c: change property types from (u)long to (u)int for
13455         ::position and ::padding.
13456
13457         * gtk/gtkcontainer.c: make ::border_width an INT property.
13458
13459         * gtk/gtkpacker.c: make ::position an INT property.
13460
13461         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
13462         guard against NULL h/v scrollbars, since this is used at construction
13463         time.
13464
13465         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
13466         internal gtk_clist_constructor().
13467
13468         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
13469         gtk_ctree_constructor().
13470
13471         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
13472         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
13473
13474         * docs/reference/Makefile.am: fun stuff, disabled docs generation
13475         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
13476
13477         * gtk/gtkwidget.[hc]:
13478         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
13479         and gtk_widget_get().
13480         (gtk_widget_new): use g_object_new_valist().
13481         (gtk_widget_set): use g_object_set_valist().
13482
13483         * gtk/gtkobject.[hc]:
13484         removed gtk_object_arg_get_info(), gtk_object_getv(),
13485         gtk_object_query_args(), gtk_object_newv(),
13486         gtk_object_class_add_signals(),
13487         gtk_object_class_user_signal_new(),
13488         gtk_object_class_user_signal_newv(),
13489         gtk_object_arg_set(), gtk_object_arg_get(),
13490         gtk_object_args_collect(),
13491         gtk_object_default_construct(),
13492         gtk_object_constructed(),
13493         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
13494         removed nsignals, signals and n_args members from GtkObjectClass.
13495         (gtk_object_new): use g_object_new_valist().
13496         (gtk_object_set): use g_object_set_valist().
13497         (gtk_object_get): use g_object_get_valist().
13498         
13499         * gtk/gtkcompat.h: define gtk_object_default_construct().
13500         
13501         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
13502         g_object_new().
13503
13504         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
13505         fucntions, cleaned up method assignments (make sure your structures
13506         are setup properly before calling out). removed all GTK_CONSTRUCTED
13507         hacks ;)
13508
13509 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
13510
13511         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
13512         off-by-one error in checks. (Dave Lambert)
13513
13514 2000-12-12  Alexander Larsson  <alexl@redhat.com>
13515
13516         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
13517         Don't free gdk_fb_keyboard twice.
13518
13519 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
13520
13521         * gtk/testgtk.c:
13522         (create_tooltips): 
13523         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
13524         use GObject swapped_signal:: properties instead.
13525
13526         * gtk/gtkcellrenderertoggle.c: 
13527         * gtk/gtkcellrenderertextpixbuf.c: 
13528         * gtk/gtkcellrenderertext.c: 
13529         * gtk/gtkcellrendererpixbuf.c: 
13530         * gtk/gtkcellrenderer.c:
13531         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
13532         missing warnings for invalid property ids, install properties
13533         with g_object_class_install_property() now.
13534         
13535         * gtk/gtksignal.c:
13536         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
13537         
13538 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
13539         
13540         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
13541         to determine if a window is the focus widget within
13542         its toplevel.
13543
13544         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
13545         to be boolean.
13546
13547         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
13548         of the case where the container CAN_FOCUS to here instead
13549         of having it in each individual move-the-focus place.
13550
13551         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
13552         focusing to be geometric in a much more obvious sense. Arrowing
13553         around is still non-intuitive because it isn't perfect and
13554         because entries, etc, grab the arrow keys, but it at least
13555         usually will do what you expect now.
13556         
13557         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
13558         file.
13559
13560         * gtk/gtknotebook.c: Change tabs to be a single item in
13561         the focus chain. Make movement of focus on tabs with arrow
13562         keys wrap around.
13563         
13564         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
13565         CHECK_FIND_CHILD macro to give informative error messages
13566         instead of silent returns.
13567
13568         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
13569         flag since we handle GdkReturn on the tabs.
13570
13571         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
13572         windows rather than sending expose events directly.
13573
13574         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
13575         definition for GtkNotebookPage into .c file, since it is private.
13576
13577         * gtk/testgtk.c (create_notebook): Add option for 
13578         testing borderless notebook.
13579
13580         * gtk/testgtk.c (page_switch): Removed egregious poking
13581         around in GTK+ internals.
13582
13583         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
13584
13585         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
13586         properly through gtk_clist_focus. Make the title headers a
13587         single item in the tab-focus chain, and make left-right wrap
13588         around.
13589
13590         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
13591         focus method so that wrapping around works properly.
13592
13593         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
13594         that is handled for the widget now. 
13595
13596 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
13597
13598         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
13599         widgets as TOPLEVEL.
13600
13601         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
13602         TOPLEVEL widgets are containers.
13603
13604         * gtk/gtkinvisible.h: Remove useless include.
13605
13606 2000-12-11  Havoc Pennington  <hp@redhat.com>
13607
13608         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
13609         Handle chopping off \r\n and 0x2029 in addition to \n before
13610         passing to PangoLayout
13611
13612         * gtk/gtkimcontextsimple.c
13613         (gtk_im_context_simple_get_preedit_string): 
13614         return an empty string if no match is pending
13615
13616         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
13617         assertion that the returned preedit string was sane
13618
13619         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
13620         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
13621         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
13622
13623 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
13624
13625         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
13626         Fix up finalizer to chain to its parent.
13627
13628 2000-12-11  Alexander Larsson  <alexl@redhat.com>
13629
13630         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
13631         Clearified the difference between the keyboard types. Wrote a note
13632         about the magic sysrq key to get out of raw mode.
13633
13634 2000-12-09  James Henstridge  <james@daa.com.au>
13635
13636         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
13637         member to hold masks for detecting the start of a protocol packet.
13638         (mouse_devs): add packet start masks for ps2 and ms device types.
13639         Left the mask for fidmour blank, as I have no idea what it should
13640         be.
13641         (handle_mouse_io): skip bytes until we get to the start of a
13642         packet.  My Logitech mouse seems to be passing an extra NULL pad
13643         byte, and GPM does a similar thing here.
13644         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
13645         this is the ms mouse driver.
13646         (gdk_fb_mouse_ms_packet): fix up button handling, which was
13647         completely broken except for button1.  It was checking the wrong
13648         bit in the packet for the status of the right mouse button, and
13649         wrongly assuming right == button2 rather than 3.  I fixed that and
13650         also added support for middle button (button2).
13651
13652 2000-12-08  Havoc Pennington  <hp@redhat.com>
13653
13654         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
13655         that cause a segfault on text insertion
13656
13657         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
13658         warning
13659
13660         * gtk/gtktextiter.c (test_log_attrs): use
13661         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
13662
13663         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
13664         Get log attrs for a line, using a cache stored on the buffer
13665         
13666         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
13667         reported by Jeff Franks
13668
13669 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13670
13671         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
13672         /dev/ttyS0 -> /dev/mouse
13673
13674 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13675
13676         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
13677         Added dummy gdk_fontset_load.
13678
13679 2000-12-08  Alexander Larsson  <alexl@redhat.com>
13680
13681         * docs/README.linux-fb:
13682         * docs/Makefile.am:
13683         Initial GtkFB docs.
13684         
13685         * gdk/linux-fb/Makefile.am:
13686         Define GDK_DATA_PREFIX.
13687
13688         * gdk/linux-fb/gdkmain-fb.c:
13689         Fix typo.
13690         Change default display to /dev/fb0.
13691
13692         * gdk/linux-fb/gdkpango-fb.c:
13693         Add $(prefix)/share/fonts/ to font path.
13694         
13695 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13696
13697         * gdk/linux-fb/gdkkeyboard-fb.c:
13698         New file containing the abstracted keyboard driver. Most code
13699         taken from gdkinput-ps2.c
13700
13701         * gdk/linux-fb/gdkinput-ps2.c:
13702         Removed file.
13703         
13704         * gdk/linux-fb/Makefile.am:
13705         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
13706
13707         * gdk/linux-fb/gdkcolor-fb.c:
13708         display->fb was renamed to display->fb_fd.
13709
13710         * gdk/linux-fb/gdkcursor-fb.c:
13711         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13712
13713         * gdk/linux-fb/gdkinput.c:
13714         Moved gdk_input_init here from gdkinput-ps2.c
13715
13716         * gdk/linux-fb/gdkmain-fb.c:
13717         display->fb was renamed to display->fb_fd.
13718         Now the tty and the console is opened here instead
13719         of in the keyboard driver. Also check GDK_VT to see what
13720         tty to open.
13721         Move gdk_beep () here from gdkinput-ps2.c
13722         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13723
13724         * gdk/linux-fb/gdkmouse-fb.c:
13725         Add header.
13726         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13727         Return correct keyboard modifiers.
13728         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
13729
13730         * gdk/linux-fb/gdkprivate-fb.h:
13731         Add tty and vt info to display.
13732         Add orignal modeinfo storage to display
13733         Update global functions
13734
13735         * gdk/linux-fb/gdkwindow-fb.c:
13736         Added gdk_fb_window_find_focus().
13737         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13738
13739 2000-12-07  Havoc Pennington  <hp@pobox.com>
13740
13741         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
13742         function, noticed by Alex
13743
13744 2000-12-06  Elliot Lee  <sopwith@redhat.com>
13745
13746         * configure.in: Detect freetype properly
13747
13748         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
13749         above.
13750
13751 2000-12-06  Alexander Larsson  <alexl@redhat.com>
13752
13753         * gdk/linux-fb/Makefile.am:
13754         Add gdkmouse-fb.c
13755         
13756         * gdk/linux-fb/gdkmouse-fb.c:
13757         New file. Abstracted the mouse drivers a bit.
13758
13759         * gdk/linux-fb/gdkcursor-fb.c:
13760         The cursor hide/show functions was moved here from gdkinput-ps2.c.
13761
13762         * gdk/linux-fb/gdkinput-ps2.c:
13763         Removed old mouse handling code. Moved cursor handling code
13764         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
13765         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
13766         gdk_mouse_get_info.
13767
13768         * gdk/linux-fb/gdkmain-fb.c:
13769         Pass NULL pointers for x,y in gdk_mouse_get_info call.
13770
13771         * gdk/linux-fb/gdkprivate-fb.h:
13772         Removed public gdk_fb_find_common_ancestor, added and renamed
13773         functions for the new mouse handling code.
13774
13775         * gdk/linux-fb/gdkwindow-fb.c:
13776         Moved gdk_fb_window_send_crossing_events here. added global
13777         variable gdk_fb_window_containing_pointer. made
13778         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
13779         renamed to gdk_mouse_get_info.
13780
13781 2000-12-06  Alexander Larsson  <alexl@redhat.com>
13782
13783         * gdk/linux-fb/gdkevents-fb.c:
13784         Update to match latest gmain/gsource changes.
13785
13786         * gdk/linux-fb/gdkinput-ps2.c:
13787         Bogus gdk_keymap_get_entries_for_keycode implementation so that
13788         it links. Will be implemented later.
13789
13790 2000-12-03  Havoc Pennington  <hp@pobox.com>
13791
13792         * gdk/Makefile.am: add gdkkeys.[hc]
13793
13794         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
13795         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
13796
13797         * acconfig.h, configure.in: add checks and command line options
13798         for XKB
13799
13800         * gdk/x11/gdkkeys-x11.c: Implement the above functions
13801         
13802         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
13803         and group in the key event
13804
13805         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
13806         field with the low-level hardware key code, and a group
13807         field with the keyboard group
13808
13809         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
13810         and declare a couple globals used for keymap handling
13811         
13812         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
13813         hold down Shift-Control and type a hex number to get a Unicode 
13814         character corresponding to the hex number
13815         (gtk_im_context_simple_get_preedit_string): Fix cursor position
13816         (return bytes not chars)
13817
13818 2000-12-05  Elliot Lee  <sopwith@redhat.com>
13819
13820         * gdk/gdkcolor.h: Make GdkColor specify element sizes
13821         to avoid waste on 64-bit platforms.
13822
13823 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
13824
13825         * INSTALL: Fix link to PNG home, remove reference
13826         to fribidi.
13827
13828         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
13829         
13830         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
13831         tested.)
13832
13833         * gtk/gtkcheckmenuitem.c: Permanently turn on
13834         always_show_toggle.
13835
13836         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
13837         be NULL. (Vladimir Klebanov, #26545)
13838
13839         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
13840         some signed/unsigned comparison problems. (#6510,
13841         David Kaelbling)
13842
13843         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
13844         return type to boolean (Oskar Liljeblad, #18648)
13845
13846 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13847
13848         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
13849         Remove bogus colormap setting.
13850
13851 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13852
13853         * gdk/linux-fb/gdkcolor-fb.c:
13854         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
13855
13856         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
13857         Must set colormap.
13858         
13859 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
13860
13861         * docs/tutorial/gtk-tut.sgml: DND updates
13862
13863 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
13864
13865         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
13866         Remove old debug g_warning().
13867         (gdk_fb_draw_drawable): The src argument can be either a wrapper
13868         or an implementation, just pass the implementation to draw_drawable_2.
13869         
13870         * gdk/linux-fb/gdkprivate-fb.h:
13871         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
13872
13873         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
13874         clear and invalidate area when window is destroyed.
13875         (send_map_events): Remove old commented out code.
13876
13877 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13878
13879         * gdk/linux-fb/gdkpango-fb.c:
13880         Use italic instead of oblique in font aliases.
13881         
13882         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
13883         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
13884         other unsupported functions.
13885
13886 2000-12-04  Havoc Pennington  <hp@redhat.com>
13887
13888         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
13889
13890         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
13891
13892         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
13893
13894         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
13895         hack to avoid infinite loops (synthetic expose event) - 
13896         Owen has more appropriate fixes in a branch he'll check in later.
13897
13898         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
13899         separator, CR, and CRLF as line ends
13900
13901         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
13902         into lines using pango_find_paragraph_boundary(); other bits of
13903         the widget are still going to be broken if the boundary isn't '\n'
13904         though
13905
13906 2000-12-04  Alexander Larsson  <alexl@redhat.com>
13907
13908         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
13909         multiply.
13910
13911         * gdk/linux-fb/gdkpango-fb.c:
13912         Copied some 26.6 scaling macros from pango to clean up the rounding.
13913         (pango_fb_font_get_glyph_info): Correct sign on x value.
13914
13915         * gdk/linux-fb/gdkprivate-fb.h:
13916         Removed unreferenced external functions.
13917
13918         * modules/linux-fb/Makefile.am: Use ` instead of '.
13919
13920         * modules/linux-fb/basic.c:
13921         Remove dead code. In particular the dummy lang engine which broke all
13922         pango layouts in GtkFB. Don't include tables-big.i anymore.
13923
13924         * modules/linux-fb/tables-big.i:
13925         Upgrade to latest version from pango. Left for reference, basic_ranges
13926         moved to basic.c.
13927         
13928 2000-12-04  Havoc Pennington  <hp@redhat.com>
13929
13930         Fix bugs Alex found:
13931         
13932         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
13933         to "draw"
13934
13935         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
13936
13937         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
13938
13939         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
13940         implementation in here, apparently the expose() implementation was
13941         dead code.
13942
13943 2000-12-04  Alexander Larsson  <alexl@redhat.com>
13944
13945         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
13946         Return positive descent.
13947
13948 2000-12-02  Havoc Pennington  <hp@pobox.com>
13949
13950         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
13951         method and signal
13952         
13953         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
13954         calls gdk_window_process_updates() to push the exposes through
13955         (gtk_widget_class_init): No more draw signal, no
13956         gtk_widget_real_draw()  
13957         
13958         * gtk/gtkbin.c (gtk_bin_draw): remove
13959
13960         * gtk/gtkbox.c (gtk_box_draw): remove
13961
13962         * gtk/gtkbutton.c (gtk_button_draw): remove
13963
13964         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
13965
13966         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
13967
13968         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
13969
13970         * gtk/gtkclist.c (gtk_clist_draw): remove
13971
13972         * gtk/gtkentry.c (gtk_entry_draw): remove
13973
13974         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
13975
13976         * gtk/gtkfixed.c (gtk_fixed_draw): remove
13977
13978         * gtk/gtkframe.c (gtk_frame_draw): remove
13979
13980         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
13981
13982         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
13983
13984         * gtk/gtklayout.c (gtk_layout_draw): remove
13985
13986         * gtk/gtklist.c (gtk_list_draw): remove
13987
13988         * gtk/gtklistitem.c (gtk_list_item_draw): remove
13989
13990         * gtk/gtkmenu.c (gtk_menu_draw): remove
13991
13992         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
13993
13994         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
13995
13996         * gtk/gtknotebook.c (gtk_notebook_draw): remove
13997
13998         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
13999
14000         * gtk/gtkpacker.c (gtk_packer_draw): remove
14001
14002         * gtk/gtkrange.c (gtk_range_draw): remove
14003
14004         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
14005
14006         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
14007
14008         * gtk/gtktable.c (gtk_table_draw): remove
14009
14010         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
14011
14012         * gtk/gtktext.c (gtk_text_draw): remove
14013
14014         * gtk/gtktextview.c (gtk_text_view_draw): remove
14015
14016         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
14017
14018         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
14019
14020         * gtk/gtktree.c (gtk_tree_draw): remove
14021
14022         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
14023
14024         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
14025
14026         * gtk/gtkviewport.c (gtk_viewport_draw): remove
14027
14028         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
14029
14030         * gtk/gtkvscale.c (gtk_vscale_draw): remove
14031
14032         * gtk/gtkwindow.c (gtk_window_draw): remove
14033
14034 2000-20-01  Anders Carlsson  <andersca@gnu.org>
14035
14036         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
14037         a GtkToggleButton is both insensitive and active, it was being
14038         drawn by the GtkButton draw handler which doesn't check the
14039         state. Now it's calling gtk_toggle_button_paint instead.
14040         
14041 2000-12-01  Havoc Pennington  <hp@redhat.com>
14042
14043         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
14044         dangling pointers to the appearance attributes from the 
14045         line display
14046
14047         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
14048         width/height to mean "full width/height of drawable"
14049
14050         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
14051         click to select word/line
14052         
14053         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
14054         when getting log attrs. Get a slice, so that pixmaps and stuff
14055         are properly handled.
14056
14057         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
14058         paste into the selection (replaces selection now, previously
14059         crashed or added to selection). Reveals longstanding btree bug -
14060         select multiple lines, middle-click on the selection, boom. This
14061         isn't related to my changes though.
14062
14063         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
14064         PangoLogAttrs changes
14065         (gtk_entry_move_backward_word): ditto
14066
14067         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
14068         functions return bool whether the iter moved onto a
14069         dereferenceable position.
14070  
14071         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
14072         functions for motion in terms of display lines.
14073
14074         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
14075         get the buffer a mark is inside
14076         
14077 2000-12-01  Alexander Larsson  <alexl@redhat.com>
14078
14079         * gdk/linux-fb/Makefile.am:
14080         * modules/linux-fb/Makefile.am:
14081         Freetype 2 final uses freetype-config
14082
14083         * gdk/linux-fb/gdkpango-fb.c:
14084         Upgrade to use Freetype 2 final.
14085         More flexible support for font aliases, this also fixes a bug with
14086         GtkFontSelector, as the aliases must be visible in the font/family list,
14087         or GtkFontSelector reads uninitialized memory.
14088
14089 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
14090
14091         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
14092         XGetIMValues to properly terminate variable argument list, and do
14093         NULL return check for ic_values and xim_styles.
14094
14095         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
14096         Restore preedit state after XmbResetIC().
14097         
14098         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
14099         XvaCreateNestedList() should take XvaNestedList, but not
14100         XvaNestedList*.
14101
14102         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
14103         preedit_draw_callback, preedit_caret_callback): Match
14104         "preedit-changed" signal name to "preedit_changed" to be
14105         consistent to the spec.
14106
14107         * gtk/gtkimcontextsimple.c (check_table):
14108         Match "preedit-changed" to "preedit_changed" to be consistent
14109         to the spec.
14110
14111 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
14112
14113         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
14114         gc->clip_region == NULL>
14115
14116 2000-11-30  Tor Lillqvist  <tml@iki.fi>
14117
14118         Changes by Hans Breuer:
14119         
14120         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
14121         Dont't use negative width and height as max_hints. This fixes
14122         Owen's recent testgtk changes for win32.
14123
14124         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
14125         gdk_win32_hdc_release): These are exported and may be called with
14126         other drawable types than our GdkDrawableImplWin32 (?).
14127
14128         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
14129         so always #define USE_BACKING_STORE.
14130
14131         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
14132         of printf for debugging output.
14133
14134         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
14135         
14136         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
14137
14138         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
14139         declaration.
14140
14141         * gtk/gtktexttypes.h: Ditto.
14142
14143         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
14144         (GDK_VoidSymbol) also if in case of arg check failure.
14145
14146         * gtk/gtkimcontextsimple.c
14147         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
14148         position to the pointer, but to the variable it points to.
14149
14150         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
14151
14152         * gtk/gtk.def: Updates.
14153
14154 2000-11-29  Elliot Lee  <sopwith@redhat.com>
14155
14156         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
14157         GTK_TYPE_TREE_MODEL.
14158
14159 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14160
14161         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
14162         Set the size of the font from the description.
14163         (gdk_text_width): Gross hack that calculates the width
14164         of text by text_length * size/2. This is necessary because
14165         GtkLabel does some ugly gtk_string_width call to calculate
14166         an good size.
14167         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
14168
14169 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
14170
14171         * docs/tutorial/gtk-tut.sgml: DND updates
14172
14173 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14174
14175         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
14176         If you pass width or height == 0 to gdk_window_clear_area they
14177         should be calculated from the window size.
14178
14179 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14180
14181         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
14182         a grab, but no grab-cursor, use the cursor from the grabbed
14183         window. (gdk_fb_window_send_crossing_events): Send normal
14184         enter/leave notifications if grab and owner_events == TRUE.
14185
14186 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14187
14188         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
14189         Do implicit button grabs, even if the window doesn't
14190         want the event.
14191         (gdk_fb_window_send_crossing_events): If there is a
14192         grab, only the grabbed window gets normal enter/leave
14193         notifications. On ungrab go from grabbed window to current.
14194         Don't send any notification to b when propagating from c -> b.
14195         If setting a grab on window, don't set prev_window.
14196         (handle_mouse_input): Send enter/leave events to the window the
14197         mouse is over, not the grabbed one.
14198         
14199 2000-11-28  Elliot Lee  <sopwith@redhat.com>
14200
14201         * gdk/gdkregion-generic.c: Zap warning.
14202         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
14203         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
14204
14205 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
14206
14207         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
14208         The cursor should be hidden if it is part of either the
14209         source or destination region. Not only if it is in both.
14210         (gdk_window_set_transient_for): Silence warnings.
14211
14212 2000-11-28  Alexander Larsson  <alexl@redhat.com>
14213
14214         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
14215         The default mode in X is Pie Arcs, therefore that is
14216         what Gtk+ uses.
14217
14218 2000-11-28  Alexander Larsson  <alexl@redhat.com>
14219
14220         * gdk/linux-fb/gdkinput-ps2.c:
14221         Implement correct EnterNotify/LeaveNotify:
14222         (gdk_fb_window_send_crossing_events): New function that sends
14223         all GdkCrossingEvents from the last mouse-window to the specified
14224         destination.
14225         (gdk_fb_window_visibility_crossing): Removed function.
14226         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
14227         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
14228         instead of gdk_window_get_pointer() for better readability.
14229
14230         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
14231         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
14232
14233         * gdk/linux-fb/gdkprivate-fb.h:
14234         removed gdk_fb_window_visibility_crossing, added
14235         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
14236
14237         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
14238         New function that finds the least common ancestor of two windows.
14239         (gdk_window_show, gdk_window_hide):
14240         Use gdk_fb_window_send_crossing_events.
14241         (gdk_fb_window_move_resize): Send configure events to toplevel
14242         windows. Use gdk_fb_window_send_crossing_events.
14243
14244 2000-11-27  Havoc Pennington  <hp@redhat.com>
14245
14246         * gtk/gtkprivate.h (enum): Remove a trailing comma
14247
14248 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
14249
14250         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
14251         the "changed" callback of the adjustment.  We need to redraw the
14252         spin button's arrows when the adjustment's range changes.
14253         (adjustment_changed_cb): Draw the arrows.
14254         (gtk_spin_button_value_changed): Draw the arrows.
14255
14256 2000-11-23  Alexander Larsson  <alexl@redhat.com>
14257
14258         * gdk/linux-fb/gdkselection-fb.c:
14259         Initial selection implementation.
14260
14261         * gtk/gtkselection.c:
14262         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
14263         requestor in gtk_selection_request.
14264         
14265         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
14266         Added gdk_selection_property atom.
14267
14268         * gdk/linux-fb/gdkprivate-fb.h:
14269         Export _gdk_selection_window_destroyed.
14270         Removed mask_off_x/y from GdkCursorPrivateFB.
14271         Removed hbearing, added top, left to PangoFBGlyphInfo.
14272
14273         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
14274         Call _gdk_selection_window_destroyed
14275         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
14276         the root window has been created.
14277         (static_dx_hack, static_dy_hack, compare_draw_rects,
14278         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
14279         in region. They are already sorted. Instead just traverse them in
14280         reverse if draw_direction < 0.
14281         
14282         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
14283         Double-clicks must be sent after the normal button_press.
14284         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
14285         
14286         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
14287         Pass _gdk_fb_screen_gc instead of NULL.
14288
14289         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
14290         Initialize gdk_selection_property.
14291         (gdk_event_make): Remove unused code.
14292
14293         * gdk/linux-fb/gdkcursor-fb.c:
14294         Make the pixmap for the cursor the same size as the mask. Also remove
14295         the mask_off_x/y fields in GdkCursorPrivateFB and combine
14296         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
14297         Now the whole cursor is visible.
14298
14299         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
14300         Fix bug where xdest+height instead of ydest+height was used
14301         to calculate if the source and dest overlapped. This fixes the
14302         redraw bug when the main window in testgtk was scrolled when
14303         partially covered by a tall window.
14304         Copy rectangles in region in order depending on draw_direction.
14305         Also moved the draw_direction flipping of start_y and end_y into
14306         the gc functions, as this might not be what all of them want.
14307         (gdk_fb_draw_lines): Support dashed lines.
14308         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
14309         so that the text is positioned correctly (was 1 pixel high).
14310
14311         gdk/linux-fb/gdkgc-fb.c:
14312         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
14313         all lines were drawn a pixel to short. Also checked the default of
14314         the rest of the values, and they're the same as X now.
14315
14316         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
14317         Clean up pixel positioning of the glyphs. Just use bgy->top and
14318         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
14319         to all divisions to get correct rounding behaviour.
14320
14321         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
14322         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
14323         Moved start_y/end_y flip into draw_drawable implementations.
14324         Flip also x rendering when draw_direction < 0.
14325         Remove unneccesary multiply with draw_direction.
14326
14327 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
14328
14329         * docs/tutorial/gtk-tut.sgml:
14330           - get rid of gtk_toggle_button_toggled FUD
14331           - start DND section - needs work - based on:
14332                 http://wolfpack.twu.net/docs/gtkdnd/
14333
14334 2000-11-22  Alexander Larsson  <alexl@redhat.com>
14335
14336         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
14337         Correct calculation of font metrics. Now GtkEntrys have sane
14338         size.
14339
14340 2000-11-22  Alexander Larsson  <alexl@redhat.com>
14341
14342         * gdk/gdktypes.h:
14343         Add new type GdkSpan
14344         
14345         * docs/reference/gdk/gdk-sections.txt,
14346         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
14347         gdk/gdkregion.h:
14348         Implement and document gdk_region_spans_intersect_foreach.
14349
14350         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
14351         Add new file gdkrender-fb.c which contains all core
14352         rendering code.
14353         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
14354         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
14355         (optimized rectangle fillers).
14356
14357         * gdk/linux-fb/gdkdrawable-fb2.c:
14358         Move all rendering code to gdkrender-fb.c.
14359         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
14360         Use the new span intersection functions in gdk_fb_fill_spans.
14361         gdk_fb_draw_rectangle() clips filled rectangles and calls
14362         gc->fill_rectangle with the result.
14363         gdk_fb_fill_spans() gets extra argument "sorted".
14364
14365         * gdk/linux-fb/gdkevents-fb.c:
14366         Remove unused includes and defines.
14367         New function gdk_fb_get_time() to get correct time for events.
14368
14369         * gdk/linux-fb/gdkinput-ps2.c:
14370         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
14371         Make sure to set the time of all events.
14372
14373         * gdk/linux-fb/gdkmain-fb.c:
14374         Use gdk_fb_get_time ().
14375
14376         * gdk/linux-fb/gdkprivate-fb.h:
14377         New virtual GC calls: fill_span & fill_rectangle.
14378         Export gdk_fb_get_time().
14379         gdk_fb_fill_spans() gets extra argument "sorted".
14380
14381         * gdk/linux-fb/mi*.c:
14382         Use GdkSpan instead of GdkRectangle.
14383         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
14384         from XFree 4 source)
14385         
14386 2000-11-22    <jrb@redhat.com>
14387
14388         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
14389         reversing the order in an if statement will do.  Doing so managed
14390         to make the treemodelsort half work.  Other half will follow after
14391         I get the insert function fully fixed.
14392
14393 2000-11-21  Elliot Lee  <sopwith@redhat.com>
14394         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
14395         more than 2 bits. Besides, I need to implement an evil hack. :)
14396
14397 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
14398
14399         * docs/tutorial/gtk-tut.sgml: minor corrections
14400
14401 2000-11-20  Jonathan Blandford <jrb@redhat.com>
14402         * gtk/gtktreemodelsort.h: Add convertion functions to let you
14403           convert to and from relative path's and iters.
14404
14405         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
14406           testing sorting functions a bit better.  Currently broken -- will
14407           fix in morning.
14408
14409 2000-11-20  Havoc Pennington  <hp@redhat.com>
14410
14411         * gtk/gtkwidget.c: Documented a bunch of functions in here
14412         (gtk_widget_realize): Warn if you try to realize
14413         a widget with no parent that isn't a toplevel
14414         (gtk_widget_intersect): return a gboolean
14415
14416 2000-11-20  Havoc Pennington  <hp@redhat.com>
14417
14418         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
14419         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
14420         scrolling to be implemented in GDK to finish. Also, right now
14421         we just size_allocate all children on every layout change,
14422         which is pretty lame. Test commented out of testtext.c, 
14423         until it works better.
14424
14425 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
14426
14427         * gdk/linux-fb/gdkdrawable-fb2.c:
14428         Removed unused arguments from gdk_fb_drawable_get_pixel().
14429
14430         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
14431         Renamed fidur specific mouse packet data in MouseDevice to
14432         generic. Used it in ps2 mouse handling code to avoid blocking
14433         reads.
14434
14435 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
14436
14437         * demos/gtk-demo/main.c: Changed to have the list become
14438         non-italic when the demo window is destroyed through an external
14439         event (like a close button).  Doing so found three bugs in the
14440         widget.
14441
14442         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
14443
14444         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
14445         we actually set the cell.
14446
14447         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
14448
14449         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
14450         free a leaked path.  Thanks memprof.
14451
14452 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
14453
14454         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
14455         off-by-one error when destroying allocated segments
14456         on failure. (Elliot)
14457
14458 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
14459
14460         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
14461         memleaks found by Evan Martin.
14462
14463 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
14464
14465         * Released 1.3.2
14466         
14467         * NEWS: Updates for 1.3.2
14468
14469 2000-11-17  Tor Lillqvist  <tml@iki.fi>
14470
14471         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
14472         but in general for window system specific events.
14473
14474         * gtk/gtk.def
14475         * gtk/makefile.mingw.in
14476         * gtk/makefile.msc.in: Update.
14477         
14478         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
14479
14480 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
14481
14482         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
14483         distribute gtk.immodules.
14484
14485         * gtk/Makefile.am (install-data-local): Don't install the
14486         gtk.immodules file created for the uninstalled modules;
14487         instead run gtk-query-immodules after install
14488
14489 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
14490
14491         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
14492         -rpath to the right install location.
14493
14494         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
14495         -export-dynamic.
14496
14497         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
14498         properly.
14499
14500 2000-11-15  Havoc Pennington  <hp@pobox.com>
14501
14502         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
14503         patch from Mikael Hermansson to temporarily stop blinking while
14504         the user is using the keyboard to type or navigate. 
14505
14506         Also, when blinking, stay on for longer than we stay off. Also,
14507         return from start_cursor_blink if !cursor_visible, to save
14508         checking that flag all over the place before we call
14509         start_cursor_blink.
14510
14511 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
14512
14513         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
14514         only contain a "fontset" line, which is now ignored.
14515
14516         * gtk/gtkentry.c (gtk_entry_button_release): Make 
14517         double-click-to-select-word work.
14518         
14519 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
14520
14521         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
14522         Don't move back one char when we are actually at the end of the 
14523         paragraph.
14524
14525 2000-11-15  Robert Brady  <robert@suse.co.uk>
14526
14527         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
14528         'o' < 'p'.
14529         
14530         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
14531         bind_textdomain_codeset.
14532
14533         (gtk_init_check): Make the warning about translating default:LTR
14534         sterner.
14535         
14536 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
14537
14538         * **/Makefile.am : remove unecessary rules for win32-specific
14539         config-substituted targets. If you want these rules, use
14540         --enable-maintainer-mode (called automatically by autogen.sh).
14541         Stops a lot of unneccessary make-time warnings.
14542
14543         * gtk/gtktext{layout,display}.c: Factor in total width as
14544         well as screen when figuring alignment for word-wrap as well as
14545         no wrap; this is necessary to handle lines that cannot be wrapped
14546         at all.
14547
14548 2000-11-15  Havoc Pennington  <hp@redhat.com>
14549
14550         * gtk/testtext.c: Implement essential color cycling feature
14551
14552 2000-11-15  Havoc Pennington  <hp@redhat.com>
14553
14554         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
14555         when we invalidate the main window.
14556
14557         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
14558         GtkTextView will now invalidate the side windows for us when text
14559         changes.
14560
14561 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
14562
14563         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
14564         unconditionally, since we may need to update the horizontal
14565         scrollbars even if the height didn't change.
14566
14567         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
14568         the extra attrs, since some of them affect size.
14569
14570         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
14571         x_offset correctly.
14572
14573 2000-11-15  Havoc Pennington  <hp@redhat.com>
14574
14575         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
14576         don't move the first line out into the margin, instead move the
14577         whole paragraph in order to make space for the first line within 
14578         the margin
14579
14580 2000-11-15  Havoc Pennington  <hp@redhat.com>
14581
14582         * gtk/gtktextview.c (changed_handler): offset redraw rect by
14583         xoffset in addition to yoffset, so horizontal scrolling doesn't
14584         break redraws
14585
14586 2000-11-15  Havoc Pennington  <hp@redhat.com>
14587
14588         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
14589         from the cursor
14590         (render_layout_line): fix reversed test that caused weird
14591         underlines to get drawn
14592
14593 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14594
14595         * gdk/linux-fb/gdkprivate-fb.h:
14596         Fix debug macros.
14597         
14598 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14599
14600         * gdk/linux-fb/gdkprivate-fb.h:
14601         Added virtual functions set_pixel, get_color,
14602         fill_span and draw_drawable to the GC.
14603         Added global _gdk_fb_screen_gc to use instead of
14604         NULL when drawing to the screen.
14605         Added _gdk_fb_gc_calc_state() prototype.
14606
14607         * gdk/linux-fb/gdkgc-fb.c:
14608         Call _gdk_fb_gc_calc_state() on any gc state change.
14609
14610         * gdk/linux-fb/gdkglobals-fb.c:
14611         Add _gdk_fb_screen_gc
14612                 
14613         * gdk/linux-fb/gdkdrawable-fb2.c:
14614         _gdk_fb_gc_calc_state() calculates best functions
14615         for the GC state and depth.
14616         Moved bpp specialized code to separate functions.
14617         Added optimized 24 bpp AA draw_drawable.
14618
14619         * gdk/linux-fb/gdkevents-fb.c:
14620         Silence gcc warning.
14621
14622         * gdk/linux-fb/gdkimage-fb.c:
14623         Use _gdk_fb_screen_gc
14624
14625         * gdk/linux-fb/gdkwindow-fb.c:
14626         Init and use _gdk_fb_screen_gc
14627
14628         * gdk/linux-fb/mitypes.h:
14629         Remove unused types.
14630
14631 2000-11-14  Havoc Pennington  <hp@pobox.com>
14632
14633         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
14634         to pixels
14635
14636 2000-11-14  Havoc Pennington  <hp@pobox.com>
14637
14638         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
14639
14640         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
14641         unknown char, no real reason we were using a variable. 
14642         Remove gtk_text_unknown_char variable. Fix all the text widget
14643         files accordingly.
14644
14645         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
14646         since the Unicode spec seems to prefer that character for our
14647         purposes.
14648
14649 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
14650
14651         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
14652         value of g_getenv() isn't freeable, so g_strdup it.
14653
14654         * modules/input/inuktitut.c: Inuktitut input method.
14655
14656         * modules/input/Makefile.am: Build this.
14657         
14658 2000-11-14  Elliot Lee  <sopwith@redhat.com>
14659
14660         * gtk/Makefile.am: Install gtk.immodules, needed for operation
14661         of gtk programs.
14662
14663 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
14664
14665         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
14666         reversed > that was causing Home to go to end of previous line.
14667
14668         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
14669         modified-keypresses (leave for bindings.)
14670
14671         * modules/input/Makefile.am: Remove useless -export-dynamic
14672         from module LDFLAGS.
14673
14674 2000-11-14  Havoc Pennington  <hp@redhat.com>
14675
14676         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
14677         higher.
14678
14679         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
14680         account. Also, render rise, underline, background, etc. for
14681         pixbufs as well as text. Also, draw underlines one pixel higher.
14682
14683         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
14684         PangoAttribute for the rise, so it gets drawn properly. Also,
14685         add the GtkTextAppearance attribute for pixbuf/widget segments
14686         as well; we should go ahead and have rise, underline, background,
14687         stipple work for those
14688
14689         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
14690         Pango
14691
14692 2000-11-15  Tor Lillqvist  <tml@iki.fi>
14693
14694         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
14695
14696         * gtk/gtk.def: Update.
14697
14698         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
14699         included.
14700         (gtk_rc_get_im_module_file): Use run-time installation directory
14701         on Win32.
14702
14703         * gdk/win32/rc/gdk.rc: Remove.
14704         * gdk/win32/rc/gdk.rc.in: New file.
14705         * gdk/win32/rc/Makefile.am: New file
14706         * gdk/win32/Makefile.am: Corresponding changes.
14707
14708         * gtk/gtk.rc: Remove.
14709         * gtk/gtk-win32.rc.in: New file.
14710         * gtk/Makefile.am: Corresponding changes.
14711
14712         * configure.in: Corresponding changes.
14713
14714         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
14715         has a built gtkcompat.h. Developers using CVS code on Win32 can
14716         hand-edit it from gtkcompat.h.in.
14717
14718         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
14719         gtkcompat.h from gtkcompat.h.win32.
14720
14721 2000-11-14  Havoc Pennington  <hp@redhat.com>
14722
14723         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
14724         to default to GDK_ACTION_MOVE if the drag is within a single
14725         widget. Defaults to GDK_ACTION_COPY between widgets.
14726
14727 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
14728
14729         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
14730
14731         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
14732
14733         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
14734         srcdir != builddir
14735
14736         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
14737
14738         * configure.in (GTK_VERSION): Up to 1.3.2
14739
14740         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
14741         gtkimcontextxim.h
14742
14743         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
14744         missing doc comment.
14745
14746 2000-11-14  Alexander Larsson  <alexl@redhat.com>
14747
14748         * modules/linux-fb/basic.c:
14749         Use the glib iconv wrappers.
14750
14751 2000-11-13  Havoc Pennington  <hp@pobox.com>
14752
14753         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
14754         still more bugs.
14755
14756         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
14757         scroll the GdkWindows before realization.
14758
14759 2000-11-13  Havoc Pennington  <hp@redhat.com>
14760
14761         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
14762         where GC didn't always get updated properly
14763
14764         * demos/gtk-demo/textview.c (create_tags): Use subattributes
14765         of fonts instead of setting the entire font
14766
14767         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
14768         setting entire font
14769
14770         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
14771
14772         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
14773         a bunch of individually-settable font attributes. You can still 
14774         use the "font" and "font_desc" args, they just set all the font
14775         attributes at once.
14776
14777 2000-11-13 Elliot Lee <sopwith@redhat.com>
14778
14779         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
14780
14781 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
14782
14783         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
14784         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
14785
14786         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
14787         work better.
14788
14789 2000-11-13  Havoc Pennington  <hp@redhat.com>
14790
14791         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
14792         the module file.
14793
14794         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
14795         dest->language
14796
14797         * gtk/testtext.c: Test pixels above/below/inside paragraphs
14798         settings
14799
14800         * gtk/gtktextview.c: Implement object args and setters/getters for
14801         all the aspects of the GtkTextAttributes that are not set from
14802         GtkWidget attributes. This is spacing, justification, margins,
14803         etc.
14804
14805         (gtk_text_view_set_arg)
14806         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
14807         args
14808         (gtk_text_view_class_init): Add args for justify, left_margin,
14809         right_margin, indent, and tabs
14810         
14811
14812         * gtk/gtktextlayout.c (set_para_values): fix to display indent
14813         attribute properly
14814
14815         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
14816         replace with indent attribute
14817
14818         * gtk/gtktextlayout.c (set_para_values): multiply indent by
14819         PANGO_SCALE
14820
14821         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
14822         rearranging code to do that
14823         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
14824         i.e. don't subtract the top_margin first, just to keep
14825         all margin-futzing in one place.
14826
14827         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
14828
14829         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
14830         special case of last line, Pango now handles this itself.
14831         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
14832         Y coordinate
14833         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
14834         (find_display_line_above): wasn't moving the byte index as it
14835         iterated over lines, so always returned byte 0. Also, port to use
14836         PangoLayoutIter.
14837         (find_display_line_below): same problem as
14838         find_display_line_above. Also, port to use PangoLayoutIter.
14839
14840 2000-11-13  Alexander Larsson  <alexl@redhat.com>
14841
14842         * gdk/linux-fb/*.[ch]:
14843         Massive reindent to gtk+ standard. My hands hurt.
14844
14845         * gdk/linux-fb/gdkcolor-fb.c:
14846         Move GdkColorPrivateFB from inherited to windowing_data
14847
14848         * gdk/linux-fb/gdkcursor-fb.c:
14849         _gdk_cursor_new_from_pixmap made static
14850
14851         * gdk/linux-fb/gdkdnd-fb.c:
14852         GdkDragContextPrivate moved to windowing_data
14853
14854         * gdk/linux-fb/gdkdrawable-fb2.c:
14855         Removed endian.h, use glib endianness macros instead
14856         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
14857         and GDK_DRAWABLE_IMPL_FBDATA
14858
14859         * gdk/linux-fb/gdkfont-fb.c:
14860         Add empty gdk_font_load(). Needed for linking of Gtk+.
14861
14862         * gdk/linux-fb/gdkimage-fb.c:
14863         Removed endian.h, use glib endianness macros instead
14864         Moved GdkImagePrivateFB to windowing_data
14865         gdk_image_new_bitmap didn't always allocate enough
14866         memory.
14867
14868         * gdk/linux-fb/gdkinput-ps2.c:
14869         Added semi-working support for MS serial mice.
14870
14871         * gdk/linux-fb/gdkprivate-fb.h:
14872         s/GdkWindowPrivate/GdkWindowObject/
14873         Removed GdkWindowPrivate typedef
14874         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
14875         Removed GDK_DRAWABLE_P
14876         Move GdkColorPrivateFB from inherited to windowing_data
14877         Moved GdkImagePrivateFB to windowing_data
14878
14879         * gdk/linux-fb/gdkvisual-fb.c:
14880         Removed some unused debug code.
14881
14882         * gdk/linux-fb/gdkwindow-fb.c:
14883         Use stock cursors instead of including X headers.
14884         s/GdkWindowPrivate/GdkWindowObject/
14885
14886         * gdk/linux-fb/mitypes.h:
14887         Removed unused types.
14888
14889         * modules/linux-fb/basic.c:
14890         Use the pango fribidi wrappers.
14891
14892 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
14893
14894         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
14895         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
14896         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
14897         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
14898         GEqualFunc where applicable.
14899         
14900         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
14901         pango_font_description_equal as changed in pango.
14902         
14903         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
14904
14905         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
14906
14907         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
14908
14909         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
14910
14911         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
14912
14913         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
14914
14915         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
14916         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
14917
14918         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
14919         gtk_rc_styles_compare -> gtk_rc_styles_equal.
14920
14921 2000-11-12  Havoc Pennington  <hp@pobox.com>
14922
14923         * demos/gtk-demo/Makefile.am (democodedir): change demo install
14924         dir to datadir/gtk+-2.0/demo
14925
14926         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
14927         sorts of text widget and Pango font bugs. Urgh.
14928
14929         * demos/gtk-demo/Makefile.am (demos): Add textview.c
14930
14931         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
14932         tree that you should double click to see the demo. Fix 
14933         types of variables to reflect changed return values from 
14934         GtkTreeStore and GtkTreeViewColumn constructors.
14935
14936         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
14937         newly-created buffer to prepare for GObject semantics
14938
14939         * gtk/testtext.c: don't leak the buffer with GObject semantics
14940
14941         * gtk/testtextbuffer.c: ditto
14942         
14943 2000-11-12  Havoc Pennington  <hp@pobox.com>
14944
14945         Rename this testgtk to gtk-demo to avoid confusion, and 
14946         install it so people can use it as a supplement to 
14947         the documentation.
14948         
14949         * demos/gtk-demo: Moved from demos/testgtk
14950
14951         * demos/testgtk: Removed
14952
14953         * configure.in: make Makefile in gtk-demo
14954         
14955         * demos/gtk-demo/Makefile.am: Install sample source to 
14956         datadir/gtk-demo (maybe there's a better place?), and 
14957         rename the binary to gtk-demo
14958         
14959         * demos/gtk-demo/main.c (load_file): Load installed sample
14960         source if source isn't found in pwd.
14961
14962 2000-11-09  Havoc Pennington  <hp@pobox.com>
14963
14964         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
14965         argument to set the char displayed when visibility == FALSE
14966         (gtk_entry_create_layout): If !entry->visible, replace 
14967         all chars with the "invisible char"
14968
14969         * gtk/testgtk.c: Test the invisible_char deal
14970         
14971 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
14972
14973         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
14974         can't get a native font in the right encoding.
14975
14976 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
14977
14978         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
14979         respectively.
14980
14981 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
14982
14983         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
14984         Fix warning when moving between paragraphs.
14985
14986         * gtk/gtkentry.[ch]: Change move => move_cursor, 
14987         delete => delete_from_cursor, insert => insert_at_cursor
14988
14989 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
14990
14991         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
14992
14993         * modules/input/imthai-broken.c: A Thai input method for use if
14994         Thai keys are really generating Latin1 keysyms.
14995
14996         * modules/input/Makefile.am: Build these.
14997
14998 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
14999
15000         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
15001         g_filename_{to,from}_utf8 now takes an extra parameter.
15002
15003         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
15004         strftime into UTF-8.
15005
15006         (column_from_x, gtk_calendar_paint_day_names): Support RTL
15007         calendars.
15008
15009         (gtk_calendar_paint_day_names): Draw day names in the right 
15010         place.
15011         
15012 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
15013
15014         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
15015         problem with using result of g_get_charset() backwards -
15016         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
15017
15018         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
15019         negative min_width/height and max_width/height to
15020         mean "requisition"; this allows setting a window
15021         to be user-resizable in only one direction easily.
15022
15023         * gtk/testgtk.c (create_main_window): Remove hard-coded
15024         usize - set a default size in the vertical direction.
15025
15026 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
15027
15028         * gtk/gtkrange.c: Add some missing casts. Support 
15029         2 and 3 button clicks on the arrows to mean 
15030         "move by pages" and "jump to end". (Like gtkspinbutton)
15031
15032 2000-11-12 Hans Breuer <Hans@Breuer.Org>
15033
15034         * gdk/win32/makefile.msc : reflect build module changes
15035
15036         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
15037         from GdkPixmap*, cast implementation member instead.
15038
15039         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
15040         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
15041         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
15042         more Gdi functions return value checking. 
15043         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
15044         GdkImagePrivateWin32 *.
15045
15046         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
15047         menus useable again. Add #pragma message to keep reminded on this issue.
15048         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
15049         windows. This allows to enable backing store on Win32!
15050
15051         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
15052         in drawable is of impl type. Correct specific type checks appropriate.
15053  
15054         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
15055         GDK_WINDOW_DESTROYED before allocating new resources.
15056
15057         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
15058
15059         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
15060         (gdk_window_foreign_new) initialize parent handle.
15061         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
15062
15063         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
15064         Let the GDI invalidate the window on MoveWindow call to fix scrolling
15065         problems (e.g. main buttons in testgtk). 
15066
15067 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
15068
15069         * gtk/gtkentry.c (gtk_entry_key_press): Call 
15070         gtk_widget_activate for GDK_Return.
15071
15072         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
15073         of preedit cursor position.
15074
15075 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
15076
15077         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
15078         static.
15079
15080 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
15081
15082         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
15083         out support for multiple locales; that simple doesn't
15084         work reliably with current Xlib
15085
15086         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
15087         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
15088         Add support for positioning the cursor within the preedit string.
15089
15090 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
15091
15092         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
15093         at XIM input method module.
15094
15095         * gtk/gtktextview.c: Check for bindings after passing
15096         events to im context filter.
15097
15098 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
15099
15100         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
15101         empty attribute lists properly.
15102
15103 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
15104
15105         * gtk/queryimmodules.c (main): Return non-zero exit
15106         status if errors were encountered querying any
15107         modules.
15108
15109         * modules/input/Makefile.am (moduledir): remove
15110         leftover bin program target.
15111
15112         * docs/make-todo: Fix typo in error message.
15113
15114 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
15115
15116         * configure.in: Add modules/input/Makefile
15117
15118 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
15119
15120         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
15121         don't include gtkthemes.h.
15122
15123         * gtk/testgtk.c gtk/testtext.c: Set environment variables
15124         to point
15125
15126         * gtk/Makefile.am: Add new .c and .h files, build 
15127         gtk-query-immodules and use it to create a gtk.immodules
15128         file for use of test programs.
15129
15130         * gtk/gtkpreview.c: remove extra blank line.
15131
15132 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
15133
15134         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
15135         Add the ability to add extra tables beyond the default
15136         one, and also the ability to have compose sequences 
15137         that are prefixes of other compose sequences. 
15138
15139         * gtk/gtkimcontextsimple.c: Export a preedit string which
15140         consists of possible candidates for keystrokes that have
15141         been entered but not yet committed.
15142
15143         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
15144         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
15145
15146         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
15147         Add a function to add input-method switching menu items
15148         to a menu.
15149
15150         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
15151         when switching input methods.
15152
15153         * gtk/gtkimcontextsimple.[ch]: Change the format of
15154         the compose table to allow compose tables of different
15155         lengths / sequence.
15156
15157 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
15158
15159         * gtk/gtkimmodule.[ch]: Support routines for loading
15160         GtkIMContext implementations dynamically at runtime.
15161
15162         * modules/input/imcyrillic-translit.c: A sample input
15163         method (based on GtkIMContextSimple with an extra table),
15164         which demonstrates preedit strings and the module
15165         system for input modules
15166
15167         * gtk/queryimmodules.c: Program to query the available
15168         input modules and write the results into a file.
15169          
15170         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
15171         extra config options "im_module_file" (cache file for
15172         input method modules), and "im_module_path" - path
15173         to look for modules when generating cache file.
15174
15175         This doesn't scale.
15176
15177 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
15178
15179         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
15180         generic code from gtkthemes into a new abstraction
15181         GtkModule which has the logic for implementing
15182         a loadable module which implements a number of 
15183         GObject types.
15184
15185 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
15186
15187         * gtk/gtkeditable.[ch]: Convert GtkEditable from
15188         a class into an interface  
15189         
15190         * gtk/gtkoldeditable.[ch]: Move the old editable
15191         implementation into here, so legacy widgets can
15192         still rely on the implemenation. GtkOldEditable
15193         exports GtkEditable. Make selection handling
15194         code use new text conversion functions (and
15195         handle UTF-8 as a side-effect). Use GtkClipboard
15196         for CLIPBOARD.
15197
15198         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
15199         Adopt to match above changes.
15200
15201         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
15202         avoid GtkOldEditable implementation. Restructure
15203         to reduce number of places that modify state directly.
15204         Move to GtkBindingSet. Display the preedit string.
15205         Queue recomputation of PangoLayout and scroll position
15206         to improve effiency of doing complex changes naively.
15207         Add a menu with cut/copy/paste and input method selection.
15208
15209 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
15210
15211         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
15212         to set preedit string and attributes; display preedit string by
15213         inserting string and attributes at cursor when creating the
15214         GtkTextLineDisplay.
15215
15216         * gtk/gtktextlayout.c: Move all conversions between byte
15217         positions in PangoLayout and GtkTextIter into new functions
15218         line_display_iter_to_index/index_to_iter that properly
15219         handle the preedit string.
15220
15221         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
15222         it to return const char * (eventually will end up
15223         as GCONST char *, most likely.)
15224
15225         * gtk/gtktextview.[ch]: Handle the preedit string, call
15226         gtk_im_context_reset() as necessary, add a menu to switch
15227         input methods.
15228         
15229         * gtk/gtktextlayout.[ch]: Remove useless
15230         gtk_text_layout_get_log_attrs() function.
15231
15232 2000-11-11  Tor Lillqvist  <tml@iki.fi>
15233
15234         * gdk/gdk.def
15235         * gtk/gtk.def: Update.
15236
15237         * gdk/win32/*.c: Add last argument to g_type_register_static()
15238         calls.
15239
15240         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
15241
15242         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
15243         generated by older wheel mouse drivers. Get the correct y
15244         coordinate from WM_MOUSEWHEEL messages.
15245
15246         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
15247         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
15248         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
15249         Debugging functions.
15250
15251         * gdk/win32/gdkprivate-win32.h: Declare them.
15252
15253         * gdk/win32/gdkinput-win32.h: Add declaration for
15254         gdk_input_window_destroy().
15255
15256         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
15257
15258 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
15259
15260         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
15261         function to help handle keeping things in sync.
15262
15263 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
15264
15265         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
15266         BOXED marshallers.
15267
15268         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
15269         (gtk_list_store_class_init): use the new BOXED marshallers.
15270
15271         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
15272         new_with_values to new_with_types.
15273         (gtk_tree_store_get_column_type): add this.
15274         (gtk_tree_store_class_init): use the new BOXED marshallers.
15275
15276         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
15277         mirror some POINTER marshallers.
15278
15279 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
15280
15281         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
15282         allow more interesting iterators.  Also, made the lifecycle of
15283         iterators more explicit.
15284
15285         * gtk/gtktreemodelsort.[ch]: New model for sorting.
15286
15287         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
15288         types.
15289
15290 2000-11-09  Alexander Larsson  <alexl@redhat.com>
15291
15292         * demos/testgtk/menus.c:
15293         Changes to make the new testgtk compile after
15294         gtk_menu_append was removed.
15295
15296         * gdk/linux-fb/gdkdrawable-fb2.c
15297         (gdk_fb_get_depth, gdk_fb_get_visual,
15298         gdk_drawable_impl_fb_class_init): Implement
15299         these drawable functions. Now GtkImages work again.
15300
15301         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
15302
15303         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
15304         
15305         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
15306         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
15307         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
15308         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
15309
15310 2000-11-08  Havoc Pennington  <hp@pobox.com>
15311
15312         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
15313         visible_set args, don't know where these had gone, I thought they
15314         used to be there
15315
15316         * gtk/testtext.c: Add a menu item to apply invisibility tag;
15317         now we can test the feature and see that it's totally broken.
15318
15319 2000-11-08  Havoc Pennington  <hp@pobox.com>
15320
15321         Make DND copy pixbufs and tags when source and target share a 
15322         tag table.
15323         
15324         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
15325         in-process GTK_TEXT_BUFFER_CONTENTS target
15326         (gtk_text_view_drag_data_received): Paste from
15327         GTK_TEXT_BUFFER_CONTENTS if we receive it.
15328
15329 2000-11-08  Alexander Larsson  <alexl@redhat.com>
15330
15331         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
15332         API changes.
15333
15334         * gtk/gtkmenu.c: Add support for scrolling menus.
15335         Remove gtk_menu_append/prepend/insert, these have been moved to
15336         gtkcompat.h as #defines.
15337
15338         * gtk/gtkcompat.h.in:
15339         Add compatibility #defines for gtk_menu_append/prepend/insert
15340
15341         * gtk/gtkmenu.h: Add data needed for scrolling menus.
15342         GtkMenuPositionFunc gets an extra argument push_in.
15343         gtk_menu_append/prepend/insert removed.
15344         
15345         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
15346         positioning behaviour to fit to scrolling menus.
15347
15348         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
15349         into menuitem->submeny. That is wrong, and broke torn
15350         off submenus of torn off menus, since they were unrealized
15351         when the first menu was unrealized.
15352
15353         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
15354         gtk_menu_shell_select_item() since these need to be overridden in
15355         GtkMenu.
15356
15357         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
15358         positioning behaviour to fit to scrolling menus.
15359         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
15360         the current item so that it is prelighted when the menu pops up.
15361         This is a workaround to the fact that the menu doesn't get the
15362         initial enter event (due to grabs).
15363
15364         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
15365         s/gtk_menu_append/gtk_menu_shell_append/
15366
15367         * gtk/gtknotebook.c:
15368         s/gtk_menu_insert/gtk_menu_shell_insert/
15369
15370         * gtk/testgtk.c (create_menu, create_menus):
15371         Create the first menu with 50 items so that menu scrolling
15372         can be tested.
15373         
15374         
15375         Patch from Jonathan Blandford  <jrb@redhat.com>
15376
15377         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
15378         system to handle size requests.  First, we ask what the size of
15379         the toggle is.  Then, when allocating the size, we allocate the
15380         toggle_size first.  This way we can have multiple menu-item
15381         classes w/o needing a seperate class for each.
15382
15383         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
15384         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
15385
15386         * gtk/gtkcheckmenuitem.c
15387         (gtk_check_menu_item_toggle_size_request): New function to handle
15388         the toggle size-request.
15389
15390 2000-11-07  Havoc Pennington  <hp@redhat.com>
15391
15392         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
15393         Half-ass somewhat fix this function, so that scrolling to the
15394         insertion point works. Pango hacking is in the future to really
15395         fix it.
15396
15397         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
15398         length of data, no longer used.
15399
15400         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
15401         method contents in here, get rid of destroy method
15402         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
15403         that were backward. Remove debug spew.
15404         (cut_or_copy): Make the clipboard work with insert_range to
15405         preserve tags and pixbufs, not just the primary selection.
15406
15407 2000-11-07  Havoc Pennington  <hp@redhat.com>
15408
15409         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
15410         to gtk_text_mark_get_visible
15411
15412         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
15413         bug that was generating an invalid iterator
15414
15415         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
15416         ensure_char_offsets() in front of code placing the iter in an
15417         invalid state.
15418
15419         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
15420         make override_location arg const
15421         (paste): Replace the selection if we paste into the 
15422         current selection
15423
15424         * gtk/gtkselection.h: Remove "GtkSelectioData"
15425         (struct _GtkSelectionData): move the definition here.
15426
15427         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
15428         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
15429
15430         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
15431
15432         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
15433         (gtk_text_buffer_insert_range_interactive): implement
15434         (gtk_text_buffer_get_tags): Remove, replaced by
15435         gtk_text_iter_get_tags()
15436
15437         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
15438         limit parameter, to avoid infinite linear scan.
15439         (gtk_text_iter_backward_search): Add search limit
15440         (gtk_text_iter_forward_find_char): Add search limit
15441         (gtk_text_iter_backward_find_char): Add search limit
15442
15443 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
15444
15445         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
15446         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
15447         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
15448         gdk/linux-fb/gdkwindow-fb.c:
15449         use g_object_new() instead of g_type_create_instance() which
15450         is a private function for fundamental type implementations.
15451
15452         * gdk/linux-fb/gdkinput-ps2.c:
15453         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
15454         instead just store the current modifier state. Add a (somewhat broken)
15455         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
15456         Rename exported function gdk_input_ps2_get_mouseinfo to
15457         gdk_input_get_mouseinfo.
15458
15459         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
15460         gdk/linux-fb/gdkwindow-fb.c:
15461         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
15462         
15463
15464 2000-11-02  Havoc Pennington  <hp@redhat.com>
15465
15466         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
15467         use stock buttons. Should be 100% source compatible, appropriate
15468         filesel fields now point to dialog->vbox and dialog->action_area.
15469         On the bizarre side, dialog->action_area and filesel->action_area
15470         are not the same widget.
15471         (gtk_file_selection_init): Put some padding around the selection
15472         entry, so it isn't touching the GtkDialog separator.    
15473
15474         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
15475         use stock buttons, etc. Should also be source compatible.
15476         Set the dialog default title in _init not _new().
15477         
15478         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
15479         Use stock buttons; don't put a button box inside the existing
15480         dialog button box. Don't bother with push/pop colormap anymore.
15481
15482         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
15483         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
15484         for message dialog, and necessary for the font selection and color
15485         selection with help and apply buttons.
15486         
15487         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
15488         to the created button widget. Set GTK_CAN_DEFAULT on the button.
15489         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
15490         between buttons, put less padding around the action area.
15491         (gtk_dialog_run): Exit on unmap rather than on destroy. 
15492         This will also exit the loop if the widget is hidden.
15493         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
15494         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
15495         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
15496         special-case delete event.
15497
15498         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
15499         formatting
15500         
15501 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
15502
15503         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
15504         button to temporarily disable position recording in the
15505         "saved position" test.
15506
15507 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
15508
15509         * gtk/gtkthemes.c: added compat code that temporarily implements
15510         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
15511         going to be revamped by owen's upcoming GtkModule patches, but
15512         untill then people want gtk to build, right? ;)
15513
15514 2000-11-04  Havoc Pennington  <hp@pobox.com>
15515
15516         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
15517         list
15518
15519         * docs/Changes-2.0.txt: Add note about
15520         gtk_container_get_toplevels()
15521
15522         * gtk/gtktextview.h: formatting
15523         
15524         * gtk/gtktextview.c: don't start descriptions with "Returns",
15525         confuses gtk-doc
15526
15527 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
15528
15529         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
15530         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
15531
15532 2000-11-03  Havoc Pennington  <hp@redhat.com>
15533
15534         * gtk/gtktexttagtable.c: Docs
15535         (gtk_text_tag_table_size): return a signed int
15536
15537         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
15538         (gtk_text_tag_event): make the event_object a GObject
15539
15540         * gtk/gtktextview.c: Write API docs for all functions.
15541
15542         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
15543         for gtk_text_view_get_window_type() called on one of the private
15544         windows.
15545
15546         * gtk/gtktextview.c: Instead of accessing text_view->buffer
15547         directly, call get_buffer() which demand-creates a default
15548         buffer. So gtk_text_view_new() can be used to create a view with a
15549         default buffer in it, if you just want an empty text box users can
15550         put data in. Useful for GUI builders also.
15551
15552 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
15553
15554         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
15555         the charset encodign portion MUST be in lowercase.
15556         * gtk/gtkrc.az: added file for Azeri language
15557
15558 2000-11-03  Havoc Pennington  <hp@redhat.com>
15559
15560         Get widgets working on the btree/buffer side. Display of them 
15561         still doesn't work.
15562         
15563         * gtk/gtktextview.c: start implementing child widget stuff
15564
15565         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
15566
15567         * gtk/gtktextlayout.c: handle embedded widgets
15568
15569         * gtk/gtktextdisplay.c: handle embedded widgets
15570
15571         * gtk/gtktextchild.c: Implement all the child anchor goo
15572
15573         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
15574         function
15575
15576         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
15577         (insert_pixbuf_or_widget_segment): abstract out common portions of 
15578         creating a child anchor or a pixbuf segment.
15579         (gtk_text_btree_create_child_anchor): new function
15580         (gtk_text_btree_unregister_child_anchor): new function
15581
15582         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
15583         allocate_child signal on GtkTextLayout
15584
15585         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
15586         values
15587         (gtk_text_iter_get_child_anchor): new function
15588
15589         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
15590         default handler for the changed signal, which calls
15591         gtk_text_buffer_set_modified(), instead of just always emitting
15592         changed then calling set_modified() manually. I guess this is
15593         maybe more flexible. It seems logical.
15594
15595 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
15596
15597         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
15598         now.
15599
15600         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
15601
15602 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
15603
15604         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
15605         been marked static.
15606
15607 2000-11-02  Havoc Pennington  <hp@redhat.com>
15608
15609         * gtk/testgtk.c (create_labels): had a test backward
15610
15611         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
15612         fields, so the dest GC ends up with the correct clip origin, 
15613         etc. Fixes a bug where colored labels didn't redraw 
15614         properly.
15615
15616 2000-11-02  Alexander Larsson  <alexl@redhat.com>
15617
15618         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
15619         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
15620         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
15621         Add last argument to t_type_register_static call.
15622         
15623         * gdk/linux-fb/gdkdrawable-fb2.c:
15624         Add last argument to t_type_register_static call.
15625         export the get_image drawable virtual function.
15626
15627         * gdk/linux-fb/gdkimage-fb.c:
15628         Add last argument to t_type_register_static call.
15629         rename gtk_image_get to _gdk_fb_get_image and
15630         export it for use by gdkdrawable-fb2.
15631
15632         * gdk/linux-fb/gdkprivate-fb.h:
15633         export _gdk_fb_get_image.
15634
15635         * gdk/linux-fb/gdkselection-fb.c:
15636         Add new api call stubs.
15637
15638         * gtk/Makefile.am:
15639         Missing ( in linux-fb part.
15640
15641         * modules/linux-fb/Makefile.am:
15642         Must link with gdk_pixbuf or get unresolved symbol.
15643
15644 2000-11-01  Havoc Pennington  <hp@pobox.com>
15645
15646         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
15647         GTK_TYPE_TEXT_ITER and BOXED marshallers
15648
15649         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
15650
15651         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
15652         
15653         * gtk/gtk-boxed.defs: add GtkTextIter
15654
15655         * gtk/gtkmarshal.list: Add marshallers for text widget that 
15656         properly use OBJECT and BOXED
15657
15658 2000-11-01  Havoc Pennington  <hp@redhat.com>
15659
15660         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
15661
15662         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
15663         before returning it. 
15664         
15665 2000-11-01  Havoc Pennington  <hp@redhat.com>
15666
15667         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
15668         Clip the rectangle to be rendered to the drawable, since
15669         get_from_drawable() requires a region within the drawable
15670
15671 2000-11-01  Havoc Pennington  <hp@redhat.com>
15672
15673         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
15674         from coordinates.
15675
15676 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
15677
15678         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
15679         it isn't NULL.
15680
15681 2000-11-01  Havoc Pennington  <hp@pobox.com>
15682
15683         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
15684         on a label
15685         (gtk_label_finalize): unref the attr list if any.
15686
15687         * gtk/testgtk.c (create_get_image): close test on second click
15688         (make_message_dialog): close dialog if it exists
15689
15690         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
15691
15692         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
15693         gdk-pixbuf
15694
15695         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
15696         from Pango markup format
15697         (gtk_label_set_markup_with_accel): ditto but with accelerator
15698         parsing
15699
15700         * gtk/gtkimage.c (gtk_image_expose): reformatting.
15701
15702         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
15703         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
15704         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
15705         call gdk_window_get_origin().
15706
15707         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
15708         implement GDK_PIXBUF_ALPHA_FULL
15709         
15710 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
15711
15712         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
15713         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
15714         g_signal_handlers_disconnect_matched to block/unblock and disconnect
15715         multiple handlers respectively, instead of only treating the
15716         first handler found (bug reported by owen).
15717
15718 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
15719
15720         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
15721
15722         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
15723
15724         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
15725         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
15726         gtk/gtktreeviewcolumn.h: Fixed inline docs.
15727
15728         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
15729         widget.  Needs writing someday.
15730
15731         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
15732         the docs.
15733
15734 2000-10-30  Havoc Pennington  <hp@redhat.com>
15735
15736         * gtk/gtktextview.h, gtk/gtktextview.c:
15737         Rename delete_at_cursor delete_from_cursor, and 
15738         move to move_cursor.
15739
15740 2000-10-30  Havoc Pennington  <hp@redhat.com>
15741
15742         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
15743         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
15744         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
15745         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
15746         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
15747         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
15748         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
15749         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
15750         gtktexttypes.h, gtktextview.c, gtktextview.h:
15751
15752         Massive reindentation and reformatting. Arg alignment and comments
15753         still need fixing in various places.
15754
15755 2000-10-30  Havoc Pennington  <hp@redhat.com>
15756
15757         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
15758         to be named insert_at_cursor and delete_at_cursor so C++ can
15759         handle them.
15760
15761 2000-10-28  Tor Lillqvist  <tml@iki.fi>
15762
15763         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
15764         to get a double directory separator in case the home directory
15765         ends with one. This would cause trouble especially on Windows,
15766         where the path will be confused with the syntax for an an UNC
15767         (network share) path \\server\share\path.
15768         (gtk_rc_add_initial_default_files): Ditto.
15769
15770 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
15771
15772         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
15773
15774         * gtk/gtktextview.c: Use correct marshallers.
15775
15776 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
15777
15778         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
15779         use new iter stuff, and added all the appropriate signals et al.
15780
15781         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
15782         code is internal to gtk only.
15783
15784 2000-10-28  Tor Lillqvist  <tml@iki.fi>
15785
15786         * gtk/gtk.def
15787         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
15788         glib-genmarshal etc.
15789
15790 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
15791
15792         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
15793         parallel builds.
15794
15795 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
15796
15797         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
15798
15799 2000-10-27  Robert Brady  <robert@suse.co.uk>
15800
15801         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
15802         en_GB (British), ia (Interlingua).
15803
15804 2000-10-26  Havoc Pennington  <hp@redhat.com>
15805
15806         * gtk/gtktextiter.c (my_strrstr): fix constness warning
15807
15808         Fixed output of:
15809         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
15810         
15811         * gtk/gtktextsegment.c (char_segment_new): rename
15812         (_char_segment_new_from_two_strings): rename
15813         (_toggle_segment_new): rename
15814         
15815         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
15816         (make_clipboard_widget): make it static
15817         (text_get_func): static
15818         (text_clear_func): static
15819
15820         * gtk/gtkcolorsel.c (adjustment_changed): make this function
15821         static
15822         (hex_changed): make it static
15823         (hsv_changed): make it static
15824         (opacity_entry_changed): make it static
15825
15826         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
15827         (toggle_segment_check_func): rename with _gtk
15828
15829         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
15830         (_widget_segment_new): rename
15831         (_widget_segment_add): rename
15832         (_widget_segment_remove): rename
15833         (_widget_segment_ref): rename
15834         (_widget_segment_unref): rename
15835
15836         * gtk/gtktextmark.c (_mark_segment_new): Rename
15837         _gtk_mark_segment_new   
15838
15839 2000-10-26  Havoc Pennington  <hp@redhat.com>
15840
15841         * gtk/gtkmarshal.list: add new marshallers used by the text widget
15842         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
15843         types
15844
15845         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
15846         marshaller types
15847
15848         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
15849         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
15850         license on these files.
15851
15852         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
15853         work.
15854
15855         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
15856         runtime random number different for each tree, instead of 
15857         a constant I made up.
15858
15859 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
15860
15861         * gtk/Makefile.am: buncha cleanups, kludged build sources
15862         dependencies with a Makefile: oldest-source-stamp dependancy
15863         for the moment. automake is really fighting us here, with
15864         intentionally not allowing user-defined rules or dependancies
15865         prior to it's -include $(DEP_FILES) statement. sucks rocks!
15866
15867         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
15868         to public headers. tehy have a comment stating that they are
15869         "semi-public" aren't included by gtk.h and if enums popup there,
15870         they can be /*< skip >*/-ed.
15871
15872         * gtk/gtktextlayout.h: 
15873         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
15874         added LGPL... <SIGH>
15875
15876 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
15877
15878         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
15879         GtkTreeIter.  Added iterators everywhere.
15880
15881         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
15882
15883         * gtk/gtktreeviewselection.c: Changed to use the iterators.
15884
15885         * gtk/gtktreestore.c: Changed to use the iterators.
15886
15887         * gtk/gtkliststore.c: Commented out the code.  Will convert to
15888         iterators tomorrow.
15889
15890         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
15891         iterators tomorrow.
15892
15893         * gtk/treestoretest.c: Changed to use iterators.
15894
15895         * demos/testgtk/main.c: Moved to use the new iterator system.
15896
15897 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
15898
15899         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
15900         localization misbehaviour.
15901
15902         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
15903         a useless type without copy/free.
15904
15905         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
15906         of GTK_TYPE_CTREE_NODE.
15907
15908 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
15909
15910         * gtk/gtksignal.c:
15911         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
15912         applicable.
15913
15914         * gtk/gtk-boxed.defs (GtkSelectionData): specify
15915         gtk_selection_data_copy and gtk_selection_data_free
15916         do GtkSelectionData work as params in signals.
15917
15918 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
15919
15920         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
15921         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
15922         couldn't they at least give it a non-standard name?
15923         
15924         * gtk/gtktextlayout.c: arg! yet another implementation of
15925         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
15926
15927         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
15928         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
15929         home. now i know this _is_ a conspiracy.
15930
15931         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
15932         ::state-changed.
15933
15934         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
15935         (gtk_accel_group_create_add): marshaller signature fixups.
15936
15937         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
15938         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
15939
15940         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
15941         anymore.
15942
15943 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
15944
15945         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
15946         due to the signal system changes, it wouldn't build currently. to
15947         be fixed soon.
15948
15949         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
15950
15951         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
15952         so it needs gtk_marshal_VOID__ENUM() instead of
15953         gtk_marshal_NONE__UINT().
15954
15955         * gdk/gdk*.c: adapted type registration functions.
15956
15957         * gtk/gtkbindings.c:
15958         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
15959         gone.
15960
15961         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
15962
15963         * gtk/gtkobject.c:
15964         (gtk_object_destroy):
15965         (gtk_object_shutdown): fixed recursion guards. basically we have to
15966         catch the case where any of GObject.shutdown() or gtk_object_destroy()
15967         is called during ::destroy, and avoid recursion there.
15968
15969         * gtk/gtktypeutils.c:
15970         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
15971         boxed_copy/boxed_free. this needs a more general solution based on a
15972         publically installed code-generator utility.
15973
15974         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
15975         glib's gobject has support for that now.
15976         define GtkSignalMarshaller in terms of GSignalCMarshaller.
15977
15978 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
15979
15980         * gtk/gtksignal.[hc]:
15981         * gtk/gtkmarshal.[hc]:
15982         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
15983         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
15984         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
15985         care of that.
15986
15987         * *.c: marshaller name fixups.
15988
15989         * gtk/gtkmarshal.list: added a comment briefing the format.
15990
15991 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
15992
15993         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
15994         compatibility macros here now. more specifically, most of
15995         the API is preserved (yes, _most_, nonwithstanding the
15996         following exceptions listed, the API is stil lHUGE ;)
15997         things that got removed completely:
15998         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
15999         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
16000         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
16001         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
16002         gtk_signal_remove_emission_hook().
16003         non-functional functions variants:
16004         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
16005         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
16006         not supported anymore.
16007         (gtk_signal_compat_matched): new internal function to aid
16008         implementation of the compatibility macros, it  provides
16009         functionality to block/unblock/disconnect handlers based
16010         on func/data.
16011
16012         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
16013
16014         * *.c: adaptions to new type registration API signatures.
16015
16016 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
16017
16018         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
16019
16020 2000-10-25  Robert Brady  <robert@suse.co.uk>
16021
16022         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
16023         gdk_property_delete): If window == NULL, assume the root window.
16024         (restoring the behaviour that was in 1.2).
16025         
16026         * gtk/testtext.c (save_buffer): Allow creation of new files when
16027         saving.
16028
16029         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
16030         calls to read().
16031
16032 2000-10-25  Tor Lillqvist  <tml@iki.fi>
16033
16034         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
16035
16036         * gdk/win32/gdkdrawable-win32.c
16037         * gdk/win32/gdkimage-win32.c
16038         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
16039         X11 backend.
16040
16041         * gdk/win32/gdkcc-win32.c
16042         * gdk/win32/gdkcolor-win32.c
16043         * gdk/win32/gdkfont-win32.c
16044         * gdk/win32/gdkinput-win32.c
16045         * gdk/win32/gdkmain-win32.c
16046         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
16047
16048 2000-10-24  Havoc Pennington  <hp@redhat.com>
16049
16050         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
16051         it a static function
16052
16053         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
16054         redraw text when a tag is applied to it.
16055
16056         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
16057         (gtk_text_tag_affects_nonsize_appearance): private functions to
16058         see if a tag requires various kinds of redraw/layout to be queued
16059         up.
16060
16061         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
16062
16063         * gtk/testtext.c (fill_example_buffer): Put the cursor 
16064         at the start of the buffer, so search works by default
16065
16066         * gtk/gtktextiter.c (lines_match): init match_start always
16067
16068         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
16069         function, get iter at a line + a byte index
16070
16071         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
16072         to set byte position within a line
16073         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
16074
16075 2000-10-23  Havoc Pennington  <hp@redhat.com>
16076
16077         * gtk/testtext.c: Re-enable the "find" dialog
16078
16079         * gtk/testgtk.c: Add test for gdk_drawable_get_image
16080         
16081         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
16082         the arguments to gdk_draw_drawable were in the wrong order
16083         (gdk_window_paint_init_bg): This function was ignoring the
16084         init_region, instead of clipping to it, so the entire backing
16085         pixmap was cleared on every begin_paint()
16086         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
16087         was in here again, the loop kept using the same GtkWindowPaint
16088         over and over.
16089         (gdk_window_begin_paint_region): Fix a bug where we had two
16090         x_offset instead of x_offset and y_offset
16091
16092         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
16093         before we get the image.
16094         (gdk_draw_drawable): get the composite before we draw the drawable.
16095         (gdk_drawable_real_get_composite_drawable): default
16096         get_composite_drawable implementation that returns the drawable 
16097         itself
16098
16099         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
16100         get_composite_drawable virtual function
16101
16102         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
16103         list-walking bug
16104
16105         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
16106         make this work if the source drawable is a GdkDrawableImplX11
16107         instead of a public drawable type. This is really broken; the
16108         problem is that GdkDrawable needs a virtual method get_xid(), but
16109         of course that doesn't work in practice. Enter RTTI.
16110
16111         Also, improve mismatched depth message.
16112
16113         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
16114         GdkPixmap
16115
16116         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
16117         install _gdk_x11_get_image as our implementation of get_image
16118         
16119         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
16120         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
16121
16122         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
16123         gdk_drawable_get_image
16124
16125         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
16126
16127         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
16128         get_image
16129
16130         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
16131         trailing semicolon after for loop
16132
16133 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
16134
16135         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
16136         where font_desc for widget's context lagged widget's font_desc by
16137         one step.
16138
16139 2000-10-22  Tor Lillqvist  <tml@iki.fi>
16140
16141         * gdk/win32/gdkgc-win32.c
16142         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
16143
16144         * gtk/makefile.mingw.in
16145         * gtk/gtk.def: Updates.
16146
16147         * gtk/testgtk.c: sleep() is called _sleep in MS's C
16148         library.
16149
16150         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
16151
16152         * gtk/makefile.msc: Remove
16153
16154         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
16155
16156         * gtk/Makefile.am: Add it.
16157
16158         * configure.in: Generate it.
16159
16160         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
16161         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
16162         something even if not implemented, to satisfy picky MSVC.
16163
16164         Patches by Hans Breuer:
16165         
16166         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
16167         SetBkMode() and SetTextAlign() before calling
16168         pango_win32_render().
16169
16170         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
16171         Set hcliprgn to NULL after destroying it.
16172         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
16173
16174         * gdk/win32/gdkgeometry-win32.c
16175         (_gdk_windowing_window_queue_antiexpose): More effective
16176         implementation.
16177
16178         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
16179         depth as default, not the visual's.
16180
16181         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
16182         against empty title.
16183
16184         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
16185         IMAGE_PRIVATE_DATA.
16186
16187         * gdk/win32/gdkimage-win32.c: Use it.
16188
16189 2000-10-22  Robert Brady  <robert@suse.co.uk>
16190
16191         * configure.in: Check for bind_textdomain_codeset
16192
16193         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
16194         present, make use of it.
16195
16196         Add a translatable string "default:LTR" which, if translated
16197         to "default:RTL", will cause the default direction to be
16198         Right-to-Left.
16199
16200         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
16201         direction if marked as flippable.
16202
16203         * gtk/gtkhscale.c: Mark widget as flippable.
16204         
16205 2000-10-04  Havoc Pennington  <hp@redhat.com>
16206
16207         * gtk/testgtk.c (create_buttons): create some stock buttons
16208         with the default accel group
16209         (create_image): test some new GtkImage features
16210         (make_message_dialog): test GtkMessageDialog
16211         (create_modal_window): fix someone's bizzarro indentation
16212
16213         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
16214         GTK_WIN_POS_CENTER_ON_PARENT. 
16215         Add "destroy with parent" setting, which means the window goes
16216         away with its transient parent.
16217         (gtk_window_get_default_accel_group): get the default accel group
16218         for the window.
16219         (gtk_window_set_destroy_with_parent): set/unset destroy with
16220         parent flag
16221         (gtk_window_read_rcfiles): invalidate icon set caches
16222         after reloading rcfiles 
16223
16224         * gtk/gtkenums.h (GtkWindowPosition): add
16225         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
16226         on its parent window when the dialog is mapped for the first time.
16227
16228         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
16229         a simple message dialog class
16230         
16231         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
16232         handler to emit response signal, and maybe later it would
16233         honor a hide_on_delete flag - though that isn't there yet.
16234         Set border width on the vbox to 2, so we get some padding.      
16235         Use a button box for the action area.
16236         (gtk_dialog_key_press): synthesize a delete event if Esc
16237         is pressed and the GtkWidget key press handler didn't 
16238         handle the escape key.
16239         (gtk_dialog_new_with_buttons): new function creates a dialog
16240         with some default buttons in it.
16241         (gtk_dialog_add_action_widget): add an activatable widget
16242         as a button in the dialog - you can also add a non-activatable
16243         widget by accessing the action area directly.
16244         (gtk_dialog_add_button): add a simple button - stock ID or 
16245         label - to the action area
16246         (gtk_dialog_response): emit response signal
16247         (gtk_dialog_run): block waiting for the dialog, return 
16248         the response. Override normal delete_event behavior, so that 
16249         delete_event does nothing inside gtk_dialog_run().
16250
16251         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
16252         emitted when an action widget is clicked or the dialog gets
16253         delete_event
16254
16255         * gtk/gtk.h: add gtkmessagedialog.h
16256
16257         * gtk/Makefile.am: add gtkmessagedialog.[hc]
16258
16259 2000-10-18  Havoc Pennington  <hp@redhat.com>
16260
16261         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
16262         where any number of empty lines would get skipped
16263
16264         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
16265         edge.
16266
16267         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
16268         warning about invalid iterators (explain more thoroughly)
16269         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
16270
16271         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
16272         big
16273
16274         * demos/*.c: Add error handling
16275
16276         * gtk/gtktextbuffer.c: don't modify const iterators
16277
16278         * gtk/gdk-pixbuf-loader.c: Add full error handling here
16279
16280         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
16281         on file load
16282
16283         * gtk/gtkiconfactory.c: Update to reflect addition of error
16284         handling to gdk-pixbuf loaders
16285
16286 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
16287
16288         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
16289         move to new modularized testgtk.
16290
16291 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
16292
16293         * gtk/gtktreeview.c: Draw the arrows correctly.
16294
16295         * gtk/gtktreemodel.c: Added user docs.
16296
16297         * gtk/gtk.h: remove gtktreedatalist.h.
16298
16299         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
16300         parent when generating my type.
16301
16302         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
16303         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
16304
16305 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
16306
16307         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
16308         GtkTreeModel from object to interface.
16309
16310 2000-10-16  Havoc Pennington  <hp@redhat.com>
16311
16312         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
16313         compilation
16314
16315 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
16316
16317         * gtk/gtktreeselection.c: Add API documentation to all public
16318         functions.
16319
16320         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
16321         functions.
16322
16323 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
16324
16325         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
16326         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
16327         docs to all public functions.
16328
16329         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
16330         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
16331         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
16332         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
16333         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
16334         issue.
16335
16336 2000-10-14  Robert Brady  <robert@suse.co.uk>
16337
16338         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
16339
16340 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
16341
16342         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
16343         values other then G_TYPE_STRING.
16344         * gtk/gtktreeselection.c: Minor commenting updates.
16345         * gtk/gtktreeview.c: Format updates.
16346
16347 2000-10-09  Tor Lillqvist  <tml@iki.fi>
16348
16349         * README.win32: Update.
16350
16351         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
16352         lines that had been deleted by mistake (?).
16353
16354         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
16355         also the case fg==white and bg==black (but still not randomly
16356         coloured cursors). Thanks to Wolfgang Sourdeau.
16357
16358         * gdk/win32/*.c: Silence gcc -Wall.
16359
16360         * gtk/gtk.def: Add missing entry points.
16361
16362         Fixes by Hans Breuer:
16363
16364         * gdk/makefile.msc
16365         * gdk/win32/makefile.msc: Update.
16366
16367         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
16368         some MSVC thing, presumably), cause breakpoint on failures. Add
16369         GDK_NOR case. Call g_log_set_always_fatal.
16370
16371         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
16372         should be pased by reference.
16373         
16374         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
16375         
16376         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
16377
16378         * gdk/win32/gdkevents-win32.c
16379         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
16380
16381         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
16382         implementation object.
16383
16384         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
16385         not just windows.
16386         
16387         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
16388         Use the wrapper object.
16389         
16390 2000-10-06  Havoc Pennington  <hp@redhat.com>
16391
16392         * Makefile.am (SRC_SUBDIRS): contrib subdir
16393
16394         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
16395         so it can be used in Xlib version
16396
16397         * demos/testpixbuf.c (update_timeout): error checking from 1.0
16398         tree
16399
16400         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
16401         change from 1.0 tree that returns first frame of animation
16402         if the loaded file is an animation.
16403
16404         * contrib: add new directory to hold stuff that comes with GTK+
16405         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
16406         
16407         * configure.in: add contrib/*
16408
16409 2000-10-05  Havoc Pennington  <hp@redhat.com>
16410
16411         * demos/testpixbuf-save.c: add pixbuf save test
16412
16413         * demos/Makefile.am: add testpixbuf-save.c
16414
16415 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
16416
16417         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
16418         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
16419         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
16420         * gtk/gtktreeselection.[ch]: Replaced
16421         "node_selected"/"node_unselected" signal with "selection_changed"
16422         signal.
16423
16424 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
16425
16426         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
16427         tree widget.
16428
16429 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
16430
16431         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
16432         drawing.
16433
16434 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
16435
16436         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
16437         Move list pointer forwards before removing item from
16438         list. (Crash reported by Salmaso Raffaele)
16439
16440         * gdk/gdkwindow.h: Remove spurious trailing ,
16441
16442         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
16443         dependencies on uninstalled libraries, sorry folks.
16444
16445 2000-10-04  Havoc Pennington  <hp@redhat.com>
16446
16447         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
16448         gtk/gtkiconfactory.c: Fix copyrights    
16449
16450         * demos/testpixbuf.c: add inline pixbuf test
16451         
16452 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
16453
16454         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
16455         Add gdk_window_iconify.
16456
16457         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
16458         (gdk_window_set_geometry_hints): Add win_gravity
16459         to geometry structure.
16460
16461         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
16462         Implement _NET_WM_PING.
16463
16464         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
16465         Set _NET_WM_PID on the client leader.
16466
16467         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
16468         Handle UTF-8 better.
16469
16470         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
16471         UTF-8 better, set _NET_WM_NAME as well. Only set
16472         icon name if it hasn't previously been explicitely 
16473         set.
16474
16475 2000-10-03  Havoc Pennington  <hp@redhat.com>
16476
16477         * gtk/testtextbuffer.c: clean up trailing whitespace,
16478         add extensive tests for tag toggle iteration.
16479         
16480         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
16481         distance
16482
16483         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
16484         optimize case where the tag root is on level 1
16485         (gtk_text_line_previous_could_contain_tag): attempt to implement
16486         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
16487         functionality
16488
16489         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
16490         Implement this, though not very efficiently.
16491
16492         * gtk/gtktextiterprivate.h: reformat
16493
16494         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
16495         iterator
16496
16497         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
16498         this to properly revalidate the iterators.
16499
16500         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
16501         properly at the end of the line (and therefore on empty lines)
16502
16503         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
16504         maybe we should return a value...
16505
16506 2000-10-03  Tor Lillqvist  <tml@iki.fi>
16507
16508         * config.h.win32: Guard definition of alloca(). glib.h now handles
16509         that.
16510
16511         * gdk/gdk.def
16512         * gtk/gtk.def: Add new entry points.
16513
16514         Changes just to make GTK+ build without errors on Win32. No hope
16515         of it working in its current state, though...:
16516         
16517         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
16518         some functions from the X11 backend, just to make GTK+ build.
16519
16520         * gdk/makefile.mingw.in
16521         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
16522         number. Add new object files.
16523
16524         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
16525         GetMessageTime to get timestamp (where on X11 uses
16526         gdk_x11_get_server_time()).
16527
16528 2000-10-02  Havoc Pennington  <hp@pobox.com>
16529
16530         * gtk/gtktextview.c: text_window_* weren't static and should have
16531         been.
16532         Start work on child widgets; not yet complete, syncing to 
16533         office computer.
16534
16535         * gtk/gtktextchild.h: change this to contain a public interface,
16536         starting work on child interfaces.
16537         * gtk/gtktextchildprivate.h: move private interfaces here
16538
16539         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
16540
16541         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
16542         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
16543         gtk/gtktextmark.c: copyright notices
16544
16545         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
16546         internal functions      
16547
16548         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
16549         internal function
16550
16551         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
16552         Reformatting    
16553
16554 2000-09-30  Havoc Pennington  <hp@pobox.com>
16555
16556         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
16557         NULL start/end pointers
16558
16559         * gtk/gtktextbuffer.c: Write some docs
16560         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
16561         NULL, so you can just check whether there's a selection.        
16562
16563         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
16564         cleanup_line or segments_changed ourselves, it gets done 
16565         in unlink_segment
16566
16567         * gtk/gtktextmark.h:
16568         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
16569         
16570         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
16571
16572         * gtk/gtktextmark.c: delete some more old Tk cruft
16573
16574         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
16575         mark before removing it, so we can emit MARK_DELETED with a valid
16576         pointer.
16577         (gtk_text_buffer_mark_set): hold ref across signal emission
16578
16579         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
16580         whining about attempts to delete special marks
16581
16582         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
16583         underscore, since it's internal.
16584
16585         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
16586         now implemented in terms of iterators in gtktextiter.h
16587
16588         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
16589         New function, destructively sets contents of buffer. Also 
16590         a convenient way to clear the buffer by setting text to ""
16591
16592         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
16593         multiline string literal
16594
16595         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
16596         text changes.
16597
16598         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
16599         is not dereferenceable
16600         (gtk_text_iter_forward_lines): fix return value
16601
16602 2000-09-29  Havoc Pennington  <hp@redhat.com>
16603
16604         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
16605
16606         * gtk/gtktextview.c: Implement drag thresholding; change functions 
16607         that set border window size to have nicer name
16608         (gtk_text_view_mark_set_handler):  Fix this to have the 
16609         right signature.
16610
16611         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
16612
16613         * gtk/testtext.c: Update with API changes, put line numbers on 
16614         both sides.
16615         
16616         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
16617         with this
16618
16619         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
16620         pixbuf; delete a big block of #if 0 Tk code
16621
16622         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
16623         insert_pixmap with insert_pixbuf
16624
16625 2000-09-29  Martin Baulig  <baulig@suse.de>
16626
16627         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
16628         confusion with the GdkPixbuf of the GNOME 1.x platform.
16629
16630 2000-09-29  Havoc Pennington  <hp@pobox.com>
16631
16632         * gtk/gtktextview.c: Implement the side windows.
16633
16634         * gtk/testtext.c: Implement simple line numbering in the 
16635         left side window; seems to make scrolling sloooow. Oops.
16636         Also, cursor blink is for some reason causing redraws
16637         of the line numbers. Should investigate...
16638
16639 2000-09-28  Havoc Pennington  <hp@redhat.com>
16640
16641         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
16642         scrolling child windows, and draw focus rectangle properly.
16643         
16644         (gtk_text_view_buffer_to_window_coords):
16645         Coordinate transformation to deal with all these freaking windows
16646         and offsets
16647         (gtk_text_view_window_to_buffer_coords): transform the other way
16648
16649         * gtk/testtext.c (create_buffer): Update to match Pango API change
16650
16651         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
16652         anonymous tags
16653         (foreach_unref): don't emit remove signal from finalize, just
16654         set tag's parent to NULL
16655
16656 2000-09-26  Havoc Pennington  <hp@redhat.com>
16657
16658         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
16659         Fix some warnings       
16660
16661 2000-09-26  Havoc Pennington  <hp@redhat.com>
16662
16663         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
16664         headers into the private header list
16665
16666         * Makefile.am (pkgconfig_DATA): install pkg-config files
16667
16668         * configure.in: add pkg-config files
16669
16670         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
16671
16672         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
16673         outstanding icon caches on theme change.
16674
16675         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
16676         important types:
16677
16678         (GtkIconSource): Specification for creating a pixbuf 
16679         appropriate for a direction/state/size triplet from 
16680         a source pixbuf or filename
16681
16682         (GtkIconSet): List of GtkIconSource objects that are used to
16683         create the "same" icon (e.g. an OK button icon), and cache for
16684         rendered icons
16685
16686         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
16687         up the icon set for a given stock ID.  GTK maintains a stack of
16688         GtkIconFactory to search, and applications or libraries can add
16689         additional icon factories on top of the stack
16690         
16691         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
16692         the set of GtkIconSource specified for a given stock ID into 
16693         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
16694         RcStyle, under the specified stock ID.
16695
16696         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
16697         render_icon used to derive a GdkPixbuf from a GtkIconSource.
16698         This allows people to theme how prelight, insensitive, etc. are
16699         done.
16700
16701         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
16702         icon factories for a style, and return the resulting 
16703         icon set if any.
16704
16705         (gtk_style_render_icon): Render an icon using the render_icon 
16706         method in the GtkStyleClass.
16707
16708         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
16709         Use the style for a given widget to look up a stock ID, get the
16710         icon set, and render an icon using the render_icon method 
16711         of the style
16712
16713         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
16714         (contains information about a stock item), the built-in stock item
16715         IDs, and functions to add/lookup stock items.
16716
16717         * gtk/stock-icons/*: Stock icons that come with GTK
16718
16719         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
16720         a button based on a GtkStockItem
16721         (gtk_button_new_accel): Takes a uline string and accel group, and
16722         installs the accelerator.
16723
16724         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
16725         image-display widget.
16726
16727 2000-09-25  Havoc Pennington  <hp@redhat.com>
16728
16729         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
16730
16731         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
16732         Fix a bug when removing node data, we didn't properly 
16733         re-splice the linked list after removing the data.
16734
16735         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
16736         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
16737
16738         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
16739
16740         * gtk/gtktextlayout.c (set_para_values): Set tab array 
16741         for the layout from the GtkTextTag.
16742
16743         * gtk/gtktexttypes.h: delete tab and search cruft, 
16744         remove g_convert() in favor of GLib version
16745
16746         * gtk/gtktexttypes.c: remove tab implementation from here,
16747         move to Pango
16748
16749         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
16750         tab stuff using new PangoTabArray from Pango
16751
16752         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
16753         unused border_width stuff
16754
16755 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
16756
16757         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
16758         glib) and now useless utf_to_latin1() latin1_to_utf()
16759
16760         * gtk/gtktextview.[ch]: Change ::move_insert and
16761         ::delete_text action signals to ::move and ::delete;
16762         create the signals with the right enumeration type,
16763         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
16764         C-v bindings, change Home, End to move to beginning/end
16765         of line, Add C-Home C-End to move to beginning/end
16766         of buffer. Change ::cut_text to ::cut_clipboard, etc;
16767         combine ::scroll_text into ::move; use new GtkSelectionData
16768         functions to simplify DND text handling.
16769         
16770         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
16771         deletion enumerations here, rename enumeration values to 
16772         be consistently plural.
16773
16774         * gtk/gtktextbuffer.c: Use new clipboard interfaces
16775         for cut/copy/paste and primary selection.
16776
16777         * gtk/gtktextbuffer.[ch]: Remove excess time and
16778         'interactive' arguments from cut/copy/paste;
16779         rename cut to cut_clipboard, etc; remove
16780         gtk_text_buffer_get_clipboard_contents().
16781
16782         * gtk/gtktextlayout.[ch]: Add 
16783         gtk_text_layout_move_iter_to_line_end() to move the iter to 
16784         line ends.
16785
16786         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
16787         Functions to set or get a UTF-8 string on the selection
16788         data.
16789
16790         * gtk/gtkclipboard.[ch]: New, simplified selection handling
16791         interfaces.
16792
16793         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
16794         created widgets - one of these is useless if we don't.
16795
16796         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
16797         a public function clear all targets registered for the
16798         widget.
16799
16800         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
16801         Never call gtk_widget_realize() - that was just asking
16802         for bizarre side-effects.
16803
16804         * gtk/gtkselection.c (gtk_selection_owner_set): Call
16805         gdk_selection_owner_set even if the widget is the
16806         same so that we reliably update the timestamp on
16807         the server.
16808
16809         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
16810         gdk_x11_get_server_time() function.
16811         
16812         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
16813         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
16814         Add some tricky filtering on serial numbers for
16815         selection clear events to fix up long-standard
16816         race condition FIXME's in gtkselection.c.
16817
16818         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
16819         routines to convert from utf8 to compound text or
16820         STRING and from a text property to UTF-8.
16821
16822         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
16823         a convenience function gdk_get_current_event_time().
16824
16825         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
16826         and free selection_data->data properly
16827
16828 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
16829
16830         * gtk/gtkthemes.c: Remove some unecessary includes.
16831
16832 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
16833
16834         * gtk/gtktextdisplay.c
16835         * gtk/gtktextlayout.c
16836         * gtk/gtktexttag.c
16837         * gtk/gtktexttag.h
16838         * gtk/testtext.c: Change the overstrike property to strikethrough,
16839         to closer match pango.
16840
16841 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
16842
16843         * gtk/gtktextview.c: Fix up visibility so that focus,
16844         cursor_visible and blink interact properly.  Reenable cursor blink
16845         which had been roughly disabled. Make blink and focus
16846         properly per-view.
16847
16848         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
16849         Add a flag for whether to display insertion cursor and
16850         a function to set the flag.
16851
16852         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
16853         get_line_y() to get_line_yrange(), to be a bit more generally
16854         useful.
16855
16856 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
16857
16858         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
16859           do stop_navigating_submenu, to clear last timeout properly.
16860           Also in gtk_menu_motion_notify move ignore_enter above
16861           the conditional to make it always happen as suggested by Owen
16862
16863 2000-09-07  Tor Lillqvist  <tml@iki.fi>
16864
16865         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
16866
16867         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
16868         w32api headers.
16869
16870         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
16871         declarations.
16872
16873         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
16874         (gdk_win32_get_colormap): A line had been deleted by mistake.
16875
16876         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
16877         (gdk_event_translate): Handle more virtual keycodes to be able to
16878         generate GDK events for Control-comma, Control-period, etc.
16879
16880         * gtk/gtk.def: Add some missing entry points.
16881
16882 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
16883
16884         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
16885         Doc comment fixing. (Mostly non-matching parameter names.)
16886
16887         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
16888         comments a little to avoid looking like a doc comment.
16889
16890         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
16891         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
16892         conversions be changed to GError?)
16893
16894         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
16895         Move private #defines into .c file.
16896
16897         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
16898         order of argument addition, remove duplicates.
16899
16900         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
16901         parent class is FrameClass, not BinClass.
16902
16903         * gtk/gtk.h: Add gtkinvisible, which was missing.
16904         (It's occasionalyl useful for client apps, if seldom.)
16905
16906         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
16907         #define.
16908
16909 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
16910
16911         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
16912         coordinates when creating window, instead of GDK-space
16913         coordinates. (Avoid BadValue on too large windows.)
16914
16915 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
16916
16917         * configure.in (use_mmx_asm): Remove conftest* after use along the
16918         lines of AC_TRY_COMPILE.        
16919         
16920         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
16921         of g_dirname, which is deprecated.
16922         (gtk_rc_parse_any): Removed calls to
16923         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
16924
16925         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
16926         Removed calls to g_hash_table_{freeze,thaw}, as they are
16927         deprecated now.
16928
16929         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
16930         instead of g_basename.
16931         
16932 2000-09-04 Elliot Lee <sopwith@redhat.com>
16933         
16934         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
16935         ANSI warning.
16936
16937 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
16938
16939         * gtk/gtkwidget.h:  Add some documenting comments about 
16940           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
16941           just as owen said on irc.
16942
16943         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
16944           set HAS_DEFAULT.  Only set it if there isn't another window
16945           holding it (a focus window which RECEIVES_DEFAULT) and only unset
16946           it if the widget is not the focused window with RECEIVES_DEFAULT.
16947           This fixes weird double default bugs in dialogs which has things
16948           call gtk_window_set_default at times.
16949
16950 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
16951
16952         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
16953         Nils Barth and David Santiago to improve submenu
16954         navigation. The patch does this by creating a triangular
16955         region from the point where the pointer leaves the
16956         menu to the submenu.  While the pointer is in
16957         that region and a timeout has not expired, events 
16958         that would cause the active submenu to change are
16959         ignored.
16960
16961 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
16962
16963         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
16964         moving a toplevel window immediately after sizing it would
16965         result in it being sized back to the old size since 
16966         impl->width, impl->height aren't updated until we hear
16967         back from the server. There is still a (longstanding) bug
16968         here that gdk_window_get_size() will give the wrong size
16969         until we do hear back.
16970
16971 2000-08-31  Havoc Pennington  <hp@redhat.com>
16972
16973         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
16974         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
16975         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
16976         Rename GtkTextStyleValues to GtkTextAttributes
16977
16978 2000-08-31  Havoc Pennington  <hp@pobox.com>
16979
16980         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
16981         for rapid testing whether an iterator is the end iterator
16982         (gtk_text_btree_new): init end line cache
16983         (gtk_text_line_is_last): use fast cached line to 
16984         see if we're the last line.
16985         (get_last_line): use cached line here too, should 
16986         speed up some random unrelated code.
16987         
16988 2000-08-30  Havoc Pennington  <hp@pobox.com>
16989
16990         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
16991         signals.
16992
16993         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
16994         delete_text signals. This allows the signals to be used for
16995         implementing undo.
16996
16997         * gtk/gtktextbuffer.c: Change signal handler signatures; 
16998         provide "interactive" argument when emitting insert_text or
16999         delete_text signal.
17000         
17001 2000-08-30  Havoc Pennington  <hp@pobox.com>
17002
17003         * gtk/gtktextbuffer.c: Docs
17004
17005 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
17006
17007         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
17008         from switch statements, since Tor removed the enumeration
17009         value.
17010         
17011         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
17012         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
17013
17014 2000-08-29 Elliot Lee <sopwith@redhat.com>
17015         * */*.h: Use G_GNUC_CONST.
17016
17017 2000-08-27  Havoc Pennington  <hp@pobox.com>
17018
17019         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
17020         minor indentation fixes, inserted some FIXME about stuff I
17021         realized was broken while documenting it.
17022         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
17023         GTK convention  
17024
17025 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
17026
17027         * gtk/testgtk.c (create_styles): Fix double free of
17028         font desc.
17029
17030 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
17031
17032         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
17033         
17034         * gtk/testgtk.c (create_styles): Add a test for modifying
17035         the style through gtk_widget_modify_*.
17036
17037         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
17038         a function to get the current modifier style.
17039
17040         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
17041         of the passed in GtkRcStyle instead of ref'ing it.
17042
17043         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
17044
17045 2000-08-20  Tor Lillqvist  <tml@iki.fi>
17046
17047         * gdk/gdkimage.h
17048         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
17049         shared memory image+pixmap GdkImage type, or
17050         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
17051         I am dropping that.
17052
17053         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
17054         actually call gtk_init_abi_check(), passing also
17055         sizeof(GtkWindow). Ditto for gtk_init_check(). 
17056
17057         * gtk/gtk.def
17058         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
17059         New functions, used to check that the GTK+-using code has been
17060         compiled using the correct compiler and switches. In particular,
17061         with gcc one has to use the -fnative-struct switch as GTK+ is
17062         compiled with that.
17063
17064 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
17065
17066         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
17067         ->prev fields when merging lists. (Found simultaneously
17068         by Pawel Salek and Jakub Jelinek)
17069
17070 2000-08-12  Tor Lillqvist  <tml@iki.fi>
17071
17072         * gdk/gdk.def
17073         * gtk/gtk.def: Add missing entries.
17074
17075         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
17076         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
17077
17078         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
17079         function. Dummy implementation at this point.
17080
17081         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
17082         rules. Undefine GTK_COMPILATION when compiling the test programs.
17083         
17084         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
17085
17086 2000-08-11  Tor Lillqvist  <tml@iki.fi>
17087
17088         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
17089         to convert back and forth from UTF-8 and the "system" (or "current
17090         locale") charset when necessary. Indentation/spacing cleanup.
17091
17092 2000-08-10  Havoc Pennington  <hp@redhat.com>
17093
17094         * Makefile.am (snapshot): Change the format of the snapshot
17095         version to match glib
17096
17097         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
17098         from EXTRA_DIST since it doesn't seem to exist
17099
17100 2000-08-10  Tor Lillqvist  <tml@iki.fi>
17101
17102         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
17103         version of the directory name (not the UTF-8 one) when building
17104         the path name to stat().
17105
17106 2000-08-03  Elliot Lee  <sopwith@redhat.com>
17107
17108         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
17109         PANGO_ATTR_SHAPE set.
17110
17111 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
17112
17113         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
17114         Peter Osterlund to simplify the code while keeping the
17115         functionality the same.
17116
17117 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
17118
17119         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
17120         is_viewable() test further inside the function, since removing the 
17121         window from the redraw list without clearing ->update_area
17122         was also very broken.
17123
17124 2000-08-02  Tor Lillqvist  <tml@iki.fi>
17125
17126         * configure.in: Check for <unistd.h>.
17127
17128 2000-08-01  Martin Baulig  <baulig@suse.de>
17129
17130         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
17131         to display the message that this is a development version of GTK+.
17132
17133 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
17134
17135         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
17136         was depending on widget->allocation instead of the width of text_area,
17137         which was incorrect for subclasses like GtkSpinButton.
17138
17139         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
17140         with width == 1 tests that should be width == -1.
17141
17142 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
17143
17144         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
17145         (broken, Elliot, every single window blank on X) custom code with call
17146         to gdk_window_is_viewable() which a) prevents code duplicate and
17147         b) works. 
17148
17149 2000-07-31  Elliot Lee  <sopwith@redhat.com>
17150
17151         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
17152         to get the GDK_PARENT_ROOT() macro to work.
17153         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
17154         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
17155         of, windows that aren't shown.
17156         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
17157         pointer grab stuff.
17158
17159 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
17160
17161         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
17162           s/gtk_main_iteration/g_main_iteration/
17163
17164           Did this already in change:
17165                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
17166           don't know how it got reverted.
17167
17168 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
17169
17170         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
17171         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
17172
17173         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
17174         not gdk_pixbuf.
17175
17176 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
17177
17178         * configure.in,po/{sp,sr}.po: Added Serbian files
17179
17180 2000-07-30  Tor Lillqvist  <tml@iki.fi>
17181
17182         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
17183
17184         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
17185         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
17186         GIOChannel implementation.
17187
17188         * gdk/win32/gdkinput.c
17189         * gdk/win32/gdkpango-win32.c: Update license name here, too.
17190
17191         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
17192         definition to match prototype.
17193
17194         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
17195
17196 2000-07-27  Elliot Lee  <sopwith@redhat.com>
17197
17198         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
17199         function, to allow handling image formats that cannot be detected
17200         by looking at content alone.
17201
17202 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
17203
17204         * docs/tutorial/*.gif *.jpg *.eps
17205           Update these to the same look-n-feel.
17206           Why does including images in DocBook suck so badly?
17207
17208 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
17209
17210         * gtk/gtktable.c: applied patch from Phil Thompson
17211         <phil@river-bank.demon.co.uk> that enables space settings for
17212         the last row/columns as well.
17213
17214 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
17215
17216         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
17217         updates the license headers to the GNU Lesser General Public License,
17218         as well as updating the copyright year to 2000.
17219
17220 2000-07-26  Robert Brady  <rwb197@zepler.org>
17221
17222         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
17223           and po/Makefile, was installing and looking for them under gtk20
17224           and gtk2 respectively.
17225
17226 2000-07-25  Havoc Pennington  <hp@redhat.com>
17227
17228         * gtk/testtext.c: Comment out some stuff that depends on the rest
17229         of my patches.
17230
17231 2000-07-25  Havoc Pennington  <hp@redhat.com>
17232
17233         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
17234         buffer
17235
17236 2000-07-25  Havoc Pennington  <hp@redhat.com>
17237
17238         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
17239         widget changes.
17240
17241         * gtk/gtktextview.h: To be consistent with usage of "line"
17242         throughout the API to mean "newline-terminated thingy", change
17243         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
17244         to MOVEMENT_LINE.
17245
17246         (GtkTextView): Add flags for default editability, and whether to
17247         show the cursor. Add functions to get/set that. Add 
17248
17249         (gtk_text_view_get_iter_location): new function
17250
17251         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
17252         gtktextlayout.h
17253         (g_convert): Add g_convert temporarily, will go in glib in a bit
17254         
17255         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
17256         GtkTextTagTableForeach instead of brokenly using GHFunc.
17257         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
17258
17259         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
17260         moved to public header.
17261
17262         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
17263         "invisible", since "elide" was a bad name.
17264         (gtk_text_tag_get_priority): Added
17265
17266         (GtkTextStyleValues): put this in public header, along with
17267         functions to use it.
17268
17269         * gtk/gtktextmarkprivate.h: Include more headers, since we no
17270         longer include gtktextbtree.h.
17271
17272         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
17273         gtk_text_mark_deleted
17274
17275         * gtk/gtktextlayout.h: Don't include the "really private" headers,
17276         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
17277         to make this possible. Now we only need to install
17278         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
17279         (However the Makefile.am isn't changed yet because of the
17280         logistics of merging gtk-hp-patches piecemeal)
17281
17282         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
17283         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
17284         gtk_text_iter_get_line is now used in the public API for a
17285         different purpose.
17286
17287         * gtk/gtktextiter.h: Clean up function names to be more
17288         consistent. Always call char offset "offset" and byte index
17289         "index". A "line" is always a line number. 
17290
17291         (gtk_text_iter_is_last): new function, more efficient than 
17292         the existing way to check
17293         (gtk_text_iter_is_first): new function, also more efficient
17294
17295         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
17296
17297         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
17298         gtk_text_iter_forward_char, etc.
17299
17300         (gtk_text_iter_forward_to_tag_toggle): Renamed from
17301         forward_find_tag_toggle, since this isn't a linear search
17302
17303         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
17304
17305         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
17306         New functions, search for a buffer substring.
17307
17308         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
17309         interactive and default editable (since we need to store that info
17310         until we receive the selection data).
17311
17312         Remove all the _at_char and at_line etc. versions of functions;
17313         only have iterator versions.
17314
17315         Add _interactive() versions of functions, that consider the
17316         editability of text. (FIXME add interactive flag to the 
17317         insert/delete signals per Darin's suggestion)
17318
17319         (gtk_text_buffer_get_tag_table): new function, demand-creates the
17320         tag table if necessary
17321
17322         Remove declaration of gtk_text_buffer_get_iter_from_string
17323
17324         (_gtk_text_buffer_get_btree): private/internal function, added.
17325         
17326
17327         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
17328         (gtk_text_line_is_last): new function
17329
17330 2000-07-25  Havoc Pennington  <hp@redhat.com>
17331
17332         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
17333         using GtkProgressBar. See Changes-2.0.txt for details.
17334
17335         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
17336         "pulse_step" which are the equivalent of
17337         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
17338         Implement new API.
17339         
17340         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
17341         (use_text_format) to mark whether text set on the progress bar is
17342         a format string. Deprecate entire GtkProgress interface.
17343
17344         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
17345         (gtk_progress_build_string): make this a no-op if use_text_format
17346         is FALSE
17347
17348         * docs/Changes-2.0.txt: Describe progress bar changes.
17349
17350 2000-07-25  Tor Lillqvist  <tml@iki.fi>
17351
17352         * Makefile.am: Include the build directory.
17353
17354         * configure.in: Generate build/Makefile, build/win32/Makefile,
17355         gdk/, gdk/win32/, and gtk/makefile.mingw.
17356
17357         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
17358         Add GETTEXT_PACKAGE.
17359         
17360         * gdk/gdk.def
17361         * gtk/gtk.def: Updates.
17362
17363         * gdk/gdkfont.h
17364         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
17365         need them any longer.
17366
17367         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
17368
17369         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
17370         PANGOWIN32_LIBS and gdk_pixbuf.
17371
17372         * gdk/win32: Compiles, but no doubt doesn't work at all.
17373
17374         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
17375
17376         * gdk/win32/gdkinput.c: New file, temporarily.
17377         
17378         * gdk/win32/gdkinput-win32.h: New file
17379
17380         * gdk/win32/gdkinputprivate.h: Remove.
17381
17382         * gdk/win32/gdkpango-win32.c: New file.
17383
17384         * gtk/makefile.mingw.in: New file
17385
17386         * gtk/makefile.cygwin: Removed
17387         
17388         * gtk/Makefile.am: Update accordingly.
17389
17390         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
17391         made externally visible.
17392
17393         * gtk/gtkmain.c: Use it.
17394         
17395         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
17396         is enough.
17397
17398         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
17399
17400 2000-07-24 Elliot Lee <sopwith@redhat.com>
17401         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
17402         individual backends already.
17403         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
17404         again. Yes, there really is a good reason for this, if you are using the gdkregion
17405         internals, and if you're not, why do you care?
17406         * gdk/gdkwindow.c: Fix inverted condition
17407         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
17408         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
17409         * gtk/gtkrange.c: Redraw trough when moving.
17410         * gtk/gtktypeutils.c: Fix warning by adding const cast.
17411         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
17412
17413 2000-07-23  Tor Lillqvist  <tml@iki.fi>
17414
17415         * configure.in: Check for mkstemp and sigsetjmp. Output
17416         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
17417
17418         More work on GDK for Win32. Still in an intermediate state.
17419
17420         * gdk/makefile.cygwin
17421         * gdk/win32/makefile.cygwin: Removed.
17422         
17423         * gdk/makefile.mingw.in
17424         * gdk/win32/makefile.mingw.in: New files.
17425
17426         * gdk/Makefile.am
17427         * gdk/win32/Makefile.am: Generate and distribute them.
17428
17429         * gdk/win32/gdkwindow-win32.h
17430         * gdk/win32/gdkdrawable-win32.h
17431         * gdk/win32/gdkpixmap-win32.h: New files.
17432
17433         * gdk/win32/gdkcolor-win32.c
17434         * gdk/win32/gdkcursor-win32.c
17435         * gdk/win32/gdkdrawable-win32.c
17436         * gdk/win32/gdkgc-win32.c
17437         * gdk/win32/gdkimage-win32.c
17438         * gdk/win32/gdkprivate-win32.h
17439         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
17440         Rename fields and variables called xcursor, xid, etc (these names
17441         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
17442
17443 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
17444
17445         * gtk/gtkentry.[ch]: Fix some problems with vertical
17446         alignment.
17447
17448         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
17449         char/byte confusion.
17450
17451 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
17452
17453         * gtk/gtktextview.c (changed_handler): Fix bug where
17454         redraw wasn't being done properly when height of
17455         dirty region changed.
17456
17457         * demos/Makefile.am: Remove various references to
17458         -lgmodule
17459
17460 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
17461
17462         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
17463         PangoAttrShape to reserve space for pixmaps, add 
17464         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
17465         in the display functions.
17466         
17467         * gtk/testgtk.c (create_layout): Set some more exotic
17468         scrolled window options
17469
17470         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
17471         Add function to set the shadow type of a window, to allow
17472         putting a shadow around widgets such as GtkLayout or GnomeCanvas
17473         which don't draw their own frame.
17474
17475 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
17476
17477         * docs/tutorial/package-db-tutorial.sh: New file for
17478           packaging DocBook format tutorial
17479
17480 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
17481
17482         * docs/tutorial/gtk-tut.sgml: Minor updates
17483
17484         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
17485
17486 2000-07-19  Tor Lillqvist  <tml@iki.fi>
17487
17488         * gtk/gtksignal.c: Fix C++ comment.
17489
17490         * gtk/gtkimmulticontext.c
17491         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
17492         don't return value from void functions.
17493
17494         * gtk/gtk.def: Add gtk_rc_style_unref.
17495
17496 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17497
17498         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
17499         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
17500         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
17501         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
17502         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
17503         gtk/gtktypeutils.h: Include files outside of the extern "C"
17504         block. Makes some C++ compiler happy. Reported by Denis Vakatov
17505         <vakatov@peony.nlm.nih.gov>.
17506
17507 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
17508
17509         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
17510           Completes first pass. Hurrah!
17511
17512 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
17513
17514         * docs/tutorial/gtk-tut.sgml: More clean ups.
17515
17516 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
17517
17518         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
17519         paint the background of the text area which was accidentally
17520         removed at some point.
17521
17522         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
17523           
17524          - Move most of the functionality from the theme vtable
17525            into GtkRcStyleClass and GtkStyleClass. The moved
17526            vtable functions were changed a bit in the move to
17527            work better in their new home.
17528
17529          - Get rid of the engine and engine_data fields from
17530            GtkRcStyle and GtkStyle; instead the theme
17531            engine derives theme-specific subclasses of GtkRcStyle
17532            and GtkStyle
17533
17534          - Add extra dlsym() found entry point to themes,
17535            theme_create_rc_style().
17536
17537         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
17538         in gtk_style_real_copy.
17539
17540         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
17541         to register a type associated with an engine. (The engine
17542         won't be unloaded as there is an instance of the type.)
17543
17544
17545 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
17546
17547         * docs/tutorial/gtk-tut.sgml: Clean ups.
17548
17549 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
17550
17551         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
17552           of cleaning up to do.
17553
17554 2000-07-15  Tor Lillqvist  <tml@iki.fi>
17555
17556         * gdk/testgdk.c: New file, quick hack to test backends for
17557         pixel-by-pixel correctness of the most simple graphic operations.
17558
17559 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
17560
17561         * Really release 1.3.1
17562         
17563         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
17564         include structure.
17565
17566 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
17567
17568         * Released 1.3.1
17569
17570 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
17571
17572         * gtk/gtktextlayout.c: use FALSE for size_only most
17573         of the time when calling gtk_text_layout_get_line_display()
17574         to avoid causing double reshapes when a redraw follows
17575         immediately after.
17576
17577 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
17578
17579         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
17580         appropriate region and gdk_window_process_updates() so trough
17581         updating doesn't lag behind the window being scrolled.
17582
17583         * gdk/gdkgc.c: Make parent_class pointer static.
17584          
17585 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
17586
17587         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
17588         include <string.h>.
17589          
17590         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
17591         cut-and-paste error in computing memory offset for 4 channels.
17592
17593 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
17594
17595         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
17596         gtk_rc_append_default_pixmap_path(), since it wasn't
17597         adding an interesting path and we don't have a meaningful
17598         default for this value.
17599
17600 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
17601
17602         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
17603         gtk-config to gtk-config-2.0 move gtk_.m4 to
17604         gtk-2.0.m4
17605
17606         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17607         gdk/Makefile.am demos/Makefile.am: Change 
17608         library names to libgtk-1.3.la, etc, so that we
17609         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
17610
17611         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17612         gdk/Makefile.am gdk/x11/Makfile.am
17613         Move include files into /usr/include/gtk-2.0, 
17614         /usr/lib/gtk-2.0/include/
17615          
17616         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
17617         gtk/gtkintl.h: Change package for gettext from 
17618         gtk+ to gtk20. Put hack in autogen.sh to modify
17619         po/Makefile.in.in after gettextize to make this
17620         possible.
17621
17622         * gtk+.spec: Some updates, not tested.
17623
17624         * gdk-pixbuf/Makefile.am: Move loaders into
17625         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
17626
17627         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
17628         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
17629         to THEMENAME/gtk-2.0/. Move engine directory  to
17630         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
17631         
17632 2000-07-12  Tor Lillqvist  <tml@iki.fi>
17633
17634         Win32 changes, still doesn't build though.
17635
17636         * gdk/makefile.cygwin
17637         * gdk/win32/makefile.cygwin
17638         * gtk/makefile.cygwin: Updates.
17639
17640         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
17641         default values for fg and bg pixel as X11 does (0 and 1), not
17642         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
17643         Use 0 for pen width by default (treated as 1 anyway later, but for
17644         apps that might check the value in the GdkGC).
17645         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
17646         interface to gdk_gc_predraw and _postdraw.
17647
17648         * gdk/win32/gdkwin32.h
17649         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
17650
17651         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
17652         extraneous semicolon.
17653
17654         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
17655
17656         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
17657         not the Win32 bitspixel value.
17658
17659         * gdk/win32/gdkcc-win32.c:
17660         * gdk/win32/gdkcolor-win32.c 
17661         * gdk/win32/gdkprivate-win32.h
17662         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
17663         GDK object structure.
17664
17665 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
17666
17667         * docs/tutorial/gtk_tut_12.es.sgml (name): 
17668         * docs/tutorial/gtk_tut_it.sgml (name): 
17669         * docs/tutorial/gtk_tut_fr.sgml (name): 
17670         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
17671         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
17672
17673 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
17674
17675         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
17676           small changes.
17677
17678 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
17679
17680         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
17681         a bug here, never been here and never fixed anything ;(
17682         (don't segfault if tree->root_tree is NULL, which happens prior
17683         to widget realization, but puke instead).
17684
17685 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
17686
17687         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
17688         add the necessary tokens.
17689
17690         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
17691         (gtk_rc_style_to_style): copy thicknesses.
17692         (gtk_rc_init_style): apply thicknesses.
17693         (gtk_rc_parse_style): parse xthickness and ythickness.
17694
17695         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
17696
17697         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
17698         (gdk_window_new): 
17699         (_gdk_windowing_window_init): 
17700         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
17701         (gdk_pixmap_create_from_data): 
17702         (gdk_bitmap_create_from_data): 
17703         (gdk_pixmap_new): 
17704         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
17705         (gdk_image_new): 
17706         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
17707         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
17708         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
17709         (gdk_colormap_get_system): 
17710         (gdk_colormap_new): 
17711         * gdk/gdkwindow.c (gdk_window_init): 
17712         * gtk/gtkstyle.c (gtk_style_new):
17713         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
17714         * gdk/gdkpixmap.c (gdk_pixmap_init): 
17715         * gtk/gtkrc.c (gtk_rc_style_new):
17716         use g_object_new() instead of g_type_create_instance() which
17717         is a private function for fundamental type implementations.
17718
17719 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
17720
17721         * configure.in: Add check for db2html
17722
17723 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
17724
17725         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
17726         hack to set glib_debug_objects based on gtk_debug_flags.
17727
17728 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
17729
17730         * INSTALL.in: Update the Prerequisites section.
17731
17732         * Makefile.am demos/Makefile.am docs/Makefile.am
17733         docs/tutorial/Makefile.am gdk/x11/Makefile.am
17734         gdk/linux-fb/Makefile.am: Dist fixes
17735
17736 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
17737
17738         * NEWS: 10,000 foot view of 1.3.1 changes.
17739
17740 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
17741
17742         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
17743         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
17744         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
17745         gdk/x11/gdkmain-x11.c: 
17746
17747         Patch from George Lebl to add a GdkGrabStatus enumeration to use
17748         as a return value of gdk_*_grab(). Previously, we just
17749         returned the X11 values directly.
17750
17751 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
17752
17753         * gdk/x11/Makefile.am: Patch from George Lebl to 
17754         install all the headers in the right place.
17755
17756 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
17757
17758         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
17759           initial conversion to DocBook.
17760
17761 2000-07-04  Tor Lillqvist  <tml@iki.fi>
17762
17763         * README.win32: Improve a bit.
17764
17765         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
17766         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
17767         Alt+0nnn on the numpad (used to enter characters by numeric code
17768         from current DOS or ANSI codepage) working correctly, as in other
17769         Windows apps.
17770
17771         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
17772         same argument validity tests as in X11 version.
17773         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
17774
17775         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
17776         definitions in case missing from headers.
17777
17778         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
17779         destroy the window-specific cursor.
17780         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
17781         calling GetModuleHandle(NULL).
17782         (gdk_window_set_cursor): Reworked to always copy the passed cursor
17783         with CopyCursor before setting it as the window-specific
17784         cursor. It is OK for the caller to destroy the GdkCursor (and thus
17785         also its Windows cursor) after calling this function. Destroy any
17786         previous window-specific cursor.
17787
17788 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
17789
17790         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
17791         font charset is iso8859-1, not iso-8859-1.
17792
17793 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
17794
17795         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
17796         Use g_get_charset() instead of g_get_codeset().
17797
17798         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
17799         Comment out some strdup'ing functions to keep timj
17800         happy until we finish fighting this out.
17801
17802 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
17803
17804         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
17805         <= width or height.
17806
17807         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
17808         from 1.2 for parent/child states.
17809
17810         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
17811         of typos.
17812
17813         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
17814         event structures, replace with a generic axes field. Replace 
17815         deviceid/sourec with GdkDevice *device.
17816
17817         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
17818         to extract particular axis use value from event. (Also
17819         can be used for normal X/Y.)
17820
17821         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
17822         allow for arbitrary number of axes, namespace everything
17823         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
17824         everywhere.
17825
17826         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
17827         Get rid of the gdk_input_vtable setup if favor of simply
17828         defining the functions in gdkinput-none/gxi/xfree.c in
17829         a similar fashion to the way that the port structure is 
17830         done.
17831
17832         * gtk/gtkdnd.c: Fix fields of synthesized button press event
17833         for new event structures. 
17834
17835         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
17836         new device interfaces.
17837
17838 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
17839
17840         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
17841         set the initial text.
17842
17843         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
17844         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
17845         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
17846         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
17847
17848         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
17849         pango_layout_set_font_description to simplify.
17850
17851 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
17852
17853         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
17854         pango_layout_set_font_description to simplify.
17855
17856 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
17857
17858         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
17859         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
17860         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
17861
17862         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
17863         PANGO_PIXELS() macro.
17864
17865 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
17866
17867         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
17868         that returns a PangoContext owned by the widget and updated to
17869         match future changes in the widget. Also, make 
17870         gtk_widget_create_pango_layout() use this context. If we ever
17871         add a ::changed signal to PangoContext, this will make things
17872         much more convenient. 
17873
17874         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
17875         in the appropriate places instead of destroying the layouts and
17876         creating new ones.
17877
17878         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
17879         in a few strategic places.
17880
17881 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
17882
17883         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
17884         gtk_widget_size_request() on reparented child, if one. Otherwise,
17885         queue_resize() on the child never results in it getting size-requested
17886         at all.
17887
17888         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
17889         in option menus, so that (with luck) people won't copy it into
17890         their apps in the future.
17891
17892         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
17893         to gtk_option_menu_calc_size. This isn't perfect, but should fix
17894         a lot of problems with changing the size of the menu's menu
17895         items after adding it to the option menu.
17896
17897         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
17898
17899         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
17900         the text direction for a widget changes.
17901
17902         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
17903         ::direction_changed to get rid of various hacks.
17904
17905 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
17906
17907         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
17908         name.
17909
17910 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
17911
17912         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
17913         flag to the structure. Do not call XFreePixmap on pixmaps created
17914         by gdk_pixmap_foreign_new().
17915
17916 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
17917
17918         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
17919         value using GdkRGB functionality given GdkColormap and GdkColor.
17920         (name not final, waiting for inspiration.)
17921         
17922         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
17923         set the foreground/background of a GC using the GC's colormap
17924         and GdkRGB. (name not final, waiting for inspiration.)
17925
17926         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
17927         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
17928
17929         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
17930         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
17931         purely a function of the corresponding colormap. Make
17932         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
17933
17934         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
17935         gdk_pixbuf_*create_from_xpm_* in terms of
17936         gdk_pixbuf_new_from_xpm_data(), move into platform independent
17937         code.
17938
17939         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
17940         advantage of the new draw_rgb_32_image_dithalign.
17941
17942         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
17943
17944         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
17945         on each created GC.
17946
17947         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
17948
17949         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
17950         which we initialize from the drawable when the GC is created,
17951         if the drawable has a colormap.
17952
17953         * gdk/x11/gdkgc-x11.c: include string.h for memset.
17954
17955         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
17956
17957         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
17958
17959 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
17960
17961         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
17962         actually returning expose events, make sure to set
17963         the count field properly.
17964
17965         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
17966         accidentally reintroced bug which always cleared
17967         the graphics_exposures value. 
17968
17969 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
17970
17971         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
17972
17973 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
17974
17975         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
17976
17977 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
17978
17979         * docs/faq/gtk-faq.sgml: Start of Section 6.
17980
17981 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
17982
17983         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
17984         
17985         (Fixes problem with drawing childless frames. Pointed out
17986         by and a first patch from Anders)
17987         
17988         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
17989         compute a child_allocation, even if we don't have a child.
17990
17991         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
17992         Always chain to the parent's impl, even if we don't have a child.
17993
17994 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
17995
17996         * gdk/gdkrgb.c: If possible, create only a single shm segment and
17997         use multiple parts of it instead of creating a bunch of separate
17998         segments, since the maximum number of segments per system is not
17999         large. (This might be worth backporting to GTK+-1.2.x if we make a
18000         new release )
18001
18002         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
18003         structure in preparation for per-colormap GdkRGB.
18004
18005         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
18006         to False when we get EINVAL from shmget so that the caller of
18007         gdk_image_new can retry with a smaller segment size.
18008
18009 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
18010
18011         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
18012
18013 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
18014
18015         * configure.in: make the current version number 1.3.1 (binary age 0,
18016         interface age 0).
18017         
18018         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
18019         gtkcompat.h is all we want.
18020
18021         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
18022         GLib primitive types. fixed g_type_register_fundamental() argument
18023         ordering.
18024
18025         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
18026         compiles.
18027
18028         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
18029         object code cleanup, comment trigraph fixes, etc...
18030
18031 2000-06-23  Havoc Pennington  <hp@redhat.com>
18032
18033         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
18034         instead of making up a bogus name for first_para_mark
18035
18036         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
18037         0 as a context ID
18038
18039 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
18040
18041         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
18042
18043 2000-06-21  Havoc Pennington  <hp@pobox.com>
18044
18045         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
18046         we didn't check window->bg_pixmap != GDK_NO_BG.
18047
18048         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
18049         gdk-pixbuf
18050
18051 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
18052
18053         * docs/faq/gtk-faq.sgm: Move file to here.
18054           TODO: Update Makfile.am 
18055
18056 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
18057
18058         * docs/gtk-faq.sgm: Add Section 2
18059
18060 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
18061
18062         * docs/gtk-faq.sgm: New file. Start of DocBook
18063           version of the FAQ.
18064
18065 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
18066
18067         * configure.in (GDK_PIXBUF_MAJOR): Define version
18068         numbers for GDK_PIXBUF_*, as they get substituted
18069         into a header file. Need to consider versioning
18070         for gdk-pixbuf more carefully later.
18071
18072 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
18073
18074         Work with srcdir != builddir.   
18075         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
18076         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
18077         * demos/testpixbuf.c: Likewise.
18078         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
18079         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
18080         <gdk/x11/gdkx.h>.
18081         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
18082         "gdk-pixbuf.h".
18083         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
18084
18085 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
18086
18087         * TODO.xml: Change 1.4 version numbers to 2.0.
18088
18089 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
18090
18091         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
18092         fixups to GTK+ standard.
18093
18094 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
18095
18096         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
18097         gdk-pixbuf.
18098
18099         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
18100         fixups for GObject.
18101
18102         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
18103         gdk-pixbuf with GDK dependencies moved into GDK.
18104         
18105         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
18106         move gdk-pixbuf-loader here until GObject has signals.
18107
18108         * demos/: New directory of demos. Move demos from
18109         gdk-pixbuf here.
18110
18111         * demos/pixbuf-init.c: Small bit of code to check for
18112         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
18113         set GDK_PIXBUF_MODULEDIR appropriately.
18114
18115         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
18116         define which no longer makes sense.
18117
18118 2000-06-21  Havoc Pennington  <hp@redhat.com>
18119
18120         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
18121         gtk_get_default_language
18122
18123         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
18124         new function to get the default language
18125
18126         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
18127         s/gtk_text_view_style_values/gtk_text_style_values/
18128
18129         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
18130         Add a "language" field to tags.
18131
18132         (gtk_text_tag_set_arg): Fix bug in setting
18133         "bg_full_height_set" tag.
18134
18135 2000-06-21  Havoc Pennington  <hp@redhat.com>
18136
18137         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
18138         in the interfaces
18139
18140         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
18141         stuff instead when possible.
18142
18143         * gtk/gtktexttypes.h: Delete some unused constants
18144
18145         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
18146         testtextbuffer.c: use glib instead of custom unicode routines
18147
18148 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
18149
18150         * docs/es/: Removed mistakenly added generated sgml
18151
18152         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
18153         Remove outdated info files.
18154
18155         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
18156         Moved tutorial files into subdir
18157
18158         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
18159         subdir.
18160
18161         * docs/man/gtk_button.pod: Remove. (contents will be
18162         integrated into gtk-reference button page.)
18163
18164         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
18165         docs/faq/Makefile.am: Adjust for new organization
18166
18167 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
18168
18169         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
18170         not $(MKINSTALLDIRS)
18171
18172 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
18173
18174         * gtk/testgtk.c (create_text): Finish the job Elliot started
18175         of removing font setting test for text widget. (Since text widget
18176         and GdkFont are not deprecated, and cause portability problems.)
18177
18178 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
18179
18180         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
18181         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
18182         Remove use of libunicode in favor of new GLib functions.
18183
18184         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
18185         nano-x, framebuffer. The X11 include is just a hack until we get
18186         the necessary functions in gdkcolor.h, so there is no reason to
18187         add other includes of platforms.
18188
18189         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
18190         window bigger than the screen change.
18191
18192         * gtk/testgtk.c: Revert some random changes from Elliot
18193         that had no particular point and were causing testgtkrc
18194         not to function correctly.
18195         
18196         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
18197         because GdkSegment and GdkRegionBox have the same fields,
18198         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
18199         results in clearer code.
18200
18201         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
18202         gdk_input_translate_coordinates): Fix missed GdkObjectification
18203
18204 2000-06-18  Elliot Lee  <sopwith@redhat.com>
18205
18206         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
18207         * gtk/gtk{plug,socket}.h: Missed commits from previous.
18208
18209 2000-06-20  Havoc Pennington  <hp@redhat.com>
18210
18211         * modules/linux-fb/Makefile.am: Make this compile
18212         without framebuffer enabled
18213
18214         * gdk/linux-fb/Makefile.am: Add conditional to not build
18215         framebuffer unless specified in configure
18216
18217         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
18218         the size of the target instead of source if -1 was passed for
18219         width/height
18220
18221         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
18222         width/height confusion.
18223
18224 2000-06-19  Havoc Pennington  <hp@redhat.com>
18225
18226         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
18227         GDK_DRAWABLE_XID. In the future, we probably want to make it
18228         faster with G_DISABLE_CHECKS turned on.
18229
18230 2000-06-14  Havoc Pennington  <hp@redhat.com>
18231
18232         * gdk/Makefile.am: add gdkpixmap.c
18233
18234         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
18235         s/gdk_image_init/_gdk_windowing_image_init
18236
18237         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
18238         ref/unref
18239
18240         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
18241
18242         * gdk/gdkcompat.h: remove GdkWindowType compat, since
18243         GdkWindowType is now non-deprecated; 
18244         change gdk_window_get_type() compat to be
18245         gdk_window_get_window_type().
18246
18247         * gdk/gdkdnd.h: make GdkDragContext a GObject.
18248
18249         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
18250         virtual GObject. Make all functions call into the vtable.
18251         Move gdk_image_put() guts in here. Remove GdkDrawableType
18252         and gdk_drawable_get_type(), these are now GdkWindow-specific.
18253         draw_image, get_depth, get_size, set_colormap, get_colormap,
18254         get_visual added to the vtable.
18255         
18256         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
18257         GObject. Virtualize everything. 
18258         (gdk_gc_new_with_values): remove check for destroyed window,
18259         because now GdkWindow::create_gc will check this.
18260         (gdk_gc_set_values): New function to set GC values, this 
18261         was already implemented but wasn't in the header
18262
18263         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
18264
18265         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
18266         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
18267         remove _gdk_window_class; add _gdk_window_impl_get_type() and
18268         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
18269         _gdk_windowing_window_init, rename gdk_image_init to
18270         _gdk_windowing_image_init.
18271         
18272         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
18273         (gdk_draw_layout): Remove check for destroyed window, 
18274         because all the drawable methods already check it.
18275         
18276         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
18277         Add gdkpixmap.c which contains implementation of GdkDrawable
18278         virtual table (by chaining to a platform-specific implementation
18279         object).
18280         
18281         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
18282         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
18283         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
18284         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
18285         GdkColormapPrivate. 
18286
18287         * gdk/gdktypes.h: #include <glib-object.h>
18288
18289         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
18290         Move most functionality to platform-specific implementation
18291         object. GdkWindow itself now handles the backing store, then
18292         chains to the platform-specific implementation.
18293         (gdk_window_get_window_type): return GdkWindowType of the window.
18294         (gdk_window_peek_children): New routine, returns the children of 
18295         a GdkWindow
18296         (gdk_window_get_children): Was in X11-specific code and did 
18297         XQueryTree. Changed to simply return a copy of window->children; 
18298         so it can go in cross-platform code.
18299         
18300         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
18301
18302         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
18303         GdkColormap; just changed to use the new private data instead
18304         of casting to GdkColormapPrivate.
18305
18306         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
18307         gdk_cursor_new().
18308
18309         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
18310         (private data member in the GObject). 
18311         (xdnd_manager_source_filter): Function had broken 
18312         error handling, fix it (use gdk_error_trap_push).
18313
18314         * gdk/x11/gdkdrawable-x11.c: This file now implements
18315         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
18316         base class is purely for the convenience of the X port,
18317         and not part of the interface to cross-platform GDK.
18318
18319         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
18320         
18321         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
18322         specific to X, and returned by the create_gc virtual method
18323         of GdkDrawableImplX11. 
18324         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
18325         rather than gchar, this was also changed in the GdkGC vtable.
18326         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
18327         mask is 0, return immediately, instead of checking every flag.
18328         This is faster, and keeps us from segfaulting if values is NULL
18329         and the mask contains some nonzero flags.
18330
18331         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
18332         GdkWindow.
18333
18334         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
18335         GdkWindowPrivate is gone.
18336
18337         * gdk/x11/gdkim-x11.c: rename things that got renamed.
18338
18339         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
18340         remove the image_put stuff that got transferred to GdkDrawable.
18341         
18342         * gdk/x11/gdkinput.c: renamings
18343
18344         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
18345
18346         * gdk/x11/gdkpixmap-x11.c: GObject conversion
18347
18348         * gdk/x11/gdkprivate-x11.h: indentation fixes
18349
18350         * gdk/x11/gdkproperty-x11.c: renamings
18351
18352         * gdk/x11/gdkselection-x11.c: renamings
18353
18354         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
18355         implements the platform-specific "impl" object.
18356         Moved gdk_window_get_children to gdk/gdkwindow.c
18357
18358         * gdk/x11/gdkx.h: Remove all the private structs and private datas
18359         that no longer exist. Add declaration of GdkGCX11 object here.
18360         Fix all the macros to still work. 
18361
18362         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
18363         GdkDragContext from the boxed types since they are now GObjects.
18364
18365         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
18366         moved xthickness/ythickness into the instance. GtkStyleClass
18367         functions are now in the standard vtable for GtkStyle, so you have
18368         to create a GObject subclass to write a theme engine.
18369         (gtk_style_copy): fixed a leaked PangoFontDescription
18370         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
18371         can be the standard GObject function.
18372         
18373         * Throughout GTK:
18374         s/style->klass->[xy]thickness/style->[xy]thickness
18375         s/pango_layout_unref/g_object_unref/
18376
18377         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
18378         
18379         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
18380         accessing GDK internals.
18381
18382         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
18383         accessing GDK internals.
18384
18385 2000-06-18  Elliot Lee  <sopwith@redhat.com>
18386
18387         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
18388
18389         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
18390         problem by calculating event position relative to the trough
18391         rather than the slider.
18392         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
18393
18394         * gdk/gdkgc.h: Add GDK_NOR.
18395
18396         * configure.in, Makefile.am: Add modules top level dir
18397         * configure.in: Only use pangox library if building x11 target.
18398         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
18399
18400 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
18401
18402         * gtk/gtkcolorsel.c: Change private class member to be named
18403         private_data throughout the file.
18404
18405         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
18406         private_data to avoid clashing with keyword.
18407
18408 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
18409
18410         * gdk/gdkdnd.h: Add comment to remove warning.
18411
18412 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
18413
18414         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
18415         Byelorussian language; changed the Makefile and file names 
18416         to reflect that.
18417
18418 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
18419
18420         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
18421         rather than gdk_window_hide; this makes things work
18422         correctly if the window is programmatically hidden while
18423         iconified.
18424
18425 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
18426
18427         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
18428         cut and paste typo where wrong pixmap was being
18429         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
18430
18431 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
18432
18433         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
18434         Add helper function to compute format / bytes 
18435         relationship. Use in a couple places to fix up
18436         errors which assume 8 * format.
18437
18438         * gtk/gtkselection.c (gtk_selection_request): Use 32
18439         rather than 8 * sizeof (GdkAtom), to work correctly
18440         on Alpha.
18441
18442 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
18443
18444         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
18445         libgtk.la
18446         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
18447         versions
18448
18449         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
18450         checking macros return NULL since the function has a return value.
18451
18452 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
18453
18454         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
18455         GTK+ from building at all.
18456
18457         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
18458
18459 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
18460
18461         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
18462         gtk/Makefile.am: make it possible to configure gtk for different
18463         targets on the same platform. The library name is now 
18464         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
18465         flag. Only the x11 target compiles right now.
18466         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
18467         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
18468         * gdk/nanox/gdk*generic*: delete generic region code.
18469         * gdk/linux-fb/gdk*generic*: delete generic region code.
18470         * README.nanox: update information.
18471         
18472 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
18473
18474         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
18475         prepend not append. (Pointed out by Brett Hall.)
18476
18477 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
18478
18479         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
18480
18481 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
18482
18483         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
18484         need this later, and this makes sure that the atexit for
18485         glib gets called after that for GDK, so atexits are
18486         properly ordered for object leak checking.
18487
18488         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
18489
18490         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
18491         pango_x_shutdown_display()
18492
18493         * gtk/simple.c (main): Close window on destroy.
18494
18495 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
18496
18497         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
18498         to treat initial creation different from setting with 
18499         regards to the graphics-exposures parameter, so add a parameter
18500         indicating whether this is initial or not.
18501
18502 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
18503
18504         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
18505         to sort of work by adding an extra return_exposes arg
18506         to gdk_event_translate() - it might be better to simply
18507         deprecate the function altogether and force people to rewrite
18508         without it. gdk_window_scroll() handles most of it, and where
18509         gdk_window_scroll() doesn't work, simply redrawing more does.
18510
18511         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
18512         assertion.
18513
18514         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
18515
18516         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
18517         bunch of pretty much useless /* Print debugging info */ comments 
18518         which had drifted away from the code they were commenting.
18519
18520 2000-06-02  Havoc Pennington  <hp@pobox.com>
18521
18522         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
18523         is in working order.
18524         
18525         * gtk/testtext.c: Change to reflect anonymous mark API
18526
18527         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
18528
18529         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
18530         field, which was unused.
18531
18532         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
18533         saves some typing.
18534
18535         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
18536
18537         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
18538         flag on the insertion point and selection bound
18539
18540         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
18541         make mark-manipulation functions take a GtkTextMark* instead of a
18542         mark name.
18543         
18544         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
18545         GtkTextMarkBody; will be used to detect attempts to delete
18546         the permanent marks (insert and selection bound)
18547
18548         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
18549
18550 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
18551
18552         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
18553         flag to on.
18554
18555         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
18556         Honor DOUBLE_BUFFRED_FLAG
18557
18558         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
18559         function to set the DOUBLE_BUFFERED flag.
18560
18561         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
18562         or not exposes done on the widget should be double-buffered.
18563
18564         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
18565         to be what would be expected. (Fixes problem with a
18566         g_return_if_fail() validating a TextDirection enumeration)
18567
18568 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
18569
18570         * gtk/gtkwidget.c: Remove all references to 
18571         offscreen flag which was no longer used.
18572
18573         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
18574
18575         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
18576         for non-null label_widget->parent.
18577
18578         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
18579         which no longer was used.
18580
18581         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
18582
18583         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
18584         for null arguments.
18585
18586         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
18587         check for destroyed windows.
18588
18589 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
18590
18591         * gtk/gtkimmulticontext.c: Add a finalize method and unref
18592         the slave context there.
18593
18594         * gtk/gtkinvisible.[ch]: Make reference counting behavior
18595         identical to GtkWindow.
18596
18597 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
18598
18599         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
18600         pangox to here, so we can write them independent of rendering
18601         system, using GDK primitives.
18602
18603         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
18604         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
18605         since we have a rendering-system independent implementation in
18606         terms of draw_glyphs().
18607         
18608         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
18609         function to render a single line.
18610
18611         * gdk/x11/gdkpango.c: Move the guts of this file mostly
18612         into ../gdkpango.c, which simplifies things, since we
18613         don't have to deal with raw X gc's.
18614
18615 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
18616
18617         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
18618         get the logical attributes for a given GtkTextLine.
18619
18620 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
18621
18622         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
18623         g_locale_get_codeset() to g_get_codeset() change.
18624
18625 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
18626
18627         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
18628         descriptions.
18629
18630         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
18631         the entry.
18632
18633         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
18634         redoing (vastly simplifying) for Pango. Still needs quite
18635         a bit of work. (Size selection is currently poor. List of 
18636         predefined sizes is not a good idea, since all of these
18637         sizes won't necessarily be distinct.)
18638
18639 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
18640
18641         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
18642         CODESET results for LANG=C.
18643
18644 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
18645
18646         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
18647         which takes a stringized pango font description;
18648         ignore the older 'font' and 'fontset' declarations.
18649
18650         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
18651         field with a GdkFont derived via gdk_font_from_description(),
18652         for compatibility. (Should we just remove it entirely?
18653         Probably too much compatibility breakage, but people
18654         should be migrating to the new Pango stuff as quickly
18655         as possible.)
18656
18657 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
18658
18659         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
18660
18661 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
18662
18663         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
18664         redoing; there are some bugs in size allocation right
18665         now, the semi-existant distinction between header / day
18666         fonts was removed, but, with Pango, could actually
18667         be made functional in a nice way.
18668         
18669         * gtk/testcalender: Move calender from examples into this
18670         directory as a test program. (We really need to restrcture
18671         testgtk into a whole directory full of tests for every
18672         widget or functionality group, separated into multiple .c
18673         files.)
18674
18675 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
18676
18677         * gtk/testgtk.c (file_exists): Fix stupid typo that
18678         was keeping RC file from being loaded.
18679
18680         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
18681         RC file font code.
18682
18683 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
18684
18685         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
18686         Add function to load a GdkFont from a PangoFontDescription.
18687
18688 2000-05-29  Tor Lillqvist  <tml@iki.fi>
18689
18690         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
18691         variable should be of type GdkEventPrivate.
18692
18693 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
18694
18695         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
18696         to have any widget for the label, use a GtkLabel widget
18697         to display the text. (Based partially on a patch from
18698         Anders Carlson.)
18699
18700         (Quite a bit of code reorganization - strip 90% of the
18701         guts out of gtkaspectframe and add a single virtual
18702         func to GtkFrameClass - compute_child_allocation.)
18703
18704 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
18705
18706         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
18707         (Removed clist->row_center_offset field because caching
18708         it wasn't saving time or code, added private function
18709         _gtk_clist_create_cell_layout()).
18710
18711 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
18712
18713         * gtk/gtkaccellabel.c: Pangoized.
18714
18715         * gtk/[hv]ruler.c: Pangoized
18716
18717 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
18718
18719         * gtk/gtkfilesel.c (gtk_file_selection_init):
18720         Use gtk_clist_set_column_auto_resize() to remove need
18721         need for manual column width computations.
18722
18723 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
18724
18725         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
18726         ensuring Pango correctness, and considerably simplifying the
18727         code.
18728         
18729         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
18730
18731         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
18732         getting of numbers of lines.
18733
18734         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
18735         to the actual requested width of the lable, not to the wrap
18736         width we set.
18737
18738         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
18739
18740         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
18741           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
18742
18743         * gtk/gtktextview.c: Fix structure inheritance.
18744
18745         * gtk/gtkprogressbar.c: Pangoize.
18746
18747 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
18748
18749         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
18750         in a function.
18751
18752         * gtk/gtktextlayout.c (find_display_line_above): Fixed
18753         bug with computing line tops.
18754
18755         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
18756
18757 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
18758
18759         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
18760         and y_offset coordinates to do what we need now. (The offset between
18761         buffer and layout coordinates has been reintroduced, but is a 
18762         bit different than before.)
18763
18764         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
18765         handle the adjustments ourselves, and scroll as necessary using
18766         the new gdk_window_scroll().
18767         
18768         The advantage of this is that when we are incrementally revalidating,
18769         we are essentially rearranging things around the visible portion
18770         of the screen. With the old setup, the visible portion of the
18771         screen was moved around in the layout, so scrolling and redrawing
18772         to track that caused jumping of the display. Since we now
18773         control the scrolling ourselves, we can suppress this and
18774         only redraw when things actually change.
18775
18776 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
18777
18778         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
18779         the region not just redisplay it after-all, since we store the
18780         cursors in the LineDisplay. (Ugly interactions here between
18781         GtkLayout and GtkTextBTree here.)
18782         
18783         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
18784
18785 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
18786
18787         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
18788         Added function to scroll contents of a window while keeping the
18789         window constant. Works by XCopyArea or guffaw-scrolling depending
18790         on the details of how the window is set up. (guffaw-scrolling
18791         still needs to be filled in.)
18792
18793 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
18794
18795         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
18796         move the debugging that was tied to a global variable
18797         to that.
18798
18799         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
18800
18801         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
18802         validated flag, in line data instead of setting height/width to
18803         -1. This allows us to perform operations with partially invalid
18804         buffer (using the old size for invalid lines) and thus to do
18805         incremental vaidation. Keep height/width aggregates up to date
18806         when deleting text and rebalancing the tree.
18807
18808         * gtk/gtktextbtree.[ch]: Add functions validate a line
18809         (gtk_text_btree_validate_line), and to validate up
18810         to a number of pixels (gtk_text_btree_validate).
18811
18812         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
18813         that indicates that something is changed and a revalidation
18814         pass is needed. Change ::need_repaint to ::changed, and
18815         make it take old and new yranges instead of a rectangle.
18816
18817         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
18818         the line_data_destroy() function from 
18819         gtk_text_btree_add_view() to a virtual function in 
18820         GtkTextLayout
18821
18822         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
18823         since we are handling partial repaints in a different fashion
18824         now.
18825
18826         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
18827         of the selection instead of queueing a repaint on the
18828         entire widget.
18829
18830         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
18831         get_selection_bounds() down to btree, make the function
18832         in buffer a wrapper around the btree function.
18833
18834         * gtk/gtktextlayout.[ch]: Add functions to check if the
18835         layout is valid and to recompute either a range of pixels
18836         aroudn a line or a certain total number of pixels.
18837
18838         * gtk/gtktextlayout.[ch]: Cache a single line display;
18839         now that we only redraw the needed portions, the hit rate
18840         for this cache is quite high.
18841         
18842         * gtk/gtktextview.[ch]: Keep track of the first paragraph
18843         on the screen so that when re-laying-out the buffer, we can
18844         keep the same place. This requires connecting to ::value_changed
18845         on the adjustments
18846
18847         * gtk/gtktextview.[ch]: Add idle functions to revalidate
18848         the buffer after we receive an ::invalidated signal.
18849         
18850 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
18851
18852         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
18853         to max of allocation and layout size, not just to the
18854         layout size.
18855
18856         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
18857         Invalidate window so it gets redrawn properly.
18858
18859         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
18860         to mean the entire window.
18861
18862         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
18863         into public header.
18864
18865 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
18866
18867         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
18868         to get the name of a mark.
18869
18870         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
18871         to find the paragraph from a y position.
18872
18873 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
18874
18875         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
18876         nodes have width/height >= 0, not > 0.
18877
18878 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
18879
18880         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
18881         Add a size_only flag, so when we only need the size, we don't create
18882         useless appearance attributes.
18883
18884         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
18885         duplicate setting of font description.
18886
18887         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
18888
18889 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
18890
18891         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
18892         EXTRA_DIST. It does not work well when the file that
18893         everything depends on is not in the tarball.
18894
18895 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
18896
18897         * gtk/testgtk.c: Some hacks and fixes so that it basically
18898         works when not sitting in the GTK+ build tree.
18899
18900 2000-05-03  Havoc Pennington  <hp@redhat.com>
18901
18902         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
18903         Properly determine the ordering of the tag root and the current
18904         line within the tree. Previous algorithm only worked if the tag
18905         root's immediate parent was the common root of both the current
18906         line and the tag root.
18907
18908 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
18909
18910         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
18911         alignment.
18912
18913         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
18914         the widget text directional dynamically.
18915
18916         * gtk/gtktextview.[ch]: Added functions to get and set default
18917         wrap mode.
18918
18919 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
18920
18921         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
18922         in cursor location computation.
18923
18924 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
18925
18926         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
18927         vadjusment values properly when layout gets smaller.
18928
18929         * gtk/gtktextview.c (need_repaint_handler): Areas being
18930         passed in are far completely inaccurate, and sometimes
18931         too small, so, for now, just queue a redraw on the
18932         whole visible region.
18933
18934 2000-04-25  Havoc Pennington  <hp@redhat.com>
18935
18936         * gtk/gtktextbtree.c (summary_destroy): new function to 
18937         destroy tag summary nodes
18938         (gtk_text_line_next_could_contain_tag): this function was 
18939         totally broken if the line passed in wasn't below the tag
18940         root. Fix it.
18941         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
18942         "wildcard" case, we have to do a linear scan. Blah.
18943         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
18944         we have to do the linear scan
18945         (tag_removed_cb): When a tag is removed from the tag table, 
18946         remove the GtkTextTagInfo node from the btree.
18947         (gtk_text_btree_spew): Implement the spew function, for 
18948         our debugging pleasure.
18949
18950 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
18951
18952         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
18953         a problem with referring to the wrong buffer.
18954
18955         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
18956
18957         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
18958         font description to gtk_style_new() - otherwise things
18959         don't work without a .gtkrc file.
18960
18961         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
18962         tags table if we create it ourself, too.
18963
18964         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
18965         it was conflicting with XKB modifiers.
18966
18967         * gtk/gtktextview.[ch]: Add simple support for 
18968         GtkIMContext.
18969
18970 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
18971
18972         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
18973         with deletion from last commit.
18974
18975 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
18976
18977         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
18978         in the context from the current locale.
18979         
18980         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
18981         context, not hardcoded value.
18982
18983         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
18984         not logical.
18985
18986 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
18987
18988         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
18989         attributes - that doesn't handle partial-glyph selection
18990         properly. Instead use new pango_layout_line_get_x_ranges()
18991         functionality to draw the selection.
18992
18993         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
18994         now properly handles out-of-range coordinates.
18995
18996         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
18997
18998         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
18999         public.
19000
19001         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
19002         for paragraphs opposite to the base direction of the widget.
19003
19004         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
19005
19006         * gtk/gtktextlayout.c: Don't split segments on marks, since that
19007         causes Arabic words to reshape as you cursor through.
19008
19009         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
19010         cursor position when moving vertically with the arrow keys and
19011         scrolling with page-up/page-down. (Arrow keys save only the X,
19012         scrolling saves both X and Y.)
19013
19014         This means you can line-up / line-down or page-up / page-down
19015         without losing your place, and also that moving vertically
19016         with the cursor keys keeps the same X position, not the same
19017         character count:
19018
19019         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
19020         arrow keys move by display lines, not paragraphs.
19021
19022 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
19023
19024         * gtk/gtklayout.c: Make sure that the bin window is at least
19025         as big as the allocation. (Should we also make sure that the
19026         bin window is big enough to completely cover widget->window?)
19027
19028         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
19029         function to get the onscreen rectangle.
19030
19031         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
19032         for offsets in window coordinates.
19033
19034 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
19035
19036         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
19037         confusion.
19038
19039         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
19040         from the widget direction.
19041
19042         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
19043         Add a "direction" attribute.
19044
19045         * gtk/gtktextview.c: global s/tkxt/text_view/.
19046
19047         * gtk/testtext.c: Added long block of text in Arabic, to test out
19048         the direction attributes. (Some problems with the shaping system
19049         for arabic become obvious - like the fact the cursor splits words
19050         into unjoined pieces.)
19051
19052 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
19053
19054         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
19055
19056         * gtk/gtktextlayout.c: Fix up alignment.
19057
19058         * gtk/testtext.c: Add some tests for centering, wrapping.
19059
19060 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
19061
19062         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
19063         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
19064         If we wrote GTK+-specific layout-render function this could just replace
19065         the draw_layout() operation in the vtable.
19066
19067         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
19068         pango_layout_get_cursor_pos() and use that function.
19069
19070         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
19071         is a non-static symbol.
19072
19073         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
19074         with gtk_text_btree_find_line_by_y()
19075
19076         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
19077         renderer that handles GtkTextAppearance attributes.
19078
19079         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
19080
19081           - Move the values in the style that don't affect geometry into a
19082             GtkTextAppearance structure.
19083           - Change underline to take a PangoUnderline and "font" a string
19084             representation of a font description
19085           - Add a "font_desc" attribute which takes a FontDescription structure.
19086
19087         * gtk/gtktextlayout.[ch]:
19088
19089           - Get rid of the display-line list per each line. Instead, we
19090             generate, on demand, a GtkTextLineDisplay structure which]
19091             contains a PangoLayout * and other necesary information
19092             (offsets, cursor locations) for displaying a paragraph.
19093           - Get rid of the code to wrap lines, create display chunks,
19094             etc. Instead, we just go through a paragraph and convert
19095             it into the necessary inputs to a PangoLayout.
19096           - Implement a new attribute type, GtkTextAttrAppearance. This
19097             holds a GtkTextAppearance, and is used to pass colors, 
19098             stipple, etc, through from the layout to the display without
19099             having to use lots and lots of individual attributes.
19100           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
19101             in terms of PangoLayout functions.
19102         
19103         * gtk/gtktextview.c: 
19104          
19105           - Handle passing the necessary PangoContext to the layout
19106           - Some fixups in painting to deal with the automatic backing store
19107             and offsetting of GTK+-1.4
19108           - Add a style_set handler so that the default style reacts
19109             properly to theme changes.
19110         
19111         * gtk/gtktext?*.[ch]: Random code-style fixes.
19112
19113         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
19114
19115 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
19116
19117         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
19118         in original form preparatory to Pango-ization and gdkimcontext-ization.
19119
19120 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
19121
19122         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
19123         so that we can derive from gtkimcontext in language bindings properly.
19124
19125 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
19126
19127         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
19128         Add a compose table including (almost) all the compose combinations
19129         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
19130         data in the XIM implementation.
19131
19132         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
19133         Moved functions to convert keyvalues from and to unicode here from
19134         the win32 port and made them public.
19135
19136 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
19137
19138         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
19139
19140 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
19141
19142         * gtk/gtkimcontext.[ch]: Base class for new input context system
19143
19144         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
19145         the real input context implementation to be loaded from modules
19146         and switched on the fly.
19147
19148         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
19149         context that just does direct keysymbol => unicode translation.
19150
19151         * gtk/gtkentry.[ch]: Start switching editing over to using
19152         GtkInputContext. (No handling of preedit yet.)
19153
19154 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
19155
19156         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
19157         many substitutions. (klass should not be subsituted.)
19158
19159 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
19160
19161         * configure.in: Add checks for Pango
19162
19163         * configure.in docs/Makefile.am: Add test for sgml2html
19164         and allow 'make dist' without building html, but print out
19165         warnings in that case. (For making snapshots)
19166
19167         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
19168         Add Pango libraries and C flags
19169
19170         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
19171         Add function (gdk_draw_layout) to draw a pango layout.
19172
19173         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
19174         for getting Pango contexts for GDK.
19175
19176         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
19177
19178         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
19179         editing.
19180
19181         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
19182         keysym => unicode translations. More languages can be added
19183         here, but real input-method support is needed.
19184
19185         * docs/Changes-1.4.txt: Added note about entry behavior.
19186         
19187         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
19188         to set the reading direction for a widget and the global direction.
19189         Add test which allows toggling the global direction. Two private
19190         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
19191
19192         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
19193           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
19194
19195         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
19196
19197         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
19198         underlining now handled by Pango.
19199
19200         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
19201         to RCStyle and Style. (Having both this and the old font name and GdkFont 
19202         is temporary.)
19203
19204         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
19205         convenience functions for creating contexts and layouts for widgets.
19206
19207         * gtk/testgtk.c: Enhance label tests with multilingual labels.
19208
19209 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
19210
19211         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
19212         titles to be active, even if they aren't visible.
19213         (gtk_clist_column_titles_passive):  Ditto.
19214
19215 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
19216
19217         * gtkmenu.c:
19218         * gtkmenu.h:
19219         * gtktypeutils.h: Spelling/grammar fixes in comments.
19220
19221 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
19222
19223         * gdk/nanox/*.h: add missing header files.
19224
19225 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
19226
19227         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
19228         send_event to TRUE.
19229         (gtk_drawing_area_size): queue a resize.
19230
19231 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
19232
19233         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
19234         the handlers, also invalidate them. bug nailed down by Karl Nelson
19235         <kenelson@ece.ucdavis.edu>.
19236
19237 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
19238
19239         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
19240         "(nil)" foundries, patch from Grigorios Magklis.
19241
19242         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
19243         on non-available fonts, based on a patch by Grigorios Magklis
19244         <maglis@cs.rochester.edu>.
19245
19246 2000-05-18  Elliot Lee  <sopwith@redhat.com>
19247
19248         * gdk/x11/gdkregion-generic.c: If a region does not have any
19249         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
19250         instead of GDK_OVERLAP_RECTANGLE_IN.
19251
19252 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
19253
19254         * gtk/gtklayout.c (gtk_layout_map): Remove references to
19255         OFFSCREEN, as it is no longer necessary.
19256
19257 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
19258
19259         * gtk/gtkcolorsel.c: Patch from David Santiago
19260         <mrcooger@cyberverse.com> to change things so that the 
19261         indicator of the active palette entry is done independently,
19262         not via the focus, since it should always be visible.
19263
19264 2000-05-17  Tor Lillqvist  <tml@iki.fi>
19265
19266         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
19267         refcount leaks as in the X11 backend.
19268
19269         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
19270         cosmetics.
19271
19272         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
19273         backend. Add _gdk_windowing_window_destroy().
19274
19275         * gtk/gtkcolorsel.c: Include correct backend-specific header.
19276         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
19277         either, but these probably do exist on nanox?)
19278         
19279         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
19280         which isn't necessarily defined by <math.h>.
19281
19282         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
19283         ancestry past GtkObject.
19284
19285         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
19286         from DLL on Win32.
19287
19288         * gtk/gtk.def: Update corresponding to recent changes.
19289
19290         * gtk/makefile.{cygwin,msc}: Updates.
19291
19292 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
19293
19294         * docs/Changes-1.4.txt: A bit of editing.
19295
19296         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
19297         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
19298         to clear the update area for the window, and clear it
19299         when hiding a window.
19300
19301         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
19302         if window destroyed.
19303
19304         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
19305
19306         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
19307         gdk_window_destroy() to the generic code, since there was a lot of 
19308         window-system-independent logic it in. Add a function:
19309         
19310          _gdk_window_destroy() 
19311
19312         to the internal API to destroy a window without unreferencing it.
19313         Add a function:
19314
19315          _gdk_windowing_window_destroy()
19316
19317         That does the windowing-system-dependent part of destroying 
19318         the window.
19319
19320 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
19321
19322         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
19323
19324 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
19325
19326         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
19327         Make gtk_widget_shape_combine_mask() keep a reference count on
19328         the pixmap since it keeps it around.
19329
19330 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
19331
19332         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
19333         leak.
19334
19335         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
19336         leak with event filters.
19337
19338 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
19339
19340         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
19341         signal handlers with the right data arguments. (Fixes
19342         some warnings when a widget was repeatedly set as a drag
19343         destination.)
19344
19345         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
19346         window so we can avoid avoid setting the DND properties on the
19347         toplevel window repeatedly.
19348
19349 2000-05-13  Tor Lillqvist  <tml@iki.fi>
19350
19351         * gdk/win32/gdkwin32.h: Define more message types missing from
19352         mingw headers.
19353
19354         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
19355         call gdk_window_destroy_notify(). It was never called. This
19356         probably meant that the GdkWindow was never freed. Thanks Owen for
19357         noticing (!).
19358
19359         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
19360         window as destroyed before calling DestroyWindow(). DestroyWindow()
19361         causes a call to the window procedure (gdk_WindowProc), which
19362         calls gdk_event_translate(), which calls
19363         gdk_window_destroy_notify(), which gets confused unless the window
19364         is set as destroyed.
19365
19366         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
19367         this function to indicate it's win32 only. Put inside #ifdef
19368         G_ENABLE_DEBUG.
19369
19370         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
19371         debugging function. (gdk_event_translate:) Add a default branch
19372         that uses the above function to print debug messages with all
19373         Windows messages symbolically.
19374
19375         * gdk/win32/gdkprivate-win32.h: Declare it, and
19376         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
19377
19378 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
19379
19380         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
19381         public header file.
19382
19383 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
19384
19385         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
19386
19387         * gtk/gtktext.c: made the adjustments no-construct args, simply
19388         provide default adjustments.
19389         (gtk_text_destroy): release adjustments.
19390
19391         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
19392         adjustment argument non-construct.
19393
19394         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
19395         instead of in finalize.
19396         (gtk_progress_get_text_from_value): 
19397         (gtk_progress_get_current_text): 
19398         (gtk_progress_set_value): 
19399         (gtk_progress_get_percentage_from_value): 
19400         (gtk_progress_get_current_percentage): 
19401         (gtk_progress_set_percentage): 
19402         (gtk_progress_configure): ensure an adjustment is present.
19403
19404 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
19405
19406         * gtk/gtkcolorsel.[hc]:
19407         * gtk/gtkcolorseldialog.[hc]:
19408         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
19409         their parent implementation, use bit fields for boolean values, don't
19410         create unused widgets, usage of glib types, braces go on their own
19411         lines, function argument alignment, #include directives etc. etc. etc..
19412
19413         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
19414
19415 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
19416
19417         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
19418
19419         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
19420         of NULL.
19421
19422         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
19423         to freed data.
19424         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
19425
19426         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
19427         to NULL when the toplevel is getting destroyed.
19428         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
19429         (gtk_menu_destroy): 
19430         (gtk_menu_init): store the information of whether we have to
19431         readd the initial child ref_count during destruction in a new
19432         GtkMenu field needs_destruction_ref_count.
19433
19434         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
19435         here, those reading: learn from my mistake! ;)
19436         in order for set_?adjustment to support a default adjustemnt if
19437         invoked with an adjustment pointer of NULL, the code read (pseudo):
19438         if (v->adjustment) unref (v->adjustment);
19439         if (!adjustment) adjustment = adjustment_new ();
19440         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
19441         now imagine the first unref to actually free the old adjustment and
19442         adjustment_new() creating a new adjustment from the very same memory
19443         portion. here, the latter comparision will unintendedly fail, and
19444         all hell breaks loose.
19445         (gtk_viewport_set_hadjustment):
19446         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
19447         after unreferencing it.
19448
19449         * gtk/gtkcontainer.[hc]: removed toplevel registration
19450         functions: gtk_container_register_toplevel(),
19451         gtk_container_unregister_toplevel() and
19452         gtk_container_get_toplevels() which had wrong semantics
19453         anyways: it didn't reference and copy the list.
19454
19455         * gtk/gtkwindow.c: we take over the container toplevel registration
19456         bussiness now. windows are registered across multiple destructions,
19457         untill they are finalized. the initial implicit reference count
19458         users are holding on windows is removed with the first destruction
19459         though.
19460         (gtk_window_init): ref & sink and set has_user_ref_count, got
19461         rid of gtk_container_register_toplevel() call. add window to
19462         toplevel_list.
19463         (gtk_window_destroy): unref the window if has_user_ref_count
19464         is still set, got rid of call to
19465         gtk_container_unregister_toplevel().
19466         (gtk_window_finalize): remove window from toplevel list.
19467         (gtk_window_list_toplevels): new function to return a newly
19468         created list with referenced toplevels.
19469         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
19470
19471         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
19472         adjustment a non-construct arg.
19473         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
19474         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
19475         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
19476
19477         * gtk/gtkrange.c: added some realized checks.
19478         (gtk_range_destroy): get rid of the h/v adjustments in the
19479         destroy handler instead of finalize. remove timer.
19480         (gtk_range_get_adjustment): demand create adjustment.
19481
19482         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
19483         we simply create them on demand now and get rid of them in
19484         the destroy handler.
19485         (gtk_viewport_destroy): get rid of the h/v adjustments in the
19486         destroy handler instead of finalize.
19487         (gtk_viewport_get_hadjustment): 
19488         (gtk_viewport_get_vadjustment): 
19489         (gtk_viewport_size_allocate): demand create h/v adjustment
19490         if required.
19491
19492         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
19493         gtk_widget_real_destroy () functionality.
19494         (gtk_widget_real_destroy): reinitialize with a new style, instead
19495         of setting widget->style to NULL.
19496
19497 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
19498
19499         * gtk/gtkcalendar.c:
19500         * gtk/gtkbutton.c: ported _get_type() implementation over to
19501         GType, either to preserve memchunks allocation facilities,
19502         or because Gtk+ 1.0 GtkTypeInfo was still being used.
19503
19504         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
19505         over. prepare for ::destroy to be emitted multiple times.
19506         removed reference tracer magic. chain into GObjectClass.shutdown()
19507         to emit ::destroy signal.
19508
19509         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
19510         fundamental.
19511
19512         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
19513         cludge.
19514
19515         * gtk/gtksocket.c:
19516         * gtk/gtkplug.c:
19517         * gtk/gtklayout.c:
19518         * gtk/gtklabel.c:
19519         * gtk/gtkargcollector.c:
19520         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
19521         not being a fundamental anymore, and to work with the new
19522         type system (nuked fundamental type varargs clutter).
19523
19524         * gtk/*.c: install finalize handlers in the GObjectClass
19525         part of the class structure.
19526         changed direct GTK_OBJECT()->klass accesses to
19527         GTK_*_GET_CLASS().
19528         changed direct object_class->type accesses to GTK_CLASS_TYPE().
19529
19530         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
19531         GType. made most of the GTK_*() type macros and Gtk* typedefs
19532         simple wrappers around macros and types provided by GType.
19533         most notably, a significant portion of the old API vanished:
19534         GTK_TYPE_MAKE(),
19535         GTK_TYPE_SEQNO(),
19536         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
19537         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
19538         GTK_TYPE_ARGS,
19539         GTK_TYPE_CALLBACK,
19540         GTK_TYPE_C_CALLBACK,
19541         GTK_TYPE_FOREIGN,
19542         GtkTypeQuery,
19543         gtk_type_query(),
19544         gtk_type_set_varargs_type(),
19545         gtk_type_get_varargs_type(),
19546         gtk_type_check_object_cast(),
19547         gtk_type_check_class_cast(),
19548         gtk_type_describe_tree(),
19549         gtk_type_describe_heritage(),
19550         gtk_type_free(),
19551         gtk_type_children_types(),
19552         gtk_type_set_chunk_alloc(),
19553         gtk_type_register_enum(),
19554         gtk_type_register_flags(),
19555         gtk_type_parent_class().
19556         replacements, where available are described in ../docs/Changes-1.4.txt.
19557         implemented compatibility functions for the remaining API.
19558
19559         * configure.in: depend on glib 1.3.1, use gobject module.
19560
19561 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
19562
19563         * TODO.xml: Various updates to current status.
19564
19565 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
19566
19567         * gtk.m4: Print out version when test succeeds.
19568
19569 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
19570
19571         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
19572         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
19573         
19574         (Original triangle color selector from Simon Budig
19575         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
19576         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
19577         Santiago <mrcooger@cyberverse.com>)
19578
19579         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
19580         out into a separate widget.
19581
19582         * gtk/testgtk.c: Add some checkbuttons for toggling palette
19583         and opacity controls.
19584
19585 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
19586
19587         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
19588         snuck in prematurely.
19589
19590 2000-05-07  Tor Lillqvist  <tml@iki.fi>
19591
19592         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
19593         had deleted a ! operator by mistake, which caused
19594         GDK_SELECTION_CLEAR events never to be generated, which caused
19595         only the first copy to the clipboard from an gtkeditable to
19596         actually cause a copy to the Windows clipboard.
19597
19598 2000-05-06  Tor Lillqvist  <tml@iki.fi>
19599
19600         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
19601         compilation, too. Current mingw gcc distributions include the
19602         necessary headers. Also the necessary IIDs are now in mingw
19603         headers/libraries, and own definitions unnecessary.
19604
19605         More hacking on OLE2 DND, still doesn't work though, and thus
19606         ifdeffed out.
19607
19608         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
19609         here, too.
19610
19611 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
19612
19613         * gdk/nanox/*: nano-X port work in progress.
19614         * gdk/simple.c: simple test for Gdk.
19615         * README.nanox: notes about the port: read this first!
19616         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
19617         with nano-X.
19618
19619 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
19620
19621         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
19622         gdk_window_clear() into common code, implement in terms of
19623         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
19624         not redirected to the backing rectangle.
19625
19626 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
19627
19628         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
19629         EXTRA_DIST. It does not work well when the file that
19630         everything depends on is not in the tarball.
19631
19632 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
19633
19634         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
19635         with recursion where process_updates() is called from
19636         an expose handler. (GtkTextView is highly broken in
19637         doing this, but it should work, so it is a nice test
19638         case.)
19639
19640 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19641
19642         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
19643         handle the case where updates are queued during processing of
19644         updates.
19645
19646 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
19647
19648         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
19649         window is on gdk_display - use that instead of segfaulting.
19650
19651 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
19652
19653         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
19654         broken and require an empty arg, give it to them.
19655
19656 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
19657
19658         * gtk/gtklabel.h: indentation fixes.
19659
19660 2000-05-02  Tor Lillqvist  <tml@iki.fi>
19661
19662         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
19663         draw too narrow or too low arcs, they seem to fail, at least with
19664         some display drivers.
19665
19666         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
19667
19668         Large changes to the Win32 backend, partially made necessary by
19669         the changes to the backend-independent internal
19670         structures. Attempts to implement similar backing store stuff as
19671         on X11. The current (CVS) version of the Win32 backend is *not* as
19672         stable as it was before the no-flicker branch was merged. A
19673         zipfile with that version is available from
19674         http://www.gimp.org/win32/. That should be use by "production"
19675         code until this CVS version is usable. (But note, the Win32
19676         backend has never been claimed to be "production quality".)
19677
19678         * README.win32: Add the above comment about versions.
19679
19680         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
19681
19682         * gdk/gdk.def: Update.
19683
19684         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
19685         presumably be replaced by some more better mechanism as 1.4 gets
19686         closer to release shape.
19687
19688         * gdk/makefile.{cygwin,msc}: Update.
19689
19690         * gdk/win32/*.c: Correct inclusions of the backend-specific and
19691         internal headers. Change code according to changes in these. Use
19692         gdk_drawable_*, not gdk_window_* where necessary.
19693
19694         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
19695         our old DND.
19696
19697         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
19698         to interpret single characters as UTF-8. Thanks to Hans Breuer.
19699         Use correct function name in warning messages.
19700
19701         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
19702         GSourceFuncs gdk_event_prepare and gdk_event_check.
19703         (gdk_event_get_graphics_expose): Do implement, use
19704         PeekMessage. Thanks to Hans Breuer.
19705         (event_mask_string): Debugging function to print an GdkEventMask.
19706         (gdk_pointer_grab): Use it.
19707
19708         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
19709         (old) book I used claimed was Hangul actually is CJK Unified
19710         Ideographs Extension A. Also, Hangul Syllables were missing.
19711         Improve logging.
19712
19713         * gdk/win32/gdkgc-win32.c: Largish changes.
19714
19715         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
19716         g_win32_getlocale() from GLib, and not setlocale() to get current
19717         locale name.
19718
19719         * gdk/win32/gdkprivate-win32.h
19720         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
19721         gdkwin32.h, similarily as in the X11 backend.
19722
19723         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
19724         assignment was used instead of equals in if test. Thanks to Hans
19725         Breuer.
19726
19727         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
19728         the X11 version.
19729
19730         * gdk/win32/makefile.{cygwin,msc}
19731         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
19732         path to the Win32 headers that works also with the mingw compiler.
19733
19734         * gtk/gtkstyle.c: Include <string.h>.
19735
19736 2000-04-26  Havoc Pennington  <hp@redhat.com>
19737
19738         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
19739         replacing the broken gtk_label_get ()
19740
19741 2000-04-15  Havoc Pennington  <hp@pobox.com>
19742
19743         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
19744         this keeps scanner scripts from getting confused.
19745
19746         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
19747         data, rather than void
19748
19749 2000-04-15  Tor Lillqvist  <tml@iki.fi>
19750
19751         * gtk/gtkclist.c (gtk_clist_motion)
19752         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
19753         with is_hint FALSE, get x and y from the event. They used to be
19754         used uninitialised. The Win32 backend never sends motion events
19755         marked as hints. This for instance fixes the annoying file and
19756         font selector behaviour in the Win32 version.
19757
19758 2000-04-14  Tor Lillqvist  <tml@iki.fi>
19759
19760         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
19761         gtk_private_n_signals variables, they are used by some software,
19762         sigh.
19763
19764         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
19765         installation directory from the Registry, where the installer
19766         should have put it.
19767
19768 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
19769
19770         * gdk/x11/Makefile.am: Fix problem with installation directory for
19771         gdkx.h
19772
19773         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
19774         <mrcooger@cyberverse.com> so that when selecting menus with the
19775         mouse, the first item will not be selected, but when selecting
19776         with an accelerator, or navigating left-right on a menubar with
19777         the menus popped up, the first item will be selected.
19778
19779 2000-04-05  Dan Damian  <dand@dnttm.ro>
19780
19781         * configure.in: Added "ro" to ALL_LINGUAS.
19782
19783 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
19784
19785         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
19786         indentation.
19787
19788         * Makefile.am (EXTRA_DIST): Fix typo.
19789
19790         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
19791         to catch gdkconfig.h
19792
19793         * gtk/gtkitemfactory.c: Added FIXME.
19794
19795 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
19796
19797         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
19798         s/return_if_fail/return_val_if_fail/g and add a return value.
19799
19800 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
19801
19802         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
19803         merge slipup.
19804
19805         * gdk/gdkinput.h: Fix missing line from merge.
19806
19807 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
19808
19809         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
19810         instead of gdkprivate.h.
19811
19812 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
19813
19814         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
19815         parent class to correctly be GtkDialogClass.
19816
19817 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
19818
19819         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
19820         toplevel windows and their immediate children by their parents,
19821         since the size of toplevel windows is out of our immediate
19822         control and we don't get any real benefit from trying to track
19823         this size for clipping.
19824
19825         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
19826         for input_only windows.
19827
19828         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
19829         to fix some hacks and make sure that we don't try to set the
19830         background of input only windows.
19831
19832 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
19833
19834         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
19835         the _really_ internal stuff, and leave gdkprivate.h for the fake private
19836         stuff that we've traditionally exposed.
19837
19838         * gdk/**.c: Use gdkinternals.h where appropriate.
19839
19840         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
19841         not include gdkprivate-x11.h, move all stuff of conceivable public
19842         interest into gdkx.h; keep all really private stuff in
19843         uninstalled header gdkprivate-x11.h.
19844
19845         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
19846         image->image_put on windows through a new function _gdk_window_draw_image()
19847         to allow us to do backing store for images. (Sort of ugly)
19848
19849         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
19850         contexts locally so that we can offset them properly when drawing 
19851         onto backing pixmaps.
19852
19853         * gdk/gdkinput.h: Reindented
19854
19855         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
19856         pixmap or color for the window, so we can properly initialize
19857         our double-buffer pixmaps, and also so that we temporarily set
19858         a background of None while scrolling.
19859
19860         * gdk/gdkregion.h: Revise region boolean operators to have an
19861         interface that is actually convenient - switch from creating new
19862         regions on every op, to "methods" that modify existing regions
19863         (A = A OP B). 3 argument forms which allow dest == src, would also
19864         be possible, but the current interfaces seem to map nicely
19865         onto what needs to be done. (There is quite a lot of region
19866         code in GDK now.)
19867
19868         * gdk/gdkregion.h: Add constructor from rectangle and a copy
19869         operator.
19870
19871         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
19872         gdkpoly-generic.h: Copy region code from Xlib, switch it over
19873         to 32 bit coordinates, modify it to be mostly GTK+ style
19874         and to have interfaces that match gdkregion.h.
19875
19876         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
19877         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
19878         create a backing pixmap and redirect all drawing to
19879         that backing pixmap until a matching gdk_window_end_paint().
19880
19881         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
19882         Create a special drawable class for GtkWindow's that 
19883         redirects the drawing to the backing pixmap as necessary
19884         and then calls the real operations in _gdk_windowing_window_class.
19885
19886         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
19887         Store invalid region for each window. Generate expose events for invalid
19888         region in an idle. This replaces both the expose compression
19889         and the redrawing queuing in GTK+. It is both more efficient and
19890         simpler than either one individually and far more so then the
19891         combination.
19892
19893         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
19894         Emulate 32 bit coordinates for windows with 16 bit coordinates
19895         by offsetting drawing, guffaw scrolling techniques and
19896         mapping/unmapping child windows as necessary.
19897
19898         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
19899         where, when invalid regions are processed, the region is stored,
19900         and if expose events come in that are detectably duplicate
19901         the processed exposes (by comparison of event serial numbers),
19902         the stored region is subtracted out of those exposes.
19903
19904         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
19905         regions newly exposed when scrolling or resizing windows.
19906         This, combined with forcing processesing of queued invalidated
19907         regions, gives nice flicker-free scrolling.
19908
19909         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
19910         invalidated regions after every scroll.
19911
19912         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
19913         emulation in GDK. Its, for all practical purposes just a
19914         GtkViewport/GtkFixed hybrid now.
19915
19916         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
19917         (16-bit) structures as necessary instead of just casting.
19918
19919         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
19920         in terms of the structures from gdkregion-generic.c, using appropriate
19921         offsets from GDK to X11 coordinates. Cache clip mask and
19922         origin and ts origin locally and only flush to the server
19923         when drawing, to avoid constantly setting and resetting these
19924         values when offsetting GC's for scrolling and backing pixmaps.
19925
19926         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
19927
19928         * gtk/gtkcontainer.c: Call process_all_updates at end
19929         of resizing to reduce flicker. (Avoids having redraw
19930         lag arbitrarily behind resize under some circumstances)
19931
19932         * gtk/gtkentry.c: Remove old backing store code, and simply take
19933         advantage of the new backing store capabilities of GDK.
19934
19935         * gtk/gtkmain.c: Simple implementation of widget backing
19936         store - simply push a paint while handling each expose.
19937         (Should really be configurable widget for widget.)
19938         
19939         * gtk/gtkwidget.c: Remove all the old complicated redraw
19940         code, and simply invalidate the GDK windows from
19941         gdk_window_queue_clear(), etc. (Sigh, so much carefully
19942         debugged complexity ... gone to the winds.)
19943
19944         Remove all the code for suppressing expose events while
19945         resizes are pending; this isn't needed since the invalid
19946         areas won't be processed until after the resizes are
19947         processed, since they are in a lower priority idle.
19948
19949 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
19950
19951         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
19952         and height of dest rectangle for non-intersecting rectangles.
19953
19954 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
19955
19956         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
19957         for GdkRectangle.
19958
19959 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
19960
19961         * gdk/gdk{events,image,private,types,window}.h
19962          gdk/x11/gdkinputprivate.h: Change all coordinates
19963          from int16 to int. Also, Change width and height from
19964          unsigned to signed to avoid all the stupid C 
19965          signedness bugs.
19966
19967 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
19968
19969         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
19970         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
19971         Add some more detailed checking.
19972
19973         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
19974         New function to retrieve the depth of a drawable.
19975
19976         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
19977         field, reorder fields to save memory. 
19978
19979 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
19980
19981         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
19982         of the background image instead of scaling the background down to
19983         a line.
19984
19985         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
19986         which temporarily set slider to wrong size.
19987
19988         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
19989         queue_clear().
19990
19991 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
19992
19993 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
19994
19995         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
19996
19997 2000-03-17  Tor Lillqvist  <tml@iki.fi>
19998
19999         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
20000         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
20001
20002         * gdk/win32/gdkfont-win32.c
20003         * gdk/win32/gdkproperty-win32.c
20004         * gdk/win32/gdkselection-win32.c
20005         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
20006         now declared such.
20007
20008 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
20009
20010         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
20011
20012 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
20013
20014         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
20015         is called without trapping X errors.
20016
20017 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
20018
20019         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
20020         way into the fontset lists.
20021
20022 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
20023
20024         * gtk/gtkthemes.h: add extern "C" scope.
20025
20026 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
20027
20028         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
20029         to make appends to the list constant. (gtk-guy-990901-0.patch)
20030
20031 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
20032
20033         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
20034         for the typename hash table.
20035
20036 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
20037
20038         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
20039         to make sure we never divide by zero. 
20040         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
20041
20042 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
20043
20044         * gtk/gtkfontsel.c: Apply patch from
20045         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
20046         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
20047
20048         Also, some cleanups in atom handling.
20049
20050 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
20051
20052         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
20053         not GtkWidget.
20054
20055 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
20056
20057         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
20058         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
20059         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
20060         more guint wrap-around bugs before going to bed.
20061
20062 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
20063
20064         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
20065         guint wrap arounds in allocation.width.
20066
20067         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
20068         process untill we fit the allocation given.
20069
20070 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
20071
20072         * gtk/gtkwidget.c:
20073         (gtk_widget_unrealize): guard widget access with ref/unref
20074         around signal emission.
20075         (gtk_widget_hide): same here, but also check its destroyed
20076         state before queueing a resize.
20077
20078 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
20079
20080         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
20081         of gtk_default_insensitive_bg as insensitive base color.
20082
20083         * gtk/gtktext.c (gtk_text_style_set): set the background color according
20084         to the widget's state.
20085         (gtk_text_realize): same here.
20086         (gtk_text_state_changed): same here.
20087         (draw_bg_rect): compare background color against base[] from
20088         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
20089
20090 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
20091
20092         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
20093         grabs are active, unless a delete event is send to the toplevel
20094         of the currently grab holding widget.
20095
20096 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
20097
20098         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
20099         debugging g_print's.
20100
20101 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
20102
20103         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
20104         ever make the scrolled-window requisition ever depend on the 
20105         visibility state of the scrollbars for the AUTOMATIC policy. 
20106         This breaks the GTK+ requisition model, and causes loops.
20107
20108 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
20109
20110         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
20111         the default font to avoid problems with XFree86-4.0 where the
20112         default charset is iso10646-1, not iso8859-1.
20113
20114 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
20115
20116         * acinclude.m4
20117         * config.guess
20118         * config.sub
20119         * ltconfig
20120         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
20121
20122         * gtk/Makefile.am: minor cosmetic consistency tweak
20123
20124 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
20125
20126         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
20127         the activate_time to 0, so that we handle a quick
20128         press/release press/release properly and don't suppress
20129         the second release. (Red Hat bug #7545)
20130
20131 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
20132
20133         * gtk/gtkctree.c (row_delete):
20134         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
20135         bugs with destruction notifier, *always* update internal
20136         structures *before* calling user code.
20137
20138 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
20139
20140         A few more fixes for bug #5487, #2051, #2677.
20141         * gtk/gtkclist.c : 
20142         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
20143         not GDK_BUTTON_PRESS.
20144         (resync_selection): resync only if selection_mode is
20145         GTK_SELECTION_EXTENDED
20146         * gtk/gtkctree.c (resync_selection): same here
20147
20148 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
20149
20150         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
20151         gdk_drag_get_selection() and gtk_menu_detach().
20152
20153         [ From Jeroen Ruigrok/Asmodai ]
20154
20155 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
20156
20157         * gtk/gtknotebook.c (gtk_notebook_size_request): 
20158         page->tab_label can be NULL.
20159
20160 2000-01-25  Havoc Pennington  <hp@pobox.com>
20161         
20162         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
20163         arg is boolean
20164
20165         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
20166
20167         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
20168
20169         * gdk/gdkproperty.c (gdk_property_get): return boolean
20170
20171         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
20172
20173         * gdk/gdkim.c (gdk_im_ready): return boolean
20174
20175         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
20176
20177         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
20178         glib clash, should fix glib)
20179
20180         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
20181         (gdk_get_show_events): return gboolean, and canonicalize 
20182         to TRUE/FALSE
20183
20184         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
20185         colormap is private
20186         (gdk_colors_alloc): gboolean whether to be contiguous
20187         (gdk_color_equal): return gboolean since we are a predicate
20188         and not a qsort() (this looks semi-wrong due to glib breakage,
20189         IMO glib should be fixed)
20190         
20191         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
20192         (gdk_get_use_xshm): return gboolean
20193         (gdk_pointer_is_grabbed): return gboolean
20194
20195         * gdk/gdk.h: Change prototypes to match all the above changes,
20196         and re-run egtk-format-protos as required.
20197
20198 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
20199
20200         * gtk/gtkctree.c (resync_selection): 
20201         * gtk/gtkclist.c (resync_selection):
20202
20203         Return immediately if clist->drag_pos < 0. This is a workaround
20204         for the corrupt state that the clist gets into when a
20205         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
20206
20207         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
20208         
20209         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
20210         variable from recent commit.
20211
20212 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
20213
20214         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
20215
20216 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
20217
20218         * gtk/Makefile.am: prefix all autogenerated source that get build in
20219         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
20220         in builddir. since we subsequently cd into srcdir for autogeneration,
20221         the paths have to be stripped from the target file names, thusly we
20222         use $(@F) as target names now.
20223         put a comment about configure.in's --disable-rebuilds option,
20224         which can be used for non-writable source directories, for development
20225         setups though, srcdir has to be *writable*.
20226
20227 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
20228
20229         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
20230           Finish the job of allowing event to be NULL.
20231           (Fixes bug #4283, reported by Chris Blizzard)
20232
20233         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
20234           things so that the cursor appears on screen, properly
20235           take into account INNER_BORDER.
20236           (Fixes bug #4754, reported by Antonio Campos)
20237
20238 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
20239
20240         * gtk/gtknotebook.c (gtk_notebook_map): Don't
20241           show the tab_label unless it itself is visible.
20242
20243           gtk/gtknotebook.c (gtk_notebook_size_request):
20244           Do a better job of making sure that the visibility
20245           of the tab label corresponds to whether it should
20246           be mapped or not.
20247
20248 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
20249
20250         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
20251           Use the requisition, not the allocation, since the
20252           allocation has not necessarily been computed yet.
20253           (Pointed out by Eugene Osintsev)
20254
20255 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
20256
20257         * gtk/gtkstyle.c (gtk_style_new): Dont' set
20258           style/base[GTK_STATE_INSENSITIVE] both to
20259           gtk_default_insensitive_bg!
20260           (Bug #2187, reported by Jonathan Blandford)
20261
20262         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
20263           Add Alt_L, Alt_R to list of invalid accelerators.
20264           (Bug #3736, reported by Vlad Harchev)
20265
20266 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
20267
20268         * gtk/gtkfilesel.c (open_ref_dir): Fix several
20269         bugs which occured after an attempt to open 
20270         invalid home directory left cmpl_state->reference_dir == NULL.
20271
20272          - completion on files in home directory didn't work
20273          - completion on an empty string caused  segfault
20274
20275          (Bug #3678, reported by Steve Ratcliffe)
20276
20277         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
20278         cut and paste error that was causing scales to
20279         be incorrectly positioned.
20280         (Bug #2956,
20281          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
20282
20283 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
20284
20285         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
20286         when checking for dcgettext, if we've found we needed
20287         it for dgettext.
20288 +
20289 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
20290
20291         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
20292         queue_clear on NO_WINDOW widgets during a reparent,
20293         since at that point the window and widget heirarchies
20294         are out of sync. This stops crashing in some cases
20295         (the scrolled window reparent test, for instance), and
20296         _probably_ won't cause drawing errors.
20297
20298         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
20299         test do what it was supposed to do and be robust against
20300         window closings, etc. (Bug #2443)
20301
20302 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
20303
20304         * gtk/gtkentry.c: Fix return values on mouse events.
20305         (Bug #2686, Sky <seb_sky@yahoo.com>)
20306
20307         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
20308         (pointed out by George Lebl)
20309
20310         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
20311         (From Ettore Perazzoli  <ettore@helixcode.com>)
20312  
20313 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
20314
20315         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
20316         clicks between rows or outside calender area correctly.
20317         (Patch from Damon Chaplin)
20318
20319         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
20320         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
20321           Call destroy function when overwriting existing data. 
20322           (Pointed out by Damon Chaplin)
20323
20324 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
20325
20326         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
20327           which was causing problems on various systems with Xmu.
20328           This hasn't been needed for a very long time.
20329           (Fixes #1185 3167)
20330
20331 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
20332
20333         * gdk/gdki18n.h: Include <ctype.h> when defining
20334           gdk_isw* in terms of is* as a fallback.
20335           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
20336
20337 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
20338
20339         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
20340           realize the widget when it is size allocated!
20341           (old, old bug)
20342
20343         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
20344           Removed unused call to gdk_window_get_size() that
20345           showed up when the above was fixed.
20346
20347 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
20348
20349         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
20350           fix up widget->window when the widget is a
20351           NO_WINDOW container widget.
20352
20353 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
20354
20355         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
20356           to account for the fact that feof() does _not_ 
20357           return TRUE on errors, and thus avoid infinite loops
20358           when trying to use gdk_pixmap_create_from_xpm()
20359           on unreadable values.
20360
20361 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
20362
20363         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
20364
20365 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
20366
20367         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
20368           gdk_gc_set_dashes to take gint8 instead of gchar to
20369           make it clearer that it is _not_ a NULL terminated string.
20370
20371         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
20372           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
20373           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
20374           arguments.
20375
20376 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
20377
20378         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
20379         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
20380         background size relative to our allocation, guard against small
20381         allocations, we may have not yet been size allocated.
20382
20383 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
20384
20385         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
20386         not just version == 3. We implement all 3 + most of 4 - 
20387         (we don't support matching text/plain;charset=iso-8859-1
20388         to a dest that expects text/plain). We'll still advertise
20389         3 to be safe, but any client implementing version >= 3
20390         must interoperate with 3.
20391         
20392 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
20393
20394         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
20395         background and gc members, add a warning in gtk_tooltips_set_color()
20396         indicating that this function is deprecated.
20397
20398 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
20399
20400         * docs/gtkfaq.sgml: FAQ Update:
20401           - Minor cleanups (Emmanuel, me)
20402           - New questions:
20403                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
20404                 How can I retrieve the text from a GtkMenuItem? (timj)
20405                 How do I validate/limit/filter the input to a GtkEntry? (me)
20406                 Memory does not seem to be released when I free the list
20407                         nodes I've allocated (timj)
20408
20409 2000-03-07  Tor Lillqvist  <tml@iki.fi>
20410
20411         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
20412         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
20413         for which it is no use to call GetLastError onWin9x.
20414         (gdk_other_api_failed) New function, for general error
20415         reporting without calling GetLastError.
20416         (gdk_win32_api_failed) OTOH, this function always calls
20417         GetLastError. (gdk_win32_last_error_string) Remove this function,
20418         GLib has the equivalent now.
20419
20420         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
20421         call them with function name, file name and line number in the
20422         arguments.
20423
20424         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
20425         functions.
20426         
20427         * gtk/gtk.def: Add some missing entry points.
20428
20429         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
20430         gtk_paned_set_gutter_size, which don't exist any longer, as void.
20431         
20432         Fixes by Hans Breuer:
20433
20434         * gdk/makefile.msc: Update for debugging.
20435
20436         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
20437         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
20438         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
20439         in the dash_list.
20440
20441         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
20442         the x11 backend.
20443
20444         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
20445
20446         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
20447
20448 2000-03-04  Tor Lillqvist  <tml@iki.fi>
20449
20450         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
20451         just pixel value of background colour.
20452
20453         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
20454         containing code snippet previously duplicated in a couple of
20455         places.
20456         
20457         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
20458         gdk_colormap_color.
20459
20460         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
20461         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
20462         events for autorepeated Shift, Control and Alt keys. Use
20463         gdk_colormap_color.
20464
20465         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
20466         pointer is inside the window the cursor of which we are setting,
20467         call SetCursor immediately.
20468
20469         * gdk/win32/makefile.cygwin
20470         * gtk/makefile.cygwin: If we don't have the build number stamp
20471         file, use zero.
20472
20473         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
20474         gtk_paned_set_gutter_size as empty.
20475
20476         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
20477         
20478 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
20479
20480         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
20481           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
20482           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
20483           docs/gtk_tut.sgml docs/gtk.texi TODO:
20484
20485           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
20486
20487 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
20488
20489         * gtk/gtkcalendar.c: Implement num_marked_dates,
20490           and don't emit mutiple day_selected signals on
20491           month_prev.
20492
20493 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
20494
20495         * docs/make-todo (lineno): let title and logo be configurable so
20496         that GNOME can use this script too.
20497
20498         * TODO.xml: added logourl and a title
20499
20500 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
20501
20502         * TODO.xml: Added some UI items, and an explanatory
20503         comment at the top of the file.
20504
20505 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
20506
20507         * TODO.xml: some updates, added abunch of new entries.
20508         a note for those fiddeling with this file, when done
20509         with it, invoke:
20510         $ ./docs/make-todo TODO.xml >/dev/null
20511         and correct output errors before comitting changes.
20512
20513 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
20514
20515         * TODO.xml: Added XML-structured TODO file.
20516         * docs/make-todo: python script to turn TODO.xml into
20517           pretty XML output. 
20518
20519 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
20520
20521         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
20522         the function to let it draw the seven dots, instead of the old,
20523         much maligned, method.
20524         (draw_dot): New function to draw a dot.
20525
20526         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
20527         to draw the handle inside the border width as opposed to outside.
20528         Use paint function instead of gdk_draw_point.
20529
20530         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
20531         to draw the handle inside the border width as opposed to outside.
20532         Use paint function instead of gdk_draw_point.
20533
20534         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
20535         Change indenting to be more GTK like.
20536
20537 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
20538
20539         * docs/gtk_tut.sgml: New section on GtkCalendar
20540         * examples/calendar: Update example code
20541
20542 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
20543
20544         * docs/gtkfaq.sgml: FAQ Update
20545
20546 2000-02-19  Anders Carlsson  <andersca@gnu.org>
20547
20548         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
20549         to prevent the scroll event to be propagated upwards.
20550
20551 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
20552
20553         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
20554         OwnerGrabButtonMask from button entries for
20555         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
20556
20557         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
20558         to the event mask (which will result in button/press release
20559         being added to the event mask on Unix) so scrolling works
20560         for layouts in scroll windows.
20561
20562         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
20563
20564         Patch from Anders Carlsson  <andersca@gnu.org> to add
20565         a scroll event.
20566
20567         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
20568         scrolling to the "Test Scrolling" part of testgtk.
20569  
20570         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
20571  
20572         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
20573         it against GDK_SCROLL.
20574  
20575         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
20576         way of mouse wheel scrolling.
20577  
20578         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
20579  
20580         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
20581  
20582         * gtk/gtkmain.c: Removed previous mouse wheel hack.
20583  
20584         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
20585         gdk_event_mask_table.
20586  
20587         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
20588         GdkEventScroll handler.
20589  
20590         * gdk/gdkevents.h: Added GdkEventScroll structure.
20591  
20592 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
20593
20594         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
20595         and Anders Carlsson to change the Paned widgets so that they
20596         can be dragged from anywhere along the length. Also change
20597         the way that this is drawn to make this apparent.
20598
20599         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
20600         from George Lebl to check that option_menu->menu is present
20601         before getting history.
20602
20603 2000-02-14  Tor Lillqvist  <tml@iki.fi>
20604
20605         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
20606         before the assertion for non-NULL segment list.
20607
20608         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
20609         Seems that pattern brushes *must* be 8x8 pixels! At least on my
20610         machine, but it might be display driver dependent. Sigh, so make
20611         sure the stipple is that size. Does Windows suck or what?
20612
20613         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
20614         places.
20615
20616 2000-02-13  Havoc Pennington  <hp@pobox.com>
20617
20618         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
20619         refcount to 1
20620         (gdk_cursor_new): init refcount to 1
20621
20622         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
20623
20624 2000-02-13  Tor Lillqvist  <tml@iki.fi>
20625
20626         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
20627         so that we don't have to do unnecessary settings to the HDC.
20628
20629         * gdk/win32/gdkdrawable-win32.c
20630         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
20631         gdk_gc_predraw.
20632
20633         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
20634         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
20635         GDI paths, call WidenPath to get the outline of the stroken path,
20636         and then fill the outline (with the brush that was built from the
20637         stipple).
20638
20639         * gdk/win32/gdkgc-win32.c: Factor out common code from
20640         _gdk_win32_gc_new and gdk_win32_gc_set_values into
20641         gdk_win32_gc_values_to_win32values. Use correct colour for
20642         SetBkColor() (Until now the code actually used a random colour in
20643         the call to SetBkColor()... but that didn't show up as not many
20644         GDI APIs use the background colour. Pattern (opaque stippled)
20645         brushes do.)
20646
20647         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
20648         gdk_win32_api_failed): New functions for error logging.
20649
20650         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
20651         WIN32_API_FAILED to call them, passing function or file name and
20652         line number.
20653
20654         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
20655
20656         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
20657         GdkColor for foreground and background in GdkGCWin32Data.
20658
20659         * gdk/makefile.cygwin: Link in the resource object separately.
20660
20661         * gdk/win32/rc/gdk.rc
20662         * gtk/gtk.rc (New file)
20663         * gdk/win32/makefile.cygwin
20664         * gtk/makefile.cygwin: Update build number in DLLs automatically,
20665         as in GLib.
20666
20667 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
20668
20669         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
20670         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
20671         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
20672         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
20673         parameters given and cursor->ref_count. coding style fixups.
20674
20675         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
20676         not GtkWidget.
20677         
20678         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
20679         fix up widget macros and add _GET_CLASS() variant.
20680         
20681         * gtk/*.c: some GtkType fixups.
20682
20683 2000-02-09  Tor Lillqvist  <tml@iki.fi>
20684
20685         * gdk/win32/gdkproperty-win32.c
20686         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
20687         were reversed.
20688
20689 2000-02-04  Tor Lillqvist  <tml@iki.fi>
20690
20691         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
20692         g_filename_to_utf8 to convert the font names Windows gives us from
20693         whatever is the default codepage to UTF-8.
20694         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
20695         in the other direction.
20696
20697         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
20698         error in debugging output.
20699
20700 2000-02-02  Tor Lillqvist  <tml@iki.fi>
20701
20702         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
20703         and height parameters to gdk_window_clear_area(). Not minus one.
20704
20705 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
20706
20707         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
20708         checks if the widget passed to gtk_drag_get_data() was not the
20709         dest widget.
20710
20711 2000-02-01  Tor Lillqvist  <tml@iki.fi>
20712
20713         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
20714         g_filename_from_utf8 functions (which were added a moment ago to
20715         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
20716         size buffers.
20717
20718         gtk_file_selection_get_filename returns the filename in the C
20719         runtime encoding. It calls g_filename_from_utf8, but copies the
20720         returned string to a static buffer, which is returned. I think
20721         this is better than returning the result from g_filename_from_utf8
20722         directly, which would mean all apps that use it would have to free
20723         the return value. Or should this function care about this issue at
20724         all? Maybe a new function with clearly defined semantics.
20725
20726         * gtk/gtkfilesel.h: Add comment about
20727         gtk_file_selection_get_filename returning the filename in the C
20728         runtime's encoding.
20729
20730         * README.win32
20731         * gdk/gdk.def
20732         * gdk/makefile.{cygwin,msc}
20733         * gtk/gtk.def: Updates.
20734
20735         * gdk/gdkcursor-win32.c: Initialise refcount.
20736
20737 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
20738
20739         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
20740
20741 2000-01-30  Havoc Pennington  <hp@pobox.com>
20742
20743         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
20744         destroy
20745
20746         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
20747
20748         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
20749         implemented in platform-specific code
20750
20751         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
20752
20753         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
20754         underscore in front
20755
20756         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
20757         put an underscore in front
20758
20759         * gdk/gdkcursor.c: new file, implements
20760         gdk_cursor_ref/gdk_cursor_unref
20761
20762         * gdk/gdkcursor.h: Refcount GdkCursor
20763
20764         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
20765
20766 2000-01-29  Tor Lillqvist  <tml@iki.fi>
20767
20768         * gdk/gdkwindow.h
20769         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
20770
20771 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
20772
20773         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
20774         structures to properly inherit from GtkWidget not GtkBin.
20775
20776 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
20777
20778         * gtk+.spec.in: Added lib/gtk+/include/* to %files
20779         (bug #5178 - Peter Wainright)
20780         
20781         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
20782         so that it will be installed.
20783         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
20784
20785 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
20786
20787         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
20788         for the GtkStyleClass vtable const.
20789
20790         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
20791         take a const string argument like GtkTranslateFunc. This will
20792         require changes in use code.
20793
20794 2000-01-19  Tor Lillqvist  <tml@iki.fi>
20795
20796         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
20797         semantics (to mimic the X11 backend, which just calls XClearArea)
20798         is to check for zero width (and height), and in that case use the
20799         window's width minus x (height minus y). This fixes for instance
20800         some redraw problems with gtkclist, which were easily noticeable
20801         in the gtk file selection widget.
20802
20803         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
20804         windows.
20805
20806 2000-01-13  Tor Lillqvist  <tml@iki.fi>
20807
20808         * configure.in
20809         * gdk/Makefile.am
20810         * gdk/x11/Makefile.am
20811         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
20812         (bug #5177).
20813         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
20814         out later.
20815
20816 2000-01-09  Tor Lillqvist  <tml@iki.fi>
20817
20818         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
20819         WM_MOVE for iconified or invisible windows. This fixes various
20820         problems when minimising windows. Thanks to Bernd Herd.
20821
20822 2000-01-05  Tor Lillqvist  <tml@iki.fi>
20823
20824         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
20825         backend's draw_lines method, not draw_points.
20826
20827 2000-01-02  Tor Lillqvist  <tml@iki.fi>
20828
20829         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
20830         before Owen's reorganisation: Don't have queued_events and
20831         queued_tail statics in this file, but use gdk_queued_events and
20832         gdk_queued_tail. This makes exposure event compression work again.
20833
20834         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
20835         seem to be needed?
20836
20837 1999-12-30  Tor Lillqvist  <tml@iki.fi>
20838
20839         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
20840         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
20841         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
20842         doesn't do anything.
20843
20844         * gdk/gdk.def: Add gdk_xid_table_insert.
20845
20846         * gdk/win32/gdkprivate-win32.h
20847         * gdk/win32/gdkevents-win32.c
20848         * gdk/win32/gdkinput-win32.c
20849         
20850         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
20851         extension_events field in the GdkWindowWin32Data struct. Use only
20852         the extension_events field in GdkWindowPrivate. Previously one was
20853         set, and the other one tested, which broke tablet
20854         functionality. Thanks to Keishi Suenaga for pointing this out.
20855
20856 1999-12-18  Tor Lillqvist  <tml@iki.fi>
20857
20858         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
20859         When handling a single character (text length == 1), don't handle
20860         it as if it was UTF-8.
20861
20862 1999-12-11  Tor Lillqvist  <tml@iki.fi>
20863
20864         * Makefile.am: Distribute README.win32.
20865         
20866         * gdk/Makefile.am
20867         * gdk/win32/Makefile.am: Distribute Win32 files.
20868
20869         * gdk/makefile.msc: New file.
20870
20871         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
20872         after label).
20873
20874         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
20875         gdk_error_code as GDKVAR, as they are referred outside GDK.
20876
20877         * gdk/win32/makefile.msc: Update.
20878
20879         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
20880         tweaks. Check only if at least one of those Unicode subrange bits
20881         we care for is set. If no code page bits are set, guess (wildly)
20882         based on the charset.
20883
20884         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
20885
20886         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
20887         non-NULL.
20888
20889         * gtk/gtkdnd.c
20890         * gtk/gtklayout.c
20891         * gtk/gtkplug.c
20892         * gtk/gtkselection.c
20893         * gtk/gtksocket.c
20894         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
20895         appropriate. There must be a cleaner way to handle this?
20896
20897         * gtk/gtkrc.c: Must include windows.h on Win32.
20898
20899         * gtk/testgtk.c: No need to include gdkx.h.
20900
20901         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
20902
20903 1999-12-07  Tor Lillqvist  <tml@iki.fi>
20904
20905         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
20906         the rbearing is set to the same as the width, but this should be
20907         fixed.
20908
20909 1999-12-06  Tor Lillqvist  <tml@iki.fi>
20910
20911         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
20912         function. If Windows doesn't tell us what Unicode subranges a font
20913         covers, guesstimate based on the codepages it covers. This will
20914         hopefully help those Windows versions or fonts that don't give us
20915         any useful Unicode subrange information with GetTextCharsetInfo.
20916         Call this function in gdk_font_load_internal.
20917
20918         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
20919         minor changes.
20920
20921 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
20922
20923         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
20924         New function, long needed.
20925
20926 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
20927
20928         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
20929         only_if_exists argument of gdk_atom_intern to
20930         bool.
20931
20932 1999-11-25  Tor Lillqvist  <tml@iki.fi>
20933
20934         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
20935         Fix two copy&paste errors.
20936
20937         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
20938         win32 has changed.
20939
20940         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
20941         GdkWin32SingleFont struct.
20942
20943         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
20944         subranges of loaded fonts. Clear font signature first, in case
20945         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
20946         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
20947
20948         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
20949         Unoffset clip region.
20950
20951 1999-11-23  Tor Lillqvist  <tml@iki.fi>
20952
20953         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
20954         event->any.window before calling filter functions.
20955
20956 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
20957
20958         * gtk/gtkgamma.h: Adapt cast macros to standard.
20959
20960 [ Merges from 1.2 ]
20961
20962 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
20963
20964         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
20965         If translation does not include a '/', use entire
20966         translation instead of crashing.
20967
20968 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
20969
20970         * docs/gtk_tut.sgml:
20971         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
20972
20973 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
20974
20975         * gtk/gtkselection.c (gtk_target_list_remove): Use
20976         g_list_remove_link, not g_list_remove.
20977
20978         [ From Geert Bevin <gbevin@thunderstorms.org> ]
20979         
20980 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
20981
20982         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
20983         statement upon unselection (how the heck did that slip in?).
20984
20985 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
20986
20987         * gtk/gtktext.c (gtk_text_freeze): 
20988         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
20989         in frozen state (and aparently crashes). patch provided by Anders
20990         Melchiorsen <and@kampsax.dtu.dk>.
20991
20992 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
20993
20994         * fix insensitive default/focus widget activation,
20995         reported by Matt Goodall <mgg@isotek.co.uk>.
20996
20997         * gtk/gtkwindow.c (gtk_window_key_press_event): 
20998         (gtk_window_activate_default):
20999         (gtk_window_activate_focus):
21000         return handled=FALSE for actiavtion of insensitive default
21001         widgets. return handled=TRUE for activation of insensitive
21002         focus widgets. don't activate in either case.
21003
21004 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
21005
21006         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
21007         and $glib_cflags to match library order and in the
21008         theory that an old version of GLib is more likely to
21009         be in the include directory for X then vice-versa.
21010         (Bug #2776)
21011
21012 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
21013
21014         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
21015         to determine the locale for fontsets, not LC_MESSAGES;
21016         the user may want English messages with a handling
21017         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
21018         will still be broken) (Bug #2891)
21019
21020 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
21021
21022         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
21023
21024 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
21025
21026         * gtk/gtkrc.ko: Changed the Korean default fontset.
21027
21028 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
21029
21030         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
21031         where when scrolling to the left or top double exposes
21032         were done, causing major slowdowns.
21033
21034 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
21035
21036         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
21037         names to lowercase and alphanumeric, before looking
21038         them up.
21039
21040         * gtk/Makefile.am: Install codeset variant gtkrc files
21041         with normalized names.
21042
21043 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
21044
21045         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
21046         popup menus when the menu is already visible, but its parent
21047         is still hidden, (happens after tornoff window got hidden).
21048
21049 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
21050
21051         * gtk/Makefile.am (install-data-local): Fix
21052         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
21053         deleted, causing error messages on install.
21054
21055 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
21056
21057         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
21058         the handle as well, since we now sometimes ignore
21059         exposes on the handle while resizing.
21060
21061 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
21062
21063         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
21064         extra g_free introduced in one of the last one or two 
21065         commits.
21066
21067 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
21068
21069         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
21070         consistent, put each style that a gtkrc.* file creates
21071         in a unique namespace, remove old files before installing.
21072
21073 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
21074
21075         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
21076         gtk_rc_init is called multiple times. (Yes, people who
21077         do that have bugs in their code.)
21078
21079 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
21080
21081         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
21082         Remove it since it's generated by the Makefile anyway
21083
21084 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
21085
21086         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
21087         device->info.axes for core pointer.
21088
21089 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
21090
21091         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
21092         idle_id, to deal with obsolete, broken C libraries.
21093
21094 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
21095
21096         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
21097         allocation->x/y twice!
21098
21099         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
21100         consistent with gtk_vscale_pos_trough().
21101
21102 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
21103
21104         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
21105         be queueing a resize on a toplevel container between
21106         the time we show it and when we map it. So, we need
21107         to test GTK_WIDGET_VISIBLE() for toplevels, and only
21108         use GTK_WIDGET_DRAWABLE() for child windows.
21109
21110 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
21111
21112         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
21113         (fixes bug #2144)
21114
21115 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
21116
21117         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
21118         container DRAWABLE (instead of VISIBLE), so we don't queue
21119         resizes on non-toplevel containers.
21120
21121 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
21122
21123         * gtk/gtkselection.[ch]: Make the data argument
21124         const guchar *.
21125
21126 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
21127
21128         * gtk/gtkwindow.c: Try to behave sensibly if 
21129         the focus widget is the window itself. (Should
21130         we allow this at all?)
21131
21132 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
21133
21134         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
21135         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
21136         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
21137         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
21138         in prototypes and implementations consistent (Tomas Ogren).
21139
21140         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
21141         before the widget is unparented (reported by damon).
21142
21143         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
21144         since we provide unsigned data anyways.
21145
21146 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
21147
21148         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
21149         the call to gtk_tooltips_layout_text() until later.
21150
21151         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
21152         Call gtk_widget_ensure_style() before using the style.
21153
21154 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
21155
21156         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
21157         for old widgets that don't propagate draws to all
21158         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
21159
21160 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
21161
21162         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
21163         for a redraw but just the widget that requested the resize.
21164
21165 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
21166
21167         * gtk/gtkcontainer.c: added new widget level method
21168         gtk_container_set_reallocate_redraws() and a GtkContainer flag
21169         reallocate_redraws : 1 to reflect the setting, exported this through
21170         the argument system as a boolean ::reallocate_redraws.
21171
21172         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
21173         on the widget because the allocation changes, do so as well for
21174         widget->parent if the parent has reallocate_redraws set to TRUE.
21175         with that containers requesting reallocation redraws get automatically
21176         redrawn if their children changed allocation (this unfortunately
21177         affects also other children that didn't change allocation, but we
21178         cannot work around that before 1.3).
21179
21180 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
21181
21182         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
21183         _and_ height are >0 (not _or_).
21184
21185         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
21186         instead of gtk_container_queue_resize(), which is a core gtk internal
21187         function (must have been on crack when i queued that).
21188
21189         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
21190         we can check more reliably if we want to discard expose events.
21191         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
21192         flag.
21193         
21194         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
21195         we simply trust these events. for deciding whether to discard exposes,
21196         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
21197         
21198 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
21199
21200         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
21201         queues of areas that are completely off screen.
21202
21203         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
21204         logic for handleboxes.
21205
21206         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
21207         check on width/height.
21208
21209 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
21210
21211         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
21212         we are fine with using $@ the way we do (if we actually encounter
21213         brokeness with $@ in VPATH builds because of additional path prefixes,
21214         we need to use $(@F) actually).
21215
21216 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
21217
21218         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
21219         short lived bugs, that would allow language bindings to do surgeries
21220         to our guts.
21221
21222 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
21223
21224         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
21225         where comparison was being done against an uninitialized
21226         value causing intermittant results depending on
21227         compiler flags. Also make it clearer that we aren't
21228         ever initializing the child as 0x0 (though this will
21229         be caught in gtk_widget_size_allocate())
21230
21231 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
21232
21233         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
21234         gtk_window_unset_transient_for() call after we do checks
21235         involving the old transient parent.
21236         [ From Lance Capser <lmc@cyberhighway.net> ]
21237
21238 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
21239
21240         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
21241         an empty file.
21242
21243 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
21244
21245         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
21246         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
21247
21248 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
21249
21250         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
21251         `$@' is valid only in the build dir, not after we've done 
21252         `cd $srcdir'.  Also use `test -f' instead of less portable
21253         `test -e'.
21254
21255 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
21256
21257         * gtk/gtktext.c (correct_cache_insert): Rewrite
21258          for simplicity, and hopefully correctness.
21259          (Fixes bug #1322, which was a segfault when
21260           on some insertions with the properties around
21261           the insertion set up just wrong.)
21262
21263         * gtk/gtktext.c (gtk_text_adjustment): When we receive
21264          a "changed" signal, clamp the new value to the adjustment
21265          bounds to avoid segfaulting if someone tries to change
21266          the adjustment to a bogus value. (Bug #1795)
21267
21268 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
21269
21270         * gtk/gtkmain.c: Ignore unexpected destroy notifies
21271         for children, for toplevel windows handle them
21272         like delete_event.
21273
21274         * gtk/gtkplug.c: Add an unrealize handler so that
21275         we unref plug->socket_window when we are done
21276         with it.
21277
21278 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
21279
21280         * gtk/gtktext.c (clear_area): Fix stupid signedness
21281          problem that was causing background to sometimes
21282          be misaligned.
21283
21284 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
21285
21286         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
21287         
21288         * gtk/gtkmenu.c (gtk_menu_position): Make
21289          sure we never position menus with negative x, y,
21290          since gtk_widget_set_uposition() can't handle that.
21291
21292         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
21293          Modify the positioning code a bit so that we always
21294          put the top-left corner onscreen. (This is for
21295          UI reasons, gtk_menu_position() now takes care of
21296          gtk_widet_set_uposition() brokeness.)
21297
21298 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
21299
21300         * gtk/Makefile.am: fixed up things for -jx, x > 1.
21301
21302 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
21303
21304         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
21305           RC style that is passed in. The lack of the ref
21306           before was a bug. If people worked around this
21307           bug, this will introduce a slight memory leak
21308           in their code. The code should typically look like:
21309
21310             rc_style = gtk_rc_style_new ();
21311             [...]
21312             gtk_widget_modify_style (widget, rc_style);
21313             gtk_rc_style_unref (rc_style);
21314
21315         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
21316           the style if it was already set.
21317
21318         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
21319           style if it was set before.
21320
21321 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
21322
21323         * gtk/testgtk.c (main): Add a check to see if we
21324           are being run from the correct directory and
21325           to quit nicely if we are not.
21326
21327         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
21328           static.
21329
21330 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
21331
21332         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
21333
21334         * gtk/gtkwindow.c:
21335         queue resizes unconditionally (gtk_widget_queue_resize will figure
21336         what to do if the window is not realized).
21337         (gtk_window_move_resize): only recenter the window
21338         for GTK_WIN_POS_CENTER_ALWAYS.
21339         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
21340         the same way as GTK_WIN_POS_CENTER.
21341
21342 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
21343
21344         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
21345         with (!(info->last_flags & GDK_HINT_POS)) instead of
21346         (!info->last_flags & GDK_HINT_POS).
21347
21348         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
21349         new_height unconditionally, because we use these values even if
21350         !default_size_changed && !hints_changed.
21351         comented the (default_size_changed || hints_changed) case with
21352         respect to resize rejects from the window manager.
21353
21354         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
21355         in the zvt condition hack, since this includes the window hints, set
21356         the hints after the handling_resize case.
21357
21358         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
21359         window is initially shown with to the geometry.
21360
21361 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
21362
21363         * gtk/gtkwindow.c (gtk_window_move_resize):
21364         s/size_changed/default_size_changed/g so i know what's
21365         really going on (frying brain on smaller flame now).
21366
21367 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
21368
21369         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
21370         we have size_changed upon handling_resize. this is a gross
21371         workaround for the broken zvt widget and should be removed in
21372         1.3 again (search for FIXME).
21373         Owen provided an accurate comment for this:
21374
21375         /* We could be here for two reasons
21376          *  1) We coincidentally got a resize while handling
21377          *     another resize.
21378          *  2) Our computation of size_changed was completely
21379          *     screwed up, probably because one of our children
21380          *     is broken. It's probably a zvt widget.
21381          *
21382          * For 1), we could just go ahead and ask for the
21383          * new size right now, but doing that for 2)
21384          * might well be fighting the user (and can even
21385          * trigger a loop). Since we really don't want to
21386          * do that, we requeue a resize in hopes that
21387          * by the time it gets handled, the child has seen
21388          * the light and is willing to go along with the
21389          * new size. (this happens for the zvt widget, since
21390          * the size_allocate() above will have stored the
21391          * requisition corresponding to the new size in the
21392          * zvt widget)
21393          *
21394          * This doesn't buy us anything for 1), but it shouldn't
21395          * hurt us too badly, since it is what would have
21396          * happened if we had gotten the configure event before
21397          * the new size had been set.
21398          */
21399
21400 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
21401
21402         * gtk/gtkrc.c: deal properly with the fact that RC
21403           style lists may include rc styles more than once.
21404
21405         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
21406           unused static function.
21407
21408         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
21409           stack of directories of RC files currently being
21410           parsed and implicitely add them to pixmap path.
21411           
21412           This fixes a bug where the directory would get
21413           appended then overwritten by pixmap_path declarations.
21414
21415           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
21416
21417         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
21418           theme's exit function. (Patch from Peter Wainwright,
21419           bug #1454)
21420
21421         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
21422           Add a destroy() handler to take care of removing
21423           group for menu item. (Fixes bug #1197)
21424
21425         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
21426           in warning message.
21427
21428 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
21429
21430         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
21431         roundtrip to figure window's width and height, since we know that
21432         anyways from widget->allocation.
21433
21434 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
21435
21436         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
21437           the hints after we request the new size.
21438
21439 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
21440
21441         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
21442           GTK_WIDGET_REALIZED() assertion - we can compute the
21443           hints before we are realized.
21444
21445         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
21446           hint changing so that we have a value of hints_changed
21447           when we decide whether to constrain the window size.
21448
21449         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
21450
21451         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
21452         change back to G_MAXINT.
21453
21454 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
21455
21456         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
21457         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
21458         contain uncluttered values.
21459         (gtk_window_compute_hints): simply assert that window is realized
21460         and that geometry_info is valid, since we rely on this anyways.
21461         (gtk_window_constrain_size): major cleanups to the code.
21462         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
21463         for the base size, instead of the minimums. use 32767 as max width
21464         and height (like in gtkwindow.c) instead of G_MAXINT.
21465
21466 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
21467
21468         * cleaned up the GtkContainer.need_resize flag handling mess, we
21469         only need to force resize requests when we were prematurely
21470         realized, or our widget tree was modified when we were temporarily
21471         hidden. handling these cases directly upon showing the window (i.e.
21472         while the GdkWindow is still unmapped) avoids the need to wait for
21473         a configure event response and therefore makes the GUI more snappier
21474         and avoids blank windows during the roundtrip.
21475
21476         * gtk/gtkwidget.c:
21477         (gtk_widget_hide): 
21478         (gtk_widget_show): don't queue resizes on toplevels, they know how
21479         to deal with matters.
21480
21481         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
21482         flag directly for not visible resize containers and spare us unecessary
21483         signal emissions.
21484
21485         * gtk/gtkwindow.c:
21486         (gtk_window_realize): if we need to enforce premature size allocation,
21487         queue a container resize so we are correctly resized later on.
21488         (gtk_window_init):
21489         (gtk_window_size_request):
21490         don't freak around with the ->need_resize flag,
21491         gtk_container_queue_resize() will care about that.
21492         (gtk_window_show):
21493         handle initial resizing issues here, we can handle matters better in
21494         this place, especially since we know that our GdkWindow is still
21495         unmapped.
21496         (gtk_window_move_resize):
21497         don't care about ->need_resize at all.
21498         handle size changes properly that occoured while we waited for a
21499         configure event.
21500
21501 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
21502
21503         * gtk/gtkwidget.c (gtk_widget_set_uposition):
21504         * gtk/gtkwindow.[hc] (gtk_window_reposition):
21505         Move the hint setting code from gtk_widget_set_uposition
21506         to here; set the hints so that we respect any previously
21507         set geometry hints.
21508
21509         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
21510         change the window hints here or move the window here,
21511         let that happen in gtk_window_move_resize().
21512
21513 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
21514
21515         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
21516         to already queued resizes (and therefore redraws) on a widget, check
21517         its anchestry as well.
21518
21519         * gtk/gtkcontainer.c:
21520         (gtk_container_queue_resize): clear resize widgets for resize
21521         containers before aborting prematurely. this is especially important
21522         for toplevels which may need imemdiate processing or their resize
21523         handler to be queued.
21524         (gtk_container_dequeue_resize_handler): added new internal function for
21525         gtkwindow.c.
21526
21527         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
21528         configure event, take possible changes in window position into account
21529         as well.
21530         if we request a new window size, queue up a resize handler that will
21531         last until the configure event response arrives.
21532         combined the ->need_resize case (initial show) with the general size
21533         (hints) changed case and added even more comments.
21534         if !auto_shrink, only revert to the old allocation if the new size
21535         is smaller than the current allocation.
21536
21537 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
21538
21539         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
21540                            gtk_window_set_geometry_hints
21541                            gtk_window_set_default_size):
21542         When hints are set, queue a resize so that the hints will
21543         be eventually reset on the toplevel.
21544
21545         * gtk/gtkwindow.c (gtk_window_show): Use
21546         gtk_window_compute_default_size(). Clear the need_resize flag
21547         on the initail map so that we don't unnecessarily trigger the
21548         resize code.
21549
21550         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
21551         into separate functions. Compare the hints we are setting
21552         with what we set last time so that we can accurately
21553         tell when we need to reset the hints.
21554
21555         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
21556         function to figure out the size from requisition
21557         and default_size.
21558
21559         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
21560         from fvwm to constrain a size to the geometry hints.
21561
21562         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
21563         to compare two sets of geometry hints.
21564
21565         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
21566         from gtk_window_set_hints(), just compute the hints,
21567         don't set them.
21568
21569         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
21570         code from gtk_window_move_resize() to separate function,
21571         rationalize a bit.
21572
21573 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
21574
21575         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
21576         structure into a new private structure.
21577
21578         * gtkrc.c: Split GtkRcStyle into public/private.
21579         In the private part, add a list of pointers to the
21580         RcStyle lists this RcStyle participates in.
21581
21582         * gtkrc.c: When a RcStyle is free, remove all
21583         lists referencing it from the 
21584         realized_style_ht hash, and free those lists.
21585         
21586         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
21587         gtk_rc_init(), since that adds the default styles
21588         to the list of parsed RC files again.
21589
21590         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
21591         
21592 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
21593
21594         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
21595         checks that ensure that a widget's allocation is at least 1 in width
21596         and height. (GNOME note: this doesn't affect old panel code anymore,
21597         because GtkSocket will request width and height of at least 1 since
21598         Fri Jul 23).
21599
21600         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
21601         allocated yet (happens if the user realizes the window prematurely),
21602         size request and allocate it.
21603         (gtk_window_size_allocate): guard against guint underflows.
21604
21605 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
21606
21607         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
21608         in gtk_built_sources, so gtk.defs gets built prior to all other
21609         sources.
21610
21611 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
21612
21613         * gtk/Makefile.am:
21614         invoke indent on gtkmarshal.*. 
21615         rewrote source generation rules, use COPYING as oldest source tag for
21616         a piggyback rule to generate all sources from (don't touch it ;).
21617         major cleanups, strip spaces on build rules for GNU Make.
21618
21619         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
21620         source and target files from commandline arguments. don't invoke indent.
21621
21622 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21623
21624         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21625         notebook after switch to avoid drawing problems.
21626         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21627         
21628         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21629         show them instead. 
21630         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21631
21632 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21633
21634         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21635         notebook after switch to avoid drawing problems.
21636         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21637         
21638         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21639         show them instead. 
21640         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21641
21642 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
21643
21644         * gtk/gtkwindow.c:
21645         we use window->need_resize from configure_event now, to indicate that
21646         the gtkwindow should keep its allocation (e.g. because the user resized
21647         the window through window manager handles). resize_count is now reliably
21648         used to figure whether we got the allocation we requested from the
21649         window manager.
21650         configure events get queued as resizes now, the real stuff (size
21651         computation and allocation) now only goes on in gtk_window_move_resize().
21652         GtkWindow's requisition now contains its *real* requisition (like all
21653         other widgets), *not* taking usize into account.
21654         geometry_info->last_{width|height} is now updated from set_hints() only
21655         so it always contains the last hints we set for the window manager.
21656         made some event handlers return TRUE instead of FALSE.
21657         the overall code should be much more straight forward now, and the
21658         significant code portions are accompanied by comments now.
21659         (gtk_window_set_hints):
21660         removed requisition argument and made it
21661         fetch the requisition through gtk_widget_get_child_requisition.
21662         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
21663         does that now.
21664         (gtk_window_show):
21665         ensure that the widget is realized before calling 
21666         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
21667         ensure that we got properly size requested and allocated before
21668         realization.
21669         (gtk_window_configure_event):
21670         ignore plain window moves, or reallocate the widget tree through the
21671         resize queue otherwise.
21672         (gtk_window_move_resize):
21673         mostly rewrote this function to figure window manager hints more
21674         reliably, coalesce window moves and resizes to reduce configure events
21675         and do actuall size allocations.
21676
21677 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
21678
21679         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
21680         that have a resize pending, because a redraw is already queued for them.
21681
21682         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
21683         hack to clear resize_widgets.
21684
21685         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
21686         for resize containers prior to size allocation. (this is also a bit
21687         ugly, but avoids side effects for stopped emissions and is thus more
21688         reliable).
21689         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
21690
21691         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
21692         function from gtk_tooltips_expose, as we connect to ::expose_event
21693         *and* ::draw now.
21694
21695 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
21696
21697         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
21698         checks.
21699         (gtk_target_list_unref): Likewise.
21700
21701         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
21702
21703 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
21704
21705         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
21706         guard against division by zero. (Fixes bug #1339)
21707
21708 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
21709
21710         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
21711         Prevent the trivial leak of information of allowing
21712         word motion when the entry is not visible.
21713
21714 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
21715
21716         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
21717         modality to error dialog as well as confirmation dialogs.
21718         (Bug #1803, reported by Rosanna Wing Sze Yuen)
21719
21720 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
21721
21722         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
21723         tree->view_lines.
21724         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
21725
21726         * gtk/Makefile.am (install-data-local): Solaris apparently
21727         has various troubles with ln -f; use rm first instead.
21728         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
21729
21730 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
21731
21732         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
21733         use `cp' followed by `rm' (the `rm' was already there).
21734
21735 July 30, 1999 Elliot Lee <sopwith@redhat.com>
21736         
21737         * configure.in: Fix autoconf warnings about cross compilation by
21738         trying to provide sane defaults for AC_TRY_RUN.
21739         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
21740         put them into $(srcdir) when generated. Also add a dependency of
21741         gtksignal.h on gtkmarshal.h for -j builds. 
21742         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
21743
21744 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
21745
21746         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
21747         GDK_THREADS_{LEAVE,ENTER} pair.
21748         (From Paul Fisher <pnfisher@redhat.com>)
21749
21750 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
21751
21752         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
21753         width and height are always >0 (owen).
21754
21755 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
21756
21757         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
21758         change that assured that a widget's allocated with and height are
21759         always >1, since this breaks *buggy* panel code. unfortunately this
21760         back-breaks the gimp's color selector.
21761
21762         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
21763         allocation is always >0 in width and height, before sending the
21764         configure event; this is a *gross* hack to get the gimp back to work.
21765         
21766         * marked both cases with TODO-1.3
21767
21768 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
21769
21770         * gtk/gtktext.c: Don't display wrap indicators when
21771         text is not editable and word wrap is on.
21772
21773 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
21774
21775         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
21776         option menus here as they are not derived from menu shell, assure that
21777         the option menu has a menu we can add items to.
21778
21779 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
21780
21781         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
21782         width/height to (gint) before calculations and check against < 0 to
21783         avoid guint wraparounds.
21784
21785 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
21786
21787         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
21788         width and height is never zero. sanity check both dimensions against
21789         32767 and issue a warning if the allocation is greater than that.
21790
21791 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
21792
21793         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
21794         to g_main_pending() as well.
21795
21796 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
21797
21798         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
21799         call to g_main_iteration() - since that will regrab
21800         GTK+ lock to process events.
21801
21802 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
21803
21804         * gtk/gtkwindow.c
21805         - Regularize with the rest of GTK+ by making widget->requisition
21806           not reflect the set_usize()
21807         - Always recompute geometry hints, then check if they
21808           changed before sending them to the X server. The
21809           previous checks for changes would fail in a number
21810           of circumstances. 
21811
21812 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
21813
21814         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
21815
21816 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
21817
21818         * gtk/gtkdnd.c:
21819         - Code cleanups
21820         - Instantaneously update on modifier key presses
21821         - Allow cancellation of the drag with Escape.
21822
21823 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
21824
21825         * gtk/testgtk.c (create_handle_box): Set the policy
21826         to auto_shrink - otherwise the appearance is rather
21827         strange when flipping between horizontal and vertical.
21828
21829 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
21830
21831         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
21832         (gtk_window_set_default_size): don't change a value if it's < 0.
21833         queue a resize.
21834
21835 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
21836
21837         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
21838
21839 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
21840
21841         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
21842         add an extra "/" when concating "/" + filename.
21843         (From Matt Grossman <mattg@oz.net>)
21844
21845 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
21846
21847         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
21848         for fg_gc if we set it for drawing pixmap.
21849
21850 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
21851
21852         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
21853         
21854         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
21855         already set, call old engine's destroy function and
21856         unref the old engine.
21857
21858 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
21859
21860         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
21861
21862 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
21863
21864         * gtk/gtkaccelgroup.h: mark certain functions as internal.
21865
21866 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
21867
21868         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
21869         expand behaviour changed.
21870
21871         * gtk/gtklabel.c (gtk_label_set_pattern):
21872         (gtk_label_set_justify):
21873         (gtk_label_set_line_wrap):
21874         don't bother invoking queue_clear, the reallocation does
21875         that for us, always free_words so the upcoming resize will
21876         relayout the label's contents.
21877
21878 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
21879
21880         * applied argument implementation patches from Elena Devdariani
21881         <elena@cogent.ca>.
21882
21883         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
21884         ::space_style, ::relief
21885         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
21886         * gtk/gtkpreview.c: ::expand
21887         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
21888         * gtk/gtknotebook.c: ::homogeneous
21889         * gtk/gtklabel.c: ::wrap
21890         * gtk/gtklist.c: ::selection_mode
21891         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
21892         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
21893         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
21894         * gtk/gtkclist.c: ::sort_type
21895         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
21896         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
21897
21898 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
21899
21900         * gtk/gtkstyle.c: Removed ill-thought-out part of last
21901         comment.
21902
21903 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
21904
21905         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
21906         counting right when we have to attach a new style
21907         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
21908
21909         * gtk/gtkstyle.c: Documented the refcounting
21910         peculularities of gtk_style_attach.
21911
21912 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
21913
21914         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
21915         window types.
21916
21917         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
21918         of GTK_TOPLEVEL for creating the window.
21919
21920 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
21921
21922         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
21923         the last argument (reported by Per Winkvist).
21924         
21925 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
21926
21927         Fixes for invisible XOR lines (Frank Loemker
21928         <floemker@TechFak.Uni-Bielefeld.DE>)
21929         
21930         * gtk/gtkclist.c (gtk_clist_realize): Always use
21931         a non-zero pixel for GDK_XOR.
21932
21933         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
21934         Use GDK_INVERT instead of GDK_XOR.
21935
21936 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
21937
21938         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
21939         signals if h/voffsets differ from adjustment values.
21940         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
21941
21942 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
21943
21944         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
21945         ::selection-done emissions up to the topmost menu shell.
21946
21947 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
21948
21949         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
21950         the user data on the window before destroying it.
21951
21952         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
21953         unrealize handler to take care of destroying 
21954         notebook->panel properly. 
21955         (Bug #1198 - Morten Welinder <terra@diku.dk>)
21956
21957         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
21958         of g_new and g_realloc to stop memory leak. (Actually,
21959         we could just use g_realloc(), but I'm not 100% sure
21960         that is portable).
21961         (Bug #1196 - Morten Welinder <terra@diku.dk>)
21962
21963 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
21964
21965         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
21966
21967         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
21968         for fontsets.
21969
21970         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
21971         with bin/button confusion.
21972
21973 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
21974
21975         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
21976         and show how preselection of radio items is done.
21977
21978 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
21979
21980         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
21981         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
21982         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
21983         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
21984         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
21985         * gtk/gtktable.c (gtk_table_attach): 
21986         * gtk/gtklist.c (gtk_list_insert_items): 
21987         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
21988         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
21989         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
21990         * gtk/gtkbin.c (gtk_bin_add): 
21991         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
21992         * gtk/gtkfixed.c (gtk_fixed_put): 
21993         * gtk/gtklayout.c (gtk_layout_put):
21994         general fixups to container_add logic. always realize child if
21995         child->parent is realized, only map the child and queue a resize
21996         if child and child->parent are both visible.
21997
21998 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
21999
22000         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
22001         instead of gtk_container_foreach to walk and unrealize children, so
22002         composite children get also unrealized.
22003         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
22004         (gtk_widget_map): assert that the widget is visible (basic constrain).
22005         (gtk_widget_real_map): assert that the widget is realized (basic
22006         constrain).
22007
22008 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
22009
22010         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
22011
22012 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
22013
22014         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
22015         file for iso-8859-2 locales.
22016
22017         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
22018
22019 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
22020
22021         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
22022          (Pointed out by andy@rz.uni-karlsruhe.de and others).
22023          Remove some suspicious and useless lines. 
22024
22025 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
22026
22027         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
22028         width,height = 0, 0 to mean - here to edge of window,
22029         instead of -1, -1, since the former is all we support.
22030
22031 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
22032
22033         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
22034         when removing from quit_functions list.
22035
22036 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
22037
22038         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
22039
22040 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
22041
22042         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
22043          When redrawing characters on non-visible entry, use appropriate
22044          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
22045
22046 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
22047
22048         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
22049         from drag coordinates.
22050         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
22051         use drag_dest_cell.
22052
22053         * gtk/gtktree (drag_dest_cell)
22054         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
22055         (Bug #1129)
22056
22057 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
22058
22059         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
22060         translate_* fields.
22061         (gtk_item_factory_finalize): invoke translate_notify independant from
22062         translate_data.
22063         (gtk_item_factory_set_translate_func): likewise.
22064         (gtk_item_factory_destroy): only remove ifactory pointer from those
22065         widgets that belong to us (stupid me).
22066
22067 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
22068
22069         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
22070         rc_style list when lookup succeeeds.
22071
22072 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
22073
22074         * gtk/gtkctree.c (resync_selection): 
22075         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
22076         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
22077         bug.
22078
22079 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
22080
22081         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
22082         Add some missing GDK_THREADS_ENTER()/LEAVE around
22083         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
22084
22085 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
22086
22087         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
22088         rather than emit_by_name.
22089
22090         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
22091         on the widget across multiple signal emissions.
22092         (gtk_editable_delete_text): same here.
22093         (gtk_editable_class_init): set widget_class->activate_signal after
22094         editable_signals[ACTIVATE] has been created.
22095
22096 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
22097
22098         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
22099         position here prematurely -- we might not have the
22100         right ->min_position and ->max_position yet.
22101
22102 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
22103
22104         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
22105         Add error traps so if the other end of the connection
22106         dies, we survive.
22107
22108         * gtk/gtkselection.c (gtk_selection_notify): Clean
22109         up properly when selection property retrieval fails.
22110         
22111         * gtk/gtkselection.c (gtk_selection_request): Correctly
22112         reject SelectionRequest notifies where the handler
22113         returns no data.
22114
22115 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
22116
22117         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
22118         when we've previously highlighted.
22119
22120         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
22121         emit two "drag_leave" signals for Motif drops.
22122
22123         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
22124         back the correct status messages when dropping from
22125         Motif onto a proxy window that is rejecting the
22126         drop.
22127
22128 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
22129
22130         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
22131         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
22132         to compare two argument values. added gtk_arg_to_valueloc() to set a
22133         variable from an arg through its location (pointer).
22134
22135         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
22136         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
22137         as gfloat*, uchars are collected as guchar*, ints are collected as
22138         gint*, etc...
22139
22140 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
22141
22142         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
22143         Include <string.h> instead of <strings.h>.
22144
22145         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
22146         (actually, a lot more duplicate includes occur if
22147          you trace through the sequence of #include's)
22148         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
22149         
22150 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
22151
22152         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
22153         gtk-a-higuti-990322-[0-3]
22154
22155         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
22156         that was causing -DX_LOCALE not to work.
22157
22158         * gtk/gtkrc.c (gtk_rc_init):
22159         X_LOCALE will never have LC_MESSAGES defined
22160
22161 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
22162
22163         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
22164         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
22165
22166         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
22167         left/right as well (gtk-michael-980726-0.patch.gz).
22168
22169         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
22170         for pointer values, use gchar instead of char. fixed uline allocation
22171         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
22172         chunks instead of G_ALLOC_ONLY.
22173         (gtk_label_size_request): always alter requisition as passed and leave
22174         widget->requisition alone.
22175         (gtk_label_set_text): allow NULL strings.
22176         (gtk_label_new): likewise.
22177
22178 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
22179
22180         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
22181
22182 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
22183
22184         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
22185         *and* mapped (i.e. drawable).
22186         (gtk_bin_expose): only send exposes to drawable children.
22187
22188         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
22189         (gtk_box_expose): only send exposes to drawable children.
22190
22191         * gtk/gtkhscale.c (gtk_hscale_draw): 
22192         * gtk/gtkvscale.c (gtk_vscale_draw):
22193         hm, this is an ugly one. we first compute the size of our trough area
22194         here (window relative) and then check intersection with the draw_area
22195         which is parent relative because we're a NO_WINDOW widget, so we need
22196         to offset the trough area by allocation.x and allocation.y before the
22197         check. (this must not be done for the background area though, since
22198         that's already computed parent relative).
22199
22200 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
22201
22202         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
22203         unrealize title buttons.
22204
22205 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
22206
22207         * gtk/gtkclist.c (gtk_clist_column_title_passive)
22208         (gtk_clist_column_title_active): 
22209         only connect/disconnect to GtkWidgetClass::event to block mouse events.
22210
22211         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
22212         zero initialize event, removed superfluous gdk_window_get_pointer call
22213
22214         * gtk/gtklist.c (gtk_list_vertical_timeout)
22215         (gtk_list_horizontal_timeout): removed superfluous
22216         gdk_window_get_pointer call
22217
22218 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
22219
22220         * plugging problems reported by "Bruce Mitchener, Jr."
22221         <bruce@puremagic.com> due to a purify session.
22222
22223         * gtk/gtkstyle.c:
22224         (gtk_style_ref): 
22225         (gtk_style_unref): assert ref_count to be > 0.
22226
22227         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
22228         the requisition.
22229         (gtk_clist_set_shift): likewise.
22230
22231         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
22232         adjustments.
22233
22234         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
22235         event before sending it and set send_event to TRUE (which needs to
22236         be done for *all* synthesized events).
22237         (gtk_list_vertical_timeout): likewise.
22238
22239         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
22240         leaks.
22241
22242         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
22243         to TRUE when synthesizing events.
22244
22245 [ *** end of merges from 1.2 *** ]      
22246         
22247 1999-11-21  Tor Lillqvist  <tml@iki.fi>
22248
22249         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
22250         (or copied from gdkconfig.h.win32 on Win32, sigh).
22251
22252         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
22253
22254         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
22255
22256         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
22257
22258         * gdk/gdkconfig.h.win32: New file.
22259
22260         * gdk/win32/makefile.cygwin: Build just a static archive here.
22261
22262         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
22263         for the DLL from the static archive built above.
22264
22265         * gdk/gdk.def: Moved here from the win32 subdirectory.
22266
22267         * gdk/win32/*: Adapt for the changed private struct organisation.
22268
22269         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
22270
22271 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
22272
22273         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
22274         for wheel mice (buttons 4 and 5).
22275
22276 1999-11-18  Tor Lillqvist  <tml@iki.fi>
22277
22278         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
22279         drawables use just the pixel field in the foreground and
22280         background GdkColor of the GdkGC.
22281
22282         gdk_gc_set_{fore,back}ground() are called in the GIMP with
22283         GdkColors containing uninitialized (red,green,blue) fields, and
22284         just the pixel field filled in, and furthermore in the
22285         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
22286         It thus turns out that we really don't need to have the full
22287         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
22288         it later to have just the pixel values.
22289
22290 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
22291
22292         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
22293
22294 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
22295
22296         * docs/gtkfaq.sgml: threads example from Erik Mouw.
22297         New question on GtkLabel background colors.
22298
22299         * docs/gtk_tut.sgml:
22300           - Correct the example code callback
22301             function definitions.
22302           - Update the gtkdial example code, from Frans van Schaik.
22303           - Update setselection.c to current API.
22304
22305         * examples/Makefile examples/*/*.c: Update to code
22306         listed in tutorial.
22307
22308 1999-11-10  Tor Lillqvist  <tml@iki.fi>
22309
22310         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
22311         subrange table (from the "Developing International Software for
22312         WIndows 95 and Windows NT" book) was missing the Hangul syllable
22313         block... Get the loaded font's charset correctly.
22314
22315         (Note that this, and the other *-win32.c files, still really are
22316         the old ones, the win32 subdirectory is not ready for compilation
22317         yet after the reorg.)
22318
22319 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
22320
22321         * gtk/gtkclist.c: Fix off-by-one bug in parameter
22322         check.
22323
22324 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
22325
22326         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
22327         on results of XQueryDeviceState().
22328
22329 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
22330
22331         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
22332         we need to accesss only ->children. We need an accessor
22333         for the children.
22334
22335         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
22336         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
22337         to get rid of gdkx.h include.
22338         
22339         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
22340         and random references to 'None'.
22341
22342         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
22343         Get rid of unused #include <gdk/gdkx.h>
22344
22345         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
22346         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
22347         gdkconfig.h.
22348
22349 1999-11-08  Tor Lillqvist  <tml@iki.fi>
22350
22351         * gdk/win32/gdkdraw.c
22352         * gdk/win32/gdkfont.c
22353         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
22354         following yesterday's changes. (Unrelated to Owen's reorg.)
22355
22356 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
22357
22358         * gdk/x11/gdkinput-gxi.c: Add missing include,
22359           fix GdkWindowPrivate => GdkDrawablePrivate.
22360
22361         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
22362
22363         * gdk/x11/Makefile.am (xinput_sources): Add missing
22364         backslash to fix building with --with-xinput=none
22365
22366 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
22367
22368         Move all X specific code into the x11/ directory.
22369         Aside from shuffling things around, did the following:
22370
22371        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
22372          gdk_arg_context_* - a simple argument parsing system
22373          in the style of popt.
22374
22375        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
22376          gdk/x11/gdkprivate-x11.h:
22377          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
22378          add ->klass and ->klass_data fields. The klass_data
22379          field points to an auxilliary structure that is
22380          windowing system dependent.
22381
22382        * gdk/gdkfont.c: Make most of the measurement functions
22383          simply wrappers around gdk_text_extents().
22384
22385        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
22386          _gdk_font_strlen() function that hides the weird
22387          behavior in gtk+-1.[02] where a string is interpreted
22388          differently for 8-bit and 16-bit fonts.
22389
22390        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
22391          to store common code for synthesizing double/triple
22392          press events.
22393         
22394        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
22395          Make all the function that modify an existing GC
22396          simply wrappers around gdk_gc_set_values().
22397          
22398        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
22399          for throwing out later.
22400
22401        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
22402          GdkImagePrivate and GdkColormapPrivate to have a
22403          windowing system dependent part (GdkFontPrivateX etc.)
22404          that "derives" from the system-independent part.
22405
22406        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
22407          Got rid of the included-source-files for XInput in
22408          favor of automake conditionals. (Which didn't exist
22409          when XInput support was originally added.)
22410
22411        * gdk/gdkrgb.c: Remove the visual id from the debugging
22412          statements since that is X11 specific; print out
22413          type/depth info instead.
22414          
22415
22416 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
22417
22418         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
22419         loading duplicates of hashed fonts.
22420
22421         * gdk/gdk.c (gdk_keysym_convert_case): rename
22422         gdk_XConvertCase to gdk_keysym_convert_case, allow
22423         results to be NULL in the GTK+ style.
22424
22425         * gdk/gdkcompat.h: Started compatibility header
22426         for renames.
22427
22428 1999-11-07  Tor Lillqvist  <tml@iki.fi>
22429
22430         * gdk/win32/gdkprivate.h: New font private structures, related to
22431         fontsets.
22432
22433         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
22434         gdk_font_list_free(). On X11, will just be wrappers to
22435         XListFonts() and XFreeFontNames(). On Win32, the code previously
22436         in gtkfontsel.c is now here.
22437
22438         New function gdk_font_xlfd_create(). On X11 will get the FONT
22439         property of the font (for GDK_FONT_FONTs), or call
22440         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
22441         builds a XLFD style name from the font information in the LOGFONT
22442         struct(s).
22443
22444         New function gdk_font_xlfd_free(), which correspondingly frees the
22445         string returned by gdk_font_xlfd_create().
22446
22447         Implement fontsets on Win32. Add a function that iterates over a
22448         wide char string and calls a callback function for each substring
22449         of wide chars from the same Unicode subrange (and thus probably
22450         available in the same real font).
22451
22452         Improve the XLFD emulation a bit.
22453
22454         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
22455
22456         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
22457         Beta3, WM_IME_CHAR messages don't seem to contain the composed
22458         multi-byte char as with the Active IMM on Win9x. Oh well, handle
22459         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
22460         ImmGetCompositionStringW() to get the composed Unicode chars.
22461
22462         * gdk/win32/gdkgc.c
22463         * gdk/win32/gdkdraw.c: Changes needed because of the font private
22464         struct changes.
22465
22466         * gdk/win32/gdk.def: Add the new functions.
22467
22468 1999-11-04  Tor Lillqvist  <tml@iki.fi>
22469
22470         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
22471         get the Platform SDK to get <dimm.h>.
22472
22473         * gdk/win32/gdkevents.c: More event handling fixes and
22474         simplification. Never generate motion events with is_hint true. We
22475         used to do that on bogus grounds earlier. Windows sends
22476         WM_MOUSEMOVE messages on button events even if the mouse hasn't
22477         moved, ignore these.
22478
22479         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
22480
22481         * gdk/win32/gdkglobals.c
22482         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
22483         the TrackMouseEvent function, and use it.
22484
22485         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
22486         char before calling WideCharToMultiByte in order to get a string
22487         for the window title.
22488
22489         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
22490
22491         * gdk/win32/gdk.def: Remove obsolete functions.
22492
22493         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
22494         /nodefaultlib and /defaultlib switches.
22495
22496         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
22497
22498 1999-10-31  Tor Lillqvist  <tml@iki.fi>
22499
22500         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
22501         EuroSign).
22502
22503         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
22504         same type as GdkWChar, especially on Win32.
22505
22506         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
22507
22508         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
22509         before passing to Windows GDI for drawing etc. Convert to the
22510         system default codepage before passing to Windows as window
22511         titles.
22512
22513         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
22514         support changing input locale on the fly.
22515
22516         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
22517         on-the-fly changes. Convert incoming characters from the current
22518         codepage to Unicode (and then to a UTF-8 multi-byte string) based
22519         on the current input language. Use keysym<->Unicode mapping tables
22520         and functions borrowed from xterm sources.
22521
22522         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
22523         editions of Win9x, use the ActiveX-based Active IMM (Input Method
22524         Manager) if available. IMEs and the Active IMM are available under
22525         the disguise of Chinese, Korean and Japanese support for IE and
22526         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
22527         support is present in all editions (as long as you install it).
22528
22529         Call DispatchMessage from gdk_events_queue() (and thus
22530         gdk_WindowProc()), instead of duplicating the code in
22531         gdk_WindowProc().
22532
22533         Reworked the grab handling and propagation code, factored out
22534         duplicated code snippets into separate functions. Other cleanups,
22535         too.
22536
22537         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
22538         the <dimm.h> header describing the Active IMM.
22539
22540         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
22541         just do the same as for "single" fonts.
22542
22543         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
22544         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
22545         the new keysyms from gdkkeysyms.h.
22546
22547         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
22548         fontset, so that gtkentry uses wide characters.
22549
22550         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
22551         GTk+'s system directory "gtk+", not "gtk".
22552
22553 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
22554
22555         * docs/gtkfaq.sgml: FAQ update
22556
22557 1999-10-21  Tor Lillqvist  <tml@iki.fi>
22558
22559         * gdk/win32/gdkprivate.h: Add more font private data.
22560
22561         * gdk/win32/gdkfont.c
22562         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
22563         fonts and strings. Now works much better. You still have to
22564         have a correct font selected, though. No fontset emulation yet.
22565
22566 1999-10-19  Tor Lillqvist  <tml@iki.fi>
22567
22568         * gtk/maketypes.awk: Use G_OS_WIN32.
22569
22570         * gtk/gtk.def: Add some missing entry points. Also some non-public
22571         ones, but PyGTK porter claims to need them.
22572
22573         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
22574         built-in type generation.
22575
22576 1999-10-14  Tor Lillqvist  <tml@iki.fi>
22577
22578         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
22579         GDK_FONT_FONT fonts (which is all we have for now, we don't
22580         emulate fontsets). The X11 version uses plain XDrawString in that
22581         case, too. The string passed to gdk_draw_text_wc seems to be in
22582         fact (at least, when used by gtkentry and gtktext) either in a
22583         single-byte charset, or a DBCS. Not Unicode.
22584
22585         This fixes the problem in gtkfontsel, where even if you had
22586         selected a font with a non-Latin1 charset (windows-greek, for
22587         instance), the preview still used Latin-1 glyphs.
22588
22589         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
22590         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
22591         (gdk_font_load): Recognize the demibold etc weights, even if we
22592         don't have the corresponding constants in the headers.
22593         (gdk_font_hash_insert): Use same hash mechanism as in the X11
22594         version. Should save font resources a bit, when we don't have
22595         multiple HFONTs for the same font.
22596
22597         * gdk/win32/gdkprivate.h: Add the names field as in the X11
22598         version.
22599
22600 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
22601
22602         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
22603         X values
22604
22605 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
22606
22607         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
22608         layout support (as mentioned on
22609         http://www.jcinteractive.com/gnome-ui/software/widgets/)
22610
22611 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
22612
22613         * gtk/fnmatch.c
22614         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
22615
22616 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
22617
22618         * configure.in (ALL_LINGUAS): Added Galician (gl)
22619
22620 1999-10-05  Tor Lillqvist  <tml@iki.fi>
22621
22622         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
22623
22624         * gdk/win32/gdkcompat.c: New file, actually provide an
22625         implementation for the deprecated functions. (Just temporarily.)
22626
22627         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
22628
22629         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
22630
22631         * gdk/win32/gdk.def gtk/gtk.def: Updates.
22632
22633 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
22634
22635         * configure.in: Added "uk" to ALL_LINGUAS.
22636         
22637 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
22638
22639         * configure.in: correct checking for BeOS check
22640
22641         * gdk/gdktypes.h
22642         * gtk/fnmatch.c
22643         * gtk/gtkfilesel.c
22644         * gtk/gtkitemfactory.c
22645         * gtk/gtkmain.[ch]
22646         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
22647
22648 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
22649
22650         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
22651         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
22652         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
22653         by Bulgarian). 
22654
22655 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
22656
22657         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
22658         Fix a reference to window_private->destroyed.   
22659
22660         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
22661         (ugly) setting of an internal GdkWindow member to use
22662         a _slightly_ cleaner macro.
22663
22664         * gdk/gdkprivate.h: Split GdkWindowPrivate into
22665         GdkDrawablePrivate and GdkWindowPrivate.
22666         Add extra macros for accessing GDK_DRAWABLE_ components.
22667
22668         * *.[ch]: Massive adjustments for the above, use the
22669         new macros in a lot of places.
22670
22671 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
22672
22673         * gdk/gdktypes.h: Make GdkDrawable the base type,
22674         not GdkWindow.
22675
22676 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
22677
22678         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
22679
22680 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
22681
22682         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
22683
22684 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
22685
22686         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
22687         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
22688
22689         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
22690
22691         * docs/gtk-config.1: Now autogenerated.
22692         * docs/Changes-1.4.txt: started
22693         
22694 1999-10-03  Tor Lillqvist  <tml@iki.fi>
22695
22696         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
22697         to #ifdef also here.
22698
22699         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
22700         Owen did to the X11 backend.
22701
22702         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
22703         ScrollWindowEx when blitting inside a window, it can't be correct
22704         in the general case.
22705
22706         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
22707         WM_GETMINMAXINFO is easier.
22708
22709         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
22710         depth equal to the bitspixel value, not the visual's depth.
22711
22712         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
22713         to 24 even if the bitspixel value is 32.
22714
22715         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
22716         need to check for depth==32 when bpp==32, depth will always be 24.
22717
22718 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
22719
22720         * docs/Changes-1.4.txt: Started
22721         
22722         * gtk/Makefile.am (gdk_headers): Include all the new headers.
22723
22724         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
22725         
22726         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
22727         into C file.
22728         
22729         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
22730         header to gdkinputprivate.h.
22731
22732         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
22733         unused since before 1.2.
22734
22735 1999-09-30  Tor Lillqvist  <tml@iki.fi>
22736
22737         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
22738         expand possible hex escapes in the font family (put there by
22739         logfont_to_xlfd if the font name isn't a legal XLFD font family,
22740         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
22741         On Win32, add hex escapes here, too.
22742
22743 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
22744
22745         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
22746         to #ifdef GDK_WINDOWING_X11.
22747
22748 [ Merges from gtk-1-2 ]
22749
22750 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
22751
22752         * configure.in: fixed "GNU Make" check to pass with new make version
22753         3.77.95.
22754
22755 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
22756
22757         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
22758         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
22759         AM_PATH_GTK() macros don't get confused by the -pre1.
22760
22761 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
22762
22763         * configure.in (REBUILD): Change check for perl5
22764           to check explicitely for v >= 5.002. (5.001
22765           does not work with our scripts.)
22766
22767 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
22768
22769         * configure.in: evaluate $PERL for the perl version check. added
22770         --disable-rebuilds to give the user an option to completely disable
22771         any source autogeneration rules.
22772
22773 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
22774
22775         * configure.in: evaluate $ac_make when checking for GNU Make.
22776
22777 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22778
22779         * docs/Makefile.am: added generation.txt.
22780
22781         * Makefile.am: require automake 1.4, build README from README.in and
22782         INSTALL from INSTALL.in in dist-hook.
22783         
22784         * README.in:
22785         * INSTALL.in: new files to autogenerate README and INSTALL from.
22786
22787         * configure.in: figure whether we have GNU Make
22788
22789         * docs/generation.txt: minor additions/corrections.
22790
22791 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
22792
22793         * docs/gtkfaq.sgml: FAQ Update
22794
22795 July 30, 1999 Elliot Lee <sopwith@redhat.com>
22796         
22797         * configure.in: Fix autoconf warnings about cross compilation by
22798         trying to provide sane defaults for AC_TRY_RUN.
22799
22800 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
22801
22802         * ltconfig
22803         * ltmain.sh: upgrade to libtool 1.3.3
22804
22805 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
22806
22807         * INSTALL: Indicate that the --with-glib= configure
22808         time flag is unsupported.
22809
22810 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
22811
22812         * docs/generation.txt: Added a file that gives
22813         documenation about the autogeneration process for
22814         various autogenerated files.
22815         
22816 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
22817
22818         * configure.in (LIBS): Look for libgmodule in the
22819         right location.
22820
22821 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
22822
22823         * docs/gtk_tut.sgml: Removed references to
22824         code examples in my directory on gtk.org as
22825         they should all be in the tutorial now.
22826
22827         * docs/gtk_tut.sgml: Added sources for dial-test
22828         and scribble-xinput programs that were previously
22829         missing.
22830
22831 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
22832
22833         * TODO: Added entry about menu keyboard navigation, removed
22834         some finished items.
22835
22836 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
22837
22838         * acinclude.m4: Standardize on func_dgettext
22839         not func_gettext, so that the checks for dgettext
22840         actually are paid attention to.
22841
22842 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
22843
22844         * configure.in (LIBS): Add $INTLLIBS into $LIBS
22845         directly, rather than repeating the checks for
22846         gettext.
22847
22848         * INSTALL: Added information about gettext and
22849         NLS support.
22850
22851         * acinclude.m4 (LIBM): Check for dgettext, not
22852         just gettext. This should hopefully fix things wrt
22853         systems with old versions of GNU gettext installed.
22854
22855 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
22856
22857         * configure.in (LIBS): Look for libgmodule in the
22858         right location.
22859
22860 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
22861
22862         * autogen.sh: add --enable-maintainer-mode
22863
22864         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
22865
22866 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
22867
22868         * docs/gtk-config.1.in:
22869           docs/Makefile.am:
22870           configure.in: gtk-config is now generated.
22871
22872         * docs/gtk-config.1: Removed, now generated.
22873
22874 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
22875
22876         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
22877         handle CreateNotify itself, still put out a debuging message for
22878         --gdk-debug=events. made the ReparentNotify debugging message more
22879         verbose.
22880         wrap xcoords translation for ConfigureEvents into an error trap,
22881         a destroy event may already be pending, and in that case, the
22882         actuall coordinate values are not at all critical.
22883
22884 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
22885
22886         * gdk/gdkcc.c: Stop leaking the color_hash all over
22887         the place. Simplify and improve the logic.
22888
22889 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
22890
22891         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
22892         for prototypes and function implementations consistent (reported
22893         by Tomas Ogren).
22894
22895 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
22896
22897         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
22898         send_event set in debugging output.
22899         (gdk_compress_exposures): default initialize the event so we don't
22900         operate on bogus values (namely send_event).
22901
22902 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
22903
22904         * gdk/gdkwindow.c: When we receive an unexpected
22905         destroy notify on one of our windows, don't just
22906         warn about it, also mark our windows as destroyed.
22907
22908 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
22909
22910         * gdk/gdkfont.c (gdk_font_hash_insert): Add
22911           name => font and name => fontset hashes. The 
22912           name => fontset hash is a _big_ win since we
22913           weren't previously caching fontsets at all and loading
22914           fontsets is expensive. The name => font hash
22915           is less of a win, but it does save us from doing
22916           repeated XQueryFont calls on the same font.
22917
22918         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
22919           list so we can remove font/fontset from hash.
22920
22921 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
22922
22923         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
22924           and slightly confusing test. [ XInternAtom (,,TRUE)
22925           will never return None ].
22926
22927 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
22928
22929         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
22930           gdk/gdkwindow.c (gdk_window_set_hints):
22931
22932         Don't omit setting the properties if flags == 0 -
22933         there may be an existing set of properties there
22934         already. (Very old bug. Would it be better to
22935         delete the property instead?)
22936
22937         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
22938           spelling error in comment.
22939
22940 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
22941
22942         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
22943           to avoid stomping over gdk_error_warnings.
22944
22945         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
22946           as (bits_per_pixel + 7) / 8. This gives the same
22947           result as before for multiples of 8, but actually
22948           a "reasonable" value for 1bit or 4bit displays.
22949
22950 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22951
22952         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
22953         GNU Make.
22954
22955 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
22956
22957         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
22958         discarding configure events.
22959
22960 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
22961
22962         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
22963         refcount is greater than zero.
22964
22965         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
22966
22967         * gdk/gdkfont.c (gdk_font_unref): Likewise.
22968
22969         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
22970
22971         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
22972
22973 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
22974
22975         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
22976         that format 32 => sizeof(item) == 4. It really is
22977         sizeof(long).
22978
22979 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
22980
22981         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
22982         core dump at all on X IO errors, only core dump
22983         if --enable-debug for X errors.
22984
22985 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
22986
22987         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
22988         unknown window:" message. disabled ConfigureNotify discarding code,
22989         because it led to events being processed out of order.
22990
22991 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
22992
22993         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
22994
22995         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
22996         we export this function, supress error warnings and don't reset the
22997         error code in the first half of this function.
22998
22999         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
23000         code (instead of just -1) so gdk_error_trap_pop() reveals something
23001         actually informative about the error that happened.
23002
23003         * gdk/*.c:
23004         don't rely on gdk_error_code being -1 if an error occoured, but just
23005         gdk_error_code != 0.
23006
23007 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
23008
23009         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
23010         pointer *before* invoking the filter function, so we at least don't
23011         crash if a filter is removed that is currently executed. window filters
23012         *really* need to be made truely reentrant at some point.
23013
23014 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
23015
23016         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
23017         PropertyNotify debug messages.
23018
23019 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
23020         
23021         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
23022         
23023         * gdk/gdkim.c: Fix cut-and-paste errors for 
23024         x/y and PreeditAttributes/StatusAttributes.
23025
23026 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
23027
23028         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
23029         G_MAXINT to 2^16 to alleviate overflow problems in
23030         various window managers.
23031
23032 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
23033
23034         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
23035         for fontsets.
23036
23037 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
23038
23039         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
23040         Initialize size_hints.x and size_hints.y because kwm
23041         brokenly pays attention to them.
23042         (Bug #1181 -  Lars Heete <hel@admin.de>)
23043
23044 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
23045
23046         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
23047         return value of gdk_list_visuals(). 
23048         (Bug #1193 - Morten Welinder <terra@diku.dk>)
23049
23050 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
23051
23052         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
23053         XSetIMValues to (void *) when comparing to NULL, to workaround
23054         the problem of some compilers barfing since older X headers don't
23055         have the prototype for it.
23056
23057 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
23058
23059         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
23060         for pseudocolor where colormap->colors was double
23061         allocated.
23062
23063         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
23064         color value in the hash table with the pixel filled
23065         in so when we do later hash table lookups, the color
23066         value is correct.
23067         
23068 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
23069
23070         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
23071         making the call
23072
23073 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
23074
23075         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
23076         pointed out by Morten Welinder <terra@diku.dk>.
23077
23078 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23079
23080         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23081           default filter from the list
23082
23083 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23084
23085         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23086           default filter from the list
23087
23088 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
23089
23090         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
23091
23092         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
23093         g_strdup_printf instead of calcing the length separately
23094
23095 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
23096
23097         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
23098         that we don't do in many other places. (Fixing duplicate 
23099         #include of config.h)
23100
23101         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
23102         Otherwise, #ifndef XINPUT_NONE check in the latter
23103         doesn't work. (Bug #546)
23104
23105 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
23106
23107         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
23108         "None" case insensitive.
23109
23110 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
23111
23112         * gdk/gdkselection.c: 
23113         Add error traps so if the other end of the connection
23114         dies, we survive.
23115
23116 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
23117
23118         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
23119         dest_xid field into two fields - one for the window
23120         to send in messages, one to indicate the last looked
23121         up window for caching purposes. This is needed, so
23122         that Leave messages get the correct window.
23123
23124 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
23125
23126         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
23127         Fix warning created by people mucking around
23128         with the gsource API.
23129
23130         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
23131         Change mapping between GIOCondition and GdkInputCondition
23132         to match the way the Linux kernel does it. This should
23133         fix problems where closed pipes were no longer signalling
23134         GDK_INPUT_READ on systems with a native poll().
23135
23136 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
23137
23138         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
23139         explicitly for the string "None" - it is in the XPM
23140         spec and some servers treat unknown colors in odd ways
23141         (like asking the user!)
23142
23143 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
23144
23145         * gdk/gdkevents.c: made "->" into a "." of previous change so
23146         it compiles
23147
23148 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
23149
23150         * gdk/gdkevents.c (gdk_compress_exposures): Set the
23151         window field of the event structure before calling
23152         user filters.
23153
23154 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
23155
23156         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
23157         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
23158
23159 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
23160
23161         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
23162         intermediate text property - prevents major memory
23163         leak when gdk_use_mb.
23164         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
23165
23166 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
23167
23168         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
23169         gtk-a-higuti-990322-[0-3]
23170
23171         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
23172         sizeof(wchar_t) != sizeof (GdkWChar)
23173
23174         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
23175         that was causing -DX_LOCALE not to work.
23176
23177         * gtk/gtkrc.c (gtk_rc_init):
23178         X_LOCALE will never have LC_MESSAGES defined
23179
23180         * gdk/gdk.c (gdk_init_check):
23181         Remove --xim-preedit and --xim-status from argv properly.
23182
23183         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
23184         that the client window is present on the X server
23185         before we pass it to the input method.
23186
23187 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
23188
23189         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
23190         if --display is specified on the command line, than
23191         the drag window will not be created on that display.
23192         
23193 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
23194
23195         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
23196         lookups with only_if_exists == TRUE were inserting
23197         bogus values into the atom cache.
23198
23199 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
23200
23201         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
23202         then reset it to NULL.
23203
23204         * gdk/gdkcolor.c:
23205         (gdk_colors_free): 
23206         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
23207         key for g_hash_table_remove() in both functions, this prevents us
23208         from accessing possibly uninitialized portions of a GdkColor structure
23209         where we are only interested in its pixel value.
23210
23211 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23212
23213         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23214         font hash table, if we have a GdkFontPrivate entry for this font
23215         already, simply increment its reference count, provided by Olaf Dietsche
23216         <olaf.dietsche+list.gtk@netcologne.de>.
23217
23218 1999-09-21  Tor Lillqvist  <tml@iki.fi>
23219
23220         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
23221         just to be sure.
23222
23223         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
23224         unused variables, leftovers from the X11 version.
23225
23226         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
23227
23228         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
23229         downcase fields on X11.
23230
23231 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
23232         
23233         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
23234         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
23235
23236 1999-09-17  Tor Lillqvist  <tml@iki.fi>
23237
23238         * gdk/win32/gdk.def: Add gdk_threads_mutex.
23239
23240         * gtk/makefile.msc: Correct path to libintl.
23241
23242         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
23243         use of gint vs. int, and gint vs. gboolean in headers and
23244         definitions. Use GtkType for the *_get_type functions. Note that
23245         these changes preserve binary compatibility.
23246
23247         * gdk/gdk.c
23248         * gdk/win32/gdk.c
23249         * gdk/gdk.h: Fix inconsistencies: gint vs int.
23250
23251         * gtk/gtkmain.c
23252         * gtk/gtkclist.c
23253         * gtk/gtkmenufactory.c
23254         * gtk/gtknotebook.c
23255         * gtk/gtkwidget.c: Fix inconsistencies, also gint
23256         vs. gboolean.
23257
23258         * gtk/gtkcolorsel.[ch]
23259         * gtk/gtkcombo.[ch]
23260         * gtk/gtkdrawingarea.[ch]
23261         * gtk/gtkgamma.[ch]
23262         * gtk/gtkhandlebox.[ch]
23263         * gtk/gtkhpaned.[ch]
23264         * gtk/gtkhruler.[ch]
23265         * gtk/gtkplug.[ch]
23266         * gtk/gtkpreview.[ch]
23267         * gtk/gtkruler.[ch]
23268         * gtk/gtksocket.[ch]
23269         * gtk/gtkstatusbar.[ch]
23270         * gtk/gtktoolbar.[ch]
23271         * gtk/gtkvbbox.[ch]
23272         * gtk/gtkvpaned.[ch]
23273         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
23274         functions.
23275
23276         * gtk/gtkgamma.h: Fix bug, missing () in call of
23277         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
23278
23279 1999-09-14  Tor Lillqvist  <tml@iki.fi>
23280
23281         * gdk/gdkcolor.c (gdk_colormap_new)
23282         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
23283         colormap->colors was allocated twice.
23284
23285         * gdk/win32/gdk.c: Remove some unused stuff.
23286
23287         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
23288         colormap.
23289
23290         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
23291         * gtk/gtklabel.h (gtk_label_get_type)
23292         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
23293         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
23294         in a couple of places, not guint.
23295
23296 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
23297
23298         * configure.in,po/et.po: added Estonian language file
23299
23300 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
23301
23302         * configure.in,po/da.po: added Danish file
23303
23304 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
23305
23306         * docs/gtkfaq.sgml: Minor FAQ Update
23307
23308 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
23309
23310         * docs/gtkfaq.sgml: FAQ update
23311
23312 1999-08-27  Tor Lillqvist  <tml@iki.fi>
23313
23314         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
23315         way to get window contents continually refreshed while resizing. I
23316         didn't like the effects myself, so it's not on by default.
23317
23318         * gdk/win32/gdkprivate.h: New flag variable
23319         gdk_event_func_from_window_proc, FALSE by default.
23320
23321         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
23322         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
23323         are passed --gdk-event-func-from-window-proc.
23324
23325         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
23326         and we have am event_func, call it instead of enqueing the event.
23327
23328 1999-08-23  Tor Lillqvist  <tml@iki.fi>
23329
23330         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
23331         Kelley: Set expose_count in GdkEventExposes correctly.
23332
23333         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
23334         MULTIPLE_WINDOW_CLASSES).
23335
23336         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
23337         for bug in NT, apparently NT *does* draw the end pixel, too, in
23338         LineTo with a one-pixel pen, so we don't have to do it ourselves.
23339
23340 1999-08-21  Tor Lillqvist  <tml@iki.fi>
23341
23342         Improvements by Hans Breuer: 
23343
23344         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
23345
23346         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
23347         CS_?REDRAW flags as they cause lots of (late) redraws when "show
23348         window contents while dragging" is turned on. Allocate at least
23349         one unique class for every GdkWindowType. If support for single
23350         window-specific icons is ever needed (eg. Dialog specific), every
23351         such window should get its own class.
23352
23353 1999-08-19  Tor Lillqvist  <tml@iki.fi>
23354
23355         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
23356         error that caused crashes.
23357
23358 1999-08-17  Tor Lillqvist  <tml@iki.fi>
23359
23360         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
23361         window, use ScrollWindowEx, and call UpdateWindow. This prevents
23362         bugs when for instance part of the window was outside the
23363         display. Thanks to Philippe Colantoni for finding and fixing this.
23364
23365 1999-08-16  Tor Lillqvist  <tml@iki.fi>
23366
23367         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
23368         endpoint calculations which were totally wrong. (A little RTFMing
23369         helps a lot ;-)
23370
23371         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
23372         from a separate directory, not from gettext, because of licensing
23373         issues (we want to use the LGPL version).
23374
23375         * README.win32: Mention the intl from glibc vs from gettext issue.
23376
23377 1999-08-13  Tor Lillqvist  <tml@iki.fi>
23378
23379         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
23380         in the key event handling: Now AltGr chars work again. Also,
23381         now Alt-digits are passed up as well as Control-digits.
23382         Pass keypad plus and minus as normal plus and minus.
23383
23384 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
23385
23386         * docs/gtkfaq.sgml: FAQ Update
23387
23388 1999-07-25  Tor Lillqvist  <tml@iki.fi>
23389
23390         * README.win32
23391         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
23392         the Wintab SDK.
23393
23394         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
23395         OK, but getting closer. Guard against bogus tilt data from Wacom
23396         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
23397         enable easier building without Wintab.
23398
23399         * gdk/win32/gdkinput.h
23400         * gdk/win32/gdkevents.c 
23401         * gdk/win32/gdkwindow.c: Minor changes related related to above.
23402         
23403         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
23404         code. As we have just one visual on Win32, no sense to have it in a
23405         table, and no need for the hash table.
23406
23407         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
23408         better on white background.
23409
23410 1999-07-21  Tor Lillqvist  <tml@iki.fi>
23411
23412         * README.win32: Update gcc build instructions. Mention gettext is
23413         GPL.
23414
23415         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
23416         supported cursor size with GetSystemMetrics.
23417
23418         * gdk/win32/gdkfont.c
23419         * gtk/gtkfontsel.c: Guard against some font weight and charset
23420         symbols being undefined (in mingw32 headers).
23421
23422         * gdk/win32/makefile.cygwin
23423         * gtk/makefile.cygwin
23424         * gtk/gtkthemes.c: No longer need to have differently named
23425         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
23426
23427 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
23428
23429         * docs/gtkfaq.sgml: Long awaited FAQ update.
23430
23431 1999-07-15  Tor Lillqvist  <tml@iki.fi>
23432
23433         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
23434         it. Obscure bit manipulation needed.
23435
23436         * gdk/win32/gdkevents.c: Logging.
23437         
23438         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
23439         style (file name include compiler name) for theme engines.
23440
23441 1999-07-13  Tor Lillqvist  <tml@iki.fi>
23442
23443         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
23444
23445         * gdk/win32/gdkevents.c: Fix long-standing bug in key
23446         events. The key.string wasn't zero-terminated, still we strdup'ed
23447         it in gdk_event_copy(). Synthesize crossing events for button
23448         events before possible propagation.
23449
23450         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
23451
23452         * gdk/win32/makefile.cygwin
23453         * gtk/makefile.cygwin: Use new DLL naming style for the
23454         GCC-compiled ones.
23455
23456         * gdk/win32/makefile.msc
23457         * gtk/makefile.msc: Cosmetics mostly.
23458
23459         * gtk/gtk.def: Add missing entry points.
23460
23461         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
23462
23463 1999-07-09  Tor Lillqvist  <tml@iki.fi>
23464
23465         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
23466         or height is zero. Don't print a warning if Pie or Arc fails, they
23467         always fail (?) for very narrow ellipses.
23468
23469         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
23470         the part or the destination window corresponding to source area
23471         outside of the source drawable's boundary.
23472
23473         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
23474         anything if less than two points.
23475
23476         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
23477         return NULL. Gtk cut-and-paste inside a single program works
23478         better this way. (It always gets the clipboard contents from
23479         Windows, not from its own copy, which is cleared anyway. I can't
23480         say I fully understand what happens... Emulating the X selection
23481         and property stuff is a bit of a mess.)
23482
23483         * gdk/win32/gdkevents.c
23484         * gdk/win32/gdkproperty.c: A bit more verbose logging.
23485
23486         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
23487         that never got deleted). Revamp gdk_region_shrink.
23488
23489         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
23490         after use.
23491
23492         * gtk/gtk.def: Add some missing entry points.
23493
23494         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
23495         component.
23496
23497 1999-07-04  Tor Lillqvist  <tml@iki.fi>
23498
23499         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
23500         Control-digits specially.
23501
23502 1999-07-03  Tor Lillqvist  <tml@iki.fi>
23503
23504         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
23505
23506 1999-06-28  Tor Lillqvist  <tml@iki.fi>
23507
23508         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
23509         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
23510         finding this.)
23511
23512 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
23513
23514         * gtk+.spec.in: Corrected some typos in files section.
23515         
23516 1999-06-15  Tor Lillqvist  <tml@iki.fi>
23517
23518         * README.win32: Mention using GNU gettext.
23519         * config.h.win32: Enable NLS stuff.
23520         * gtk/makefile.msc: Use GNU gettext.
23521         * gdk/win32/gdkdnd.c: Minor header reorg.
23522         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
23523         cosmetics.
23524         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
23525         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
23526
23527 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
23528
23529         * acinclude.m4
23530         * config.guess
23531         * config.status
23532         * ltconfig
23533         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
23534
23535 1999-05-30  Tor Lillqvist  <tml@iki.fi>
23536
23537         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
23538         SafeAdjustWindowRectEx. Don't override all calls to
23539         AdjustWindowRectEx by it, but use it only in two places: When
23540         creating a new top-level window and when moving a top-level
23541         window.
23542
23543         Use screen coordinate rectangle, not client rectangle, in
23544         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
23545         when we try to place a window so that the decoration (mainly,
23546         title bar) isn't visible.
23547
23548         These changes fix the bug that showed up for instance as the
23549         GIMP's saved top-level windows moving right and down (by an amount
23550         equal to the window decoration) for each session. This bug showed
23551         up also in testgtk's "Saved Position".
23552
23553         gdk_window_resize also redone a bit.
23554
23555 1999-05-25  Tor Lillqvist  <tml@iki.fi>
23556
23557         * gtk/testgtkrc: Add (commented out) Windows-style theme
23558         include line.
23559
23560         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
23561
23562 1999-05-18  Tor Lillqvist  <tml@iki.fi>
23563
23564         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
23565         gdkx.h to a gdk subdirectory, so that applications can include
23566         these with <gdk/*.h> without trouble.
23567
23568         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
23569         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
23570         have their bitmap destroyed.
23571
23572         * gdk/win32/gdk.def: Add gdk_root_parent.
23573
23574 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
23575
23576         * configure.in
23577           gtk-config.in
23578           ltconfig
23579           ltmain.sh     
23580           gtk/Makefile.am: changes to compile nicely (with xlib) 
23581           on BeOS
23582
23583 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
23584
23585         * acinclude.m4
23586         * config.guess
23587         * config.sub
23588         * ltconfig
23589         * ltmain.sh: upgrade to libtool 1.3
23590
23591 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
23592
23593         * gtk/gtkclist.c:
23594         * gtk/gtkctree.c: merges from gtk-1-2
23595
23596 1999-04-25  Tor Lillqvist  <tml@iki.fi>
23597
23598         Support added for building using a GNU toolchain on Win32,
23599         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
23600
23601         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
23602         * config.h.win32: Changes for gcc.
23603         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
23604         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
23605         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
23606         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
23607         Protect shl stuff unavaiilable with mingw32 headers.
23608         * gdk/win32/gdkevents.c: Fix typo.
23609         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
23610         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
23611         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
23612         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
23613         the mingw32 headers.
23614         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
23615         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
23616         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
23617         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
23618         Test for NATIVE_WIN32, not _MSC_VER.
23619         * gtk/gtkmain.c: No use warning about developer version on Win32,
23620         there aren't any non-developer versions anyhow.
23621         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
23622         * gtk/makefile.msc: Use pthread from another directory. Minor other
23623         changes. 
23624
23625 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23626
23627         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23628           default filter from the list
23629
23630 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
23631
23632         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
23633          when gtk_widget_grab_default() is called for a widget that
23634          is not within a GtkWindow.
23635
23636 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
23637
23638         * docs/gtk_tut.sgml, examples/clist.c: use a
23639           scrolled window in the clist example. Minor
23640           tutorial fixes.
23641
23642 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
23643
23644         * docs/gtk_tut.sgml: Style check from David King
23645           <dking@youvegotmail.net>
23646
23647 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
23648
23649         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
23650         compile with unknown value of GDK_WINDOWING
23651
23652 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
23653
23654         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
23655         after the rule is fired.
23656         (install-exec-local): Install gdkconfig.h only if the contents are
23657         different from the currently installed gdkconfig.h.
23658
23659 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
23660
23661         * gdk/Makefile.am (configexecincludedir): Rename from 
23662         configincludedir so that gdkconfig.h will be installed 
23663         as part of `make install-exec'. 
23664
23665 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
23666
23667         * acinclude.m4
23668         * config.guess
23669         * config.sub
23670         * ltconfig
23671         * ltmain.sh: upgrade to libtool 1.2f
23672
23673         * autogen.sh: libtool is not required to autogen gtk+
23674
23675         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
23676         needed)
23677
23678 1999-03-18  Tor Lillqvist  <tml@iki.fi>
23679
23680         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
23681         declaring gdk variables exported/imported from the DLL. New image
23682         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
23683         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
23684         GDK_DRAG_PROTO_OLE2.
23685
23686         * gdk/gdk.h: Merge in Win32 version: Two new functions,
23687         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
23688         declared only for the Win32 version, but could be in the X11
23689         version as well. (Needed for a Xlib-less gdk_imlib.)
23690         gdk_color_hash should have only one parameter. Declare
23691         gdk_threads_mutex with GDKVAR.
23692         
23693         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
23694         just one parameter.
23695
23696         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
23697         per pixel, not bits.
23698
23699         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
23700         Fetch bpp (which means bits-per-pixel here) from another place on
23701         Win32. Accept also depth==32 (which we might get on Win32) with
23702         bpp==32.
23703
23704         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
23705         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
23706         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
23707         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
23708         in the backend-dependent directory, not in the common gdk
23709         directory.
23710
23711         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
23712         headers.
23713
23714 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
23715
23716         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
23717         want to use the Gtk+ devel version (which is true, and yes - even i am
23718         currently working with the 1.2.x branch). so everyone reading this, you
23719         probably want to issue
23720         cvs checkout -r glib-1-2 glib
23721         and
23722         cvs checkout -r gtk-1-2 gtk+
23723         as your next two comands.
23724
23725 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
23726
23727         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
23728         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
23729
23730         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
23731         file. strongly deprecated the GTK_HAVE_* macros, we provide
23732         GTK_CHECK_VERSION() for people that need to check for certain
23733         Gtk+ versions.
23734
23735         * gtk/gtkcompat.h: removed this from CVS.
23736         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
23737         idea right from the start, it just didn't seem like that back then.
23738
23739 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
23740
23741         * merges from gtk-1-2:
23742
23743 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
23744
23745         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
23746         item factory class has been created.
23747         (gtk_item_factory_parse_rc): likewise.
23748
23749         * gtk/gtkmenu.c:
23750         keep proper references for old_active_menu_item.
23751         (gtk_menu_reparent): unset the usize of the new parent,
23752         so the menu can sanely be size requested and we don't get nasty screen
23753         artefacts upon next reparentation.
23754         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
23755         enter notify. only synthesize enter notifies if the pointer really is
23756         inside the event window.
23757         (gtk_menu_popdown): use gtk_menu_shell_deselect().
23758         (gtk_menu_popup): move the background setting stuff into
23759         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
23760
23761         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
23762         gtk_menu_shell_select_item() to select the new item.
23763         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
23764         do the right thing for deselection as well.
23765
23766 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
23767
23768         * gtk/gtkwidget.[hc]:
23769         (gtk_widget_accelerators_locked): return whether a widget's accelerators
23770         are locked.
23771
23772         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
23773         existing accelerators if the widget's accelerators are locked.
23774
23775 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
23776
23777         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
23778
23779         * gtk/gtkmenu.c: truely forward key press and key release events to
23780         the menu widget from the toplevel or tearoff window. we can't simply
23781         connect to that, we need to stop further processing of the events as
23782         well.
23783
23784 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
23785
23786         * gtk/gtkmenu.c:
23787         (gtk_menu_key_press): pass event->keyval, event->state to
23788         gtk_accelerator_valid, instead of event->keyval twice.
23789         refuse to install single letter accelerators for menus that use
23790         single letter shortcuts.
23791
23792         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
23793         gtk_menu_ensure_uline_accel_group().
23794
23795         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
23796         which will always return an uline accel group, made
23797         gtk_menu_get_uline_accel_group() return NULL if the group isn't
23798         yet created.
23799
23800 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
23801
23802         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
23803
23804         * gtk/gtkclist.c (gtk_clist_column_title_passive):
23805         Leave button sensitive, trap  button_press, button_release,
23806         motion_notify, enter_notify and leave_notify events instead.
23807         (gtk_clist_column_title_active): disconnect event handler.
23808         (gtk_clist_drag_data_get): fixed memory leak. Reported by
23809         Guillaume Laurent <glaurent@worldnet.fr>
23810
23811 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
23812
23813         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
23814         width/height mixups.
23815
23816         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
23817         if needed.
23818
23819 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
23820
23821         * gtk/testgtk.c (create_item_factory): unref the item factory after
23822         window's destruction.
23823
23824         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
23825         count on the menu shell around the menu item's activation, since the
23826         signal emission may cause menu shell destruction.
23827
23828         * gtk/gtkitemfactory.c:
23829         the previous code leaked one accel group per menu. we use
23830         gtk_menu_get_uline_accel_group() now to fix that, and with that
23831         also create the underline accelerator group of the menus only if
23832         required (i.e. an underline accelerator has been specified).
23833         (gtk_item_factory_construct):
23834         (gtk_item_factory_create_item): removed code that would create an
23835         extra accel group for the menu (and leak references).
23836         (gtk_item_factory_create_item): adapted the underline accelerator
23837         installation code to properly feature gtk_menu_get_uline_accel_group().
23838
23839         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
23840         menu->accel_group, this may return NULL if the accelerator group
23841         hasn't been set yet.
23842         added gtk_menu_get_uline_accel_group() to retrive the underline
23843         accelerator group of the menu, this will be created on demand
23844         and proper care is taken about its reference count.
23845
23846         * gtk/gtkitemfactory.h:
23847         * gtk/gtkitemfactory.c:
23848         dumped the approach of keeping a widgets by action list on the
23849         factory since the factory<->widget destroy negotiation didn't work
23850         and would be hard to get going at all. instead we keep a list of
23851         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
23852         persistant throughout a program's life time).
23853         also, i removed the static const gchar *key_* variables, and made
23854         them inline strings (they weren't actually used anyways).
23855         (gtk_item_factory_add_item): update ifactory->items.
23856         (gtk_item_factory_destroy): destroy ifactory->items (and remove
23857         the item factory pointer from the remaining ifactory widgets).
23858         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
23859         list to find the widget.
23860         (gtk_item_factory_get_item): new function that works around
23861         gtk_item_factory_get_widget() limitations, this function will only
23862         return menu items, even for <Branch> entries.
23863
23864 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23865
23866         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23867         font hash table, if we have a GdkFontPrivate entry for this font
23868         already, simply increment its reference count, provided by Olaf Dietsche
23869         <olaf.dietsche+list.gtk@netcologne.de>.
23870
23871         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
23872         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
23873
23874 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
23875
23876         * gtk/gtkcontainer.c:
23877         (gtk_container_add_with_args):
23878         (gtk_container_addv):
23879         (gtk_container_add): before adding a child to a conatiner, make sure
23880         it is (default) constructed, this is neccessary because under certain
23881         circumstances the child will get relized and mapped immediatedly, in
23882         which case it has to be constructed already.
23883
23884 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
23885
23886         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
23887         values > 1 as TRUE also.
23888
23889 1999-03-16  Tor Lillqvist  <tml@iki.fi>
23890
23891         * README.win32: New file.
23892                 
23893         * configure.in: Check for lstat.
23894
23895         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
23896         completeness.
23897
23898         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
23899
23900         * gtk/gtk.def: Removed CRs.
23901
23902         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
23903         ..\gdk\win32).
23904
23905         * gdk/win32/makefile.msc: Correct upwards relative paths.
23906         
23907 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
23908
23909         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
23910           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
23911           it was connecting a void function to expose_event and the int
23912           returning function to the draw signal
23913
23914 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
23915
23916         * configure.in:
23917         Use correct path to libgmodule.la when ref'ing uninstalled copy
23918         of glib.  (Already in stable branch, Bug #417)
23919
23920 1999-03-15  Tor Lillqvist  <tml@iki.fi>
23921
23922         Win32 merge and general portability stuff:
23923                 
23924         * acconfig.h,configure.in: Check for <sys/time.h>.
23925
23926         * gdk/win32: New directory (actually, been there for a while).
23927         
23928         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
23929         NATIVE_WIN32, and use these. Always case fold on Win32. No
23930         backslashed escapes on native Win32.
23931
23932         * gtk/{gtk.def,makefile.msc}: New files.
23933
23934         * gtk/Makefile.am: Add above new files.
23935         
23936         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
23937         instead of <strings.h>.
23938
23939         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
23940         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
23941         <unistd.h> appropriately.
23942
23943         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
23944         Use ABS() (from <glib.h>) instead of abs().
23945         
23946         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
23947         of gtk (and thus glib) headers, so that WIN32 will be
23948         defined. With MS C, include <direct.h> for mkdir prototype.
23949
23950         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
23951         some casts, needed by MS C.
23952
23953         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
23954         implemented).
23955
23956         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
23957         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
23958         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
23959
23960         * gtk/gtkmain.h: Mark variables for export/import on Win32.
23961                 
23962         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
23963         the event is not a hint, or its window is not the slider. Needed
23964         on Win32, at least.
23965
23966         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
23967         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
23968         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
23969         a subdirectory of the Windows directory as gtk system
23970         configuration directory.
23971
23972         * gtk/gtkselection.c: No chunks on Win32.
23973
23974         * gtk/gtksocket.c: Not implemented on Win32.
23975
23976         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
23977
23978         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
23979
23980         * gtk/maketypes.awk: Declare variables with a macro that expands to
23981         necessary export/import magic in the case of Win32.
23982                 
23983         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
23984
23985 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
23986
23987         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
23988         since those were meant only for gdki18n.h.  
23989         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
23990         for widechar tests.
23991         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
23992
23993 1999-03-13  Tor Lillqvist  <tml@iki.fi>
23994
23995         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
23996         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
23997
23998         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
23999         installed) to CFLAGS.
24000
24001         * gdk/Makefile.am: Add rules for gdkconfig.h.
24002
24003         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
24004         APIs.
24005
24006         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
24007         gdkx.h anyway when compiling for X11.
24008         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
24009         general): Merge in Win32 version.
24010         
24011         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
24012         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
24013         expansion (if we don't have HAVE_PWD_H), allow for drive
24014         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
24015         included code from Craig Setera's port to Win32 (the one that uses
24016         X11, and the cygwin dll), even if it probably will be abandoned.
24017
24018         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
24019         the user entered one herself.  This way one can complete *.h and
24020         don't get matches on any .help files, for instance.
24021         
24022 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24023
24024         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24025         font hash table, if we have a GdkFontPrivate entry for this font
24026         already, simply increment its reference count, provided by Olaf Dietsche
24027         <olaf.dietsche+list.gtk@netcologne.de>.
24028
24029         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
24030         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
24031
24032 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
24033
24034         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
24035         the number of calls to gdk_draw_point() (and thus to X) by
24036         clipping the points by hand.
24037
24038         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
24039         the clip parameter.
24040         (gtk_handle_box_paint): Only paint the handle if the expose area
24041         intersects it.
24042
24043 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
24044
24045         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
24046
24047 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
24048
24049         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
24050         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
24051
24052 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
24053
24054         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
24055          textmode (O_TEXT) for OS/2 version.
24056
24057 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
24058
24059         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
24060         GtkSpinButton, "input" and "output", to make the output more flexible.
24061         The user has to provide a mapping between adjustment->value and the
24062         output string (and vice versa, if the spin button is editable). 
24063         See testgtk for examples.
24064
24065 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
24066
24067         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
24068         new one.
24069         
24070         * configure.in: set gtk+ version to 1.3.0.