]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
check for 0 value on the denominator in the horizontal case just like we
[~andy/gtk] / ChangeLog.pre-2-10
1 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
2
3         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
4           denominator in the horizontal case just like we do in the vertical
5           case (why I didn't notice that there were two cases the first time
6           around is beyond me:).  Also fix indentation in the vertical case.
7
8 2001-12-09  Anders Carlsson  <andersca@gnu.org>
9
10         * gdk/x11/gdkevents-x11.c: Update xsettings name.
11
12         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
13         gtk-dnd-drag-threshold GtkSetting.
14
15         * gtk/gtksettings.c (gtk_settings_class_init): Add 
16         setting for dnd drag threshold.
17
18 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
19
20         * gtk/gtkcontainer.c: Add docs.
21
22 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
23
24         * gtk/gtkwidget.c: Doc markup fix. 
25
26         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
27
28         * gtk/gtktreestore.c: Typo fixes. (#66445)
29
30         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
31
32         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
33         to gtk_clipboard_set_with_owner(). (#66424)
34  
35 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
36
37         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
38         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
39         Fabrice Bellet <fabrice@gnu.org>, #54127).
40
41 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
42
43         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
44         of places, so that people with crashy trees can just run their
45         program with GTK_DEBUG=TREE.
46
47 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
48
49         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
50         per jrb's request
51
52 >>>>>>> 1.2684
53 2001-12-08  Anders Carlsson  <andersca@gnu.org>
54
55         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
56         since then the default GtkLayout expose handler won't be called.
57
58 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
59
60         * gtk/gtktreeview.c (validate_rows_handler): remove
61         g_return_if_fail.
62
63         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
64         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
65         empty model.
66
67 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
68
69         * gtk/gtktreeview.c (validate_visible_area): get logic right,
70         #66249
71
72         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
73         removing a node ended up with a corrupt tree.  Really really nasty
74         bug.
75         (_gtk_rbtree_debug_spew): new debug helper function
76         (_fixup_validation): new inline function to clean up code
77         readability a lot. 
78
79 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
80
81         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
82         Close comment.
83
84 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
85
86         * gtk/gtkstyle.h: Typo fixes.
87
88         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
89
90         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
91
92 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
93
94         * modules/input/gtkimcontextxim.c: Display the XIM
95         status callbacks with a popup window. (Patch from
96         HideToshi Tajima, #50628, somewhat modified.)
97
98 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
99
100         * gtk/Makefile.am: each source generation rule needs to use its own
101         temporary file, to avoid clashes for parallel builds. fixed rules
102         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
103
104 2001-12-07  Havoc Pennington  <hp@pobox.com>
105
106         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
107         "cursors that are actually useful" in gdk_cursor_new() docs
108
109 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
110
111         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
112         in computing the size of the second child.
113
114 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
115
116         * gtk/gtkrange.c: Make button 1 clicks on the trough
117         do pages, button 3 steps. (Patch from Hans Breuer
118         #63735)
119
120 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
121
122         * gtk/gtklabel.c: Fix docs. (#66383)
123
124         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
125         (#66278, #66280)
126         
127         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
128         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
129
130         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
131         Don't emit a g_warning() about being deprecated. (#66208)       
132
133         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
134
135         * gtk/gtkcontainer.c: Doc fixes.
136         
137         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
138
139         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
140
141 2001-12-05  Sven Neumann  <sven@gimp.org>
142
143         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
144
145         * gtk/queryimmodules.c: g_dir_read_name() returns const.
146
147 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
148
149         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
150         #66225
151         
152 2001-12-04  Manish Singh  <yosh@gimp.org>
153
154         * gtk/gtkmain.c
155         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
156         a gpointer.
157
158         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
159         correction to docs.
160
161         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
162
163 2001-12-04  Havoc Pennington  <hp@redhat.com>
164
165         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
166         g_assert_not_reached() that was bogus, since we demand-create the
167         tag info. reported by Chris Phelps
168
169         Jump through assorted hoops to fix bug from Chris Phelps where 
170         removing tags from the table resulted in btree trying to 
171         access tag->table
172         
173         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
174         ourselves to the tag table
175
176         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
177         (_gtk_text_tag_table_remove_buffer): private cruft to 
178         let us notify buffer of disappearing tags
179
180         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
181         header, put it in tagprivate    
182
183         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
184         tag_removed; it's emitted too late.
185         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
186         this
187
188         Padding for ABI-compat expansion
189         
190         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
191         (struct _GtkTextAppearance): one pad in here too
192
193         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
194
195         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
196         since action signals etc. seem pretty likely
197
198         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
199
200         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
201
202         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
203
204 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
205
206         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
207
208         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
209
210         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
211
212 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
213
214         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
215         #62084.
216
217 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
218
219         * demos/gtk-demo/main.c: (create_tree): Minor fix.
220
221         * docs/tree-column-sizing.txt: Update
222
223         * gtk/gtkrbtree.[ch]: Massive work to support validation.
224
225         * gtk/gtktreemodel.c: Doc fixes.
226
227         * gtk/gtktreeview.c: Incremental reflow added.
228         * gtk/gtktreeviewcolumn.c: ditto
229         * gtk/gtktreeviewcolumn.h: ditto
230
231 2001-12-04  Havoc Pennington  <hp@redhat.com>
232         
233         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
234         "invisible" property, #65999
235
236 2001-12-04  Matt Wilson  <msw@redhat.com>
237
238         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
239
240 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
241
242         * gtk/gtksettings.c (gtk_settings_set_property_value):
243         Simplify, make more efficient and fix memory leak
244         when turning quark into a string. (#66103, HideToshi
245         Tajima)
246
247         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
248         init() and unref priv->tooltips in destroy rather
249         than calling gtk_object_destroy() which has no
250         effect on memory management. (#66104, HideToshi
251         Tajima)
252
253         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
254         so we free the when the object is freed. (Fixes memory
255         leak, #66096, HideToshi Tajima)
256
257         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
258         a full GdkEvent structure to avoid reads of uninitialized/
259         invalid memory in gdk_event_put() (#65877, patch
260         from Hidetoshi Tajima)
261
262 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
263
264         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
265         toggle-size-request doesn't take a requisition.
266
267         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
268         reference to marshaler that no longer exists.
269
270 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
271
272         Patch from Bill Haneman (with many modifications) to make
273         the focus color work on dark themes and to make the
274         focus line width configurable. (#61079, #63074)
275
276         * gtk/gtkwidget.c: Add style properties, 
277         ::focus-widget, ::focus-line-width, and ::focus-padding.
278
279         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
280         state argument as well so we can use fg[STATE] to
281         draw instead of always drawing with black. 
282         Cange paint_focus() to respect GtkWidget::focus-width
283         and GtkWidget::focus-line-pattern. Fix continuity
284         problem where the default 1-1 stipple had a blob
285         in one corner and a gap in the other. Change the
286         interpretation of x/y/width/height to be the bounding
287         box of the focus rect instead of the rectangle
288         passed to gdk_draw_rectangle.
289
290         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
291         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
292         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
293         and ::focus-line-padding.
294
295         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
296         and remove duplicated code; fix drawing of focus rectangle
297         when interior-focus = FALSE. (#63072, #63073)
298
299         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
300         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
301         Range and TreeViewColumn will need more extensive fixing.
302
303         * gtk/gtkcolorsel.c: Honor focus line attributes when
304         drawing the focus on the color swatches. (#63071)
305
306         * gtk/gtkhsv.c: Honor focus line attributes when
307         drawing the focus for the ring and triangle.
308
309         * docs/widget_geometry.txt: Start at documenting how 
310         various widgets are drawn.
311
312         * gtk/gtkbutton.c (_gtk_button_paint): Export 
313         _gtk_button_paint() librarywide, so we don't have 
314         duplicate a bunch of code in gtktogglebutton.c.
315
316         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
317
318 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
319
320         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
321         NONE:POINTER.
322
323 2001-12-03  Alex Larsson  <alexl@redhat.com>
324
325         * gtk/gtkaccellabel.c:
326         * gtk/gtkarrow.c:
327         * gtk/gtkcolorsel.c:
328         * gtk/gtkcontainer.c:
329         * gtk/gtklabel.c:
330         * gtk/gtktextview.c:
331         * gtk/gtktogglebutton.c:
332         * gtk/gtktreeview.c:
333         * gtk/gtkwindow.c:
334         Return FALSE from expose handlers.
335
336 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
337
338         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
339         we use pointers, we should free the previous pointer first (if
340         it exists), before we set a new pointer. (#64726)
341
342         * gtk/gtktreeprivate.h: get rid of cursor_drag
343
344         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
345         for cursor_drag
346         (gtk_tree_view_bin_expose): don't directly return in the while
347         loop
348         (gtk_tree_view_class_init): indentend expanders by default
349         (gtk_tree_view_header_focus): only give the button focus
350         if it's clickable, visible and the column is reorderable
351         (#65539)
352
353         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
354         create and free cursor
355
356 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
357
358         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
359         some bugs with size requisition. (From Bill Haneman)
360
361         * gtk/gtkcalendar.c: Draw headers and selection in 
362         base/text[SELECTED] instead of fg/bg[SELECTED].
363
364         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
365         code and formatting.
366
367 2001-12-03  Havoc Pennington  <hp@pobox.com>
368
369         * gtk/gtktextview.c (set_window_height): 
370         (set_window_width): Hmm, setter functions normally assign the new
371         value to the object field. Reported by Chris Phelps.
372
373 2001-11-30  jacob berkman  <jacob@ximian.com>
374
375         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
376         signal id to 0 after we disconnect from it
377
378 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
379
380         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
381         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
382         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
383         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
384
385         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
386         GTK_DISABLE_DEPRECATED.
387
388         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
389         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
390
391 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
392
393         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
394         move/resize code, removing various bad, non-functional
395         hacks. (Fixes #65048, reported by Damon Chaplin.)
396
397 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
398
399         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
400         bad match error when target drawable is not the 
401         same depth as the root window. (#65841)
402
403         * HACKING: Update.
404
405 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
406
407         * gdk/gdkwindow.c: Typo fix.
408
409 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
410
411         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
412         empty menu items to behave like insensitive items (#59456)
413
414         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
415         next item if the first item in the menu is a tear off item
416         (#59456-2, suggestion by Matthias Clasen)
417
418         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
419         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
420         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
421         (gtk_real_menu_shell_activate_current): add check, so empty
422         menu items behave like insensitive items (#59456)
423         
424         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
425         the checks more readable ...
426         
427         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
428         (gtk_menu_shell_button_release): causes the menu to dropdown if the
429         caption is clicked again (#64977)
430
431 2001-11-29  Havoc Pennington  <hp@redhat.com>
432
433         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
434         assertion here that we were at the end iterator was not correct;
435         change code to move us to the end iterator. bug #65731
436
437 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
438
439         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
440         improper use of g_locale_to_utf8() to convert from
441         latin-1, and do it the easy way by building the string
442         correctly in the first place.
443
444 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
445
446         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
447         Convert atoms to and from atoms for properties of type XA_ATOM.
448         (#65555, patch from Hidetoshi Tajima)
449
450 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
451
452         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
453         to avoid problems with Objective C.
454
455 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
456         
457         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
458
459         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
460         Fix docs. (#65505)
461
462         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
463
464 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
465
466         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
467         accounting of menu->tearoff_scrollbar width to here
468         and make sure we have the correct requisition.
469
470         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
471         by using gtk_window_move().
472
473         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
474         the requisition to be updated by calling
475         gtk_widget_size_request() (#65440)
476
477         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
478         queue resize before calling gtk_menu_set_tearoff_state().
479
480 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
481
482         * demos/gtk-demo/editable_cells.c: fix typo
483
484         * demos/gtk-demo/list_store.c (add_columns): remove call to
485         gtk_tree_view_column_set_clickable which didn't make sense
486
487 2001-11-28  Havoc Pennington  <hp@redhat.com>
488
489         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
490         explaining the validation error in front of the G_BREAKPOINT
491
492         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
493         process updates with include_children = FALSE instead of TRUE, so
494         we redraw the range only, not the whole darn window.  Making
495         GtkRange a NO_WINDOW widget had weirdly caused the text widget
496         Trace/breakpoint trap bug to become much easier to trigger.
497
498 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
499
500         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
501         to gdkcursors.h.
502
503 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
504
505         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
506
507         * gdk/gdkcursor.h: Directly include the contents
508         of gdkcursors.h in the GdkCursorType enum.
509
510         * gdk/gdkcursors.h: Deleted.
511
512         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
513         header boilerplate.
514
515         * gdk/Makefile.am: Remove the X-derived-headers rule.
516
517 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
518
519         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
520         Notify on the ::active property _here_, not in
521         gtk_check_menu_item_set_active.
522
523 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
524
525         * gtk/gtkcellrendererpixbuf.c
526         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
527         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
528
529 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
530
531         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
532         comment about what is going on in this file.
533
534         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
535         x/y problem.
536
537 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
538
539         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
540         Calculate size based on the _child_ of the menu item,
541         not the menuitem. (#65005, Damon Chaplin)
542
543         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
544         some extra vertical padding to the label widget ... restores
545         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
546
547 2001-11-26  Tor Lillqvist  <tml@iki.fi>
548
549         * demos/pixbuf-demo.c
550         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
551
552         * demos/gtk-demo/main.c (read_line): No flockfile() or
553         getc_unlocked() on Win32.
554
555 2001-11-25  Tor Lillqvist  <tml@iki.fi>
556
557         * configure.in
558         * acconfig.h: As we now use GDir, no need to check for dirent.h.
559
560 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
561
562         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
563         when finished (#65266)
564
565 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
566
567         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
568         data after we set the property. (#65264)
569
570 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
571
572         * gtk/gtkbutton.c: add destroy method so label_text gets freed
573         if it has been allocated (#65268)
574
575 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
576
577         * gdk/linux-fb/gdkdrawable-fb2.c
578         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
579
580         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
581
582         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
583         set_family
584         
585         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
586
587 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
588
589         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
590         deactivate menu when menu_item isn't sensitive (#61389)
591
592 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
593
594         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
595         we return (in case of a failure here)
596
597 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
598
599         * gtk/gtknotebook.c: Handle events in windows other
600         than widget->event_window properly. (#65079, reported
601         by Damon Chaplin)
602
603         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
604
605 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
606
607         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
608         the image at the top. (#65020, request from Seth Nickell)
609
610 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
611
612         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
613         arithmetic that was resulting in rows being drawn too low.
614         (#65001, reported by Damon Chaplin)
615
616 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
617
618         * gtk/gtkrange.c (gtk_range_button_press): Offset 
619         invalidated range correctly.
620
621         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
622         of title window. (#65001, reported by Damon Chaplin)
623
624         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
625         horrible hack with use of ::event_after.
626
627 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
628
629         * Version 1.3.11
630
631         * configure.in (ATK_REQUIRED_VERSION): Require
632         GLib-1.3.11, Pango-0.22, ATK-0.7.
633
634         * tests/prop-editor.c (property_widget): Restore
635         to working as well as it did before.
636
637         * gtk/gtklistitem.h: Mark deprecated since it is
638         an integral part of GtkList.
639
640         * demos/gtk-demo/demo-common.h: New header file,
641         for a common functions not important to the meat
642         of the demos.
643         
644         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
645         function to search for a file used by the demo.
646
647         * demos/*.c: Use demo_find_file.
648
649 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
650
651         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
652         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
653         fixes already mentioned in ChangeLog entry on 2001-11-14.
654
655         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
656
657 2001-11-23  Hans Breuer  <hans@breuer.org>
658
659         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
660         reflect Pango API change
661
662         * gtk/gtk.def : updated externals
663
664         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
665         g_return_val_if_fail() to avoid 'function must return a value'
666
667         * gtk/gtkrc.c : added spaces to fix small coding style issues
668         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
669         'static correctness'
670
671         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
672         because they only can be build on win32 after applying my patch
673
674 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
675
676         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
677         children, in order for the input pnly window to stay *above*
678         children.
679
680 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
681
682         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
683         type walks againts G_TYPE_FUNDAMENTAL_MAX.
684         
685         * tests/prop-editor.c: disable type hackery.
686
687 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
688
689         * gdk/gdkimage.c (gdk_image_get): Fix problem with
690         lost parameter.
691
692 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
693
694         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
695         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
696         trailing commas in enum declarations.
697
698 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
699
700         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
701         interface, binary age 0.
702
703         * NEWS: Updates
704
705         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
706         fixes in docs.
707
708         * gtk/gtkmain.h: Remove unused and misnamespaced
709         get_gtk_win32_directory() prototype.
710
711         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
712         to match header.
713
714         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
715         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
716         to match docs.
717
718         * gdk/gdkevents.c (gdk_event_get_coords)
719           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
720           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
721         Fix parameter names in docs.
722         
723         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
724         (#64961, Akira Tagoh)
725
726 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
727
728         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
729
730         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
731
732         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
733
734         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
735         back to gtk_accel_groups_from_object(), change @acceleratable
736         parameter to gtk_accel_groups_activate() accordingly.
737
738         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
739         left-over comment about quark return.
740
741         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
742
743         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
744         (Patch from Matt Wilson)
745
746         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
747         object is finalized.
748
749 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
750
751         * applied patch from owen to get rid of accel map notifiers.
752         changed things to fix reentrancy and API as discussed on gtk-devel.
753
754         * gtk/gtkaccelgroup.[hc]:
755         (gtk_accel_group_finalize): unregister this accel group from all
756         accel map paths.
757         (accel_closure_invalidate): handle invalidation of closures by
758         disconnecting their accelerators.
759         (quick_accel_add): move closure connection and changed notification
760         into this function to reduce code duplication. don't emit change
761         notification on closurers without accelerators.
762         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
763         for a GtkAccelGroupEntry.
764         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
765         (gtk_accel_group_connect_by_path): new function to add accelerators
766         with an accel path.
767         (gtk_accel_group_disconnect_closure): new function, disconnect a
768         closure from of an accel group.
769         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
770         accel_mods pair and remove them.
771         (_gtk_accel_group_reconnect): new function that basically does
772         gtk_accel_group_disconnect_closure() and
773         gtk_accel_group_connect_by_path() once an accel path changed.
774         (gtk_accel_groups_disconnect_closure): remove this, there's
775         gtk_accel_group_disconnect_closure().
776         
777         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
778         nuke notifiers.
779         (_gtk_accel_path_is_valid): make this non-static for
780         gtkwidget.c and gtkaccelgroup.c assertions.
781         (gtk_accel_map_add_notifer): removed this function.
782         (gtk_accel_map_remove_notifer): same.
783         (_gtk_accel_map_add_group):
784         (_gtk_accel_map_remove_group): (un-)register accel groups, with
785         accel paths for correct propagation.
786         (gtk_accel_map_add_entry): return void.
787         (gtk_accel_map_lookup): return gboolean instead of GQuark.
788         
789         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
790         set accel_path on widgets.
791         
792         * gtk/gtkwidget.[hc]:
793         (accel_path_changed): got rid of this, changes are handled by
794         accel maps internally now.
795         (_gtk_widget_set_accel_path): get things to work without notifiers.
796         (gtk_widget_list_accel_closures): list accel closures of a widget.
797         
798         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
799
800 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
801
802         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
803
804 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
805
806         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
807         replace gboolean free_last in the function parameters with
808         gint depth. Changes to reflect new situation.
809
810         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
811         replace gboolean free_last, with gint depth, add gint current_depth.
812         Changes to reflect new situation.
813
814         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
815         to reflect new situation
816
817         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
818
819 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
820
821         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
822         where notebook gap was double shifted by allocation.x/y
823
824         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
825         to unmap children.
826
827 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
828
829         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
830         allocation to be relative to paned->allocation, now
831         that this is a NO_WINDOW widget.
832         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
833
834         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
835         needs to be a boxed property.
836
837 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
838
839         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
840         Use the widget's state when drawing the indicator, as
841         in GtkCheckButton. This gives us color changes for
842         un-prelighted checkbuttons. (#63308, Matt Wilson)
843
844 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
845
846         (Fixes related to #64428, Michael Meeks)
847
848         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
849         widget, so it gets mapped again properly when we
850         add to a parent.
851
852         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
853         plug->socket_window. 
854
855         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
856         socket_window to NULL, not FALSE.
857
858         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
859         socket->same_app to TRUE. (#64612)
860
861 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
862
863         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
864         gtk_fixed_set/get_has_window() to remove criticism
865         about GTK_WIDGET_SET_FLAGS() hacks.
866
867 2001-11-19  Michael Natterer  <mitch@gimp.org>
868
869         * gtk/gtknotebook.c: show notebook->event_window with
870         gdk_window_show_unraised(), so it doesn't catch the events which
871         should go to the tab widgets first.
872
873 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
874
875         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
876         "resizable" property, to get rid of the
877         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
878         (gtk_tree_view_column_set_resizable): New function to set resizable.
879         (gtk_tree_view_column_set_resizable): getter.
880
881         * tests/testtreecolumns.c (add_clicked): modify for above change.
882
883         * Makefile.am (install-data-hook): remove old .pc files before
884         installing the new one.  We used to symlink this, and it will
885         break old installs.
886
887 2001-11-19  Havoc Pennington  <hp@pobox.com>
888
889         * tests/testtext.c (fill_example_buffer): put in a test for
890         negative indentation values
891
892 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
893
894         * gtk/gtklabel.c (gtk_label_init): Change default for
895         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
896         labels are most often wrapped labels, this gives better
897         compatibility with GTK+-1.2, where justification was
898         ignored for wrapped labesl and is a more sensible
899         default in any case. (#64489)
900
901         * gtk/gtklabel.c (gtk_label_class_init): Fix default
902         for wrap property to FALSE.
903
904 2001-11-19  jacob berkman  <jacob@ximian.com>
905
906         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
907
908 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
909
910         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
911         RevertToParent, not RevertToNone. (#64613, 
912         Matthias Clasen)
913
914 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
915
916         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
917         and label_yalign need to be float properties to
918         correspond to GTK+-1.2, to gtk_frame_set_label_align,
919         and to the types of the xalign and yalign properties of GtkMisc.
920         (#63484, Vitaly Tishkov)
921
922 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
923
924         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
925         of plug_added vfunc. (#64408, Jeff Franks)
926
927 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
928
929         * configure.in (deps): Undef HAVE_STDLIB_H before
930         checking for jpeg, because jconfig.h has this
931         in it too (%#$@!). Fix from Matthias Clasen, #64500.
932
933 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
934
935         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
936         memory leak when retrieving atom names. (Michael Meeks,
937         #64508)
938
939 2001-11-18  Alex Larsson  <alexl@redhat.com>
940
941         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
942         Update to new Pango API.
943         
944 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
945
946         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
947         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
948         GTK_OBJECT_DESTROYED() check macro.
949
950         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
951         instances of GTK_OBJECT_DESTROYED() that weren't
952         needed any more.
953
954         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
955         for a connection to ::destroy.
956
957 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
958
959         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
960         have been since the beginning, but as special hack,
961         allow clearing the NO_WINDOW flag to get a window widget.
962
963 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
964
965         * gtk/gtktreestore.c: return TRUE when value changed, so
966         row_changed is being emitted
967
968 2001-11-18  Hans Breuer  <hans@breuer.org>
969
970         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
971         no label without op, even if it's a no-op.
972
973         * gtk/gtk.def :
974         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
975
976         * config.h.win32.in : remove definition of HAVE_DIRENT_H
977         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
978         required anymore, replace it.
979         * gtk/queryimmodules.c : DIR -> GDir replacement, also
980         getcwd() -> g_get_current_dir()
981
982         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
983         Even 'noisy laugh' scolling appears to work, though I still can't
984         claim to have fully understood what it is supposed to do ...
985
986 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
987
988         * gtk/gtkenums.h: Include glib-object.h instead of
989         gobject/gsignal.h
990
991         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
992           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
993         argument to the window_at_pointer() field of
994         GdkPointerHooks. (Patch from Erwann Chenede)
995
996         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
997         to 6 pointers.
998
999 2001-11-17  Matt Wilson  <msw@redhat.com>
1000
1001         * gtk/gtkenums.h: must include glib-object.h only
1002
1003 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
1004
1005         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
1006         key bindings in order of visibility - mnemonics, then 
1007         accelerators, then send key to the focus widget, then
1008         bindings on the GtkWindow.
1009
1010         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
1011         Removed the xoffset, yoffset fields of GtkLayout which were
1012         identically zero for compat with 1.2, but were no longer 
1013         compatible with all uses of these fields in 1.2.
1014
1015         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
1016         unused variable.
1017
1018 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
1019
1020         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
1021         We no longer need to create the signals here ... they
1022         come from the interface.
1023
1024         * gtk/maketypes.awk: Use GType, not GtkType in output.
1025
1026         * gtk/gtktypeutils.h: Mark virtually all of this
1027         file deprecated.
1028
1029         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
1030         the only use of this function is the GtkArg using
1031         GtkCallbackMarshal, since destroy notification is
1032         silly here.
1033
1034 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
1035
1036         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
1037         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
1038         only for compatibility with GTK+-1.2; and deprecate it; 
1039         put all marshalers we actually use into gtkmarshalers.list 
1040         and use the _gtk_marshal_ prefix for these marshalers.
1041
1042 2001-11-17  Murray Cumming  <murrayc@usa.net>
1043
1044         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
1045         The first parameters of the signals are now registered as
1046         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
1047         
1048 2001-11-17  Tor Lillqvist  <tml@iki.fi>
1049
1050         * gtk-zip.sh.in: Build separate runtime and developer
1051         packages.
1052
1053         * gtk/gtk.def: Reflect recent accelerator-related changes.
1054
1055 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
1056
1057         * gtk/gtkwindow.c (gtk_window_set_default): Move 
1058         notification of "has_default" to here, so it
1059         is safe to call gtk_window_set_default() instead
1060         of gtk_widget_grab_default().
1061
1062         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
1063         gtk_widget_grab_focus(), which then calls 
1064         _gtk_widget_internal_set_focus(). This makes 
1065         gtk_window_set_focus() a safe way of both setting
1066         and unsetting the focus widget.
1067
1068         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
1069         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
1070         to find the toplevel.
1071
1072         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
1073         from the "internal functions" section.
1074
1075 2001-11-16  jacob berkman  <jacob@ximian.com>
1076
1077         * tests/testgtk.c (create_radio_buttons): add some no-indicator
1078         radio buttons
1079
1080         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
1081         initially active, also initially be depressed
1082         (gtk_radio_button_clicked): also update our depressed state
1083
1084 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
1085
1086         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
1087         key press events not just to focus/window but also to
1088         intermediate widgets.
1089
1090         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
1091         to switch pages. (Needs some work on handling focus
1092         when switching pages.)
1093
1094 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
1095
1096         * gtk/gtknotebook.c: Fix child allocations to be relative to 
1097         widget position and some drawing bugs.
1098
1099         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
1100         with reading uninitialized variable.
1101
1102 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
1103
1104         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
1105         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
1106         NO_WINDOW widgets.
1107
1108         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
1109         cleanup.
1110
1111         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
1112         we are drawing in a window when drawing the paned handle.
1113
1114 2001-11-16  Sven Neumann  <sven@gimp.org>
1115
1116         * demos/gtk-demo/appwindow.c
1117         * demos/gtk-demo/menus.c: reduce compiler warnings
1118
1119 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
1120
1121         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
1122         unused callback to make things compile with 
1123         gtk_tree_view_path_at_pos_change().
1124
1125 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
1126
1127         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
1128
1129 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
1130
1131         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
1132  
1133 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
1134
1135         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
1136         to get a GdkWindow to compare event->window to.
1137
1138         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
1139         the signal for lateral motion too, #64361
1140
1141         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
1142         arg as it is useless, #64137
1143
1144 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
1145
1146         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
1147
1148 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
1149  
1150         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
1151         gdk_window_invalidate_maybe_recurse() for recursion.
1152         (Soeren Sandmann)
1153
1154         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
1155  
1156         * gtk/gtkcontainer.c (gtk_container_expose): Call
1157         gtk_container_forall() not _foreach() to propagate,
1158         since we need to propagate exposes to internal children
1159         as well.
1160
1161         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
1162         Remove the restriction of only being able to call these
1163         on window widgets, since we have lots of NO_WINDOW widgets
1164         with windows now; for add events, recurse over the children
1165         of widget->window to find one owned by the widget.
1166
1167         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
1168         window to catch events.
1169
1170         * gtk/gtktogglebutton.[ch]: Remove the code for switching
1171         between NO_WINDOW and WINDOW widgets based on the mode.
1172
1173         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
1174         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
1175
1176         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
1177
1178         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
1179         change for range.
1180
1181         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
1182  
1183         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
1184
1185 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
1186
1187         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
1188         "message_type" and "buttons" CONSTRUCT properties. (#64069)
1189
1190         * tests/testsocket.c: Expand tests to add a "local passive
1191         child" (Test case for #64428)
1192
1193 2001-11-14  jacob berkman  <jacob@ximian.com>
1194
1195         * gtk/gtkgamma.c (button_clicked_callback): create the label with
1196         a mnemonic
1197
1198 2001-11-15  Sven Neumann  <sven@gimp.org>
1199
1200         * tests/testgtk.c: make it compile without warnings.
1201
1202 2001-11-14  Alex Larsson  <alexl@redhat.com>
1203
1204         * gtk/gtklabel.c:
1205         Don't recalculate the layout on each gkt_label_ensure_layout () for
1206         wrapped labels.
1207
1208 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
1209
1210         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
1211         the currently selected column when we get the column, #64380
1212
1213         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
1214         to cancel CellRendererText editting, #63613
1215
1216         * gtk/gtkcellrenderertext.c: ditto
1217
1218         * gtk/gtkcellrenderertext.h: formatting changes
1219
1220 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
1221
1222         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
1223
1224         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
1225
1226         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
1227
1228         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
1229
1230         * gtk/gtklabel.c: Documentation fixes (#64452)
1231
1232 2001-11-14  Daniel Egger  <degger@fhm.edu>
1233
1234         * gdk-pixbuf/io-xpm.c: 
1235         (xpm_skip_whitespaces): Remove unused static function.
1236         (xpm_skip_string): Dito.        
1237         (xpm_extract_color): Declare const variable const to avoid warnings. 
1238
1239         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
1240         
1241         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
1242         
1243         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
1244         a long.
1245
1246 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
1247
1248         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
1249         out accidental commit of debugging timing code.
1250
1251 2001-11-14  Havoc Pennington  <hp@redhat.com>
1252
1253         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
1254         it doesn't move to a new line each time you press it
1255
1256         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
1257         return value, #62987
1258
1259 2001-11-14  Havoc Pennington  <hp@redhat.com>
1260
1261         * tests/testtextbuffer.c (main): bulk of the tests were commented
1262         out, oops.
1263
1264         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
1265         function work, should resolve #63426
1266         (gtk_text_iter_ends_line): return TRUE for the end iterator
1267
1268         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
1269         a couple things that might get cached in here.
1270
1271 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
1272
1273         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
1274         "model" construct property for language bindings.
1275
1276         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
1277         function to let you set the column types of a GtkTreeStore for
1278         language bindings.
1279
1280         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
1281
1282 2001-11-13  Havoc Pennington  <hp@redhat.com>
1283
1284         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
1285         including reference to bugzilla bug about how we should have 
1286         a better way of positioning children
1287
1288         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
1289
1290         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
1291         size to side rects if they don't exist, #63438
1292
1293 2001-11-13  Havoc Pennington  <hp@redhat.com>
1294
1295         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
1296         properly replace selection with Return or Tab
1297
1298         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
1299         that didn't locate the end of the line correctly, should fix #63800
1300
1301 2001-11-13  Havoc Pennington  <hp@redhat.com>
1302
1303         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
1304         to requisition, request non-anchored children
1305         (gtk_text_view_size_allocate): handle border width, allocate
1306         non-anchored children
1307         (text_view_child_new_window): set the child as object data
1308         (gtk_text_view_move_child): allow children at negative
1309         coordinates, no reason why not
1310         (gtk_text_view_forall): make it copy the list of children before
1311         walking it, to avoid reentrancy issues  
1312         (gtk_text_view_move_child): short-circuit if position is unchanged
1313         (changed_handler): only queue_resize if requisition has changed
1314         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
1315         a better job of invalidation ourselves
1316
1317         * tests/testtext.c: add tests for the fixed-position children
1318
1319 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
1320
1321         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
1322         with gdk threads macro.
1323
1324 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
1325
1326         * gtk/maketypes.awk: fix type utils generation on unix.
1327
1328         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
1329         registry.
1330
1331         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
1332         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
1333         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
1334         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
1335         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
1336         introduced ::accel_changed signal for change notification, and
1337         gtk_accel_group_connect/disconnect to connect closures to accel groups.
1338         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
1339         functions.
1340         deprecated gtk_accel_group_ref/unref.
1341
1342         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
1343         to accel group changed notification and basically operate on closures.
1344         removed gtk_accel_label_get_accel_object and
1345         gtk_accel_label_set_accel_object.
1346         introduced gtk_accel_label_set_accel_closure, and for convenience,
1347         gtk_accel_label_set_accel_widget.
1348
1349         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
1350         which mostly moved into gtkaccelmap.[hc].
1351         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
1352         and gtk_item_factory_print_func.
1353
1354         * gtk/gtkmain.c: call _gtk_accel_map_init().
1355
1356         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
1357         that associates an accelerator path with menu items, through which
1358         persistent accelerator settings on menu items are enabled.
1359
1360         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
1361         paths of menu item can be default constructed to allow installation
1362         of accelerators on menu items that don't come with an accelerator
1363         binding by default.
1364
1365         * gtk/gtksettings.c: fix STRING type rc settings by special casing
1366         them appropriately in the parser.
1367
1368         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
1369         gtk_signal_newv().
1370
1371         * gtk/gtkwidget.[hc]: accelerator API revamp.
1372         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
1373         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
1374         gtk_widget_(un)lock_accelerators.
1375         accelerators maintained through gtk_widget_add/remove_accelerator()
1376         are not runtime changable now, the correct sequence to setup a
1377         widget for runtime changable accelerators is now:
1378           gtk_accel_map_add_entry(accel_path, key, mods);
1379           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
1380
1381         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
1382         group changes (as well as mnemonic changes) through the new signal
1383         ::accels_changed.
1384
1385 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
1386
1387         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
1388         GString->string conversions.
1389
1390 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
1391
1392         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
1393         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
1394
1395 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
1396
1397         * gtk/gtktreeview.c: Documentation fixes. (#64377)
1398         
1399         * gtk/gtktreestore.c: Documentation fixes. (#64376)
1400
1401 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
1402
1403         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
1404         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
1405         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
1406         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
1407
1408 2001-11-10  Hans Breuer  <hans@breuer.org>
1409
1410         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
1411         we know what we are talking about when asked for MINMAXINFO.
1412         Also some cleaning for !HAVE_DIMM_H etc.
1413
1414 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
1415
1416         * gtk/gtktreeviewcolumn.c: Fix docs for 
1417         gtk_tree_view_column_set_sort_order. (#62647)
1418         
1419         * gtk/gtkcontainer.c: Fix docs for 
1420         gtk_container_set_border_width. (#64139)
1421
1422         * gtk/gtkcolorsel.c: Documentation fixes.
1423
1424 2001-11-10  Hans Breuer  <hans@breuer.org>
1425
1426         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
1427         don't have strcasecmp()
1428
1429         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
1430         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
1431         code duplication wrap it in its own function and use it in 
1432         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
1433
1434         * gdk/win32/gdkdrawable-win32.c : implement the finalize
1435         method like the X11 version does, allow to set_colormap NULL
1436         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
1437         set_colormap, also some adaption to X11 version :
1438         (gdk_window_hide) call _gdk_window_clear_update_area
1439         (gdk_window_reparent) call _gdk_window_init_position
1440
1441         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
1442         call gdk_window_resize() after all hints are set, because the
1443         window resizing process (WM_GETMINMAXINFO) takes all of them into 
1444         account
1445
1446         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
1447
1448         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
1449         sizeof (GdkVisualPrivate)
1450
1451         * gdk/gdk.def gtk/gtk.def : upated externals
1452
1453         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
1454           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
1455         from now on use make.msc from $(TOP)/glib/build/win32
1456
1457         * gtk/stock-icons/makefile.msc : add stock_missing_image
1458
1459 2001-11-08  Tor Lillqvist  <tml@iki.fi>
1460
1461         * README.win32: Add headers. Add section about ActiveIMM.
1462
1463         * configure.in: Add --with-ie55 flag to specify the location of
1464         the "IE55 libs and headers" package downloadable from Microsoft,
1465         which contains, among other things, the Active IMM header dimm.h
1466         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
1467         Require GLib 1.3.10.
1468         
1469         * config.h.win32.in: New version, produced by merging two
1470         configure-generated ones (for gcc and MSVC). Hopefully #defines
1471         the same flags that the previous, hand-written one, did.
1472
1473         * gdk/Makefile.am
1474         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
1475
1476         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
1477         stuff. Remove unused GdkIOClosure.
1478
1479         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
1480         available).
1481
1482         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
1483         for uuid.lib. (Does it really have to be this hard to use an
1484         existing library with libtool? Probably I am missing something.)
1485
1486 2001-11-08  Darin Adler  <darin@bentspoon.com>
1487
1488         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
1489         typo where it says LEFT instead of CENTER.
1490
1491 2001-11-07  Darin Adler  <darin@bentspoon.com>
1492
1493         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
1494         (gtk_dialog_set_default_response): Add g_return_if_fail.
1495
1496 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
1497
1498         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
1499         Add row_draggable() vfunc, and wrapper function.
1500
1501         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
1502         row_drop_possible take a GtkSelectionData, rather than
1503         model/row pair.
1504
1505         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
1506         new DND interfaces.
1507
1508         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
1509         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
1510         and rename them to enable_model_drag_source/dest.
1511
1512         * gtk/treeviewcolumn.c: Add DND of columns between rows.
1513         Still can't drop _to_ the left tree, but other places
1514         work.
1515
1516         * gtk/gtktreeview.c (unset_reorderable): Unset the
1517         reorderable property if unset/enable_model_drag_source/dest
1518         are called manually.
1519
1520         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
1521         Correct for change in depth count handling.
1522
1523         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
1524         Pass in a expose area to gtk_tree_view_column_cell_render()
1525
1526 2001-11-06  Havoc Pennington  <hp@redhat.com>
1527
1528         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
1529
1530 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
1531
1532         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
1533
1534 2001-11-05  Havoc Pennington  <hp@redhat.com>
1535
1536         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
1537         widgets in here
1538         (gtk_text_view_realize): set parent window of child widgets
1539         (gtk_text_view_size_request): use child req to decide whether
1540         to invalidate layout, not widget->requisition
1541
1542         * gtk/gtktextdisplay.c (render_layout_line): set
1543         shaped_width_pixels for NULL shape objects, so that we properly
1544         draw the "missing pixbuf/widget" thing
1545         (render_layout_line): don't draw the widget here
1546         (gtk_text_layout_draw): pass out a list of widgets that need exposing
1547
1548         * demos/gtk-demo/textview.c (insert_text): add demo of child
1549         widgets
1550
1551         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
1552
1553         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
1554
1555         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
1556         scroll offsets
1557         (gtk_text_view_value_changed): poke new X and Y into child allocations
1558
1559 2001-11-06  Tor Lillqvist  <tml@iki.fi>
1560
1561         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
1562         -specific directory on Windows, too (#63759).
1563
1564 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
1565
1566         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
1567         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
1568         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
1569         directly to Picture objects instead of using XftDraw.
1570         This fixes the problem where we weren't able to 
1571         properly destroy XftDraw objects before destroying
1572         the accompanying windows, and probably improves
1573         efficiency a bit too. (#50214)
1574
1575 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
1576
1577         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
1578         Clamp max window width/height to 32767, not 32768 since
1579         we have to be able to deal with a dx/y of -32768 without
1580         getting a width of 65536 when guffaw scrolling.
1581
1582         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
1583         for the guffaw scrolling case, fixing some problems with
1584         copy-area case as well. Fix BadValue bug with moving windows
1585         by large amounts.
1586
1587         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
1588         clip in window structue before calling gdk_window_invalidate_region
1589         since that trims new invalidations to the window's visible
1590         region.
1591
1592         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
1593         Really set the static window gravity on the children, not
1594         repeatedly on the window.
1595
1596         * gtk/testgtk.c: Add a torture test for big windows and 
1597         gdk_window_scroll().
1598
1599 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
1600
1601         * acconfig.h configure.in: sigsetjmp is macroized in some places,
1602         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
1603
1604 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
1605
1606         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
1607         in terms of pango_color_parse().
1608
1609         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
1610         gdk_color_parse() implementations.
1611
1612 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
1613
1614         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
1615         queue_resize_on_group with both the old and new mode, not
1616         just the new mode. (#60171, Nicolas Setton). Also, notify
1617         the "mode" property.
1618         
1619 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
1620
1621         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
1622         for use in "shallow invalidation" of a widget. (Windows belonging
1623         to the widget, but not to the widget's children)
1624
1625         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
1626         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
1627         up on ancestors up to the resize container on queue_resize. Size
1628         requests only actually take place if GTK_REQUEST_NEEDED, size
1629         allocations only take place if GTK_ALLOC_NEEDED or the size
1630         changed.
1631
1632         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
1633         container->resize_widgets and the RESIZE_NEEDED flag since the
1634         above flags are sufficient to figure out what needs to be
1635         resized/reallocated. Remove code manipulating
1636         container->resize_widget.
1637
1638         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
1639         allows widgets to turn off being automatically invalidated is when
1640         they are resized.
1641
1642         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
1643         a widget is resized or moved is "shallow" as described above -
1644         only the windows that need to be invalidated are invalidated.
1645
1646         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
1647         Make these widget's init functions call 
1648         gtk_widget_set_redraw_on_allocate(widget,FALSE).
1649
1650         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
1651         _gtk_container_queue_resize(), since we don't want
1652         redrawing. (Probably could be done for other 
1653         calls to gtk_widget_queue_resize() in gtkwindow.c,
1654         but this is the most important one.)
1655
1656         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
1657         gtk_widget_queue_draw() - size_allocate() handles
1658         that as appropriate.
1659
1660         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
1661         of queue_clear() to avoid invalidating children.
1662
1663 2001-11-04  jacob berkman  <jacob@ximian.com>
1664
1665         * gtk/gtkmain.c (find_module): don't free the module name until
1666         after we load the module
1667
1668 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
1669  
1670         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
1671         derivation instead of boxed derivation.
1672  
1673         * gtk/gtkmarshal.list: Remove some now unused marshallers.
1674  
1675 2001-11-04  Tor Lillqvist  <tml@iki.fi>
1676
1677         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
1678         include yesterday, without really thinking), as that defeats the
1679         working of correct_libdir_prefix() (it becomes a no-op.). Add
1680         comment mentioning that. Thanks to Hans Breuer for noticing.
1681         
1682 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
1683
1684         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
1685         signal argument (was GtkWidget*).
1686
1687         * gtk/gtkwindow.c (gtk_window_frame_event),
1688           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
1689         Fixed argument types as above, removed GTK_WINDOW casts and
1690         added some GTK_WIDGET casts instead.
1691
1692 2001-11-03  Hans Breuer  <hans@breuer.org>
1693
1694         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
1695         finalize to parent class to get removed from the toplevel_list.
1696         Should fix 'random' crashes of #63474.
1697
1698         * gtk/gtktreemodelsort.c : chain finalize() to parent class
1699
1700 2001-11-03  Tor Lillqvist  <tml@iki.fi>
1701
1702         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
1703         for .dll or .so as appropriate as module suffix.
1704
1705         * gtk-zip.sh.in: Use correct import library names.
1706
1707         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
1708
1709         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
1710         Windows to turn build-time paths from a gtk.immodules distributed
1711         as part of a binary package into runtime ones in the
1712         end-user-chosen installation directory.
1713         (gtk_im_module_init): Use it for module path and domain
1714         directory.
1715
1716 2001-11-02  Tor Lillqvist  <tml@iki.fi>
1717
1718         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
1719         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
1720         Windows.
1721
1722 2001-10-30  Tor Lillqvist  <tml@iki.fi>
1723
1724         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
1725         files. Configure on Win32 (running on Cygwin) thinks symlinks
1726         exist, but pkg-config is not necesarily a Cygwin program, and
1727         doesn't understand them.
1728
1729 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
1730
1731         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
1732         a bit.  I don't think it's completely correct yet, but it's
1733         getting there.
1734
1735 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
1736
1737         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
1738         random + 5 for width and height. If people want padding,
1739         they should add padding. (Note the +5 isn't padding
1740         that will always appear - it just appears in the case
1741         where the widget is allocated it's requisition.)
1742         (#51018, Janet Davis)
1743
1744 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
1745
1746         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
1747         the structure for future expansion.
1748
1749 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
1750
1751         Patch from HideToshi Tajima (#51922)
1752         
1753         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
1754
1755         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
1756         set_use_preedit().
1757         
1758         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
1759         to destroy the input context because we change the
1760         client window or use_preedit, make sure we empty
1761         the preedit string.
1762
1763 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
1764
1765         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
1766         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
1767         proposed ordering of buttons with [OK] in the lower
1768         right hand corner. Patch from Gregory Merchan,
1769         #56331.
1770
1771 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
1772
1773         * gtk/gtklabel.c (gtk_label_select_region_index): remove
1774         extraneous gtk_label_clear_layout (label)
1775
1776 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1777
1778         * tests/makefile.msc, gtk/makefile.msc.in: Removed
1779         -DGTK_DISABLE_COMPAT_H.
1780
1781         * docs/Changes-2.0.txt:
1782         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
1783
1784         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
1785
1786 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
1787
1788         * examples/**/Makefile.am: Convert to use pkg-config
1789         rather than gtk-config. (#53375, Skip Montanaro)
1790
1791 2001-11-02  Matt Wilson  <msw@redhat.com>
1792
1793         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
1794         broken unused, non-compiling, static function.
1795
1796 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
1797
1798         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
1799         Iterate through children of the action area, not of
1800         the vbox. (#58278, Sergey Kuzminov)
1801
1802 2001-11-01  Havoc Pennington  <hp@pobox.com>
1803
1804         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
1805         order to remove a workaround in Nautilus that forced
1806         GTK_ENABLE_BROKEN
1807
1808         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
1809
1810 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
1811
1812         * gtk/gtkrange.c: Patch from George Lebl to 
1813         fix division by zero for full scroll bars. (#62114)
1814
1815 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
1816
1817         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
1818         around gtk_widget_event() if we are going to
1819         set a flag afterwards. (#63464)
1820
1821 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
1822
1823         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
1824         Actually add the missing/broken image icon as the
1825         image for the "missing image" stock icon.
1826
1827 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
1828
1829         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
1830         Set a reasonable default height for the window.
1831
1832         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
1833         bug where subsequent '-' weren't converted to '_'.
1834         (#59550, Matthias Clasen)
1835
1836         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
1837         justify the Help menu - just include a comment on
1838         how to do it. (#63539,  Marius Andreiana)
1839
1840         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
1841         list GTK_ICON_SIZE_INVALID.
1842
1843         * demos/gtk-demo/stock_browser.c: Show the biggest available
1844         size, not a fixed size. (Often reported, including #63539, 
1845         Marius Andreiana)
1846
1847 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
1848
1849         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
1850         #59583
1851
1852         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
1853         warning.
1854
1855 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
1856
1857         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
1858         (Daniel Elstner).
1859
1860 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
1861
1862         * gtk/gtkimcontext.[ch]: Add:
1863           - A ::retrieve_surrounding signal that asks the widget for
1864             context around the insertion point.
1865           - A ::delete_surrounding signal that asks the widget to 
1866             delete context aroudn the insertion point.
1867           - gtk_im_context_set_context() for widgets to set context
1868             around the insertion point in response to ::retrieve_context.
1869           - gtk_im_context_get_context() for context to get context
1870             around the insertion point
1871
1872         * gtkmarshal.list: Add BOOL:INT,INT
1873
1874         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
1875         set_surrounding() methods, and the ::retrieve_surrounding /
1876         ::delete_surrounding signals.
1877
1878         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
1879         GtkIMContext::retrieve_surrounding / ::delete_surrounding
1880         signals.
1881
1882 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
1883
1884         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
1885         it's amazing how well things work sometimes, even when they're
1886         completely wrong.
1887
1888         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
1889         where you could try to collapse a node w/o it having children.
1890
1891         (gtk_tree_view_class_init): remove Shift L<->R as they already
1892         existed for expand/collapse.
1893
1894 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
1895
1896         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
1897         found by Matt Wilson.
1898
1899 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
1900
1901         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
1902         Control, and Shift|Control L<->R, #63475
1903
1904 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
1905
1906         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
1907         infinite loop noticed by yosh.
1908
1909 2001-11-01  Michael Meeks  <michael@ximian.com>
1910
1911         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
1912         GTK_REALIZED flag so we don't re-enter when we are
1913         destroyed from the plug side.
1914
1915 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
1916
1917         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
1918         Add a "menu" property and notify on it. (#62798,
1919         Padraig O'Briain)
1920
1921         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
1922         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
1923         Fix set_text to take a gchar, not a guchar, and to have 
1924         a len argument.
1925
1926 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
1927
1928         * gtk/gtkstock.c: fix typo to make it compile
1929
1930 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
1931
1932         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
1933         the widget is insensitive, draw the text insensitively, #63306
1934
1935 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
1936
1937         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
1938
1939 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
1940
1941         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
1942         gtk_selection_data_set_tree_row, #60218
1943         (gtk_tree_get_row_drag_data): rename
1944         gtk_selection_data_get_tree_row, #60218
1945
1946         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
1947         get this right, after the third try, #63122.
1948
1949 2001-10-31  jacob berkman  <jacob@ximian.com>
1950
1951         * gdk/gdkselection.h (GDK_TARGET_STRING): 
1952         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
1953         for Xatoms (and not using the XA_* macros)!
1954
1955 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
1956
1957         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
1958         gtk_window_get_focus() getter to determine the currently
1959         focused widget within the window. (#63145, request
1960         from Damian Ivereigh)
1961
1962 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
1963
1964         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
1965
1966         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
1967         GTK_SELECTION_NONE enum.
1968         (_gtk_tree_selection_internal_select_node): ditto
1969
1970         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
1971         constness.
1972
1973         * gtk/gtkcellrenderertoggle.c: more yummy constness.
1974
1975         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
1976         if mode == GTK_SELECTION_NONE
1977
1978 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
1979
1980         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
1981         "cursor_changed" signal, #62850.
1982
1983 2001-10-31  Matt Wilson  <msw@redhat.com>
1984
1985         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
1986         allocating the treedatalist, zero it to make sure the values are
1987         cleared from any garbage that was in this chunk.
1988
1989 2001-10-31  Murray Cumming  <murrayc@usa.net>
1990
1991         * gtk/cellrenderertext.h: "edited" default signal handler
1992         gchar* args are now const.
1993         gtk/cellrenderertoggle.h: "toggled" default signal handler
1994         gchar* arg is now const.
1995         Also changed other signal handlers for "edited" and "toggled" to
1996         have the same signature.
1997
1998 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
1999
2000         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
2001         rewrite.  Static models now totally work.  I'm not 100% sure about
2002         row_inserted and row_changed, but I'll get those later.
2003
2004 2001-10-30  Sven Neumann  <sven@gimp.org>
2005
2006         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
2007         output for configure --help.
2008
2009 2001-10-30  Havoc Pennington  <hp@pobox.com>
2010
2011         * gtk/gtktextview.c (changed_handler): Update the IM spot location
2012         here, if text was invalidated in the visible area, because the
2013         scroll offset doesn't normally change in that case, and the mark
2014         isn't set, just implicitly moved over as text is added/removed
2015         
2016 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
2017
2018         * gtk/gtkseparatormenuitem.c: Code cleanup.
2019         (gtk_separator_menu_item_class_init): Fix bugs in this code.
2020
2021 2001-10-29  jacob berkman  <jacob@ximian.com>
2022
2023         * gdk/Makefile.am (LDFLAGS): 
2024         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
2025         LDFLAGS, so put win32 flags in here
2026
2027 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
2028
2029         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
2030         I can't believe this took this long to fix.
2031
2032 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
2033
2034         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
2035         reordered signal.
2036
2037 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
2038
2039         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
2040         the focus to the fileop entry for create dir / rename
2041         file. (#62838)
2042
2043 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
2044
2045         * configure.in: Don't use AC_CHECK_FILE to check for a 
2046         file since it always spits warnings about cross compilation,
2047         use -f instead. It's not like we cross compile properly
2048         anyways.
2049
2050         * configure.in (gtktargetlib): Move call to AC_PROG_CC
2051         to suppress autoconf warning.
2052
2053         * acconfig.h: Add some missing #undefs from recent
2054         Win32 additions.
2055
2056 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
2057
2058         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
2059         when we didn't find it. (#62944, Eric Lemings)
2060
2061         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
2062         sign in assignment. (#63209, Arkadiusz Miskiewicz)
2063
2064 2001-10-29  Anders Carlsson  <andersca@gnu.org>
2065
2066         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
2067         the buttons size request before using it. Fixes #61696.
2068
2069 2001-10-29  Tor Lillqvist  <tml@iki.fi>
2070
2071         * README.win32: Updates.
2072
2073         * gtk-zip.sh.in: New file, used to build distribution package for
2074         Windows.
2075
2076         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
2077         applicable with GDKVAR.
2078
2079         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
2080         Wintab library.
2081
2082         * gdk/win32/gdkwin32.h
2083         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
2084         X11 headers better, and to enable gdkwin32.h to be installed and
2085         included from applications, but not the *-win32.h headers.
2086
2087         * gdk/win32/*.c: Corresponding small changes, simplifications of
2088         #includes.
2089         
2090         * gdk/win32/gdkregion-win32.c: Remove.
2091
2092         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
2093
2094         * gdk/win32/gdkfont-win32.c
2095         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
2096
2097         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
2098         GDK_NONE values into hash table.
2099
2100         * gtk/gtk.def: Update.
2101
2102         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
2103         gethostname().
2104
2105         * gtk/gtkmain.c 
2106         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
2107         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
2108         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
2109         g_win32_get_package_installation_subdirectory() with the actual
2110         DLL name saved above. Redefine above directory name macros to call
2111         these functions. Remove some ifdefs.
2112
2113         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
2114         variable for export on Win32) also to the _vars file.
2115
2116         Changes for autoconfiscated build on Win32, and addition of Win32
2117         backend to the related files:
2118         
2119         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
2120         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
2121         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
2122         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
2123         win32 target, using pangowin32. Don't use the
2124         -export-symbols-regex option on Win32, we use .def files to list
2125         exported symbols. Check <winsock.h> (for gethostname() in
2126         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
2127         prevent premature m4 expansion.
2128
2129         * acconfig.h: Add HAVE_WINTAB.
2130
2131         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
2132         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
2133         MS_LIB_AVAILABLE, build MS import library. Install the import
2134         libraries. If HAVE_WINTAB, link with the Wintab library.
2135
2136         * gdk/win32/Makefile.am: Actually enable building the win32
2137         objects here, not just list all files in EXTRA_DIST. Link in the
2138         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
2139         copy the Wintab library into the .libs directory. 
2140
2141         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
2142         name of the GDK DLL when fetching the icon. Use the HMODULE saved
2143         in gdk_dll_hinstance by DllMain.
2144
2145         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
2146         build/win32/lt-compile-resource script.
2147
2148         * gdk/win32/rc/gdk.rc.in
2149         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
2150
2151         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
2152         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
2153         file. Install import libraries.
2154
2155 2001-10-29  Anders Carlsson  <andersca@gnu.org>
2156
2157         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
2158
2159 2001-10-28  Hans Breuer  <hans@breuer.org>
2160
2161         * gdk/gdk.c gdk/gdkevents.c
2162           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
2163           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
2164           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
2165           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
2166           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
2167           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
2168           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
2169         static correct-ness, underscore prefixing of library internal 
2170         functions
2171         (applied the undisputed and the win32 part. Of the latter 
2172          I'm probably the one who will change it back again, if Owen
2173          decides that the Gdk*Impl types should not be private to Gdk)
2174
2175         * gdk/gdk.def : added the remaining exported functions
2176
2177 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
2178
2179         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
2180         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
2181         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
2182
2183 2001-10-28  jacob berkman  <jacob@ximian.com>
2184
2185         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
2186         gtk_settings_get_default() here as that requires an X connection
2187         (which breaks doc building with no X connection) and is not
2188         multihead safe
2189         (gtk_color_selection_init): delay palette loading until realize
2190         time
2191         (gtk_color_selection_realize): load the palette, and initialize
2192         the global palette if it hasn't been already
2193
2194         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
2195         visual/cmap fields of klass->info since they are gone
2196         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
2197         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
2198         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
2199
2200         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
2201         cmap fields
2202         (gtk_preview_get_visual):
2203         (gtk_preview_get_cmap): mark as deprecated
2204
2205         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
2206         changes
2207
2208 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
2209
2210         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
2211         structure to have GObject not GtkObject as
2212         parent_instance. (Jeff Franks.)
2213
2214 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
2215
2216         * gdk/x11/gdkinput.c: Typo fix.
2217
2218 2001-10-26  Havoc Pennington  <hp@pobox.com>
2219
2220         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
2221         update_im_spot_location here explicitly
2222         (gtk_text_view_reset_im_context): don't update the spot location
2223         here
2224
2225 2001-10-27  Anders Carlsson  <andersca@gnu.org>
2226
2227         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
2228         This fixes #62942.
2229
2230         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
2231         Clarify that we're returning a spin button in the _new function.
2232         This fixes #54097.
2233         
2234 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
2235
2236         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
2237         Unfortunately, people apparently erroneously connect
2238         to ::clicked for GtkToggleButton and expect
2239         they know what happened in the default signal handler
2240         instead of appropriately connecting to notification
2241         signal ::toggled. When the revolution comes, such
2242         people will be first against the wall.
2243
2244         We'll just have to go back to the old less-reliable
2245         set-it-back hacks for handling model-view check
2246         buttons and radio buttons. :-(. 
2247
2248 2001-10-27  Hans Breuer  <hans@breuer.org>
2249
2250         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
2251           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
2252           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
2253           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
2254           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
2255           gtk/gtktreestore.c gtk/gtkvbbox.c : 
2256         to simplify parsing for exported functions:
2257         - made implementation signature static, when the local 
2258           prototype already was
2259         - put the functions return value on it's own line
2260         - added as space between the function name and the 
2261           opening bracket
2262
2263         * gtk/gtk.def : added the remaining exported functions
2264
2265 2001-10-27  Anders Carlsson  <andersca@gnu.org>
2266
2267         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
2268         Add note about width having to be greater than 0. This fixes
2269         #55574. 
2270
2271         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
2272         Fix docs to say previous instead of next.
2273         (gtk_text_iter_backward_word_start): Likewise.
2274         This fixes bug #62980.
2275
2276         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
2277         that the valid width is in range 0-65535 pixels. Fixes bug 
2278         #56754.
2279
2280         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
2281         a dot in the documentation. Fixes bug #62632.
2282
2283         * gdk/x11/gdkmain-x11.c: Replace int and guint with
2284         long and gulong in some places to make the code 64-bit
2285         clean.
2286         (_gdk_windowing_init_check): Replace gint with gulong.
2287         This patch was made by George Lebl and fixes bug #62113.
2288
2289         * tests/testgtk.c (create_range_controls): Don't set a 
2290         fixed height on the hscale widget. This fixes "bug" 
2291         #55840.
2292         (create_window_states): Set up destroy signals so that
2293         all windows will be destroyed when one is. This fixes 
2294         bug #58133.
2295
2296 2001-10-26  Anders Carlsson  <andersca@gnu.org>
2297
2298         * gtk/gtktreeview.c: 
2299         (gtk_tree_view_class_init): Create new "indent_expander"
2300         style property.
2301
2302         (gtk_tree_view_get_arrow_xrange): Add a tree argument
2303         to the function since the xrange can change depending
2304         on where in the tree we are. 
2305         
2306         (coords_are_over_arrow): Update function call to
2307         gtk_tree_view_get_arrow_xrange.
2308         (gtk_tree_view_draw_arrow): Likewise.
2309         
2310         (gtk_tree_view_real_expand_collapse_cursor_row):
2311         Call real_{expand|collapse}_row, so that we'll have an
2312         animation.
2313
2314 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
2315
2316         * tests/Makefile.am: fixed a small typo
2317
2318 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
2319
2320         * demos/gtk-demo/list_store.c (create_model): Anders
2321         Carlsson suggested to use G_N_ELEMENTS here
2322
2323 2001-10-26  Sven Neumann  <sven@gimp.org>
2324
2325         * gtk/gtkbutton.[ch]
2326         * gtk/gtkdnd.c: fixed inline comments
2327         
2328         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
2329
2330 2001-10-26  Hans Breuer  <hans@breuer.org>
2331
2332         * gdk-pixbuf/gdk_pixbuf.def : 
2333         * gdk/gdk.def : 
2334         * gtk/gtk.def : updated externals
2335
2336         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
2337         gdk_window_lookup implementation. It already was in
2338         gdk/win32/gdkwindow-win32.c
2339
2340         * gdk/win32/gdkproperty-win32.c : made it compile again
2341         after GdkAtom API change
2342
2343         * gtk/gtk/makefile.msc.in : updated
2344
2345 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
2346
2347         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
2348         require GLib 1.3.10.
2349
2350         * NEWS: updates.
2351
2352 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
2353
2354         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
2355         invalid nodes.
2356          (_gtk_rbnode_rotate_right): Ditto.
2357          (_gtk_rbtree_node_mark_invalid): New function.
2358          (_gtk_rbtree_node_mark_valid): New function.
2359
2360         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
2361         GObject, not a GtkObject.
2362         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
2363         correct.
2364         (gtk_tree_model_sort_row_deleted): ditto.
2365         (gtk_tree_model_sort_{un,}ref_node): Fix.
2366
2367         * gtk/gtktreeview.c: Protean incremental reflow support (commented
2368         out)
2369
2370         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
2371         to const char *key.
2372
2373         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
2374         Important 1 line fix to fix a lot of refcounting woes.
2375
2376 2001-10-25  Matt Wilson  <msw@redhat.com>
2377
2378         * gtk/gtktextview.c (gtk_text_view_destroy): call
2379         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
2380         now invalidates) so that we remove our idle functions.
2381         (gtk_text_view_destroy_layout): remove the first_validate_idle as
2382         well.
2383
2384         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
2385         the 'indent' property is G_MININT to G_MAXINT.  Don't use
2386         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
2387         instead.
2388
2389 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2390
2391         * gtk/gtktreeview.c: 
2392         (gtk_tree_view_real_expand_row): add an animate argument
2393         (gtk_tree_view_real_collapse_row): likewise
2394         
2395         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
2396         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
2397         (gtk_tree_view_collapse_row): update functions that call
2398         real_{expand|collapse}_row to set the animate argument 
2399         accordingly.
2400         
2401 2001-10-24  Alex Larsson  <alexl@redhat.com>
2402
2403         * gdk/linux-fb/gdkfont-fb.c:
2404         Update to new Pango APIs
2405
2406         * gdk/linux-fb/gdkproperty-fb.c:
2407         Update to new GdkAtom APIs
2408
2409         * gdk/linux-fb/gdkwindow-fb.c:
2410         Remove warnings
2411
2412 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
2413
2414         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
2415
2416 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
2417
2418         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
2419         s_path as a child path
2420
2421 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
2422
2423         * gtk/gtktreemodelsort.c: more changes in an attempt to get
2424         it right. It's not yet ready for general consumption.
2425
2426         * tests/treestoretest.c: add a button and entry for the new
2427         iter_change function
2428         (iter_change): new function, to test
2429         the row_changed signal implementation of the GtkTreeModelSort
2430
2431         * tests/testtreesort.c: cleanups, changes to test more features
2432         of the GtkTreeModelSort at once
2433
2434 2001-10-24  Havoc Pennington  <hp@redhat.com>
2435
2436         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
2437         remove hack to strip off the bogus newline, since we killed the
2438         bogus newline; fixes #61779
2439
2440 2001-10-24  Havoc Pennington  <hp@redhat.com>
2441
2442         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
2443         create layout if we didn't have one
2444         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
2445         as appropriate, avoids blanking the screen 
2446         (gtk_text_view_invalidate): new function to do invalidation,
2447         containing old guts of invalidated_handler
2448
2449 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
2450
2451         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
2452         dreadful tooltips.
2453
2454 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
2455
2456         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
2457         set window->parent (except or the root window itself); if 
2458         the window's parent is not a GdkWindow, or is a window of 
2459         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
2460
2461         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
2462         windows of type GDK_WINDOW_FOREIGN.
2463
2464 2001-10-24  Havoc Pennington  <hp@pobox.com>
2465
2466         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
2467         the front of a segment, use the "slow" technique for moving
2468         backward, so we don't mess up the any_segment field in the iter. 
2469         Fixes #57707
2470
2471         * tests/testtextbuffer.c: add code to detect #57707, to avoid
2472         regression
2473
2474 2001-10-23  Havoc Pennington  <hp@redhat.com>
2475
2476         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
2477         if selection contains some editable text, #60975
2478         (gtk_text_view_scroll_to_iter): remove warning about scrolling
2479         prior to map; it should actually be OK to do so in many cases, 
2480         it would be nice to warn about scrolling when many lines have
2481         height 0, but I don't know what to do about that. Perhaps 
2482         move part of flush_scroll into this function? comment added 
2483         to consider this.
2484
2485 2001-10-23  Havoc Pennington  <hp@redhat.com>
2486
2487         * gtk/gtktextview.c (changed_handler): Correctly keep the same
2488         text on the top of the screen, considering that the changed region
2489         may have overlapped the first paragraph. Should fix msw's "text
2490         widget scrolled to wrong place on map" bug, and probably some
2491         other scrolling cases as well.
2492         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
2493         instead of some random value
2494
2495         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
2496         grab_focus, so #59708 is really fixed
2497
2498 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2499
2500         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
2501         (popup_targets_received): Call append_action_signal with stock items
2502         
2503         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
2504         (gtk_label_do_popup): Call append_action_signal with stock items
2505         
2506         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
2507         (popup_targets_received): Call append_action_signal with stock items
2508
2509 2001-10-23  Havoc Pennington  <hp@redhat.com>
2510
2511         * gtk/gtktextview.c (changed_handler): queue a resize here; will
2512         temporarily slow down the widget a lot, until we figure out how to
2513         optimize to avoid full redraw everytime we queue a resize.
2514
2515 2001-10-23  Havoc Pennington  <hp@redhat.com>
2516
2517         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
2518         0 and char_len == 0, bug #61729
2519
2520 2001-10-23  Havoc Pennington  <hp@redhat.com>
2521
2522         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
2523         return value, #61714 (Vitaly Tishkov)
2524         (gtk_text_iter_backward_sentence_starts): ditto
2525         (gtk_text_iter_backward_word_starts): ditto
2526         (gtk_text_iter_forward_word_ends): ditto
2527         (gtk_text_iter_forward_sentence_ends): ditto
2528         (gtk_text_iter_backward_cursor_positions): ditto
2529
2530 2001-10-23  Havoc Pennington  <hp@redhat.com>
2531
2532         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
2533         fix from Dov Grobgeld, #61858
2534
2535 2001-10-23  Havoc Pennington  <hp@redhat.com>
2536
2537         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
2538         Update IM spot location at appropriate times, #50626
2539         (Hidetoshi Tajima)
2540
2541 2001-10-23  Havoc Pennington  <hp@redhat.com>
2542
2543         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
2544         on grab focus, unless it's caused by button click, #59708
2545
2546 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
2547
2548         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
2549
2550         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
2551         G_CONST_RETURN. (Murray Cumming)        
2552
2553         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
2554         Make G_CONST_RETURN.
2555
2556         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
2557         results of g_get_home_dir().
2558
2559         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
2560         copy. Storing the return from gtk_entry_get_text() is evil.
2561
2562         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
2563         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
2564         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
2565         gtk/gtksignal.c: Add const.
2566
2567         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
2568
2569         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
2570         if we are setting them on private widgets.
2571
2572         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
2573         Duplicate entry->text before setting it as object data.
2574
2575 2001-10-22  Havoc Pennington  <hp@redhat.com>
2576
2577         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
2578         up a char from the end iterator, fixes #61859 ("can't put cursor
2579         at the end of the buffer")
2580
2581         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
2582         to work with delimiters other than newline.
2583
2584         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
2585         get_bytes_in_line
2586
2587         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
2588         last line, since the newline is no longer counted.
2589         (gtk_text_iter_get_bytes_in_line): ditto
2590
2591 2001-10-22  Havoc Pennington  <hp@redhat.com>
2592
2593         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
2594         #58290 would trigger if it reappeared, I think
2595
2596 2001-10-22  Havoc Pennington  <hp@redhat.com>
2597
2598         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
2599         add temporary code to dump btree contents on assertion failure
2600         described in #62656
2601         
2602         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
2603         assertions that we're getting the right end iter segment
2604
2605         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
2606         verify that we aren't on the end iterator after moving 
2607         forward one segment - fixes return value in an obscure case. 
2608         Also, some trivial code cleanup/rearranging.
2609         
2610 2001-10-22  Havoc Pennington  <hp@redhat.com>
2611
2612         * gtk/gtktextlayout.h: add a #error unless you define
2613         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
2614
2615         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
2616         
2617 2001-10-22  Havoc Pennington  <hp@redhat.com>
2618
2619         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
2620         #62365
2621
2622 2001-10-22  Havoc Pennington  <hp@redhat.com>
2623
2624         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
2625         #62436
2626
2627 2001-10-22  Havoc Pennington  <hp@redhat.com>
2628
2629         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
2630         #62366
2631
2632 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
2633
2634         * gtk/gtklabel.c: Add cursor-position, selection-bound 
2635         properties. (#62148, reported by Padraig O'Briain)
2636
2637         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
2638         to cursor_position. (1.3.x addition, text_position is an awful
2639         name.) Make cursor_position read-only to avoid sticky questions
2640         of interaction with selection_bound. (#62636, reported by
2641         Padraig O'Briain)
2642
2643 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
2644
2645         Fixing popup menus to have "Paste" sensitized correctly. Original
2646         patches from Damian Ivereigh, much mangled.
2647
2648         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
2649         gtk_selection_data_targets_include_text(). (#60854)
2650
2651         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
2652         the clipboard has text" function gtk_clipboard_wait_is_text_available.
2653         (#60854)
2654
2655         * gtk/gtkentry.c: Only enable the paste item if the clipboard
2656         contains text. (#60973)
2657
2658         * gtk/gtktextview.c: Only enable the paste item if the clipboard
2659         contains text. (#60975)
2660
2661 2001-10-22  Havoc Pennington  <hp@redhat.com>
2662
2663         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
2664         "height_lines" and "width_columns" properties, it doesn't make
2665         sense to set the size request on a text view really. #62103
2666
2667 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
2668
2669         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
2670         g_node_depth is broken, and that it's not worth being consistent
2671         with it.
2672
2673 2001-10-22  Havoc Pennington  <hp@redhat.com>
2674
2675         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
2676         docs, #61777
2677         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
2678         change the two boolean args to a flags field, so we can extend 
2679         to add case insensitive, regexp searches later. #61852
2680
2681 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
2682
2683         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
2684         reflect reality, #62810
2685
2686 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
2687
2688         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
2689
2690         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
2691         system.  Instead of having a window the size of the tree, we have
2692         a window the size of widget->allocation, and simply draw with the
2693         offset.
2694         (coords_are_over_arrow): ditto.  Move to window coordinates.
2695         (do_prelight): ditto
2696         (do_unprelight): ditto
2697
2698         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
2699         Minor fix from Kristian Rietveld to fix unsorted case.
2700
2701 2001-10-22  jacob berkman  <jacob@ximian.com>
2702
2703         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
2704         a PIXMAP cell (fixes crash when using PIXTEXT cells)
2705
2706 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
2707
2708         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
2709         (#58768, Vitaly Tishkov)
2710         
2711         * gtk/gtkobject.h: Deprecate with abandon. 
2712         (#61942, Vitaly Tishkov, Matthias Clasen)
2713
2714         * gtk/gtksignal.h: Deprecate everything.
2715
2716         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
2717         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
2718         (#61942, Matthias Clasen)
2719
2720         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
2721         Havoc Pennington)
2722
2723         * gtk/gtkitemfactory.h: Deprecate compat functions
2724         for GtkMenuFactory code. (#62071)
2725
2726         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
2727         gdk_draw_text,gdk_draw_text_wc. (#62071)
2728
2729 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
2730
2731         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
2732         g_thread_init(), we don't want to link to -lgthread if we don't
2733         have to.
2734
2735 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
2736
2737         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
2738         Add a function, gdk_threads_init() that must be explicitely 
2739         called to enable the GDK thread mutex.
2740
2741 2001-10-22  Jakub Steiner <jimmac@ximian.com>
2742
2743         * gtk/stock-icons/stock_stop.png: no body parts
2744         
2745 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
2746
2747         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
2748         problem with g_return_if_fail return value.
2749
2750         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
2751         virtual atom code from the gdk-multihead branch, removing the per-display
2752         part. Virtualizing atoms needs to be done now to prevent compat
2753         breakage in direct Xlib accessing code in the future. (#62208)
2754  
2755         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
2756         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
2757  
2758         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
2759         an opaque pointer type so the compiler catches attempts
2760         to mingle it with X atoms.
2761
2762         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
2763           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
2764           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
2765           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
2766           tests/testdnd.c,tests/testselection.c: 
2767         Fix up for above atom changes.
2768
2769         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
2770         now have the ability to add custom predefines.
2771
2772         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
2773         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
2774         to gtk_clipboard_get().
2775
2776         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
2777         for GdkAtom => pointer change.
2778
2779         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
2780         atoms, fix for GdkAtom => pointer change.
2781
2782 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
2783
2784         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
2785         new function spin_button_get_arrow_size() instead.
2786
2787         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
2788         arrow was hardcoded, it's now variable.
2789
2790         Fixes bug #50200
2791
2792 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
2793
2794         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
2795         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
2796         for those
2797
2798 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
2799
2800         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
2801         in favor of g_signal_*, gtk_object_* in favor of 
2802         g_object_*.
2803
2804 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
2805
2806         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
2807         from GObject now, we have to use the g_object_* functions, not
2808         gtk_object_*.
2809
2810 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
2811
2812         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
2813         nailed down now (this code is not yet ready for general consumption)
2814
2815 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
2816
2817         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
2818         for use_align
2819
2820 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
2821
2822         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
2823
2824 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
2825
2826         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
2827         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
2828         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
2829         GObject, not GtkObject. (#62621)
2830
2831 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
2832
2833         * tests/testsocket.c: Remove now useless include of unistd.h,
2834         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
2835         
2836 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
2837
2838         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
2839         Pango font API. #61933. (Untested, even for compilation.)
2840
2841 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
2842
2843         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
2844         export gtk_disable_setlocale(). (Caught by Sven Neumann)
2845
2846 2001-10-18  Havoc Pennington  <hp@redhat.com>
2847
2848         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
2849
2850 2001-10-18  Havoc Pennington  <hp@redhat.com>
2851
2852         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
2853         to GTK_RUN_LAST, #50239
2854
2855 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
2856
2857         * gtk/gtkimmodule.c (match_locale):
2858         Support "*" for all locales with least priority
2859         when to select default im module, #58201
2860
2861 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
2862
2863         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
2864         Fix docs. (#61976)
2865  
2866         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
2867
2868         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
2869
2870         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
2871         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
2872         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
2873         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
2874         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
2875         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
2876         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
2877
2878         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
2879
2880         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
2881         Don't restrict the width of the spinbutton entry field 
2882         to 10 digits. (#58681)
2883
2884 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
2885
2886         * tests/testtreeflow.c: new test program for the tree.
2887
2888 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
2889
2890         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
2891         reported by (Oleg Maiboroda), #62600
2892
2893 2001-10-18  Michael Meeks  <michael@ximian.com>
2894
2895         * gtk/gtkentry.c (gtk_entry_set_property),
2896         (gtk_entry_get_property): impl 'text'
2897         (gtk_entry_class_init): add the 'text' prop.
2898         (gtk_entry_insert_text): notify 'text' changed.
2899         (gtk_entry_delete_text): ditto.
2900
2901 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
2902
2903         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
2904         Documentation updates.
2905
2906 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
2907
2908         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
2909         in truncating length of text to MAX_SIZE. (Found by 
2910         Padraig O'Briain, #62055)
2911
2912 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
2913
2914         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
2915         MNEMONIC_ACTIVATE; signal was changed a long time
2916         ago.
2917
2918         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
2919         Fix wrong return statement. (Reported by HideToshi
2920         Tajima and others.)
2921
2922         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
2923         left over select_all vfunc.
2924
2925 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
2926
2927         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
2928         a utility function to translate coordinates relative to
2929         one widget's allocation to coordinates relative to another
2930         widget's allocation.
2931
2932         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
2933         that:
2934          - only accepts external focus if there is no active
2935            member of the group or the button is active.
2936          - makes arrow keys move the active button as well
2937            as the focus
2938          - make tab tab out directly.
2939         This makes a radio button group act as a single focus location.
2940         (#53577).
2941         
2942         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
2943         it was only a small optimization that didn't matter and made
2944         things more complicated.
2945
2946         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
2947         sorter for FOCUS_TAB as we did for the other focus directions,
2948         sort by center of widgets, not upper-left corner. (Shouldn't
2949         matter in general.)
2950
2951         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
2952         from the different types of focusing: encapsulate sorting the
2953         widgets for the focus direction into one routine
2954         (gtk_container_focus_sort()) and then share the work of moving the
2955         focus between the different focus directions.
2956
2957         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
2958         work correctly with focus chains containing non-immediate
2959         children. Sorting was being done using allocation coordinates for
2960         each widget in the focus chain, and if there were intermediate
2961         window-widgets, these allocations would not be in the same
2962         coordinate system.
2963
2964 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
2965
2966         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
2967         mnemonic_activate function to option menu.
2968
2969 2001-10-15  Murray Cumming <murrayc@usa.net>
2970
2971         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
2972           Corrected the type names used in some calls to g_signal_new().
2973         
2974 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
2975
2976         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
2977         specs, use g_pattern_spec_equal() instead of direct field accesses.
2978         upon compressing two equal paths of the same type, the resulting
2979         priority has to be the maximum.
2980         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
2981         GtkPathPriorityType enum and make it a macro.
2982
2983 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
2984
2985         * gtk/gtkwidget.c: Fix some doc comments.
2986
2987 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
2988
2989         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
2990         on empty models.
2991
2992 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
2993
2994         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
2995         Remove stale gdk backend includes.
2996  
2997 2001-10-10  Michael Meeks  <michael@ximian.com>
2998
2999         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
3000         and value_in_list properties.
3001         (gtk_combo_set_value_in_list): notify change.
3002         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
3003
3004 2001-10-11  James Henstridge  <james@daa.com.au>
3005
3006         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
3007         that gtk+ can be built with automake 1.5 while not breaking
3008         things for automake 1.4.
3009
3010 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
3011
3012         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
3013         (#60606)
3014
3015         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
3016         to disable calling setlocale (LC_ALL, "").
3017
3018         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
3019         docs that this function is not typically useful.
3020
3021         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
3022         Automatically initialize GDK for the current locale
3023         on gdk_init(). Don't reset locale to C when
3024         XSupportsLocale() fails.
3025
3026         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
3027         useless checks for UTF-8 locale breakage that mattered
3028         only for X.
3029
3030         * examples/calendar/calendar.c
3031         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
3032         gtk_set_locale().
3033
3034         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
3035         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
3036
3037 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
3038
3039         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
3040
3041         Fixes bug #61904
3042
3043 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
3044
3045         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
3046         new function, #61923
3047         (gtk_tree_selection_path_is_selected): Ditto
3048
3049 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
3050
3051         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
3052         not a GtkObject.  Thanks andersca.
3053
3054         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
3055
3056 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
3057
3058         * gtk/gtktreeviewcolumn.c
3059         (gtk_tree_view_model_sort_column_changed): fix broken code.
3060
3061 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
3062
3063         * gtk/gtkselection.c: s/succesfully/successfully/g
3064
3065 2001-10-08  Havoc Pennington  <hp@pobox.com>
3066
3067         * demos/gtk-demo/stock_browser.c: remove unused enum
3068
3069         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
3070         pass the current selection state of the node in to the user
3071         selection func
3072
3073 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
3074
3075         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
3076         non-existent function gdk_x11_cursor_get_xid 
3077         by gdk_x11_cursor_get_xcursor.
3078
3079 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
3080
3081         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
3082         warning.
3083
3084         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
3085         unref nodes, #okay61676
3086
3087         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
3088         to the property; no need to clear the other columns.  Also, we go
3089         to 'unsorted' if the model supports it.
3090
3091 2001-10-05  Sven Neumann  <sven@gimp.org>
3092
3093         * demos/testpixbuf-save.c
3094         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
3095         feature.
3096
3097 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
3098
3099         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
3100         destroy the search dialog
3101
3102         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
3103         added check to prevent creation of a search dialog if there's
3104         already one around
3105
3106         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
3107         it instead of "search-dialog" (when getting/setting the search dialog
3108         widget).
3109
3110 2001-10-05  Jakub Steiner <jimmac@ximian.com>
3111
3112         * gtk/stock-icons/stock_broken_image.png: broken images icon
3113
3114 2001-10-04  Havoc Pennington  <hp@pobox.com>
3115
3116         Fix #56586
3117         
3118         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
3119         accelerator setting here...
3120
3121         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
3122         because we try to use it when a menu bar hasn't necessarily been 
3123         initialized.
3124
3125 2001-10-03  Havoc Pennington  <hp@redhat.com>
3126
3127         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
3128         it previously verified incorrect behavior
3129
3130         Fixes for #61565
3131         
3132         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
3133         off the end
3134         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
3135         the end
3136         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
3137         the end
3138         (gtk_text_iter_forward_lines): if on the last line, move to end of
3139         it
3140
3141         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
3142         don't return a line off the end
3143
3144 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
3145
3146         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
3147         functions to do_insert_text and do_delete_text, add signals
3148         insert_text, delete_text and changed
3149
3150         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
3151         and changed. Updates to match new situation.
3152
3153         * gtk/gtkspinbutton.c: updates to match new situation
3154
3155         * gtk/gtkoldeditable.h: remove signals changed, insert_text
3156         and delete_text
3157
3158         * gtk/gtkoldeditable.c: updates to match new situation
3159
3160         * gtk/gtktext.c: updates to match new situation
3161
3162         Fixes bug #59803
3163
3164 2001-10-03  Havoc Pennington  <hp@redhat.com>
3165
3166         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
3167         position
3168
3169         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
3170         changes
3171
3172         * tests/testtextbuffer.c (logical_motion_tests): updates
3173
3174 2001-10-03  jacob berkman  <jacob@ximian.com>
3175
3176         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
3177         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
3178         * gtk/gtksettings.c (apply_queued_setting): 
3179         * gtk/gtkmain.c (gtk_init_check): 
3180         * gtk/gtkcontainer.c (gtk_container_child_get_property):
3181         s/retrive/retrieve/
3182
3183 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
3184
3185         * gtk/gtktreemodelsort.[ch]: preparation for surgery
3186         * tests/testtreesort.c: ditto
3187
3188 2001-10-02  Havoc Pennington  <hp@redhat.com>
3189
3190         Throughout: assorted docs
3191         
3192         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
3193         gdk_window_set_geometry_hints() should be used instead.
3194
3195         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
3196         document them
3197
3198         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
3199         seem to exist in any .c files
3200
3201         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
3202         g_return_if_fail (pixel < colormap->size).
3203
3204 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
3205
3206         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
3207         NULL for @target_list to mean, use
3208         gtk_drag_dest_get_target_list (widget).
3209
3210         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
3211         drop could hang when calling gtk_drag_finish with 
3212         success == FALSE and del == TRUE.
3213
3214         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
3215         drops without a matching target found would propagate
3216         to the parent widget rather than being rejected.
3217
3218         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
3219         Use text_view->dnd_mark instead of mark name to be
3220         consistent with the rest of the code.
3221
3222         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
3223         pendantically correct for a drop-only-in-some-places
3224         widget. (Check whether you can insert in drag_drop,
3225         not just in drag_motion ... matters in theory, and
3226         for Motif drag and drop in practice.)
3227
3228         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
3229         Damian Ivereigh to not allow drops on non-editable
3230         entries. (#61124)
3231
3232         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
3233         text to be moved from a non-editable entry.
3234         
3235 2001-10-03  James Henstridge  <james@daa.com.au>
3236
3237         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
3238         s/width/fixed_width/ in order to get things to compile.
3239
3240 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
3241
3242         * gtk/gtkcelleditable.c: docs
3243
3244         * gtk/gtktreemodel.h: more docs.
3245
3246 2001-10-02  Havoc Pennington  <hp@redhat.com>
3247
3248         * gdk/x11/gdkwindow-x11.c: docs
3249
3250         * tests/testtextbuffer.c (logical_motion_tests): add sentence
3251         boundary tests
3252
3253 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
3254
3255         * demos/gtk-demo/Makefile.am: add editable_cells.c,
3256         list_store.c and tree_store.c
3257
3258         * demos/gtk-demo/appwindow.c: remove tearoff item from
3259         File menu, put menubar and toolbar in handle boxes.
3260
3261         * demos/gtk-demo/genincude.pl: various changes to support trees
3262
3263         * demos/gtk-demo/main.c: various changes to support trees
3264
3265         * demos/gtk-demo/stock_browser.c: changed name of demo
3266         to Stock Item and Icon Browser, so geninclude.pl doesn't see
3267         it as child
3268
3269         * demos/gtk-demo/editable_cells.c: new file/demo
3270         * demos/gtk-demo/list_store.c: new file/demo
3271         * demos/gtk-demo/tree_store.c: new file/demo
3272
3273 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
3274
3275         * gtk/gtkrc.c gtk/gtksettings.c: 
3276         g_string_printfa => g_string_append_printf.
3277
3278 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
3279
3280         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
3281         and destroy handler.
3282
3283         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
3284
3285         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
3286         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
3287         Singh <yosh@gimp.org>.
3288
3289 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
3290
3291         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
3292         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
3293
3294         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
3295
3296 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
3297
3298         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
3299         scroll_to_cell delayed code to happen in size_allocate.
3300
3301         * gtk/gtkstyle.c (gtk_default_draw_expander): change
3302         prelight/normal arrow drawing.
3303
3304         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
3305
3306         * gtk/gtktreestore.c: refactor.
3307
3308 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
3309
3310         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
3311         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
3312         centers the child in relation to the to indicator height.
3313
3314 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
3315
3316         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
3317         correct
3318
3319 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
3320
3321         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
3322         property code using g_param_spec_int and changed from
3323         g_value_get_enum to g_value_get_int instead. Probably a better way
3324         to fix the problem :-)
3325
3326 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
3327
3328     * gtk/gtkcellrenderertext.c changed "weight" property type from 
3329       g_param_spec_int to g_param_spec_enum.
3330
3331 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
3332
3333         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
3334         fix: s/Wether/Whether/ in reorderable property description
3335
3336 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
3337
3338         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
3339         start editing when you select with a keyboard.
3340
3341         (gtk_tree_view_button_press_event): much more graceful now.
3342
3343         * gtk/gtkstyle.c: Draw togglebutton better.
3344
3345 2001-09-26  Havoc Pennington  <hp@redhat.com>
3346
3347         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
3348         of passing non-stock label in to gtk_dialog_new_with_buttons
3349
3350         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
3351         debugging updates
3352
3353         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
3354         are private
3355
3356         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
3357         exist, fall back to mnemonic label, not plain label, bug #61184
3358         
3359 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
3360
3361         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
3362         stupid and emitting the signal every time.
3363
3364         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
3365
3366 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
3367
3368        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
3369
3370        * contrib/gdk-pixbuf-xlib/Makefile.am: install
3371        gdk-pixbuf-xlib-2.0.pc.
3372
3373 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
3374
3375         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
3376         problem where menmonic wasn't removed properly when
3377         setting a label when there already is a label.
3378         Also, handle setting the tab label back to the same
3379         value. (#61160, #61161)
3380
3381         * gtk/gtkentry.c (paste_received): Patch from 
3382         Damian Ivereigh to replace selection if there is 
3383         one. (#61121)
3384
3385 2001-09-25  Darin Adler  <darin@bentspoon.com>
3386
3387         * tests/.cvsignore: Ignore new test program.
3388
3389 2001-09-25  Havoc Pennington  <hp@redhat.com>
3390
3391         * gtk/gtktextview.c: fix for #50317
3392         
3393 2001-09-25  Havoc Pennington  <hp@redhat.com>
3394
3395         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
3396         gtk_text_iter_can_insert
3397         
3398         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
3399
3400         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
3401          (gtk_text_iter_can_insert): new function to fix #60282, should
3402         also fix msw's "can paste into empty buffer" bug.
3403
3404         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
3405         "event object,"  #59091
3406
3407         * gtk/gtktextbtree.c: indentation fixes
3408
3409         * gtk/gtktextiter.c (find_by_log_attrs): fixes
3410
3411 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
3412
3413         * configure.in: Version 1.3.9, interface age 0, binary age 0.
3414
3415         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
3416
3417         * NEWS: Updates.
3418
3419 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
3420
3421         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
3422         function for drawing cursors between gtkentry/gtklabel/gtktextview.
3423         Should this be public? It has a bit of an odd interface, but
3424         custom editing widgets probably should be using it.
3425         Function will draw with wider width for taller cursors, and
3426         draws a little indicator arrow to indicate directoin for split 
3427         cursors.
3428
3429         * gtk/gtktextview.c: Add a "cursor_color" property.
3430
3431         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
3432         gtk_text_layout_draw().
3433
3434         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
3435         _gtk_draw_insertion_cursor().
3436
3437 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
3438
3439         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
3440         the behavior where you could turn family_set (etc) back on
3441         and get back the values you had before.
3442
3443         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
3444         g_string_ascii_up() rather than looping through the
3445         string ourself.
3446
3447 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
3448
3449         * gtk/gtktreeviewcolumn.c
3450         (gtk_tree_view_column_set_cell_renderer): Removed
3451         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
3452
3453         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
3454         Patch from Detlef Reichl
3455
3456 2001-09-25  Havoc Pennington  <hp@redhat.com>
3457
3458         * tests/testtextbuffer.c (line_separator_tests): Add tests for
3459         line separators, addresses bug #57428
3460
3461 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
3462
3463         * gtk/gtkentry.c: Make a GtkCellEditable
3464         (get_widget_window_size): Change to let it honor size_allocate
3465         when a CellEditable.
3466
3467         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
3468         editable changes.
3469         (gtk_tree_view_set_cursor): Now you can set the cursor
3470         horizontally, as well as start editing.
3471
3472         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
3473         code to look more like the other check buttons.
3474
3475         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
3476         Change the way we calculate cell size.
3477
3478         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
3479
3480         * demos/gtk-demo/sizegroup.c: Add mnemonics.
3481
3482         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
3483         Fix logic.
3484
3485         * gtk/gtkcellrenderertext.c: Change to be editable.
3486
3487         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
3488
3489         * test/testtreesort.c: Fix misspelling
3490
3491         * test/testreecolumns.c: Add mnemonics.
3492
3493         * test/testreeedit.c: New test program.
3494
3495 2001-09-25  Havoc Pennington  <hp@pobox.com>
3496
3497         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
3498         etc. docs about how these are not going to do what you want for 
3499         the X/win32 ports. Futile attempt to avoid a FAQ...
3500
3501 2001-09-24  James Henstridge  <james@daa.com.au>
3502
3503         * gtk/gtkmarshal.list (VOID): add marshal function types.
3504
3505         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
3506         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
3507         GTK_TYPE_POINTER.
3508         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
3509         with no-op copy/free functions.
3510
3511         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
3512         GtkCTreeNode get_type function.
3513
3514 2001-09-24  Havoc Pennington  <hp@redhat.com>
3515
3516         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
3517         gtktextlayout.c:
3518         Get rid of the newline-that-could-not-be-deleted; buffers may 
3519         now be zero-length. Much easier to fix than expected, once 
3520         I figured out the right way to do it. However, there are 
3521         various subtle bugs introduced by this that will have to get 
3522         sorted out. Please use bugzilla.
3523
3524 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
3525
3526         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
3527         response back from the window manager if our size hasn't changed 
3528         since we won't get a response back from the window manager;
3529         there was code in there to do this, but it was in the wrong
3530         place so if the hints change and the size didn't we'd expect
3531         a response.
3532
3533         Also, optimize the position-only-changed case by running
3534         the resize queue immediately, and clean up some comments
3535         for the changes.
3536
3537 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
3538
3539         * gtk/gtknotebook.h: Add a compat macro that got lost.
3540
3541         * gtk/gtktreestore.c: Doc fixes.
3542
3543         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
3544         leak for windows that receive events after being destroyed.
3545         (#60863, Joshua N. Pritikin)
3546
3547         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
3548         rather than gtk_container_queue_resize().
3549
3550         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
3551         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
3552         gtk_container_child_composite_name. (#60217.)
3553
3554 2001-09-22  Hans Breuer  <hans@breuer.org>
3555
3556         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
3557
3558 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
3559
3560         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
3561         weight value should be an int
3562
3563 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
3564
3565         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
3566         to gtk_menu_scroll_item_visible(). Only call
3567         gtk_menu_scroll_item_visible() if the menu widget has been
3568         realized. Fixes bug #55310.
3569
3570 2001-09-21  Havoc Pennington  <hp@redhat.com>
3571
3572         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
3573         key press to IM context if cursor isn't in an editable location;
3574         bug #58425, patch from Hidetoshi Tajima
3575
3576 2001-09-21  Havoc Pennington  <hp@redhat.com>
3577
3578         Bug #60862
3579         
3580         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
3581         (_gtk_text_btree_unref): fix up mark memory management
3582
3583         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
3584
3585 2001-09-20  Havoc Pennington  <hp@redhat.com>
3586
3587         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
3588         try to handle alignment here, because it's done by PangoLayout
3589         after we set the layout width. Fix from Dov.
3590
3591 2001-09-21  Hans Breuer  <hans@breuer.org>
3592
3593         * gdk/gdk.def :
3594         * gtk/gtk.def : updated externals
3595
3596         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
3597         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
3598         Also handle that Win32 pathes cann't be hard-coded      
3599
3600         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
3601         module, themes etc directory calculations
3602
3603         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
3604         >16 bit right. The size limit within Win9x appears _not_ to be 32767
3605         but slightly smaller ...
3606
3607         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
3608         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
3609
3610         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
3611
3612         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
3613         handling. I'm not sure if it is better now, but at least not worse
3614
3615         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
3616
3617         * gdk/win32/gdkwin32.h : reflect recent API restrictions
3618
3619 2001-09-21  Matt Wilson  <msw@redhat.com>
3620
3621         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
3622         radio_menu_item->group to NULL after removing it from the list, as
3623         it is no longer in the group. (#60869)
3624
3625         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
3626
3627 2001-09-20  Havoc Pennington  <hp@pobox.com>
3628
3629         * configure.in (PANGO_REQUIRED_VERSION)
3630         (ATK_REQUIRED_VERSION): add variables and checks for specific 
3631         versions of dependencies. Previously we didn't verify the 
3632         Pango or ATk versions.
3633
3634 2001-09-09  Havoc Pennington  <hp@pobox.com>
3635
3636         * gtk/gtktextiter.c: fool with indentation
3637         (gtk_text_iter_in_range): add g_return_if_fail
3638
3639 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
3640
3641         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
3642         ref count on new tag to be 1.  Update doc.  (#60836)
3643
3644 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
3645
3646         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
3647         call to gdk_image_new_bitmap(). (#59094, reported by
3648         by Sven Neumann)
3649
3650 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
3651
3652         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
3653         day, as well as the current month and year.
3654         (#59047, reported by Vitaly Tishkov)
3655
3656 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
3657
3658         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
3659         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
3660         
3661 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
3662
3663         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
3664
3665         (build_option_menu): add func argument, connect ::changed
3666         signal to option menu instead of connecting the ::activate
3667         signal to the menu items,
3668
3669         (toplevel): get rid of RADIOMENUTOGGLED macro,
3670
3671         (list_toggle_sel_mode), (clist_toggle_sel_mode),
3672         (ctree_toggle_line_style), (ctree_toggle_expander_style),
3673         (ctree_toggle_justify), (ctree_toggle_sel_mode),
3674         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
3675         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
3676
3677         (notebook_type_changed): merged standard_notebook(),
3678         notabs_notebook(), scrollable_notebook() and borderless_notebook()
3679         into notebook_type_changed()
3680
3681         (create_list), (create_ctree), (create_notebook),
3682         (create_progress_bar): changed OptionMenuItem arrays into
3683         gchar * arrays. Removed "Extended" item where used.
3684
3685         Fixes bug #59885
3686
3687 2001-09-20  Sven Neumann  <sven@gimp.org>
3688
3689         * configure.in
3690         * gdk/Makefile.am
3691         * gtk/Makefile.am
3692         * gtk/gtkselection.c
3693         * gtk/gtktreeview.c
3694         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
3695
3696 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
3697
3698         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
3699         a missing pango_layout_iter_free ().
3700
3701 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
3702
3703         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
3704         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
3705
3706         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
3707         the function definition so we don't accidentally rely on
3708         the compat #define from gtk_radio_menu_item_group.
3709         (#60782, Jeff Franks)
3710
3711 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
3712
3713         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
3714         incorrect values for top, right and bottom due to cut-and-paste
3715         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
3716
3717 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
3718
3719         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
3720         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
3721         window, not just on the client leader. (#58463)
3722
3723 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
3724
3725         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
3726
3727         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
3728         non-public _gtk_menu_item_set_placement.
3729
3730         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
3731
3732 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
3733
3734         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
3735           gdk/linux-fb/gdkcolor-fb.c:
3736         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
3737         (#59723)
3738
3739 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
3740
3741         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
3742         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
3743         #59723)
3744
3745 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
3746
3747         Patch from Frank Belew #59037 for Solaris compilation.
3748
3749         * gtk/maketypes.awk: Change syntax slightly for a call
3750         to sub(), apparently making awk on Solaris happier.
3751
3752         * gtk/gtktreeview.c: Remove C++ comments.
3753
3754 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
3755
3756         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
3757         to handle '99% of the time. (#60473, reported by Christian Rose)
3758
3759         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
3760         which no longer exists. (#60379, reported by Vitaly Tishkov)
3761
3762 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
3763
3764         * Released 1.3.8.
3765
3766         * gdk/Makefile.am: kill EXTRA_DIST clearing.
3767         
3768 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
3769
3770         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
3771         as its broken in automake 1.4, add explicit object rule to
3772         generate this.
3773         
3774         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
3775         get rid of uneccessary stamps, group stuff more logically, and build
3776         sources due to object rules. fix srcdir!=builddir.
3777
3778 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
3779
3780         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
3781         incorrect parameter to compute_double_length
3782         (#58680, patch from Matthias Clasen)
3783
3784         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
3785
3786         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
3787
3788         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
3789         for GDK_RELEASE_MASK to avoid warnings with Forte.
3790
3791         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
3792         break; statements.
3793
3794 2001-09-18  Alex Larsson  <alexl@redhat.com>
3795
3796         * gtk/gtkcheckbutton.c:
3797         * gtk/gtkradiobutton.c:
3798         Don't draw with GTK_STATE_ACTIVE.
3799
3800         * gtk/gtkclist.c:
3801         * gtk/gtkctree.c:
3802         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
3803
3804         * gtk/gtktextdisplay.c:
3805         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3806         unfocused with base_gc [GTK_STATE_ACTIVE].
3807         
3808         * gtk/gtkentry.c:
3809         Add select all menu-item.
3810         Default cursor color is red.
3811         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3812         unfocused with base_gc [GTK_STATE_ACTIVE].
3813
3814         * gtk/gtklabel.[ch]:
3815         Add keynav + menu to selectable lables.
3816         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3817         unfocused with base_gc [GTK_STATE_ACTIVE].
3818
3819         * gtk/gtkfilesel.c:
3820         Add drag and drop support.
3821
3822         * gtk/gtkstyle.c:
3823         (This was checked in earlier)
3824         New default values for text/base SELECTED and ACTIVE
3825         
3826 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
3827
3828         * configure.in: up version to 1.3.8, interface age 0,
3829         binary age 0, depend on glib 1.3.8.
3830
3831         * NEWS: 1.3.8 updates.
3832
3833 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
3834
3835         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
3836         the editing code
3837
3838         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
3839         reason to call it beyond emiting the two signals.
3840
3841         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
3842         to GtkEntry.
3843
3844 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
3845
3846         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
3847           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
3848         PangoFontDescription.
3849
3850         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
3851         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
3852         structure.
3853   
3854         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
3855
3856         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
3857         direct access to style->font. Deprecate gtk_style_ref/unref.
3858   
3859         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
3860         Remove gtk_style_ref/unref with g_object_ref/unref.
3861   
3862         * gtk/gtkcalendar.c: Remove leftover macros accessing
3863         style->font.
3864   
3865         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
3866         variable.
3867   
3868         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
3869         style->font.
3870
3871 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
3872
3873         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
3874         "can_activate" properties in favor of
3875         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
3876         and GTK_CELL_RENDERER_MODE_EDITABLE
3877
3878 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
3879
3880         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
3881         editable widgets.  This function is private, and should only be
3882         used by GtkTreeView.
3883
3884 2001-09-18  Matt Wilson  <msw@redhat.com>
3885
3886         * docs/Makefile.am (EXTRA_DIST): don't use += before =
3887
3888         * docs/faq/Makefile.am (EXTRA_DIST): likewise
3889
3890         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
3891         
3892         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
3893         (EXTRA_HEADERS): likewise
3894
3895         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
3896         (EXTRA_HEADERS): likewise
3897         (EXTRA_DIST): likewise
3898         (CLEANFILES): likewise
3899
3900         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
3901
3902         * tests/Makefile.am (EXTRA_DIST): likewise
3903         
3904         * Makefile.am (install-data-local): changed to use
3905         install-data-hook, which runs after install-pkgconfigDATA, so that
3906         the pkgconfigdir will have been created and populated first.
3907
3908 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
3909
3910         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
3911         be the last big GtkTreeView API change.
3912
3913         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
3914         replace with "activate" and "start_editing".  Also, added a
3915         "can_activate" and "can_edit" property.
3916
3917         * gtk/gtktreeviewcolumn.c: modify to use above.
3918
3919 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
3920
3921         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
3922
3923 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
3924
3925         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
3926         icon instead of one with ugly white background.
3927
3928 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
3929
3930         * demos/gtk-demo/stock_browser.c (id_to_macro): make
3931         the uppercasing work. (#59550)
3932
3933 2001-09-14  Jakub Steiner <jimmac@ximian.com>
3934
3935         * gtk/stock-icons/dialog_error.png:
3936         * gtk/stock-icons/dialog_question.png: more road signs
3937
3938 2001-09-13  Jakub Steiner <jimmac@ximian.com>
3939
3940         * gtk/stock-icons/dialog_question.png:
3941         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
3942           like a road sign.
3943
3944 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
3945
3946         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
3947         signals to make them more clear.  Also, change ::range_changed to
3948         ::row_changed.
3949         * gtk/gtktreemodel.c: Adjust to interface change
3950         * gtk/gtktreemodel.h: ditto
3951         * gtk/gtktreemodelsort.c: ditto
3952         * gtk/gtktreestore.c: ditto
3953         * gtk/gtkliststore.c: ditto
3954         * gtk/gtktreeview.c: ditto
3955         * tests/testtreecolumns.c: ditto
3956         * gtk/gtkmarshal.list: Actually remove a marshaller!
3957
3958 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
3959
3960         * gtk/gtktextview.c
3961         Add support for Ctrl+Up/Down arrow to move cursor to beginning
3962         of previous/next paragraph. If within a paragraph cursor moves to
3963         beginning of that paragraph.
3964
3965 2001-09-12  Jakub Steiner <jimmac@ximian.com>
3966
3967         * gtk/stock-icons/dialog_question.png: replacing the shaky
3968           question mark with a sans-serif one.
3969         * gtk/stock-icons/stock_top.png, stock_bottom.png,
3970      stock_first.png, stock_last.png: using the new style arrows
3971         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
3972      colors.
3973         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
3974      color.
3975         * gtk/stock-icons/stock_zoom*: anti-aliased
3976         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
3977      '-' with a '_', removed the wrong files
3978
3979 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
3980  
3981         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
3982  
3983         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
3984         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
3985         than in gtk-2.0/major.minor.micro/<type>/. This
3986         works better for a search path for modules.
3987  
3988         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
3989         gtk_binary_version variable holding major.minor.(micro-binary_age).
3990  
3991         * modules/input/Makefile.am (moduledir): Fix installation
3992         directory to match change in lookup location.
3993  
3994         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
3995         suffixes. Needs to be handled in g_module_build_path().
3996
3997         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
3998         appropriate.
3999  
4000 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
4001
4002         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
4003         causing RC properties not to work.
4004
4005 2001-09-11  Jakub Steiner <jimmac@ximian.com>
4006
4007         * gtk/stock-icons/dialog-error.png: less drastic
4008         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
4009           "STOP" is international enough.
4010         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
4011         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
4012
4013 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
4014
4015         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
4016         (add|remove)_selection_clipboard symmetric. (bug #59836)
4017
4018         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
4019         Avoid SEGV for empty tree. (bug #60243)
4020
4021 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
4022
4023         * tests/testgtk.c (create_idle_test): slight fix for
4024         g_object_set() not usable for nesting anymore.
4025
4026         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
4027         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
4028         properties, supply ::shadow_type properties instead as most
4029         other widgets do.
4030
4031 2001-09-10  Alex Larsson  <alexl@redhat.com>
4032
4033         * demos/gtk-demo/stock_browser.c:
4034         * gdk/gdkcolor.c:
4035         * gdk/gdkfont.c:
4036         * gdk/gdkcursor.c:
4037         * gdk/gdkevents.c:
4038         * gdk/gdkrectangle.c:
4039         * gtk/gtktypeutils.c:
4040         Update to use the new g_boxed_type_register_static API.
4041
4042 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
4043
4044         * gtk/gtktreestore.c:
4045         Fix looping in gtk_tree_store_init() waiting for zero random int.
4046
4047 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
4048
4049         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
4050         behaviour which havoc broke. they have to default to 1.0 for
4051         expand behaviour.
4052
4053         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
4054
4055 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
4056
4057         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
4058         Amend previous change to avoid runtime error in g_param_spec_ref()
4059
4060 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
4061
4062         * gtk/gtkrc.c (insert_rc_property): Fix blank line
4063         in the wrong place.
4064
4065 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
4066
4067         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
4068         do a lookup immediately after creating style->property_cache,
4069         since bsearch crashes on zero length for Solaris.
4070         (Found by Padraig O'Briain.)
4071
4072 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
4073
4074         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
4075         Really return NULL if not set.
4076         (gtk_widget_init): Remove unused varaible.
4077         
4078 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
4079
4080         * configure.in:
4081         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
4082         in cvs.
4083
4084 2001-09-08  Havoc Pennington  <hp@pobox.com>
4085
4086         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
4087         people might want to use
4088
4089 2001-09-08  Havoc Pennington  <hp@pobox.com>
4090
4091         * gtk/gtkalignment.c (gtk_alignment_class_init): default
4092         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
4093
4094         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
4095
4096         * gtk/gtktextiter.c: fix docs
4097         (gtk_text_iter_spew): get rid of this
4098
4099         * gtk/gtklayout.c: docs
4100
4101         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
4102         to center image and label together, instead of having image on
4103         left and label centered, patch/suggestion from Jacob
4104
4105         * gtk/gtkdialog.c: docs
4106
4107 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
4108
4109         * gtk/gtkliststore.c: Write documentation
4110         * gtk/gtktreestore.c: Write documentation
4111
4112 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
4113
4114         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
4115         with GArray and bsearch(), to remove dependency on a still
4116         evolving interface that we want to keep private to glib/gobject. 
4117
4118 2001-09-08  Havoc Pennington  <hp@pobox.com>
4119
4120         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
4121         docs fixes
4122
4123         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
4124
4125         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
4126
4127         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
4128
4129         * gtk/gtkscrolledwindow.h: docs fixes
4130
4131         * gtk/gtkimage.c (gtk_image_new): docs fixes
4132
4133 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
4134
4135         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
4136         false alarm  constness warning with a cast.
4137
4138         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
4139         for the inside-gdk case.
4140
4141 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
4142
4143         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
4144         remove g_print.
4145
4146         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
4147         change models, #59899
4148
4149 2001-09-07  Havoc Pennington  <hp@pobox.com>
4150
4151         * gtk/gtkmain.c: move some docs inline
4152
4153 2001-09-07  Havoc Pennington  <hp@pobox.com>
4154
4155         * gtk/gtk.h: tsk tsk, jrb broke the build
4156
4157 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
4158
4159         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
4160         Removed 'fill' attribute.  It was silly b/c that was a property of
4161         the cell renderer, anyway.
4162         (gtk_tree_view_column_render): Actually render the packed
4163         renderers.
4164         * doc/tree-column-sizing.txt: initial devel documentation.
4165         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
4166         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
4167
4168         * tests/testtreefocus.c: fix up to reflect above changes.
4169         * tests/testtreeview.c: ditto
4170         * demos/gtk-demo/stock_browser.c: ditto
4171
4172 2001-09-07  Alex Larsson  <alexl@redhat.com>
4173
4174         * gdk/linux-fb/gdkcolor-fb.c:
4175         Removed unused function.
4176         
4177         * gdk/linux-fb/gdkdrawable-fb2.c
4178         * gdk/linux-fb/gdkfont-fb.c:
4179         Use PangoLanguage functions.
4180
4181         * gdk/linux-fb/gdkinput.c:
4182         * gdk/linux-fb/gdkselection-fb.c:
4183         Fix const warnings.
4184         
4185         * gdk/linux-fb/gdkwindow-fb.c:
4186         Fix warning. Implement gdk_window_set_icon_list() and
4187         gdk_window_get_frame_extents(). (No icon support yet though.)
4188
4189         * gtk/gtkwindow.c (gtk_window_get_position):
4190         If window->frame is set get the extents of it instead.
4191         
4192 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
4193
4194         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
4195         Make the default default colormap the GdkRGB colormap,
4196         not the system colormap.
4197
4198         * gtk/gtkinvisible.c (gtk_invisible_init) 
4199           gtk/gtkwindow.c (gtk_window_init): Set the current
4200         colormap, as returned by _gtk_widget_peek_colormap()
4201         on the widget.
4202
4203         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
4204         to GTK+. Make it return %NULL instead of the default
4205         colormap if no colormap has explicitely been pushed.
4206
4207         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
4208         colormaps on ancestral widgets before defaulting the
4209         the system default colormap.
4210
4211         * docs/Changes-2.0.txt: explain colormap changes.
4212
4213 2001-09-07  Havoc Pennington  <hp@redhat.com>
4214
4215         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
4216         #57424
4217
4218 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
4219
4220         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
4221         make gdk_set_use_xshm a noop. Remove --no-xshm command line
4222         option. If we aren't autodetecting properly, we need
4223         to fix the problem, or at least make it an environment
4224         variable setting, to avoid problems with propagating
4225         to embedded children, plugins, etc.
4226
4227         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
4228
4229         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
4230         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
4231         New function to render a pixmap and mask for a particular colormap.
4232
4233         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
4234         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
4235         of internal implementation of the same.
4236
4237 2001-09-07  Havoc Pennington  <hp@redhat.com>
4238
4239         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
4240         debug code that seems to have caused a breakpoint in valid cases
4241         
4242         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
4243         pointer on the first view when adding the second view, fixes
4244         crash when closing gtk-demo text test with active selection
4245
4246         * gtk/gtktextbuffer.c
4247         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
4248         clipboards in the list of clipboards - probably fixes #59836
4249
4250 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
4251
4252       Make gdkx.h the only installed header from gdk/x11.
4253       All structures in gdk/x11 are opaque.
4254
4255         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
4256         Don't install gdk{drawable,pixmap,window}-x11.h.
4257
4258         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
4259         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
4260         GdkVisualClass into C files.
4261
4262         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
4263
4264         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
4265         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
4266         Add public functions to replace previously exported direct
4267         structure access.
4268         gdk_x11_colormap_get_{xdisplay,xcolormap} 
4269         gdk_x11_cursor_get_{xdisplay,xcursor},
4270         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
4271         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
4272         gdk_x11_gc_get_{xdisplay,ximage}
4273         
4274         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
4275         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
4276
4277       Fix a number of variables and functions that were exported
4278       "accidentally" from GDK.
4279
4280         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
4281         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
4282         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
4283         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
4284         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
4285         gdk_event_queue_find_first, gdk_event_queue_remove_link,
4286         gdk_event_queue_append, gdk_event_button_generate,
4287         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
4288
4289         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
4290            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
4291         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
4292         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
4293         gdk_use_xshm, gdk_input_ignore_core.
4294
4295         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
4296         #defines to namespace functions into the private _gdk_ 
4297         namespace.
4298
4299         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
4300         to replace gdk_parent_root exported variable. Adjust and
4301         deprecate GDK_ROOT_PARENT().
4302
4303         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
4304         GDK_ROOT_PARENT usage, remove includes of port-specific
4305         headers.
4306
4307         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
4308         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
4309         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
4310
4311         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
4312         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
4313         gdk_wm_delete_window functions, gdk_wm_take_focus, 
4314         use gdk_atom_intern() instead.
4315
4316         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
4317           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
4318           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
4319           gtk/gtkselection.c 
4320         Unexport gdk_selection_property, just use 
4321         gdk_atom_intern ("GDK_SELECTION").
4322
4323         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
4324         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
4325         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
4326         GdkVisualprivate, gdk_x11_gc_flush.
4327
4328       Make a number of public exports of variables into functions
4329       to increase encapsulation.
4330
4331         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
4332         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
4333         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
4334
4335         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
4336         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
4337         gdk_error_warnings.
4338
4339         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
4340           docs/Changes-2.0.txt: 
4341         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
4342         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
4343         Add gdk_x11_get_default_xdisplay().
4344
4345         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
4346         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
4347         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
4348         Don't export gdk_progclass, move --class command line
4349         option and handling to common portion of GDK.
4350
4351       Miscellaneous fixes:
4352
4353         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
4354         g_return_val_if_fail that should have been g_return_if_fail.
4355
4356         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
4357         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
4358
4359         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
4360         X11 dependency.
4361
4362         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
4363         Remove unused gdk_key_repeat_disable/restore.
4364
4365         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
4366         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
4367         Remove unused gdk_null_window_warnings variable.
4368
4369         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
4370         it can be retrieved from the repository; it is too far
4371         from functional to be worth having people check out;
4372         it would be easier to start from scratch, I suspect.
4373
4374         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
4375
4376         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
4377         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
4378         Fix some accidentally global variables and unused global variables.
4379
4380         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
4381         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
4382         Fix some accidentally global variables and unused global variables.
4383
4384       Add some space for future expansion to multihead.
4385
4386         * gdk/gdkdrawable.h: Add four reserved function pointers
4387         for future expansion of GdkDrawableClass.
4388
4389         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
4390         where we can put a GdkScreen * later.
4391
4392 2001-09-07  Havoc Pennington  <hp@redhat.com>
4393
4394         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
4395         adjustments after validating destination yrange; fixes #53918
4396         (This may cause other issues, but I hope it won't)
4397         
4398 2001-09-05  Havoc Pennington  <hp@redhat.com>
4399
4400         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
4401         line into start line, update the character counts in parent nodes; 
4402         caused a bug when end and start line had different parent nodes.
4403
4404 2001-08-30  Havoc Pennington  <hp@redhat.com>
4405         
4406         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
4407         assertion that tag is in a table
4408
4409 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
4410
4411         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
4412         g_strcasecmp on NULL strings. (#59058)
4413
4414 2001-09-06  Alex Larsson  <alexl@redhat.com>
4415
4416         * gtk/gtkbin.c:
4417         * gtk/gtkfontsel.c:
4418         * gtk/gtkspinbutton.c:
4419         * gtk/gtktipsquery.c:
4420         Use GtkType/GType instead of uint.
4421
4422 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
4423
4424         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
4425         sort column.
4426
4427         * gtk/gtktreestore.c (gtk_list_store_init): ditto
4428
4429         * gtk/gtktreesortable.c: add docs.
4430
4431 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
4432
4433         * Version 1.3.7
4434
4435         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
4436         docs for gtk-config
4437
4438         * modules/input/Makefile.am (install-data-local): Don't
4439         run gtk-query-immodules if DESTDIR is set.
4440
4441         * NEWS: Various additions.
4442
4443 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
4444
4445         * NEWS: updates for 1.3.7 release.
4446
4447 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
4448
4449         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
4450         handle default sort feature
4451
4452         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
4453         new function to handle default sort.
4454         (gtk_tree_sortable_has_default_sort_func): check if default sort
4455         is set.
4456
4457         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
4458         handle default sort feature
4459
4460 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
4461
4462         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
4463         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
4464         #59731
4465
4466 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
4467
4468         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
4469         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
4470         time, #59727
4471
4472         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
4473         correctly.
4474
4475 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
4476
4477         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
4478         so that we don't eternally update the keymap after we
4479         get a change notification.
4480
4481         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
4482         incorrect cast.
4483
4484 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
4485
4486         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
4487         it working. It mostly works now, although there're still a few issues
4488         to be worked out.
4489
4490         * tests/testtreesort.c (main): changes to have a better test
4491         application for the GtkTreeModelSort.
4492
4493 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
4494
4495         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
4496         fix for bug #59222.
4497
4498         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
4499         gpointer search_data argument to function definition and
4500         prototype, to match GtkTreeViewSearchEqualFunc typedef.
4501
4502 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
4503
4504         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
4505         per jrb's request.
4506
4507 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
4508
4509         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
4510
4511         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
4512
4513 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
4514
4515         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
4516         Instead of always mirroring the selection to a single PRIMARY
4517         selection, allow it to be mirrored to any number of clipboards.
4518
4519         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
4520         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
4521
4522         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
4523         GtkClipboard argument, and for paste_clipboard, the
4524         @override_location argument from @paste_primary.
4525
4526         * gtk/gtktextview.c: Adapt to above change.
4527         
4528 2001-08-30  Havoc Pennington  <hp@redhat.com>
4529
4530         * gtk/gtktextview.c (invalidated_handler): put validate idle at
4531         resize - 2 just for flexibility
4532
4533 2001-08-30  Havoc Pennington  <hp@redhat.com>
4534
4535         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
4536         object from the empty-child-anchor case by drawing a little box.
4537         
4538         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
4539         if the child anchor has no anchored widgets - fixes #59328.
4540
4541         Also, remove bizarre deletion of preedit string that seems to have
4542         gotten in here somehow.
4543
4544 2001-08-30  Havoc Pennington  <hp@redhat.com>
4545
4546         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
4547         to #58420 from Hidetoshi Tajima and Matthias Clasen
4548
4549 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
4550
4551         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
4552         change color when the GtkTreeView loses focus.
4553
4554         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
4555         ditto.
4556         
4557         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
4558
4559 2001-08-28  Havoc Pennington  <hp@pobox.com>
4560
4561         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
4562
4563 2001-08-28  Havoc Pennington  <hp@pobox.com>
4564
4565         * demos/gtk-demo/main.c (setup_default_icon): add default icon
4566
4567         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
4568         warning fix
4569         (gtk_radio_button_new_with_label): warning fix
4570
4571         * gtk/gtkdnd.c: used some random GtkImage private structs, 
4572         update to reflect GtkImage changes
4573
4574         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
4575         whether the hint is supported, just always set the icon. A task
4576         list might want to use it even if the WM doesn't, and the WM may
4577         change over time. Also, XDeleteProperty() if list == NULL.
4578
4579         * gtk/gtkwindow.c (gtk_window_set_icon_list)
4580         (gtk_window_get_icon_list)
4581         (gtk_window_set_icon)
4582         (gtk_window_get_icon)
4583         (gtk_window_set_default_icon_list)
4584         (gtk_window_get_default_icon_list):
4585         new functions
4586
4587         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
4588
4589         * gtk/gtkimage.c: Implement property support, bug #59408
4590
4591         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
4592         on reparent-without-removing-first a bit more helpful.
4593         Let's just destroy this FAQ.
4594
4595 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
4596
4597         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
4598         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
4599
4600 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
4601
4602         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
4603         of use_text_format to the end of the function. (#56447)
4604
4605 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
4606
4607         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
4608         only in response to an area_prepared signal.
4609
4610 2001-08-28  Alex Larsson  <alexl@redhat.com>
4611
4612         * gtk/gtkwidget.c (gtk_widget_class_init):
4613         Make unrealize GTK_RUN_LAST.
4614
4615 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
4616
4617         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
4618         with_label and with_mnemonic should create radio buttons, not
4619         check buttons
4620
4621 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
4622
4623         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
4624         * tests/treestoretest.c (make_window): ditto
4625         * demos/gtk-demo/main.c (create_tree): ditto
4626         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
4627
4628 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
4629
4630         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
4631         GTK selection types rather than GtkTreeSelectionMode.
4632
4633         * docs/Changes-2.0: Add comment about selection change.
4634
4635 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
4636
4637         * gtk/gtkenums.h (GtkSelectionMode): deprecate
4638         GTK_SELECTION_EXTENDED.
4639
4640         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
4641         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
4642
4643         * gtk/gtkctree.c: ditto
4644
4645         * gtk/gtklist.c: ditto
4646
4647         * gtk/gtktree.c: ditto
4648
4649 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
4650
4651         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
4652         of typos in compat macros. (#59624, Skip Montaro)
4653
4654 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
4655
4656         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
4657         macro.
4658
4659          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
4660  
4661         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
4662         interface to be a standard setter from gtk_menu_item_right_justify.
4663         (gtk_menu_item_get_right_justified): a getter to go with the setter
4664
4665         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
4666         gtk_menu_item_right_justify.
4667
4668         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
4669         gtk_menu_item_set_right_justified.
4670  
4671 2001-08-27  Jens Finke <jens@gnome.org>
4672
4673         * gtk+.spec.in: Updated to match gpp requirements, reworked the
4674         files section to make it work with 1.3.x releases.
4675
4676 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
4677
4678         * gtk/gtkbutton.[ch]:
4679         Add properties for labels, mnemonics and stock items.
4680         Added C accessor functions for the properties.
4681         Removed deprecated button->child.
4682
4683         * gtk/gtkradiobutton.c:
4684         * gtk/gtktogglebutton.c:
4685         Update to use the functions in GtkButton.
4686
4687         * gtk/gtkcheckbutton.c:
4688         Update to use the functions in GtkButton.
4689         Changed size allocation of child. Now only gets as much
4690         space as it requests.
4691
4692         * gtk/gtkclist.c:
4693         Don't use GtkButton->child
4694
4695         * gtk/gtklabel.c:
4696         Fixed typo in docs
4697         
4698 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
4699
4700         * tests/testgtk.c:
4701         * tests/Makefile.am:
4702         Ressurect the properties test.
4703         I don't care if it is inferior, I just want to test my property code.
4704
4705 2001-08-25  Chema Celorio  <chema@celorio.com>
4706
4707         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
4708         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
4709         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
4710
4711 2001-08-24  Havoc Pennington  <hp@pobox.com>
4712
4713         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
4714         these are already in gtkmenu.h, and the copies
4715         here were broken.
4716
4717         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
4718
4719         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
4720         special-case bitmaps to allow no colormap
4721         (bitmap1): implement no-colormap bitmap-getting
4722         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
4723         alpha
4724         (rgb8): indentation
4725         (rgb1a, rgb1): change the way we read the data out of the image, 
4726         old way didn't seem to work quite right.
4727
4728         I'm pretty sure a lot of the rgbconvert code is still broken.
4729         
4730         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
4731         above position constraint (I really intended to do this before,
4732         don't know what's up with that)
4733         (gtk_XParseGeometry): shut up gcc
4734
4735         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
4736         and "0" should have been. remove the attempted 4-bytes-at-once
4737         optimization, it was totally broken.
4738
4739 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
4740
4741         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
4742         on push to buttons (based on patch from Soeren Sandmann, #54720)
4743
4744           - Add child_displacement_x/y style properties to control how far the
4745             child moves when the button is depressed.
4746
4747           - Add non-exported function _gtk_button_set_depressed to clean
4748             up the handling of the in/out shadow and separate it frmo
4749             widget->state.
4750
4751           - Lots of code cleanup and simplification of state handling
4752             for GtkButton/GtkToggleButton.
4753  
4754         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
4755         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
4756
4757 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
4758
4759         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
4760         and make gtk_image_new() take no arguments. The compiler will
4761         catch it, and it is vastly more useful than having
4762         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
4763
4764         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
4765         to add tearoff-title property (#51319, Lee Mallabone)
4766
4767 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
4768
4769         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
4770         gtk_menu_item_configure(). (#58925)
4771
4772 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
4773
4774         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
4775         "use_align" to give people the option to just make a cell visible.
4776
4777         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
4778         we were scrolling past the end of the tree.
4779
4780         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
4781         rename gtk_tree_view_column_pack_start_cell_renderer to
4782         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
4783
4784 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
4785
4786         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
4787         a stray g_object_ref() left over from gtk_object_ref/sink.
4788         (Pointed out by Josh Pritikin.)
4789
4790 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
4791
4792         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
4793         to gtk_container_get_children. Added deprecated compatibility
4794         macro. (Suggested by Vitaly Tishkov, #59051)
4795
4796         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
4797         calls.
4798
4799 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
4800
4801         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
4802         gtk_menu_bar_append/prepend/insert, forgot to do this
4803         when we deprecated gtk_menu_append/prepend/insert.
4804
4805         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
4806         compat macros.
4807
4808         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
4809         renamed by compat macro.
4810
4811         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
4812         gtk_font_selection_dialog_get_font(). (Suggested by
4813         Vitaly Tishkov, #59383)
4814
4815 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
4816
4817         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
4818         Rename from gtk_text_tag_table_size(). (#59366)
4819
4820 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
4821
4822         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
4823         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
4824         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
4825         (#59173).
4826
4827 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
4828
4829         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
4830         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
4831         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
4832
4833 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
4834
4835         [ Patch from Sebastian Wilhelmi, 52790 ]
4836
4837         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
4838
4839         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
4840         Move compatibility macros from g[dt]kcompat.h to within 
4841         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
4842
4843         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
4844
4845         * demos/Makefile.am demos/gtk-demo/Makefile.am 
4846           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
4847           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
4848
4849         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
4850                  testpixbuf.c}: Fix usages of deprecated functions.
4851
4852 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
4853
4854         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
4855         when changing models.
4856
4857 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
4858
4859         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
4860         We check the current event for modifiers rather than try to trap
4861         all presses.
4862
4863 2001-08-22  Anders Carlsson  <andersca@gnu.org>
4864
4865         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
4866         It's LIST_STORE, not LISTSTORE.
4867
4868 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
4869
4870         * gtk/gtk.h: Remove commented out gtkpacker reference.
4871
4872 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4873
4874         * configure.in (all_loaders): Add tga loader, 
4875         patch by Nicola Girardi. (#56067)
4876
4877 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
4878
4879         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
4880         a little.  More needs to be done tomorrow.
4881
4882 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
4883
4884         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
4885
4886 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
4887
4888         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
4889         reported by Kristian Rietveld <kristian@planet.nl> to handle row
4890         == NULL.
4891         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
4892         <kristian@planet.nl> to change destroy order.
4893
4894 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
4895
4896         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
4897         correct marshaller.
4898
4899 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
4900
4901         * gtk/gtkliststore.c: Fix up warnings, #58928.
4902
4903         * gtk/gtktreeselection.h: Change signal prototype, #58647
4904
4905         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
4906         #59221.
4907
4908         * gtk/gtkstyle.c: Actually prelight arrow, #50981
4909         
4910 2001-08-18  Hans Breuer  <hans@breuer.org>
4911
4912         * gdk/gdk.def : updated externals
4913
4914         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
4915         is required to get (at least) visible in entry fields. Some selections
4916         are really handled now - even on win32 - but copying via middle
4917         mouse button into a different app needs to wait ... 
4918
4919         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
4920         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
4921
4922         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
4923         handling. I'm not sure if it is better now, but at least not worse
4924
4925         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
4926         with SetWindowPos () which allows more fine-tuning backing-store wise
4927
4928         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
4929         Also changed move/resize to be more like the X version.
4930
4931         * gtk/gtk.def : updated externals
4932
4933 2001-08-19  Sven Neumann  <sven@gimp.org>
4934
4935         * gtk/gtktooltips.c
4936         * tests/testtreesort.c
4937         * tests/treestoretest.c: inserted some casts to get rid of compiler
4938         warnings.
4939
4940 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
4941
4942         * gtk/gtktreeviewcolumn.c
4943         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
4944
4945         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
4946         (_gtk_tree_view_find_node): If *node is NULL,
4947         *tree should be NULL too.
4948
4949         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
4950         column/renderers.
4951         * tests/testtreecolumns.c: ditto
4952         * tests/testtreefocus.c: ditto
4953         * tests/testtreesort.c: ditto
4954         * tests/testtreeview.c: ditto
4955         * tests/treestoretest.c: ditto
4956
4957 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
4958
4959         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
4960         signals; is_expander/is_expanded.
4961
4962         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
4963         pixbufs.
4964
4965         * gtk/gtktreeview.c: set above properties.
4966
4967 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
4968
4969         * gtk/gtkwidget.h: Really remove set_default_style().
4970
4971         * docs/Changes-2.0.txt: added a note about
4972         gtk_widget_push/pop/set_default_style.
4973
4974 2001-08-18  Havoc Pennington  <hp@pobox.com>
4975
4976         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
4977         hints_changed in addition to the other cases.
4978         (gtk_window_move_resize): include last position from configure
4979         notify in debug spew
4980
4981 2001-08-18  James Henstridge  <james@daa.com.au>
4982
4983         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
4984         second argument to the weak ref notify, cleaning up some uglyness.
4985         (gtk_accel_group_attach): remove and add the weak notifier when
4986         changing the accel groups slist.
4987         (gtk_accel_group_detach): same here.
4988
4989 2001-08-17  Darin Adler  <darin@bentspoon.com>
4990
4991         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
4992         missing parameters to utf8 functions to make it compile.
4993
4994 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
4995
4996         * gtk/gtktreeprivate.h:
4997         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
4998         (gtk_tree_view_init), (gtk_tree_view_set_property),
4999         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
5000         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
5001         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
5002         (gtk_tree_view_set_destroy_count_func),
5003         (gtk_tree_view_set_enable_search),
5004         (gtk_tree_view_get_enable_search),
5005         (gtk_tree_view_get_search_column),
5006         (gtk_tree_view_set_search_column),
5007         (gtk_tree_view_get_search_equal_func),
5008         (gtk_tree_view_set_search_equal_func),
5009         (gtk_tree_view_search_dialog_destroy),
5010         (gtk_tree_view_search_position_func),
5011         (gtk_tree_view_interactive_search),
5012         (gtk_tree_view_search_delete_event),
5013         (gtk_tree_view_search_button_press_event),
5014         (gtk_tree_view_search_key_press_event),
5015         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
5016         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
5017         * gtk/gtktreeview.h:
5018         Add heavily modified patch from Kristian Rietveld to handle
5019         interactive searching.
5020
5021 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
5022
5023         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
5024         string parameter.
5025
5026         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
5027         GtkMenuShell::selection_done, now that we have it, instead of 
5028         ::deactivate so we're not tearing the menu apart and notify
5029         the user prematurely.
5030
5031 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
5032
5033         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
5034         window, clear window->need_default_position to avoid infinite loops.
5035         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
5036
5037 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
5038
5039         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
5040         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
5041         (gtk_tree_view_set_property): don't cast possible NULL objects.
5042         (gtk_tree_view_destroy): reset the model to NULL.
5043
5044         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
5045         parent_class handler.
5046
5047 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5048
5049         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
5050
5051 2001-08-17  Anders Carlsson  <andersca@gnu.org>
5052
5053         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
5054         point numbers so that the result will be floating point.
5055
5056 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5057
5058         * tests/testgtk.c (create_handle_box): 
5059         (create_toolbar): Replace gtk_window_set_policy calls by
5060         gtk_window_set_resizable.
5061
5062 2001-08-16  Jakub Steiner <jimmac@ximian.com>
5063
5064         * gtk/stock-icons/dialog_info.png: new style bulb
5065         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
5066         * gtk/stock-icons/dialog_warning.png: need a hand?
5067         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
5068           the aa border gets chopped off ok
5069         * gtk/stock-icons/stock_colorselector.png: using the new hand
5070         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
5071           this one is for, but the old icon was butt ugly.
5072         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
5073         * gtk/stock-icons/stock*_insert_object.png: "
5074         * gtk/stock-icons/stock_index.png: using new hand icon
5075         * gtk/stock-icons/stock*_new.png: the document template being used 
5076           elsewhere too
5077         * gtk/stock-icons/stock*_print*.png: new print and print preview 
5078           icons (panel/menu)  
5079         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
5080           icons based on Tuomas' floppy image.
5081         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
5082         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
5083         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
5084         * gtk/stock-icons/stock*_undelete.png: "
5085         * gtk/stock-icons/stock_preferences.png: I have a version with a 
5086           document base if the sliders are no good.
5087         * gtk/stock-icons/stock_properties.png: properties 
5088         
5089
5090         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
5091           (tigert@ximian.com) clipboard icons
5092         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
5093         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
5094         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
5095           little bigger IMHO
5096
5097 2001-08-16  Sven Neumann  <sven@gimp.org>
5098
5099         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
5100
5101 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
5102
5103         * gtk/gtkcellrenderertext.c:
5104         Avoid warning when specifying NULL for "attributes" property
5105
5106 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5107
5108         * docs/debugging.txt: Add a warning about --enable-debug=no,
5109         some editorial changes.
5110
5111 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5112
5113         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
5114         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
5115         debugging info, remove unused debug flags. (#58330)
5116
5117 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
5118
5119         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
5120         (gtk_tree_selection_select_all): Remove strict checking for rows.
5121
5122 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5123         
5124         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
5125         Don't remove the tooltip window when the tip text changes. (#15891)
5126
5127 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
5128
5129         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
5130         $(srcdir).
5131
5132 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
5133
5134         * Makefile.am (EXTRA_DIST): Fix problem with trying to
5135         dist files from intl/, which is no longer there.
5136
5137 2001-08-11  Hans Breuer  <hans@breuer.org>
5138
5139         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
5140           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
5141           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
5142           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
5143           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
5144           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
5145
5146         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
5147           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
5148         GDK_TYPE_EVENT signals
5149
5150         * gtk/gtkalignment.c : removed 'direct allocation bug',
5151         which Tim discovered while reading the patch
5152
5153 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
5154
5155         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
5156         compat macros for push/pop/set_visual that were supposed
5157         to be added a long time ago, but got dropped. 
5158
5159 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
5160
5161         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
5162         property notifies.
5163
5164 2001-08-07  Havoc Pennington  <hp@pobox.com>
5165
5166         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
5167
5168         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
5169         some fixage is needed here, but nothing simple. Owen understands
5170         it. ;-)
5171
5172         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
5173         sizing and positioning.  Also, fix bug in compute_geometry_hints
5174         (width/height confusion for setting min size). 
5175         (gtk_window_move): new function
5176         (gtk_window_resize): new function
5177         (gtk_window_get_size): new function
5178         (gtk_window_get_position): new function
5179         (gtk_window_parse_geometry): new function
5180         
5181         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
5182         (gtk_widget_get_size_request): new function
5183         (gtk_widget_get_usize): delete, that was a short-lived function
5184         ;-)
5185         (gtk_widget_set_usize): deprecate
5186         (gtk_widget_set_uposition): deprecate, make it a trivial 
5187         gtk_window_move() wrapper
5188         (gtk_widget_class_init): remove x/y/width/height properties,
5189         add width_request height_request
5190         
5191         * demos/*: update to avoid deprecated functions
5192         
5193         * gtk/gtklayout.c: add x/y child properties
5194
5195         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
5196         uses of "gint16"
5197
5198         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
5199         sizing test
5200
5201         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
5202         configure events on toplevel windows are always in root window
5203         coordinates, following ICCCM spec that all synthetic events 
5204         are in root window coords already, while real events are 
5205         in parent window coords. Previously the code assumed that 
5206         coords of 0,0 were parent window coords, which was 
5207         really broken.
5208   
5209         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
5210         warning
5211  
5212         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
5213         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
5214         hints in gtk_window_parse_geometry()
5215  
5216         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
5217         new USER_POS USER_SIZE hints    
5218
5219 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5220
5221         * tests/prop-editor.c (properties_from_type): Use 
5222         g_object_class_list_properties to get the param specs 
5223         for a given type. (#58609)
5224
5225 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5226
5227         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
5228         free the text_aa parts. (#57549)
5229
5230 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5231
5232         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
5233         not the foreground color. (#57621)
5234
5235 2001-08-09  Alexander Larsson <alexl@redhat.com>
5236
5237         * gdk/win32/gdkfont-win32.c:
5238         Update to the new pango win32 api.
5239
5240 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
5241
5242         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
5243         COMPOUND_TEXT instead of TEXT
5244         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
5245         interpret the return value of g_string_to_compound_text()
5246         (#55152)
5247
5248 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5249
5250         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
5251         fail if iter is NULL. (#58347)
5252
5253 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5254
5255         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
5256         some off-by-one issues, fixing selection of line-ends. (#50323)
5257
5258 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5259
5260         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
5261         functions in order to make mouse operation work again in the
5262         color wheel. (#58604)
5263
5264 2001-08-07  James Henstridge  <james@daa.com.au>
5265
5266         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
5267         the accelerator when the accel object is changed.  Fixes bug
5268         #58628.
5269
5270 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
5271
5272         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
5273         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
5274         (gnome bugzilla #58202)
5275
5276 2001-08-06  Havoc Pennington  <hp@pobox.com>
5277  
5278         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
5279         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
5280         it was expecting a GdkWindow, not a GdkWindowImplX11.
5281  
5282         Also, we were getting the window rect in screen coords 
5283         and the screen rect in window coords then intersecting 
5284         them; instead, get window rect in window coords.
5285  
5286         Finally, there were codepaths that resulted in a stuck server grab
5287         (when the window was fully onscreen, or on gdk_image_new()
5288         failure); make the server ungrab thing a bit more
5289         robust/consistent.
5290
5291 2001-08-06  Sven Neumann  <sven@gimp.org>
5292
5293         * gdk/gdkpango.c (gdk_pango_context_destroy): 
5294         check if info->colormap != NULL before unref'ing it. It might have
5295         been set to NULL using gdk_pango_context_set_colormap().
5296
5297 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
5298
5299         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
5300         Fix conversion from float to int so that we don't get
5301         skew in the int => float => int roundtrip. 
5302         (#58120, reported by Vitaly Tishkov). Also fix problem
5303         where if no alpha was set, the returned alpha
5304         from (say) set_current_alpha() was returned as 1, not 65535.
5305
5306 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
5307
5308         * gtk/gtklist.c (gtk_list_clear_items): Fix
5309         problem with selecting a new focus child.
5310
5311         * gtk/gtklist.c (gtk_list_clear_items): Clear 
5312         list->undo/list_focus_child after unparenting
5313         child, since unparenting the child can result
5314         in list->last_focus_child being set. (#58024)
5315
5316         * Makefile.am (SUBDIRS): Add target specific pc
5317         files to DISTCLEANFILES.
5318
5319         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
5320         (58327, Matthias Clasen)
5321
5322 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
5323
5324         * tests/testgtk.c: Patch from Hans (with various modifications),
5325         to add the ability to use testgtk as a rough-and-ready
5326         benchmark. Try, 'testgtk --bench all:5' (if you want decent
5327         numbers, run without a window manager)
5328
5329 2001-08-04 Alexander Larsson <alexl@redhat.com>
5330
5331         * gdk/win32/gdkinput.c:
5332         Add #ifdef HAVE_WINTAB around wintab.h include.
5333
5334         * gtk/gtk.def:
5335         Removed marshals that have been moved to glib.
5336         Commented out plug and socket. They didn't compile for me 
5337         on win32.
5338
5339 2001-08-04  Hans Breuer  <hans@breuer.org>
5340
5341         * gtk/stocks-icons/makefile.msc : new file
5342         * gtk/makefile.msc.in : use it
5343
5344         * gtk/gtkstyle.c : not all platforms do provide M_PI and
5345         friends, but luckily there is G_PI
5346
5347         * gtk/gtk.def : updated
5348
5349         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
5350         windows WS_POPUP, but only those without a parent. This fixes the 
5351         mis-alignment between the selectable (temp, input only) window and 
5352         the window text of GtkLabel.
5353
5354         (gdk_window_show) : respect private->state when actually showing
5355         the window.
5356
5357         (gdk_window_set_transient_for) : Implementation from Wolfgang 
5358         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
5359         error handling. Should fix #50586.
5360
5361         * gdk/win32/gdkevents-win32.c : beautify log output
5362
5363 2001-08-04  Michael Natterer  <mitch@gimp.org>
5364
5365         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
5366         Need to show the image after adding it to the GtkImageMenuItem.
5367         This used to work without in testgtk because of the
5368         gtk_widget_show_all() at the end of the function.
5369         (Closes #54978).
5370
5371 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
5372
5373         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
5374         (gtk_notebook_set_child_property): fix finding of child's page,
5375         since we have to validly deal with labels and menus here as well.
5376         (gtk_notebook_get_child_property): fix warning.
5377         (gtk_notebook_class_init): property tab_pack is of type
5378         GTK_TYPE_PACK_TYPE (enum) not boolean.
5379         (gtk_notebook_find_child): don't always warn, we might be looking
5380         for a label or menu child.
5381         (gtk_notebook_map): fix mapping of panel.
5382
5383         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
5384         widget's mapped state, regardless of the value being set equals
5385         old settings, since things like REALIZED(parent) or MAPPED(parent)
5386         may have changed since the old value was set. make it an error to
5387         invoke this function on a toplevel widget.
5388
5389 2001-07-31  Darin Adler  <darin@bentspoon.com>
5390
5391         * gdk/gdkprivate.h:
5392         * gdk/x11/gdkx.h:
5393         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
5394
5395         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
5396         GTK_OBJECT.
5397
5398 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
5399
5400         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
5401         scoping error pointed out by matthiasc@poet.de.
5402
5403 2001-07-31  Sven Neumann  <sven@gimp.org>
5404
5405         * demos/gtk-demo/appwindow.c
5406         * demos/gtk-demo/item_factory.c
5407         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
5408
5409 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
5410
5411         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
5412         argument order for g_signal_has_handler_pending.
5413
5414 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
5415
5416         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
5417         instead of long deprecated g_scanner_stat_mode().
5418
5419 2001-07-29  Hans Breuer  <hans@breuer.org>
5420
5421         * gdk/makefile.msc : build in the backend dir after
5422         auto-generating files
5423
5424         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
5425         with code from win32-production-branch.
5426
5427         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
5428         before calling DestroyWindow, which indirectly calls 
5429         gdk_window_destroy_notify ()
5430
5431         (performance patch merged from win32-production-branch)
5432         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
5433         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
5434         R2_COPYPEN rop). It is claimed to be much faster.
5435
5436 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
5437
5438         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
5439         add an "attributes" property to the text renderer for ATK.
5440
5441 2001-07-26  Alex Larsson  <alexl@redhat.com>
5442
5443         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
5444         Initialize image->bits_per_pixel from the drawable, not from
5445         the root window.
5446
5447         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
5448         Fix cast. argument is an IMPL already.
5449
5450 2001-07-15  James Henstridge  <james@daa.com.au>
5451
5452         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
5453         (gtk_window_remove_accel_group): same here.
5454         (gtk_window_key_press_event): same here.
5455
5456         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
5457         (gtk_widget_remove_accelerator): same here.
5458         (gtk_widget_remove_accelerators): same here.
5459
5460         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
5461
5462         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
5463         instead of GtkObject.
5464
5465         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
5466         now takes GObjects.
5467
5468         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
5469         pass a GObject to gtk_accel_group_entries_from_object.
5470         (gtk_item_factory_create_item): s/accel_widget/accel_object/
5471
5472         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
5473
5474         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
5475
5476         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
5477         GObjects can have accelerators set now.  Add compatibility
5478         defines.
5479
5480         * gtk/gtkmarshal.list: add missing marshallers.
5481
5482         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
5483         accelerators on plain GObjects.  gtk_accel_group_object_destroy
5484         has been converted into a weak reference, and
5485         gtk_accel_group_delete_entries is now a destroy notify for that
5486         piece of data.
5487
5488 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
5489
5490         * gdk/gdkdraw.c: Added a check on the colormap depth to
5491         gdk_drawable_set_colormap()
5492         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
5493         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
5494         for pixmaps without visuals (more specifically, bitmaps)
5495         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
5496         doesn't set a colormap with the wrong depth
5497
5498
5499 2001-07-22  Anders Carlsson  <andersca@gnome.org>
5500
5501         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
5502         expander_height and expander_width properties with a single
5503         property, expander_size.
5504         (gtk_tree_view_init): Set the tab_offset to expander_size
5505         plus some padding.
5506         (gtk_tree_view_unrealize): Remove the expand/collapse
5507         timeout if it exists.
5508         (coords_are_over_arrow): Fix a small bug.
5509         (gtk_tree_view_motion_draw_column_motion_arrow): Use
5510         expander_size.
5511         (gtk_tree_view_draw_focus): Use "treeview" instead of
5512         "add-mode" as detail when drawing the focus.
5513         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
5514         instead of "add-mode" as detail when drawing the focus.
5515         (gtk_tree_view_deleted): If we have a node currently being
5516         expanded or collapsed, remove the timeout and set the node 
5517         to NULL.
5518         (gtk_tree_view_queue_draw_arrow): New function that just
5519         redraws the arrow of a node.
5520         (gtk_tree_view_draw_arrow): Use expander_size instead of
5521         expander_width/expander_height, also pass a different
5522         expander_style to gtk_paint_expander depending on the 
5523         state of the node being drawn.
5524         (expand_collapse_timeout): New function for expanding 
5525         or collapsing a node depending on the previous state.
5526         (gtk_tree_view_real_expand_row): Add timeout and set 
5527         correct state for node being expanded.
5528         (gtk_tree_view_real_collapse_row): Add timeout and set
5529         correct state for node being collapsed.
5530
5531         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
5532         information about the node currently being expanded or
5533         collapsed, and also a timeout id.
5534
5535         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
5536         with expander_style for draw_expander.
5537
5538         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
5539         expander_style.
5540         (create_expander_affine): New function for creating an 
5541         expander affine.
5542         (apply_affine_on_point): New function for applying an 
5543         affine to a point.
5544         (gtk_default_draw_expander): Modified to take expander_style
5545         instead of is_open, and to draw the rectangle rotated differently
5546         depending on the expander style.
5547         (gtk_paint_expander): Replace is_open with expander_style.
5548
5549         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
5550
5551         * gtk/gtkenums.h: Add expander style enum.
5552
5553 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
5554
5555         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
5556         value from gtk_tree_model_get_iter, the model might be empty.
5557
5558 2001-07-20  Hans Breuer  <hans@breuer.org>
5559
5560         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
5561         gdk/gdkinput.c like the other backends
5562
5563         * gdk/win32/gdkinput-win32.h :
5564         * gdk/win32/gdkinput.c :
5565         * gdk/win32/gdkvisual-win32.c :
5566         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
5567         GdkVisual GObjectification. UNTESTED for pen-devices because
5568         I simply have none.
5569
5570         * gdk/gdk.def :
5571         * gtk/gtk.def : updated externals
5572
5573         * gtk/gtkiconfactory.c :
5574         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
5575         before passing &error to functions to avoid strange crashes
5576         
5577         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
5578
5579         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
5580
5581         * gtk/makefile.msc.in : updated
5582
5583 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
5584
5585         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
5586         Add property support. (#51858)
5587
5588 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
5589
5590         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
5591         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
5592         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
5593
5594 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
5595
5596         * gtk/gtkcolorsel.c: Add propery support (roughly
5597         based on patch from Lee Mallabone, #51014)
5598
5599         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
5600         deprecated, since we already g_warning() on it.
5601
5602 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
5603
5604         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
5605         typo that sometimes caused selection not to work properly.
5606
5607         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
5608         entry when tabbing in. (#57743)
5609         
5610         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
5611         user drags up above or down below the entry, move
5612         to the end or the beginning of the entry. (Suggestion
5613         from Jay Cox, #50940)
5614
5615         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
5616         a current selection, then when moving by chars or
5617         words, move to the end of the selection rather than
5618         from entry->current_pos. (Suggestion from Jay Cox,
5619         #50942)
5620         
5621 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
5622
5623         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
5624         set window->decorated. (Patch from Hidetoshi Tajima,
5625         #55846)
5626
5627 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
5628
5629         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
5630         the widget/child realization/mapping invariants.
5631
5632         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
5633         gtk_widget_[get/set]_child_visible() to control
5634         whether visible children of a mapped window are
5635         mapped.
5636
5637         * docs/widget_system.txt: Updated for changes in
5638         container contract, and addition of GTK_CHILD_VISIBLE.
5639
5640         * gtk/gtkcontainer.c: Add generic map()/unmap()
5641         functions that work for almost all containers.
5642
5643         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
5644         gtk_widget_set_child_visible() where necessary.
5645
5646         * gtk/*.c: Remove excess map(), unmap(), and 
5647         realization/mapping invariant enforcing code
5648         from many containers.
5649
5650 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
5651
5652         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
5653         Get the foreground color from 'text', nor 'fg'. (#57568)
5654
5655 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
5656
5657         * gtk/*.c: Patch from Matthias Clasen to remove remove
5658         all instances of g_return_if_fail (foo != NULL); that are
5659         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
5660         since the second check catches the NULL anyways.
5661
5662 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
5663
5664         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
5665         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
5666         GDK_THREADS_ENTER()/LEAVE() pairs.
5667
5668         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
5669         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
5670         pairs. (Problem found by M. Meeks)
5671
5672 2001-07-18  Darin Adler  <darin@bentspoon.com>
5673
5674         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
5675         that we don't get a g_warning message every time we register a new
5676         icon size.
5677
5678         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
5679         using pixel variable of the correct type.
5680         
5681 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
5682
5683         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
5684         so that using X functions on a GdkWindow is possible, if
5685         a little hairy.
5686
5687         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
5688         and ts_origin of a GC, so that external parties can offset/restore
5689         a GC, when using gdk_window_get_internal_paint_info().
5690
5691 2001-07-17  Darin Adler  <darin@bentspoon.com>
5692
5693         * .cvsignore: Ignore the sgml directory made by gtkdoc.
5694         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
5695         instead of the deprecated gtk_window_set_policy.
5696         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
5697         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
5698         function to get rid of warning and some code too.
5699         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
5700         missing const.
5701         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
5702         unused local.
5703         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
5704         const.
5705         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
5706         (gdk_utf8_to_compound_text): Add missing const.
5707         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
5708         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
5709         cast and get rid of an unnecessary one.
5710         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
5711         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
5712         local.
5713         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
5714         Remove unused local.
5715         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
5716         missing const.
5717         * tests/testsocket.c: (add_child): Add cast so the printf format
5718         doesn't make us implicitly depend on what integer type
5719         gtk_socket_get_id returns.
5720         * tests/testtextbuffer.c: Add missing const.
5721         * tests/testtreefocus.c: (main): Remove unused local.
5722         * tests/treestoretest.c: (iter_remove): Remove unused local.
5723         (uppercase_value): Remove unused function.
5724         (make_window): Add statement to quiet the compiler's uninitialized
5725         variable warning.
5726
5727 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
5728
5729         * gtk/gtkrange.c:
5730         (second_timeout): 
5731         (initial_timeout): 
5732         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
5733         (gtk_range_calc_layout): compute the new layout based on an
5734         adjustment->value being passed in as argument.
5735         (gtk_range_button_press): for button2 slider warps, first recalc
5736         the layout, then adjust the value. also, use update_slider_position()
5737         for adjusting the value, so we keep pixel quantisation at which we
5738         usually operate (upon motion or button releases). the reason for this
5739         is that, we can't change the adjustment upon button2 presses to a non
5740         quantised value and upon button2 release re-quantise the value since
5741         that'd alter the value even if we didn't get any motion events (causing
5742         unexpected scroll area warps upon release and/or slider pixel-jitter).
5743         (gtk_range_motion_notify): update the slider position from queried
5744         coordinates, not event coordinates.
5745
5746 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
5747
5748         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
5749         the default gc values are: width=0, CapBut, JoinMiter.
5750
5751 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
5752
5753         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
5754         into account the xpad and ypad when calculating the width and the
5755         height of the pixbuf cel.
5756
5757 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
5758
5759         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
5760         Rename to gtk_radio_menu_item_get_group(), add deprecated
5761         alias. (#57044)
5762
5763         * gtk/gtkfilesel.c: Indentation fix.
5764
5765 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
5766
5767         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
5768         Hasselmann to fix warnings in compat macros. 
5769         (#56773)
5770
5771         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
5772         stupid wrong cast added in last patch.
5773
5774 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
5775
5776         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
5777         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
5778
5779 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
5780
5781         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
5782         missing cast.
5783
5784         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
5785         NULL/FALSE return value confusion.
5786
5787         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
5788         problem when scrollbar completely fills range. (Patch
5789         from  Matthias Clasen, #57047)
5790
5791 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
5792
5793         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
5794         clean up when handling events for move-resize emulation.
5795         (Problem traced down by Matthias Clasen, #57271)
5796
5797 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
5798
5799         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
5800           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
5801           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
5802           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
5803           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
5804           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
5805           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
5806         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
5807
5808 2001-07-09  Peter Williams  <peterw@ximian.com>
5809
5810         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
5811         for when srcdir != builddir
5812
5813 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
5814
5815         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
5816         gtk_tree_model_get_iter_root.
5817
5818         * gtk/gtkliststore.c: Add a bunch of g_return statements.
5819         (gtk_list_store_iter_n_children): Fix up.
5820
5821         * gtk/gtktreestore.c: Add a bunch of g_return statements.
5822
5823 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
5824
5825         * gtk/gtkwidget.c (gtk_widget_class_init):
5826         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
5827         restore some workingness.
5828
5829         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
5830         handle of window type for input-only windows.
5831
5832 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
5833
5834         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
5835         Patch from Gregory Merchan to add 
5836         gtk_button_box_set_secondary(), which separates
5837         the child into a separate group from the normal
5838         buttons. (#56331)
5839
5840         * gtk/gtkdialog.c: Make help buttons secondary by
5841         default.
5842
5843         * gtk/gtkbbox.c: Added a child property "secondary".
5844
5845         * gtk/testgtk.c: Turn on the help button for the 
5846         color selector to check that it properly appears
5847         as secondary.
5848
5849 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
5850  
5851         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
5852         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
5853         Add gdk_set_pointer_hooks() to allow pointer-querying to
5854         be hooked by an event record/playback system like GERD.
5855         (#56914)
5856         
5857 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
5858
5859         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
5860         in the right value of initial_emission to
5861         gtk_widget_set_style_internal (#57091)
5862
5863 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
5864
5865         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
5866         Make compile.
5867
5868         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
5869         with calling gtk_widget_set_style_internal() with
5870         the old style, not the new style. (#56989)
5871
5872 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
5873
5874         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
5875           gtk/gtkwidget.c:
5876         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
5877         not GTK_WIDGET_GET_ANCESTOR ... see 
5878         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
5879         Indicate the best practice in the docs for gtk_widget_get_toplevel().
5880
5881         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
5882         so GtkPlug can give the correct signals when transforming
5883         from a child to a toplevel.
5884         
5885         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
5886         reparentation correctly.
5887
5888         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
5889         Propagate the previous_toplevel argument down properly.
5890
5891         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
5892         of wrong atr list.
5893
5894         * gtk/gtkplug.[ch]: Add an "embedded" signal.
5895
5896         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
5897         signals.
5898
5899         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
5900         functions gtk_plug_get_id(), gtk_socket_get_id(),
5901         to avoid the user having to worry about realization,
5902         and gdkx.h.
5903
5904         * tests/testsocket.c: Extend to try out the new signals
5905         and gtk_plug/socket_get_id().
5906
5907         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
5908         setting of underline attributes.
5909
5910         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
5911         DestroyNotify events from SubstructureNotifyMask
5912
5913         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
5914         Switch GDK_WINDOW_TYPE (window) as needed.
5915
5916         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
5917         allow creation of toplevel windows as children of
5918         foreign windows.
5919
5920         * gtk/gtkplug.c: Remove hacks involving changing private
5921         fields of GdkWindow.
5922
5923         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
5924         exactly the same signals and notification
5925         be emitted for local embedding as for inter-process
5926         embedding.
5927
5928 2001-07-04  James Henstridge  <james@daa.com.au>
5929
5930         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
5931
5932 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
5933
5934         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
5935         XEMBED embedding add a _XEMBED_INFO property to the
5936         client with version number and a "mapped" flags.
5937         Use the mapped flag instead of the racy MapRequestEvent
5938
5939         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
5940         code to reliably set things (when the child is a passive
5941         embedder participating in the XEMBED protocol) intead
5942         of just being a hack for embedding non-participating
5943         programs. Fix various bugs and race conditions.
5944         
5945         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
5946         work by simply making the GtkSocket the gtk parent
5947         of the GtkPlug. Set a flag in this case and make
5948         the GtkPlug work like a normal container by overriding
5949         methods such as check_resize and "chaining past" GtkWindow
5950         to GtkBin.
5951
5952         * gtk/gtkentry.c (gtk_entry_real_activate)
5953           gtk/gtkmain.c (gtk_propagate_event): 
5954         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
5955         
5956         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
5957         gtk_widget_get_ancestor):
5958         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
5959         might not give the expected result and recommend
5960         an alternative.
5961
5962         * tests/testsocket.c tests/testsocket_child.c
5963         tests/testsocket_common.c tests/Makefile.am: Extended
5964         to test different type of adding plugs to sockets
5965         (local,active,passive), and to test mapping/unmapping
5966         the plug.
5967
5968         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
5969         mark the window as destroyed until after we
5970         called _gdk_windowing_window_destroy().
5971         (_gdk_windowing_window_destroy() may use GDK functions
5972         on the window.)
5973
5974         * gdk/x11/gdkinput.c: Remove the check for finalization - 
5975         devices can be finalized under some circumnstances.
5976  
5977         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
5978         small problem with GDK_TYPE_DEVICE.
5979  
5980 2001-07-02  Havoc Pennington  <hp@pobox.com>
5981
5982         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
5983         use constants not atoms.
5984
5985 2001-07-02  James Henstridge  <james@daa.com.au>
5986
5987         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
5988         PANGO_TYPE_TAB_ARRAY.
5989
5990         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
5991         for PANGO_TYPE_TAB_ARRAY.
5992
5993         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
5994         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
5995
5996         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
5997         the file.  Remove Pango types from defs -- they are now defined in
5998         libpango.
5999
6000 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
6001
6002         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
6003
6004         * gtk/gtkobject.c (gtk_object_destroy): invoke
6005         g_object_run_dispose().
6006
6007         * gtk/gtkwindow.c: 
6008         * gtk/gtkwidget.c: 
6009         * gtk/gtkobject.c:
6010         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
6011         method.
6012
6013 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
6014
6015         * gtk/gtktypeutils.c (gtk_type_class): Remove
6016         change check for GTK_TYPE_OBJECT derivation to
6017         G_TYPE_OBJECTS - it's Tim-approved to use this 
6018         for arbitary objects.
6019
6020         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
6021         prefix gtk_container_dequeue_resize_handler().
6022
6023         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
6024         to the hierarachy_changed signal, since you otherwise
6025         have to always keep that around.
6026
6027         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
6028         for extra argument to hierarchy_changed.
6029
6030 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
6031
6032         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
6033         for style to mean "revert to default style"
6034
6035         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
6036           gtk_widget_restore_default_style): Make this functions
6037         deprecated aliases for gtk_widget_set_style (widget, NULL).
6038
6039         * gtk/gtkwidget.[ch]: Remove:
6040            gtk_widget_set_default_style ()
6041            gtk_widget_push_style ()
6042            gtk_widget_pop_style ()
6043         These functions interact are overriden by RC files, and
6044         thus virtually useless, and complicated.
6045
6046 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
6047
6048         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
6049         most of the previous global variables in gtkrc.c. This is
6050         in preparation for multi-head, since each screen can
6051         have different GtkSettings and RC information.
6052
6053         * gtk/gtkrc.[ch]: 
6054
6055         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
6056         GtkSettings parameter to GtkRcStyle::parse.
6057
6058         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
6059         Add two new settings gtk-theme-name, gtk-key-theme-name,
6060         for RC files that are loaded by name after reading
6061         the default RC files.
6062         
6063         * gtk/gtkrc.c: Allow priorities for styles, as wll as
6064         bindings.
6065
6066         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
6067         and use it by default for RC files loaded via 
6068         gtk-theme-name, gtk-key-theme-name.
6069
6070         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
6071         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
6072         tests/testgtkrc: Require pathnames to be absolute.
6073
6074         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
6075         the source when parsing, since the operation of looking up a
6076         pixmap from an RC file depends on the parsing context.
6077
6078         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
6079         reset RC styles on all widgets when files are reparsed.
6080
6081         * tests/testgtk.c (create_rc_file) 
6082           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
6083         Simplify, now that gtk_rc_reparse_all() resets styles on
6084         all widgets itself.
6085
6086         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
6087         return value.
6088
6089         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
6090         GtkSettings argument.
6091
6092         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
6093         gtk_settings_get_global().
6094
6095         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
6096         to get the appropriate GtkSettings for a widget. (For now,
6097         just gets the default GtkSetttings.) 
6098
6099         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
6100           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
6101         changes.
6102
6103         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
6104         getting a style for a path without actually having a widget.
6105         (Allows using a style for a subpart of a widget, for
6106         example.)
6107
6108         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
6109         the RC files to be reloaded for just one GtkSettings
6110         (not sure how useful this really is.)
6111
6112         * gtk/gtkrc.h: Deprecate
6113         gtk_rc_add_widget_name/widget_class/class_style
6114
6115 2001-06-30  Alex Larsson  <alexl@redhat.com>
6116
6117         * gdk/linux-fb/gdkinput-none.c:
6118         * gdk/linux-fb/gdkinput.c:
6119         * gdk/linux-fb/gdkinputprivate.h:
6120         Convert GdkDevice to a GObject.
6121
6122         * linux-fb/gdkprivate-fb.h:
6123         * linux-fb/gdkvisual-fb.c:
6124         Convert GdkVisual to a GObject.
6125
6126 2001-06-29  Alex Larsson  <alexl@redhat.com>
6127
6128         * gdk/gdkvisual.h:
6129         * gdk/gdkcolor.c:
6130         * gdk/x11/gdkx.h:
6131         * gdk/x11/gdkvisual-x11.c:
6132         Convert GdkVisual to a GObject.
6133
6134         * gdk/gdkinput.h:
6135         * gdk/gdkevents.c:
6136         * gdk/x11/gdkinputprivate.h:
6137         * gdk/x11/gdkinput-gxi.c:
6138         * gdk/x11/gdkinput-none.c:
6139         * gdk/x11/gdkinput-x11.c:
6140         * gdk/x11/gdkinput-xfree.c:
6141         * gdk/x11/gdkinput.c:
6142         Convert GdkDevice to a GObject.
6143
6144 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
6145
6146         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
6147         to just plain new, fixing the number of columns, and column types
6148         at creation time.
6149
6150         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
6151
6152         * gtk/gtkcellrenderertext.c
6153         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
6154         height to a specific font.
6155
6156         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
6157
6158         * tests/*c: change to work with new store models.
6159
6160 2001-06-29  Havoc Pennington  <hp@redhat.com>
6161
6162        * Throughout: fixes to compile with G_DISABLE_COMPAT
6163         (s/g_signal_connectc/g_signal_connect/,
6164         s/g_signal_newc/g_signal_new/,
6165         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
6166
6167 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
6168
6169         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
6170         add path argument to selection callbacks.
6171
6172 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
6173
6174         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
6175         walk through a model in a depth first manner, with the option to
6176         break out.
6177
6178 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
6179
6180         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
6181         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
6182         column and follow it when draged, rather than a location in the
6183         view. "expander_column" property and drawing functions changed
6184         accordingly.  Fixes bug #55942.
6185
6186         (gtk_tree_view_{set,get}_expander_column): Now works with a
6187         GtkTreeViewColumn* instead of int.
6188
6189 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
6190
6191         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
6192
6193 2001-06-28  Havoc Pennington  <hp@pobox.com>
6194
6195         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
6196         image data to the screen, using a server grab to avoid race
6197         conditions.
6198
6199         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
6200         check for NULL return from gtk_image_new_from_stock(), it never
6201         returns NULL.
6202         (gtk_item_factory_create_item): fix bug where we parsed the stock
6203         ID as an inline pixbuf
6204
6205         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
6206
6207         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
6208         support (should be using binding set here)
6209
6210         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
6211         support (should be using binding set here)
6212
6213         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
6214         support
6215
6216         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
6217
6218         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
6219
6220         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
6221
6222         * gtk/gtkimcontextsimple.c
6223         (gtk_im_context_simple_filter_keypress): keypad
6224
6225         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
6226
6227         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
6228
6229         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
6230
6231         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
6232         should be binding-setted)
6233
6234         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
6235
6236         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
6237
6238         * gtk/gtkcalendar.c: numeric keypad fixes
6239
6240         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
6241         support
6242
6243         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
6244         screwup
6245
6246         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
6247         clip the render area to the drawable's clip region in advance,
6248         so we don't get data from the server that we don't need.
6249
6250         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
6251         check return value of gdk_pixbuf_get_from_drawable(), fall back 
6252         to bilevel alpha if we can't get the pixbuf to composite against.
6253
6254         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
6255
6256         * gdk/gdkimage.c (gdk_image_get_colormap): add
6257         gdk_image_set_colormap, gdk_image_get_colormap
6258
6259         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
6260         take a region of the image, instead of converting the entire
6261         image.
6262
6263         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
6264         keybinding signal. Add default bindings for it. Add default
6265         handler for show_help that shows the tooltip for the widget.
6266
6267         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
6268         "close" keybinding signal, remove key press handler.
6269
6270         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
6271         it's not our usual practice to leave a deprecated function around
6272         with a runtime warning, plus we don't want it to appear in docs,
6273         plus if we make them yellow no one will want to change them
6274         anyhow.
6275
6276 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
6277
6278         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
6279         GTK_WIDGET_REALIZE() for resize queueing.
6280
6281         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
6282         GTK_WIDGET_REALIZE() for post event delivery destruction upon
6283         GDK_DESTROY.
6284         
6285         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
6286         sompensate for former (pre-2.0) connect_after() facility.
6287         (gtk_widget_send_expose): 
6288         (gtk_widget_event): assert the widget is realized, since event delivery
6289         to non-realized widgets is essentially a bug. event handlers should
6290         be able to unconditionally rely on widget->window (unless they
6291         emit events on their own which can trigger widget destruction).
6292         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
6293         logic. event delivery happens as follows:
6294         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
6295         b) if !was_handled in (a) and the widget is still realized, emit event-
6296            specific signal (RUN_LAST handler). returns was_handled.
6297         c) emission of GtkWidget::event-after for notification if the widget is
6298            still realized (regardless of was_handled from previous stages, no
6299            class handler). no return value.
6300         d) was_handled gets passed on to caller, to determine further
6301            propagation. if the widget got unrealized meanwhile, was_handled
6302            is returned as TRUE.
6303
6304         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
6305         gdk_event_get_coords().
6306
6307 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
6308
6309         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
6310         age 0, binary age 0. depend on glib 1.3.7.
6311
6312         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
6313
6314         * gtk/gtkmenubar.c: same here.
6315         
6316         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
6317
6318         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
6319
6320         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
6321         
6322         * gtk/gtkmenubar.c (add_to_window): likewise.
6323         
6324         * gtk/gtktextbtree.c: and here...
6325         
6326         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
6327         
6328         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
6329         
6330         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
6331         
6332         * gtk/gtktreeviewcolumn.c:
6333         (_gtk_tree_view_column_set_tree_view): yet again.
6334
6335         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
6336         signal connections without g_signal_connect_data().
6337         
6338         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
6339         demo of the matter.
6340         
6341         * demos/testpixbuf.c (main): running out of equality phrases for the
6342         ChangeLog, but had to adapt connections here as well.
6343         
6344         * demos/testanimation.c (progressive_timeout): and for the fun of it,
6345         tackled this the same way.
6346         
6347         * tests/testtext.c (create_view): ok, it's becoming a pain at this
6348         point, but had enough enery for one more fix.
6349
6350         * tests/testtreecolumns.c (main): stand up man, do your work!
6351
6352         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
6353         fix, either that's been all of it or CVS gtk is broken yet again.
6354         
6355 2001-06-29  James Henstridge  <james@daa.com.au>
6356
6357         The following changes correspond to bug #56812
6358
6359         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
6360         code for GdkDevice.
6361
6362         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
6363         GdkCursor.
6364
6365 2001-06-19  Havoc Pennington  <hp@pobox.com>
6366
6367         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
6368         for mapping a window without fooling with stacking order, but
6369         updating the "withdrawn" flag
6370
6371         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
6372         filtering as soon as possible, moving move resize and wmspec_check
6373         handling after the event filter.  Make default filter apply to all
6374         events, not just those with no GdkWindow wrapped around the X
6375         window. Fix a FIXME about how the window could be a pixmap using 
6376         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
6377
6378         Also, be robust against events not on a known GdkWindow.
6379
6380         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
6381         gdk_x11_ungrab_server): export reference-counted server grabs, so
6382         other people can grab server over a GDK function that also does
6383         so.
6384
6385 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
6386
6387         * gtk/gtktreeviewcolumn.c
6388         (gtk_tree_view_column_pack_start_cell_renderer): New function to
6389         reflect that you can (hypothetically) pack cell renderers into a
6390         column.
6391         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
6392         (gtk_tree_view_column_cell_is_visible): Move more functionality to
6393         the column.
6394         (gtk_tree_view_column_cell_can_focus): Move more functionality to
6395         the column.
6396
6397         * gtk/gtktreeview.c: Move to use new column-packing code.
6398         (gtk_tree_view_real_expand_row): remove totally braindead code.
6399         (gtk_tree_view_real_collapse_row): ditto.
6400
6401 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
6402
6403         * gtk/gtktreeviewcolumn.c: Fix a typo.
6404         
6405 2001-06-26  Joel Becker  <jlbec@evilplan.org>
6406
6407         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
6408           at the end of the file
6409
6410 2001-06-26  Havoc Pennington  <hp@redhat.com>
6411
6412         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
6413
6414 2001-06-26  Havoc Pennington  <hp@redhat.com>
6415
6416         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
6417         property
6418
6419 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
6420
6421         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
6422         stupid missing statement
6423
6424         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
6425         private function for ATK.  It notifies you of how many _visible_
6426         children are deleted when a node is deleted.  Should be used by
6427         atk only.
6428
6429 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
6430
6431         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
6432         Use new pango_context_get_metrics() to fix problems
6433         with font lists in descriptions. (#56184, reported by
6434         Jonas Borgström)
6435
6436 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
6437
6438         * gtk/gtkiconfactory.c:
6439         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
6440         item factory so inlined pixbufs actually work.
6441
6442 2001-06-25  Havoc Pennington  <hp@redhat.com>
6443
6444         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
6445         s/RESIZEABLE/RESIZABLE/
6446
6447         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
6448
6449 2001-06-25  Alexander Larsson  <alexl@redhat.com>
6450
6451         * configure.in:
6452         Added --enable-fbmanager. This is some experimental code
6453         that lets several GtkFB apps coordinate their access to the
6454         framebuffer.
6455         
6456         * acconfig.h:
6457         Added ENABLE_FB_MANAGER.
6458
6459         * gdk/linux-fb/Makefile.am:
6460         Added gdkfbmanager and gdkfbswitch.
6461
6462         * gdk/linux-fb/gdkkeyboard-fb.c:
6463         * gdk/linux-fb/gdkmouse-fb.c:
6464         * gdk/linux-fb/gdkprivate-fb.h:
6465         Split device init and open so that
6466         they can be opened and closed while switched
6467         away.
6468
6469         * gdk/linux-fb/gdkmain-fb.c:
6470         Add the basic manager communication.
6471
6472         * gdk/linux-fb/gdkrender-fb.c:
6473         Don't update to the shadow fb if we're
6474         blocked by the fb manager.
6475
6476 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
6477
6478         * docs/Changes-2.0.txt: Add note about child property
6479         changes.
6480
6481 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
6482
6483         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
6484         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
6485
6486         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
6487         with un'reffing wrong list reported by Jeff Franks.
6488
6489         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
6490
6491         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
6492         for the default icon. Remove inline XPM.
6493
6494         * gtk/gtkstock.h gtk/gtkiconfactory.c:
6495         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
6496         is used for GTK_STOCK_DND, but it is a bit too small.)
6497
6498         * gtk/stock-icons/stock_dnd_multiple.png
6499         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
6500
6501         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
6502         TRUE when starting a drag. In other cases, we are
6503         just observing. (#52995)
6504
6505         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
6506         function to set the icon for a drag from a GdkPixbuf
6507         or stock ID.
6508
6509         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
6510         Likewise, for drag sources.
6511
6512         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
6513         (Now should be done using the stock system.)
6514
6515 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
6516
6517         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
6518         Removed - didn't work and not particularly useful anyways
6519         if it did. 
6520
6521 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
6522
6523         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
6524         introduced last night that was making things decidedly not work.
6525
6526         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
6527         so that we have getter/setter pairing everywhere it makes
6528         sense. (#55767)
6529
6530         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
6531         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
6532         deprecated compat macro. (#55516)
6533
6534         * gtk/gtklabel.[ch]: Add functions
6535         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
6536         gtk_label_set_label(), which mirror the property API for GtkLabel.
6537         Make gtk_label_get_attributes() only reflect the attributes
6538         set by gtk_label_set_attributes.
6539
6540         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
6541         from gtk_notebook_set_page().
6542
6543 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
6544
6545         * configure.in: Fix tests for XShm.h.
6546
6547         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
6548         gdk_image_new() by use of goto, properly use g_object_unref().
6549
6550 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
6551
6552         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
6553         calls, as GdkImage is an object. these should be g_obejct_unref()
6554         instead but that won't work because of the g_error() statement
6555         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
6556         to spot these places.
6557
6558 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
6559
6560         * modules/input/gtkimcontextxim.c: Fixup some problems with 
6561         text length handling in error cases.
6562
6563         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
6564         a bit to make test actually warn on attempt to allocation
6565         a negative size. (#56101, Matthias Clasen)
6566
6567 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
6568
6569         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6570         noticed by Brian Cameron.
6571         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
6572         Cameron.
6573
6574 2001-06-22  Hans Breuer  <hans@breuer.org>
6575
6576         * gdk/gdk.def : updated externals
6577
6578         * gdk/win32/gdkdrawable-win32.c : corrected some casts
6579         in GDK_NOTEs
6580
6581         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
6582         to translate coordinates to the internal > 16 bit system
6583         Try to handle WM_WINDOWPOSCHANGED to get better performance for
6584         when moving/resizing
6585
6586         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
6587         and gdk_keymap_get_direction (). The latter is untested for
6588         the RTL case
6589
6590         * gtk/gtk.def : updated externals
6591
6592         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
6593         from pango_language_from_string (), not an already freed pointer
6594
6595         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
6596         binary (-kb) to be useable on windoze
6597  
6598 2001-06-21  Alexander Larsson  <alexl@redhat.com>
6599
6600         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
6601         Update to new PangoLanguage changes.
6602         
6603         * gtk/gtkwindow-decorate.c:
6604         * gtk/gtkwindow.[ch]:
6605         Added setting argument to gtk_window_set_has_frame ()
6606         
6607 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
6608
6609         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
6610         the case without XKB properly.
6611
6612         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
6613         unused gtk_rc_auto_parse variable.
6614
6615         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
6616         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
6617         longer needed with GdkPixbuf.
6618
6619         * gtk/gtkrc.c (_gtk_rc_init): Make private.
6620
6621 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
6622
6623         * gtk/gtkentry.h: Mark deprecated functions with
6624         GTK_DISABLE_DEPRECATED.
6625
6626 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
6627
6628         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
6629
6630         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
6631
6632         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
6633           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
6634           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
6635           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
6636           to recent changes in Pango.
6637
6638         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
6639           to test whether the basic engine honors them.
6640
6641 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
6642
6643         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
6644         gtk_container_child_get_property().
6645
6646 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
6647
6648         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
6649         (gtk_tree_view_move_cursor_page_up_down): implement.
6650
6651 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
6652
6653         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
6654         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
6655         don't use automatic fixed size buffer for printf-ing floats, doubles
6656         can expand to really _huge_ strings, use g_strdup_printf() instead.
6657
6658 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
6659
6660         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
6661         construct property in 1.2 and still needs to be.
6662
6663         * gtk/gtkwidget.c: "composite_child" is not a settable property.
6664
6665 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
6666
6667         * gtk/gtkliststore.c (gtk_list_store_clear): 
6668         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
6669         clear a model.
6670
6671 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
6672
6673         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
6674
6675         * gtk/Makefile.am:
6676         * gtk/gtk.h: disabled GtkPacker compilation.
6677
6678         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
6679
6680         * gtk/gtknotebook.c:
6681         * gtk/gtktable.c:
6682         * gtk/gtkbox.c: ported this over to child properties.
6683
6684         * gtk/gtksettings.c: fetch class properties via
6685         g_object_class_list_properties().
6686
6687         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
6688         child arg interface. use gobjectnotifyqueue.c for child property
6689         notification.
6690
6691         * gtk/gtkwidget.[hc]: provide necessary means for container child
6692         properties, i.e. ::child_notify signal,
6693         gtk_widget_freeze_child_notify(),
6694         gtk_widget_child_notify(),
6695         gtk_widget_thaw_child_notify().
6696
6697         * tests/testgtk.c: removed inferior property handling code, for
6698         property editing, a generic module should be used, and GLE
6699         coincidentally fullfills that purpose.
6700
6701         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
6702         needs to be adapted to g_object_class_list_properties() before this
6703         builds again.
6704
6705 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
6706
6707         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
6708         test if a node is expanded.
6709
6710 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
6711
6712         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6713         where collapsing a selected row would result in the cursor/anchor
6714         getting screwed up.
6715
6716 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
6717
6718         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
6719         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
6720         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
6721         Now I can really reorder/sort all Store widgets.  treesorttest
6722         seems to just work now.
6723         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
6724         testtreesort worked through a big coincidence all this time.
6725         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
6726         code.
6727         * tests/testtreecolumns.c: Big 'ol warning at the top letting
6728         people know that this code should never ever ever be copied.
6729
6730 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
6731
6732         * gtk/gtkwindow.h: Fixed a small typo, it should be
6733         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
6734         on line 134.
6735
6736 2001-06-14  Havoc Pennington  <hp@redhat.com>
6737
6738         Docs fixups, and:
6739         
6740         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
6741         GTK_DISABLE_DEPRECATED
6742
6743 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
6744
6745         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
6746         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
6747         finish it off tonight, though it basically works now when it's a
6748         list.  Also, I have a sinking feeling neither GtkTreeStore or
6749         GtkListStore actually resort when adding a new item.  I'll look
6750         into it.
6751
6752 2001-06-14  Havoc Pennington  <hp@redhat.com>
6753
6754         * demos/gtk-demo/main.c (load_file): fix bug identified by
6755         warnings I just added to gtktextbuffer
6756
6757 2001-06-14  Havoc Pennington  <hp@redhat.com>
6758
6759         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
6760
6761         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
6762
6763         * gtk/gtktextbtree.c: don't leak node data all over the place.
6764
6765         * demos/gtk-demo/main.c (main): create fontify tags for the right
6766         buffer
6767
6768         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
6769         to mention tags in the same table can't have the same name,
6770         suggested by Skip Montanaro
6771
6772 2001-06-11  Havoc Pennington  <hp@redhat.com>
6773
6774         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
6775         for trying to add two tags with same name to the tag table
6776
6777         * demos/gtk-demo/main.c (main): fix colors ;-)
6778
6779 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
6780
6781         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
6782         that allows grouping together multiple windows so that grabs
6783         within that set of windows only affect those windows.
6784
6785         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
6786         signal for notification when a widget becomes shadowed
6787         by a grab or is no longer shadowed by a grab.
6788
6789         * gtk/gtkwidget.c (gtk_widget_propagate_state)
6790           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
6791         insenstive widgets to maintain a grab.
6792
6793 2001-06-14  Alexander Larsson  <alexl@redhat.com>
6794
6795         * docs/README.linux-fb:
6796         Add some example config files that can be used with the URW fonts.
6797         
6798         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
6799         Set up the color ramps for DirectColor mode.
6800
6801 2001-06-11  Havoc Pennington  <hp@redhat.com>
6802
6803         * Release 1.3.6
6804          
6805 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6806
6807         * gdk/linux-fb/gdkwindow-fb.c:
6808         Unify shaped window code and make it repaint the area that used
6809         to be part of the shape, but isn't anymore.
6810
6811 2001-06-11  Havoc Pennington  <hp@redhat.com>
6812
6813         * NEWS: Updates
6814
6815         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
6816
6817         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
6818         
6819 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6820
6821         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
6822         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
6823         passes zero instead, so do we.
6824         
6825 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6826
6827         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
6828         Deep copy dash_list too.
6829         (_gdk_fb_gc_new): Set default cap_style before
6830         setting values.
6831
6832 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
6833
6834         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
6835         gdk_keymap_get_direction): New functions.
6836
6837 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
6838
6839         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
6840         gtk_tree_model_get_flags by adding a second flag for atk.
6841
6842         * gtk/gtktreemodel.c: make cursor behavior interact better with
6843         mouse presses.
6844
6845 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
6846
6847         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
6848         expand_row/collapse_row to be 2 signals each -- test_expand_row
6849         and row_expanded as well as test_collapse_row and row_collapsed.
6850
6851 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
6852
6853         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
6854         signal name to be changed instead of selection_changed.
6855
6856 2001-06-08  Havoc Pennington  <hp@redhat.com>
6857
6858         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
6859         "scroll_offset" property for notification when the layout offsets
6860         may have changed
6861         (gtk_entry_adjust_scroll): add notify for scroll_offset
6862         (gtk_entry_layout_index_to_text_index): function to compensate for
6863         preedit string when doing coordinate stuff on the entry's layout
6864         (gtk_entry_text_index_to_layout_index): inverse function
6865         (gtk_entry_get_layout_offsets): hook to get current position of
6866         the layout      
6867         (gtk_entry_get_layout): hook to get the layout itself.
6868
6869         * gtk/gtklabel.c (gtk_label_get_layout): new function
6870
6871 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
6872
6873         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
6874         keybinding.
6875         (gtk_tree_view_focus): Fix merge conflict.
6876
6877 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
6878
6879         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
6880         clean up cursor handling.
6881
6882 2001-06-08  Havoc Pennington  <hp@redhat.com>
6883
6884         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
6885         function
6886
6887         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
6888         this function
6889
6890 2001-06-08  Alex Larsson  <alexl@redhat.com>
6891
6892         * gtk/gtkcompat.h.in:
6893         Added compat macros for all old GTK_TYPE_GDK_xxx types.
6894         Fixes bug #52892
6895
6896 2001-06-08  Havoc Pennington  <hp@redhat.com>
6897         
6898         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
6899         parent still
6900
6901 2001-06-08  Havoc Pennington  <hp@redhat.com>
6902
6903         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
6904         don't call g_list funcs on GSList
6905
6906         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
6907         gtk_container_focus(), since some widgets have focusable locations
6908         which are not other widgets. These widgets should not have to be 
6909         containers just to manage the focus. For example, GtkHSV is
6910         currently a container for no good reason. Also, this cleans
6911         up the "if (is_container && is_sensitive && is_drawable)
6912         container_focus ()" mess in widget implementations.
6913
6914         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
6915         function, and have it just call gtk_widget_child_focus().
6916
6917         * gtk/gtkhsv.c: derive from widget not container
6918         
6919         Throughout: fix to reflect GtkContainer::focus change
6920         
6921 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
6922
6923         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
6924         range.  Fix bug #55921
6925
6926         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
6927         (#55920).
6928
6929 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
6930
6931         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
6932         and gdk_keymap_get_current_direction().
6933
6934         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
6935           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
6936         the current locked group, use it to set the keymap
6937         direction.
6938
6939         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
6940         to determine whether we draw a split cursor or use
6941         a jumping cursor based on the current direction.
6942
6943         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
6944         Obey the split cursor setting. 
6945
6946 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
6947
6948         * gtk/gtkimmulticontext.c (activate_cb): Only activate
6949         when toggling on, not when toggling off... (#55906)
6950
6951 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
6952
6953         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
6954         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
6955         in docs. (#55812, Vitaly Tishkov)
6956
6957 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
6958
6959         * demos/gtk-demo/main.c (create_tree): Changed signal name from
6960         selection_changed to changed in signal connection to GtkTreeSelection,
6961         also used g_signal_connectc since GtkTreeSelection is now a GObject.
6962
6963 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
6964
6965         * gtk/gtktreeselection.c: Now it's a GObject instead of a
6966         GtkObject.  The GtkTreeSelection::selection_changed signal is now
6967         the GtkTreeSelection::changed signal.
6968
6969         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
6970         object.
6971
6972         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
6973         object.
6974
6975 2001-06-07  Havoc Pennington  <hp@redhat.com>
6976
6977         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
6978
6979 2001-06-07  Havoc Pennington  <hp@redhat.com>
6980         
6981         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
6982         (not tested yet because with absolute path to srcdir I can't build
6983         atk, but it was broken anyway so this may help) 
6984
6985 2001-06-07  Havoc Pennington  <hp@redhat.com>
6986
6987         * configure.in: output m4macros/Makefile
6988         
6989 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
6990
6991         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
6992         buttons.  Fixes #55460 reported by matthiasc@poet.de.
6993
6994 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
6995
6996         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
6997         expansion/collapsing so it only happens in one place.
6998         (gtk_tree_view_real_expand_row): ditto.
6999
7000 2001-06-07  Havoc Pennington  <hp@redhat.com>
7001
7002         * tests/Makefile.am: add missing -I flag
7003
7004         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
7005
7006         * configure.in: use pkg-config to see if GModule is
7007         supported; fix to properly turn on included loaders 
7008         when GModule isn't supported; don't use AC_CHECK_LIB 
7009         when libs are not installed yet
7010
7011         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
7012
7013         * Makefile.am (SUBDIRS): add m4macros subdir
7014
7015         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
7016         dependencies also.
7017
7018 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
7019
7020         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
7021         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
7022
7023 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
7024
7025         * gtk/gtktreeview.c
7026         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
7027         bindings to expand and collapse rows.
7028         (gtk_tree_view_real_select_cursor_parent): New key binding.
7029         (gtk_tree_view_real_toggle_cursor_row): New key binding.
7030
7031         * gtk/gtkmarshal.list: new
7032         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
7033
7034 2001-06-06  Havoc Pennington  <hp@redhat.com>
7035
7036         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
7037
7038         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
7039         Down to move visually rather than logically, since it confuses 
7040         people. Add -/+ and Ctrl--/+ bindings for logical movement.
7041
7042 2001-06-06  Alex Larsson  <alexl@redhat.com>
7043
7044         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
7045         Fix up error messages.
7046
7047 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
7048
7049         * gtk/gtktooltips.h: Include gtkwidget.h 
7050         (#55798, Karl Nelson)
7051
7052         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
7053         a valid latin-1 character. (Marc Lehmann, #35467)
7054
7055         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
7056         (Marc Lehmann, #35467)
7057         
7058 2001-06-05  Alex Larsson  <alexl@redhat.com>
7059
7060         * demos/gtk-demo/appwindow.c (do_appwindow):
7061         Don't swap the order of the args to gtk_widget_destroyed.
7062
7063         * tests/testgtk.c (destroy_properties):
7064         Don't crash when the properties window is destroyed.
7065
7066         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
7067         Use with_mnemonics to handle the case of stock items with
7068         underscores in them.
7069
7070 2001-06-05  Havoc Pennington  <hp@redhat.com>
7071
7072         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
7073         gtk_text_iter_reorder
7074
7075 2001-06-05  Havoc Pennington  <hp@redhat.com>
7076
7077         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
7078
7079 2001-06-05  Havoc Pennington  <hp@redhat.com>
7080
7081         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
7082         to the range that was set
7083
7084         * gtk/gtkrange.c: add value_changed signal, primarily 
7085         intended for use with GtkScale
7086         (gtk_range_set_increments): new function
7087         (gtk_range_set_range): new function with weird name
7088         (gtk_range_set_value): new function
7089         (gtk_range_get_value): new function
7090
7091         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
7092         from gtk_spin_button_get_value_as_float(). Compat #define
7093         added for get_value_as_float.
7094
7095         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
7096
7097         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
7098
7099 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
7100
7101         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
7102
7103 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
7104
7105         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
7106
7107         * tests/testgtk.c (create_tooltips): Remove usage of
7108         gtk_widget_set().
7109
7110 2001-06-05  Havoc Pennington  <hp@redhat.com>
7111
7112         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
7113
7114         Applying patch from Jeff Franks, with function docs added.
7115         
7116         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
7117         remove call to set_mnemonic_widget, change docs a bit.  
7118
7119         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
7120         new function
7121
7122         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
7123         new function
7124
7125         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
7126
7127         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
7128         function
7129         (gtk_radio_button_new_with_mnemonic_from_widget): new function
7130
7131         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
7132         new function
7133
7134         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
7135         function        
7136
7137         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
7138         auto-selection of mnemonic widget.
7139
7140 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
7141
7142         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
7143         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
7144         (gtk_tree_view_column_set_min_width): ditto.
7145
7146 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
7147
7148         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
7149         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
7150
7151 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
7152
7153         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
7154         gtk_clist_thaw().
7155
7156 2001-06-04  Havoc Pennington  <hp@pobox.com>
7157
7158         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
7159 r       eleases for buttons 6, 7
7160
7161 2001-06-04  Havoc Pennington  <hp@redhat.com>
7162
7163         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
7164         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
7165         #55562
7166
7167 2001-06-04  Havoc Pennington  <hp@redhat.com>
7168
7169         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
7170         where text_view->layout == NULL by assuming its size is 0, 
7171         i.e. same as if we haven't done any reflow. Reported by 
7172         Hidetoshi Tajima #55448 
7173
7174 2001-06-04  Havoc Pennington  <hp@redhat.com>
7175
7176         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
7177         and 7 for scroll left/right, from Thomas Broyer
7178
7179 2001-05-10  Havoc Pennington  <hp@redhat.com>
7180
7181         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
7182         we need to parse the xsetting as if it were an RC file string.
7183
7184         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
7185         value of palette from settings, not from static variable
7186
7187         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
7188         xsettings translation table
7189
7190         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
7191         hardcoding the toolbar style conflicts with new customizable 
7192         toolbar style philosophy
7193         (gtk_toolbar_class_init): add settings for default toolbar style;
7194         these are used unless the app specifically forces a toolbar style
7195
7196         * gtk/gtksettings.c (settings_install_property_parser): only
7197         return at the start if we warn and parser == NULL
7198
7199         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
7200         palette changed handler so we don't notify dead color selections
7201
7202         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
7203         xthickness/ythickness of 0 or 1 properly 
7204         (gtk_default_draw_resize_grip): clear the background behind the
7205         resize grips, and align to bottom right if we square the 
7206         area to be drawn.
7207
7208         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
7209         statusbar label to 1, so it doesn't make toplevels resize oddly
7210         (gtk_statusbar_size_request): add grip size to request
7211         (gtk_statusbar_size_allocate): hack so the hbox still works with 
7212         the grip size in the request
7213
7214         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
7215         bug where showing all on a toplevel makes the toolbar 
7216         button text appear despite the toolbar mode
7217
7218         * gtk/gtkmenubar.c: add internal padding style property
7219
7220         * gtk/gtktoolbar.c: Add internal padding style property; add
7221         shadow type style property
7222
7223         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
7224         state; and put Container::border_width outside the frame
7225
7226         * gtk/gtktextview.c: don't draw focus rectangle if we're in
7227         interior focus mode, we just use blinking cursor
7228
7229 2001-06-04  Havoc Pennington  <hp@redhat.com>
7230
7231         * configure.in: Make gdk-pixbuf have same version number as GTK
7232
7233 2001-06-04  Havoc Pennington  <hp@redhat.com>
7234
7235         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
7236         digits greater than 6. If there actually are limits (which there
7237         likely aren't), should clamp to them not warn.
7238         (gtk_spin_button_new_with_range): don't take log of 0
7239         (gtk_spin_button_size_request): use digits to compute size
7240         request, rather than step increment.
7241
7242         * tests/testgtk.c (create_spins): test larger values of digits
7243         
7244         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
7245         font on map not expose, so we don't get weirdness during scrolling
7246
7247 2001-06-04  Havoc Pennington  <hp@redhat.com>
7248
7249         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
7250         Sam Solon, bug #54577, update value even if not drawable.
7251
7252 2001-06-04  Havoc Pennington  <hp@redhat.com>
7253
7254         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
7255         SCROLL_LEFT, reported by Thomas Broyer.
7256
7257 2001-06-04  Havoc Pennington  <hp@redhat.com>
7258
7259         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
7260         Process updates immediately, to prevent funny lag effect
7261         when scrolling, at some mild potential efficiency cost.
7262
7263 2001-06-04  Havoc Pennington  <hp@redhat.com>
7264
7265         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
7266         slider on the click.
7267
7268 2001-06-03  Havoc Pennington  <hp@pobox.com>
7269
7270         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
7271         hscale/vscale details, so we can use it for scrollbar as well.
7272
7273         * tests/testgtk.c (reformat_value): honor digits from GtkScale
7274
7275         * gtk/gtkenums.h (GtkTroughType): Remove this enum
7276         (GtkScrollType): add START and END from GtkTroughType
7277
7278         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
7279         its x/y arguments
7280
7281         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
7282         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
7283         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
7284         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
7285         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
7286
7287         Notable changes in the process:
7288          
7289         - stepper_size style property is the height for vertical 
7290           ranges, width for horizontal; the other dimension matches
7291           the trough size
7292         - add ability to do NeXT-style steppers (and several other styles
7293           that don't make any sense)
7294         - added min_slider_length, fixed_slider_length properties to
7295           GtkScrollbar
7296         - cleaned some private (or at least useless) functions out of
7297           gtkscale.h    
7298         - moved bindings to GtkScale from subclasses, even arrow keys,
7299           since blind users don't know scale orientation.
7300         - change move_slider action signal to use new GtkScrollType,
7301           remove GtkTroughType argument
7302         - digits rounds the values a range will input to the given 
7303           number of decimals, but will not try to force adjustment 
7304           values set by other controllers. That is, we no longer
7305           modify adjustment->value inside a value_changed handler.
7306         - added getters for GtkScale setters
7307         - middle-click begins a slider drag
7308         
7309 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
7310
7311         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
7312         getting the focus code to work.
7313         (gtk_tree_view_class_init): Add a bunch of keybindings.
7314
7315         * gtk/gtktreeviewcolumn.c
7316         (gtk_tree_view_column_set_cell_data_func):
7317         s/GtkCellDataFunc/GtkTreeCellDataFunc.
7318         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
7319         of "properties_changed" to help justify the death of the latter
7320         signal. (-:
7321
7322         * tests/testtreefocus.c (main): Let some columns be focussable to
7323         test focus better.
7324
7325 2001-06-01  Havoc Pennington  <hp@redhat.com>
7326
7327         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
7328         
7329         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
7330         overwrite in overwrite mode if we already deleted the selection
7331         and replaced it with new text.  
7332
7333         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
7334         selection to an empty range, clear the clipboard if we owned it.
7335         (gtk_label_set_selectable): give up selection if we become
7336         unselectable.
7337         (gtk_label_state_changed): override state changed to unselect text
7338         when insensitive
7339         (get_text_callback): add paranoia check that indexes aren't
7340         outside of label->text
7341         (gtk_label_select_region): make -1 for start_offset mean "end of
7342         label," for consistency with GtkEditable
7343
7344         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
7345         GTK_DIALOG_NO_SEPARATOR flag
7346
7347 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
7348
7349         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
7350         notifications on non-existant "enable_arrow_keys".
7351         (#53753, Skip Montanaro)
7352
7353 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
7354
7355         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
7356         GDK_TYPE_RECTANGLE.
7357
7358         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
7359         of allocation argument be GDK_TYPE_RECTANGLE.
7360
7361 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
7362
7363         * gtk/gtkoptionmenu.c: Account for the fact that the border
7364         width is _outside_ the window. (Fixes #54585, bug found
7365         by Bastien Nocera.)
7366
7367 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
7368
7369         * gtk/gtksettings.c (gtk_settings_get_property): Validate
7370         value from GDK settings against parameter spec.
7371
7372         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
7373         to temporary values and use g_value_transform(), since
7374         thinking that GValue was going to be easy or efficient
7375         to use was, of course, a mistake.
7376
7377         * gtk/gtksettings.c: Add cursor blink setting.
7378         
7379         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
7380
7381         * gtk/gtkentry.c: Add cursor blinking.
7382
7383         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
7384         cursor blink global settings.
7385
7386         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
7387         for :text_position in places where it is missing.
7388
7389 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
7390
7391         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
7392
7393 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
7394
7395         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
7396         not pkg-config. (#51032)
7397
7398         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
7399         (fixes #51952, James Henstridge)
7400         
7401 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
7402
7403         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
7404         Rename to the more correct gtk-go-up.
7405
7406         * gtk/stock-icons/stock_menu_sort_ascending.png:
7407         Added new file.
7408         
7409         * gtk/stock-icons/stock_menu_sort_descending.png:
7410         Changed to show descending instead of ascending.
7411
7412         * gtk/gtkiconfactory.c:
7413         Added menu size icon to sort ascending.
7414
7415         * gtk/stock-icons/Makefile.am:
7416         Added stock_menu_sort_ascending.png.
7417         
7418         * gtk/gtkseparatormenuitem.c:
7419         Use correct typenames.
7420
7421 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
7422
7423         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
7424         gulong as in GSignal.
7425
7426 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
7427
7428         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
7429         instances of GtkCellRenderer in code (all but dnd icon code).
7430         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
7431         there, and I can do multiple Cells per column.
7432
7433         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
7434
7435         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
7436         when model was unreffed prior to removing the row reference.
7437
7438 2001-05-25  Havoc Pennington  <hp@redhat.com>
7439
7440         * gtk/gtkiconfactory.c: fix so that default icons are created if 
7441         you call gtk_stock_list_ids()
7442
7443         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
7444         in list
7445
7446 2001-05-25  Havoc Pennington  <hp@redhat.com>
7447
7448         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
7449         set can render without falling back to missing image icon
7450
7451         * gtk/gtktextview.c (gtk_text_view_size_request): request full
7452         size of text, instead of random values
7453
7454         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
7455         size of tree view, instead of random values
7456
7457         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
7458         image in an appropriate size
7459
7460         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
7461         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
7462
7463         Throughout: fix GTK_STOCK_BUTTON_ instances
7464         
7465         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
7466         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
7467         Add a bunch of new stock items/icons
7468
7469         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
7470         new function, convenience for inserting columns with a data func
7471
7472         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
7473         (_gtk_icon_factory_list_ids): use list of all factories to
7474         generate a list of all known IDs
7475
7476         * gtk/gtkstock.c (gtk_stock_list_ids): replace
7477         gtk_stock_list_items() with a function that returns all IDs known
7478         including those for GtkIconFactory.
7479
7480 2001-05-25  Hans Breuer  <hans@breuer.org>
7481
7482         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
7483         work -> check boxes and radio buttons are drawn now, even on win9x.
7484         Improved line settings a bit, still no clue how to get really dotted
7485         lines on win9x, on NT it's PS_ALTERNATE.
7486
7487         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
7488         GDK_HINT_MIN_SIZE as well
7489
7490         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
7491
7492         * gtk/gtk.def : updated
7493
7494         * gtk/gtktreeprivate.h : change column_drop_func to be a function
7495         pointer not a function pointer pointer
7496
7497         * tests/testdnd.c : include <stdlib.h> for putenv prototype
7498
7499         * tests/testsocket.c : made it compile on win32 again
7500
7501         * tests/makefile.msc : one more test-app uses prop-editor.obj
7502
7503 2001-05-22  Havoc Pennington  <hp@pobox.com>
7504
7505         * gtk/gtkbin.c (gtk_bin_get_child): New function
7506
7507 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
7508
7509         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
7510         to ignore when doing compose processing.
7511
7512 2001-05-22  Joe Shaw  <joe@ximian.com>
7513
7514         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
7515         Simplify as suggested by Havoc. Just get the last iter and work
7516         backward to the tag instead of getting a line and working back from
7517         there. Fixes passing in an invalid offset to
7518         iter_init_from_byte_offset().
7519
7520 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
7521
7522         * gtk/gtktreeview*.h: 
7523         * gtk/gtkcell*.h:
7524         * gtk/gtk*store.h:
7525         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
7526         macros to all objects.
7527
7528 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
7529
7530         * gtk/gtkcellrenderertext.c
7531         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
7532         with very large (TM) amounts of text.  May be moved to
7533         GtkCellRenderer in the future, though I'm not sure it wants to be
7534         this accessible.
7535
7536         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
7537         More sanity brought to this class.  I like it.
7538
7539         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
7540         case.  Kids, don't try this at home.
7541
7542         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
7543         convenience function.
7544
7545         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
7546
7547 2001-05-21  Alexander Larsson  <alexl@redhat.com>
7548
7549         * gtk/gtkfontsel.c:
7550         Added properties. Based on patch by Lee Mallabone.
7551
7552         * gtk/gtkruler.c:
7553         * gtk/gtkhruler.c:
7554         * gtk/gtkvruler.c:
7555         * gtk/gtktext.c:
7556         * gtk/gtktextview.c:
7557         Converted GtkArg to GParam. Based on patches by John Margaglione.
7558
7559         * tests/Makefile.am:
7560         * tests/testtext.c:
7561         Add a property editor to testtext.
7562         
7563 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
7564
7565         * gtk/gtk{h,v,}paned.c: Only show the separator if 
7566
7567         * configure.in: Fixed reversed conditional causing all image
7568         libraries to be linked in.
7569
7570 2001-05-21  Joe Shaw  <joe@ximian.com>
7571
7572         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
7573         that top_y needs to be >= 0.
7574
7575 2001-05-11  Havoc Pennington  <hp@pobox.com>
7576         
7577         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
7578         losing connection to the X server.
7579
7580 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
7581
7582         * configure.in: Start checks for X from pangox/pangoxft
7583         CFLAGS to avoid duplicate libraries.
7584
7585         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
7586
7587         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
7588         to include gobject.
7589         
7590 2001-05-18  Alexander Larsson  <alexl@redhat.com>
7591
7592         * gtk/gtkspinbutton.c:
7593         Convert GtkArgs to GParams. Based on patch by John Margaglione.
7594         Also do size request reasonable for MAXDOUBLE. Previously it printed
7595         the limits to a buffer and overran it. Instead do it using log10() and
7596         limit the width to 10 digits.
7597         
7598         * gtk/gtkwidget.c (gtk_widget_get_property):
7599         Correctly handle setting the parent property to NULL.
7600
7601 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
7602
7603         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
7604         style attributes even if the widget isn't realized.
7605
7606         * demos/gtk-demo/main.c: Use a slightly smaller font.
7607
7608 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
7609
7610         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
7611         This is something that only a widget writer would ever want
7612         to change.
7613
7614         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
7615         gtk_signal_emit_by_name().
7616
7617         * gtk/gtkviewport.c: Fix some warnings.
7618
7619         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
7620         allowing the requisitions of multiple widgets to be grouped
7621         together.
7622
7623         * tests/testgtk.c: Add GtkSizeGroup test
7624
7625         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
7626
7627         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
7628         warnings.
7629
7630         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
7631
7632 2001-04-28  Martin Baulig  <baulig@suse.de>
7633
7634         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
7635         to gtk_image_menu_item_set_icon() and made it work if there's already
7636         an image.
7637         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
7638         (gtk_image_menu_item_new_with_label): New function.
7639
7640 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
7641
7642         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
7643         highlighting code!!!!  The result is okay so long as you don't try
7644         to stress it.  It also highlights a bug in the TextView so it's in
7645         an unproportional font right now until it's fixed.
7646
7647         *demos/gtk-demo/*.c: Clean up code a bit to make it
7648         ugly-parser(TM) friendly. (-:
7649
7650 2001-05-17  Joe Shaw  <joe@ximian.com>
7651
7652         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
7653         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
7654         if it is only partially onscreen.
7655
7656 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
7657
7658         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
7659         not by characters.
7660
7661         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
7662         are not zero or one; that is, when graphemes of multiple characters
7663         are involved.
7664
7665         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
7666         FIXME.
7667
7668 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
7669         
7670         * gtk/gtkbbox.c:
7671         Add properties, based on patch by Lee Mallabone.
7672
7673         * gtk/gtknotebook.c:
7674         * gtk/gtktoolbar.c:
7675         Convert from GtkArg to GParam, based on patch by John Margaglione.
7676         
7677         * gtk/gtkhscale.c:
7678         * gtk/gtkvscale.c:
7679         * gtk/gtkhscrollbar.c:
7680         * gtk/gtkvscrollbar.c:
7681         * gtk/gtkrange.c:
7682         Move adjustment property to GtkRange.
7683
7684         * gtk/gtklabel.c:
7685         Setup mnemonics on property changes
7686
7687         * gtk/gtkwidget.c (gtk_widget_get_property):
7688         GdkExtensionMode is an enum, not a flag. Set it with
7689         g_value_set_enum ().
7690
7691         * tests/prop-editor.c:
7692         Better propery editor.
7693
7694         * tests/testgtk.c:
7695         Add new property test. Pass zero to the property editor to
7696         get properties from all derived types.
7697         
7698 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
7699
7700         * autogen.sh (have_automake): Require libtool-1.4,
7701         automake-1.4p1.
7702
7703         * acinclude.m4: Remove libtool macros.
7704
7705         * gdk-pixbuf/Makefile.am: Add dependencies to loade
7706         modules.
7707
7708         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
7709         for libgdk.
7710
7711         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
7712         libgdk.la for libgtk.
7713
7714         * modules/input/Makefile.am: Make modules have full
7715         dependencies.
7716
7717 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
7718
7719         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
7720         #54699 where paths weren't being checked for correctness.
7721
7722 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
7723
7724         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
7725         in any order you wan, whether or not the column is added to the
7726         tree, or the tree is realized.  Yay!
7727
7728         * gtk/gtktreeviewcolumn.c
7729         (gtk_tree_view_column_setup_sort_column_id_callback): handle
7730         sorting columns a lot saner
7731
7732         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
7733         new function to actually set wether or not a column is
7734         reorderable.
7735
7736         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
7737         if we have 'em.
7738
7739         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
7740         Fix nasty bug where we were showing the button just before
7741         realizing it.  As a result, the parent window was
7742         tree_view->window instead of tree_view->priv->header_window.
7743
7744         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
7745         to let you easily reorder a list or tree.
7746
7747 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
7748
7749         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
7750         from args to properties.
7751
7752 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
7753
7754         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
7755         from args to properties. (#51957)
7756
7757         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
7758         calls to after ->set_property call.
7759
7760 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
7761
7762         * tests/prop-editor.c: Block against redundant changes.
7763
7764         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
7765         properties.
7766
7767 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
7768
7769         * gdk/gdkpixmap.h: Remove creative formatting.
7770
7771 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
7772
7773         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
7774         property API. (#51669)
7775
7776         * gtk/gtkscale.c: Patch from John Margaglione converting to
7777         property API. (#51891)
7778
7779         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
7780         to property API. (#50985)
7781
7782 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
7783
7784         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
7785         buffering state across expose event, so we still call end_paint().
7786
7787 2001-05-11  Alexander Larsson  <alexl@redhat.com>
7788
7789         * gtk/gtkhsv.c (paint_triangle):
7790         Expose the ring in the triangle at the correct place when
7791         exposing just a part of the triangle.
7792
7793         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
7794         Return FALSE, or window focusing will not work.
7795
7796 2001-05-11  Havoc Pennington  <hp@pobox.com>
7797
7798         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
7799         #54144
7800
7801         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
7802         bug #54330
7803
7804 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
7805
7806         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
7807         propagate exposes to NULL child.
7808
7809         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
7810         against not having one of the scrollbars.
7811
7812         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
7813         we don't keep a mnemonic window if we have no mnemonic installed.
7814
7815 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
7816
7817         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
7818         it has the _important_ side effect of initializing a class.
7819
7820 2001-05-10  Alexander Larsson  <alexl@redhat.com>
7821
7822         * gdk/linux-fb/gdkprivate-fb.h:
7823         Make sure you can compile out the implementation/wrapper assert
7824         macros.
7825
7826         * gdk/linux-fb/gdkdrawable-fb2.c:
7827         Check implementation/wrappers, initialize type for pixmap dummys.
7828
7829         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
7830         Hide the cursor if reading from the screen.
7831
7832         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
7833         Fix sign bug in tiling code.
7834
7835         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
7836         Handle background pixmaps.
7837
7838 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
7839
7840         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
7841         function to let user control where columns are dragged.
7842
7843         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
7844         Escape is pressed.
7845
7846 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
7847
7848         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
7849         "columns_changed" signal.
7850         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
7851         motion code to draw arrows to the side if indicator is outside the
7852         widget.
7853         (gtk_tree_view_map_expanded_rows): Implement.
7854
7855 2001-05-07  Alexander Larsson  <alexl@redhat.com>
7856
7857         * demos/testpixbuf-save.c: 
7858         * demos/testpixbuf-drawable.c:
7859         Include gdkfb.h on linux-fb.
7860
7861 2001-05-07  Alexander Larsson  <alexl@redhat.com>
7862
7863         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
7864         New function for getting toplevel window at position.
7865         (gdk_drag_find_window): Use get_toplevel_window () instead
7866         of gdk_window_get_pointer(). (gdk_drag_status): Use
7867         correct context for getting window.
7868
7869         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
7870         g_strdup the atom name.
7871
7872         * gdk/linux-fb/gdkwindow-fb.c:
7873         Costmetic fix.
7874
7875         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
7876         Add code for changing cursor on linux-fb backend (same as
7877         win32).
7878
7879 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
7880
7881         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
7882         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
7883         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
7884         report was not for the development branch of GTK+, but it applies
7885         anyways).
7886
7887 2001-05-04  Havoc Pennington  <hp@redhat.com>
7888
7889         * configure.in: fix some shell typos
7890
7891         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
7892
7893         * gtk/gtkimage.c: handle animations
7894
7895         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
7896         border_width * 2, not just border_width
7897
7898         * gtk/gtkscale.c: add "format_value" signal to allow people
7899         to override the way values are drawn.
7900         (gtk_scale_get_value_size): fix width/height mistake,
7901         and compute size from actual displayed text, not 
7902         from made-up text.
7903
7904         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
7905         signal registration
7906
7907         * tests/testtext.c: Add "Remove all tags" menu item for testing
7908
7909         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
7910
7911         * demos/gtk-demo/main.c (main): add hack so we can find modules
7912         without installing gtk
7913
7914         * demos/gtk-demo/textview.c (insert_text): demo font scaling
7915
7916         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
7917         factor)
7918         (gtk_cell_renderer_text_set_property): remove some bogus
7919         g_object_notify
7920
7921         * gtk/gtktexttag.c: add "scale" property which is a font scaling
7922         factor
7923
7924         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
7925         to layout
7926
7927         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
7928         gtk_text_iter_is_first
7929
7930 2001-01-06  Hans Breuer  <hans@breuer.org>
7931
7932         * gdk/gdk.def : updated exports
7933
7934         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
7935         gdk won't compile anymore
7936  
7937         * gdk/win32/gdkevents-win32.c : initialize ret_val when
7938         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
7939         Improved gdk_flush () to not only do pending drawing operations
7940         but also process all currently pending events. This should make
7941         the behaviour more similar to the X11 version.  
7942
7943         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
7944         option needs to be set even if there is no GDK_GC_BACKGROUND.
7945         (gdk_win32_hdc_get) : use predraw_set_background () independent
7946         of value_mask. This allows to draw dashed lines leaving the original
7947         background intact.
7948
7949         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
7950         after processing, because we can't reuse it as the X11 version does.
7951
7952         * gtk/gtk.def : updated exports
7953
7954         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
7955         would like to get rid of this file again, and use straight
7956         makefile.msc again, as the other Gtk+ subdirs do)
7957
7958         * test/makefile.msc (new file) : build the test apps here
7959
7960 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
7961
7962         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
7963         strike-through setting
7964         (gdk_draw_layout_line_with_colors): Render strike-through
7965
7966 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
7967
7968         * Release 1.3.5
7969
7970         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
7971
7972         * NEWS: Updated
7973
7974         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
7975         Makefile breakage.
7976
7977 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
7978
7979         * demos/gtk-demo/images.c (progressive_timeout): Fix
7980         typo in filename.
7981
7982         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
7983         out FIXME warning; just too annoying.
7984
7985 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
7986
7987         * gdk/linux-fb/gdkcolor-fb.c:
7988         Better error messages.
7989
7990         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
7991         Initialize abs_x and abs_y.
7992         
7993         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
7994         Correct handling of stipple offset.
7995
7996         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
7997         Treat directcolor framebuffers as truecolor.
7998         
7999 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
8000
8001         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
8002         dependency on Atk for accessibility support.
8003
8004         * configure.in **/Makefile.am: Major reworking of substituted
8005         variables for CFLAGS/LIBS to make a lot more sane and 
8006         keep the the compile/link lines a bit shorter.
8007
8008         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
8009
8010 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
8011
8012         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
8013         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
8014         use _gtk_boolean_handled_accumulator.
8015
8016 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
8017
8018         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
8019         to fix things so clicking inside selection leaves cursor
8020         at point where clicked. (#50324)
8021
8022         * gtk/gtksettings.c (gtk_settings_class_init): Restore
8023         sane value for default double click time.
8024
8025         * tests/testtext.c (test_init): Really path to input modules.
8026
8027 2001-05-03  Sven Neumann  <sven@convergence.de>
8028
8029         * demos/testpixbuf-save.c: include target-specific headers as
8030         done in testpixbuf-drawable.c
8031
8032 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
8033
8034         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
8035         new_text_length appropriately when we run into the 
8036         size limit for the entry. (#53445, reported by Jeff Franks)
8037
8038         * tests/testgtk.c (create_entry): Remove most of the
8039         property toggle buttons. Replace with a "Props" button
8040         that brings up a property editor.
8041
8042         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
8043         Split the property editor code out for reuse, improve.
8044
8045 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
8046
8047         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
8048         trap errors around calls to XSetInputFocus since we have
8049         no way of knowing reliably whether we are viewable or
8050         not. (#53947)
8051
8052 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
8053
8054         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
8055         fix bug in dropping columns.  Moving columns now basically works
8056         modula some fine tuning.
8057
8058 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
8059
8060         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
8061         autoscroll support.  It mostly works, but could use some fine
8062         tuning.
8063         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
8064         Actually move the column.
8065
8066 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
8067
8068         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
8069           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
8070           New default theme! A slighly improved version of the 2.0 Raleigh
8071           theme, with Windows-esque focus/drawing default. 
8072           (GtkWidget::interior_focus defaults to TRUE.)
8073
8074         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
8075
8076 2001-04-30  Havoc Pennington  <hp@pobox.com>
8077
8078         * tests/testtext.c (line_numbers_expose): fix to work with
8079         gtk_paint_layout change
8080
8081 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
8082
8083         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
8084           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
8085           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
8086           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
8087
8088         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
8089           with GtkWidget::interior_focus = TRUE better.
8090
8091         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
8092         ::default_outside_border for more flexibility.
8093
8094         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
8095         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
8096         change that had to be made with g_object_get.
8097
8098 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
8099
8100         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
8101         (gtk_tree_view_move_column_after): Clean up interface. 
8102
8103 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
8104
8105         * gtk/gtkpacker.h:
8106         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
8107          to gtkenum.h.
8108
8109         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
8110         handled in switch).
8111
8112         * gtk/Makefile.am:
8113         (gtk.defs): generate enum portions with  glib-mkenums.
8114         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
8115         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
8116         
8117         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
8118         addition.
8119
8120         * docs/Changes-2.0.txt: keep a note on signal handlers now
8121         not getting emitted during the emission they were connected within.
8122
8123 2001-04-28  Havoc Pennington  <hp@pobox.com>
8124
8125         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
8126
8127 2001-04-24  Havoc Pennington  <hp@redhat.com>
8128
8129         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
8130         (gtk_text_layout_move_iter_to_next_line): fix these two for
8131         invisible text, lots of other stuff still hosed.
8132
8133         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
8134         new function, replaces the get/set palette stuff. This function 
8135         is intended for use by libgnomeui which should set the hook to a
8136         thing which sets the palette in GConf, and we need the
8137         GConf-to-xsettings proxy which will result in the change being
8138         propagated back to the GTK app.
8139
8140         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
8141         about unusable signals that it may be because the signal has 
8142         parameters.
8143
8144         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
8145         style, otherwise gtkrc.c won't know to create a new GtkStyle for
8146         it.
8147         (gtk_widget_modify_color_component): call
8148         gtk_widget_modify_style() so the rc style will get copied.
8149         (gtk_widget_modify_font): ditto
8150
8151         * gtk/gtkrc.c: make a couple variables static
8152
8153         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
8154         help button by default, since it does nothing
8155
8156         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
8157         around with UI
8158
8159         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
8160         so we can have tooltips
8161
8162         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
8163         can have tooltips
8164
8165         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
8166         GDK_ENABLE_BROKEN, because its memory behavior is completely
8167         hosed.
8168
8169         * gtk/gtknotebook.c: remove key press handler, replace with
8170         binding set, add numeric keypad support
8171
8172         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
8173
8174         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
8175
8176         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
8177         addition to plain Delete
8178
8179         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
8180         GDK_KP_Enter in addition to GDK_Return
8181
8182         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
8183         activate on entry instead of key press
8184         (gtk_font_selection_on_clist_key_press): get
8185         rid of this signal handler, not needed with new font sel.
8186
8187         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
8188         no-longer-needed emit_stop_by_name(), just return TRUE
8189
8190         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
8191         cruft, this widget is no longer focusable.
8192
8193         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
8194         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
8195         move_slider action signal, add binding set for vscale/hscale, in
8196         the process support numeric keypad
8197
8198         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
8199         make GDK_Return and GDK_KP_Enter activate the entry via 
8200         binding set, instead of hardcoded.
8201
8202 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
8203
8204         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
8205         code.  Some documentation added.
8206
8207 2001-04-27  Havoc Pennington  <hp@redhat.com>
8208
8209         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
8210
8211         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
8212
8213         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
8214         line/para separators
8215         (gtk_entry_create_layout): set single paragraph mode on the layout
8216
8217         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
8218         spacing between the image and label; instead, inside a button box 
8219         the button will get extra space that will go there, but if people 
8220         configure button box for 0 chubbiness, then there's no spacing.
8221
8222         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
8223         and min/max size style properties, so people can tune their
8224         chubbiness.
8225
8226         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
8227         functions
8228
8229         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
8230         space_style, and button_relief into style properties, remove
8231         functions for setting them
8232         
8233         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
8234         it back down
8235
8236         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
8237         types from gtk_widget_style_get
8238
8239         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
8240         with a style property.
8241
8242         * gdk/x11/gdkevents-x11.c: namespace the settings
8243
8244         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
8245
8246         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
8247         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
8248         be used. Also, translate doc strings for settings. Also, namespace
8249         the double-click-time property. Also, remove bell properties crap.
8250
8251 2001-04-27  Sven Neumann  <sven@gimp.org>
8252
8253         * Makefile.am: before creating links, check if pkg-config files
8254         exist for the default target. Otherwise link to the pkg-config files
8255         that got installed with this build.
8256
8257 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
8258
8259         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
8260         dragging code.  Revealed some (potential) GdkWindow bugs.
8261
8262         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
8263         _gdk_window_init_position to the end of reparent to fix the case
8264         of reparenting when new_x != old_x and new_y != old_y.
8265
8266 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
8267
8268         * gtk/gtkentry.c (strstr_len): Fix optimization that
8269         was correct for the use here, but completely incorrect
8270         in general.
8271
8272 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
8273
8274         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
8275         until patch adding gtk_window_set_size() is recommitted. 
8276
8277         * **Makefile.am configure.in gdk/x11/gdkim-11.c
8278           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
8279           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
8280           (#10784)
8281
8282 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
8283
8284         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
8285         window == NULL in a number of cases.
8286
8287         * tests/testdnd.c: Set module path for gdk-pixbuf.
8288
8289 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
8290
8291         * gtk/Makefile.am xembed.h: File containing #defines
8292         for XEMBED protocol.
8293
8294         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
8295
8296         - Change protocol from old plug/socket specific protocol
8297           to XEMBED draft
8298         - Various fixes to work with GTK+-2.0
8299
8300         Still quite a bit of work to do here to handle initiation
8301         from the socket side (as specified by XEMBED), to handle
8302         the more advanced features of XEMBED, and to figure out
8303         a good way to handle same-app embedding with less overhead
8304         than using full XEMBED.
8305
8306 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
8307
8308         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
8309         track of whether the toplevel has the focus; only send
8310         focus-in events to the focus widget when the window
8311         actually has the focus.
8312
8313 2001-04-25  Havoc Pennington  <hp@pobox.com>
8314
8315         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
8316         were still in the header
8317
8318 2001-04-24  Alexander Larsson  <alexl@redhat.com>
8319
8320         * gtk/gtkclist.[ch]:
8321         * gtk/gtkctree.c:
8322         When there is a row highlighted for D'n'D it must alse
8323         be painted hightlighted on exposes. Otherwise exposes from
8324         the icon being dragged will mess up the hightlight.
8325
8326         * gtk/gtkfontsel.c:
8327         Don't recenter selected font when exposing the font family
8328         clist. This means you can now actually scroll the font family
8329         list.
8330
8331         * gtk/gtknotebook.c:
8332         Fix focus movement on scrolling tabs that are placed on the left
8333         and right.
8334
8335 2001-04-21  Havoc Pennington  <hp@pobox.com>
8336
8337         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
8338         empty/invisible lines.
8339
8340         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
8341         (gtk_text_iter_set_visible_line_index): new functions to set
8342         indexes excluding invisible text
8343
8344         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
8345         index
8346
8347         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
8348         (gtk_text_iter_get_visible_line_offset): new functions to 
8349         get indexes excluding invisible text
8350
8351         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
8352         bunch of extra padding that served no purpose
8353
8354         * gtk/gtkdialog.c: Make all the spacings configurable via style
8355         properties, for chubbiness configuration in themes
8356
8357         * tests/testtext.c: fix path to the immodules.
8358         
8359 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
8360
8361         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
8362         got munched by #endif.
8363
8364         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
8365
8366         * gtk/gtktreeview.c: Refactored code to clean up a number of
8367         events.
8368
8369         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
8370         values to make consistent with other functions.  Spotted by Jeff
8371         Franks <jcf@tpg.com.au>.
8372
8373         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
8374         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
8375
8376 2001-04-23  Sven Neumann  <sven@gimp.org>
8377
8378         * gtk/Makefile.am
8379         * gtk/gtkplug.c
8380         * gtk/gtksocket.c: on request of Owen, reverted my last change 
8381         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
8382
8383 2001-04-23  Sven Neumann  <sven@gimp.org>
8384
8385         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
8386         compile for non-X11 targets again
8387
8388 2001-04-20  Alexander Larsson  <alexl@redhat.com>
8389
8390         * gtk/gtkcolorsel.[ch]:
8391         API Change. Take GdkColor arguments instead of gdouble *.
8392         Leave the old gtk_color_selection_set_color for compatibility,
8393         but marked deprecated.
8394         Do correct rounding when converting RGB <-> HSV.
8395         
8396         * gtk/gtkcolorseldialog.c:
8397         * tests/testgtk.c:
8398         Use new GtkColorSelection API.
8399
8400         * gtk/gtkhsv.c:
8401         Fix problem selecting colors in triangle when Hue is 330.
8402         Fix some black dots around the HSB triangle.
8403         
8404         * gtk/gtkfilesel.c:
8405         return FALSE from the focus_in_event handler to fix focus problems.
8406
8407 2001-04-18  Havoc Pennington  <hp@redhat.com>
8408
8409         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
8410         set, so keybindings are configurable    
8411         (gtk_window_activate_default): Change to activate the focus widget
8412         instead if there's a focus widget, to be consistent with the
8413         behavior that previously existed in key_press_event
8414
8415 2001-04-18  Havoc Pennington  <hp@redhat.com>
8416
8417         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
8418
8419 2001-04-18  Havoc Pennington  <hp@redhat.com>
8420
8421         Close bug #50615:
8422         
8423         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
8424         the layout
8425
8426         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
8427
8428         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
8429
8430         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
8431         
8432         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
8433         to blue for base, in addition to bg
8434         
8435 2001-04-18  Havoc Pennington  <hp@redhat.com>
8436
8437         * tests/testgtk.c (create_image): allow shrinking the image window
8438         to test that we clip to allocation.
8439
8440         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
8441         #9845
8442
8443         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
8444
8445 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
8446
8447         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
8448         mode on shm segments to 0600. We'll see who complains.
8449
8450         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
8451         _gdk_windowing_window_destroy() AFTER recursing through
8452         children.
8453
8454         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
8455         testsocket_child on X.
8456
8457         * tests/testsocket[_child].c: Fix uses of
8458         gtk_window_get_default_accel_group().
8459
8460         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
8461
8462         * gdk/gdkimage.c: (gdk_image_get):
8463         Deal with the possibility that XGetImage() might return NULL.
8464         Allocate the GdkImagePrivate structure only after XGetImage()
8465         succeeds in order not to dereference a NULL ximage pointer.  This
8466         prevents a core dump when XGetImage() fails - which is unlikely,
8467         but can happen due to race conditions accessing the geometries of
8468         drawables.  An x error will still be triggered, but the gdk image
8469         wrapper at least wont seg fault.
8470         
8471 2001-04-18  Havoc Pennington  <hp@redhat.com>
8472
8473         * gtk/gtkimage.c: fix to properly queue resizes when the image is
8474         set
8475
8476         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
8477         if the insertion point isn't editable
8478
8479         * demos/gtk-demo/images.c: Added a GtkImage demo
8480
8481         * demos/gtk-demo/drawingarea.c: drawing area demo
8482         
8483         * demos/gtk-demo/menus.c (create_menu): cleanups
8484
8485 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
8486
8487         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
8488           gdk/x11/gdkevents-x11.c: Introduce an extra child
8489         of toplevel windows that serves to hold the focus to
8490         avoid events being delivered to embedded windows.
8491
8492         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
8493         some extra variables to clean up code and reduce the
8494         number of casts.
8495
8496         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
8497         guint for 1 bit bit fields, not gboolean.
8498
8499 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
8500
8501         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
8502         not TRUE. (Fixes #52925)
8503
8504 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
8505
8506         * Released 1.3.4
8507
8508         * NEWS: Updated
8509
8510         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
8511         use GTK_TYPE_ENUM.
8512
8513 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
8514
8515         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
8516
8517         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
8518         names to compatibility #defines so docs work.
8519
8520         * gtk/gtkenums.h: Remove GtkMenuFactoryType
8521
8522         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
8523
8524         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
8525
8526         * tests/testgtkrc: No magenta cursors, please.
8527
8528         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
8529
8530         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
8531         
8532 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
8533
8534         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
8535         grabs, since they are no longer necessary.
8536
8537         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
8538         by signal_connect() and call gtk_button_pressed() rather
8539         than signal_connect_after().
8540
8541         * tests/testgtk.c: Restore radio menu items to combos 
8542         since they'll look OK with Raleigh, and it is easier
8543         than finishing the process of removing them that was
8544         started earlier.
8545
8546 2001-04-16  Hans Breuer  <hans@breuer.org>
8547
8548         * gdk/gdk.def :
8549         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
8550
8551         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
8552         we are interested in the functions return value not the function address
8553         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
8554
8555         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
8556
8557 2001-04-14  Hans Breuer  <hans@breuer.org>
8558
8559         * gdk/gdk.def :
8560         * gdk/makefile.msc : updated
8561
8562         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
8563         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
8564         (the testgtk::text backgound pixmap is drawn again)
8565         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
8566         Win32 Pango change
8567         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
8568
8569         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
8570         Not sure if the returned settings have the right unit, because I couldn't
8571         find any docs for the X version ...
8572
8573         * gtk/gtk.def :
8574         * gtk/makefile.msc.in : updated
8575
8576 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
8577
8578         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
8579         wording problems. (Compared to version from Johannes Stezenbach to
8580         check correctness.)
8581
8582 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
8583
8584         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
8585         this to compile.
8586
8587 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
8588
8589         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
8590         not pixbufpos.
8591
8592         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
8593
8594         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
8595         are unsigned insts, therefore use g_value_set_uint.
8596         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
8597
8598 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
8599
8600         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
8601
8602         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
8603         GTK_TYPE_STRING.
8604
8605         * gtk/gtktreeview.c: New functions to allow initial column
8606         dragging work.
8607
8608         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
8609
8610         * tests/testtreefocus.c: give dave some love.
8611
8612         * tests/testtreesort.c: Modify test to check really long samples.
8613
8614 2001-04-11  Alexander Larsson  <alexl@redhat.com>
8615
8616         * gtk-2.0.m4: Pass pkg-config options
8617         before the other args so it works even if
8618         POSIXLY_CORRECT is set.
8619
8620 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
8621
8622         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
8623         0, interface 0).
8624
8625 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
8626
8627         * gtk/gtkcalendar.c (gtk_calendar_button_press):
8628         check for action_func != NULL
8629
8630 2001-04-04  Sven Neumann  <sven@gimp.org>
8631
8632         * tests/testgtk.c (test_init): corrected path to gtk.immodules
8633
8634 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
8635
8636         * Released Gtk+-1.3.3.
8637
8638 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
8639
8640         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
8641
8642 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
8643
8644         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
8645         files to/from source dir. (if we don't stay in builddir, we
8646         can't reach make-inline-pixbuf.
8647
8648         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
8649         deps.
8650
8651         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
8652         ages 0).
8653
8654 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
8655
8656         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
8657         moved to the GtkTreeSortable interface.
8658
8659         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8660         Make more efficient (fixes #50262).
8661
8662 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
8663
8664         * NEWS: Updated.
8665
8666         * configure.in: Remove support for uninstalled glib.
8667
8668         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
8669         so as not to stop emission.
8670
8671         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
8672         is no longer supported.
8673
8674         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
8675         into tests, change build order to build modules before
8676         gtk/.
8677
8678         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
8679         to here.
8680
8681 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
8682
8683         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
8684         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
8685         GPatternSpec. this is actually unlikely to cause breakage in
8686         third-party apps since except for gle, pretty much ever caller
8687         passes NULL here.
8688
8689         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
8690
8691         * *.c: use g_pattern_*() API.
8692
8693         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
8694
8695         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
8696         directions aren't passed in.
8697
8698         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
8699         functionality to be usable from gtkstyle.c as well, give precedence
8700         for conversion to user-supplied parsers.
8701         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
8702
8703         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
8704         _gtk_settings_parse_convert() for rcporperty value conversion.
8705
8706 2001-04-03  Alexander Larsson  <alexl@redhat.com>
8707
8708         * gdk/linux-fb/gdkevents-fb.c:
8709         Add empty gdk_setting_get().
8710
8711 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
8712
8713         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
8714         variable names.
8715         
8716         * gtk/makeenums.pl: touch this so enum files get remade.
8717
8718 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
8719
8720         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
8721         work again when not sorted.
8722
8723         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
8724         and "expand_row" signal, closing bug 52578.
8725
8726         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
8727         support.
8728
8729         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
8730         support.
8731
8732 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
8733
8734         * gdk/gdkevents.h: Add GdkEventSetting event for notification
8735         of changes to system settings, gdk_setting_get() to retrieve
8736         a single system setting.
8737
8738         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
8739         to the draft XSETTINGS mechanism.
8740
8741         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
8742         XSETTINGS.
8743
8744         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
8745         of GDK settings changes to the GtkSettings object.
8746
8747         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
8748         double-click-timeout property to GDK.
8749
8750         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
8751         Define GDK boxed types here.
8752
8753         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
8754         gdk/gdkenumtypes.[ch] for enum definitions.
8755
8756         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
8757         * gtk/gtk-boxed.defs: Comment out GDK types
8758         * gtk/gtktypeutils.h: Remove GDK types
8759         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
8760
8761 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
8762
8763         * Applied patch from Ron Steinke to add signal accumulators
8764         so that signals with the convention 'TRUE return means
8765         handled' stop emission on a TRUE return.
8766
8767         * gtk/gtkmain.[ch]: Add private accumulator 
8768         _gtk_boolean_handled_accumulator, used throughout GTK+.
8769         
8770         * gtk/gtkspinbutton.c: Add accumulator for ::output.
8771
8772         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
8773         
8774         * gtk/gtkwidget.c: Add accumulators for event signals,
8775         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
8776         for ::mnemonic-activate.
8777
8778         * gtk/gtkwindow.c: Add accumulator for ::frame_event
8779
8780 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
8781
8782         * gtk/gtkwidget.c: Add missing include.
8783
8784 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
8785
8786         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
8787         marshaller.
8788
8789         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
8790         "changed" signal to "range_changed".
8791
8792         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
8793         removing a tree from one model would remove all trees from that
8794         model.
8795         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
8796         changed signal instead.
8797
8798 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
8799
8800         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
8801         chaining up to parent impl, since we have a INPUT_ONLY
8802         window.
8803
8804         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
8805         foreground color for the cursor.
8806
8807 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
8808
8809         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
8810         param spec when caching property values, since we unref it
8811         later when we free the style.
8812
8813         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
8814         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
8815
8816 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
8817
8818         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
8819         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
8820         stupidity.
8821
8822 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
8823
8824         [ First pass at adding style properties. Still needs some definite
8825         fine-tuning. ]
8826
8827         * gtk/gtkbutton.c: Add ::default_spacing style property.
8828          
8829         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
8830         ::indicator_spacing style properties.
8831
8832         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
8833         style properties.
8834
8835         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
8836         rather than a normal property.
8837
8838         * gtk/gtkwidget.c: Add an ::interior_focus style property to
8839         draw focus inside buttons, in the Windows/Java Metal/etc. style.
8840
8841         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
8842         Honor ::interior_focus.
8843         
8844         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
8845         TRUE.
8846
8847         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
8848         Add ::slider_width, ::trough_border, ::stepper_size,
8849         ::stepper_spacing style properties.
8850
8851         * gtk/gtkscale.[ch] Add ::slider-length style property.
8852
8853 2001-04-02 Alexander Larsson   <alexl@redhat.com>
8854
8855         * gdk/linux-fb/gdkwindow-fb.c:
8856         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
8857         warnings that were spewed on startup.
8858
8859         * gtk/gtkwindow-decorate.c:
8860         gtk_window_reposition -> _gtk_window_reposition
8861
8862 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
8863
8864         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
8865         Add boxed type for GtkRequistion. Use it for ::size-request.
8866
8867         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
8868         Add a new GtkBorder structure useful for geometry properties
8869         for widgets. Add corresponding GTK_TYPE_BORDER.
8870         
8871         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
8872         Support automatic parser selection like
8873         gtk_settings_install_property_parser().
8874
8875         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
8876         functionality for use by gtk_widget_class_install_style_property.
8877         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
8878
8879 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
8880
8881         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
8882         g_param_spec_unichar(). 
8883
8884 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
8885
8886         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
8887         _NET window managers.
8888
8889         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
8890
8891 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
8892
8893         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
8894         bad needs to be nuked, not just deprecated.
8895
8896         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
8897         gtk_widget_popup().
8898
8899         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
8900         
8901         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
8902         widget.
8903         
8904         * docs/Changes-2.0.txt: updates.
8905         
8906 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
8907
8908         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
8909         for (i = 0; i < 100; i ++)
8910           g_print ("I will confirm it compile before committing\n");
8911
8912 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
8913
8914         * gtk/gtktreestore.c: Initial work on implementing the
8915         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
8916
8917 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
8918
8919         * gtk/gtkwidget.c: fixed a bunch of notifications, added
8920         reference counts around emissions where the widget is used afterwards.
8921         added freeze/thaws around multiple properties being notified.
8922         (_gtk_widget_get_aux_info): cleanups.
8923         
8924         * gtk/gtksettings.c (gtk_settings_install_property): provide
8925         default parsing functions for gdkcolor, enums and flags.
8926
8927         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
8928         applied by owen.
8929         backed out gtk_window_get_location(), gtk_window_set_location(),
8930         gtk_window_get_size() and gtk_window_set_size(), these
8931         have to be sorted out wrg x/y/width/height/default_with/default_height
8932         properties.
8933         kept a flag in GtkWindowGeometryInfo to handle user
8934         resetting default sizes.
8935         cleaned up ZVT comments.
8936         bunch of assorted bug fixes, notification fixes.
8937         (_gtk_window_reposition): make this a really internal function.
8938         
8939         * gtk/testgtk.c: fixups.
8940         
8941 2001-03-31  Hans Breuer  <hans@breuer.org>
8942
8943         * config.h.win32.in : disable USE_MMX for msvc build cause
8944         the assembler doesn't fit and is out of my scope. Disable
8945         USE_GMODULE for msvc build as wel. The right way to share
8946         binaries on win32 would be to use libtiff.dll etc. To reduce
8947         installation hassles IMO it's better to include all fileformats
8948         builtin to gdk-pixbuf
8949
8950         * gdk-pixbuf/makefile.msc : new file
8951
8952         * gdk/gdk.def : updated
8953
8954         * gdk/win32/gdkevents-win32.c : don't erase the background if
8955         .no_bg is set. It improves the scrolling (e.g. of testgtk main
8956         buttons
8957         * gdk/win32/gdkgeometry-win32.c : added comment about the above
8958
8959         * gdk/win32/gdkwindow-win32.c : added three new functions like
8960         the X version. Only one is implemented, because the other two
8961         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
8962         be default behaviour on win32 anyway ...
8963
8964         * gtk/gtk.def : updated
8965
8966         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
8967         from where it was built and add an additional rule to automagically
8968         build gtkmarshal.[hc]
8969
8970         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
8971         before array access for the current entry isn't finished
8972
8973         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
8974         use g_return_val_if_fail
8975
8976         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
8977         for the static array, but let the compiler calculate it. It
8978         makes me wonder if gcc isn't capable to catch bugs like this ...
8979
8980 2001-03-31  James Henstridge  <james@daa.com.au>
8981
8982         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
8983         constant "-1" in the aux info structure.
8984
8985 2001-03-30  Alexander Larsson  <alexl@redhat.com>
8986
8987         * gtk/gtkbutton.c (gtk_button_get_property):
8988         * gtk/gtklabel.c:
8989         Remove leaks.
8990         
8991         * gtk/gtkcontainer.c:
8992         * gtk/gtkhscale.c:
8993         * gtk/gtkhscrollbar.c:
8994         * gtk/gtklayout.c:
8995         * gtk/gtkmisc.c:
8996         * gtk/gtkprogress.c:
8997         * gtk/gtkprogressbar.c:
8998         * gtk/gtkrange.c:
8999         * gtk/gtktable.c:
9000         * gtk/gtkviewport.c:
9001         * gtk/gtkvscale.c:
9002         * gtk/gtkvscrollbar.c:
9003         * gtk/gtkwidget.c:
9004         Property patches, based on patches from John Margaglione and Lee Mallabone.
9005
9006 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
9007
9008         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
9009         adjustment. Cleaned redundant preconditions (spin != NULL). Added
9010         inline API function docs.
9011         (gtk_spin_button_new_with_range): New convenience constructor.
9012         (gtk_spin_button_set_increments): New adjustment helper.
9013         (gtk_spin_button_set_range): New adjustment helper.
9014
9015         * gtk/testgtk.c : added test of the new convenince constructor and
9016         value_changed signals.
9017
9018 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
9019
9020         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
9021         listen to the reorder signal.
9022
9023 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
9024
9025         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
9026         to get the aux info structure fo the widget.
9027
9028         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
9029         above function.
9030
9031         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
9032
9033         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
9034         to get the size of the window manager frame, basically the same
9035         code that gdk_window_get_root_origin() had
9036         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
9037
9038         * gtk/gtkwindow.c (gtk_window_set_default_size): use
9039         gdk_window_resize() if the window is realized and resizeable
9040
9041         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
9042         typo so that setting gravity works
9043
9044         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
9045         allocation if auto_shrink is on, even if the default size
9046         has not changed.
9047
9048         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
9049         g_return_if_fail
9050
9051 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
9052
9053         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
9054         reordering/sorting work.  Now pretty much works.
9055
9056         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
9057         reorder mostly work.  Still need to get the parity correct.
9058
9059         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
9060         signal, so I can listen for the sort_column_changed signal so I
9061         can change my "sort_indicator" property.  Cool.
9062
9063 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
9064
9065         [ Patch from Havoc Pennington, hp@redhat.com ]
9066
9067         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
9068         Add functions gdk_window_begin_resize_drag/begin_move_drag
9069         to start resizing or moving a toplevel window. This
9070         is done either using the _NET_WM_MOVERESIZE protocol,
9071         or, if that isn't present, by emulation.
9072
9073         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
9074         to export the above to GTK+-land.
9075
9076         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
9077         
9078         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
9079         Move this function into gdkwindow, since we need it
9080         when implementing fallback resizing.
9081
9082         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
9083         Fix typo when setting gravity.
9084
9085         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
9086         Add an optional (but on by default) resize grip for resizing 
9087         the parent window.
9088
9089 01-03-29  Alexander Larsson  <alexl@redhat.com>
9090
9091         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
9092         Don't return TRUE from the event handler, that blocks all
9093         event signals on the tooltip widget. Now you can press buttons
9094         in toolbars again.
9095
9096 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
9097
9098         * gtk/testtext.c (create_buffer): Add missing NULL on
9099         valist.
9100
9101         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
9102         c-n-p problem with INCONSISTENT property.
9103
9104         [ Patch from Havoc Pennington  <hp@redhat.com> ]
9105
9106         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
9107         hook.
9108
9109         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
9110         signal as a hook for extending the default popup menu
9111
9112         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
9113         use radio menu items for the input method menuitems
9114
9115         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
9116         inserted unicode from Ctrl-Shift-hex input method
9117
9118         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
9119         validatation here, already done at GtkTextBuffer level.
9120
9121         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
9122         popup_menu run action signal and Shift+F10 and Menu keybindings.
9123
9124         * gtk/gtkentry.c: implement a default handler for popup_menu
9125
9126         * gtk/gtktextview.c: implement a default handler for popup_menu
9127
9128         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
9129         from a key event
9130         
9131         * gtk/gtklabel.c: remove "trailer" cruft
9132
9133 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
9134
9135         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
9136         handle reordering of trees.  Seems to mostly work w/ the exception
9137         of the parity flag.
9138
9139         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
9140         signal.
9141
9142 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
9143
9144         * gtk/gtkwidget.h: c++ fixes.
9145
9146 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
9147
9148         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
9149         memory.
9150
9151 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
9152
9153         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
9154         Nils Barth fixing event return values. (#51041)
9155
9156         * gtk/gtkwidget.c: Fix some return values for default
9157         functions.
9158
9159         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
9160         return values for trough_keys functions.
9161
9162         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
9163         value for add_accelerator (shoudl have been a void
9164         return.)
9165
9166         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
9167         Fix return type of EVENT.
9168
9169         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
9170         signal return a boolean.
9171
9172 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
9173
9174         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
9175         reordered signal.
9176
9177         * tests/testtreesort.c (main): fix spelling.
9178
9179 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
9180
9181         * gtk/gtkliststore.c: More work on implementing sortable
9182         interface.
9183
9184 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
9185
9186         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
9187         reference the widgets in the resulting list. (#11821)
9188         This makes this consistent with gtk_container_children.
9189
9190         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
9191         uses of gtk_window_list_toplevels.
9192
9193 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
9194
9195         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
9196         a virtual function to set whether the IM context should use 
9197         the preedit string. (#51922)
9198         
9199 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
9200
9201         * gdk/gdkpango.h: Remove stale FIXME comment.
9202
9203 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
9204
9205         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
9206         Fixed bug that returned NULL if a filename was selected.
9207
9208 2001-03-24  Havoc Pennington  <hp@pobox.com>
9209
9210         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
9211         to contain the word "theme"
9212
9213 2001-03-24  Havoc Pennington  <hp@pobox.com>
9214
9215         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
9216         slower but finer-grained
9217         (gtk_hsv_focus): get initial focus on the ring or triangle 
9218         according to tab direction
9219
9220         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
9221
9222 2001-03-23  Havoc Pennington  <hp@pobox.com>
9223
9224         * gtk/gtkhsv.c: make this somewhat key-navigable
9225
9226         * gtk/gtkfontsel.c: mnemonics
9227
9228         * gtk/gtkgamma.c: mnemonics
9229
9230         * gtk/gtkcolorsel.c: add mnemonics to labels
9231
9232 2001-03-22  Havoc Pennington  <hp@pobox.com>
9233
9234         Applied big patch from Seth Lytle to fix event handler return
9235         values, slightly modified.
9236
9237         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
9238         handled.
9239         (gtk_calendar_key_press): return TRUE for GDK_space triggers
9240         select_day
9241
9242         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
9243         (gtk_clist_button_release): return TRUE if handled
9244
9245         * gtk/gtkcolorsel.c (mouse_release):
9246         (palette_activate): 
9247         (palette_press): 
9248         (palette_new): 
9249         (mouse_press): 
9250         (get_screen_color): 
9251         fixed return type (void to gboolean), return TRUE,
9252         added GTK_SIGNAL_FUNC cast
9253
9254         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
9255         (void to gboolean), and return TRUE
9256         (gtk_combo_button_release): changed return value to TRUE after
9257         gtk_grab_add on combo->popwin
9258
9259         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
9260         collapse or expand
9261
9262         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
9263         button/motion
9264
9265         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
9266         press/release and motion that trigger act
9267
9268         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
9269
9270         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
9271         for GDK_Return
9272         
9273         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
9274         (gtk_list_button_release): return TRUE if selection
9275
9276         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
9277         press
9278
9279         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
9280         (gtk_menu_shell_button_release): chain parent_menu_shell retval
9281
9282         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
9283         nothing triggered
9284         (gtk_notebook_button_release): return TRUE if we do anything
9285
9286         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
9287         (gtk_spin_button_button_release): return TRUE or chained retval
9288
9289         * gtk/gtktext.c (gtk_text_button_press): 
9290         (gtk_text_button_release): return TRUE
9291         (gtk_text_key_press): remove redundant retval code
9292         
9293         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
9294         and sensitive
9295         (gtk_tree_item_subtree_button_click): changed type to gint, and return
9296         TRUE if sensitive
9297
9298         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
9299         return TRUE
9300
9301 2001-03-23  Havoc Pennington  <hp@redhat.com>
9302
9303         * gtk/testgtk.c: fix warnings
9304
9305         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
9306
9307         * gtk/gtktextview.c: fix warnings
9308
9309         * gtk/gtktext.c (find_cursor_at_line): fix warning
9310
9311         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
9312
9313         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
9314         of this function
9315
9316         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
9317         fix warning
9318
9319         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
9320
9321         * gtk/gtkfontsel.c: fix warning
9322
9323         * gtk/gtkcolorsel.c: fix warnings
9324
9325 2001-03-23  Havoc Pennington  <hp@redhat.com>
9326
9327         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
9328
9329         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
9330
9331         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
9332         and deprecated gtk_check_menu_item_set_show_toggle().
9333         
9334         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
9335
9336         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
9337
9338         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
9339
9340 2001-03-23  Havoc Pennington  <hp@redhat.com>
9341
9342         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
9343         some docs
9344
9345 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
9346
9347         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
9348         this.
9349
9350         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
9351         set_cell to set_value
9352
9353         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
9354         set_cell to set_value
9355
9356 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
9357
9358         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9359         fix braino.
9360         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
9361         support.
9362
9363         * gtk/gtktreeview.c: Addition of initial sortable support.
9364
9365         * gtk/gtktreestore.c: Addition of initial sortable support.
9366
9367         * gtk/gtkliststore.c: Addition of initial sortable support.
9368
9369         * gtk/gtkmarshal.list: yet another marshaller.
9370
9371         * gtk/gtktreedatallist.[ch]: shared code between the store models
9372         for handling sorting headers.
9373
9374 2001-03-22  Havoc Pennington  <hp@redhat.com>
9375
9376         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
9377         (gtk_container_unset_focus_chain): Add ability to override the 
9378         focus chain for a container explicitly
9379
9380 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
9381
9382         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
9383         added PROP_MNEMONIC_WIDGET.
9384
9385         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
9386         (gtk_window_remove_mnemonic): 
9387         (gtk_window_add_mnemonic): fixed assertions.
9388         (gtk_window_activate_mnemonic): constrain modifier checks to those
9389         permitted by gtk_accelerator_get_default_mod_mask().
9390         got rid of gtk_window_get_default_accel_group().
9391
9392         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
9393         activatable widgets either by focussing or a warning.
9394         added a signal accumulator to ::activate_mnemonic which stops the
9395         emission once a handler returned TRUE.
9396
9397 2001-03-22  Havoc Pennington  <hp@pobox.com>
9398
9399         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
9400         the stock item label
9401
9402         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
9403
9404         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
9405
9406         * demos/gtk-demo/*.c: Add mnemonics all over the place
9407
9408         * gtk/gtklabel.h: mark parse_uline deprecated
9409
9410 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9411
9412         * gtk/gtkitemfactory.[ch]:
9413         Add support for stock and normal imagemenuitems.
9414         
9415         * gtk/testgtk.c:
9416         Add some tests for mnemonics, stock toolbars, stock
9417         and image menuitems in itemfactory and gdk_window_scroll.
9418
9419 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9420
9421         * gtk/gtkbutton.[ch]:
9422         * gtk/gtkdialog.c:
9423         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
9424         removed accel_group argument. Renamed gtk_button_new_accel() to
9425         gtk_button_new_with_mnemonic() and removed accel_group argument.
9426
9427         * gtk/gtkcheckbutton.[ch]:
9428         New function gtk_check_button_new_with_mnemonic().
9429
9430         * gtk/gtkentry.c:
9431         Override activate_mnemonic and just grab focus.
9432
9433         * gtk/gtkitemfactory.c:
9434         Don't add menu uline accel group, instead use mnemonics support.
9435
9436         * gtk/gtklabel.[ch]:
9437         New support for mnemonics.
9438
9439         * gtk/gtkmarshal.list:
9440         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
9441
9442         * gtk/gtkmenu.[c]:
9443         * gtkmenushell.c:
9444         Use mnemonics instead of accel groups for uline
9445         support in menu items.
9446         Removed gtk_menu_get_uline_accel_group() and
9447         gtk_menu_ensure_uline_accel_group().
9448
9449         * gtk/gtkmenuitem.c:
9450         Override activate_mnemonic to handle switching between
9451         menu items if there are collisions.
9452         
9453         * gtk/gtknotebook.c:
9454         Connect to activate_mnemonic on the tab_label, so that
9455         activating it switches to that notebook page.
9456
9457         * gtk/gtkwidget.[ch]:
9458         Add activate_mnemonic signal. New function
9459         gtk_widget_activate_mnemonic() to emit it.
9460         Default implementation does activate/grab_focus.
9461
9462         * gtk/gtkwindow.[ch]:
9463         Add support for mnemonics in windows.
9464         New functions:
9465         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
9466         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
9467
9468         * gtk/testgtk.c:
9469         Update to function name changes.
9470         
9471 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9472
9473         * gtk/gtkimagemenuitem.[c]:
9474         Add gtk_image_menu_item_new_from_stock()
9475
9476 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
9477
9478         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9479         Fix buglet in meeting.
9480
9481 2001-03-19  Havoc Pennington  <hp@redhat.com>
9482
9483         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
9484         add a bunch of accessor functions. This is because we have
9485         reasonable expectations of extending what fields it contains in
9486         the future.
9487
9488         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
9489         changes
9490
9491         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
9492         GtkIconSource   
9493
9494 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
9495
9496         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
9497         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
9498
9499         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
9500           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
9501           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
9502           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
9503         Change float to double everywhere with the exception of 0<->1.0 alignment
9504         and GtkCurve.
9505
9506 2001-03-19  Tor Lillqvist  <tml@iki.fi>
9507
9508         * gdk/win32/gdkdrawable-win32.c
9509         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
9510         output.
9511
9512         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
9513         gdkwin32.h.
9514
9515 2001-03-18  Tor Lillqvist  <tml@iki.fi>
9516
9517         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
9518         print_event_state, print_event): Use preprocessor macro to make
9519         code more compact. Print also GDK_WINDOW_STATE events.
9520         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
9521         
9522         * gtk/gtk.def
9523         * gtk/makefile.mingw.in: Update.
9524
9525         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
9526         to catch also Cygwin.
9527
9528 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
9529
9530         * gtk/gtkspinbutton.[hc]: added rc-style argument
9531         GtkSpinButton::shadow_type.
9532         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
9533         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
9534         rc-style settings.
9535
9536         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
9537
9538         * gtk/gtkwidget.c: quark cleanups.
9539
9540         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
9541         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
9542         to create_rc_style() (we don't do cloning in standard OO sense).
9543         added per rc style properties.
9544         
9545         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
9546         property values and for caching those. some cleanups.
9547         
9548         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
9549         
9550         * gtk/gtksettings.[hc]: new file for global rc-file properties
9551         (at least currently, should get extended to support X properties
9552         and other communication mechanisms).
9553         
9554         * gtk/gtkwidget.[hc]: added style property support:
9555         (gtk_widget_class_install_style_property_parser): install style
9556         property pspec with parser function for rc-file values other
9557         than LONG, DOUBLE or STRING.
9558         (gtk_widget_class_install_style_property): same as above without
9559         parser (parsers are going to be needed quite infrequently).
9560         (gtk_widget_style_get_property): retrive style property value.
9561         (gtk_widget_style_get_valist): same as above with varargs support,
9562         has NOCOPY semantics.
9563         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
9564
9565 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
9566
9567         * demos/gtk-demo/main.c (row_activated_cb): modified to use
9568         "row_activated" signal.
9569
9570         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
9571         stupidity.  Lets actually pass in the row with this signal...
9572
9573 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
9574
9575         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
9576
9577         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
9578
9579         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
9580         everything into the ::destroy function, and freed a lot more.
9581
9582 2001-03-16  Havoc Pennington  <hp@redhat.com>
9583
9584         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
9585         instead of gint16, to avoid overflow issues, since sizes > 16-bit
9586         are now allowed.
9587
9588 2001-03-16  Havoc Pennington  <hp@redhat.com>
9589
9590         * Applied patch from Nils Barth (bug # 51041) to 
9591         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
9592         in various places.
9593
9594 2001-03-15  Havoc Pennington  <hp@redhat.com>
9595         
9596         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
9597         for properties to set on the tag.
9598
9599         * gtk/testtext.c: fixups to reflect create_tag change
9600         
9601         * gtk/gtktexttag.c (gtk_text_tag_set_property):
9602         background/foreground stipple are objects, not boxed.
9603
9604         * demos/gtk-demo/textview.c: intellihancing
9605
9606 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
9607
9608         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
9609         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
9610
9611 2001-03-16  Alexander Larsson  <alexl@redhat.com>
9612
9613         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
9614         Fix sign error with queued region translations.
9615
9616 2001-03-15  HideToshi Tajima  <tajima@happy>
9617
9618         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
9619         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
9620         * gtk/gtkentry.c (update_im_cursor_location): 
9621         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
9622         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
9623         set_cursor_pos to set_cursor_location in GtkInputContext class
9624
9625 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
9626
9627         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
9628         the location of the cell relative to its area.
9629         * gtk/gtkcell*: modified for above change
9630         * gtk/gtktreeview.c: modified for above change.
9631
9632 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
9633
9634         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
9635          (gtk_tree_view_finalize): actually unref the model.  Thanks to
9636         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
9637
9638 2001-03-14  Havoc Pennington  <hp@redhat.com>
9639
9640         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
9641         
9642         * gtk/gtk.h: remove gtkdata.h
9643
9644         * gtk/Makefile.am: remove gtkdata
9645         
9646         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
9647         not "disconnect" on the adjustments.
9648         
9649         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
9650         GtkData
9651
9652         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
9653         not GtkData
9654
9655         * configure.in: handle case where X render exists, but Pango lacks
9656         Xft support.
9657
9658 2001-03-15 Alexander Larsson  <alexl@redhat.com>
9659
9660         * gtk/gtktoolbar.[ch]:
9661         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
9662         to add stock items to toolbars.
9663
9664         * gtk/Makefile.am:
9665         Remove ../gdk/gdkim.h from gdk_headers.
9666
9667 2001-03-15  Sven Neumann  <sven@gimp.org>
9668
9669         * gdk/gdkim.h: removed
9670         
9671         * gdk/gdkprivate.h
9672         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
9673
9674 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
9675
9676         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
9677         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
9678         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
9679         set_cursor_pos() virtual method
9680
9681         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
9682         (gtk_im_context_xim_set_cursor_pos): add implementation for
9683         set_cursor_pos() method
9684
9685         * gtk/gtkentry.c (recompute_idle_func): set current cursor
9686         position to input methods
9687
9688 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
9689
9690         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
9691         code a lot.
9692
9693         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
9694         g_mem_chunk.
9695         (_gtk_tree_data_list_alloc): use g_mem_chunk.
9696         (_gtk_tree_data_list_node_to_value): Fix to switch on
9697         G_TYPE_FUNDAMENTAL.
9698         (_gtk_tree_data_list_value_to_node): Fix to switch on
9699         G_TYPE_FUNDAMENTAL.
9700         (_gtk_tree_data_list_node_copy): Fix to switch on
9701         G_TYPE_FUNDAMENTAL.
9702
9703 2001-03-12  Havoc Pennington  <hp@redhat.com>
9704
9705         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
9706         to convert to new property API. Also, change default_width and
9707         default_height get_property to return 0 as the flag value for
9708         "unset"; -1 is not a valid value for these fields.
9709
9710 2001-03-12  Havoc Pennington  <hp@redhat.com>
9711
9712         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
9713         enum with registration for icon sizes, instead of strings.
9714
9715         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
9716         gtkwidget.c: Fix to reflect GtkIconSize
9717         
9718 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9719
9720         Make GtkFB compile and link.
9721         
9722         * gdk/linux-fb/gdkdrawable-fb2.c:
9723         window->mapped to GDK_WINDOW_IS_MAPPED(). 
9724         
9725         * gdk/linux-fb/gdkwindow-fb.c:
9726         window->mapped to GDK_WINDOW_IS_MAPPED(). 
9727         Added gdk_window_shape_combine_region.
9728         Added assorted placeholders for unimplemented new GdkWindow API calls.
9729
9730 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9731
9732         * gtk/gtkfilesel.c:
9733         Add more test when converting filenames from/to utf-8.
9734         Don't allow entering text in the filename entry which isn't allowed in
9735         a filename. Just beep instead.
9736
9737 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9738
9739         * gtk/gtkclist.c:
9740         Scroll using gdk_window_scroll(). Don't wait for exposes.
9741         Move the column headers in an order that makes them flash less.
9742
9743 2001-03-10  Hans Breuer  <hans@breuer.org>
9744
9745         * gdk/gdk.def : updated
9746
9747         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
9748         to offseting the clip_mask at the right place
9749
9750         * gdk/win32/gdkwindow-win32.c : don't create background brushes
9751         for all the gdkClasses, especially not for the input_only case.
9752         Otherwise flickering wont be avoidable, because we don't get
9753         WM_ERASEBKGND message for these windows.
9754
9755         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
9756         and fixed massive redraw problems apparently triggered by Alexanders 
9757         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
9758         but it seems to work quite well :-)
9759
9760         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
9761         prototype
9762
9763 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
9764
9765         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
9766         (gtk_list_store_set_cell): Fix a stupid typo.
9767
9768 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
9769
9770         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
9771         select_all not work if you're in SINGLE mode (it doesn't make that
9772         much sense, anyway.)
9773
9774         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
9775         handle types more sanely.
9776         (_gtk_tree_data_list_value_to_node): handle types more sanely.
9777         (_gtk_tree_data_list_node_copy): handle types more sanely.
9778
9779         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
9780         GValue better. Converts the type as well.
9781
9782         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
9783         GValue better. Converts the type as well.
9784
9785 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
9786
9787         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
9788         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
9789         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
9790         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
9791
9792         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
9793         gdk_im/gdk_ic.
9794
9795 2001-03-09  Hans Breuer  <hans@breuer.org>
9796
9797         * gdk/gdk.def : updated
9798
9799         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
9800         for their palette
9801
9802         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
9803         removing
9804
9805         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
9806         removing and implemented Havoc's GdkWindow state functions; 
9807         stick/unstick only as no-op, cause I don't know how to emulate 
9808         on win32 ...
9809
9810         * gtk/gtk.def : updated
9811
9812         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
9813
9814         * gtk/gtktypeutils.c : #include <string.h>
9815
9816         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
9817
9818 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
9819
9820         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
9821         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
9822         not a boxed.
9823
9824 2001-03-09  Alexander Larsson  <alexl@redhat.com>
9825
9826         * docs/Changes-2.0.txt:
9827         Document expose event->region change and that gtk_widget_event
9828         doesn't allow passing expose events.
9829
9830         * gdk/gdkevents.h:
9831         Add region to expose event.
9832         
9833         * gdk/gdkevents.c:
9834         Handle event->region in gdk_event_copy() and gdk_event_free().
9835
9836         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
9837         Generate expose_event->region when creating expose events.
9838
9839         * gdk/x11/gdkevents-x11.c:
9840         Generate expose events with regions when translating X events.
9841
9842         * gtk/gtkcontainer.[ch]:
9843         Default expose handler that propagates expose events to NO_WINDOW
9844         children. New function gtk_container_propagate_expose()
9845
9846         * gtk/gtkwidget.[ch]:
9847         Moved gtk_widget_event implementation to gtk_widget_event_internal.
9848         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
9849         expose events. New function gtk_widget_send_expose() to send expose
9850         events. New function gtk_widget_region_intersect() to calculate
9851         window/region intersections.
9852         
9853         * gtk/gtkmain.c (gtk_main_do_event):
9854         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
9855         Use gtk_widget_send_expose() to send expose events.
9856         
9857         * gtk/gtkbin.c:
9858         * gtk/gtkbox.c:
9859         * gtk/gtkfixed.c:
9860         * gtk/gtkimagemenuitem.c:
9861         * gtk/gtklist.c:
9862         * gtk/gtkpacker.c:
9863         * gtk/gtktable.c:
9864         * gtk/gtktree.c:
9865         Remove expose handler, using the default container implementation
9866         instead.
9867         
9868         * gtk/gtkbutton.c:
9869         * gtk/gtkcheckbutton.c:
9870         * gtk/gtkeventbox.c:
9871         * gtk/gtkfixed.c:
9872         * gtk/gtkhandlebox.c:
9873         * gtk/gtklayout.c:
9874         * gtk/gtklistitem.c:
9875         * gtk/gtkmenu.c:
9876         * gtk/gtkmenubar.c:
9877         * gtk/gtkmenuitem.c:
9878         * gtk/gtknotebook.c:
9879         * gtk/gtkoptionmenu.c:
9880         * gtk/gtkpaned.c:
9881         * gtk/gtkscrolledwindow.c:
9882         * gtk/gtktogglebutton.c:
9883         * gtk/gtktoolbar.c:
9884         * gtk/gtktreeitem.c:
9885         * gtk/gtkviewport.c:
9886         Chain expose handler to parent class handler. Use
9887         gtk_container_propagate_expose() to propagate exposes.
9888
9889         * gtk/gtkclist.c (check_exposures):
9890         * gtk/gtktext.c (process_exposes):
9891         Use gtk_widget_send_expose instead of gtk_widget_event.
9892
9893 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
9894
9895         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
9896
9897 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
9898
9899         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
9900         unref the nodes.   Fixes bug #50058.
9901
9902         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
9903         "::ref_iter" to "::ref_node".
9904         (gtk_tree_model_unref_node): change "::unref_iter" to
9905         "::unref_node". Fixes bug #50064.
9906
9907 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
9908
9909         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
9910         support for invisible cells.
9911          (gtk_tree_view_bin_expose): ditto
9912
9913 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
9914
9915         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
9916         on gobjects.
9917
9918         * tests/testtreefocus.c (main): New test file.
9919
9920         * tests/testtreeview.c: update to latest glib changes.
9921
9922         * tests/testtreecolumns.c: update to latest glib changes.
9923
9924 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
9925
9926         * gtk/testgtk.c: re-enabled event watcher emission hooks.
9927
9928 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
9929
9930         * *.c: added accumulator data argument to g_signal_newc()
9931         functions.
9932
9933         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
9934         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
9935         * gtk/treestoretest.c (make_window):
9936         s/g_signal_connect/g_signal_connectc/.
9937
9938         * gtk/gtktextbuffer.c: completed signal arg fixups,
9939         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
9940
9941 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
9942
9943         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
9944         G_CONST_RETURN.
9945
9946         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
9947         ::hierarchy-changed signal when a widget changes
9948         from anchored to unanchored or vice versa.
9949         (anchored means 
9950          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
9951         Use a private flag to keep track of this efficiently.
9952
9953 2001-03-07  Havoc Pennington  <hp@redhat.com>
9954
9955         * gtk/testgtk.c (create_spins): uglify so that size request gets
9956         tested.
9957
9958         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
9959         request on values for upper/lower, completes #6152
9960
9961 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
9962
9963         * Makefile.am: Remove gtk-config-2.0 again.
9964         (Grrrr, pkg-config. And stops make loops.)
9965
9966 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
9967
9968         * gtk/gtksignal.[hc]: removed old emission hook API.
9969         
9970         * docs/Changes-2.0.txt: fixed sections.
9971         
9972         * gtk/gtktextbuffer.c: signal arg fixups.
9973
9974 2001-03-07  Havoc Pennington  <hp@redhat.com>
9975
9976         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
9977
9978         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
9979         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
9980         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
9981         validation and the redraw which is higher priority than the
9982         validation.
9983
9984 2001-03-07  Havoc Pennington  <hp@redhat.com>
9985
9986         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
9987         (gtk_entry_set_property): remove trailer
9988
9989         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
9990         (gtk_entry_get_width_chars): new functions, to set size request to 
9991         a given number of characters
9992
9993         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
9994
9995         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
9996         (gtk_dialog_get_has_separator): new function
9997         (run_delete_handler): fix to not emit "response" signal
9998         because we already did in the delete event handler installed
9999         at dialog creation time.
10000         
10001         * gtk/gtkdialog.h: add a has_separator property,
10002         add GTK_DIALOG_NO_SEPARATOR flag
10003
10004 2001-03-07  Havoc Pennington  <hp@redhat.com>
10005
10006         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
10007         off decorations for a window.
10008
10009         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
10010         changes
10011
10012         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
10013         to get location of PangoLayout inside the label, closes #51198
10014
10015         * gtk/testgtk.c (create_bbox): fix up button box usage
10016
10017         * gtk/testcalendar.c (create_calendar): fix up button box usage
10018
10019         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
10020
10021         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
10022
10023         * gtk/gtkhbbox.h: deprecations
10024
10025         * gtk/gtkvbbox.h: deprecations
10026
10027         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
10028         emulate deprecated gtk_button_box_get_spacing
10029
10030         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
10031         the "set global default" functions
10032         (struct _GtkButtonBox): remove "spacing" field, use the one from 
10033         GtkBox base class
10034
10035         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
10036
10037         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
10038         render the icon, return the missing image icon.
10039
10040         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
10041         image icon if the load fails.   
10042
10043         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
10044         when no image is found; should be the Netscape "missing image"
10045         icon eventually but for now is a random image
10046
10047         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
10048         role for the session manager
10049
10050         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
10051
10052         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
10053         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
10054
10055         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
10056
10057 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
10058
10059         * gtk/*.c: marshaller fixes.
10060         
10061         * gtk/gtkmarshal.list: extreme cleanup.
10062
10063         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
10064         param spec for now.
10065
10066         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
10067         where appliable.
10068
10069         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
10070         special cased autogenerated boxed types from gtktypebuiltins_ids.c
10071         which are not reference counted:
10072         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
10073         PangoFontDescription, GtkTreeIter and GtkTreePath.
10074
10075 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
10076
10077         * gtk/gtktreeselection.h: 
10078         * gtk/gtktreemodel.c:
10079         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
10080         file should be included directly, and gobject/gmarshal.h
10081         as well as gtk/gtkmarshal.h even can't be included directly.
10082
10083         * Makefile.am: grr, install gtk-config-2.0.
10084
10085         * gtk/testgtk.c:
10086         * gtk/simple.c:
10087         * gtk/gtkmenu.c:
10088         * gtk/gtkitemfactory.c: use g_object_connect() instead of
10089         passing "*signal*::*" args to gtk_widget_set().
10090         
10091         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
10092         
10093         * gtk/*.c: removed trailer arg from property setters and getters.
10094         macro fixups.
10095
10096 2001-03-07  Alexander Larsson  <alexl@redhat.com>
10097
10098         * gtk/gtklabel.c (set_markup): Removed warning
10099
10100 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
10101
10102         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
10103         field to allow you to hide cell renderers.
10104
10105         * gtk/gtkcellrenderer.c: Add support for invisible cells.
10106
10107         * gtk/gtktreeview.c: Add support for invisible cells.
10108
10109 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
10110
10111         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
10112         Add "clicked" signal back to columns.
10113
10114         * ChangeLog: remove conflict markers.
10115
10116 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
10117
10118         * gtk/gtkbutton.c: Add animation of activation by, on 
10119         activate, pressing the button, and adding a timeout that 
10120         releases the button after 250ms or on key release and
10121         emits ::clicked. (#51501)
10122
10123         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
10124         action area, we connect to ::clicked instead of ::activate
10125         so the dialog stays up through the animation.
10126
10127 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
10128
10129         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
10130         check the ignore_enter flag for the menu shell that
10131         the item is actually a child of, not for attached
10132         submenus. (#51536)
10133
10134 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
10135
10136         * gtk/gtkmain.c (gtk_propagate_event): Only do special
10137         special key-press grab handling for widgets within
10138         GtkWindows. Otherwise, fall through to normal case.
10139
10140         This prevents key events being sent twice to GtkInvisible
10141         widgets, which can cause all sorts of mischief.
10142
10143 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
10144
10145         * gtk/gtkmain.c (gtk_propagate_event): When a grab
10146         widget is in effect, give the grab widget a first
10147         crack at KEY_PRESS/RELEASE events. (#424)
10148
10149 2001-03-06  James Henstridge  <james@daa.com.au>
10150
10151         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
10152         offset for the window_state_event to point at window_state_event
10153         rather than no_expose_event.
10154
10155 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
10156
10157         * gtk/gtkimmodule.h: fix busted /* comment */
10158
10159 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
10160
10161         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
10162         object properties.
10163
10164 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
10165
10166         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
10167         add object properties.
10168
10169         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
10170         to add object properties.
10171
10172         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
10173         object properties.
10174
10175         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
10176         add object properties.
10177
10178         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
10179         object properties.
10180
10181 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
10182
10183         * gtk/gtktreemodel.c: renamed "child_toggled" to
10184         "has_child_toggled".
10185
10186         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
10187         handle new signal name.
10188
10189         * gtk/gtktreestore.c: Updated to handle new signal name.
10190         * gtk/gtklisttore.c: Updated to handle new signal name.
10191         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
10192
10193 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10194
10195         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
10196         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
10197
10198 2001-03-05  Michael Natterer  <mitch@gimp.org>
10199
10200         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
10201         pixbuf-engine coincidentially also failed to make one of it's
10202         parent_class pointers static, causing overwriting of GtkLabel's
10203         parent_class pointer in pixbuf_style_class_init().
10204         (Will commit the fix to the pixbuf-engine too).
10205
10206 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10207
10208         * gdk/gdkwindow.h:
10209         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
10210         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
10211         gdk_window_set_icon_list for net wmspec functionality.
10212
10213         * gdk/x11/gdkwindow-x11.c:
10214         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
10215         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
10216         gdk_window_set_icon_list.
10217         Added gdk_wmspec_change_state helper function and used it in the code.
10218         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
10219
10220         * gtk/gtkdialog.c (gtk_dialog_init):
10221         Set GDK_WINDOW_TYPE_HINT_DIALOG.
10222
10223         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
10224         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
10225
10226         * gtk/gtkwindow.c:
10227         new function gtk_window_set_type_hint.
10228         On realize, set type hint and modal hint.
10229
10230         * gtk/gtkwindow.h:
10231         Added type_hint field and gtk_window_set_type_hint.
10232
10233 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10234
10235         * gtk/gtklabel.[ch]:
10236         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
10237         New function gtk_label_get_accel_keyval () to get the underline accelerator
10238         of the label. Setting the label pattern overrides other attributes.
10239
10240 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
10241
10242         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
10243         Added missing initializers to gtk_rc_style_init().
10244
10245 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
10246
10247         * gtk/gtktextview.c: fixed bug #51097 about setting 
10248         gtk_text_view_set_border_window_size() if the widget is 
10249         already realized.
10250
10251 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
10252
10253         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
10254
10255         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
10256         comment. Won't do to have duplicated doc comments between
10257         the platform subdirs.
10258
10259 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
10260
10261         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
10262           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
10263
10264         Detectable auto-repeat - make a repeating key generate
10265         press/press/press/release instead of press/release pairs.
10266
10267         If we have Xkb and XkbSetDectableAutoRepeat supports
10268         that, we do it that way. Otherwise, when we get
10269         a release event, we check ahead with XPending to see
10270         if the next key is a KeyPress with the same keycode
10271         and timestamp. (Not 100% reliable, but pretty close.)
10272           
10273 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
10274         
10275         * gtk/gtkmain.c (gtk_propagate_event): Only do special
10276         special key-press grab handling for widgets within
10277         GtkWindows. Otherwise, fall through to normal case.
10278  
10279         This prevents key events being sent twice to GtkInvisible
10280         widgets, which can cause all sorts of mischief.
10281  
10282 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
10283  
10284         * gtk/gtkmain.c (gtk_propagate_event): When a grab
10285         widget is in effect, give the grab widget a first
10286         crack at KEY_PRESS/RELEASE events. (#424)
10287  
10288 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
10289
10290         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
10291         to extend the selection. (Roughly based on patch
10292         from Jay Cox, #50939)
10293
10294         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
10295         to properly handle previous GDK_BUTTON_PRESS. 
10296         (Patch from Jay Cox, #50938)
10297
10298         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
10299         '\0' back along with the deleted text. (#51148)
10300
10301 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
10302
10303         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
10304         the group when extracting it from the X keyboard event.
10305
10306         * modules/input/Makefile.am modules/input/imipa.c: 
10307         Simple module for entering IPA. (Do we need a 
10308         gtk-stupid-input-tricks CVS module?)
10309
10310 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
10311
10312         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
10313         const.
10314
10315         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
10316
10317         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
10318         is no focus widget for the dialog currently, grab the focus as well
10319         as the default.
10320
10321         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
10322         the action area's children to iterate through, not the
10323         dialog's children.
10324
10325 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
10326
10327         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
10328         Add plug-socket tests. (Won't work worth a darn until I commit
10329         the rest of the plug-socket changes, but no reason these
10330         can't go into CVS now.)
10331
10332 2001-03-02  Havoc Pennington  <hp@redhat.com>
10333
10334         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
10335         _gdk_region_get_xrectangles()
10336
10337         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
10338
10339         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
10340
10341         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
10342         function, contributed by Ron Steinke    
10343
10344         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
10345         gdk_net_wm_supports
10346
10347         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
10348         New function, contributed by Ron Steinke
10349
10350         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
10351         used to line up the text in the entry when using the entry for
10352         editable sheet cell hacks
10353
10354         * gtk/testgtk.c (create_entry): test the activate_default setting
10355         on GtkEntry
10356
10357         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
10358         cause the entry to activate the default button for a dialog when 
10359         activated
10360         (gtk_entry_get_activates_default): new function
10361
10362 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
10363
10364         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
10365         Hwang to move call to sync_selection() up a few lines
10366         to before the row list is modified, to fix crash when
10367         removing rows in the undo_selection list.
10368
10369         (Test case provided by Daniel Elstner:
10370
10371         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
10372
10373 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
10374
10375         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
10376         of tree->root_tree in parent_set rather than _map(), 
10377         fixing #50892 in a bit better manner.
10378
10379 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
10380
10381         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
10382
10383 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
10384
10385         * gtk/gtkstyle.c : Remove duplicate fwd decl for
10386         gtk_default_draw_shadow.
10387
10388 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
10389
10390         * gdk/gdkimage.c (gdk_image_new): Remove excess 
10391         warning, make warnings more verbose, treat a error
10392         in shmat as permanent, and don't try again.
10393         (#51163, Ed Randall.)
10394
10395 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
10396
10397         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
10398         delay for the first click before starting to scroll.
10399         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
10400
10401         * gtk/gtktext.c: GtkText should have I-beam cursor. 
10402         (based on gtk-enf-990513-1.patch, Eric Fisher.)
10403
10404 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
10405
10406         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
10407         cleanup to remove some references to unused
10408         ->xoffset, ->yoffset.
10409
10410 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
10411
10412         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
10413         mask. (#51039, fix from Martin Maierhofer)
10414
10415 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
10416
10417         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
10418         for unshifted + and shifted = for non-us keyboards.
10419         Make <Control>+ and <Control>- work as well as 
10420         <Control>KP_Plus, <Control>KP_Minus for recursive
10421         open/close.  (#2682, René Seindal)
10422
10423 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
10424
10425         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
10426         the active menu item before deactivating the menu,
10427         so gtk_menu_popdown doesn't change the history. (#50964)
10428         
10429 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
10430
10431         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
10432         draw lines with text_gc rather than black_gc.
10433         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
10434
10435 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
10436
10437         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
10438         Move handling of buttons fully in gtktreeviewcolumn.  This code is
10439         less interrelated then it was, but it still requires the
10440         GtkTreeView to map it.
10441
10442         * test/testtreecolumn.c: Now I can add a column to one view,
10443         remove it, add it to the another view, remove it, then re-add it
10444         to the first.  Nifty.
10445
10446 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
10447
10448         * docs/tutorial/gtk-tut.sgml: Minor corrections
10449
10450 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
10451
10452         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
10453         GtkRowReference.
10454
10455 2001-02-28  Havoc Pennington  <hp@redhat.com>
10456
10457         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
10458         draw_default
10459         (gtk_widget_draw_focus): remove this function; we could instead
10460         make it just gtk_widget_draw(), but in most cases I think the
10461         result would be broken user code, so think it's better to have
10462         that code not compile and get fixed
10463         (gtk_widget_draw_default): ditto
10464
10465         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
10466         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
10467         
10468         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
10469         widgets lose/get the default, instead of calling draw_default
10470         
10471         * docs/Changes-2.0.txt: note about all this
10472
10473         Then fixed every widget in GTK, I won't list all the filenames.
10474
10475 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
10476
10477         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
10478         _gtk_tree_row_reference_deleted.
10479         (inserted_callback): Proxy out to
10480         _gtk_tree_row_reference_inserted.
10481         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
10482         get around signal emission ordering problem.
10483
10484         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
10485         fix to work with SINGLE 
10486         (_gtk_tree_selection_internal_select_node): Major sanitization on
10487         selections.  SINGLE now seems to work.
10488
10489         * tests/Makefile.am: add testtreecolumn.c:
10490
10491         * tests/testtreecolumn.c: New test.  Mostly points out selection
10492         bugs currently, but will test columns later.
10493
10494         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
10495         selection bug.  I hate touching this code -- it's scary.
10496
10497 2001-02-26  Havoc Pennington  <hp@redhat.com>
10498
10499         * gtk/testgtk.c: test the window state stuff
10500
10501         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
10502         window come to the user's attention as if it were just created
10503         (gtk_window_iconify): new function
10504         (gtk_window_deiconify): new function
10505         (gtk_window_stick): new function
10506         (gtk_window_unstick): new function
10507         (gtk_window_maximize): new function
10508         (gtk_window_unmaximize): new function
10509
10510         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
10511
10512         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
10513
10514         * gdk/x11/gdkevents-x11.c: create window state events when
10515         appropriate
10516         (gdk_wmspec_supported): new function
10517
10518         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
10519         iconification before showing the window
10520         (gdk_window_deiconify): new function
10521         (gdk_window_stick): new function
10522         (gdk_window_unstick): new function
10523         (gdk_window_maximize): new function
10524         (gdk_window_unmaximize): new function
10525
10526         * gdk/gdkwindow.c: store the window state in the window; 
10527         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
10528         window->mapped.
10529         (gdk_window_get_state): return the current window state
10530
10531         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
10532         (gdk_event_get_state): handle GDK_WINDOW_STATE
10533         (gdk_synthesize_window_state): function to create the window state
10534         events
10535
10536         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
10537         event, for changes to "window state" such as maximized, sticky, 
10538         etc.
10539         
10540         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
10541         focuses a window
10542
10543         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
10544         finds out if we support a given WM spec hint
10545
10546 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
10547
10548         * docs/faq/gtk-faq.sgml: New question re memory leaks.
10549
10550 2001-02-25  Hans Breuer  <hans@breuer.org>
10551
10552         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
10553         cause we want to loose those prototypes only in the latter case
10554
10555         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
10556         GdkPixmapImplWin32 because it itsn't derived from it. Use the
10557         impl member variable instead
10558
10559         * gtk/gtk.def : updated
10560
10561         * gtk/gtklist.c : 
10562         * gtk/gtkmenus.c : include <string.h> for memset ()
10563
10564         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
10565         for everthing built here, but for gtk-x.x.dll only. This solves
10566         problem of indifferent gtk type definitions
10567
10568 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
10569
10570         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
10571
10572 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
10573
10574         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
10575         column that is exposed.
10576
10577         (_gtk_tree_view_update_size): Changed name from set_size, and
10578         changed function to do more work, and not force people calling it
10579         to figure out the size.  Simplifies a lot of code elsewhere.
10580
10581 2001-02-23  Alexander Larsson  <alexl@redhat.com>
10582
10583         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
10584         return solid masks for xpms that have no transparent color.
10585         This makes the ..._create_from_xpm... API backwards
10586         compatible.
10587
10588 2001-02-23  Tor Lillqvist  <tml@iki.fi>
10589
10590         * README.win32: Update. Mention the gtk-1-3-win32-production
10591         branch.
10592
10593         * gdk/win32/bdfcursor.c: New file. A program that generates
10594         xcursors.h. Thanks to Stefan Ondrejicka.
10595
10596         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
10597         compact format.
10598
10599         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
10600
10601         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
10602         function, uses xcursors.h.
10603         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
10604         cursor from inline data instead of using LoadCursor() to generate
10605         it from a resource.
10606
10607         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
10608         event, must check the Windows message for mouse button state, as
10609         the GDK event state might not have been built if it is
10610         undelivered. Remove one goto.
10611
10612         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
10613         SetCursor() if the current cursor as returned by GetCursor() is
10614         the window's previous cursor. The ChildWindowFromPoint() test
10615         apparently didn't work correctly.
10616
10617         * gdk/win32/rc/*.cur: Remove.
10618
10619         * gdk/win32/rc/gdk.rc.in: Remove cursors.
10620
10621         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
10622
10623         * gtk/makefile.{mingw,msc}.in: Updates.
10624
10625 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
10626
10627         * gtk/gtktreemodel.h: add functions for signal emission.
10628
10629         * gtk/gtktreestore.c: move to use above functions instead of
10630         g_signal_emit.
10631
10632         * gtk/gtkliststore.c: ditto
10633
10634 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
10635
10636         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
10637         GObject instead of GtkObject.
10638
10639         * gtk/gtkliststore.c: ditto.
10640
10641         * gtk/gtktreemodelsort.c: ditto.
10642
10643         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
10644         GtkTreeModelIface, instead of in each model.
10645
10646 2001-02-21  Havoc Pennington  <hp@redhat.com>
10647
10648         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
10649         unbreak this function
10650
10651         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
10652         properties
10653
10654         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
10655         properties
10656
10657         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
10658         properties
10659
10660         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
10661         mean unset the max length
10662
10663 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
10664
10665         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
10666         Changed name to be set_cell_data_func to make it clear what
10667         the functino does.  Close bug #51069.
10668
10669 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
10670
10671         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
10672         have memory actually freed.  Keeps box running longer.
10673
10674 2001-02-21  Alexander Larsson  <alexl@redhat.com>
10675         
10676         * gtk/gtkseparatormenuitem.[ch]:
10677         Added new menu separator item. The drawing and size handling
10678         is still done in GtkMenuItem, but the API is a bit more sane.
10679         
10680         * gtk/Makefile.am:
10681         Add gtkseparatormenuitem.[ch].
10682
10683         * gtk/gtk.h:
10684         Add gtkseparatormenuitem.h.
10685         
10686         * gtk/gtkentry.c:
10687         * gtk/gtkmenufactory.c:
10688         * gtk/gtktextview.c:
10689         Use the new API for menu separators.
10690         
10691         * demos/gtk-demo/menus.c (create_menu):
10692         Add some GtkSeparatorMenuItem demo code.
10693
10694 2001-02-20  Havoc Pennington  <hp@redhat.com>
10695
10696         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
10697         Lee Mallabone
10698
10699         * gtk/gtkarrow.c: Convert to new property API, patch from 
10700         Lee Mallabone
10701
10702 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
10703
10704         * tests/testtreeview.c (toggled_callback): fix to reflect change
10705         in GtkTreeModelStore.
10706
10707 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
10708
10709         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
10710         function to create an icon set from a pixbuf.
10711
10712 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10713
10714         * gtk/gtkcellrenderertext.[ch]:
10715         Add a "markup" property.
10716
10717         * gtk/treestoretest.c:
10718         Use the markup property, remove some leftover stuff from
10719         GtkTreeModelMapping.
10720
10721 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10722
10723         * gtk/gtklabel.c (gtk_label_set_selectable):
10724         Queue a redraw if the selectable setting was changed.
10725
10726 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10727
10728         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
10729         Actually copy the whole gc, not just the public parts.
10730         
10731         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
10732         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
10733         labels.
10734
10735 2001-02-19  Havoc Pennington  <hp@pobox.com>
10736
10737         * gdk/gdkwindow.c: docs
10738
10739         * gdk/gdkrgb.c: docs
10740
10741         * gdk/gdkregion-generic.c: docs
10742
10743         * gdk/gdkgc.c (gdk_gc_set_values): docs
10744
10745         * gdk/gdkdraw.c: docs
10746
10747         * gdk/gdkdrawable.h: deprecate drawable get/set data
10748
10749 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
10750
10751         * demos/gtk-demo/dialog.c: Add simple new demo.
10752
10753 2001-02-19  Havoc Pennington  <hp@redhat.com>
10754
10755         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
10756         insert_child_anchor signal, bug #50245
10757
10758         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
10759         from create_child_anchor, so the anchor is passed in
10760
10761         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
10762         (_gtk_widget_segment_new): have the child anchor object passed in, 
10763         instead of creating it.
10764
10765         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
10766         to gtk_text_buffer_get_modified
10767
10768 2001-02-19  Havoc Pennington  <hp@redhat.com>
10769
10770         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
10771         changed GLib without fixing GTK
10772
10773         * gtk/gtkrange.h: Rename all the stupid implementation detail 
10774         functions to have an underscore in front. Most of them should 
10775         probably just go away, but for starters don't export them.
10776         Bug #50482
10777
10778 2001-02-19  Havoc Pennington  <hp@redhat.com>
10779
10780         * gdk/gdkcolor.h: test was backward, so deprecated functions were
10781         excluded by default
10782
10783         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
10784         clean up the old code a bit
10785
10786         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
10787         inconsistent state
10788
10789         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
10790         draw inconsistent state
10791
10792         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
10793         (create_menu): add inconsistent test
10794
10795         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
10796         new function
10797         (gtk_check_menu_item_get_inconsistent): new function
10798         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
10799         state (using etched in for now)
10800
10801         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
10802         draw inconsistent state
10803
10804         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
10805         function, used when the user has selected a range of stuff in
10806         different states
10807         (gtk_toggle_button_get_inconsistent): accessor for that
10808         (gtk_toggle_button_paint): draw inconsistent state (etched in?
10809         don't know what else to do)
10810
10811 2001-02-19  Hans Breuer <hans@breuer.org>
10812
10813         * gtk/gtk.def : updated exported symbols
10814
10815         * gtk/makefile.msc.in : updated
10816
10817         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
10818         a colormap, when invoked from testgtk::entry. I'm not sure where
10819         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
10820         avoids immediate crashing ...
10821
10822         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
10823         any objections ?
10824
10825         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
10826         0 parameter. At least msvc doesn't like macros with var args. 
10827         I simply removed the extra 0, was it a feature or a typo ?
10828
10829         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
10830         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
10831         because the value assignment to the internal struct wasn't working.
10832         I'm not absolutely sure. The problem could have been resolved by
10833         changing the "func" declartion in the struct, but was the pointer
10834         to the function pointer intended ?
10835
10836         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
10837
10838         * gdk/gdk.def : updated exported symbols
10839
10840         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
10841         only use SetDIBitsToDevice if there is a palette at the drawable
10842         and the image is GDK_VISUAL_PSEUDO_COLOR
10843
10844         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
10845
10846         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
10847
10848         * gdk/*/makefile.msc : updated
10849
10850 2001-02-19  Havoc Pennington  <hp@redhat.com>
10851
10852         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
10853         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
10854
10855         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
10856         (gdk_key_repeat_restore): nuke
10857
10858         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
10859         (gdk_init_check): no atexit func
10860
10861         * gdk/gdkrgb.h: mark some stuff deprecated
10862
10863         * gdk/gdkcolor.h: mark some stuff deprecated
10864         
10865         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
10866
10867         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
10868
10869 2001-02-16  Havoc Pennington  <hp@redhat.com>
10870
10871         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
10872         scroll steps.
10873
10874         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
10875         steps, and add Ctrl-arrow shortcuts for paging visually as with
10876         HScale, since Page Up and Page Down move logically.
10877
10878         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
10879         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
10880         
10881         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
10882         steps
10883         (gtk_range_scroll): handle the visual steps
10884
10885         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
10886         scroll steps
10887
10888         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
10889         steps, not the logical ones.
10890
10891         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
10892         (scroll_vertical): handle up/down steps
10893
10894 2001-02-19 Alexander Larsson  <alexl@redhat.com>
10895
10896         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
10897         Copy data and free data with free().
10898
10899         * gdk-pixbuf/gdk-pixbuf.c:
10900         * gdk-pixbuf/io-jpeg.c:
10901         * gdk-pixbuf/io-png.c:
10902         Use g_try_malloc/g_free instead malloc/free.
10903         
10904         * gdk-pixbuf/test-gdk-pixbuf.c:
10905         Must... initialize... gobject...
10906         
10907         * gdk-pixbuf/pixops/timescale.c:
10908         * gtk/gtkcalendar.c:
10909         Use g_malloc instead of malloc.
10910         
10911 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
10912
10913         * gtk/testgtkrc:
10914         Comment out property assignments, these don't work yet.
10915
10916 2001-02-17  Havoc Pennington  <hp@pobox.com>
10917
10918         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
10919         bit.
10920
10921 2001-02-17  Havoc Pennington  <hp@pobox.com>
10922
10923         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
10924         shadowed variables that had broken size request in some cases,
10925         leading to bogus tooltips (#50996)
10926
10927 2001-02-06  Jon K Hellan  <hellan@acm.org>
10928
10929         Implement fast browsing of tooltips, bug #50619
10930         
10931         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
10932         and last_popdown
10933         
10934         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
10935         use_sticky_delay and last_popdown.
10936         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
10937         time of popdown.
10938         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
10939         is NULL.
10940         (gtk_tooltips_recently_shown): New static function.  Return true
10941         if < sticky_delay has elapsed since last popdown.
10942         (gtk_tooltips_event_handler): Display window after sticky_delay
10943         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
10944         since last popdown.
10945         
10946 2001-02-17  Havoc Pennington  <hp@pobox.com>
10947
10948         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
10949         instead of (). #6394
10950
10951         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
10952         G_CONST_RETURN, make it return by reference, #50473
10953         
10954 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
10955
10956         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
10957         generated ENTER_NOTIFY event with 0, otherwise not explicitely
10958         setup fields contain garbage (e.g. subwindow, breaking
10959         gdk_drawable_ref() upon event copy).
10960         (gtk_menu_stop_navigating_submenu_cb): same here.
10961
10962         * gtk/gtklist.c (gtk_list_vertical_timeout): 
10963         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
10964         * gtk/gtkclist.c (vertical_timeout): 
10965         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
10966         default-zero-intialization for unions to memset(,0,), as unions are
10967         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
10968         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
10969
10970         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
10971         g_closure_sink() warning.
10972
10973         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
10974         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
10975         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
10976         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
10977         
10978 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
10979
10980         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
10981         gtk_*_store_get, and moved to GtkTreeModel.
10982
10983         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
10984
10985         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
10986
10987         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
10988
10989         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
10990         set the func.
10991
10992         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
10993         freeze/thaw notify between setting all the properties for a cell.
10994
10995         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
10996
10997 2001-02-15  Havoc Pennington  <hp@redhat.com>
10998
10999         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
11000         the X coordinates so they're with respect to the line, rather than 
11001         with respect to the layout.
11002
11003         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
11004         Mallabone
11005
11006         * gtk/testgtk.c (create_range_controls): add vscale tests, 
11007         and inverted test
11008
11009         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
11010         #50806
11011
11012         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
11013
11014         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
11015         gtk_text_iter_is_end
11016
11017         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
11018         rename gtk_text_buffer_get_end_iter
11019
11020         * gtk/testgtk.c (create_labels): Add test for selectable
11021
11022         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
11023         the selection stuff. This code is kind of broken since it doesn't 
11024         use the theme engine.
11025
11026         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
11027         fix infinite loop and y offset problem
11028         (gdk_draw_layout_line_with_colors): fix foreground color handling
11029
11030         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
11031         that makes the label selectable.
11032         
11033         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
11034         layout when the style is set, since fonts etc. could have changed.      
11035
11036 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
11037
11038         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
11039
11040         * gtk/gtktreemodelsimple.[ch]: removed.
11041
11042 2001-02-16  Alexander Larsson  <alexl@redhat.com>
11043
11044         * gtk/gtktreemodelmapping.[ch]:
11045         New files. Implement GtkTreeModelMapping.
11046         
11047         * gtk/Makefile.am:
11048         Add gtktreemodelmapping.[ch].
11049         
11050         * gtk/gtk.h:
11051         Add gtktreemodelmapping.h
11052
11053         * gtk/treestoretest.c:
11054         Test the GtkTreeModelMapping
11055
11056 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
11057
11058         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
11059         have a demo, we might as well pass in real values.  Thanks to
11060         clahey for pointing this out.
11061
11062 2001-02-14  Havoc Pennington  <hp@pobox.com>
11063
11064         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
11065         "static" to a private function
11066         (gtk_image_menu_item_class_init): remove destroy handler,
11067         add "image" object property
11068
11069 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
11070
11071         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
11072         Add a shortcut if the window and the current clip_region doesn't
11073         overlap. This is needed when there are a lot of windows in a
11074         window. The layout test in testgtk is a good test.
11075
11076         * gdk/linux-fb/gdkwindow-fb.c:
11077         Whitespace fix.
11078
11079 2001-02-13  Sven Neumann  <sven@convergence.de>
11080
11081         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
11082
11083 2001-02-13  Alexander Larsson  <alexl@redhat.com>
11084
11085         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
11086         Don't reference last_cursor if it is null. Fixes crash when rotating
11087         the screen before having moved the mouse.
11088
11089         * gdk/linux-fb/gdkcc-fb.c: Zapp!
11090
11091         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
11092
11093         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
11094         when using 90 or 270 degrees rotation.
11095
11096 2001-02-12  Havoc Pennington  <hp@pobox.com>
11097
11098         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
11099         it always set the foreground, even if we were only using
11100         a stipple.
11101         (gdk_draw_layout_line_with_colors): new function, allow
11102         override colors
11103         (gdk_draw_layout_with_colors): new function, allow override
11104         colors
11105         (gdk_pango_layout_line_get_clip_region): function to get the clip
11106         region for a logical text range
11107         (gdk_pango_layout_get_clip_region): get the clip region for a
11108         logical text range
11109
11110         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
11111         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
11112         the right number of arguments.
11113
11114         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
11115         enhance the function to check that node data corresponds to a 
11116         view still belonging to the tree.
11117
11118         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
11119         GtkTreePath
11120         (gtk_tree_view_inserted): ditto
11121         (gtk_tree_view_child_toggled): ditto
11122
11123         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
11124         simplify this code.
11125
11126         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
11127         a PangoAttrList
11128
11129         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
11130
11131         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
11132
11133         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
11134         size in the size request 
11135         (gtk_menu_bar_size_allocate): consider toggle size here
11136
11137         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
11138         that displays a widget in the toggle slot
11139
11140         * gtk/testgtk.c: test GtkImageMenuItem
11141
11142         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
11143         
11144         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
11145         request and allocation
11146
11147         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
11148
11149         * gtk/gtkcheckmenuitem.c
11150         (gtk_check_menu_item_toggle_size_request): ditto
11151         
11152 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
11153
11154         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
11155         reference.
11156
11157         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
11158         and refuse to initialize GTK+ if they fail.
11159
11160 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
11161
11162         * configure.in: Add check for gtk-doc version.
11163
11164 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
11165
11166         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
11167         where the xpad/ypad was only being used on one side!
11168
11169 2001-02-11  Tor Lillqvist  <tml@iki.fi>
11170
11171         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
11172         function, copied from X11 version.
11173
11174         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
11175         DestroyCursor failures. The reason for the problem (despite the
11176         inconsistent messages from GetLastError()) was that
11177         DestroyCursor() cannot be called while a cursor is set in a
11178         window. Set the new cursor first and then destroy the old one.
11179         Thanks to jpe@archaeopteryx.com.
11180
11181         * gdk/win32/gdkcc-win32.c: Remove.
11182
11183         * gdk/win32/Makefile.am: Remove from here, too.
11184         
11185         * gdk/gdk.def
11186         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
11187
11188         * gtk/gtk.def
11189         * gtk/makefile.mingw.in: Updates.
11190
11191 2001-02-08  Havoc Pennington  <hp@redhat.com>
11192
11193         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
11194         add a widget to a bin that already has a child.
11195
11196         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
11197
11198         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
11199         
11200         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
11201
11202         * gdk/gdk.h: remove gdkcc.h
11203
11204         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
11205
11206         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
11207         GdkPixbuf, since the previous implementation was GdkColorContext
11208         dependent.
11209
11210         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
11211         
11212 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
11213
11214         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
11215         a sane value!
11216
11217 2001-02-08  Havoc Pennington  <hp@redhat.com>
11218
11219         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
11220         lighten them.
11221
11222 2001-02-08  Havoc Pennington  <hp@redhat.com>
11223
11224         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
11225         validation idle
11226
11227         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
11228         cell renderer
11229
11230         * demos/pixbuf-demo.c (timeout): remove deprecated
11231         gtk_widget_draw
11232
11233         * demos/testpixbuf-save.c (main): remove deprecated
11234         gtk_drawing_area_size
11235
11236         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
11237         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
11238         at the start of the allocation.
11239         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
11240         unsetup or NULL model.
11241
11242         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
11243         even/odd/sorted cells in the tree view.
11244
11245         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
11246         bugfixes
11247
11248         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
11249         backgrounds with draw_flat_box using different detail for even/odd
11250         rows.
11251
11252         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
11253         row, so we can draw the alternating colors thing
11254
11255         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
11256         property from a synonym property, notify for the synonym.
11257         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
11258         (gtk_text_tag_get_property): Always return the font, even if
11259         all its fields aren't set
11260
11261         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
11262         store the attr list; it leaves us with no way to change attributes
11263         in _render according to the render flags, and no way to implement
11264         get_property. Instead store all the specific text attributes. 
11265         Separate whether an attribute is enabled from its value. Sync all
11266         properties with GtkTextTag, make them all consistent, etc.
11267
11268         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
11269         renderers can highlight the sort row/column     
11270
11271         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
11272         accessor functions to get values; this has the side effect of
11273         showing up which accessor functions were missing. Added those.
11274
11275         * gtk/gtktreeviewcolumn.h: Replace set_justification with
11276         set_alignment, to be consistent with GtkLabel, GtkMisc
11277
11278         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
11279         arrow.
11280
11281         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
11282
11283         * gtk/gtktreesortable.h: updates in here
11284
11285 2001-02-07  Sven Neumann  <sven@convergence.de>
11286
11287         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
11288         pango dimensions after painting the background. We used to draw
11289         gigantic flat boxes here.
11290
11291 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
11292
11293         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
11294         error introduced with earlier commit) (pointed out by
11295         Ollie Lho)
11296
11297 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
11298
11299         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
11300         which are no longer necessary.
11301
11302 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
11303
11304         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
11305
11306 2001-02-04  Tor Lillqvist  <tml@iki.fi>
11307
11308         * gdk/gdk.def
11309         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
11310         Provide dummy implementations.
11311
11312 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
11313
11314         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
11315
11316         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
11317         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
11318         deprecated this function.
11319
11320         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
11321         argument.
11322
11323 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
11324
11325         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
11326
11327 2001-02-03  Havoc Pennington  <hp@pobox.com>
11328
11329         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
11330         Mikael Hermansson with patch from Mikael (if there was a toggle
11331         start one after the first character in the range, this function
11332         was broken). Bug #50380
11333
11334 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
11335
11336         * configure.in: Remove confusing comment about X11.
11337
11338 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
11339
11340         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
11341         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
11342         
11343 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
11344
11345         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
11346         it breaks things on BSD. If you want to compile GTK+ with
11347         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
11348         when configuring, since GTK+ simply can't be "pure ANSI" 
11349         in the header files it uses. (#8170, Greg Hudson)
11350
11351 2001-02-02  Havoc Pennington  <hp@redhat.com>
11352
11353         * gtk/gtkwindow.c: docs
11354
11355         * gtk/gtkwidget.c: docs
11356         (gtk_widget_set_colormap): add a reference to the colormap
11357         (gtk_widget_get_default_colormap): add a reference to the colormap
11358
11359         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
11360
11361         * gtk/gtktextiter.c: docs
11362
11363         * gtk/gtkmain.c (gtk_propagate_event): docs
11364
11365         * gtk/gtkpaned.c (gtk_paned_get_position): docs
11366         (gtk_paned_set_position): docs
11367
11368         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
11369         sort interface, no implementation yet.
11370
11371         * demos/testpixbuf.c (new_testrgb_window): replace
11372         gtk_drawing_area_size() with gtk_widget_set_usize()
11373
11374         * demos/testpixbuf-drawable.c (main): ditto
11375         
11376         * gtk/testgtk.c: remove use of GtkStatusbarMsg
11377
11378         * gtk/gtktextbuffer.c: docs
11379
11380         * gtk/gtkstock.c: docs
11381
11382         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
11383
11384         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
11385
11386         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
11387         
11388         * gtk/gtkimage.c: add some docs in here
11389         (gtk_image_size_request): change name of
11390         gtk_widget_render_stock_icon
11391         (gtk_image_get_icon_set): don't dup returned string
11392         (gtk_image_get_icon_set): don't dup returned string
11393
11394         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
11395         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
11396         and gtkiconfactory.h functions
11397
11398         * gtk/gtkiconfactory.c: add some docs in here
11399
11400         * gtk/gtkmain.c (gtk_get_default_language): document
11401         (gtk_get_current_event): document
11402         (gtk_get_current_event_state): document
11403         (gtk_get_event_widget): document
11404
11405         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
11406
11407         * gtk/gtkcontainer.c: Add some documentation
11408         (gtk_container_add): give a more explanatory warning on adding an
11409         already-parented widget, this is kind of a FAQ and also a common
11410         typo that's easier to debug with a nice warning 
11411
11412         * gtk/gtkcellrenderertoggle.c
11413         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
11414         adding this, it's useless
11415         (gtk_cell_renderer_toggle_set_active): remove
11416         (gtk_cell_renderer_toggle_get_radio): add
11417
11418         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
11419         the NULL cell renderer, that doesn't make any sense to me. 
11420
11421         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
11422         demo code should never use deprecated features.
11423
11424         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
11425         code should never use deprecated features.
11426
11427         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
11428         gtk_widget_queue_clear_area deprecated
11429
11430         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
11431         deprecated
11432
11433         * gtk/gtklabel.h: mark gtk_label_get() deprecated
11434
11435         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
11436         a GdkImage deprecated, replaced by new consistently-named
11437         functions       
11438
11439         * gtk/gtkmain.h: Mark gtk_exit() deprecated
11440
11441         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
11442
11443         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
11444         deprecated
11445
11446         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
11447         so it won't appear in docs and confuse people.
11448
11449         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
11450
11451         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
11452         macros deprecated. (can't mark the type itself deprecated, since
11453         GtkProgressBar is not deprecated and we need the type decl to use
11454         GtkProgressBar)
11455
11456         * gtk/gtkpixmap.h: Mark deprecated
11457
11458         * gtk/gtkoldeditable.h: Mark deprecated
11459
11460         * gtk/gtklist.h: Mark deprecated
11461
11462         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
11463         for anything anymore.
11464
11465         * gtk/gtkctree.h: Mark deprecated
11466
11467         * gtk/gtkclist.h: Mark deprecated
11468
11469         * gtk/gtkpreview.h: Mark deprecated
11470
11471         * gtk/gtkpacker.h: Mark deprecated
11472
11473         * gtk/gtktipsquery.h: Mark deprecated
11474
11475         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
11476
11477         * gtk/gtkvruler.h: Add comment that it will move out of GTK
11478
11479         * gtk/gtkhruler.h: Add comment that it will move out of GTK
11480
11481         * gtk/gtkruler.h: Add comment that it will move out of GTK
11482
11483         * gtk/gtkgamma.h: Add comment that it will move out of GTK
11484
11485         * gtk/gtkcurve.h: Add comment that it will move out of GTK
11486
11487 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
11488
11489         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
11490         gdk_colormap_sync private since it was never exported
11491         in a header file.
11492
11493         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
11494         colormap->colors[] for StaticGray, StaticColor colormaps.
11495
11496         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
11497         was being used as if it was image->bits_per_pixel.
11498
11499         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
11500         for the image in the GdkImage structure since it isn't
11501         reconstructable, and we need it to handle packed types
11502
11503         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
11504         the assumption that on Win32 image->bits_per_pixel == image->depth,
11505         always.
11506
11507         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
11508
11509         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
11510         warning message if no converter can be found. 
11511
11512 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
11513
11514         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
11515         chars to isupper() / tolower(). (#567)
11516
11517         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
11518         to clear up 64-bit warnings. (#567)
11519
11520 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
11521
11522         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
11523         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
11524
11525         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
11526         since some people set $(libdir) separately. (#1290, David Kaelbling)
11527
11528 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
11529
11530         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
11531         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
11532         MAXPATHLEN, but the code here depends on a fixed value.)
11533         (#4524)
11534
11535 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
11536
11537         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
11538         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
11539
11540 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
11541
11542         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
11543         viewable there is no way that moving the node will cause the 
11544         focus row to become not viewable, so omit check on the visibility
11545         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
11546
11547 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
11548
11549         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
11550         selection before inserting new text.
11551
11552 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
11553
11554         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
11555         Make the sensitivity of the reparented child track that of
11556         the original parent menu item. (#34218, David Hodson)
11557
11558         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
11559         the case where the current item is destroyed properly.
11560
11561         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
11562         some edge cases with child-less menuitems.
11563         
11564 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
11565
11566         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
11567         key pop down window. (#12074, Jon K Hellan)
11568
11569 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
11570
11571         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
11572         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
11573         The solution here isn't perfect - you get an extraneous
11574         emission of "toggle", which could conceivably confuse an app,
11575         but better than the current situation. LXR search seems to
11576         indicate that no apps in GNOME CVS connect to "toggle".
11577
11578 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
11579
11580         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
11581         gtk_public_h_sources to directly here to avoid warning when
11582         building srcdir != builddir. (#9656)
11583
11584 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
11585
11586         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
11587         handlers in gtkrange.c return the proper values (TRUE == handled)
11588         (#10316).
11589
11590         This is just the tip of the iceberg, but gtkrange.c is the
11591         most common place where the propagation is problematical,
11592         and also a place where it is almost certainly safe to change
11593         this in the stable branch.
11594
11595         (You don't want right click popups on a range control or anything...)
11596
11597 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
11598
11599         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
11600         area on focus out, even if a background pixmap isn't set.
11601         (#13941)
11602         
11603 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
11604
11605         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
11606         to deal with setting the shape properly when scrolling arrows are
11607         turned on, but not visible because there is sufficient space.
11608         (#13432)
11609
11610 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
11611
11612         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
11613         items with submenus, destroy the item along with the submenu.
11614         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
11615         properly.
11616
11617         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
11618         later.
11619
11620 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
11621
11622         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
11623         the focus widget sometimes wasn't drawn with the default if there
11624         was no default widget.
11625
11626         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
11627         unreference pixmaps. 
11628
11629         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
11630         for some extra safety.
11631
11632 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
11633
11634         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
11635         the text of a cell to the old pointer value better, by
11636         copying the new text before freeing the old text. Some code
11637         cleanup. (#8079, Karl Nelson)
11638
11639 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
11640
11641         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
11642         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
11643
11644 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
11645
11646         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
11647         item from a menu, check to see if it matches 
11648         menu->old_active_menu_item, and if so, unref and clear
11649         old_active_menu_item (Patch from Pavel Cisler)
11650
11651         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
11652         menu_shell->active_menu_item, if it is the child being
11653         removed. (Patch based on that of Gene Ragan, #50337)
11654
11655 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
11656
11657         * gdk/linux-fb/gdkselection-fb.c: 
11658         * gdk/linux-fb/gdkcolor-fb.c: 
11659         * gdk/linux-fb/gdkdrawable-fb2.c: 
11660         * gdk/linux-fb/gdkfont-fb.c: 
11661         * gdk/linux-fb/gdkim-fb.c: 
11662         * gdk/linux-fb/gdkinput.c: 
11663         * gdk/linux-fb/gdkkeyboard-fb.c: 
11664         * gdk/linux-fb/gdkmain-fb.c: 
11665         * gdk/linux-fb/gdkrender-fb.c: 
11666         A bunch of whitespace cleanup.
11667         
11668 2001-01-30  Havoc Pennington  <hp@pobox.com>
11669
11670         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
11671         #ifdef GTK_ENABLE_BROKEN.
11672
11673         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
11674         GTK_ENABLE_BROKEN just before including the broken headers.
11675         
11676         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
11677         deprecated types registered.
11678
11679         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
11680         we have to test the broken stuff.
11681
11682         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
11683         
11684 2001-01-30  Havoc Pennington  <hp@redhat.com>
11685
11686         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
11687         here where prev pointer was set to the wrong thing
11688
11689         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
11690         (gtk_tree_path_is_descendant): new function
11691
11692         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
11693         cached length
11694         (gtk_list_store_get_iter): don't modify iter if we can't get the
11695         path.
11696
11697         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
11698         
11699         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
11700         GtkTreeDragDest
11701
11702         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
11703         was causing segfault
11704
11705         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
11706         pointer to NULL
11707
11708         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
11709
11710         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
11711         on returning FALSE
11712         (gtk_list_store_iter_children): ditto
11713         (gtk_list_store_iter_nth_child): ditto
11714         (gtk_list_store_iter_nth_child): ditto
11715         (gtk_list_store_iter_parent): ditto
11716
11717         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
11718         on iter->user_data != NULL instead of silently accepting it.
11719         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
11720         we are returning TRUE.
11721         (gtk_tree_store_iter_children): ditto
11722         (gtk_tree_store_iter_nth_child): ditto
11723         (gtk_tree_store_iter_parent): ditto
11724         (gtk_tree_store_insert): remove handling of parent->user_data ==
11725         NULL, replace with parent == NULL       
11726
11727         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
11728         and a comment explaining things
11729
11730         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
11731         interface support to GtkTreeStore.
11732
11733         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
11734         FALSE if no prev, fix
11735
11736         * gtk/gtktreeview.c (set_source_row): use a row reference
11737         (set_dest_row): use a row reference
11738
11739 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
11740
11741         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
11742         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
11743         (gtk_tree_selection_select_iter): The same as above.
11744
11745 2001-01-26  Havoc Pennington  <hp@redhat.com>
11746
11747         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
11748         which holds a handle to a specific row (particular set of values
11749         in the model, i.e. pointer-identity row).
11750
11751         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
11752         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
11753         Still need to use it for the src/dest row saved on the drag context.
11754
11755 2001-01-26  Havoc Pennington  <hp@redhat.com>
11756
11757         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
11758
11759         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
11760         not offset by TREE_VIEW_HEADER_HEIGHT
11761         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
11762         TREE_VIEW_HEADER_HEIGHT
11763
11764         * configure.in (included_loaders): for me, --with-included-loaders
11765         generates the error "the specified loader yes does not exist",
11766         i.e. the arg defaults to "yes", so change test for value ""
11767         to test for value "yes", and include all loaders in that case.
11768
11769         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
11770
11771         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
11772         handle TREE_VIEW_VERTICAL_SEPARATOR
11773         (gtk_tree_view_bin_expose): fix to consider the row offset as
11774         pointing halfway into vertical separator.       
11775         (gtk_tree_view_draw_node_focus_rect): ditto
11776
11777         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
11778         --gtk-debug=updates, which causes gdk_window_set_debug_updates
11779         (TRUE) to be called.
11780
11781         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
11782         debug mode where the invalid region is colored in on invalidate,
11783         so you can see the flicker and know whether your redraw code is 
11784         doing a good job.
11785
11786         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
11787         tree window coordinates (clip rect is in tree window coords)
11788
11789         * gtk/Makefile.am: add gtktreednd.[hc]
11790
11791         * gtk/gtkliststore.c: implement gtktreednd interfaces.
11792
11793         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
11794         drag-and-drop data operations on a model (so we can set up tree
11795         drag-and-drop automatically)
11796
11797         * gtk/testgtk.c: Add a window to change sensitivity in the
11798         GtkLabel test; add a way to change the entry frame in GtkEntry
11799         test
11800
11801         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
11802         (gtk_entry_get_has_frame): new functions to remove the frame
11803         around an entry
11804         (gtk_entry_size_request): shrink requisition if no frame
11805         (gtk_entry_draw_focus): don't draw frame if no frame
11806
11807         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
11808         checks inside a cell renderer
11809         (gtk_default_draw_option): ditto for options
11810
11811         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
11812         children from the alignment, not the button
11813         (gtk_tree_view_column_init): ref/sink the column, to emulate
11814         GObject refcounting.
11815
11816         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
11817         
11818         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
11819         Use theme functions to draw the toggles 
11820
11821         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
11822
11823         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
11824         GdkPangoAttrEmbossed to use in rendering insensitive text
11825
11826         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
11827
11828         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
11829         using new GDK features
11830         
11831 2001-01-24  Alexander Larsson  <alexl@redhat.com>
11832
11833         * gtk/gtkimage.c:
11834         Splitted gtk_image_clear into gtk_image_clear() and
11835         gtk_image_reset(). Call gtk_image_clear() in ::destroy
11836         to avoid leaks.
11837
11838         * gtk/gtklabel.c (set_markup):
11839         Don't leak text.
11840
11841         * gtk/gtktextlayout.c:
11842         Always free display->shaped_objects.
11843
11844         * gtk/testgtk.c (create_clist):
11845         Don't leak custom style.
11846
11847 2001-01-23  Alexander Larsson  <alexl@redhat.com>
11848
11849         * gtk/gtkcolorsel.c (grab_color_at_mouse):
11850         Don't leak image. Simplify using gdk_colormap_query_color().
11851         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
11852
11853         * linux-fb/gdkcolor-fb.c:
11854         Implemented gdk_colormap_query_color.
11855
11856 2001-01-23  Alexander Larsson  <alexl@redhat.com>
11857
11858         * linux-fb/gdkcursor-fb.c:
11859         Don't leak built-in cursors.
11860
11861         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
11862         Don't leak tmp_points.
11863
11864         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
11865         Don't modify desc. Don't leak font if the PangoFont
11866         isn't found.
11867         
11868         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
11869         Free dash_list.
11870
11871         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
11872         Don't leak string.
11873         
11874 2001-01-20  Havoc Pennington  <hp@pobox.com>
11875
11876         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
11877         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
11878         me, matches Pango
11879
11880 2001-01-22  Havoc Pennington  <hp@redhat.com>
11881
11882         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
11883
11884         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
11885
11886         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
11887         Remove, move back to gdk-pixbuf
11888
11889         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
11890         to all the word functions
11891
11892         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
11893         before doing anything on NULL layout or if we don't have the focus
11894
11895         * gtk/testtext.c (fill_example_buffer): "justification"
11896
11897         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
11898         to be called "justification" not "justify"
11899
11900         * demos/gtk-demo/textview.c (create_tags): "justification"
11901         
11902         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
11903
11904 2001-01-22  Alexander Larsson  <alexl@redhat.com>
11905
11906         * gdk/gdkwindow.c (gdk_window_invalidate_region):
11907         Don't leak visible_region. Use visible_region instead of region.
11908         
11909         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
11910         Don't do extra gdk_drawable_ref(). This is not X.
11911         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
11912         gdk_fb_focused_window is ref:ed.
11913         (gdk_fb_window_send_crossing_events): Watch out for destroyed
11914         windows.
11915
11916 2001-01-22  Alexander Larsson  <alexl@redhat.com>
11917
11918         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
11919         Don't leak the PangoFontDescriptor.
11920
11921 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
11922
11923         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
11924         when not realized.
11925         (gtk_tree_view_scroll_to_cell): Make work when not realized.
11926         (gtk_tree_view_realize): add scroll_to support
11927         (gtk_tree_view_finalize): add a finalize method.  Populate.
11928         (gtk_tree_view_insert_column): ref and sink the column.
11929         (gtk_tree_view_append_column): ref and sink the column.
11930         (gtk_tree_view_queue_draw_node): New function to handle redrawing
11931         individual nodes.  Should make the code much more efficient, if
11932         actually used.
11933
11934 2001-01-19  Havoc Pennington  <hp@redhat.com>
11935
11936         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
11937         byte_offset variable was being used to mean both "offset into
11938         layout" and "offset into buffer line" which was no longer true
11939         with addition of preedit string; fix
11940
11941 2001-01-19  Havoc Pennington  <hp@redhat.com>
11942
11943         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
11944
11945         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
11946         function
11947
11948         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
11949         implement
11950
11951         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
11952         scroll_to_cell, matches TextView scroll functions better
11953         (gtk_tree_view_tree_to_widget_coords): new function
11954         (gtk_tree_view_widget_to_tree_coords): new function
11955         (gtk_tree_view_get_visible_rect): new function
11956         (gtk_tree_view_get_path_at_pos): accept negative coordinates
11957         (gtk_tree_view_draw_node_focus_rect): new function moved from
11958         draw_focus, also, use width of bin_window as width of the focus
11959         rect
11960         (gtk_tree_view_expand_row): fix bug where it didn't recognize
11961         already-expanded rows
11962         (gtk_tree_view_get_cell_rect): new function
11963         (gtk_tree_view_get_path_at_pos): return the click position
11964         relative to the passed-in cell
11965         (gtk_tree_view_set_expander_column): new function
11966
11967         * configure.in: remove gtk-config-2.0 chmod
11968
11969         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
11970         and properly handle drags with targets we don't understand
11971         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
11972         scrolling anyway
11973         (gtk_text_view_drag_drop): stop scrolling here though, and set the
11974         mark invisible
11975
11976         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
11977         function
11978         (gtk_drag_dest_get_target_list): new function
11979         (gtk_drag_dest_set_target_list): new function
11980         
11981         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
11982
11983         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
11984         related to drag-and-drop
11985
11986 2001-01-19  Alexander Larsson  <alexl@redhat.com>
11987
11988         * gdk/linux-fb/gdkprivate-fb.h:
11989         Define EMULATE_GDKFONT.
11990         Add extra pango_font stuff to GfkFontPrivate.
11991         
11992         * gdk/linux-fb/gdkdrawable-fb2.c:
11993         * gdk/linux-fb/gdkfont-fb.c:
11994         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
11995         emulation using PangoFont.
11996
11997 2001-01-17  Havoc Pennington  <hp@pobox.com>
11998
11999         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
12000         all the non-deprecated set_foo functions. Added missing object
12001         properties, and added g_object_notify() to setters. 
12002         Wrote docs.
12003         
12004 2001-01-18  Tor Lillqvist  <tml@iki.fi>
12005
12006         * gtk/gtkmain.c
12007         * gtk/gtkrc.c: (Win32) Use the new
12008         g_win32_get_package_installation_(sub)directory() functions.
12009
12010         * config.h.win32.in: New file.
12011         
12012         * config.h.win32: Removed.
12013
12014         * configure.in: Output config.h.win32.
12015
12016         * Makefile.am: Add it to EXTRA_DIST.
12017
12018         * gtk/gtk.def: Update.
12019
12020 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
12021
12022         * gtk/gtklabel.c (gtk_label_size_request): Set the
12023         attributes onto the PangoLayout even if they are newly
12024         created from label->pattern.
12025
12026 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
12027
12028         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
12029
12030         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
12031         structures in functions. Fixes bug where gtk_dataset_*
12032         was accidentally still being used in one place, causing
12033         every dest side event to be treated independently.
12034
12035         * gtk/gtkdnd.c: Remove last vestages of handling
12036         ::draw (fixes warning)
12037         
12038         * gtk/gtkentry.[ch]: Add drag and drop support.
12039
12040         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
12041         new function gtk_check_drag_threshhold() for checking
12042         to check if (dx,dy) has exceeded the threshhold for starting
12043         a drag and use it everywhere.
12044
12045 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
12046
12047         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
12048         add -I{includedir}/gtk-2.0.
12049
12050         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
12051         gdk/gdk-pixbuf.h: Doc fixups.
12052         
12053         * gtk/gtkobject.h: Remove trailing , from enum
12054
12055 2001-01-17 Alexander Larsson <alexl@redhat.com> 
12056
12057         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
12058         Doh! Mixed up x and y.
12059
12060         * gdk/linux-fb/gdkglobals-fb.c:
12061         Removed gdk_fb_pointer_grab_window_events,
12062         added _gdk_fb_pointer_grab_owner_events and
12063         _gdk_fb_keyboard_grab_owner_events.
12064
12065         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
12066         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
12067         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
12068         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
12069         Send crossing events after ungrab finished.
12070         (gdk_keyboard_grab): Set ..._owner_events
12071         (type_masks): Move out of function.
12072         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
12073         gdk_fb_keyboard_event_window): New functions, return the
12074         window an event should be targeted at. Handles grabs and
12075         event propagation. Can return NULL.
12076         (gdk_event_make): Remove event_mask checking. Now always
12077         returns an event.
12078                 
12079         * gdk/linux-fb/gdkkeyboard-fb.c:
12080         * gdk/linux-fb/gdkproperty-fb.c:
12081         * gdk/linux-fb/gdkselection-fb.c:
12082         Use new event_window/gdk_event_make() behaviour.
12083         
12084         * gdk/linux-fb/gdkmouse-fb.c:
12085         Use new event_window/gdk_event_make() behaviour.
12086         Only send motion events if in the same window.
12087         If grabbed, use cursor from window if sibling of grabbed
12088         window, and cursor from grabbed window otherwise.
12089
12090         * gdk/linux-fb/gdkprivate-fb.h:
12091         Update gdk_fb_window_send_crossing_events, gdk_event_make
12092         and grab varaible declarations. Add gdk_fb_*_event_window().
12093
12094         * gdk/linux-fb/gdkwindow-fb.c:
12095         Use new event_window/gdk_event_make() behaviour.
12096         Keep correct track of focus window.
12097         (gdk_window_set_events): Set all specific button motion masks
12098         if GDK_BUTTON_MOTION_MASK set.
12099
12100         * gtk/gtkdnd.c (gtk_drag_update):
12101         Free info->last_event if gdk_drag_motion returned FALSE.
12102
12103 2001-01-16  Tor Lillqvist  <tml@iki.fi>
12104
12105         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
12106         Eliminate redraws when input-only windows are shown or
12107         hidden. Thanks to jpe@archaeopteryx.com.
12108
12109 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
12110
12111         * docs/faq/gtk-faq.sgml: FAQ update:
12112           - Update to bugzilla
12113           - Add GTK+ and security/SUID/SGID
12114           - Add DnD question
12115
12116 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
12117
12118         * gdk/linux-fb/gdkdnd-fb.c:
12119         Some cleanups.
12120         
12121 2001-01-15  Havoc Pennington  <hp@pobox.com>
12122
12123         * tests/testtreeview.c: add test stuff for CellRendererToggle
12124
12125         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
12126         accessor
12127
12128         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
12129         only toggle on button press (would do release like GtkButton, but
12130         we'd need implicit grab code for treeview cells)
12131
12132 2001-01-16  Tor Lillqvist  <tml@iki.fi>
12133
12134         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
12135
12136         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
12137         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
12138
12139         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
12140         to g_{locale,filename}_{to,from}_utf8 to match current API.
12141
12142         * gtk/makefile.msc.in (gtk_OBJECTS)
12143         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
12144
12145         * gtk/gtk.def: Update.
12146
12147 2001-01-15  Tor Lillqvist  <tml@iki.fi>
12148
12149         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
12150         implementaion that more closely mimics the events that an X server
12151         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
12152         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
12153         with nested preview widgets, for instance, more responsive when
12154         you move the mouse quickly into them.
12155         (find_window_for_pointer_event): Make it actually compile.
12156         (gdk_event_translate): Set send_event to the value of
12157         InSendMessage (). This doesn't really mean the same as X11's
12158         send_event flag, but is close enough, says jpe@archaeopteryx.com
12159
12160 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12161
12162         * gdk/linux-fb/gdkdnd-fb.c:
12163         Implemented drag and drop.
12164         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
12165         when it tries to free and then copy the same event (info->last_event).
12166         I am not sure about why this happens, but will continue looking.
12167
12168 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12169
12170         * gdk/linux-fb/gdkwindow-fb.c:
12171         Use gdk_window_invalidate_rect instead of
12172         gdk_window_invalidate_rect_clear to minimise flashing.
12173         When hiding windows you need to clear the root window though.
12174
12175 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12176
12177         * gdk/linux-fb/gdkdrawable-fb2.c:
12178         For optization, add an full_shapes argument to gdk_fb_clip_region.
12179         If this is false, only the cliprects of the shapes are used.
12180
12181         * gdk/linux-fb/gdkprivate-fb.h:
12182         Export gdk_fb_window_peek_shape.
12183         Add full_shapes to gdk_fb_clip_region.
12184
12185         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
12186         When moving a window, don't clear everything under the it, just the
12187         root window. Makes stuff faster and flash less.
12188         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
12189         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
12190         offset of the shape.
12191         
12192
12193 2001-01-12  Havoc Pennington  <hp@redhat.com>
12194
12195         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
12196         current invalid region, fixes redraw bug while scrolling the 
12197         text widget
12198
12199         * gtk/gtktextview.c, gtk/gtktextview.h:
12200         Rearrange the scrolling/validation/etc. code in a major way, 
12201         so it seems to make sense to me. Probably isn't genuinely that
12202         much better, but...
12203
12204         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
12205         notifies
12206
12207         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
12208
12209 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
12210
12211         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
12212         Hide mouse pointer while rotation. Show it afterwards.
12213
12214 2001-01-12  Alexander Larsson  <alexl@redhat.com>
12215
12216         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
12217         windows in consideration when generating clip region.
12218
12219         * gdk/linux-fb/gdkfb.h:
12220         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
12221
12222         * gdk/linux-fb/gdkprivate-fb.h:
12223         Add shape to GdkWindowFBDatat.
12224         exported gdk_fb_window_get_abs_shape().
12225         removed gdk_fb_draw_lines declaration.
12226
12227         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
12228         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
12229         send focus changes when there is a grabbed window.
12230         (gdk_window_get_pointer): Handle shaped windows.
12231         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
12232         (gdk_fb_window_peek_shape): Returns the shape for a window,
12233         handles GDK_FB_USE_CHILD_SHAPE.
12234         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
12235         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
12236         (gdk_window_shape_combine_mask): Implement.
12237
12238         * gtk/gtkwindow-decorate.c:
12239         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
12240         setting the shape of a window makes the window transparent.
12241
12242 2001-01-11  Havoc Pennington  <hp@redhat.com>
12243
12244         * gtk/gtktreemodelsimple.h: Oops, broke some macros
12245
12246 2001-01-10  Havoc Pennington  <hp@redhat.com>
12247
12248         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
12249         add this function, bug 40251
12250
12251         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
12252         of type macro   
12253
12254 2001-01-11  Alexander Larsson  <alexl@redhat.com>
12255
12256         * acconfig.h:
12257         Added ENABLE_SHADOW_FB
12258
12259         * configure.in:
12260         Added --disable-shadowfb
12261
12262         * gdk/linux-fb/gdkcursor-fb.c:
12263         Update shadowfb when updating cursor
12264
12265         * gdk/linux-fb/gdkdrawable-fb2.c:
12266         Added wrappers for shadowfb that calls  the normal drawable
12267         methods, but calls gdk_shadow_fb_update(bounding box) when
12268         GdkWindows are drawed to.
12269         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
12270         which also returns the bounding box.
12271
12272         * gdk/linux-fb/gdkfb.h:
12273         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
12274
12275         * gdk/linux-fb/gdkgeometry-fb.c:
12276         Update shadowfb when scrolling window.
12277
12278         * gdk/linux-fb/gdkglobals-fb.c:
12279         Add _gdk_fb_screen_angle.
12280         
12281         * gdk/linux-fb/gdkkeyboard-fb.c:
12282         Test code for screen rotation. Shift-F2 in the xlate driver
12283         rotates the screen.
12284
12285         * gdk/linux-fb/gdkmain-fb.c:
12286         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
12287
12288         * gdk/linux-fb/gdkmouse-fb.c:
12289         Use fb_width/height instead of modeinfo.xres/yres.
12290
12291         * gdk/linux-fb/gdkprivate-fb.h:
12292         Added fb_men, fb_width, fb_height & fb_stride. When using
12293         shadow fb these can differ from the framebuffer stuff.
12294         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
12295         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
12296         _gdk_fb_screen_angle. Removed CM, RP.
12297
12298         * gdk/linux-fb/gdkrender-fb.c:
12299         Added code for shadowfb handling and screen rotation using
12300         shadowfb.
12301
12302         * gdk/linux-fb/gdkwindow-fb.c:
12303         Use fb_mem, fb_stride, fb_width, fb_height.
12304         Added recompute_rowstride to reset the rowstride of all windows.
12305         Added gdk_fb_recompute_all() which recomputes rootwindow size,
12306         window abs positions and window rowstrides. Usefull when the
12307         rotation has changed.
12308
12309 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
12310
12311         * docs/faq/gtk-faq.sgml: update to make web site updating easier
12312
12313 2001-01-10  Havoc Pennington  <hp@redhat.com>
12314
12315         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
12316         where sibling == iter
12317         (gtk_tree_store_insert_after): handle sibling == iter
12318         (gtk_tree_store_prepend): remove stamp checks
12319         (gtk_tree_store_insert_before): ditto
12320         (gtk_tree_store_append): ditto
12321         (gtk_tree_store_get_path): ditto
12322         (gtk_tree_store_get_value): ditto
12323         (gtk_tree_store_iter_has_child): ditto
12324         (gtk_tree_store_iter_n_children): ditto
12325         (gtk_tree_store_iter_nth_child): ditto
12326         (gtk_tree_store_insert_after): ditto
12327         (gtk_tree_store_is_ancestor): ditto
12328         (gtk_tree_store_iter_depth): ditto
12329         (gtk_tree_store_insert_before): assert that sibling's parent is
12330         the same as the passed-in parent
12331         (gtk_tree_store_insert_after): assert that sibling's parent is
12332         the same as the passed-in parent
12333
12334         
12335         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
12336         function to get the first iterator in a model
12337         
12338         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
12339         conventionally the "root" in this sense is just NULL afaict.
12340
12341         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
12342         where sibling == iter
12343         (gtk_list_store_insert_after): handle case where sibling == iter
12344
12345         * tests/testtreeview.c (run_automated_tests): fairly lame basic
12346         automated tests for ListStore, TreeStore
12347
12348         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
12349         (gtk_list_store_insert): update tail pointer, and fix it to work
12350         (gtk_list_store_insert_before): update tail pointer, and fix it to work
12351         (gtk_list_store_append): use tail to be faster
12352         (gtk_list_store_prepend): fix it, update tail pointer
12353         (gtk_list_store_insert_after): fix it, update tail pointer
12354
12355         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
12356         the list
12357
12358 2001-01-09  Havoc Pennington  <hp@redhat.com>
12359
12360         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
12361         is NULL due to a pending resize
12362
12363         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
12364         column width to values less than 1
12365
12366         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
12367         width to be between min/max width, and still set the width 
12368         even if autosize is turned on, so the tree view can use this 
12369         function in order to autosize.
12370         (gtk_tree_view_column_init): set initial width to 1 not 0
12371
12372         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
12373         setter function to modify column width, so we get notification
12374         (gtk_tree_view_insert_iter_height): ditto
12375         (gtk_tree_view_calc_size): ditto
12376         (gtk_tree_view_check_dirty): ditto
12377
12378         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
12379         properties to change all the interesting attributes of the tree
12380         view column.
12381         (gtk_tree_view_column_set_header_clickable): rename set_clickable
12382         (gtk_tree_view_column_get_clickable): add
12383         (gtk_tree_view_column_set_cell_renderer): don't unset the current
12384         attributes; assume a cell renderer with equivalent object
12385         properties has been swapped in. Do g_object_notify().
12386         (gtk_tree_view_column_set_visible): g_object_notify
12387         (gtk_tree_view_column_get_sizing): rename from get_col_type
12388         (gtk_tree_view_column_set_sizing): g_object_notify
12389         (gtk_tree_view_column_set_width): add g_object_notify
12390         (gtk_tree_view_column_set_min_width): ditto
12391         (gtk_tree_view_column_set_max_width): ditto
12392         (gtk_tree_view_column_set_title): ditto
12393         (gtk_tree_view_column_set_clickable): ditto
12394         (gtk_tree_view_column_set_widget): ditto
12395         (gtk_tree_view_column_set_justification): ditto
12396
12397 2001-01-09  Havoc Pennington  <hp@redhat.com>
12398
12399         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
12400         there are no rows in the model
12401
12402         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
12403         NULL, then return the start of the list
12404
12405         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
12406         if we can't get any rows from an empty model 
12407
12408         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
12409         extraneous * after function pointer typedef usage
12410
12411         * Makefile.am: don't specify full path to cp and rm
12412
12413         * gtk/gtkcellrenderertextpixbuf.c
12414         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
12415         NULL before dereferencing, fixes a segfault that happened from
12416         time to time
12417
12418         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
12419         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
12420         and reindent the function
12421         (gtk_cell_renderer_pixbuf_get_size): indentation
12422
12423         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
12424         we quit it
12425         (gtk_dialog_add_buttons_valist): add g_return_if_fail
12426         (gtk_dialog_set_default_response): New function, to set default
12427         button
12428         (gtk_dialog_set_response_sensitive): New function, to set 
12429         sensitivity of buttons
12430
12431         * gtk/gtkcellrendererpixbuf.c
12432         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
12433         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
12434
12435         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
12436         handle any G_TYPE_OBJECT subclass, not just the base class, and 
12437         also boxed types.
12438         (_gtk_tree_data_list_value_to_node): ditto
12439
12440         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
12441         --gtk-debug=tree
12442
12443         * gtk/gtkmain.c: add GTK_DEBUG_TREE
12444
12445         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
12446
12447 2001-01-09  Tor Lillqvist  <tml@iki.fi>
12448
12449         * gdk/win32/gdkevents-win32.c: Implement better mouse
12450         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
12451         (find_window_for_pointer_event): New function.
12452         (gdk_event_translate): Use it when handling mouse events.
12453
12454 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
12455
12456         * configure.in:
12457         Added --with-included-loaders option
12458
12459         * gdk-pixbuf/Makefile.am:
12460         * gdk-pixbuf/gdk-pixbuf-io.c:
12461         Add support for including selected gdk-pixbuf loaders only.
12462
12463         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
12464         gtk_window_set_has_frame):
12465         Added inline documentation.
12466
12467         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
12468         * docs/reference/gdk/tmpl/windows.sgml:
12469         Added inline documentation.
12470
12471 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
12472
12473         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
12474         realizing buttons that have already been realized.
12475
12476 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
12477
12478         * tests/testtreeview.c (main): Show menu items before adding to
12479         option menu.
12480
12481         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
12482         around if we kill them.
12483
12484         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
12485         Return if we pass in a NULL model.
12486
12487 2001-01-08  Havoc Pennington  <hp@redhat.com>
12488
12489         * tests/testtreeview.c: hack on this some
12490
12491         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
12492         gtk_tree_store_set_valist, v is for arrays, valist for varargs
12493         list
12494         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
12495
12496         * gtk/gtkliststore.h: Add varargs set() and get() convenience
12497         functions
12498
12499 2001-01-08  Alexander Larsson  <alexl@redhat.com>
12500
12501         * gtk/gtkwindow-decorate.[hc]:
12502         * gtk/Makefile.am:
12503         New files. Contains an implementation of a minimal WM for
12504         linux-fb.
12505
12506         * gtk/gtkwindow.h:
12507         Add the possibility for GtkWindows to specify a frame. This
12508         is used for the window decoration code, but could concievably
12509         be used for X programs too (xmms style windows).
12510         GtkWindow->frame is the toplevel window if the window is framed.
12511         The signal frame_event gets all events that are targeted to
12512         GtkWindow->frame.
12513         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
12514         
12515         * gtk/gtkwindow.c:
12516         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
12517         Call out to gtkwindow-decorate.c for WM support in linx-fb.
12518
12519 2001-01-08  Alexander Larsson  <alexl@redhat.com>
12520
12521         * docs/README.linux-fb:
12522         Correct filename ~/.pangoft2_aliases
12523
12524         * gdk/gdkwindow.h:
12525         Added new function gdk_window_get_decorations.
12526
12527         * gdk/linux-fb/gdkfb.h:
12528         Removed _gdk_window_get_decorations declaration.
12529         Renamed _gdk_window_set_child_handler to
12530         gdk_fb_window_set_child_handler.
12531
12532         * gdk/linux-fb/gdkwindow-fb.c:
12533         Renamed _gdk_window_set_child_handler to
12534         gdk_fb_window_set_child_handler.
12535
12536         * gdk/x11/gdkwindow-x11.c:
12537         New function gdk_window_get_mwm_hints().
12538         Implemented gdk_window_get_decorations.
12539
12540         * docs/reference/gdk/tmpl/windows.sgml:
12541         * docs/reference/gdk/gdk-sections.txt:
12542         Added gdk_window_get_decorations docs.
12543         
12544 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
12545
12546         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
12547         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
12548         gdk_fb_window_send_crossing_events):
12549         Possibly send focus events when the mouse moves from one
12550         window to another.
12551
12552 2001-01-07  Tor Lillqvist  <tml@iki.fi>
12553
12554         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
12555         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
12556         to match current API.
12557
12558         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
12559         environment variable is set, don't call g_error when on a
12560         palettized (PseudoColor) display. Some people want to use GTK+ 
12561         in 256-colour mode even though works only partially.
12562
12563         * gdk/gdk.def
12564         * gtk/gtk.def
12565         * gtk/makefile.mingw.in: Update.
12566
12567 2001-01-05  Havoc Pennington  <hp@redhat.com>
12568
12569         * tests/testtreeview.c: hack on this a bit
12570
12571         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
12572         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
12573
12574         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
12575         was spelled incorrectly
12576         (GTK_IS_TREE_MODEL_SIMPLE): ditto
12577
12578         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
12579         from gtk_tree_view_set_headers_active   
12580
12581         * gtk/gtktexttag.c:
12582         (gtk_text_tag_get_property): handle PROP_DIRECTION
12583         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
12584         properties, bug 40235
12585
12586         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
12587         forward_to_line_end
12588
12589 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
12590
12591         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
12592         modules/input/gtkimcontextxim.c: Adapt to new prototypes
12593         for unicode,locale,filename conversion functions.
12594
12595 2001-01-05  Havoc Pennington  <hp@redhat.com>
12596
12597         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
12598         broken if called on the first position in the buffer.
12599
12600         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
12601         forward_to_delimiters to be called only if we aren't already at
12602         the delimiters.
12603
12604 2001-01-05  Havoc Pennington  <hp@redhat.com>
12605
12606         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
12607
12608 2001-01-05  Alexander Larsson  <alexl@redhat.com>
12609
12610         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
12611         colormap in here. Sync from X port.
12612         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
12613         Sync from X port.
12614         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
12615         This happens now and then, and i don't think it is a bug.
12616         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
12617         != endpoint.
12618         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
12619         GDK_LINE_SOLID.
12620
12621         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
12622         some of the fields filled in at least.
12623
12624         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
12625         miLineArcD is no more, remove it from the function definition.
12626
12627 2001-01-04  Havoc Pennington  <hp@redhat.com>
12628
12629         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
12630         this
12631
12632         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
12633         user_data instead of tree_node
12634
12635         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
12636         TREE_VIEW_COLUMN_SIZE
12637
12638         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
12639         "size" field to "width" finishes bug 40061
12640
12641         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
12642         for bitfields, bug 40268
12643
12644 2001-01-04  Havoc Pennington  <hp@redhat.com>
12645
12646         Rename some stuff:
12647         
12648         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
12649
12650         s/GtkModelSimple/GtkTreeModelSimple/g;
12651         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
12652         s/gtk_model_simple/gtk_tree_model_simple/g;
12653         s/gtkmodelsimple/gtktreemodelsimple/g;
12654
12655         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
12656
12657         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
12658         s/column_set_col_type/column_set_sizing/g;
12659
12660         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
12661         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
12662
12663         s/GtkCellRendererType/GtkCellRendererState/g;
12664         
12665         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
12666         (gtk_cell_renderer_toggle_class_init): change "state" property to
12667         "active", to match GtkToggleButton
12668         (gtk_cell_renderer_toggle_get_active): new function, bug
12669         40269
12670         (gtk_cell_renderer_toggle_set_active): new function
12671         (gtk_cell_renderer_toggle_set_property): route changes to toggle
12672         state through gtk_cell_renderer_set_active
12673
12674 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
12675
12676         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
12677         temporarily until they work again.  Brought up to date with
12678         changes in the model.
12679         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
12680         model.
12681
12682 2001-01-04  Havoc Pennington  <hp@redhat.com>
12683
12684         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
12685         equal to the line length, then position iterator before paragraph 
12686         separators. Fixes crash reported by Mikael Hermansson when
12687         pressing left arrow from the start of a line.   
12688
12689         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
12690         about byte indexes off the end
12691         (iter_set_from_char_offset): add g_error about char offsets
12692         off the end
12693
12694 2001-01-03  Havoc Pennington  <hp@redhat.com>
12695
12696         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
12697
12698         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
12699         of private functions; remove inclusion of private headers.
12700
12701         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
12702         function, so we don't need private functions in gtktextdisplay.c
12703
12704         * gtk/gtktextiterprivate.h: underscore-ification
12705
12706         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
12707         to instead say "only useful to implement widgets"
12708
12709         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
12710         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
12711         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
12712
12713         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
12714         This function was completely broken
12715
12716         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
12717
12718         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
12719
12720         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
12721
12722         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
12723
12724         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
12725
12726         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
12727
12728         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
12729         gtk_paint_layout
12730
12731         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
12732         gtk_paint_layout
12733
12734         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
12735         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
12736         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
12737         which were not implemented.     
12738
12739         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
12740         insert_pixbuf signal. Rename delete_text to delete_range since it
12741         also deletes pixbufs and child anchors. This almost closes bug
12742         40245 (still need to deal with child anchors)
12743
12744         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
12745         insert_pixbuf, change signal names as appropriate, change types of
12746         signals taking marks/tags to have the specific type, not just
12747         G_TYPE_OBJECT
12748         
12749         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
12750         closes bug 40051
12751
12752         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
12753         unnecessary remove_contents() call
12754         (gtk_option_menu_class_init): add a "changed" signal, closes
12755         bug 40039
12756         (gtk_option_menu_update_contents): emit "changed" if the 
12757         active menu item changes
12758
12759         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
12760         cast to GtkObject, reported by Jonas Borgstrom
12761         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
12762         we can't do stuff with side effects in finalize. Instead, spew a
12763         warning if the loader isn't closed.
12764
12765         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
12766         colormap in here, non-X ports probably need to sync to this change
12767
12768         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
12769         assertion that colormap != NULL, you can set the colormap to NULL
12770         if you like.
12771         
12772         * Makefile.am: remove gtk-config-2.0
12773
12774         * configure.in: Use pkg-config to locate GLib. Remove
12775         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
12776         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
12777         Use pkg-config to locate Pango. Output correct Pango libs to
12778         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
12779
12780         * Makefile.am (pkgconfig_DATA): install only target-specific pc
12781         files
12782         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
12783         X11 pc files
12784
12785         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
12786         unref from here
12787
12788 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
12789
12790         * configure.in:
12791         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
12792
12793 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
12794
12795         * gtk/gtktextlayout.c
12796         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
12797         variable when moving back onto a single line.
12798
12799 2001-01-01  Havoc Pennington  <hp@redhat.com>
12800
12801         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
12802
12803         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
12804
12805         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
12806         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
12807
12808 2001-01-01  Havoc Pennington  <hp@redhat.com>
12809
12810         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
12811
12812         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
12813         GtkTextAttributes
12814
12815         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
12816         #40246
12817         (gtk_text_attributes_copy_values): rename from 
12818         gtk_text_attributes_copy
12819         (gtk_text_attributes_copy): a more standard GTK copy function, 
12820         which returns a new object
12821
12822 2001-01-01  Havoc Pennington  <hp@redhat.com>
12823
12824         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
12825         
12826         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
12827         don't fill in tree_view->priv->selection, kind of an unexpected
12828         side effect
12829
12830         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
12831         gtkintl.h
12832         
12833         * gtk/gtkcellrenderer.c: Remove definition of _ and include
12834         gtkintl.h
12835         (gtk_cell_renderer_get_property): remove calls to g_value_init
12836
12837         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
12838         gtkintl.h
12839
12840         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
12841         and include gtkintl.h
12842         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
12843         property names
12844
12845         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
12846         GtkTreeSelection
12847         (_gtk_tree_selection_new_from_with_view): rename, return
12848         GtkTreeSelection
12849         (_gtk_tree_selection_set_tree_view): rename with uscore
12850         (gtk_tree_selection_get_selected): fill in the "model" out param
12851         first, so it gets filled in even if we return at the top of the 
12852         function
12853         (gtk_tree_selection_real_select_all): add a comment and an else{}
12854         to clarify this a bit
12855         (gtk_tree_selection_real_unselect_all): add the same else{}
12856
12857         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
12858         set_tree_view to have underscore prefixes, move them to the
12859         private header, fix return type of new_with_tree_view
12860         (struct _GtkTreeSelection): mark struct
12861         fields private  
12862
12863         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
12864         GtkTreeModelFlags, not a guint
12865         (gtk_tree_path_prev): return gboolean not gint
12866         (gtk_tree_path_up): return gboolean not gint
12867
12868         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
12869         return GtkTreeModelFlags, not a guint
12870
12871         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
12872         that child model is non-null before unrefing it
12873         (g_value_int_compare_func): make this a qsort compare func, not 
12874         a boolean predicate
12875
12876         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
12877         (add -umn to the end), and mark it unimplemented
12878         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
12879         I don't see what it's for - doesn't the model always sort itself?
12880         (gtk_tree_model_sort_set_compare): this had the wrong signature
12881
12882         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
12883         Fix the docs to say that it destructively replaces existing
12884         attributes (previously said that it added attributes).
12885         (gtk_tree_view_column_set_visible): canonicalize bool before
12886         equality testing. Also, check for realization before
12887         hiding/showing the tree_column->window; if this window could exist
12888         before realization, then it's busted and needs fixing, we can't 
12889         create GDK resources pre-realization. Also, remove
12890         superfluous queue_resize(), since set_size() does that for us.
12891         (gtk_tree_view_column_set_col_type): check realization before 
12892         using tree_column->window
12893
12894         * gtk/gtktreedatalist.c: fix filename in copyright notice
12895
12896 2000-12-31  Havoc Pennington  <hp@pobox.com>
12897
12898         * gtk/gtktextview.c: Rearrange all the
12899         scroll-while-dragging-or-selecting code to be different, not
12900         necessarily better. ;-)
12901         (gtk_text_view_scroll_to_mark): Change this
12902         function to take within_margin as a fraction instead of a pixel
12903         value, and to take alignment arguments (indicating where to align 
12904         the mark inside the visible area)
12905         
12906         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
12907         to GtkObject
12908
12909         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
12910         behavior so that offsets past the end of the line are not 
12911         allowed, and an offset equal to the line length moves the iterator
12912         to the next line
12913         (gtk_text_iter_set_line_index): make parallel change
12914         (gtk_text_iter_get_bytes_in_line): add this function
12915         
12916         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
12917         of byte indexes off the end of the line; byte index at the end of
12918         the line now returns FALSE and doesn't fill in the requested
12919         values, byte index past the end of the line is an error.  Also,
12920         don't allow -1 offset anymore, since its meaning is unclear.
12921
12922         This change exposes some bug in visual cursor motion, where we
12923         end up with a huge invalid byte index; needs fixing. Symptom of 
12924         bug is a crash when you hit up arrow.
12925         
12926         (_gtk_text_line_char_locate): match the change to byte_locate
12927
12928         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
12929         from start of line properly. fixes bug reported by Mikael
12930         Hermansson where backspace would delete all text before the
12931         cursor.
12932
12933 2000-12-30  Tor Lillqvist  <tml@iki.fi>
12934
12935         * gdk/win32/gdkwindow-win32.c
12936         (gdk_window_impl_win32_get_visible_region): New function, as in
12937         the X11 backend.
12938         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
12939         instead of duplicating the same code here.
12940
12941         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
12942         GDK_COLORMAP macro.
12943
12944         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
12945         destroy function.
12946         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
12947         access that.
12948
12949         * gtk/gtk.def: Update.
12950
12951         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
12952
12953 2000-12-30  Havoc Pennington  <hp@pobox.com>
12954
12955         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
12956         colormap on input only windows, to avoid special cases all over
12957         the code for these windows.
12958
12959 2000-12-26  Tor Lillqvist  <tml@iki.fi>
12960
12961         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
12962         we are on a palettized display ("PseudoColor" in X11), as the code
12963         for that doesn't work anyway, and never has.
12964
12965 2000-12-22  Alexander Larsson  <alexl@redhat.com>
12966
12967         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
12968         Don't use isprint() for chars > 255.
12969
12970 2000-12-21  Havoc Pennington  <hp@redhat.com>
12971
12972         * tests/testtreeview.c: more work
12973
12974 2000-12-21  Alexander Larsson  <alexl@redhat.com>
12975
12976         * docs/README.linux-fb:
12977         Update the docs to the new pangoft2 way.
12978
12979 2000-12-21  Alexander Larsson  <alexl@redhat.com>
12980
12981         * configure.in:
12982         For linux-fb get the pangoft2 cflags and libs. This needs a recent
12983         pango version.
12984         Remove modules/linux-fb/Makefile.
12985
12986         * gdk/linux-fb/gdkdrawable-fb2.c:
12987         Render glyphs using freetype.
12988
12989         * gdk/linux-fb/gdkfb.h:
12990         Add new fb-specific functions needed for managing windows.
12991
12992         * gdk/linux-fb/gdkmain-fb.c:
12993         Remove gdk_font_init/fini() calls.
12994
12995         * gdk/linux-fb/gdkpango-fb.c:
12996         Remove old implementation. Use pangoft2 instead.
12997
12998         * gdk/linux-fb/gdkprivate-fb.h:
12999         Remove PangoFBFont and related stuff.
13000
13001         * gdk/linux-fb/gdkwindow-fb.c:
13002         Implement drawable->get_visible_region.
13003         Implement support for _gdk_window_set_child_handler () and
13004         _gdk_window_get_decorations().
13005
13006         * modules/Makefile.am:
13007         Remove linux-fb subdir.
13008
13009         * modules/linux-fb/*:
13010         Removed all.
13011         
13012 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
13013
13014         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
13015         calls, as they are no longer needed.
13016
13017         * gtk/gtktreemodelsort.c: Fix up the comparison code.
13018         
13019         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
13020         figure out how to emit a signal on an interface.
13021
13022 2000-12-20  Havoc Pennington  <hp@redhat.com>
13023
13024         * tests: new directory to contain tests, gtk/test* should move
13025         here sometime (with appropriate on-cvs-server hackery)
13026
13027         * tests/testtreeview.c, tests/Makefile.am: a test
13028         
13029         * configure.in (AC_OUTPUT): add tests/Makefile
13030
13031         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
13032         and "invisible_set" which were missing
13033
13034         * gtk/gtkrbtree.h: some cheesy indentation fix
13035         
13036 2000-12-20  Alexander Larsson  <alexl@redhat.com>
13037
13038         * gtk/gtkinvisible.c (gtk_invisible_realize):
13039         Attach the style to the window so that the style it is not
13040         leaked when unrealizing the window.
13041
13042 2000-12-18  Havoc Pennington  <hp@redhat.com>
13043
13044         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
13045         begin/end user action where appropriate
13046         (gtk_text_view_commit_handler): add begin/end user action
13047
13048         * gtk/gtktextbuffer.c: add begin/end user action signals, and
13049         bracket interactive operations with begin/end user action pair.
13050         
13051         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
13052         "interactive" arg from insert_text and delete_text signals.
13053         Add begin_user_action, end_user_action signals
13054         (gtk_text_buffer_begin_user_action): 
13055         (gtk_text_buffer_end_user_action): New functions to delimit 
13056         a user-visible action
13057
13058         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
13059         signals.
13060         
13061 2000-12-18  Havoc Pennington  <hp@redhat.com>
13062
13063         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
13064         was pretty non-working.
13065
13066         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
13067         by passing the length to g_utf8_validate().
13068
13069 2000-12-16  Havoc Pennington  <hp@pobox.com>
13070
13071         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
13072         Port to GObject, can go back in gdk-pixbuf after setting up 
13073         a gdk-pixbuf-marshal.h header over there.
13074
13075         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
13076         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
13077         args
13078         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
13079         set
13080         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
13081         here, do it when we create the buttons later
13082         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
13083         (gtk_tree_view_map): paranoia checks that column->button is shown 
13084         and unmapped
13085         (gtk_tree_view_size_request): only request visible children.
13086         Move header size calculation in here, for cleanliness, and 
13087         to maintain invariants for child widgets if we eventually 
13088         let users set different children inside the buttons
13089         (gtk_tree_view_map_buttons): factor out code to map buttons,
13090         since it was being called several times
13091         (gtk_tree_view_size_allocate_buttons): move_resize the drag
13092         windows instead of just moving them; their height may change 
13093         if we allow random widgets in there, or the theme changes.
13094         (gtk_tree_view_size_allocate): move button size allocation 
13095         above emitting the scroll signals, to ensure a sane state when we
13096         hit user code
13097         (gtk_tree_view_button_release): remove queue_resize after
13098         tree_view_set_size(), set_size() will handle any resize queuing
13099         that's needed
13100         (gtk_tree_view_focus_in): just queue a draw, don't fool with
13101         draw_focus goo
13102         (gtk_tree_view_focus): use gtk_get_current_event() and
13103         gdk_event_get_state()
13104         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
13105         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
13106         semicolon
13107         (gtk_tree_view_create_button): show the button here
13108         (gtk_tree_view_button_clicked): actually emit the clicked signal
13109         on the column
13110         (_gtk_tree_view_set_size): return right away if the size is
13111         unchanged, as a cheesy optimization
13112         (gtk_tree_view_setup_model): rename set_model_realized to 
13113         setup_model to match the flag that indicates whether we've 
13114         called it
13115         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
13116         exist, because set_scroll_adjustment does that and it shouldn't
13117         matter what order you call these in
13118         (gtk_tree_view_get_vadjustment): ditto
13119         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
13120         for paranoia
13121         (gtk_tree_view_set_headers_visible): call
13122         gtk_tree_view_map_buttons() instead of using cut-and-paste code
13123         (gtk_tree_view_append_column): clarify whether the return value
13124         is the count of columns before or after, and do the increment 
13125         separately from the return statement so you can tell from the code.
13126         (gtk_tree_view_remove_column): ditto
13127         (gtk_tree_view_insert_column): ditto
13128         (gtk_tree_view_get_column): remove g_return_if_fail for columns
13129         outside the existing range, the docs say that outside-range
13130         columns are allowed, so we handle them as documented. (Presumably
13131         this allows a nice loop with column != NULL as test.)
13132         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
13133         mean (left/right/center etc.).
13134         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
13135         (gtk_tree_view_expand_row): add docs
13136         (gtk_tree_view_collapse_row): add docs
13137
13138         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
13139         function to emit the clicked signal on a column
13140         
13141         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
13142         state of an event
13143         (gdk_event_get_time): don't treat GDK_SCROLL 
13144         as a button event, remove default case from switch so gcc 
13145         will whine if we don't explicitly handle all event types
13146
13147         * gtk/gtktreeselection.h: added some FIXME 
13148         
13149         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
13150         "columns" to "n_columns" and "column" to "columns" for clarity
13151
13152 2000-12-16  Havoc Pennington  <hp@pobox.com>
13153         
13154         * gtk/gtktextiter.c: General cleanup of the log attr iteration
13155         stuff. This should make e.g. the delete key work again in the
13156         text widget...
13157         (gtk_text_iter_forward_cursor_positions): handle negative count
13158         (gtk_text_iter_backward_cursor_positions): handle negative count
13159         (gtk_text_iter_forward_word_ends): handle negative count
13160         (gtk_text_iter_backward_word_starts): handle negative count
13161
13162         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
13163         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
13164         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
13165         GObject. No doubt will cause breakage.
13166
13167         * demos/gtk-demo/textview.c: remove hacks around
13168         non-GObject-ification of the text objects
13169
13170         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
13171         the text tag
13172         
13173 2000-12-14  Havoc Pennington  <hp@pobox.com>
13174
13175         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
13176         that we have Xrender
13177
13178 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
13179
13180         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
13181         Add two virtualized functions gdk_drawable_get_clip_region - to
13182         get the clip region when drawing.
13183         
13184         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
13185         use invalidate_region.
13186
13187         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
13188         region.
13189
13190         * acconfig.h configure.in: Check for Xft. For now, assume
13191         that if Xft is found, Pango was compiled with Xft support
13192         as well.
13193
13194         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
13195         gdk_colormap_query_color().
13196         
13197         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
13198         with Xft if appropriate.
13199
13200         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
13201         a pangoxft context if we have XFT and the environment
13202         variable GD_USE_XFT is set.
13203         
13204         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
13205         and also possibly an XftDraw structure.
13206
13207         * gtk/gtkfontsel.c: Handle the case where the font from the
13208         style doesn't match any of the fonts a bit better.
13209         
13210         * gtk/testgtk.c: Add tabs between directional segments for
13211         hebrew/arabic test. (Not really necessary, just a little
13212         prettier.)
13213
13214 2000-12-14  Havoc Pennington  <hp@redhat.com>
13215
13216         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
13217         reading a file
13218
13219 2000-12-14  Havoc Pennington  <hp@redhat.com>
13220
13221         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
13222         unused call to get_last_line()
13223
13224         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
13225         here until boxed is working (and maybe after that - we should
13226         really not gratuitously break old code)
13227
13228         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
13229         specific types for font_desc and tabs args, move them to
13230         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
13231         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
13232
13233         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
13234         use GTK_TYPE_POINTER for signal signatures as a hack-around
13235
13236         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
13237         PangoTabArray
13238
13239         * gtk/gtktextlayout.c (line_display_iter_to_index): 
13240         make static
13241         (line_display_index_to_iter): make static
13242
13243         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
13244         to marshal a string not a boxed
13245
13246         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
13247
13248         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
13249         since the UTF-8 isn't validated yet
13250
13251         * gtk/gtktextsegment.c (char_segment_check_func): don't require
13252         lines to end in '\n'
13253         
13254         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
13255         forward_to_delimiters, and grapheme boundaries
13256         (gtk_text_view_delete_from_cursor): properly handle non-newline
13257         delimiters, and grapheme boundaries
13258
13259         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
13260         to gtk_text_iter_forward_to_delimiters, and make it work properly
13261         if empty lines end with a character other than '\n'
13262
13263         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
13264         position
13265
13266 2000-12-15  Tor Lillqvist  <tml@iki.fi>
13267
13268         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
13269
13270         * gtk/gtk.def
13271         * gdk/gdk.def: Update.
13272
13273         * gdk/win32/gdkmain-win32.c
13274         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
13275         gdkmain-win32.c here.
13276
13277         * gdk/win32/makefile.mingw.in (all): No need to make
13278         gdk-win32res.o here, the makefile one step up will call us to make
13279         it.
13280
13281         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
13282         gdkkeys-win32.
13283
13284         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
13285
13286         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
13287         call to g_source_add().
13288
13289         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
13290         leak. Thanks to Andreas Kemnade.
13291
13292 2000-12-13  Havoc Pennington  <hp@pobox.com>
13293
13294         * gtk/gtktextbtree.h: Remove double _ in front of some functions
13295
13296         * gtk/gtktext*.[hc]: update accordingly
13297         
13298 2000-12-13  Havoc Pennington  <hp@pobox.com>
13299
13300         * gtk/gtktextbtree.h: Put _ in front of every function in this 
13301         header file
13302
13303         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
13304
13305 2000-12-13  Alex Larsson  <alexl@redhat.com>
13306
13307         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
13308         Add support for ps2 intellimouse.
13309
13310         * gdkkeyboard-fb.c:
13311         Move shift-F1 repaint handling to xlate handler only.
13312         
13313         * docs/README.linux-fb:
13314         Add imps2 to docs.
13315         Document the new refresh keys.
13316         
13317 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
13318
13319         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
13320
13321         * gtk/gtkbox.c: change property types from (u)long to (u)int for
13322         ::position and ::padding.
13323
13324         * gtk/gtkcontainer.c: make ::border_width an INT property.
13325
13326         * gtk/gtkpacker.c: make ::position an INT property.
13327
13328         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
13329         guard against NULL h/v scrollbars, since this is used at construction
13330         time.
13331
13332         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
13333         internal gtk_clist_constructor().
13334
13335         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
13336         gtk_ctree_constructor().
13337
13338         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
13339         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
13340
13341         * docs/reference/Makefile.am: fun stuff, disabled docs generation
13342         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
13343
13344         * gtk/gtkwidget.[hc]:
13345         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
13346         and gtk_widget_get().
13347         (gtk_widget_new): use g_object_new_valist().
13348         (gtk_widget_set): use g_object_set_valist().
13349
13350         * gtk/gtkobject.[hc]:
13351         removed gtk_object_arg_get_info(), gtk_object_getv(),
13352         gtk_object_query_args(), gtk_object_newv(),
13353         gtk_object_class_add_signals(),
13354         gtk_object_class_user_signal_new(),
13355         gtk_object_class_user_signal_newv(),
13356         gtk_object_arg_set(), gtk_object_arg_get(),
13357         gtk_object_args_collect(),
13358         gtk_object_default_construct(),
13359         gtk_object_constructed(),
13360         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
13361         removed nsignals, signals and n_args members from GtkObjectClass.
13362         (gtk_object_new): use g_object_new_valist().
13363         (gtk_object_set): use g_object_set_valist().
13364         (gtk_object_get): use g_object_get_valist().
13365         
13366         * gtk/gtkcompat.h: define gtk_object_default_construct().
13367         
13368         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
13369         g_object_new().
13370
13371         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
13372         fucntions, cleaned up method assignments (make sure your structures
13373         are setup properly before calling out). removed all GTK_CONSTRUCTED
13374         hacks ;)
13375
13376 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
13377
13378         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
13379         off-by-one error in checks. (Dave Lambert)
13380
13381 2000-12-12  Alexander Larsson  <alexl@redhat.com>
13382
13383         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
13384         Don't free gdk_fb_keyboard twice.
13385
13386 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
13387
13388         * gtk/testgtk.c:
13389         (create_tooltips): 
13390         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
13391         use GObject swapped_signal:: properties instead.
13392
13393         * gtk/gtkcellrenderertoggle.c: 
13394         * gtk/gtkcellrenderertextpixbuf.c: 
13395         * gtk/gtkcellrenderertext.c: 
13396         * gtk/gtkcellrendererpixbuf.c: 
13397         * gtk/gtkcellrenderer.c:
13398         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
13399         missing warnings for invalid property ids, install properties
13400         with g_object_class_install_property() now.
13401         
13402         * gtk/gtksignal.c:
13403         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
13404         
13405 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
13406         
13407         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
13408         to determine if a window is the focus widget within
13409         its toplevel.
13410
13411         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
13412         to be boolean.
13413
13414         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
13415         of the case where the container CAN_FOCUS to here instead
13416         of having it in each individual move-the-focus place.
13417
13418         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
13419         focusing to be geometric in a much more obvious sense. Arrowing
13420         around is still non-intuitive because it isn't perfect and
13421         because entries, etc, grab the arrow keys, but it at least
13422         usually will do what you expect now.
13423         
13424         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
13425         file.
13426
13427         * gtk/gtknotebook.c: Change tabs to be a single item in
13428         the focus chain. Make movement of focus on tabs with arrow
13429         keys wrap around.
13430         
13431         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
13432         CHECK_FIND_CHILD macro to give informative error messages
13433         instead of silent returns.
13434
13435         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
13436         flag since we handle GdkReturn on the tabs.
13437
13438         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
13439         windows rather than sending expose events directly.
13440
13441         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
13442         definition for GtkNotebookPage into .c file, since it is private.
13443
13444         * gtk/testgtk.c (create_notebook): Add option for 
13445         testing borderless notebook.
13446
13447         * gtk/testgtk.c (page_switch): Removed egregious poking
13448         around in GTK+ internals.
13449
13450         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
13451
13452         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
13453         properly through gtk_clist_focus. Make the title headers a
13454         single item in the tab-focus chain, and make left-right wrap
13455         around.
13456
13457         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
13458         focus method so that wrapping around works properly.
13459
13460         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
13461         that is handled for the widget now. 
13462
13463 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
13464
13465         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
13466         widgets as TOPLEVEL.
13467
13468         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
13469         TOPLEVEL widgets are containers.
13470
13471         * gtk/gtkinvisible.h: Remove useless include.
13472
13473 2000-12-11  Havoc Pennington  <hp@redhat.com>
13474
13475         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
13476         Handle chopping off \r\n and 0x2029 in addition to \n before
13477         passing to PangoLayout
13478
13479         * gtk/gtkimcontextsimple.c
13480         (gtk_im_context_simple_get_preedit_string): 
13481         return an empty string if no match is pending
13482
13483         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
13484         assertion that the returned preedit string was sane
13485
13486         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
13487         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
13488         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
13489
13490 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
13491
13492         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
13493         Fix up finalizer to chain to its parent.
13494
13495 2000-12-11  Alexander Larsson  <alexl@redhat.com>
13496
13497         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
13498         Clearified the difference between the keyboard types. Wrote a note
13499         about the magic sysrq key to get out of raw mode.
13500
13501 2000-12-09  James Henstridge  <james@daa.com.au>
13502
13503         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
13504         member to hold masks for detecting the start of a protocol packet.
13505         (mouse_devs): add packet start masks for ps2 and ms device types.
13506         Left the mask for fidmour blank, as I have no idea what it should
13507         be.
13508         (handle_mouse_io): skip bytes until we get to the start of a
13509         packet.  My Logitech mouse seems to be passing an extra NULL pad
13510         byte, and GPM does a similar thing here.
13511         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
13512         this is the ms mouse driver.
13513         (gdk_fb_mouse_ms_packet): fix up button handling, which was
13514         completely broken except for button1.  It was checking the wrong
13515         bit in the packet for the status of the right mouse button, and
13516         wrongly assuming right == button2 rather than 3.  I fixed that and
13517         also added support for middle button (button2).
13518
13519 2000-12-08  Havoc Pennington  <hp@redhat.com>
13520
13521         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
13522         that cause a segfault on text insertion
13523
13524         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
13525         warning
13526
13527         * gtk/gtktextiter.c (test_log_attrs): use
13528         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
13529
13530         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
13531         Get log attrs for a line, using a cache stored on the buffer
13532         
13533         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
13534         reported by Jeff Franks
13535
13536 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13537
13538         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
13539         /dev/ttyS0 -> /dev/mouse
13540
13541 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13542
13543         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
13544         Added dummy gdk_fontset_load.
13545
13546 2000-12-08  Alexander Larsson  <alexl@redhat.com>
13547
13548         * docs/README.linux-fb:
13549         * docs/Makefile.am:
13550         Initial GtkFB docs.
13551         
13552         * gdk/linux-fb/Makefile.am:
13553         Define GDK_DATA_PREFIX.
13554
13555         * gdk/linux-fb/gdkmain-fb.c:
13556         Fix typo.
13557         Change default display to /dev/fb0.
13558
13559         * gdk/linux-fb/gdkpango-fb.c:
13560         Add $(prefix)/share/fonts/ to font path.
13561         
13562 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13563
13564         * gdk/linux-fb/gdkkeyboard-fb.c:
13565         New file containing the abstracted keyboard driver. Most code
13566         taken from gdkinput-ps2.c
13567
13568         * gdk/linux-fb/gdkinput-ps2.c:
13569         Removed file.
13570         
13571         * gdk/linux-fb/Makefile.am:
13572         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
13573
13574         * gdk/linux-fb/gdkcolor-fb.c:
13575         display->fb was renamed to display->fb_fd.
13576
13577         * gdk/linux-fb/gdkcursor-fb.c:
13578         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13579
13580         * gdk/linux-fb/gdkinput.c:
13581         Moved gdk_input_init here from gdkinput-ps2.c
13582
13583         * gdk/linux-fb/gdkmain-fb.c:
13584         display->fb was renamed to display->fb_fd.
13585         Now the tty and the console is opened here instead
13586         of in the keyboard driver. Also check GDK_VT to see what
13587         tty to open.
13588         Move gdk_beep () here from gdkinput-ps2.c
13589         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13590
13591         * gdk/linux-fb/gdkmouse-fb.c:
13592         Add header.
13593         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13594         Return correct keyboard modifiers.
13595         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
13596
13597         * gdk/linux-fb/gdkprivate-fb.h:
13598         Add tty and vt info to display.
13599         Add orignal modeinfo storage to display
13600         Update global functions
13601
13602         * gdk/linux-fb/gdkwindow-fb.c:
13603         Added gdk_fb_window_find_focus().
13604         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13605
13606 2000-12-07  Havoc Pennington  <hp@pobox.com>
13607
13608         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
13609         function, noticed by Alex
13610
13611 2000-12-06  Elliot Lee  <sopwith@redhat.com>
13612
13613         * configure.in: Detect freetype properly
13614
13615         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
13616         above.
13617
13618 2000-12-06  Alexander Larsson  <alexl@redhat.com>
13619
13620         * gdk/linux-fb/Makefile.am:
13621         Add gdkmouse-fb.c
13622         
13623         * gdk/linux-fb/gdkmouse-fb.c:
13624         New file. Abstracted the mouse drivers a bit.
13625
13626         * gdk/linux-fb/gdkcursor-fb.c:
13627         The cursor hide/show functions was moved here from gdkinput-ps2.c.
13628
13629         * gdk/linux-fb/gdkinput-ps2.c:
13630         Removed old mouse handling code. Moved cursor handling code
13631         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
13632         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
13633         gdk_mouse_get_info.
13634
13635         * gdk/linux-fb/gdkmain-fb.c:
13636         Pass NULL pointers for x,y in gdk_mouse_get_info call.
13637
13638         * gdk/linux-fb/gdkprivate-fb.h:
13639         Removed public gdk_fb_find_common_ancestor, added and renamed
13640         functions for the new mouse handling code.
13641
13642         * gdk/linux-fb/gdkwindow-fb.c:
13643         Moved gdk_fb_window_send_crossing_events here. added global
13644         variable gdk_fb_window_containing_pointer. made
13645         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
13646         renamed to gdk_mouse_get_info.
13647
13648 2000-12-06  Alexander Larsson  <alexl@redhat.com>
13649
13650         * gdk/linux-fb/gdkevents-fb.c:
13651         Update to match latest gmain/gsource changes.
13652
13653         * gdk/linux-fb/gdkinput-ps2.c:
13654         Bogus gdk_keymap_get_entries_for_keycode implementation so that
13655         it links. Will be implemented later.
13656
13657 2000-12-03  Havoc Pennington  <hp@pobox.com>
13658
13659         * gdk/Makefile.am: add gdkkeys.[hc]
13660
13661         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
13662         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
13663
13664         * acconfig.h, configure.in: add checks and command line options
13665         for XKB
13666
13667         * gdk/x11/gdkkeys-x11.c: Implement the above functions
13668         
13669         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
13670         and group in the key event
13671
13672         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
13673         field with the low-level hardware key code, and a group
13674         field with the keyboard group
13675
13676         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
13677         and declare a couple globals used for keymap handling
13678         
13679         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
13680         hold down Shift-Control and type a hex number to get a Unicode 
13681         character corresponding to the hex number
13682         (gtk_im_context_simple_get_preedit_string): Fix cursor position
13683         (return bytes not chars)
13684
13685 2000-12-05  Elliot Lee  <sopwith@redhat.com>
13686
13687         * gdk/gdkcolor.h: Make GdkColor specify element sizes
13688         to avoid waste on 64-bit platforms.
13689
13690 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
13691
13692         * INSTALL: Fix link to PNG home, remove reference
13693         to fribidi.
13694
13695         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
13696         
13697         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
13698         tested.)
13699
13700         * gtk/gtkcheckmenuitem.c: Permanently turn on
13701         always_show_toggle.
13702
13703         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
13704         be NULL. (Vladimir Klebanov, #26545)
13705
13706         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
13707         some signed/unsigned comparison problems. (#6510,
13708         David Kaelbling)
13709
13710         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
13711         return type to boolean (Oskar Liljeblad, #18648)
13712
13713 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13714
13715         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
13716         Remove bogus colormap setting.
13717
13718 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13719
13720         * gdk/linux-fb/gdkcolor-fb.c:
13721         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
13722
13723         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
13724         Must set colormap.
13725         
13726 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
13727
13728         * docs/tutorial/gtk-tut.sgml: DND updates
13729
13730 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
13731
13732         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
13733         Remove old debug g_warning().
13734         (gdk_fb_draw_drawable): The src argument can be either a wrapper
13735         or an implementation, just pass the implementation to draw_drawable_2.
13736         
13737         * gdk/linux-fb/gdkprivate-fb.h:
13738         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
13739
13740         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
13741         clear and invalidate area when window is destroyed.
13742         (send_map_events): Remove old commented out code.
13743
13744 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13745
13746         * gdk/linux-fb/gdkpango-fb.c:
13747         Use italic instead of oblique in font aliases.
13748         
13749         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
13750         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
13751         other unsupported functions.
13752
13753 2000-12-04  Havoc Pennington  <hp@redhat.com>
13754
13755         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
13756
13757         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
13758
13759         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
13760
13761         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
13762         hack to avoid infinite loops (synthetic expose event) - 
13763         Owen has more appropriate fixes in a branch he'll check in later.
13764
13765         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
13766         separator, CR, and CRLF as line ends
13767
13768         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
13769         into lines using pango_find_paragraph_boundary(); other bits of
13770         the widget are still going to be broken if the boundary isn't '\n'
13771         though
13772
13773 2000-12-04  Alexander Larsson  <alexl@redhat.com>
13774
13775         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
13776         multiply.
13777
13778         * gdk/linux-fb/gdkpango-fb.c:
13779         Copied some 26.6 scaling macros from pango to clean up the rounding.
13780         (pango_fb_font_get_glyph_info): Correct sign on x value.
13781
13782         * gdk/linux-fb/gdkprivate-fb.h:
13783         Removed unreferenced external functions.
13784
13785         * modules/linux-fb/Makefile.am: Use ` instead of '.
13786
13787         * modules/linux-fb/basic.c:
13788         Remove dead code. In particular the dummy lang engine which broke all
13789         pango layouts in GtkFB. Don't include tables-big.i anymore.
13790
13791         * modules/linux-fb/tables-big.i:
13792         Upgrade to latest version from pango. Left for reference, basic_ranges
13793         moved to basic.c.
13794         
13795 2000-12-04  Havoc Pennington  <hp@redhat.com>
13796
13797         Fix bugs Alex found:
13798         
13799         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
13800         to "draw"
13801
13802         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
13803
13804         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
13805
13806         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
13807         implementation in here, apparently the expose() implementation was
13808         dead code.
13809
13810 2000-12-04  Alexander Larsson  <alexl@redhat.com>
13811
13812         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
13813         Return positive descent.
13814
13815 2000-12-02  Havoc Pennington  <hp@pobox.com>
13816
13817         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
13818         method and signal
13819         
13820         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
13821         calls gdk_window_process_updates() to push the exposes through
13822         (gtk_widget_class_init): No more draw signal, no
13823         gtk_widget_real_draw()  
13824         
13825         * gtk/gtkbin.c (gtk_bin_draw): remove
13826
13827         * gtk/gtkbox.c (gtk_box_draw): remove
13828
13829         * gtk/gtkbutton.c (gtk_button_draw): remove
13830
13831         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
13832
13833         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
13834
13835         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
13836
13837         * gtk/gtkclist.c (gtk_clist_draw): remove
13838
13839         * gtk/gtkentry.c (gtk_entry_draw): remove
13840
13841         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
13842
13843         * gtk/gtkfixed.c (gtk_fixed_draw): remove
13844
13845         * gtk/gtkframe.c (gtk_frame_draw): remove
13846
13847         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
13848
13849         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
13850
13851         * gtk/gtklayout.c (gtk_layout_draw): remove
13852
13853         * gtk/gtklist.c (gtk_list_draw): remove
13854
13855         * gtk/gtklistitem.c (gtk_list_item_draw): remove
13856
13857         * gtk/gtkmenu.c (gtk_menu_draw): remove
13858
13859         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
13860
13861         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
13862
13863         * gtk/gtknotebook.c (gtk_notebook_draw): remove
13864
13865         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
13866
13867         * gtk/gtkpacker.c (gtk_packer_draw): remove
13868
13869         * gtk/gtkrange.c (gtk_range_draw): remove
13870
13871         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
13872
13873         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
13874
13875         * gtk/gtktable.c (gtk_table_draw): remove
13876
13877         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
13878
13879         * gtk/gtktext.c (gtk_text_draw): remove
13880
13881         * gtk/gtktextview.c (gtk_text_view_draw): remove
13882
13883         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
13884
13885         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
13886
13887         * gtk/gtktree.c (gtk_tree_draw): remove
13888
13889         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
13890
13891         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
13892
13893         * gtk/gtkviewport.c (gtk_viewport_draw): remove
13894
13895         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
13896
13897         * gtk/gtkvscale.c (gtk_vscale_draw): remove
13898
13899         * gtk/gtkwindow.c (gtk_window_draw): remove
13900
13901 2000-20-01  Anders Carlsson  <andersca@gnu.org>
13902
13903         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
13904         a GtkToggleButton is both insensitive and active, it was being
13905         drawn by the GtkButton draw handler which doesn't check the
13906         state. Now it's calling gtk_toggle_button_paint instead.
13907         
13908 2000-12-01  Havoc Pennington  <hp@redhat.com>
13909
13910         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
13911         dangling pointers to the appearance attributes from the 
13912         line display
13913
13914         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
13915         width/height to mean "full width/height of drawable"
13916
13917         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
13918         click to select word/line
13919         
13920         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
13921         when getting log attrs. Get a slice, so that pixmaps and stuff
13922         are properly handled.
13923
13924         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
13925         paste into the selection (replaces selection now, previously
13926         crashed or added to selection). Reveals longstanding btree bug -
13927         select multiple lines, middle-click on the selection, boom. This
13928         isn't related to my changes though.
13929
13930         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
13931         PangoLogAttrs changes
13932         (gtk_entry_move_backward_word): ditto
13933
13934         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
13935         functions return bool whether the iter moved onto a
13936         dereferenceable position.
13937  
13938         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
13939         functions for motion in terms of display lines.
13940
13941         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
13942         get the buffer a mark is inside
13943         
13944 2000-12-01  Alexander Larsson  <alexl@redhat.com>
13945
13946         * gdk/linux-fb/Makefile.am:
13947         * modules/linux-fb/Makefile.am:
13948         Freetype 2 final uses freetype-config
13949
13950         * gdk/linux-fb/gdkpango-fb.c:
13951         Upgrade to use Freetype 2 final.
13952         More flexible support for font aliases, this also fixes a bug with
13953         GtkFontSelector, as the aliases must be visible in the font/family list,
13954         or GtkFontSelector reads uninitialized memory.
13955
13956 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
13957
13958         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
13959         XGetIMValues to properly terminate variable argument list, and do
13960         NULL return check for ic_values and xim_styles.
13961
13962         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
13963         Restore preedit state after XmbResetIC().
13964         
13965         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
13966         XvaCreateNestedList() should take XvaNestedList, but not
13967         XvaNestedList*.
13968
13969         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
13970         preedit_draw_callback, preedit_caret_callback): Match
13971         "preedit-changed" signal name to "preedit_changed" to be
13972         consistent to the spec.
13973
13974         * gtk/gtkimcontextsimple.c (check_table):
13975         Match "preedit-changed" to "preedit_changed" to be consistent
13976         to the spec.
13977
13978 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
13979
13980         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
13981         gc->clip_region == NULL>
13982
13983 2000-11-30  Tor Lillqvist  <tml@iki.fi>
13984
13985         Changes by Hans Breuer:
13986         
13987         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
13988         Dont't use negative width and height as max_hints. This fixes
13989         Owen's recent testgtk changes for win32.
13990
13991         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
13992         gdk_win32_hdc_release): These are exported and may be called with
13993         other drawable types than our GdkDrawableImplWin32 (?).
13994
13995         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
13996         so always #define USE_BACKING_STORE.
13997
13998         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
13999         of printf for debugging output.
14000
14001         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
14002         
14003         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
14004
14005         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
14006         declaration.
14007
14008         * gtk/gtktexttypes.h: Ditto.
14009
14010         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
14011         (GDK_VoidSymbol) also if in case of arg check failure.
14012
14013         * gtk/gtkimcontextsimple.c
14014         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
14015         position to the pointer, but to the variable it points to.
14016
14017         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
14018
14019         * gtk/gtk.def: Updates.
14020
14021 2000-11-29  Elliot Lee  <sopwith@redhat.com>
14022
14023         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
14024         GTK_TYPE_TREE_MODEL.
14025
14026 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14027
14028         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
14029         Set the size of the font from the description.
14030         (gdk_text_width): Gross hack that calculates the width
14031         of text by text_length * size/2. This is necessary because
14032         GtkLabel does some ugly gtk_string_width call to calculate
14033         an good size.
14034         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
14035
14036 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
14037
14038         * docs/tutorial/gtk-tut.sgml: DND updates
14039
14040 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14041
14042         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
14043         If you pass width or height == 0 to gdk_window_clear_area they
14044         should be calculated from the window size.
14045
14046 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14047
14048         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
14049         a grab, but no grab-cursor, use the cursor from the grabbed
14050         window. (gdk_fb_window_send_crossing_events): Send normal
14051         enter/leave notifications if grab and owner_events == TRUE.
14052
14053 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14054
14055         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
14056         Do implicit button grabs, even if the window doesn't
14057         want the event.
14058         (gdk_fb_window_send_crossing_events): If there is a
14059         grab, only the grabbed window gets normal enter/leave
14060         notifications. On ungrab go from grabbed window to current.
14061         Don't send any notification to b when propagating from c -> b.
14062         If setting a grab on window, don't set prev_window.
14063         (handle_mouse_input): Send enter/leave events to the window the
14064         mouse is over, not the grabbed one.
14065         
14066 2000-11-28  Elliot Lee  <sopwith@redhat.com>
14067
14068         * gdk/gdkregion-generic.c: Zap warning.
14069         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
14070         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
14071
14072 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
14073
14074         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
14075         The cursor should be hidden if it is part of either the
14076         source or destination region. Not only if it is in both.
14077         (gdk_window_set_transient_for): Silence warnings.
14078
14079 2000-11-28  Alexander Larsson  <alexl@redhat.com>
14080
14081         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
14082         The default mode in X is Pie Arcs, therefore that is
14083         what Gtk+ uses.
14084
14085 2000-11-28  Alexander Larsson  <alexl@redhat.com>
14086
14087         * gdk/linux-fb/gdkinput-ps2.c:
14088         Implement correct EnterNotify/LeaveNotify:
14089         (gdk_fb_window_send_crossing_events): New function that sends
14090         all GdkCrossingEvents from the last mouse-window to the specified
14091         destination.
14092         (gdk_fb_window_visibility_crossing): Removed function.
14093         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
14094         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
14095         instead of gdk_window_get_pointer() for better readability.
14096
14097         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
14098         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
14099
14100         * gdk/linux-fb/gdkprivate-fb.h:
14101         removed gdk_fb_window_visibility_crossing, added
14102         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
14103
14104         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
14105         New function that finds the least common ancestor of two windows.
14106         (gdk_window_show, gdk_window_hide):
14107         Use gdk_fb_window_send_crossing_events.
14108         (gdk_fb_window_move_resize): Send configure events to toplevel
14109         windows. Use gdk_fb_window_send_crossing_events.
14110
14111 2000-11-27  Havoc Pennington  <hp@redhat.com>
14112
14113         * gtk/gtkprivate.h (enum): Remove a trailing comma
14114
14115 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
14116
14117         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
14118         the "changed" callback of the adjustment.  We need to redraw the
14119         spin button's arrows when the adjustment's range changes.
14120         (adjustment_changed_cb): Draw the arrows.
14121         (gtk_spin_button_value_changed): Draw the arrows.
14122
14123 2000-11-23  Alexander Larsson  <alexl@redhat.com>
14124
14125         * gdk/linux-fb/gdkselection-fb.c:
14126         Initial selection implementation.
14127
14128         * gtk/gtkselection.c:
14129         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
14130         requestor in gtk_selection_request.
14131         
14132         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
14133         Added gdk_selection_property atom.
14134
14135         * gdk/linux-fb/gdkprivate-fb.h:
14136         Export _gdk_selection_window_destroyed.
14137         Removed mask_off_x/y from GdkCursorPrivateFB.
14138         Removed hbearing, added top, left to PangoFBGlyphInfo.
14139
14140         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
14141         Call _gdk_selection_window_destroyed
14142         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
14143         the root window has been created.
14144         (static_dx_hack, static_dy_hack, compare_draw_rects,
14145         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
14146         in region. They are already sorted. Instead just traverse them in
14147         reverse if draw_direction < 0.
14148         
14149         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
14150         Double-clicks must be sent after the normal button_press.
14151         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
14152         
14153         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
14154         Pass _gdk_fb_screen_gc instead of NULL.
14155
14156         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
14157         Initialize gdk_selection_property.
14158         (gdk_event_make): Remove unused code.
14159
14160         * gdk/linux-fb/gdkcursor-fb.c:
14161         Make the pixmap for the cursor the same size as the mask. Also remove
14162         the mask_off_x/y fields in GdkCursorPrivateFB and combine
14163         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
14164         Now the whole cursor is visible.
14165
14166         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
14167         Fix bug where xdest+height instead of ydest+height was used
14168         to calculate if the source and dest overlapped. This fixes the
14169         redraw bug when the main window in testgtk was scrolled when
14170         partially covered by a tall window.
14171         Copy rectangles in region in order depending on draw_direction.
14172         Also moved the draw_direction flipping of start_y and end_y into
14173         the gc functions, as this might not be what all of them want.
14174         (gdk_fb_draw_lines): Support dashed lines.
14175         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
14176         so that the text is positioned correctly (was 1 pixel high).
14177
14178         gdk/linux-fb/gdkgc-fb.c:
14179         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
14180         all lines were drawn a pixel to short. Also checked the default of
14181         the rest of the values, and they're the same as X now.
14182
14183         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
14184         Clean up pixel positioning of the glyphs. Just use bgy->top and
14185         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
14186         to all divisions to get correct rounding behaviour.
14187
14188         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
14189         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
14190         Moved start_y/end_y flip into draw_drawable implementations.
14191         Flip also x rendering when draw_direction < 0.
14192         Remove unneccesary multiply with draw_direction.
14193
14194 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
14195
14196         * docs/tutorial/gtk-tut.sgml:
14197           - get rid of gtk_toggle_button_toggled FUD
14198           - start DND section - needs work - based on:
14199                 http://wolfpack.twu.net/docs/gtkdnd/
14200
14201 2000-11-22  Alexander Larsson  <alexl@redhat.com>
14202
14203         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
14204         Correct calculation of font metrics. Now GtkEntrys have sane
14205         size.
14206
14207 2000-11-22  Alexander Larsson  <alexl@redhat.com>
14208
14209         * gdk/gdktypes.h:
14210         Add new type GdkSpan
14211         
14212         * docs/reference/gdk/gdk-sections.txt,
14213         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
14214         gdk/gdkregion.h:
14215         Implement and document gdk_region_spans_intersect_foreach.
14216
14217         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
14218         Add new file gdkrender-fb.c which contains all core
14219         rendering code.
14220         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
14221         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
14222         (optimized rectangle fillers).
14223
14224         * gdk/linux-fb/gdkdrawable-fb2.c:
14225         Move all rendering code to gdkrender-fb.c.
14226         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
14227         Use the new span intersection functions in gdk_fb_fill_spans.
14228         gdk_fb_draw_rectangle() clips filled rectangles and calls
14229         gc->fill_rectangle with the result.
14230         gdk_fb_fill_spans() gets extra argument "sorted".
14231
14232         * gdk/linux-fb/gdkevents-fb.c:
14233         Remove unused includes and defines.
14234         New function gdk_fb_get_time() to get correct time for events.
14235
14236         * gdk/linux-fb/gdkinput-ps2.c:
14237         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
14238         Make sure to set the time of all events.
14239
14240         * gdk/linux-fb/gdkmain-fb.c:
14241         Use gdk_fb_get_time ().
14242
14243         * gdk/linux-fb/gdkprivate-fb.h:
14244         New virtual GC calls: fill_span & fill_rectangle.
14245         Export gdk_fb_get_time().
14246         gdk_fb_fill_spans() gets extra argument "sorted".
14247
14248         * gdk/linux-fb/mi*.c:
14249         Use GdkSpan instead of GdkRectangle.
14250         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
14251         from XFree 4 source)
14252         
14253 2000-11-22    <jrb@redhat.com>
14254
14255         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
14256         reversing the order in an if statement will do.  Doing so managed
14257         to make the treemodelsort half work.  Other half will follow after
14258         I get the insert function fully fixed.
14259
14260 2000-11-21  Elliot Lee  <sopwith@redhat.com>
14261         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
14262         more than 2 bits. Besides, I need to implement an evil hack. :)
14263
14264 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
14265
14266         * docs/tutorial/gtk-tut.sgml: minor corrections
14267
14268 2000-11-20  Jonathan Blandford <jrb@redhat.com>
14269         * gtk/gtktreemodelsort.h: Add convertion functions to let you
14270           convert to and from relative path's and iters.
14271
14272         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
14273           testing sorting functions a bit better.  Currently broken -- will
14274           fix in morning.
14275
14276 2000-11-20  Havoc Pennington  <hp@redhat.com>
14277
14278         * gtk/gtkwidget.c: Documented a bunch of functions in here
14279         (gtk_widget_realize): Warn if you try to realize
14280         a widget with no parent that isn't a toplevel
14281         (gtk_widget_intersect): return a gboolean
14282
14283 2000-11-20  Havoc Pennington  <hp@redhat.com>
14284
14285         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
14286         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
14287         scrolling to be implemented in GDK to finish. Also, right now
14288         we just size_allocate all children on every layout change,
14289         which is pretty lame. Test commented out of testtext.c, 
14290         until it works better.
14291
14292 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
14293
14294         * gdk/linux-fb/gdkdrawable-fb2.c:
14295         Removed unused arguments from gdk_fb_drawable_get_pixel().
14296
14297         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
14298         Renamed fidur specific mouse packet data in MouseDevice to
14299         generic. Used it in ps2 mouse handling code to avoid blocking
14300         reads.
14301
14302 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
14303
14304         * demos/gtk-demo/main.c: Changed to have the list become
14305         non-italic when the demo window is destroyed through an external
14306         event (like a close button).  Doing so found three bugs in the
14307         widget.
14308
14309         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
14310
14311         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
14312         we actually set the cell.
14313
14314         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
14315
14316         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
14317         free a leaked path.  Thanks memprof.
14318
14319 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
14320
14321         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
14322         off-by-one error when destroying allocated segments
14323         on failure. (Elliot)
14324
14325 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
14326
14327         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
14328         memleaks found by Evan Martin.
14329
14330 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
14331
14332         * Released 1.3.2
14333         
14334         * NEWS: Updates for 1.3.2
14335
14336 2000-11-17  Tor Lillqvist  <tml@iki.fi>
14337
14338         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
14339         but in general for window system specific events.
14340
14341         * gtk/gtk.def
14342         * gtk/makefile.mingw.in
14343         * gtk/makefile.msc.in: Update.
14344         
14345         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
14346
14347 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
14348
14349         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
14350         distribute gtk.immodules.
14351
14352         * gtk/Makefile.am (install-data-local): Don't install the
14353         gtk.immodules file created for the uninstalled modules;
14354         instead run gtk-query-immodules after install
14355
14356 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
14357
14358         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
14359         -rpath to the right install location.
14360
14361         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
14362         -export-dynamic.
14363
14364         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
14365         properly.
14366
14367 2000-11-15  Havoc Pennington  <hp@pobox.com>
14368
14369         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
14370         patch from Mikael Hermansson to temporarily stop blinking while
14371         the user is using the keyboard to type or navigate. 
14372
14373         Also, when blinking, stay on for longer than we stay off. Also,
14374         return from start_cursor_blink if !cursor_visible, to save
14375         checking that flag all over the place before we call
14376         start_cursor_blink.
14377
14378 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
14379
14380         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
14381         only contain a "fontset" line, which is now ignored.
14382
14383         * gtk/gtkentry.c (gtk_entry_button_release): Make 
14384         double-click-to-select-word work.
14385         
14386 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
14387
14388         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
14389         Don't move back one char when we are actually at the end of the 
14390         paragraph.
14391
14392 2000-11-15  Robert Brady  <robert@suse.co.uk>
14393
14394         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
14395         'o' < 'p'.
14396         
14397         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
14398         bind_textdomain_codeset.
14399
14400         (gtk_init_check): Make the warning about translating default:LTR
14401         sterner.
14402         
14403 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
14404
14405         * **/Makefile.am : remove unecessary rules for win32-specific
14406         config-substituted targets. If you want these rules, use
14407         --enable-maintainer-mode (called automatically by autogen.sh).
14408         Stops a lot of unneccessary make-time warnings.
14409
14410         * gtk/gtktext{layout,display}.c: Factor in total width as
14411         well as screen when figuring alignment for word-wrap as well as
14412         no wrap; this is necessary to handle lines that cannot be wrapped
14413         at all.
14414
14415 2000-11-15  Havoc Pennington  <hp@redhat.com>
14416
14417         * gtk/testtext.c: Implement essential color cycling feature
14418
14419 2000-11-15  Havoc Pennington  <hp@redhat.com>
14420
14421         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
14422         when we invalidate the main window.
14423
14424         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
14425         GtkTextView will now invalidate the side windows for us when text
14426         changes.
14427
14428 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
14429
14430         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
14431         unconditionally, since we may need to update the horizontal
14432         scrollbars even if the height didn't change.
14433
14434         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
14435         the extra attrs, since some of them affect size.
14436
14437         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
14438         x_offset correctly.
14439
14440 2000-11-15  Havoc Pennington  <hp@redhat.com>
14441
14442         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
14443         don't move the first line out into the margin, instead move the
14444         whole paragraph in order to make space for the first line within 
14445         the margin
14446
14447 2000-11-15  Havoc Pennington  <hp@redhat.com>
14448
14449         * gtk/gtktextview.c (changed_handler): offset redraw rect by
14450         xoffset in addition to yoffset, so horizontal scrolling doesn't
14451         break redraws
14452
14453 2000-11-15  Havoc Pennington  <hp@redhat.com>
14454
14455         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
14456         from the cursor
14457         (render_layout_line): fix reversed test that caused weird
14458         underlines to get drawn
14459
14460 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14461
14462         * gdk/linux-fb/gdkprivate-fb.h:
14463         Fix debug macros.
14464         
14465 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14466
14467         * gdk/linux-fb/gdkprivate-fb.h:
14468         Added virtual functions set_pixel, get_color,
14469         fill_span and draw_drawable to the GC.
14470         Added global _gdk_fb_screen_gc to use instead of
14471         NULL when drawing to the screen.
14472         Added _gdk_fb_gc_calc_state() prototype.
14473
14474         * gdk/linux-fb/gdkgc-fb.c:
14475         Call _gdk_fb_gc_calc_state() on any gc state change.
14476
14477         * gdk/linux-fb/gdkglobals-fb.c:
14478         Add _gdk_fb_screen_gc
14479                 
14480         * gdk/linux-fb/gdkdrawable-fb2.c:
14481         _gdk_fb_gc_calc_state() calculates best functions
14482         for the GC state and depth.
14483         Moved bpp specialized code to separate functions.
14484         Added optimized 24 bpp AA draw_drawable.
14485
14486         * gdk/linux-fb/gdkevents-fb.c:
14487         Silence gcc warning.
14488
14489         * gdk/linux-fb/gdkimage-fb.c:
14490         Use _gdk_fb_screen_gc
14491
14492         * gdk/linux-fb/gdkwindow-fb.c:
14493         Init and use _gdk_fb_screen_gc
14494
14495         * gdk/linux-fb/mitypes.h:
14496         Remove unused types.
14497
14498 2000-11-14  Havoc Pennington  <hp@pobox.com>
14499
14500         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
14501         to pixels
14502
14503 2000-11-14  Havoc Pennington  <hp@pobox.com>
14504
14505         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
14506
14507         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
14508         unknown char, no real reason we were using a variable. 
14509         Remove gtk_text_unknown_char variable. Fix all the text widget
14510         files accordingly.
14511
14512         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
14513         since the Unicode spec seems to prefer that character for our
14514         purposes.
14515
14516 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
14517
14518         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
14519         value of g_getenv() isn't freeable, so g_strdup it.
14520
14521         * modules/input/inuktitut.c: Inuktitut input method.
14522
14523         * modules/input/Makefile.am: Build this.
14524         
14525 2000-11-14  Elliot Lee  <sopwith@redhat.com>
14526
14527         * gtk/Makefile.am: Install gtk.immodules, needed for operation
14528         of gtk programs.
14529
14530 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
14531
14532         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
14533         reversed > that was causing Home to go to end of previous line.
14534
14535         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
14536         modified-keypresses (leave for bindings.)
14537
14538         * modules/input/Makefile.am: Remove useless -export-dynamic
14539         from module LDFLAGS.
14540
14541 2000-11-14  Havoc Pennington  <hp@redhat.com>
14542
14543         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
14544         higher.
14545
14546         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
14547         account. Also, render rise, underline, background, etc. for
14548         pixbufs as well as text. Also, draw underlines one pixel higher.
14549
14550         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
14551         PangoAttribute for the rise, so it gets drawn properly. Also,
14552         add the GtkTextAppearance attribute for pixbuf/widget segments
14553         as well; we should go ahead and have rise, underline, background,
14554         stipple work for those
14555
14556         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
14557         Pango
14558
14559 2000-11-15  Tor Lillqvist  <tml@iki.fi>
14560
14561         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
14562
14563         * gtk/gtk.def: Update.
14564
14565         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
14566         included.
14567         (gtk_rc_get_im_module_file): Use run-time installation directory
14568         on Win32.
14569
14570         * gdk/win32/rc/gdk.rc: Remove.
14571         * gdk/win32/rc/gdk.rc.in: New file.
14572         * gdk/win32/rc/Makefile.am: New file
14573         * gdk/win32/Makefile.am: Corresponding changes.
14574
14575         * gtk/gtk.rc: Remove.
14576         * gtk/gtk-win32.rc.in: New file.
14577         * gtk/Makefile.am: Corresponding changes.
14578
14579         * configure.in: Corresponding changes.
14580
14581         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
14582         has a built gtkcompat.h. Developers using CVS code on Win32 can
14583         hand-edit it from gtkcompat.h.in.
14584
14585         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
14586         gtkcompat.h from gtkcompat.h.win32.
14587
14588 2000-11-14  Havoc Pennington  <hp@redhat.com>
14589
14590         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
14591         to default to GDK_ACTION_MOVE if the drag is within a single
14592         widget. Defaults to GDK_ACTION_COPY between widgets.
14593
14594 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
14595
14596         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
14597
14598         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
14599
14600         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
14601         srcdir != builddir
14602
14603         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
14604
14605         * configure.in (GTK_VERSION): Up to 1.3.2
14606
14607         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
14608         gtkimcontextxim.h
14609
14610         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
14611         missing doc comment.
14612
14613 2000-11-14  Alexander Larsson  <alexl@redhat.com>
14614
14615         * modules/linux-fb/basic.c:
14616         Use the glib iconv wrappers.
14617
14618 2000-11-13  Havoc Pennington  <hp@pobox.com>
14619
14620         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
14621         still more bugs.
14622
14623         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
14624         scroll the GdkWindows before realization.
14625
14626 2000-11-13  Havoc Pennington  <hp@redhat.com>
14627
14628         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
14629         where GC didn't always get updated properly
14630
14631         * demos/gtk-demo/textview.c (create_tags): Use subattributes
14632         of fonts instead of setting the entire font
14633
14634         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
14635         setting entire font
14636
14637         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
14638
14639         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
14640         a bunch of individually-settable font attributes. You can still 
14641         use the "font" and "font_desc" args, they just set all the font
14642         attributes at once.
14643
14644 2000-11-13 Elliot Lee <sopwith@redhat.com>
14645
14646         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
14647
14648 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
14649
14650         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
14651         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
14652
14653         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
14654         work better.
14655
14656 2000-11-13  Havoc Pennington  <hp@redhat.com>
14657
14658         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
14659         the module file.
14660
14661         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
14662         dest->language
14663
14664         * gtk/testtext.c: Test pixels above/below/inside paragraphs
14665         settings
14666
14667         * gtk/gtktextview.c: Implement object args and setters/getters for
14668         all the aspects of the GtkTextAttributes that are not set from
14669         GtkWidget attributes. This is spacing, justification, margins,
14670         etc.
14671
14672         (gtk_text_view_set_arg)
14673         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
14674         args
14675         (gtk_text_view_class_init): Add args for justify, left_margin,
14676         right_margin, indent, and tabs
14677         
14678
14679         * gtk/gtktextlayout.c (set_para_values): fix to display indent
14680         attribute properly
14681
14682         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
14683         replace with indent attribute
14684
14685         * gtk/gtktextlayout.c (set_para_values): multiply indent by
14686         PANGO_SCALE
14687
14688         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
14689         rearranging code to do that
14690         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
14691         i.e. don't subtract the top_margin first, just to keep
14692         all margin-futzing in one place.
14693
14694         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
14695
14696         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
14697         special case of last line, Pango now handles this itself.
14698         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
14699         Y coordinate
14700         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
14701         (find_display_line_above): wasn't moving the byte index as it
14702         iterated over lines, so always returned byte 0. Also, port to use
14703         PangoLayoutIter.
14704         (find_display_line_below): same problem as
14705         find_display_line_above. Also, port to use PangoLayoutIter.
14706
14707 2000-11-13  Alexander Larsson  <alexl@redhat.com>
14708
14709         * gdk/linux-fb/*.[ch]:
14710         Massive reindent to gtk+ standard. My hands hurt.
14711
14712         * gdk/linux-fb/gdkcolor-fb.c:
14713         Move GdkColorPrivateFB from inherited to windowing_data
14714
14715         * gdk/linux-fb/gdkcursor-fb.c:
14716         _gdk_cursor_new_from_pixmap made static
14717
14718         * gdk/linux-fb/gdkdnd-fb.c:
14719         GdkDragContextPrivate moved to windowing_data
14720
14721         * gdk/linux-fb/gdkdrawable-fb2.c:
14722         Removed endian.h, use glib endianness macros instead
14723         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
14724         and GDK_DRAWABLE_IMPL_FBDATA
14725
14726         * gdk/linux-fb/gdkfont-fb.c:
14727         Add empty gdk_font_load(). Needed for linking of Gtk+.
14728
14729         * gdk/linux-fb/gdkimage-fb.c:
14730         Removed endian.h, use glib endianness macros instead
14731         Moved GdkImagePrivateFB to windowing_data
14732         gdk_image_new_bitmap didn't always allocate enough
14733         memory.
14734
14735         * gdk/linux-fb/gdkinput-ps2.c:
14736         Added semi-working support for MS serial mice.
14737
14738         * gdk/linux-fb/gdkprivate-fb.h:
14739         s/GdkWindowPrivate/GdkWindowObject/
14740         Removed GdkWindowPrivate typedef
14741         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
14742         Removed GDK_DRAWABLE_P
14743         Move GdkColorPrivateFB from inherited to windowing_data
14744         Moved GdkImagePrivateFB to windowing_data
14745
14746         * gdk/linux-fb/gdkvisual-fb.c:
14747         Removed some unused debug code.
14748
14749         * gdk/linux-fb/gdkwindow-fb.c:
14750         Use stock cursors instead of including X headers.
14751         s/GdkWindowPrivate/GdkWindowObject/
14752
14753         * gdk/linux-fb/mitypes.h:
14754         Removed unused types.
14755
14756         * modules/linux-fb/basic.c:
14757         Use the pango fribidi wrappers.
14758
14759 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
14760
14761         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
14762         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
14763         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
14764         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
14765         GEqualFunc where applicable.
14766         
14767         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
14768         pango_font_description_equal as changed in pango.
14769         
14770         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
14771
14772         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
14773
14774         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
14775
14776         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
14777
14778         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
14779
14780         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
14781
14782         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
14783         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
14784
14785         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
14786         gtk_rc_styles_compare -> gtk_rc_styles_equal.
14787
14788 2000-11-12  Havoc Pennington  <hp@pobox.com>
14789
14790         * demos/gtk-demo/Makefile.am (democodedir): change demo install
14791         dir to datadir/gtk+-2.0/demo
14792
14793         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
14794         sorts of text widget and Pango font bugs. Urgh.
14795
14796         * demos/gtk-demo/Makefile.am (demos): Add textview.c
14797
14798         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
14799         tree that you should double click to see the demo. Fix 
14800         types of variables to reflect changed return values from 
14801         GtkTreeStore and GtkTreeViewColumn constructors.
14802
14803         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
14804         newly-created buffer to prepare for GObject semantics
14805
14806         * gtk/testtext.c: don't leak the buffer with GObject semantics
14807
14808         * gtk/testtextbuffer.c: ditto
14809         
14810 2000-11-12  Havoc Pennington  <hp@pobox.com>
14811
14812         Rename this testgtk to gtk-demo to avoid confusion, and 
14813         install it so people can use it as a supplement to 
14814         the documentation.
14815         
14816         * demos/gtk-demo: Moved from demos/testgtk
14817
14818         * demos/testgtk: Removed
14819
14820         * configure.in: make Makefile in gtk-demo
14821         
14822         * demos/gtk-demo/Makefile.am: Install sample source to 
14823         datadir/gtk-demo (maybe there's a better place?), and 
14824         rename the binary to gtk-demo
14825         
14826         * demos/gtk-demo/main.c (load_file): Load installed sample
14827         source if source isn't found in pwd.
14828
14829 2000-11-09  Havoc Pennington  <hp@pobox.com>
14830
14831         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
14832         argument to set the char displayed when visibility == FALSE
14833         (gtk_entry_create_layout): If !entry->visible, replace 
14834         all chars with the "invisible char"
14835
14836         * gtk/testgtk.c: Test the invisible_char deal
14837         
14838 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
14839
14840         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
14841         can't get a native font in the right encoding.
14842
14843 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
14844
14845         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
14846         respectively.
14847
14848 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
14849
14850         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
14851         Fix warning when moving between paragraphs.
14852
14853         * gtk/gtkentry.[ch]: Change move => move_cursor, 
14854         delete => delete_from_cursor, insert => insert_at_cursor
14855
14856 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
14857
14858         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
14859
14860         * modules/input/imthai-broken.c: A Thai input method for use if
14861         Thai keys are really generating Latin1 keysyms.
14862
14863         * modules/input/Makefile.am: Build these.
14864
14865 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
14866
14867         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
14868         g_filename_{to,from}_utf8 now takes an extra parameter.
14869
14870         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
14871         strftime into UTF-8.
14872
14873         (column_from_x, gtk_calendar_paint_day_names): Support RTL
14874         calendars.
14875
14876         (gtk_calendar_paint_day_names): Draw day names in the right 
14877         place.
14878         
14879 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
14880
14881         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
14882         problem with using result of g_get_charset() backwards -
14883         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
14884
14885         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
14886         negative min_width/height and max_width/height to
14887         mean "requisition"; this allows setting a window
14888         to be user-resizable in only one direction easily.
14889
14890         * gtk/testgtk.c (create_main_window): Remove hard-coded
14891         usize - set a default size in the vertical direction.
14892
14893 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
14894
14895         * gtk/gtkrange.c: Add some missing casts. Support 
14896         2 and 3 button clicks on the arrows to mean 
14897         "move by pages" and "jump to end". (Like gtkspinbutton)
14898
14899 2000-11-12 Hans Breuer <Hans@Breuer.Org>
14900
14901         * gdk/win32/makefile.msc : reflect build module changes
14902
14903         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
14904         from GdkPixmap*, cast implementation member instead.
14905
14906         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
14907         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
14908         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
14909         more Gdi functions return value checking. 
14910         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
14911         GdkImagePrivateWin32 *.
14912
14913         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
14914         menus useable again. Add #pragma message to keep reminded on this issue.
14915         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
14916         windows. This allows to enable backing store on Win32!
14917
14918         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
14919         in drawable is of impl type. Correct specific type checks appropriate.
14920  
14921         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
14922         GDK_WINDOW_DESTROYED before allocating new resources.
14923
14924         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
14925
14926         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
14927         (gdk_window_foreign_new) initialize parent handle.
14928         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
14929
14930         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
14931         Let the GDI invalidate the window on MoveWindow call to fix scrolling
14932         problems (e.g. main buttons in testgtk). 
14933
14934 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
14935
14936         * gtk/gtkentry.c (gtk_entry_key_press): Call 
14937         gtk_widget_activate for GDK_Return.
14938
14939         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
14940         of preedit cursor position.
14941
14942 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
14943
14944         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
14945         static.
14946
14947 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
14948
14949         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
14950         out support for multiple locales; that simple doesn't
14951         work reliably with current Xlib
14952
14953         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
14954         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
14955         Add support for positioning the cursor within the preedit string.
14956
14957 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
14958
14959         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
14960         at XIM input method module.
14961
14962         * gtk/gtktextview.c: Check for bindings after passing
14963         events to im context filter.
14964
14965 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
14966
14967         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
14968         empty attribute lists properly.
14969
14970 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
14971
14972         * gtk/queryimmodules.c (main): Return non-zero exit
14973         status if errors were encountered querying any
14974         modules.
14975
14976         * modules/input/Makefile.am (moduledir): remove
14977         leftover bin program target.
14978
14979         * docs/make-todo: Fix typo in error message.
14980
14981 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
14982
14983         * configure.in: Add modules/input/Makefile
14984
14985 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
14986
14987         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
14988         don't include gtkthemes.h.
14989
14990         * gtk/testgtk.c gtk/testtext.c: Set environment variables
14991         to point
14992
14993         * gtk/Makefile.am: Add new .c and .h files, build 
14994         gtk-query-immodules and use it to create a gtk.immodules
14995         file for use of test programs.
14996
14997         * gtk/gtkpreview.c: remove extra blank line.
14998
14999 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
15000
15001         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
15002         Add the ability to add extra tables beyond the default
15003         one, and also the ability to have compose sequences 
15004         that are prefixes of other compose sequences. 
15005
15006         * gtk/gtkimcontextsimple.c: Export a preedit string which
15007         consists of possible candidates for keystrokes that have
15008         been entered but not yet committed.
15009
15010         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
15011         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
15012
15013         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
15014         Add a function to add input-method switching menu items
15015         to a menu.
15016
15017         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
15018         when switching input methods.
15019
15020         * gtk/gtkimcontextsimple.[ch]: Change the format of
15021         the compose table to allow compose tables of different
15022         lengths / sequence.
15023
15024 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
15025
15026         * gtk/gtkimmodule.[ch]: Support routines for loading
15027         GtkIMContext implementations dynamically at runtime.
15028
15029         * modules/input/imcyrillic-translit.c: A sample input
15030         method (based on GtkIMContextSimple with an extra table),
15031         which demonstrates preedit strings and the module
15032         system for input modules
15033
15034         * gtk/queryimmodules.c: Program to query the available
15035         input modules and write the results into a file.
15036          
15037         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
15038         extra config options "im_module_file" (cache file for
15039         input method modules), and "im_module_path" - path
15040         to look for modules when generating cache file.
15041
15042         This doesn't scale.
15043
15044 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
15045
15046         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
15047         generic code from gtkthemes into a new abstraction
15048         GtkModule which has the logic for implementing
15049         a loadable module which implements a number of 
15050         GObject types.
15051
15052 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
15053
15054         * gtk/gtkeditable.[ch]: Convert GtkEditable from
15055         a class into an interface  
15056         
15057         * gtk/gtkoldeditable.[ch]: Move the old editable
15058         implementation into here, so legacy widgets can
15059         still rely on the implemenation. GtkOldEditable
15060         exports GtkEditable. Make selection handling
15061         code use new text conversion functions (and
15062         handle UTF-8 as a side-effect). Use GtkClipboard
15063         for CLIPBOARD.
15064
15065         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
15066         Adopt to match above changes.
15067
15068         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
15069         avoid GtkOldEditable implementation. Restructure
15070         to reduce number of places that modify state directly.
15071         Move to GtkBindingSet. Display the preedit string.
15072         Queue recomputation of PangoLayout and scroll position
15073         to improve effiency of doing complex changes naively.
15074         Add a menu with cut/copy/paste and input method selection.
15075
15076 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
15077
15078         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
15079         to set preedit string and attributes; display preedit string by
15080         inserting string and attributes at cursor when creating the
15081         GtkTextLineDisplay.
15082
15083         * gtk/gtktextlayout.c: Move all conversions between byte
15084         positions in PangoLayout and GtkTextIter into new functions
15085         line_display_iter_to_index/index_to_iter that properly
15086         handle the preedit string.
15087
15088         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
15089         it to return const char * (eventually will end up
15090         as GCONST char *, most likely.)
15091
15092         * gtk/gtktextview.[ch]: Handle the preedit string, call
15093         gtk_im_context_reset() as necessary, add a menu to switch
15094         input methods.
15095         
15096         * gtk/gtktextlayout.[ch]: Remove useless
15097         gtk_text_layout_get_log_attrs() function.
15098
15099 2000-11-11  Tor Lillqvist  <tml@iki.fi>
15100
15101         * gdk/gdk.def
15102         * gtk/gtk.def: Update.
15103
15104         * gdk/win32/*.c: Add last argument to g_type_register_static()
15105         calls.
15106
15107         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
15108
15109         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
15110         generated by older wheel mouse drivers. Get the correct y
15111         coordinate from WM_MOUSEWHEEL messages.
15112
15113         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
15114         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
15115         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
15116         Debugging functions.
15117
15118         * gdk/win32/gdkprivate-win32.h: Declare them.
15119
15120         * gdk/win32/gdkinput-win32.h: Add declaration for
15121         gdk_input_window_destroy().
15122
15123         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
15124
15125 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
15126
15127         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
15128         function to help handle keeping things in sync.
15129
15130 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
15131
15132         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
15133         BOXED marshallers.
15134
15135         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
15136         (gtk_list_store_class_init): use the new BOXED marshallers.
15137
15138         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
15139         new_with_values to new_with_types.
15140         (gtk_tree_store_get_column_type): add this.
15141         (gtk_tree_store_class_init): use the new BOXED marshallers.
15142
15143         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
15144         mirror some POINTER marshallers.
15145
15146 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
15147
15148         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
15149         allow more interesting iterators.  Also, made the lifecycle of
15150         iterators more explicit.
15151
15152         * gtk/gtktreemodelsort.[ch]: New model for sorting.
15153
15154         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
15155         types.
15156
15157 2000-11-09  Alexander Larsson  <alexl@redhat.com>
15158
15159         * demos/testgtk/menus.c:
15160         Changes to make the new testgtk compile after
15161         gtk_menu_append was removed.
15162
15163         * gdk/linux-fb/gdkdrawable-fb2.c
15164         (gdk_fb_get_depth, gdk_fb_get_visual,
15165         gdk_drawable_impl_fb_class_init): Implement
15166         these drawable functions. Now GtkImages work again.
15167
15168         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
15169
15170         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
15171         
15172         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
15173         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
15174         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
15175         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
15176
15177 2000-11-08  Havoc Pennington  <hp@pobox.com>
15178
15179         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
15180         visible_set args, don't know where these had gone, I thought they
15181         used to be there
15182
15183         * gtk/testtext.c: Add a menu item to apply invisibility tag;
15184         now we can test the feature and see that it's totally broken.
15185
15186 2000-11-08  Havoc Pennington  <hp@pobox.com>
15187
15188         Make DND copy pixbufs and tags when source and target share a 
15189         tag table.
15190         
15191         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
15192         in-process GTK_TEXT_BUFFER_CONTENTS target
15193         (gtk_text_view_drag_data_received): Paste from
15194         GTK_TEXT_BUFFER_CONTENTS if we receive it.
15195
15196 2000-11-08  Alexander Larsson  <alexl@redhat.com>
15197
15198         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
15199         API changes.
15200
15201         * gtk/gtkmenu.c: Add support for scrolling menus.
15202         Remove gtk_menu_append/prepend/insert, these have been moved to
15203         gtkcompat.h as #defines.
15204
15205         * gtk/gtkcompat.h.in:
15206         Add compatibility #defines for gtk_menu_append/prepend/insert
15207
15208         * gtk/gtkmenu.h: Add data needed for scrolling menus.
15209         GtkMenuPositionFunc gets an extra argument push_in.
15210         gtk_menu_append/prepend/insert removed.
15211         
15212         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
15213         positioning behaviour to fit to scrolling menus.
15214
15215         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
15216         into menuitem->submeny. That is wrong, and broke torn
15217         off submenus of torn off menus, since they were unrealized
15218         when the first menu was unrealized.
15219
15220         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
15221         gtk_menu_shell_select_item() since these need to be overridden in
15222         GtkMenu.
15223
15224         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
15225         positioning behaviour to fit to scrolling menus.
15226         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
15227         the current item so that it is prelighted when the menu pops up.
15228         This is a workaround to the fact that the menu doesn't get the
15229         initial enter event (due to grabs).
15230
15231         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
15232         s/gtk_menu_append/gtk_menu_shell_append/
15233
15234         * gtk/gtknotebook.c:
15235         s/gtk_menu_insert/gtk_menu_shell_insert/
15236
15237         * gtk/testgtk.c (create_menu, create_menus):
15238         Create the first menu with 50 items so that menu scrolling
15239         can be tested.
15240         
15241         
15242         Patch from Jonathan Blandford  <jrb@redhat.com>
15243
15244         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
15245         system to handle size requests.  First, we ask what the size of
15246         the toggle is.  Then, when allocating the size, we allocate the
15247         toggle_size first.  This way we can have multiple menu-item
15248         classes w/o needing a seperate class for each.
15249
15250         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
15251         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
15252
15253         * gtk/gtkcheckmenuitem.c
15254         (gtk_check_menu_item_toggle_size_request): New function to handle
15255         the toggle size-request.
15256
15257 2000-11-07  Havoc Pennington  <hp@redhat.com>
15258
15259         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
15260         Half-ass somewhat fix this function, so that scrolling to the
15261         insertion point works. Pango hacking is in the future to really
15262         fix it.
15263
15264         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
15265         length of data, no longer used.
15266
15267         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
15268         method contents in here, get rid of destroy method
15269         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
15270         that were backward. Remove debug spew.
15271         (cut_or_copy): Make the clipboard work with insert_range to
15272         preserve tags and pixbufs, not just the primary selection.
15273
15274 2000-11-07  Havoc Pennington  <hp@redhat.com>
15275
15276         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
15277         to gtk_text_mark_get_visible
15278
15279         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
15280         bug that was generating an invalid iterator
15281
15282         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
15283         ensure_char_offsets() in front of code placing the iter in an
15284         invalid state.
15285
15286         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
15287         make override_location arg const
15288         (paste): Replace the selection if we paste into the 
15289         current selection
15290
15291         * gtk/gtkselection.h: Remove "GtkSelectioData"
15292         (struct _GtkSelectionData): move the definition here.
15293
15294         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
15295         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
15296
15297         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
15298
15299         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
15300         (gtk_text_buffer_insert_range_interactive): implement
15301         (gtk_text_buffer_get_tags): Remove, replaced by
15302         gtk_text_iter_get_tags()
15303
15304         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
15305         limit parameter, to avoid infinite linear scan.
15306         (gtk_text_iter_backward_search): Add search limit
15307         (gtk_text_iter_forward_find_char): Add search limit
15308         (gtk_text_iter_backward_find_char): Add search limit
15309
15310 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
15311
15312         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
15313         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
15314         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
15315         gdk/linux-fb/gdkwindow-fb.c:
15316         use g_object_new() instead of g_type_create_instance() which
15317         is a private function for fundamental type implementations.
15318
15319         * gdk/linux-fb/gdkinput-ps2.c:
15320         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
15321         instead just store the current modifier state. Add a (somewhat broken)
15322         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
15323         Rename exported function gdk_input_ps2_get_mouseinfo to
15324         gdk_input_get_mouseinfo.
15325
15326         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
15327         gdk/linux-fb/gdkwindow-fb.c:
15328         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
15329         
15330
15331 2000-11-02  Havoc Pennington  <hp@redhat.com>
15332
15333         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
15334         use stock buttons. Should be 100% source compatible, appropriate
15335         filesel fields now point to dialog->vbox and dialog->action_area.
15336         On the bizarre side, dialog->action_area and filesel->action_area
15337         are not the same widget.
15338         (gtk_file_selection_init): Put some padding around the selection
15339         entry, so it isn't touching the GtkDialog separator.    
15340
15341         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
15342         use stock buttons, etc. Should also be source compatible.
15343         Set the dialog default title in _init not _new().
15344         
15345         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
15346         Use stock buttons; don't put a button box inside the existing
15347         dialog button box. Don't bother with push/pop colormap anymore.
15348
15349         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
15350         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
15351         for message dialog, and necessary for the font selection and color
15352         selection with help and apply buttons.
15353         
15354         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
15355         to the created button widget. Set GTK_CAN_DEFAULT on the button.
15356         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
15357         between buttons, put less padding around the action area.
15358         (gtk_dialog_run): Exit on unmap rather than on destroy. 
15359         This will also exit the loop if the widget is hidden.
15360         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
15361         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
15362         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
15363         special-case delete event.
15364
15365         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
15366         formatting
15367         
15368 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
15369
15370         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
15371         button to temporarily disable position recording in the
15372         "saved position" test.
15373
15374 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
15375
15376         * gtk/gtkthemes.c: added compat code that temporarily implements
15377         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
15378         going to be revamped by owen's upcoming GtkModule patches, but
15379         untill then people want gtk to build, right? ;)
15380
15381 2000-11-04  Havoc Pennington  <hp@pobox.com>
15382
15383         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
15384         list
15385
15386         * docs/Changes-2.0.txt: Add note about
15387         gtk_container_get_toplevels()
15388
15389         * gtk/gtktextview.h: formatting
15390         
15391         * gtk/gtktextview.c: don't start descriptions with "Returns",
15392         confuses gtk-doc
15393
15394 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
15395
15396         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
15397         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
15398
15399 2000-11-03  Havoc Pennington  <hp@redhat.com>
15400
15401         * gtk/gtktexttagtable.c: Docs
15402         (gtk_text_tag_table_size): return a signed int
15403
15404         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
15405         (gtk_text_tag_event): make the event_object a GObject
15406
15407         * gtk/gtktextview.c: Write API docs for all functions.
15408
15409         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
15410         for gtk_text_view_get_window_type() called on one of the private
15411         windows.
15412
15413         * gtk/gtktextview.c: Instead of accessing text_view->buffer
15414         directly, call get_buffer() which demand-creates a default
15415         buffer. So gtk_text_view_new() can be used to create a view with a
15416         default buffer in it, if you just want an empty text box users can
15417         put data in. Useful for GUI builders also.
15418
15419 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
15420
15421         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
15422         the charset encodign portion MUST be in lowercase.
15423         * gtk/gtkrc.az: added file for Azeri language
15424
15425 2000-11-03  Havoc Pennington  <hp@redhat.com>
15426
15427         Get widgets working on the btree/buffer side. Display of them 
15428         still doesn't work.
15429         
15430         * gtk/gtktextview.c: start implementing child widget stuff
15431
15432         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
15433
15434         * gtk/gtktextlayout.c: handle embedded widgets
15435
15436         * gtk/gtktextdisplay.c: handle embedded widgets
15437
15438         * gtk/gtktextchild.c: Implement all the child anchor goo
15439
15440         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
15441         function
15442
15443         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
15444         (insert_pixbuf_or_widget_segment): abstract out common portions of 
15445         creating a child anchor or a pixbuf segment.
15446         (gtk_text_btree_create_child_anchor): new function
15447         (gtk_text_btree_unregister_child_anchor): new function
15448
15449         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
15450         allocate_child signal on GtkTextLayout
15451
15452         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
15453         values
15454         (gtk_text_iter_get_child_anchor): new function
15455
15456         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
15457         default handler for the changed signal, which calls
15458         gtk_text_buffer_set_modified(), instead of just always emitting
15459         changed then calling set_modified() manually. I guess this is
15460         maybe more flexible. It seems logical.
15461
15462 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
15463
15464         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
15465         now.
15466
15467         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
15468
15469 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
15470
15471         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
15472         been marked static.
15473
15474 2000-11-02  Havoc Pennington  <hp@redhat.com>
15475
15476         * gtk/testgtk.c (create_labels): had a test backward
15477
15478         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
15479         fields, so the dest GC ends up with the correct clip origin, 
15480         etc. Fixes a bug where colored labels didn't redraw 
15481         properly.
15482
15483 2000-11-02  Alexander Larsson  <alexl@redhat.com>
15484
15485         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
15486         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
15487         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
15488         Add last argument to t_type_register_static call.
15489         
15490         * gdk/linux-fb/gdkdrawable-fb2.c:
15491         Add last argument to t_type_register_static call.
15492         export the get_image drawable virtual function.
15493
15494         * gdk/linux-fb/gdkimage-fb.c:
15495         Add last argument to t_type_register_static call.
15496         rename gtk_image_get to _gdk_fb_get_image and
15497         export it for use by gdkdrawable-fb2.
15498
15499         * gdk/linux-fb/gdkprivate-fb.h:
15500         export _gdk_fb_get_image.
15501
15502         * gdk/linux-fb/gdkselection-fb.c:
15503         Add new api call stubs.
15504
15505         * gtk/Makefile.am:
15506         Missing ( in linux-fb part.
15507
15508         * modules/linux-fb/Makefile.am:
15509         Must link with gdk_pixbuf or get unresolved symbol.
15510
15511 2000-11-01  Havoc Pennington  <hp@pobox.com>
15512
15513         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
15514         GTK_TYPE_TEXT_ITER and BOXED marshallers
15515
15516         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
15517
15518         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
15519         
15520         * gtk/gtk-boxed.defs: add GtkTextIter
15521
15522         * gtk/gtkmarshal.list: Add marshallers for text widget that 
15523         properly use OBJECT and BOXED
15524
15525 2000-11-01  Havoc Pennington  <hp@redhat.com>
15526
15527         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
15528
15529         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
15530         before returning it. 
15531         
15532 2000-11-01  Havoc Pennington  <hp@redhat.com>
15533
15534         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
15535         Clip the rectangle to be rendered to the drawable, since
15536         get_from_drawable() requires a region within the drawable
15537
15538 2000-11-01  Havoc Pennington  <hp@redhat.com>
15539
15540         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
15541         from coordinates.
15542
15543 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
15544
15545         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
15546         it isn't NULL.
15547
15548 2000-11-01  Havoc Pennington  <hp@pobox.com>
15549
15550         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
15551         on a label
15552         (gtk_label_finalize): unref the attr list if any.
15553
15554         * gtk/testgtk.c (create_get_image): close test on second click
15555         (make_message_dialog): close dialog if it exists
15556
15557         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
15558
15559         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
15560         gdk-pixbuf
15561
15562         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
15563         from Pango markup format
15564         (gtk_label_set_markup_with_accel): ditto but with accelerator
15565         parsing
15566
15567         * gtk/gtkimage.c (gtk_image_expose): reformatting.
15568
15569         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
15570         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
15571         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
15572         call gdk_window_get_origin().
15573
15574         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
15575         implement GDK_PIXBUF_ALPHA_FULL
15576         
15577 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
15578
15579         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
15580         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
15581         g_signal_handlers_disconnect_matched to block/unblock and disconnect
15582         multiple handlers respectively, instead of only treating the
15583         first handler found (bug reported by owen).
15584
15585 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
15586
15587         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
15588
15589         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
15590
15591         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
15592         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
15593         gtk/gtktreeviewcolumn.h: Fixed inline docs.
15594
15595         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
15596         widget.  Needs writing someday.
15597
15598         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
15599         the docs.
15600
15601 2000-10-30  Havoc Pennington  <hp@redhat.com>
15602
15603         * gtk/gtktextview.h, gtk/gtktextview.c:
15604         Rename delete_at_cursor delete_from_cursor, and 
15605         move to move_cursor.
15606
15607 2000-10-30  Havoc Pennington  <hp@redhat.com>
15608
15609         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
15610         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
15611         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
15612         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
15613         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
15614         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
15615         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
15616         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
15617         gtktexttypes.h, gtktextview.c, gtktextview.h:
15618
15619         Massive reindentation and reformatting. Arg alignment and comments
15620         still need fixing in various places.
15621
15622 2000-10-30  Havoc Pennington  <hp@redhat.com>
15623
15624         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
15625         to be named insert_at_cursor and delete_at_cursor so C++ can
15626         handle them.
15627
15628 2000-10-28  Tor Lillqvist  <tml@iki.fi>
15629
15630         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
15631         to get a double directory separator in case the home directory
15632         ends with one. This would cause trouble especially on Windows,
15633         where the path will be confused with the syntax for an an UNC
15634         (network share) path \\server\share\path.
15635         (gtk_rc_add_initial_default_files): Ditto.
15636
15637 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
15638
15639         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
15640
15641         * gtk/gtktextview.c: Use correct marshallers.
15642
15643 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
15644
15645         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
15646         use new iter stuff, and added all the appropriate signals et al.
15647
15648         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
15649         code is internal to gtk only.
15650
15651 2000-10-28  Tor Lillqvist  <tml@iki.fi>
15652
15653         * gtk/gtk.def
15654         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
15655         glib-genmarshal etc.
15656
15657 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
15658
15659         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
15660         parallel builds.
15661
15662 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
15663
15664         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
15665
15666 2000-10-27  Robert Brady  <robert@suse.co.uk>
15667
15668         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
15669         en_GB (British), ia (Interlingua).
15670
15671 2000-10-26  Havoc Pennington  <hp@redhat.com>
15672
15673         * gtk/gtktextiter.c (my_strrstr): fix constness warning
15674
15675         Fixed output of:
15676         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
15677         
15678         * gtk/gtktextsegment.c (char_segment_new): rename
15679         (_char_segment_new_from_two_strings): rename
15680         (_toggle_segment_new): rename
15681         
15682         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
15683         (make_clipboard_widget): make it static
15684         (text_get_func): static
15685         (text_clear_func): static
15686
15687         * gtk/gtkcolorsel.c (adjustment_changed): make this function
15688         static
15689         (hex_changed): make it static
15690         (hsv_changed): make it static
15691         (opacity_entry_changed): make it static
15692
15693         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
15694         (toggle_segment_check_func): rename with _gtk
15695
15696         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
15697         (_widget_segment_new): rename
15698         (_widget_segment_add): rename
15699         (_widget_segment_remove): rename
15700         (_widget_segment_ref): rename
15701         (_widget_segment_unref): rename
15702
15703         * gtk/gtktextmark.c (_mark_segment_new): Rename
15704         _gtk_mark_segment_new   
15705
15706 2000-10-26  Havoc Pennington  <hp@redhat.com>
15707
15708         * gtk/gtkmarshal.list: add new marshallers used by the text widget
15709         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
15710         types
15711
15712         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
15713         marshaller types
15714
15715         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
15716         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
15717         license on these files.
15718
15719         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
15720         work.
15721
15722         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
15723         runtime random number different for each tree, instead of 
15724         a constant I made up.
15725
15726 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
15727
15728         * gtk/Makefile.am: buncha cleanups, kludged build sources
15729         dependencies with a Makefile: oldest-source-stamp dependancy
15730         for the moment. automake is really fighting us here, with
15731         intentionally not allowing user-defined rules or dependancies
15732         prior to it's -include $(DEP_FILES) statement. sucks rocks!
15733
15734         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
15735         to public headers. tehy have a comment stating that they are
15736         "semi-public" aren't included by gtk.h and if enums popup there,
15737         they can be /*< skip >*/-ed.
15738
15739         * gtk/gtktextlayout.h: 
15740         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
15741         added LGPL... <SIGH>
15742
15743 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
15744
15745         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
15746         GtkTreeIter.  Added iterators everywhere.
15747
15748         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
15749
15750         * gtk/gtktreeviewselection.c: Changed to use the iterators.
15751
15752         * gtk/gtktreestore.c: Changed to use the iterators.
15753
15754         * gtk/gtkliststore.c: Commented out the code.  Will convert to
15755         iterators tomorrow.
15756
15757         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
15758         iterators tomorrow.
15759
15760         * gtk/treestoretest.c: Changed to use iterators.
15761
15762         * demos/testgtk/main.c: Moved to use the new iterator system.
15763
15764 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
15765
15766         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
15767         localization misbehaviour.
15768
15769         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
15770         a useless type without copy/free.
15771
15772         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
15773         of GTK_TYPE_CTREE_NODE.
15774
15775 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
15776
15777         * gtk/gtksignal.c:
15778         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
15779         applicable.
15780
15781         * gtk/gtk-boxed.defs (GtkSelectionData): specify
15782         gtk_selection_data_copy and gtk_selection_data_free
15783         do GtkSelectionData work as params in signals.
15784
15785 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
15786
15787         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
15788         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
15789         couldn't they at least give it a non-standard name?
15790         
15791         * gtk/gtktextlayout.c: arg! yet another implementation of
15792         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
15793
15794         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
15795         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
15796         home. now i know this _is_ a conspiracy.
15797
15798         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
15799         ::state-changed.
15800
15801         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
15802         (gtk_accel_group_create_add): marshaller signature fixups.
15803
15804         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
15805         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
15806
15807         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
15808         anymore.
15809
15810 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
15811
15812         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
15813         due to the signal system changes, it wouldn't build currently. to
15814         be fixed soon.
15815
15816         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
15817
15818         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
15819         so it needs gtk_marshal_VOID__ENUM() instead of
15820         gtk_marshal_NONE__UINT().
15821
15822         * gdk/gdk*.c: adapted type registration functions.
15823
15824         * gtk/gtkbindings.c:
15825         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
15826         gone.
15827
15828         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
15829
15830         * gtk/gtkobject.c:
15831         (gtk_object_destroy):
15832         (gtk_object_shutdown): fixed recursion guards. basically we have to
15833         catch the case where any of GObject.shutdown() or gtk_object_destroy()
15834         is called during ::destroy, and avoid recursion there.
15835
15836         * gtk/gtktypeutils.c:
15837         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
15838         boxed_copy/boxed_free. this needs a more general solution based on a
15839         publically installed code-generator utility.
15840
15841         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
15842         glib's gobject has support for that now.
15843         define GtkSignalMarshaller in terms of GSignalCMarshaller.
15844
15845 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
15846
15847         * gtk/gtksignal.[hc]:
15848         * gtk/gtkmarshal.[hc]:
15849         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
15850         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
15851         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
15852         care of that.
15853
15854         * *.c: marshaller name fixups.
15855
15856         * gtk/gtkmarshal.list: added a comment briefing the format.
15857
15858 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
15859
15860         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
15861         compatibility macros here now. more specifically, most of
15862         the API is preserved (yes, _most_, nonwithstanding the
15863         following exceptions listed, the API is stil lHUGE ;)
15864         things that got removed completely:
15865         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
15866         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
15867         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
15868         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
15869         gtk_signal_remove_emission_hook().
15870         non-functional functions variants:
15871         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
15872         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
15873         not supported anymore.
15874         (gtk_signal_compat_matched): new internal function to aid
15875         implementation of the compatibility macros, it  provides
15876         functionality to block/unblock/disconnect handlers based
15877         on func/data.
15878
15879         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
15880
15881         * *.c: adaptions to new type registration API signatures.
15882
15883 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
15884
15885         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
15886
15887 2000-10-25  Robert Brady  <robert@suse.co.uk>
15888
15889         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
15890         gdk_property_delete): If window == NULL, assume the root window.
15891         (restoring the behaviour that was in 1.2).
15892         
15893         * gtk/testtext.c (save_buffer): Allow creation of new files when
15894         saving.
15895
15896         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
15897         calls to read().
15898
15899 2000-10-25  Tor Lillqvist  <tml@iki.fi>
15900
15901         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
15902
15903         * gdk/win32/gdkdrawable-win32.c
15904         * gdk/win32/gdkimage-win32.c
15905         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
15906         X11 backend.
15907
15908         * gdk/win32/gdkcc-win32.c
15909         * gdk/win32/gdkcolor-win32.c
15910         * gdk/win32/gdkfont-win32.c
15911         * gdk/win32/gdkinput-win32.c
15912         * gdk/win32/gdkmain-win32.c
15913         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
15914
15915 2000-10-24  Havoc Pennington  <hp@redhat.com>
15916
15917         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
15918         it a static function
15919
15920         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
15921         redraw text when a tag is applied to it.
15922
15923         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
15924         (gtk_text_tag_affects_nonsize_appearance): private functions to
15925         see if a tag requires various kinds of redraw/layout to be queued
15926         up.
15927
15928         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
15929
15930         * gtk/testtext.c (fill_example_buffer): Put the cursor 
15931         at the start of the buffer, so search works by default
15932
15933         * gtk/gtktextiter.c (lines_match): init match_start always
15934
15935         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
15936         function, get iter at a line + a byte index
15937
15938         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
15939         to set byte position within a line
15940         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
15941
15942 2000-10-23  Havoc Pennington  <hp@redhat.com>
15943
15944         * gtk/testtext.c: Re-enable the "find" dialog
15945
15946         * gtk/testgtk.c: Add test for gdk_drawable_get_image
15947         
15948         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
15949         the arguments to gdk_draw_drawable were in the wrong order
15950         (gdk_window_paint_init_bg): This function was ignoring the
15951         init_region, instead of clipping to it, so the entire backing
15952         pixmap was cleared on every begin_paint()
15953         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
15954         was in here again, the loop kept using the same GtkWindowPaint
15955         over and over.
15956         (gdk_window_begin_paint_region): Fix a bug where we had two
15957         x_offset instead of x_offset and y_offset
15958
15959         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
15960         before we get the image.
15961         (gdk_draw_drawable): get the composite before we draw the drawable.
15962         (gdk_drawable_real_get_composite_drawable): default
15963         get_composite_drawable implementation that returns the drawable 
15964         itself
15965
15966         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
15967         get_composite_drawable virtual function
15968
15969         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
15970         list-walking bug
15971
15972         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
15973         make this work if the source drawable is a GdkDrawableImplX11
15974         instead of a public drawable type. This is really broken; the
15975         problem is that GdkDrawable needs a virtual method get_xid(), but
15976         of course that doesn't work in practice. Enter RTTI.
15977
15978         Also, improve mismatched depth message.
15979
15980         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
15981         GdkPixmap
15982
15983         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
15984         install _gdk_x11_get_image as our implementation of get_image
15985         
15986         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
15987         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
15988
15989         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
15990         gdk_drawable_get_image
15991
15992         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
15993
15994         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
15995         get_image
15996
15997         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
15998         trailing semicolon after for loop
15999
16000 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
16001
16002         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
16003         where font_desc for widget's context lagged widget's font_desc by
16004         one step.
16005
16006 2000-10-22  Tor Lillqvist  <tml@iki.fi>
16007
16008         * gdk/win32/gdkgc-win32.c
16009         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
16010
16011         * gtk/makefile.mingw.in
16012         * gtk/gtk.def: Updates.
16013
16014         * gtk/testgtk.c: sleep() is called _sleep in MS's C
16015         library.
16016
16017         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
16018
16019         * gtk/makefile.msc: Remove
16020
16021         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
16022
16023         * gtk/Makefile.am: Add it.
16024
16025         * configure.in: Generate it.
16026
16027         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
16028         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
16029         something even if not implemented, to satisfy picky MSVC.
16030
16031         Patches by Hans Breuer:
16032         
16033         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
16034         SetBkMode() and SetTextAlign() before calling
16035         pango_win32_render().
16036
16037         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
16038         Set hcliprgn to NULL after destroying it.
16039         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
16040
16041         * gdk/win32/gdkgeometry-win32.c
16042         (_gdk_windowing_window_queue_antiexpose): More effective
16043         implementation.
16044
16045         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
16046         depth as default, not the visual's.
16047
16048         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
16049         against empty title.
16050
16051         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
16052         IMAGE_PRIVATE_DATA.
16053
16054         * gdk/win32/gdkimage-win32.c: Use it.
16055
16056 2000-10-22  Robert Brady  <robert@suse.co.uk>
16057
16058         * configure.in: Check for bind_textdomain_codeset
16059
16060         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
16061         present, make use of it.
16062
16063         Add a translatable string "default:LTR" which, if translated
16064         to "default:RTL", will cause the default direction to be
16065         Right-to-Left.
16066
16067         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
16068         direction if marked as flippable.
16069
16070         * gtk/gtkhscale.c: Mark widget as flippable.
16071         
16072 2000-10-04  Havoc Pennington  <hp@redhat.com>
16073
16074         * gtk/testgtk.c (create_buttons): create some stock buttons
16075         with the default accel group
16076         (create_image): test some new GtkImage features
16077         (make_message_dialog): test GtkMessageDialog
16078         (create_modal_window): fix someone's bizzarro indentation
16079
16080         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
16081         GTK_WIN_POS_CENTER_ON_PARENT. 
16082         Add "destroy with parent" setting, which means the window goes
16083         away with its transient parent.
16084         (gtk_window_get_default_accel_group): get the default accel group
16085         for the window.
16086         (gtk_window_set_destroy_with_parent): set/unset destroy with
16087         parent flag
16088         (gtk_window_read_rcfiles): invalidate icon set caches
16089         after reloading rcfiles 
16090
16091         * gtk/gtkenums.h (GtkWindowPosition): add
16092         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
16093         on its parent window when the dialog is mapped for the first time.
16094
16095         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
16096         a simple message dialog class
16097         
16098         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
16099         handler to emit response signal, and maybe later it would
16100         honor a hide_on_delete flag - though that isn't there yet.
16101         Set border width on the vbox to 2, so we get some padding.      
16102         Use a button box for the action area.
16103         (gtk_dialog_key_press): synthesize a delete event if Esc
16104         is pressed and the GtkWidget key press handler didn't 
16105         handle the escape key.
16106         (gtk_dialog_new_with_buttons): new function creates a dialog
16107         with some default buttons in it.
16108         (gtk_dialog_add_action_widget): add an activatable widget
16109         as a button in the dialog - you can also add a non-activatable
16110         widget by accessing the action area directly.
16111         (gtk_dialog_add_button): add a simple button - stock ID or 
16112         label - to the action area
16113         (gtk_dialog_response): emit response signal
16114         (gtk_dialog_run): block waiting for the dialog, return 
16115         the response. Override normal delete_event behavior, so that 
16116         delete_event does nothing inside gtk_dialog_run().
16117
16118         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
16119         emitted when an action widget is clicked or the dialog gets
16120         delete_event
16121
16122         * gtk/gtk.h: add gtkmessagedialog.h
16123
16124         * gtk/Makefile.am: add gtkmessagedialog.[hc]
16125
16126 2000-10-18  Havoc Pennington  <hp@redhat.com>
16127
16128         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
16129         where any number of empty lines would get skipped
16130
16131         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
16132         edge.
16133
16134         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
16135         warning about invalid iterators (explain more thoroughly)
16136         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
16137
16138         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
16139         big
16140
16141         * demos/*.c: Add error handling
16142
16143         * gtk/gtktextbuffer.c: don't modify const iterators
16144
16145         * gtk/gdk-pixbuf-loader.c: Add full error handling here
16146
16147         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
16148         on file load
16149
16150         * gtk/gtkiconfactory.c: Update to reflect addition of error
16151         handling to gdk-pixbuf loaders
16152
16153 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
16154
16155         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
16156         move to new modularized testgtk.
16157
16158 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
16159
16160         * gtk/gtktreeview.c: Draw the arrows correctly.
16161
16162         * gtk/gtktreemodel.c: Added user docs.
16163
16164         * gtk/gtk.h: remove gtktreedatalist.h.
16165
16166         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
16167         parent when generating my type.
16168
16169         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
16170         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
16171
16172 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
16173
16174         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
16175         GtkTreeModel from object to interface.
16176
16177 2000-10-16  Havoc Pennington  <hp@redhat.com>
16178
16179         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
16180         compilation
16181
16182 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
16183
16184         * gtk/gtktreeselection.c: Add API documentation to all public
16185         functions.
16186
16187         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
16188         functions.
16189
16190 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
16191
16192         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
16193         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
16194         docs to all public functions.
16195
16196         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
16197         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
16198         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
16199         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
16200         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
16201         issue.
16202
16203 2000-10-14  Robert Brady  <robert@suse.co.uk>
16204
16205         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
16206
16207 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
16208
16209         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
16210         values other then G_TYPE_STRING.
16211         * gtk/gtktreeselection.c: Minor commenting updates.
16212         * gtk/gtktreeview.c: Format updates.
16213
16214 2000-10-09  Tor Lillqvist  <tml@iki.fi>
16215
16216         * README.win32: Update.
16217
16218         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
16219         lines that had been deleted by mistake (?).
16220
16221         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
16222         also the case fg==white and bg==black (but still not randomly
16223         coloured cursors). Thanks to Wolfgang Sourdeau.
16224
16225         * gdk/win32/*.c: Silence gcc -Wall.
16226
16227         * gtk/gtk.def: Add missing entry points.
16228
16229         Fixes by Hans Breuer:
16230
16231         * gdk/makefile.msc
16232         * gdk/win32/makefile.msc: Update.
16233
16234         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
16235         some MSVC thing, presumably), cause breakpoint on failures. Add
16236         GDK_NOR case. Call g_log_set_always_fatal.
16237
16238         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
16239         should be pased by reference.
16240         
16241         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
16242         
16243         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
16244
16245         * gdk/win32/gdkevents-win32.c
16246         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
16247
16248         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
16249         implementation object.
16250
16251         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
16252         not just windows.
16253         
16254         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
16255         Use the wrapper object.
16256         
16257 2000-10-06  Havoc Pennington  <hp@redhat.com>
16258
16259         * Makefile.am (SRC_SUBDIRS): contrib subdir
16260
16261         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
16262         so it can be used in Xlib version
16263
16264         * demos/testpixbuf.c (update_timeout): error checking from 1.0
16265         tree
16266
16267         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
16268         change from 1.0 tree that returns first frame of animation
16269         if the loaded file is an animation.
16270
16271         * contrib: add new directory to hold stuff that comes with GTK+
16272         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
16273         
16274         * configure.in: add contrib/*
16275
16276 2000-10-05  Havoc Pennington  <hp@redhat.com>
16277
16278         * demos/testpixbuf-save.c: add pixbuf save test
16279
16280         * demos/Makefile.am: add testpixbuf-save.c
16281
16282 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
16283
16284         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
16285         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
16286         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
16287         * gtk/gtktreeselection.[ch]: Replaced
16288         "node_selected"/"node_unselected" signal with "selection_changed"
16289         signal.
16290
16291 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
16292
16293         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
16294         tree widget.
16295
16296 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
16297
16298         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
16299         drawing.
16300
16301 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
16302
16303         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
16304         Move list pointer forwards before removing item from
16305         list. (Crash reported by Salmaso Raffaele)
16306
16307         * gdk/gdkwindow.h: Remove spurious trailing ,
16308
16309         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
16310         dependencies on uninstalled libraries, sorry folks.
16311
16312 2000-10-04  Havoc Pennington  <hp@redhat.com>
16313
16314         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
16315         gtk/gtkiconfactory.c: Fix copyrights    
16316
16317         * demos/testpixbuf.c: add inline pixbuf test
16318         
16319 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
16320
16321         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
16322         Add gdk_window_iconify.
16323
16324         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
16325         (gdk_window_set_geometry_hints): Add win_gravity
16326         to geometry structure.
16327
16328         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
16329         Implement _NET_WM_PING.
16330
16331         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
16332         Set _NET_WM_PID on the client leader.
16333
16334         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
16335         Handle UTF-8 better.
16336
16337         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
16338         UTF-8 better, set _NET_WM_NAME as well. Only set
16339         icon name if it hasn't previously been explicitely 
16340         set.
16341
16342 2000-10-03  Havoc Pennington  <hp@redhat.com>
16343
16344         * gtk/testtextbuffer.c: clean up trailing whitespace,
16345         add extensive tests for tag toggle iteration.
16346         
16347         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
16348         distance
16349
16350         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
16351         optimize case where the tag root is on level 1
16352         (gtk_text_line_previous_could_contain_tag): attempt to implement
16353         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
16354         functionality
16355
16356         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
16357         Implement this, though not very efficiently.
16358
16359         * gtk/gtktextiterprivate.h: reformat
16360
16361         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
16362         iterator
16363
16364         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
16365         this to properly revalidate the iterators.
16366
16367         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
16368         properly at the end of the line (and therefore on empty lines)
16369
16370         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
16371         maybe we should return a value...
16372
16373 2000-10-03  Tor Lillqvist  <tml@iki.fi>
16374
16375         * config.h.win32: Guard definition of alloca(). glib.h now handles
16376         that.
16377
16378         * gdk/gdk.def
16379         * gtk/gtk.def: Add new entry points.
16380
16381         Changes just to make GTK+ build without errors on Win32. No hope
16382         of it working in its current state, though...:
16383         
16384         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
16385         some functions from the X11 backend, just to make GTK+ build.
16386
16387         * gdk/makefile.mingw.in
16388         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
16389         number. Add new object files.
16390
16391         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
16392         GetMessageTime to get timestamp (where on X11 uses
16393         gdk_x11_get_server_time()).
16394
16395 2000-10-02  Havoc Pennington  <hp@pobox.com>
16396
16397         * gtk/gtktextview.c: text_window_* weren't static and should have
16398         been.
16399         Start work on child widgets; not yet complete, syncing to 
16400         office computer.
16401
16402         * gtk/gtktextchild.h: change this to contain a public interface,
16403         starting work on child interfaces.
16404         * gtk/gtktextchildprivate.h: move private interfaces here
16405
16406         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
16407
16408         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
16409         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
16410         gtk/gtktextmark.c: copyright notices
16411
16412         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
16413         internal functions      
16414
16415         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
16416         internal function
16417
16418         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
16419         Reformatting    
16420
16421 2000-09-30  Havoc Pennington  <hp@pobox.com>
16422
16423         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
16424         NULL start/end pointers
16425
16426         * gtk/gtktextbuffer.c: Write some docs
16427         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
16428         NULL, so you can just check whether there's a selection.        
16429
16430         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
16431         cleanup_line or segments_changed ourselves, it gets done 
16432         in unlink_segment
16433
16434         * gtk/gtktextmark.h:
16435         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
16436         
16437         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
16438
16439         * gtk/gtktextmark.c: delete some more old Tk cruft
16440
16441         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
16442         mark before removing it, so we can emit MARK_DELETED with a valid
16443         pointer.
16444         (gtk_text_buffer_mark_set): hold ref across signal emission
16445
16446         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
16447         whining about attempts to delete special marks
16448
16449         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
16450         underscore, since it's internal.
16451
16452         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
16453         now implemented in terms of iterators in gtktextiter.h
16454
16455         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
16456         New function, destructively sets contents of buffer. Also 
16457         a convenient way to clear the buffer by setting text to ""
16458
16459         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
16460         multiline string literal
16461
16462         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
16463         text changes.
16464
16465         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
16466         is not dereferenceable
16467         (gtk_text_iter_forward_lines): fix return value
16468
16469 2000-09-29  Havoc Pennington  <hp@redhat.com>
16470
16471         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
16472
16473         * gtk/gtktextview.c: Implement drag thresholding; change functions 
16474         that set border window size to have nicer name
16475         (gtk_text_view_mark_set_handler):  Fix this to have the 
16476         right signature.
16477
16478         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
16479
16480         * gtk/testtext.c: Update with API changes, put line numbers on 
16481         both sides.
16482         
16483         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
16484         with this
16485
16486         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
16487         pixbuf; delete a big block of #if 0 Tk code
16488
16489         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
16490         insert_pixmap with insert_pixbuf
16491
16492 2000-09-29  Martin Baulig  <baulig@suse.de>
16493
16494         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
16495         confusion with the GdkPixbuf of the GNOME 1.x platform.
16496
16497 2000-09-29  Havoc Pennington  <hp@pobox.com>
16498
16499         * gtk/gtktextview.c: Implement the side windows.
16500
16501         * gtk/testtext.c: Implement simple line numbering in the 
16502         left side window; seems to make scrolling sloooow. Oops.
16503         Also, cursor blink is for some reason causing redraws
16504         of the line numbers. Should investigate...
16505
16506 2000-09-28  Havoc Pennington  <hp@redhat.com>
16507
16508         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
16509         scrolling child windows, and draw focus rectangle properly.
16510         
16511         (gtk_text_view_buffer_to_window_coords):
16512         Coordinate transformation to deal with all these freaking windows
16513         and offsets
16514         (gtk_text_view_window_to_buffer_coords): transform the other way
16515
16516         * gtk/testtext.c (create_buffer): Update to match Pango API change
16517
16518         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
16519         anonymous tags
16520         (foreach_unref): don't emit remove signal from finalize, just
16521         set tag's parent to NULL
16522
16523 2000-09-26  Havoc Pennington  <hp@redhat.com>
16524
16525         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
16526         Fix some warnings       
16527
16528 2000-09-26  Havoc Pennington  <hp@redhat.com>
16529
16530         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
16531         headers into the private header list
16532
16533         * Makefile.am (pkgconfig_DATA): install pkg-config files
16534
16535         * configure.in: add pkg-config files
16536
16537         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
16538
16539         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
16540         outstanding icon caches on theme change.
16541
16542         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
16543         important types:
16544
16545         (GtkIconSource): Specification for creating a pixbuf 
16546         appropriate for a direction/state/size triplet from 
16547         a source pixbuf or filename
16548
16549         (GtkIconSet): List of GtkIconSource objects that are used to
16550         create the "same" icon (e.g. an OK button icon), and cache for
16551         rendered icons
16552
16553         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
16554         up the icon set for a given stock ID.  GTK maintains a stack of
16555         GtkIconFactory to search, and applications or libraries can add
16556         additional icon factories on top of the stack
16557         
16558         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
16559         the set of GtkIconSource specified for a given stock ID into 
16560         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
16561         RcStyle, under the specified stock ID.
16562
16563         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
16564         render_icon used to derive a GdkPixbuf from a GtkIconSource.
16565         This allows people to theme how prelight, insensitive, etc. are
16566         done.
16567
16568         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
16569         icon factories for a style, and return the resulting 
16570         icon set if any.
16571
16572         (gtk_style_render_icon): Render an icon using the render_icon 
16573         method in the GtkStyleClass.
16574
16575         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
16576         Use the style for a given widget to look up a stock ID, get the
16577         icon set, and render an icon using the render_icon method 
16578         of the style
16579
16580         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
16581         (contains information about a stock item), the built-in stock item
16582         IDs, and functions to add/lookup stock items.
16583
16584         * gtk/stock-icons/*: Stock icons that come with GTK
16585
16586         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
16587         a button based on a GtkStockItem
16588         (gtk_button_new_accel): Takes a uline string and accel group, and
16589         installs the accelerator.
16590
16591         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
16592         image-display widget.
16593
16594 2000-09-25  Havoc Pennington  <hp@redhat.com>
16595
16596         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
16597
16598         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
16599         Fix a bug when removing node data, we didn't properly 
16600         re-splice the linked list after removing the data.
16601
16602         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
16603         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
16604
16605         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
16606
16607         * gtk/gtktextlayout.c (set_para_values): Set tab array 
16608         for the layout from the GtkTextTag.
16609
16610         * gtk/gtktexttypes.h: delete tab and search cruft, 
16611         remove g_convert() in favor of GLib version
16612
16613         * gtk/gtktexttypes.c: remove tab implementation from here,
16614         move to Pango
16615
16616         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
16617         tab stuff using new PangoTabArray from Pango
16618
16619         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
16620         unused border_width stuff
16621
16622 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
16623
16624         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
16625         glib) and now useless utf_to_latin1() latin1_to_utf()
16626
16627         * gtk/gtktextview.[ch]: Change ::move_insert and
16628         ::delete_text action signals to ::move and ::delete;
16629         create the signals with the right enumeration type,
16630         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
16631         C-v bindings, change Home, End to move to beginning/end
16632         of line, Add C-Home C-End to move to beginning/end
16633         of buffer. Change ::cut_text to ::cut_clipboard, etc;
16634         combine ::scroll_text into ::move; use new GtkSelectionData
16635         functions to simplify DND text handling.
16636         
16637         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
16638         deletion enumerations here, rename enumeration values to 
16639         be consistently plural.
16640
16641         * gtk/gtktextbuffer.c: Use new clipboard interfaces
16642         for cut/copy/paste and primary selection.
16643
16644         * gtk/gtktextbuffer.[ch]: Remove excess time and
16645         'interactive' arguments from cut/copy/paste;
16646         rename cut to cut_clipboard, etc; remove
16647         gtk_text_buffer_get_clipboard_contents().
16648
16649         * gtk/gtktextlayout.[ch]: Add 
16650         gtk_text_layout_move_iter_to_line_end() to move the iter to 
16651         line ends.
16652
16653         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
16654         Functions to set or get a UTF-8 string on the selection
16655         data.
16656
16657         * gtk/gtkclipboard.[ch]: New, simplified selection handling
16658         interfaces.
16659
16660         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
16661         created widgets - one of these is useless if we don't.
16662
16663         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
16664         a public function clear all targets registered for the
16665         widget.
16666
16667         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
16668         Never call gtk_widget_realize() - that was just asking
16669         for bizarre side-effects.
16670
16671         * gtk/gtkselection.c (gtk_selection_owner_set): Call
16672         gdk_selection_owner_set even if the widget is the
16673         same so that we reliably update the timestamp on
16674         the server.
16675
16676         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
16677         gdk_x11_get_server_time() function.
16678         
16679         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
16680         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
16681         Add some tricky filtering on serial numbers for
16682         selection clear events to fix up long-standard
16683         race condition FIXME's in gtkselection.c.
16684
16685         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
16686         routines to convert from utf8 to compound text or
16687         STRING and from a text property to UTF-8.
16688
16689         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
16690         a convenience function gdk_get_current_event_time().
16691
16692         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
16693         and free selection_data->data properly
16694
16695 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
16696
16697         * gtk/gtkthemes.c: Remove some unecessary includes.
16698
16699 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
16700
16701         * gtk/gtktextdisplay.c
16702         * gtk/gtktextlayout.c
16703         * gtk/gtktexttag.c
16704         * gtk/gtktexttag.h
16705         * gtk/testtext.c: Change the overstrike property to strikethrough,
16706         to closer match pango.
16707
16708 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
16709
16710         * gtk/gtktextview.c: Fix up visibility so that focus,
16711         cursor_visible and blink interact properly.  Reenable cursor blink
16712         which had been roughly disabled. Make blink and focus
16713         properly per-view.
16714
16715         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
16716         Add a flag for whether to display insertion cursor and
16717         a function to set the flag.
16718
16719         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
16720         get_line_y() to get_line_yrange(), to be a bit more generally
16721         useful.
16722
16723 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
16724
16725         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
16726           do stop_navigating_submenu, to clear last timeout properly.
16727           Also in gtk_menu_motion_notify move ignore_enter above
16728           the conditional to make it always happen as suggested by Owen
16729
16730 2000-09-07  Tor Lillqvist  <tml@iki.fi>
16731
16732         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
16733
16734         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
16735         w32api headers.
16736
16737         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
16738         declarations.
16739
16740         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
16741         (gdk_win32_get_colormap): A line had been deleted by mistake.
16742
16743         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
16744         (gdk_event_translate): Handle more virtual keycodes to be able to
16745         generate GDK events for Control-comma, Control-period, etc.
16746
16747         * gtk/gtk.def: Add some missing entry points.
16748
16749 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
16750
16751         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
16752         Doc comment fixing. (Mostly non-matching parameter names.)
16753
16754         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
16755         comments a little to avoid looking like a doc comment.
16756
16757         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
16758         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
16759         conversions be changed to GError?)
16760
16761         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
16762         Move private #defines into .c file.
16763
16764         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
16765         order of argument addition, remove duplicates.
16766
16767         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
16768         parent class is FrameClass, not BinClass.
16769
16770         * gtk/gtk.h: Add gtkinvisible, which was missing.
16771         (It's occasionalyl useful for client apps, if seldom.)
16772
16773         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
16774         #define.
16775
16776 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
16777
16778         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
16779         coordinates when creating window, instead of GDK-space
16780         coordinates. (Avoid BadValue on too large windows.)
16781
16782 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
16783
16784         * configure.in (use_mmx_asm): Remove conftest* after use along the
16785         lines of AC_TRY_COMPILE.        
16786         
16787         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
16788         of g_dirname, which is deprecated.
16789         (gtk_rc_parse_any): Removed calls to
16790         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
16791
16792         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
16793         Removed calls to g_hash_table_{freeze,thaw}, as they are
16794         deprecated now.
16795
16796         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
16797         instead of g_basename.
16798         
16799 2000-09-04 Elliot Lee <sopwith@redhat.com>
16800         
16801         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
16802         ANSI warning.
16803
16804 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
16805
16806         * gtk/gtkwidget.h:  Add some documenting comments about 
16807           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
16808           just as owen said on irc.
16809
16810         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
16811           set HAS_DEFAULT.  Only set it if there isn't another window
16812           holding it (a focus window which RECEIVES_DEFAULT) and only unset
16813           it if the widget is not the focused window with RECEIVES_DEFAULT.
16814           This fixes weird double default bugs in dialogs which has things
16815           call gtk_window_set_default at times.
16816
16817 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
16818
16819         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
16820         Nils Barth and David Santiago to improve submenu
16821         navigation. The patch does this by creating a triangular
16822         region from the point where the pointer leaves the
16823         menu to the submenu.  While the pointer is in
16824         that region and a timeout has not expired, events 
16825         that would cause the active submenu to change are
16826         ignored.
16827
16828 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
16829
16830         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
16831         moving a toplevel window immediately after sizing it would
16832         result in it being sized back to the old size since 
16833         impl->width, impl->height aren't updated until we hear
16834         back from the server. There is still a (longstanding) bug
16835         here that gdk_window_get_size() will give the wrong size
16836         until we do hear back.
16837
16838 2000-08-31  Havoc Pennington  <hp@redhat.com>
16839
16840         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
16841         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
16842         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
16843         Rename GtkTextStyleValues to GtkTextAttributes
16844
16845 2000-08-31  Havoc Pennington  <hp@pobox.com>
16846
16847         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
16848         for rapid testing whether an iterator is the end iterator
16849         (gtk_text_btree_new): init end line cache
16850         (gtk_text_line_is_last): use fast cached line to 
16851         see if we're the last line.
16852         (get_last_line): use cached line here too, should 
16853         speed up some random unrelated code.
16854         
16855 2000-08-30  Havoc Pennington  <hp@pobox.com>
16856
16857         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
16858         signals.
16859
16860         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
16861         delete_text signals. This allows the signals to be used for
16862         implementing undo.
16863
16864         * gtk/gtktextbuffer.c: Change signal handler signatures; 
16865         provide "interactive" argument when emitting insert_text or
16866         delete_text signal.
16867         
16868 2000-08-30  Havoc Pennington  <hp@pobox.com>
16869
16870         * gtk/gtktextbuffer.c: Docs
16871
16872 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
16873
16874         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
16875         from switch statements, since Tor removed the enumeration
16876         value.
16877         
16878         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
16879         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
16880
16881 2000-08-29 Elliot Lee <sopwith@redhat.com>
16882         * */*.h: Use G_GNUC_CONST.
16883
16884 2000-08-27  Havoc Pennington  <hp@pobox.com>
16885
16886         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
16887         minor indentation fixes, inserted some FIXME about stuff I
16888         realized was broken while documenting it.
16889         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
16890         GTK convention  
16891
16892 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
16893
16894         * gtk/testgtk.c (create_styles): Fix double free of
16895         font desc.
16896
16897 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
16898
16899         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
16900         
16901         * gtk/testgtk.c (create_styles): Add a test for modifying
16902         the style through gtk_widget_modify_*.
16903
16904         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
16905         a function to get the current modifier style.
16906
16907         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
16908         of the passed in GtkRcStyle instead of ref'ing it.
16909
16910         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
16911
16912 2000-08-20  Tor Lillqvist  <tml@iki.fi>
16913
16914         * gdk/gdkimage.h
16915         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
16916         shared memory image+pixmap GdkImage type, or
16917         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
16918         I am dropping that.
16919
16920         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
16921         actually call gtk_init_abi_check(), passing also
16922         sizeof(GtkWindow). Ditto for gtk_init_check(). 
16923
16924         * gtk/gtk.def
16925         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
16926         New functions, used to check that the GTK+-using code has been
16927         compiled using the correct compiler and switches. In particular,
16928         with gcc one has to use the -fnative-struct switch as GTK+ is
16929         compiled with that.
16930
16931 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
16932
16933         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
16934         ->prev fields when merging lists. (Found simultaneously
16935         by Pawel Salek and Jakub Jelinek)
16936
16937 2000-08-12  Tor Lillqvist  <tml@iki.fi>
16938
16939         * gdk/gdk.def
16940         * gtk/gtk.def: Add missing entries.
16941
16942         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
16943         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
16944
16945         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
16946         function. Dummy implementation at this point.
16947
16948         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
16949         rules. Undefine GTK_COMPILATION when compiling the test programs.
16950         
16951         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
16952
16953 2000-08-11  Tor Lillqvist  <tml@iki.fi>
16954
16955         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
16956         to convert back and forth from UTF-8 and the "system" (or "current
16957         locale") charset when necessary. Indentation/spacing cleanup.
16958
16959 2000-08-10  Havoc Pennington  <hp@redhat.com>
16960
16961         * Makefile.am (snapshot): Change the format of the snapshot
16962         version to match glib
16963
16964         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
16965         from EXTRA_DIST since it doesn't seem to exist
16966
16967 2000-08-10  Tor Lillqvist  <tml@iki.fi>
16968
16969         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
16970         version of the directory name (not the UTF-8 one) when building
16971         the path name to stat().
16972
16973 2000-08-03  Elliot Lee  <sopwith@redhat.com>
16974
16975         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
16976         PANGO_ATTR_SHAPE set.
16977
16978 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
16979
16980         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
16981         Peter Osterlund to simplify the code while keeping the
16982         functionality the same.
16983
16984 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
16985
16986         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
16987         is_viewable() test further inside the function, since removing the 
16988         window from the redraw list without clearing ->update_area
16989         was also very broken.
16990
16991 2000-08-02  Tor Lillqvist  <tml@iki.fi>
16992
16993         * configure.in: Check for <unistd.h>.
16994
16995 2000-08-01  Martin Baulig  <baulig@suse.de>
16996
16997         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
16998         to display the message that this is a development version of GTK+.
16999
17000 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
17001
17002         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
17003         was depending on widget->allocation instead of the width of text_area,
17004         which was incorrect for subclasses like GtkSpinButton.
17005
17006         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
17007         with width == 1 tests that should be width == -1.
17008
17009 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
17010
17011         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
17012         (broken, Elliot, every single window blank on X) custom code with call
17013         to gdk_window_is_viewable() which a) prevents code duplicate and
17014         b) works. 
17015
17016 2000-07-31  Elliot Lee  <sopwith@redhat.com>
17017
17018         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
17019         to get the GDK_PARENT_ROOT() macro to work.
17020         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
17021         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
17022         of, windows that aren't shown.
17023         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
17024         pointer grab stuff.
17025
17026 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
17027
17028         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
17029           s/gtk_main_iteration/g_main_iteration/
17030
17031           Did this already in change:
17032                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
17033           don't know how it got reverted.
17034
17035 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
17036
17037         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
17038         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
17039
17040         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
17041         not gdk_pixbuf.
17042
17043 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
17044
17045         * configure.in,po/{sp,sr}.po: Added Serbian files
17046
17047 2000-07-30  Tor Lillqvist  <tml@iki.fi>
17048
17049         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
17050
17051         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
17052         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
17053         GIOChannel implementation.
17054
17055         * gdk/win32/gdkinput.c
17056         * gdk/win32/gdkpango-win32.c: Update license name here, too.
17057
17058         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
17059         definition to match prototype.
17060
17061         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
17062
17063 2000-07-27  Elliot Lee  <sopwith@redhat.com>
17064
17065         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
17066         function, to allow handling image formats that cannot be detected
17067         by looking at content alone.
17068
17069 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
17070
17071         * docs/tutorial/*.gif *.jpg *.eps
17072           Update these to the same look-n-feel.
17073           Why does including images in DocBook suck so badly?
17074
17075 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
17076
17077         * gtk/gtktable.c: applied patch from Phil Thompson
17078         <phil@river-bank.demon.co.uk> that enables space settings for
17079         the last row/columns as well.
17080
17081 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
17082
17083         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
17084         updates the license headers to the GNU Lesser General Public License,
17085         as well as updating the copyright year to 2000.
17086
17087 2000-07-26  Robert Brady  <rwb197@zepler.org>
17088
17089         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
17090           and po/Makefile, was installing and looking for them under gtk20
17091           and gtk2 respectively.
17092
17093 2000-07-25  Havoc Pennington  <hp@redhat.com>
17094
17095         * gtk/testtext.c: Comment out some stuff that depends on the rest
17096         of my patches.
17097
17098 2000-07-25  Havoc Pennington  <hp@redhat.com>
17099
17100         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
17101         buffer
17102
17103 2000-07-25  Havoc Pennington  <hp@redhat.com>
17104
17105         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
17106         widget changes.
17107
17108         * gtk/gtktextview.h: To be consistent with usage of "line"
17109         throughout the API to mean "newline-terminated thingy", change
17110         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
17111         to MOVEMENT_LINE.
17112
17113         (GtkTextView): Add flags for default editability, and whether to
17114         show the cursor. Add functions to get/set that. Add 
17115
17116         (gtk_text_view_get_iter_location): new function
17117
17118         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
17119         gtktextlayout.h
17120         (g_convert): Add g_convert temporarily, will go in glib in a bit
17121         
17122         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
17123         GtkTextTagTableForeach instead of brokenly using GHFunc.
17124         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
17125
17126         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
17127         moved to public header.
17128
17129         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
17130         "invisible", since "elide" was a bad name.
17131         (gtk_text_tag_get_priority): Added
17132
17133         (GtkTextStyleValues): put this in public header, along with
17134         functions to use it.
17135
17136         * gtk/gtktextmarkprivate.h: Include more headers, since we no
17137         longer include gtktextbtree.h.
17138
17139         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
17140         gtk_text_mark_deleted
17141
17142         * gtk/gtktextlayout.h: Don't include the "really private" headers,
17143         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
17144         to make this possible. Now we only need to install
17145         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
17146         (However the Makefile.am isn't changed yet because of the
17147         logistics of merging gtk-hp-patches piecemeal)
17148
17149         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
17150         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
17151         gtk_text_iter_get_line is now used in the public API for a
17152         different purpose.
17153
17154         * gtk/gtktextiter.h: Clean up function names to be more
17155         consistent. Always call char offset "offset" and byte index
17156         "index". A "line" is always a line number. 
17157
17158         (gtk_text_iter_is_last): new function, more efficient than 
17159         the existing way to check
17160         (gtk_text_iter_is_first): new function, also more efficient
17161
17162         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
17163
17164         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
17165         gtk_text_iter_forward_char, etc.
17166
17167         (gtk_text_iter_forward_to_tag_toggle): Renamed from
17168         forward_find_tag_toggle, since this isn't a linear search
17169
17170         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
17171
17172         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
17173         New functions, search for a buffer substring.
17174
17175         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
17176         interactive and default editable (since we need to store that info
17177         until we receive the selection data).
17178
17179         Remove all the _at_char and at_line etc. versions of functions;
17180         only have iterator versions.
17181
17182         Add _interactive() versions of functions, that consider the
17183         editability of text. (FIXME add interactive flag to the 
17184         insert/delete signals per Darin's suggestion)
17185
17186         (gtk_text_buffer_get_tag_table): new function, demand-creates the
17187         tag table if necessary
17188
17189         Remove declaration of gtk_text_buffer_get_iter_from_string
17190
17191         (_gtk_text_buffer_get_btree): private/internal function, added.
17192         
17193
17194         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
17195         (gtk_text_line_is_last): new function
17196
17197 2000-07-25  Havoc Pennington  <hp@redhat.com>
17198
17199         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
17200         using GtkProgressBar. See Changes-2.0.txt for details.
17201
17202         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
17203         "pulse_step" which are the equivalent of
17204         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
17205         Implement new API.
17206         
17207         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
17208         (use_text_format) to mark whether text set on the progress bar is
17209         a format string. Deprecate entire GtkProgress interface.
17210
17211         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
17212         (gtk_progress_build_string): make this a no-op if use_text_format
17213         is FALSE
17214
17215         * docs/Changes-2.0.txt: Describe progress bar changes.
17216
17217 2000-07-25  Tor Lillqvist  <tml@iki.fi>
17218
17219         * Makefile.am: Include the build directory.
17220
17221         * configure.in: Generate build/Makefile, build/win32/Makefile,
17222         gdk/, gdk/win32/, and gtk/makefile.mingw.
17223
17224         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
17225         Add GETTEXT_PACKAGE.
17226         
17227         * gdk/gdk.def
17228         * gtk/gtk.def: Updates.
17229
17230         * gdk/gdkfont.h
17231         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
17232         need them any longer.
17233
17234         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
17235
17236         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
17237         PANGOWIN32_LIBS and gdk_pixbuf.
17238
17239         * gdk/win32: Compiles, but no doubt doesn't work at all.
17240
17241         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
17242
17243         * gdk/win32/gdkinput.c: New file, temporarily.
17244         
17245         * gdk/win32/gdkinput-win32.h: New file
17246
17247         * gdk/win32/gdkinputprivate.h: Remove.
17248
17249         * gdk/win32/gdkpango-win32.c: New file.
17250
17251         * gtk/makefile.mingw.in: New file
17252
17253         * gtk/makefile.cygwin: Removed
17254         
17255         * gtk/Makefile.am: Update accordingly.
17256
17257         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
17258         made externally visible.
17259
17260         * gtk/gtkmain.c: Use it.
17261         
17262         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
17263         is enough.
17264
17265         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
17266
17267 2000-07-24 Elliot Lee <sopwith@redhat.com>
17268         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
17269         individual backends already.
17270         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
17271         again. Yes, there really is a good reason for this, if you are using the gdkregion
17272         internals, and if you're not, why do you care?
17273         * gdk/gdkwindow.c: Fix inverted condition
17274         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
17275         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
17276         * gtk/gtkrange.c: Redraw trough when moving.
17277         * gtk/gtktypeutils.c: Fix warning by adding const cast.
17278         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
17279
17280 2000-07-23  Tor Lillqvist  <tml@iki.fi>
17281
17282         * configure.in: Check for mkstemp and sigsetjmp. Output
17283         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
17284
17285         More work on GDK for Win32. Still in an intermediate state.
17286
17287         * gdk/makefile.cygwin
17288         * gdk/win32/makefile.cygwin: Removed.
17289         
17290         * gdk/makefile.mingw.in
17291         * gdk/win32/makefile.mingw.in: New files.
17292
17293         * gdk/Makefile.am
17294         * gdk/win32/Makefile.am: Generate and distribute them.
17295
17296         * gdk/win32/gdkwindow-win32.h
17297         * gdk/win32/gdkdrawable-win32.h
17298         * gdk/win32/gdkpixmap-win32.h: New files.
17299
17300         * gdk/win32/gdkcolor-win32.c
17301         * gdk/win32/gdkcursor-win32.c
17302         * gdk/win32/gdkdrawable-win32.c
17303         * gdk/win32/gdkgc-win32.c
17304         * gdk/win32/gdkimage-win32.c
17305         * gdk/win32/gdkprivate-win32.h
17306         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
17307         Rename fields and variables called xcursor, xid, etc (these names
17308         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
17309
17310 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
17311
17312         * gtk/gtkentry.[ch]: Fix some problems with vertical
17313         alignment.
17314
17315         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
17316         char/byte confusion.
17317
17318 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
17319
17320         * gtk/gtktextview.c (changed_handler): Fix bug where
17321         redraw wasn't being done properly when height of
17322         dirty region changed.
17323
17324         * demos/Makefile.am: Remove various references to
17325         -lgmodule
17326
17327 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
17328
17329         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
17330         PangoAttrShape to reserve space for pixmaps, add 
17331         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
17332         in the display functions.
17333         
17334         * gtk/testgtk.c (create_layout): Set some more exotic
17335         scrolled window options
17336
17337         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
17338         Add function to set the shadow type of a window, to allow
17339         putting a shadow around widgets such as GtkLayout or GnomeCanvas
17340         which don't draw their own frame.
17341
17342 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
17343
17344         * docs/tutorial/package-db-tutorial.sh: New file for
17345           packaging DocBook format tutorial
17346
17347 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
17348
17349         * docs/tutorial/gtk-tut.sgml: Minor updates
17350
17351         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
17352
17353 2000-07-19  Tor Lillqvist  <tml@iki.fi>
17354
17355         * gtk/gtksignal.c: Fix C++ comment.
17356
17357         * gtk/gtkimmulticontext.c
17358         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
17359         don't return value from void functions.
17360
17361         * gtk/gtk.def: Add gtk_rc_style_unref.
17362
17363 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17364
17365         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
17366         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
17367         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
17368         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
17369         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
17370         gtk/gtktypeutils.h: Include files outside of the extern "C"
17371         block. Makes some C++ compiler happy. Reported by Denis Vakatov
17372         <vakatov@peony.nlm.nih.gov>.
17373
17374 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
17375
17376         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
17377           Completes first pass. Hurrah!
17378
17379 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
17380
17381         * docs/tutorial/gtk-tut.sgml: More clean ups.
17382
17383 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
17384
17385         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
17386         paint the background of the text area which was accidentally
17387         removed at some point.
17388
17389         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
17390           
17391          - Move most of the functionality from the theme vtable
17392            into GtkRcStyleClass and GtkStyleClass. The moved
17393            vtable functions were changed a bit in the move to
17394            work better in their new home.
17395
17396          - Get rid of the engine and engine_data fields from
17397            GtkRcStyle and GtkStyle; instead the theme
17398            engine derives theme-specific subclasses of GtkRcStyle
17399            and GtkStyle
17400
17401          - Add extra dlsym() found entry point to themes,
17402            theme_create_rc_style().
17403
17404         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
17405         in gtk_style_real_copy.
17406
17407         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
17408         to register a type associated with an engine. (The engine
17409         won't be unloaded as there is an instance of the type.)
17410
17411
17412 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
17413
17414         * docs/tutorial/gtk-tut.sgml: Clean ups.
17415
17416 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
17417
17418         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
17419           of cleaning up to do.
17420
17421 2000-07-15  Tor Lillqvist  <tml@iki.fi>
17422
17423         * gdk/testgdk.c: New file, quick hack to test backends for
17424         pixel-by-pixel correctness of the most simple graphic operations.
17425
17426 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
17427
17428         * Really release 1.3.1
17429         
17430         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
17431         include structure.
17432
17433 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
17434
17435         * Released 1.3.1
17436
17437 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
17438
17439         * gtk/gtktextlayout.c: use FALSE for size_only most
17440         of the time when calling gtk_text_layout_get_line_display()
17441         to avoid causing double reshapes when a redraw follows
17442         immediately after.
17443
17444 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
17445
17446         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
17447         appropriate region and gdk_window_process_updates() so trough
17448         updating doesn't lag behind the window being scrolled.
17449
17450         * gdk/gdkgc.c: Make parent_class pointer static.
17451          
17452 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
17453
17454         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
17455         include <string.h>.
17456          
17457         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
17458         cut-and-paste error in computing memory offset for 4 channels.
17459
17460 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
17461
17462         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
17463         gtk_rc_append_default_pixmap_path(), since it wasn't
17464         adding an interesting path and we don't have a meaningful
17465         default for this value.
17466
17467 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
17468
17469         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
17470         gtk-config to gtk-config-2.0 move gtk_.m4 to
17471         gtk-2.0.m4
17472
17473         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17474         gdk/Makefile.am demos/Makefile.am: Change 
17475         library names to libgtk-1.3.la, etc, so that we
17476         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
17477
17478         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17479         gdk/Makefile.am gdk/x11/Makfile.am
17480         Move include files into /usr/include/gtk-2.0, 
17481         /usr/lib/gtk-2.0/include/
17482          
17483         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
17484         gtk/gtkintl.h: Change package for gettext from 
17485         gtk+ to gtk20. Put hack in autogen.sh to modify
17486         po/Makefile.in.in after gettextize to make this
17487         possible.
17488
17489         * gtk+.spec: Some updates, not tested.
17490
17491         * gdk-pixbuf/Makefile.am: Move loaders into
17492         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
17493
17494         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
17495         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
17496         to THEMENAME/gtk-2.0/. Move engine directory  to
17497         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
17498         
17499 2000-07-12  Tor Lillqvist  <tml@iki.fi>
17500
17501         Win32 changes, still doesn't build though.
17502
17503         * gdk/makefile.cygwin
17504         * gdk/win32/makefile.cygwin
17505         * gtk/makefile.cygwin: Updates.
17506
17507         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
17508         default values for fg and bg pixel as X11 does (0 and 1), not
17509         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
17510         Use 0 for pen width by default (treated as 1 anyway later, but for
17511         apps that might check the value in the GdkGC).
17512         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
17513         interface to gdk_gc_predraw and _postdraw.
17514
17515         * gdk/win32/gdkwin32.h
17516         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
17517
17518         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
17519         extraneous semicolon.
17520
17521         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
17522
17523         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
17524         not the Win32 bitspixel value.
17525
17526         * gdk/win32/gdkcc-win32.c:
17527         * gdk/win32/gdkcolor-win32.c 
17528         * gdk/win32/gdkprivate-win32.h
17529         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
17530         GDK object structure.
17531
17532 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
17533
17534         * docs/tutorial/gtk_tut_12.es.sgml (name): 
17535         * docs/tutorial/gtk_tut_it.sgml (name): 
17536         * docs/tutorial/gtk_tut_fr.sgml (name): 
17537         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
17538         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
17539
17540 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
17541
17542         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
17543           small changes.
17544
17545 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
17546
17547         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
17548         a bug here, never been here and never fixed anything ;(
17549         (don't segfault if tree->root_tree is NULL, which happens prior
17550         to widget realization, but puke instead).
17551
17552 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
17553
17554         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
17555         add the necessary tokens.
17556
17557         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
17558         (gtk_rc_style_to_style): copy thicknesses.
17559         (gtk_rc_init_style): apply thicknesses.
17560         (gtk_rc_parse_style): parse xthickness and ythickness.
17561
17562         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
17563
17564         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
17565         (gdk_window_new): 
17566         (_gdk_windowing_window_init): 
17567         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
17568         (gdk_pixmap_create_from_data): 
17569         (gdk_bitmap_create_from_data): 
17570         (gdk_pixmap_new): 
17571         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
17572         (gdk_image_new): 
17573         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
17574         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
17575         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
17576         (gdk_colormap_get_system): 
17577         (gdk_colormap_new): 
17578         * gdk/gdkwindow.c (gdk_window_init): 
17579         * gtk/gtkstyle.c (gtk_style_new):
17580         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
17581         * gdk/gdkpixmap.c (gdk_pixmap_init): 
17582         * gtk/gtkrc.c (gtk_rc_style_new):
17583         use g_object_new() instead of g_type_create_instance() which
17584         is a private function for fundamental type implementations.
17585
17586 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
17587
17588         * configure.in: Add check for db2html
17589
17590 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
17591
17592         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
17593         hack to set glib_debug_objects based on gtk_debug_flags.
17594
17595 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
17596
17597         * INSTALL.in: Update the Prerequisites section.
17598
17599         * Makefile.am demos/Makefile.am docs/Makefile.am
17600         docs/tutorial/Makefile.am gdk/x11/Makefile.am
17601         gdk/linux-fb/Makefile.am: Dist fixes
17602
17603 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
17604
17605         * NEWS: 10,000 foot view of 1.3.1 changes.
17606
17607 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
17608
17609         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
17610         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
17611         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
17612         gdk/x11/gdkmain-x11.c: 
17613
17614         Patch from George Lebl to add a GdkGrabStatus enumeration to use
17615         as a return value of gdk_*_grab(). Previously, we just
17616         returned the X11 values directly.
17617
17618 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
17619
17620         * gdk/x11/Makefile.am: Patch from George Lebl to 
17621         install all the headers in the right place.
17622
17623 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
17624
17625         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
17626           initial conversion to DocBook.
17627
17628 2000-07-04  Tor Lillqvist  <tml@iki.fi>
17629
17630         * README.win32: Improve a bit.
17631
17632         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
17633         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
17634         Alt+0nnn on the numpad (used to enter characters by numeric code
17635         from current DOS or ANSI codepage) working correctly, as in other
17636         Windows apps.
17637
17638         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
17639         same argument validity tests as in X11 version.
17640         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
17641
17642         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
17643         definitions in case missing from headers.
17644
17645         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
17646         destroy the window-specific cursor.
17647         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
17648         calling GetModuleHandle(NULL).
17649         (gdk_window_set_cursor): Reworked to always copy the passed cursor
17650         with CopyCursor before setting it as the window-specific
17651         cursor. It is OK for the caller to destroy the GdkCursor (and thus
17652         also its Windows cursor) after calling this function. Destroy any
17653         previous window-specific cursor.
17654
17655 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
17656
17657         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
17658         font charset is iso8859-1, not iso-8859-1.
17659
17660 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
17661
17662         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
17663         Use g_get_charset() instead of g_get_codeset().
17664
17665         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
17666         Comment out some strdup'ing functions to keep timj
17667         happy until we finish fighting this out.
17668
17669 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
17670
17671         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
17672         <= width or height.
17673
17674         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
17675         from 1.2 for parent/child states.
17676
17677         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
17678         of typos.
17679
17680         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
17681         event structures, replace with a generic axes field. Replace 
17682         deviceid/sourec with GdkDevice *device.
17683
17684         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
17685         to extract particular axis use value from event. (Also
17686         can be used for normal X/Y.)
17687
17688         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
17689         allow for arbitrary number of axes, namespace everything
17690         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
17691         everywhere.
17692
17693         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
17694         Get rid of the gdk_input_vtable setup if favor of simply
17695         defining the functions in gdkinput-none/gxi/xfree.c in
17696         a similar fashion to the way that the port structure is 
17697         done.
17698
17699         * gtk/gtkdnd.c: Fix fields of synthesized button press event
17700         for new event structures. 
17701
17702         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
17703         new device interfaces.
17704
17705 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
17706
17707         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
17708         set the initial text.
17709
17710         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
17711         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
17712         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
17713         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
17714
17715         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
17716         pango_layout_set_font_description to simplify.
17717
17718 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
17719
17720         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
17721         pango_layout_set_font_description to simplify.
17722
17723 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
17724
17725         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
17726         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
17727         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
17728
17729         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
17730         PANGO_PIXELS() macro.
17731
17732 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
17733
17734         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
17735         that returns a PangoContext owned by the widget and updated to
17736         match future changes in the widget. Also, make 
17737         gtk_widget_create_pango_layout() use this context. If we ever
17738         add a ::changed signal to PangoContext, this will make things
17739         much more convenient. 
17740
17741         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
17742         in the appropriate places instead of destroying the layouts and
17743         creating new ones.
17744
17745         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
17746         in a few strategic places.
17747
17748 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
17749
17750         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
17751         gtk_widget_size_request() on reparented child, if one. Otherwise,
17752         queue_resize() on the child never results in it getting size-requested
17753         at all.
17754
17755         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
17756         in option menus, so that (with luck) people won't copy it into
17757         their apps in the future.
17758
17759         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
17760         to gtk_option_menu_calc_size. This isn't perfect, but should fix
17761         a lot of problems with changing the size of the menu's menu
17762         items after adding it to the option menu.
17763
17764         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
17765
17766         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
17767         the text direction for a widget changes.
17768
17769         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
17770         ::direction_changed to get rid of various hacks.
17771
17772 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
17773
17774         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
17775         name.
17776
17777 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
17778
17779         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
17780         flag to the structure. Do not call XFreePixmap on pixmaps created
17781         by gdk_pixmap_foreign_new().
17782
17783 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
17784
17785         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
17786         value using GdkRGB functionality given GdkColormap and GdkColor.
17787         (name not final, waiting for inspiration.)
17788         
17789         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
17790         set the foreground/background of a GC using the GC's colormap
17791         and GdkRGB. (name not final, waiting for inspiration.)
17792
17793         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
17794         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
17795
17796         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
17797         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
17798         purely a function of the corresponding colormap. Make
17799         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
17800
17801         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
17802         gdk_pixbuf_*create_from_xpm_* in terms of
17803         gdk_pixbuf_new_from_xpm_data(), move into platform independent
17804         code.
17805
17806         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
17807         advantage of the new draw_rgb_32_image_dithalign.
17808
17809         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
17810
17811         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
17812         on each created GC.
17813
17814         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
17815
17816         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
17817         which we initialize from the drawable when the GC is created,
17818         if the drawable has a colormap.
17819
17820         * gdk/x11/gdkgc-x11.c: include string.h for memset.
17821
17822         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
17823
17824         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
17825
17826 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
17827
17828         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
17829         actually returning expose events, make sure to set
17830         the count field properly.
17831
17832         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
17833         accidentally reintroced bug which always cleared
17834         the graphics_exposures value. 
17835
17836 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
17837
17838         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
17839
17840 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
17841
17842         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
17843
17844 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
17845
17846         * docs/faq/gtk-faq.sgml: Start of Section 6.
17847
17848 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
17849
17850         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
17851         
17852         (Fixes problem with drawing childless frames. Pointed out
17853         by and a first patch from Anders)
17854         
17855         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
17856         compute a child_allocation, even if we don't have a child.
17857
17858         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
17859         Always chain to the parent's impl, even if we don't have a child.
17860
17861 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
17862
17863         * gdk/gdkrgb.c: If possible, create only a single shm segment and
17864         use multiple parts of it instead of creating a bunch of separate
17865         segments, since the maximum number of segments per system is not
17866         large. (This might be worth backporting to GTK+-1.2.x if we make a
17867         new release )
17868
17869         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
17870         structure in preparation for per-colormap GdkRGB.
17871
17872         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
17873         to False when we get EINVAL from shmget so that the caller of
17874         gdk_image_new can retry with a smaller segment size.
17875
17876 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
17877
17878         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
17879
17880 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
17881
17882         * configure.in: make the current version number 1.3.1 (binary age 0,
17883         interface age 0).
17884         
17885         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
17886         gtkcompat.h is all we want.
17887
17888         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
17889         GLib primitive types. fixed g_type_register_fundamental() argument
17890         ordering.
17891
17892         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
17893         compiles.
17894
17895         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
17896         object code cleanup, comment trigraph fixes, etc...
17897
17898 2000-06-23  Havoc Pennington  <hp@redhat.com>
17899
17900         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
17901         instead of making up a bogus name for first_para_mark
17902
17903         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
17904         0 as a context ID
17905
17906 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
17907
17908         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
17909
17910 2000-06-21  Havoc Pennington  <hp@pobox.com>
17911
17912         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
17913         we didn't check window->bg_pixmap != GDK_NO_BG.
17914
17915         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
17916         gdk-pixbuf
17917
17918 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
17919
17920         * docs/faq/gtk-faq.sgm: Move file to here.
17921           TODO: Update Makfile.am 
17922
17923 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
17924
17925         * docs/gtk-faq.sgm: Add Section 2
17926
17927 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
17928
17929         * docs/gtk-faq.sgm: New file. Start of DocBook
17930           version of the FAQ.
17931
17932 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
17933
17934         * configure.in (GDK_PIXBUF_MAJOR): Define version
17935         numbers for GDK_PIXBUF_*, as they get substituted
17936         into a header file. Need to consider versioning
17937         for gdk-pixbuf more carefully later.
17938
17939 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
17940
17941         Work with srcdir != builddir.   
17942         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
17943         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
17944         * demos/testpixbuf.c: Likewise.
17945         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
17946         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
17947         <gdk/x11/gdkx.h>.
17948         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
17949         "gdk-pixbuf.h".
17950         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
17951
17952 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
17953
17954         * TODO.xml: Change 1.4 version numbers to 2.0.
17955
17956 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
17957
17958         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
17959         fixups to GTK+ standard.
17960
17961 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
17962
17963         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
17964         gdk-pixbuf.
17965
17966         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
17967         fixups for GObject.
17968
17969         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
17970         gdk-pixbuf with GDK dependencies moved into GDK.
17971         
17972         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
17973         move gdk-pixbuf-loader here until GObject has signals.
17974
17975         * demos/: New directory of demos. Move demos from
17976         gdk-pixbuf here.
17977
17978         * demos/pixbuf-init.c: Small bit of code to check for
17979         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
17980         set GDK_PIXBUF_MODULEDIR appropriately.
17981
17982         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
17983         define which no longer makes sense.
17984
17985 2000-06-21  Havoc Pennington  <hp@redhat.com>
17986
17987         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
17988         gtk_get_default_language
17989
17990         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
17991         new function to get the default language
17992
17993         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
17994         s/gtk_text_view_style_values/gtk_text_style_values/
17995
17996         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
17997         Add a "language" field to tags.
17998
17999         (gtk_text_tag_set_arg): Fix bug in setting
18000         "bg_full_height_set" tag.
18001
18002 2000-06-21  Havoc Pennington  <hp@redhat.com>
18003
18004         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
18005         in the interfaces
18006
18007         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
18008         stuff instead when possible.
18009
18010         * gtk/gtktexttypes.h: Delete some unused constants
18011
18012         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
18013         testtextbuffer.c: use glib instead of custom unicode routines
18014
18015 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
18016
18017         * docs/es/: Removed mistakenly added generated sgml
18018
18019         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
18020         Remove outdated info files.
18021
18022         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
18023         Moved tutorial files into subdir
18024
18025         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
18026         subdir.
18027
18028         * docs/man/gtk_button.pod: Remove. (contents will be
18029         integrated into gtk-reference button page.)
18030
18031         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
18032         docs/faq/Makefile.am: Adjust for new organization
18033
18034 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
18035
18036         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
18037         not $(MKINSTALLDIRS)
18038
18039 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
18040
18041         * gtk/testgtk.c (create_text): Finish the job Elliot started
18042         of removing font setting test for text widget. (Since text widget
18043         and GdkFont are not deprecated, and cause portability problems.)
18044
18045 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
18046
18047         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
18048         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
18049         Remove use of libunicode in favor of new GLib functions.
18050
18051         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
18052         nano-x, framebuffer. The X11 include is just a hack until we get
18053         the necessary functions in gdkcolor.h, so there is no reason to
18054         add other includes of platforms.
18055
18056         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
18057         window bigger than the screen change.
18058
18059         * gtk/testgtk.c: Revert some random changes from Elliot
18060         that had no particular point and were causing testgtkrc
18061         not to function correctly.
18062         
18063         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
18064         because GdkSegment and GdkRegionBox have the same fields,
18065         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
18066         results in clearer code.
18067
18068         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
18069         gdk_input_translate_coordinates): Fix missed GdkObjectification
18070
18071 2000-06-18  Elliot Lee  <sopwith@redhat.com>
18072
18073         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
18074         * gtk/gtk{plug,socket}.h: Missed commits from previous.
18075
18076 2000-06-20  Havoc Pennington  <hp@redhat.com>
18077
18078         * modules/linux-fb/Makefile.am: Make this compile
18079         without framebuffer enabled
18080
18081         * gdk/linux-fb/Makefile.am: Add conditional to not build
18082         framebuffer unless specified in configure
18083
18084         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
18085         the size of the target instead of source if -1 was passed for
18086         width/height
18087
18088         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
18089         width/height confusion.
18090
18091 2000-06-19  Havoc Pennington  <hp@redhat.com>
18092
18093         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
18094         GDK_DRAWABLE_XID. In the future, we probably want to make it
18095         faster with G_DISABLE_CHECKS turned on.
18096
18097 2000-06-14  Havoc Pennington  <hp@redhat.com>
18098
18099         * gdk/Makefile.am: add gdkpixmap.c
18100
18101         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
18102         s/gdk_image_init/_gdk_windowing_image_init
18103
18104         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
18105         ref/unref
18106
18107         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
18108
18109         * gdk/gdkcompat.h: remove GdkWindowType compat, since
18110         GdkWindowType is now non-deprecated; 
18111         change gdk_window_get_type() compat to be
18112         gdk_window_get_window_type().
18113
18114         * gdk/gdkdnd.h: make GdkDragContext a GObject.
18115
18116         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
18117         virtual GObject. Make all functions call into the vtable.
18118         Move gdk_image_put() guts in here. Remove GdkDrawableType
18119         and gdk_drawable_get_type(), these are now GdkWindow-specific.
18120         draw_image, get_depth, get_size, set_colormap, get_colormap,
18121         get_visual added to the vtable.
18122         
18123         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
18124         GObject. Virtualize everything. 
18125         (gdk_gc_new_with_values): remove check for destroyed window,
18126         because now GdkWindow::create_gc will check this.
18127         (gdk_gc_set_values): New function to set GC values, this 
18128         was already implemented but wasn't in the header
18129
18130         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
18131
18132         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
18133         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
18134         remove _gdk_window_class; add _gdk_window_impl_get_type() and
18135         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
18136         _gdk_windowing_window_init, rename gdk_image_init to
18137         _gdk_windowing_image_init.
18138         
18139         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
18140         (gdk_draw_layout): Remove check for destroyed window, 
18141         because all the drawable methods already check it.
18142         
18143         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
18144         Add gdkpixmap.c which contains implementation of GdkDrawable
18145         virtual table (by chaining to a platform-specific implementation
18146         object).
18147         
18148         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
18149         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
18150         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
18151         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
18152         GdkColormapPrivate. 
18153
18154         * gdk/gdktypes.h: #include <glib-object.h>
18155
18156         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
18157         Move most functionality to platform-specific implementation
18158         object. GdkWindow itself now handles the backing store, then
18159         chains to the platform-specific implementation.
18160         (gdk_window_get_window_type): return GdkWindowType of the window.
18161         (gdk_window_peek_children): New routine, returns the children of 
18162         a GdkWindow
18163         (gdk_window_get_children): Was in X11-specific code and did 
18164         XQueryTree. Changed to simply return a copy of window->children; 
18165         so it can go in cross-platform code.
18166         
18167         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
18168
18169         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
18170         GdkColormap; just changed to use the new private data instead
18171         of casting to GdkColormapPrivate.
18172
18173         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
18174         gdk_cursor_new().
18175
18176         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
18177         (private data member in the GObject). 
18178         (xdnd_manager_source_filter): Function had broken 
18179         error handling, fix it (use gdk_error_trap_push).
18180
18181         * gdk/x11/gdkdrawable-x11.c: This file now implements
18182         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
18183         base class is purely for the convenience of the X port,
18184         and not part of the interface to cross-platform GDK.
18185
18186         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
18187         
18188         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
18189         specific to X, and returned by the create_gc virtual method
18190         of GdkDrawableImplX11. 
18191         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
18192         rather than gchar, this was also changed in the GdkGC vtable.
18193         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
18194         mask is 0, return immediately, instead of checking every flag.
18195         This is faster, and keeps us from segfaulting if values is NULL
18196         and the mask contains some nonzero flags.
18197
18198         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
18199         GdkWindow.
18200
18201         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
18202         GdkWindowPrivate is gone.
18203
18204         * gdk/x11/gdkim-x11.c: rename things that got renamed.
18205
18206         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
18207         remove the image_put stuff that got transferred to GdkDrawable.
18208         
18209         * gdk/x11/gdkinput.c: renamings
18210
18211         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
18212
18213         * gdk/x11/gdkpixmap-x11.c: GObject conversion
18214
18215         * gdk/x11/gdkprivate-x11.h: indentation fixes
18216
18217         * gdk/x11/gdkproperty-x11.c: renamings
18218
18219         * gdk/x11/gdkselection-x11.c: renamings
18220
18221         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
18222         implements the platform-specific "impl" object.
18223         Moved gdk_window_get_children to gdk/gdkwindow.c
18224
18225         * gdk/x11/gdkx.h: Remove all the private structs and private datas
18226         that no longer exist. Add declaration of GdkGCX11 object here.
18227         Fix all the macros to still work. 
18228
18229         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
18230         GdkDragContext from the boxed types since they are now GObjects.
18231
18232         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
18233         moved xthickness/ythickness into the instance. GtkStyleClass
18234         functions are now in the standard vtable for GtkStyle, so you have
18235         to create a GObject subclass to write a theme engine.
18236         (gtk_style_copy): fixed a leaked PangoFontDescription
18237         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
18238         can be the standard GObject function.
18239         
18240         * Throughout GTK:
18241         s/style->klass->[xy]thickness/style->[xy]thickness
18242         s/pango_layout_unref/g_object_unref/
18243
18244         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
18245         
18246         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
18247         accessing GDK internals.
18248
18249         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
18250         accessing GDK internals.
18251
18252 2000-06-18  Elliot Lee  <sopwith@redhat.com>
18253
18254         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
18255
18256         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
18257         problem by calculating event position relative to the trough
18258         rather than the slider.
18259         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
18260
18261         * gdk/gdkgc.h: Add GDK_NOR.
18262
18263         * configure.in, Makefile.am: Add modules top level dir
18264         * configure.in: Only use pangox library if building x11 target.
18265         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
18266
18267 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
18268
18269         * gtk/gtkcolorsel.c: Change private class member to be named
18270         private_data throughout the file.
18271
18272         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
18273         private_data to avoid clashing with keyword.
18274
18275 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
18276
18277         * gdk/gdkdnd.h: Add comment to remove warning.
18278
18279 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
18280
18281         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
18282         Byelorussian language; changed the Makefile and file names 
18283         to reflect that.
18284
18285 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
18286
18287         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
18288         rather than gdk_window_hide; this makes things work
18289         correctly if the window is programmatically hidden while
18290         iconified.
18291
18292 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
18293
18294         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
18295         cut and paste typo where wrong pixmap was being
18296         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
18297
18298 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
18299
18300         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
18301         Add helper function to compute format / bytes 
18302         relationship. Use in a couple places to fix up
18303         errors which assume 8 * format.
18304
18305         * gtk/gtkselection.c (gtk_selection_request): Use 32
18306         rather than 8 * sizeof (GdkAtom), to work correctly
18307         on Alpha.
18308
18309 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
18310
18311         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
18312         libgtk.la
18313         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
18314         versions
18315
18316         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
18317         checking macros return NULL since the function has a return value.
18318
18319 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
18320
18321         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
18322         GTK+ from building at all.
18323
18324         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
18325
18326 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
18327
18328         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
18329         gtk/Makefile.am: make it possible to configure gtk for different
18330         targets on the same platform. The library name is now 
18331         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
18332         flag. Only the x11 target compiles right now.
18333         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
18334         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
18335         * gdk/nanox/gdk*generic*: delete generic region code.
18336         * gdk/linux-fb/gdk*generic*: delete generic region code.
18337         * README.nanox: update information.
18338         
18339 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
18340
18341         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
18342         prepend not append. (Pointed out by Brett Hall.)
18343
18344 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
18345
18346         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
18347
18348 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
18349
18350         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
18351         need this later, and this makes sure that the atexit for
18352         glib gets called after that for GDK, so atexits are
18353         properly ordered for object leak checking.
18354
18355         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
18356
18357         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
18358         pango_x_shutdown_display()
18359
18360         * gtk/simple.c (main): Close window on destroy.
18361
18362 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
18363
18364         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
18365         to treat initial creation different from setting with 
18366         regards to the graphics-exposures parameter, so add a parameter
18367         indicating whether this is initial or not.
18368
18369 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
18370
18371         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
18372         to sort of work by adding an extra return_exposes arg
18373         to gdk_event_translate() - it might be better to simply
18374         deprecate the function altogether and force people to rewrite
18375         without it. gdk_window_scroll() handles most of it, and where
18376         gdk_window_scroll() doesn't work, simply redrawing more does.
18377
18378         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
18379         assertion.
18380
18381         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
18382
18383         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
18384         bunch of pretty much useless /* Print debugging info */ comments 
18385         which had drifted away from the code they were commenting.
18386
18387 2000-06-02  Havoc Pennington  <hp@pobox.com>
18388
18389         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
18390         is in working order.
18391         
18392         * gtk/testtext.c: Change to reflect anonymous mark API
18393
18394         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
18395
18396         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
18397         field, which was unused.
18398
18399         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
18400         saves some typing.
18401
18402         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
18403
18404         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
18405         flag on the insertion point and selection bound
18406
18407         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
18408         make mark-manipulation functions take a GtkTextMark* instead of a
18409         mark name.
18410         
18411         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
18412         GtkTextMarkBody; will be used to detect attempts to delete
18413         the permanent marks (insert and selection bound)
18414
18415         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
18416
18417 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
18418
18419         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
18420         flag to on.
18421
18422         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
18423         Honor DOUBLE_BUFFRED_FLAG
18424
18425         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
18426         function to set the DOUBLE_BUFFERED flag.
18427
18428         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
18429         or not exposes done on the widget should be double-buffered.
18430
18431         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
18432         to be what would be expected. (Fixes problem with a
18433         g_return_if_fail() validating a TextDirection enumeration)
18434
18435 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
18436
18437         * gtk/gtkwidget.c: Remove all references to 
18438         offscreen flag which was no longer used.
18439
18440         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
18441
18442         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
18443         for non-null label_widget->parent.
18444
18445         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
18446         which no longer was used.
18447
18448         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
18449
18450         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
18451         for null arguments.
18452
18453         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
18454         check for destroyed windows.
18455
18456 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
18457
18458         * gtk/gtkimmulticontext.c: Add a finalize method and unref
18459         the slave context there.
18460
18461         * gtk/gtkinvisible.[ch]: Make reference counting behavior
18462         identical to GtkWindow.
18463
18464 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
18465
18466         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
18467         pangox to here, so we can write them independent of rendering
18468         system, using GDK primitives.
18469
18470         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
18471         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
18472         since we have a rendering-system independent implementation in
18473         terms of draw_glyphs().
18474         
18475         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
18476         function to render a single line.
18477
18478         * gdk/x11/gdkpango.c: Move the guts of this file mostly
18479         into ../gdkpango.c, which simplifies things, since we
18480         don't have to deal with raw X gc's.
18481
18482 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
18483
18484         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
18485         get the logical attributes for a given GtkTextLine.
18486
18487 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
18488
18489         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
18490         g_locale_get_codeset() to g_get_codeset() change.
18491
18492 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
18493
18494         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
18495         descriptions.
18496
18497         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
18498         the entry.
18499
18500         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
18501         redoing (vastly simplifying) for Pango. Still needs quite
18502         a bit of work. (Size selection is currently poor. List of 
18503         predefined sizes is not a good idea, since all of these
18504         sizes won't necessarily be distinct.)
18505
18506 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
18507
18508         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
18509         CODESET results for LANG=C.
18510
18511 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
18512
18513         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
18514         which takes a stringized pango font description;
18515         ignore the older 'font' and 'fontset' declarations.
18516
18517         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
18518         field with a GdkFont derived via gdk_font_from_description(),
18519         for compatibility. (Should we just remove it entirely?
18520         Probably too much compatibility breakage, but people
18521         should be migrating to the new Pango stuff as quickly
18522         as possible.)
18523
18524 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
18525
18526         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
18527
18528 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
18529
18530         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
18531         redoing; there are some bugs in size allocation right
18532         now, the semi-existant distinction between header / day
18533         fonts was removed, but, with Pango, could actually
18534         be made functional in a nice way.
18535         
18536         * gtk/testcalender: Move calender from examples into this
18537         directory as a test program. (We really need to restrcture
18538         testgtk into a whole directory full of tests for every
18539         widget or functionality group, separated into multiple .c
18540         files.)
18541
18542 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
18543
18544         * gtk/testgtk.c (file_exists): Fix stupid typo that
18545         was keeping RC file from being loaded.
18546
18547         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
18548         RC file font code.
18549
18550 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
18551
18552         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
18553         Add function to load a GdkFont from a PangoFontDescription.
18554
18555 2000-05-29  Tor Lillqvist  <tml@iki.fi>
18556
18557         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
18558         variable should be of type GdkEventPrivate.
18559
18560 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
18561
18562         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
18563         to have any widget for the label, use a GtkLabel widget
18564         to display the text. (Based partially on a patch from
18565         Anders Carlson.)
18566
18567         (Quite a bit of code reorganization - strip 90% of the
18568         guts out of gtkaspectframe and add a single virtual
18569         func to GtkFrameClass - compute_child_allocation.)
18570
18571 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
18572
18573         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
18574         (Removed clist->row_center_offset field because caching
18575         it wasn't saving time or code, added private function
18576         _gtk_clist_create_cell_layout()).
18577
18578 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
18579
18580         * gtk/gtkaccellabel.c: Pangoized.
18581
18582         * gtk/[hv]ruler.c: Pangoized
18583
18584 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
18585
18586         * gtk/gtkfilesel.c (gtk_file_selection_init):
18587         Use gtk_clist_set_column_auto_resize() to remove need
18588         need for manual column width computations.
18589
18590 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
18591
18592         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
18593         ensuring Pango correctness, and considerably simplifying the
18594         code.
18595         
18596         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
18597
18598         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
18599         getting of numbers of lines.
18600
18601         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
18602         to the actual requested width of the lable, not to the wrap
18603         width we set.
18604
18605         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
18606
18607         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
18608           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
18609
18610         * gtk/gtktextview.c: Fix structure inheritance.
18611
18612         * gtk/gtkprogressbar.c: Pangoize.
18613
18614 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
18615
18616         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
18617         in a function.
18618
18619         * gtk/gtktextlayout.c (find_display_line_above): Fixed
18620         bug with computing line tops.
18621
18622         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
18623
18624 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
18625
18626         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
18627         and y_offset coordinates to do what we need now. (The offset between
18628         buffer and layout coordinates has been reintroduced, but is a 
18629         bit different than before.)
18630
18631         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
18632         handle the adjustments ourselves, and scroll as necessary using
18633         the new gdk_window_scroll().
18634         
18635         The advantage of this is that when we are incrementally revalidating,
18636         we are essentially rearranging things around the visible portion
18637         of the screen. With the old setup, the visible portion of the
18638         screen was moved around in the layout, so scrolling and redrawing
18639         to track that caused jumping of the display. Since we now
18640         control the scrolling ourselves, we can suppress this and
18641         only redraw when things actually change.
18642
18643 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
18644
18645         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
18646         the region not just redisplay it after-all, since we store the
18647         cursors in the LineDisplay. (Ugly interactions here between
18648         GtkLayout and GtkTextBTree here.)
18649         
18650         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
18651
18652 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
18653
18654         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
18655         Added function to scroll contents of a window while keeping the
18656         window constant. Works by XCopyArea or guffaw-scrolling depending
18657         on the details of how the window is set up. (guffaw-scrolling
18658         still needs to be filled in.)
18659
18660 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
18661
18662         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
18663         move the debugging that was tied to a global variable
18664         to that.
18665
18666         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
18667
18668         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
18669         validated flag, in line data instead of setting height/width to
18670         -1. This allows us to perform operations with partially invalid
18671         buffer (using the old size for invalid lines) and thus to do
18672         incremental vaidation. Keep height/width aggregates up to date
18673         when deleting text and rebalancing the tree.
18674
18675         * gtk/gtktextbtree.[ch]: Add functions validate a line
18676         (gtk_text_btree_validate_line), and to validate up
18677         to a number of pixels (gtk_text_btree_validate).
18678
18679         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
18680         that indicates that something is changed and a revalidation
18681         pass is needed. Change ::need_repaint to ::changed, and
18682         make it take old and new yranges instead of a rectangle.
18683
18684         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
18685         the line_data_destroy() function from 
18686         gtk_text_btree_add_view() to a virtual function in 
18687         GtkTextLayout
18688
18689         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
18690         since we are handling partial repaints in a different fashion
18691         now.
18692
18693         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
18694         of the selection instead of queueing a repaint on the
18695         entire widget.
18696
18697         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
18698         get_selection_bounds() down to btree, make the function
18699         in buffer a wrapper around the btree function.
18700
18701         * gtk/gtktextlayout.[ch]: Add functions to check if the
18702         layout is valid and to recompute either a range of pixels
18703         aroudn a line or a certain total number of pixels.
18704
18705         * gtk/gtktextlayout.[ch]: Cache a single line display;
18706         now that we only redraw the needed portions, the hit rate
18707         for this cache is quite high.
18708         
18709         * gtk/gtktextview.[ch]: Keep track of the first paragraph
18710         on the screen so that when re-laying-out the buffer, we can
18711         keep the same place. This requires connecting to ::value_changed
18712         on the adjustments
18713
18714         * gtk/gtktextview.[ch]: Add idle functions to revalidate
18715         the buffer after we receive an ::invalidated signal.
18716         
18717 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
18718
18719         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
18720         to max of allocation and layout size, not just to the
18721         layout size.
18722
18723         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
18724         Invalidate window so it gets redrawn properly.
18725
18726         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
18727         to mean the entire window.
18728
18729         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
18730         into public header.
18731
18732 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
18733
18734         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
18735         to get the name of a mark.
18736
18737         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
18738         to find the paragraph from a y position.
18739
18740 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
18741
18742         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
18743         nodes have width/height >= 0, not > 0.
18744
18745 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
18746
18747         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
18748         Add a size_only flag, so when we only need the size, we don't create
18749         useless appearance attributes.
18750
18751         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
18752         duplicate setting of font description.
18753
18754         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
18755
18756 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
18757
18758         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
18759         EXTRA_DIST. It does not work well when the file that
18760         everything depends on is not in the tarball.
18761
18762 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
18763
18764         * gtk/testgtk.c: Some hacks and fixes so that it basically
18765         works when not sitting in the GTK+ build tree.
18766
18767 2000-05-03  Havoc Pennington  <hp@redhat.com>
18768
18769         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
18770         Properly determine the ordering of the tag root and the current
18771         line within the tree. Previous algorithm only worked if the tag
18772         root's immediate parent was the common root of both the current
18773         line and the tag root.
18774
18775 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
18776
18777         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
18778         alignment.
18779
18780         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
18781         the widget text directional dynamically.
18782
18783         * gtk/gtktextview.[ch]: Added functions to get and set default
18784         wrap mode.
18785
18786 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
18787
18788         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
18789         in cursor location computation.
18790
18791 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
18792
18793         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
18794         vadjusment values properly when layout gets smaller.
18795
18796         * gtk/gtktextview.c (need_repaint_handler): Areas being
18797         passed in are far completely inaccurate, and sometimes
18798         too small, so, for now, just queue a redraw on the
18799         whole visible region.
18800
18801 2000-04-25  Havoc Pennington  <hp@redhat.com>
18802
18803         * gtk/gtktextbtree.c (summary_destroy): new function to 
18804         destroy tag summary nodes
18805         (gtk_text_line_next_could_contain_tag): this function was 
18806         totally broken if the line passed in wasn't below the tag
18807         root. Fix it.
18808         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
18809         "wildcard" case, we have to do a linear scan. Blah.
18810         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
18811         we have to do the linear scan
18812         (tag_removed_cb): When a tag is removed from the tag table, 
18813         remove the GtkTextTagInfo node from the btree.
18814         (gtk_text_btree_spew): Implement the spew function, for 
18815         our debugging pleasure.
18816
18817 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
18818
18819         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
18820         a problem with referring to the wrong buffer.
18821
18822         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
18823
18824         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
18825         font description to gtk_style_new() - otherwise things
18826         don't work without a .gtkrc file.
18827
18828         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
18829         tags table if we create it ourself, too.
18830
18831         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
18832         it was conflicting with XKB modifiers.
18833
18834         * gtk/gtktextview.[ch]: Add simple support for 
18835         GtkIMContext.
18836
18837 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
18838
18839         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
18840         with deletion from last commit.
18841
18842 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
18843
18844         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
18845         in the context from the current locale.
18846         
18847         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
18848         context, not hardcoded value.
18849
18850         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
18851         not logical.
18852
18853 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
18854
18855         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
18856         attributes - that doesn't handle partial-glyph selection
18857         properly. Instead use new pango_layout_line_get_x_ranges()
18858         functionality to draw the selection.
18859
18860         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
18861         now properly handles out-of-range coordinates.
18862
18863         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
18864
18865         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
18866         public.
18867
18868         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
18869         for paragraphs opposite to the base direction of the widget.
18870
18871         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
18872
18873         * gtk/gtktextlayout.c: Don't split segments on marks, since that
18874         causes Arabic words to reshape as you cursor through.
18875
18876         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
18877         cursor position when moving vertically with the arrow keys and
18878         scrolling with page-up/page-down. (Arrow keys save only the X,
18879         scrolling saves both X and Y.)
18880
18881         This means you can line-up / line-down or page-up / page-down
18882         without losing your place, and also that moving vertically
18883         with the cursor keys keeps the same X position, not the same
18884         character count:
18885
18886         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
18887         arrow keys move by display lines, not paragraphs.
18888
18889 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
18890
18891         * gtk/gtklayout.c: Make sure that the bin window is at least
18892         as big as the allocation. (Should we also make sure that the
18893         bin window is big enough to completely cover widget->window?)
18894
18895         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
18896         function to get the onscreen rectangle.
18897
18898         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
18899         for offsets in window coordinates.
18900
18901 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
18902
18903         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
18904         confusion.
18905
18906         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
18907         from the widget direction.
18908
18909         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
18910         Add a "direction" attribute.
18911
18912         * gtk/gtktextview.c: global s/tkxt/text_view/.
18913
18914         * gtk/testtext.c: Added long block of text in Arabic, to test out
18915         the direction attributes. (Some problems with the shaping system
18916         for arabic become obvious - like the fact the cursor splits words
18917         into unjoined pieces.)
18918
18919 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
18920
18921         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
18922
18923         * gtk/gtktextlayout.c: Fix up alignment.
18924
18925         * gtk/testtext.c: Add some tests for centering, wrapping.
18926
18927 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
18928
18929         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
18930         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
18931         If we wrote GTK+-specific layout-render function this could just replace
18932         the draw_layout() operation in the vtable.
18933
18934         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
18935         pango_layout_get_cursor_pos() and use that function.
18936
18937         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
18938         is a non-static symbol.
18939
18940         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
18941         with gtk_text_btree_find_line_by_y()
18942
18943         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
18944         renderer that handles GtkTextAppearance attributes.
18945
18946         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
18947
18948           - Move the values in the style that don't affect geometry into a
18949             GtkTextAppearance structure.
18950           - Change underline to take a PangoUnderline and "font" a string
18951             representation of a font description
18952           - Add a "font_desc" attribute which takes a FontDescription structure.
18953
18954         * gtk/gtktextlayout.[ch]:
18955
18956           - Get rid of the display-line list per each line. Instead, we
18957             generate, on demand, a GtkTextLineDisplay structure which]
18958             contains a PangoLayout * and other necesary information
18959             (offsets, cursor locations) for displaying a paragraph.
18960           - Get rid of the code to wrap lines, create display chunks,
18961             etc. Instead, we just go through a paragraph and convert
18962             it into the necessary inputs to a PangoLayout.
18963           - Implement a new attribute type, GtkTextAttrAppearance. This
18964             holds a GtkTextAppearance, and is used to pass colors, 
18965             stipple, etc, through from the layout to the display without
18966             having to use lots and lots of individual attributes.
18967           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
18968             in terms of PangoLayout functions.
18969         
18970         * gtk/gtktextview.c: 
18971          
18972           - Handle passing the necessary PangoContext to the layout
18973           - Some fixups in painting to deal with the automatic backing store
18974             and offsetting of GTK+-1.4
18975           - Add a style_set handler so that the default style reacts
18976             properly to theme changes.
18977         
18978         * gtk/gtktext?*.[ch]: Random code-style fixes.
18979
18980         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
18981
18982 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
18983
18984         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
18985         in original form preparatory to Pango-ization and gdkimcontext-ization.
18986
18987 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
18988
18989         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
18990         so that we can derive from gtkimcontext in language bindings properly.
18991
18992 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
18993
18994         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
18995         Add a compose table including (almost) all the compose combinations
18996         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
18997         data in the XIM implementation.
18998
18999         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
19000         Moved functions to convert keyvalues from and to unicode here from
19001         the win32 port and made them public.
19002
19003 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
19004
19005         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
19006
19007 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
19008
19009         * gtk/gtkimcontext.[ch]: Base class for new input context system
19010
19011         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
19012         the real input context implementation to be loaded from modules
19013         and switched on the fly.
19014
19015         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
19016         context that just does direct keysymbol => unicode translation.
19017
19018         * gtk/gtkentry.[ch]: Start switching editing over to using
19019         GtkInputContext. (No handling of preedit yet.)
19020
19021 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
19022
19023         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
19024         many substitutions. (klass should not be subsituted.)
19025
19026 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
19027
19028         * configure.in: Add checks for Pango
19029
19030         * configure.in docs/Makefile.am: Add test for sgml2html
19031         and allow 'make dist' without building html, but print out
19032         warnings in that case. (For making snapshots)
19033
19034         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
19035         Add Pango libraries and C flags
19036
19037         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
19038         Add function (gdk_draw_layout) to draw a pango layout.
19039
19040         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
19041         for getting Pango contexts for GDK.
19042
19043         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
19044
19045         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
19046         editing.
19047
19048         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
19049         keysym => unicode translations. More languages can be added
19050         here, but real input-method support is needed.
19051
19052         * docs/Changes-1.4.txt: Added note about entry behavior.
19053         
19054         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
19055         to set the reading direction for a widget and the global direction.
19056         Add test which allows toggling the global direction. Two private
19057         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
19058
19059         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
19060           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
19061
19062         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
19063
19064         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
19065         underlining now handled by Pango.
19066
19067         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
19068         to RCStyle and Style. (Having both this and the old font name and GdkFont 
19069         is temporary.)
19070
19071         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
19072         convenience functions for creating contexts and layouts for widgets.
19073
19074         * gtk/testgtk.c: Enhance label tests with multilingual labels.
19075
19076 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
19077
19078         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
19079         titles to be active, even if they aren't visible.
19080         (gtk_clist_column_titles_passive):  Ditto.
19081
19082 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
19083
19084         * gtkmenu.c:
19085         * gtkmenu.h:
19086         * gtktypeutils.h: Spelling/grammar fixes in comments.
19087
19088 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
19089
19090         * gdk/nanox/*.h: add missing header files.
19091
19092 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
19093
19094         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
19095         send_event to TRUE.
19096         (gtk_drawing_area_size): queue a resize.
19097
19098 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
19099
19100         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
19101         the handlers, also invalidate them. bug nailed down by Karl Nelson
19102         <kenelson@ece.ucdavis.edu>.
19103
19104 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
19105
19106         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
19107         "(nil)" foundries, patch from Grigorios Magklis.
19108
19109         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
19110         on non-available fonts, based on a patch by Grigorios Magklis
19111         <maglis@cs.rochester.edu>.
19112
19113 2000-05-18  Elliot Lee  <sopwith@redhat.com>
19114
19115         * gdk/x11/gdkregion-generic.c: If a region does not have any
19116         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
19117         instead of GDK_OVERLAP_RECTANGLE_IN.
19118
19119 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
19120
19121         * gtk/gtklayout.c (gtk_layout_map): Remove references to
19122         OFFSCREEN, as it is no longer necessary.
19123
19124 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
19125
19126         * gtk/gtkcolorsel.c: Patch from David Santiago
19127         <mrcooger@cyberverse.com> to change things so that the 
19128         indicator of the active palette entry is done independently,
19129         not via the focus, since it should always be visible.
19130
19131 2000-05-17  Tor Lillqvist  <tml@iki.fi>
19132
19133         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
19134         refcount leaks as in the X11 backend.
19135
19136         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
19137         cosmetics.
19138
19139         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
19140         backend. Add _gdk_windowing_window_destroy().
19141
19142         * gtk/gtkcolorsel.c: Include correct backend-specific header.
19143         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
19144         either, but these probably do exist on nanox?)
19145         
19146         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
19147         which isn't necessarily defined by <math.h>.
19148
19149         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
19150         ancestry past GtkObject.
19151
19152         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
19153         from DLL on Win32.
19154
19155         * gtk/gtk.def: Update corresponding to recent changes.
19156
19157         * gtk/makefile.{cygwin,msc}: Updates.
19158
19159 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
19160
19161         * docs/Changes-1.4.txt: A bit of editing.
19162
19163         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
19164         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
19165         to clear the update area for the window, and clear it
19166         when hiding a window.
19167
19168         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
19169         if window destroyed.
19170
19171         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
19172
19173         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
19174         gdk_window_destroy() to the generic code, since there was a lot of 
19175         window-system-independent logic it in. Add a function:
19176         
19177          _gdk_window_destroy() 
19178
19179         to the internal API to destroy a window without unreferencing it.
19180         Add a function:
19181
19182          _gdk_windowing_window_destroy()
19183
19184         That does the windowing-system-dependent part of destroying 
19185         the window.
19186
19187 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
19188
19189         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
19190
19191 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
19192
19193         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
19194         Make gtk_widget_shape_combine_mask() keep a reference count on
19195         the pixmap since it keeps it around.
19196
19197 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
19198
19199         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
19200         leak.
19201
19202         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
19203         leak with event filters.
19204
19205 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
19206
19207         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
19208         signal handlers with the right data arguments. (Fixes
19209         some warnings when a widget was repeatedly set as a drag
19210         destination.)
19211
19212         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
19213         window so we can avoid avoid setting the DND properties on the
19214         toplevel window repeatedly.
19215
19216 2000-05-13  Tor Lillqvist  <tml@iki.fi>
19217
19218         * gdk/win32/gdkwin32.h: Define more message types missing from
19219         mingw headers.
19220
19221         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
19222         call gdk_window_destroy_notify(). It was never called. This
19223         probably meant that the GdkWindow was never freed. Thanks Owen for
19224         noticing (!).
19225
19226         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
19227         window as destroyed before calling DestroyWindow(). DestroyWindow()
19228         causes a call to the window procedure (gdk_WindowProc), which
19229         calls gdk_event_translate(), which calls
19230         gdk_window_destroy_notify(), which gets confused unless the window
19231         is set as destroyed.
19232
19233         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
19234         this function to indicate it's win32 only. Put inside #ifdef
19235         G_ENABLE_DEBUG.
19236
19237         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
19238         debugging function. (gdk_event_translate:) Add a default branch
19239         that uses the above function to print debug messages with all
19240         Windows messages symbolically.
19241
19242         * gdk/win32/gdkprivate-win32.h: Declare it, and
19243         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
19244
19245 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
19246
19247         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
19248         public header file.
19249
19250 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
19251
19252         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
19253
19254         * gtk/gtktext.c: made the adjustments no-construct args, simply
19255         provide default adjustments.
19256         (gtk_text_destroy): release adjustments.
19257
19258         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
19259         adjustment argument non-construct.
19260
19261         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
19262         instead of in finalize.
19263         (gtk_progress_get_text_from_value): 
19264         (gtk_progress_get_current_text): 
19265         (gtk_progress_set_value): 
19266         (gtk_progress_get_percentage_from_value): 
19267         (gtk_progress_get_current_percentage): 
19268         (gtk_progress_set_percentage): 
19269         (gtk_progress_configure): ensure an adjustment is present.
19270
19271 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
19272
19273         * gtk/gtkcolorsel.[hc]:
19274         * gtk/gtkcolorseldialog.[hc]:
19275         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
19276         their parent implementation, use bit fields for boolean values, don't
19277         create unused widgets, usage of glib types, braces go on their own
19278         lines, function argument alignment, #include directives etc. etc. etc..
19279
19280         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
19281
19282 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
19283
19284         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
19285
19286         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
19287         of NULL.
19288
19289         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
19290         to freed data.
19291         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
19292
19293         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
19294         to NULL when the toplevel is getting destroyed.
19295         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
19296         (gtk_menu_destroy): 
19297         (gtk_menu_init): store the information of whether we have to
19298         readd the initial child ref_count during destruction in a new
19299         GtkMenu field needs_destruction_ref_count.
19300
19301         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
19302         here, those reading: learn from my mistake! ;)
19303         in order for set_?adjustment to support a default adjustemnt if
19304         invoked with an adjustment pointer of NULL, the code read (pseudo):
19305         if (v->adjustment) unref (v->adjustment);
19306         if (!adjustment) adjustment = adjustment_new ();
19307         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
19308         now imagine the first unref to actually free the old adjustment and
19309         adjustment_new() creating a new adjustment from the very same memory
19310         portion. here, the latter comparision will unintendedly fail, and
19311         all hell breaks loose.
19312         (gtk_viewport_set_hadjustment):
19313         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
19314         after unreferencing it.
19315
19316         * gtk/gtkcontainer.[hc]: removed toplevel registration
19317         functions: gtk_container_register_toplevel(),
19318         gtk_container_unregister_toplevel() and
19319         gtk_container_get_toplevels() which had wrong semantics
19320         anyways: it didn't reference and copy the list.
19321
19322         * gtk/gtkwindow.c: we take over the container toplevel registration
19323         bussiness now. windows are registered across multiple destructions,
19324         untill they are finalized. the initial implicit reference count
19325         users are holding on windows is removed with the first destruction
19326         though.
19327         (gtk_window_init): ref & sink and set has_user_ref_count, got
19328         rid of gtk_container_register_toplevel() call. add window to
19329         toplevel_list.
19330         (gtk_window_destroy): unref the window if has_user_ref_count
19331         is still set, got rid of call to
19332         gtk_container_unregister_toplevel().
19333         (gtk_window_finalize): remove window from toplevel list.
19334         (gtk_window_list_toplevels): new function to return a newly
19335         created list with referenced toplevels.
19336         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
19337
19338         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
19339         adjustment a non-construct arg.
19340         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
19341         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
19342         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
19343
19344         * gtk/gtkrange.c: added some realized checks.
19345         (gtk_range_destroy): get rid of the h/v adjustments in the
19346         destroy handler instead of finalize. remove timer.
19347         (gtk_range_get_adjustment): demand create adjustment.
19348
19349         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
19350         we simply create them on demand now and get rid of them in
19351         the destroy handler.
19352         (gtk_viewport_destroy): get rid of the h/v adjustments in the
19353         destroy handler instead of finalize.
19354         (gtk_viewport_get_hadjustment): 
19355         (gtk_viewport_get_vadjustment): 
19356         (gtk_viewport_size_allocate): demand create h/v adjustment
19357         if required.
19358
19359         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
19360         gtk_widget_real_destroy () functionality.
19361         (gtk_widget_real_destroy): reinitialize with a new style, instead
19362         of setting widget->style to NULL.
19363
19364 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
19365
19366         * gtk/gtkcalendar.c:
19367         * gtk/gtkbutton.c: ported _get_type() implementation over to
19368         GType, either to preserve memchunks allocation facilities,
19369         or because Gtk+ 1.0 GtkTypeInfo was still being used.
19370
19371         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
19372         over. prepare for ::destroy to be emitted multiple times.
19373         removed reference tracer magic. chain into GObjectClass.shutdown()
19374         to emit ::destroy signal.
19375
19376         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
19377         fundamental.
19378
19379         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
19380         cludge.
19381
19382         * gtk/gtksocket.c:
19383         * gtk/gtkplug.c:
19384         * gtk/gtklayout.c:
19385         * gtk/gtklabel.c:
19386         * gtk/gtkargcollector.c:
19387         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
19388         not being a fundamental anymore, and to work with the new
19389         type system (nuked fundamental type varargs clutter).
19390
19391         * gtk/*.c: install finalize handlers in the GObjectClass
19392         part of the class structure.
19393         changed direct GTK_OBJECT()->klass accesses to
19394         GTK_*_GET_CLASS().
19395         changed direct object_class->type accesses to GTK_CLASS_TYPE().
19396
19397         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
19398         GType. made most of the GTK_*() type macros and Gtk* typedefs
19399         simple wrappers around macros and types provided by GType.
19400         most notably, a significant portion of the old API vanished:
19401         GTK_TYPE_MAKE(),
19402         GTK_TYPE_SEQNO(),
19403         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
19404         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
19405         GTK_TYPE_ARGS,
19406         GTK_TYPE_CALLBACK,
19407         GTK_TYPE_C_CALLBACK,
19408         GTK_TYPE_FOREIGN,
19409         GtkTypeQuery,
19410         gtk_type_query(),
19411         gtk_type_set_varargs_type(),
19412         gtk_type_get_varargs_type(),
19413         gtk_type_check_object_cast(),
19414         gtk_type_check_class_cast(),
19415         gtk_type_describe_tree(),
19416         gtk_type_describe_heritage(),
19417         gtk_type_free(),
19418         gtk_type_children_types(),
19419         gtk_type_set_chunk_alloc(),
19420         gtk_type_register_enum(),
19421         gtk_type_register_flags(),
19422         gtk_type_parent_class().
19423         replacements, where available are described in ../docs/Changes-1.4.txt.
19424         implemented compatibility functions for the remaining API.
19425
19426         * configure.in: depend on glib 1.3.1, use gobject module.
19427
19428 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
19429
19430         * TODO.xml: Various updates to current status.
19431
19432 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
19433
19434         * gtk.m4: Print out version when test succeeds.
19435
19436 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
19437
19438         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
19439         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
19440         
19441         (Original triangle color selector from Simon Budig
19442         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
19443         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
19444         Santiago <mrcooger@cyberverse.com>)
19445
19446         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
19447         out into a separate widget.
19448
19449         * gtk/testgtk.c: Add some checkbuttons for toggling palette
19450         and opacity controls.
19451
19452 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
19453
19454         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
19455         snuck in prematurely.
19456
19457 2000-05-07  Tor Lillqvist  <tml@iki.fi>
19458
19459         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
19460         had deleted a ! operator by mistake, which caused
19461         GDK_SELECTION_CLEAR events never to be generated, which caused
19462         only the first copy to the clipboard from an gtkeditable to
19463         actually cause a copy to the Windows clipboard.
19464
19465 2000-05-06  Tor Lillqvist  <tml@iki.fi>
19466
19467         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
19468         compilation, too. Current mingw gcc distributions include the
19469         necessary headers. Also the necessary IIDs are now in mingw
19470         headers/libraries, and own definitions unnecessary.
19471
19472         More hacking on OLE2 DND, still doesn't work though, and thus
19473         ifdeffed out.
19474
19475         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
19476         here, too.
19477
19478 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
19479
19480         * gdk/nanox/*: nano-X port work in progress.
19481         * gdk/simple.c: simple test for Gdk.
19482         * README.nanox: notes about the port: read this first!
19483         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
19484         with nano-X.
19485
19486 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
19487
19488         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
19489         gdk_window_clear() into common code, implement in terms of
19490         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
19491         not redirected to the backing rectangle.
19492
19493 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
19494
19495         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
19496         EXTRA_DIST. It does not work well when the file that
19497         everything depends on is not in the tarball.
19498
19499 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
19500
19501         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
19502         with recursion where process_updates() is called from
19503         an expose handler. (GtkTextView is highly broken in
19504         doing this, but it should work, so it is a nice test
19505         case.)
19506
19507 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19508
19509         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
19510         handle the case where updates are queued during processing of
19511         updates.
19512
19513 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
19514
19515         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
19516         window is on gdk_display - use that instead of segfaulting.
19517
19518 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
19519
19520         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
19521         broken and require an empty arg, give it to them.
19522
19523 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
19524
19525         * gtk/gtklabel.h: indentation fixes.
19526
19527 2000-05-02  Tor Lillqvist  <tml@iki.fi>
19528
19529         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
19530         draw too narrow or too low arcs, they seem to fail, at least with
19531         some display drivers.
19532
19533         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
19534
19535         Large changes to the Win32 backend, partially made necessary by
19536         the changes to the backend-independent internal
19537         structures. Attempts to implement similar backing store stuff as
19538         on X11. The current (CVS) version of the Win32 backend is *not* as
19539         stable as it was before the no-flicker branch was merged. A
19540         zipfile with that version is available from
19541         http://www.gimp.org/win32/. That should be use by "production"
19542         code until this CVS version is usable. (But note, the Win32
19543         backend has never been claimed to be "production quality".)
19544
19545         * README.win32: Add the above comment about versions.
19546
19547         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
19548
19549         * gdk/gdk.def: Update.
19550
19551         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
19552         presumably be replaced by some more better mechanism as 1.4 gets
19553         closer to release shape.
19554
19555         * gdk/makefile.{cygwin,msc}: Update.
19556
19557         * gdk/win32/*.c: Correct inclusions of the backend-specific and
19558         internal headers. Change code according to changes in these. Use
19559         gdk_drawable_*, not gdk_window_* where necessary.
19560
19561         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
19562         our old DND.
19563
19564         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
19565         to interpret single characters as UTF-8. Thanks to Hans Breuer.
19566         Use correct function name in warning messages.
19567
19568         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
19569         GSourceFuncs gdk_event_prepare and gdk_event_check.
19570         (gdk_event_get_graphics_expose): Do implement, use
19571         PeekMessage. Thanks to Hans Breuer.
19572         (event_mask_string): Debugging function to print an GdkEventMask.
19573         (gdk_pointer_grab): Use it.
19574
19575         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
19576         (old) book I used claimed was Hangul actually is CJK Unified
19577         Ideographs Extension A. Also, Hangul Syllables were missing.
19578         Improve logging.
19579
19580         * gdk/win32/gdkgc-win32.c: Largish changes.
19581
19582         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
19583         g_win32_getlocale() from GLib, and not setlocale() to get current
19584         locale name.
19585
19586         * gdk/win32/gdkprivate-win32.h
19587         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
19588         gdkwin32.h, similarily as in the X11 backend.
19589
19590         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
19591         assignment was used instead of equals in if test. Thanks to Hans
19592         Breuer.
19593
19594         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
19595         the X11 version.
19596
19597         * gdk/win32/makefile.{cygwin,msc}
19598         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
19599         path to the Win32 headers that works also with the mingw compiler.
19600
19601         * gtk/gtkstyle.c: Include <string.h>.
19602
19603 2000-04-26  Havoc Pennington  <hp@redhat.com>
19604
19605         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
19606         replacing the broken gtk_label_get ()
19607
19608 2000-04-15  Havoc Pennington  <hp@pobox.com>
19609
19610         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
19611         this keeps scanner scripts from getting confused.
19612
19613         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
19614         data, rather than void
19615
19616 2000-04-15  Tor Lillqvist  <tml@iki.fi>
19617
19618         * gtk/gtkclist.c (gtk_clist_motion)
19619         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
19620         with is_hint FALSE, get x and y from the event. They used to be
19621         used uninitialised. The Win32 backend never sends motion events
19622         marked as hints. This for instance fixes the annoying file and
19623         font selector behaviour in the Win32 version.
19624
19625 2000-04-14  Tor Lillqvist  <tml@iki.fi>
19626
19627         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
19628         gtk_private_n_signals variables, they are used by some software,
19629         sigh.
19630
19631         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
19632         installation directory from the Registry, where the installer
19633         should have put it.
19634
19635 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
19636
19637         * gdk/x11/Makefile.am: Fix problem with installation directory for
19638         gdkx.h
19639
19640         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
19641         <mrcooger@cyberverse.com> so that when selecting menus with the
19642         mouse, the first item will not be selected, but when selecting
19643         with an accelerator, or navigating left-right on a menubar with
19644         the menus popped up, the first item will be selected.
19645
19646 2000-04-05  Dan Damian  <dand@dnttm.ro>
19647
19648         * configure.in: Added "ro" to ALL_LINGUAS.
19649
19650 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
19651
19652         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
19653         indentation.
19654
19655         * Makefile.am (EXTRA_DIST): Fix typo.
19656
19657         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
19658         to catch gdkconfig.h
19659
19660         * gtk/gtkitemfactory.c: Added FIXME.
19661
19662 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
19663
19664         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
19665         s/return_if_fail/return_val_if_fail/g and add a return value.
19666
19667 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
19668
19669         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
19670         merge slipup.
19671
19672         * gdk/gdkinput.h: Fix missing line from merge.
19673
19674 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
19675
19676         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
19677         instead of gdkprivate.h.
19678
19679 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
19680
19681         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
19682         parent class to correctly be GtkDialogClass.
19683
19684 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
19685
19686         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
19687         toplevel windows and their immediate children by their parents,
19688         since the size of toplevel windows is out of our immediate
19689         control and we don't get any real benefit from trying to track
19690         this size for clipping.
19691
19692         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
19693         for input_only windows.
19694
19695         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
19696         to fix some hacks and make sure that we don't try to set the
19697         background of input only windows.
19698
19699 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
19700
19701         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
19702         the _really_ internal stuff, and leave gdkprivate.h for the fake private
19703         stuff that we've traditionally exposed.
19704
19705         * gdk/**.c: Use gdkinternals.h where appropriate.
19706
19707         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
19708         not include gdkprivate-x11.h, move all stuff of conceivable public
19709         interest into gdkx.h; keep all really private stuff in
19710         uninstalled header gdkprivate-x11.h.
19711
19712         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
19713         image->image_put on windows through a new function _gdk_window_draw_image()
19714         to allow us to do backing store for images. (Sort of ugly)
19715
19716         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
19717         contexts locally so that we can offset them properly when drawing 
19718         onto backing pixmaps.
19719
19720         * gdk/gdkinput.h: Reindented
19721
19722         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
19723         pixmap or color for the window, so we can properly initialize
19724         our double-buffer pixmaps, and also so that we temporarily set
19725         a background of None while scrolling.
19726
19727         * gdk/gdkregion.h: Revise region boolean operators to have an
19728         interface that is actually convenient - switch from creating new
19729         regions on every op, to "methods" that modify existing regions
19730         (A = A OP B). 3 argument forms which allow dest == src, would also
19731         be possible, but the current interfaces seem to map nicely
19732         onto what needs to be done. (There is quite a lot of region
19733         code in GDK now.)
19734
19735         * gdk/gdkregion.h: Add constructor from rectangle and a copy
19736         operator.
19737
19738         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
19739         gdkpoly-generic.h: Copy region code from Xlib, switch it over
19740         to 32 bit coordinates, modify it to be mostly GTK+ style
19741         and to have interfaces that match gdkregion.h.
19742
19743         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
19744         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
19745         create a backing pixmap and redirect all drawing to
19746         that backing pixmap until a matching gdk_window_end_paint().
19747
19748         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
19749         Create a special drawable class for GtkWindow's that 
19750         redirects the drawing to the backing pixmap as necessary
19751         and then calls the real operations in _gdk_windowing_window_class.
19752
19753         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
19754         Store invalid region for each window. Generate expose events for invalid
19755         region in an idle. This replaces both the expose compression
19756         and the redrawing queuing in GTK+. It is both more efficient and
19757         simpler than either one individually and far more so then the
19758         combination.
19759
19760         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
19761         Emulate 32 bit coordinates for windows with 16 bit coordinates
19762         by offsetting drawing, guffaw scrolling techniques and
19763         mapping/unmapping child windows as necessary.
19764
19765         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
19766         where, when invalid regions are processed, the region is stored,
19767         and if expose events come in that are detectably duplicate
19768         the processed exposes (by comparison of event serial numbers),
19769         the stored region is subtracted out of those exposes.
19770
19771         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
19772         regions newly exposed when scrolling or resizing windows.
19773         This, combined with forcing processesing of queued invalidated
19774         regions, gives nice flicker-free scrolling.
19775
19776         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
19777         invalidated regions after every scroll.
19778
19779         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
19780         emulation in GDK. Its, for all practical purposes just a
19781         GtkViewport/GtkFixed hybrid now.
19782
19783         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
19784         (16-bit) structures as necessary instead of just casting.
19785
19786         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
19787         in terms of the structures from gdkregion-generic.c, using appropriate
19788         offsets from GDK to X11 coordinates. Cache clip mask and
19789         origin and ts origin locally and only flush to the server
19790         when drawing, to avoid constantly setting and resetting these
19791         values when offsetting GC's for scrolling and backing pixmaps.
19792
19793         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
19794
19795         * gtk/gtkcontainer.c: Call process_all_updates at end
19796         of resizing to reduce flicker. (Avoids having redraw
19797         lag arbitrarily behind resize under some circumstances)
19798
19799         * gtk/gtkentry.c: Remove old backing store code, and simply take
19800         advantage of the new backing store capabilities of GDK.
19801
19802         * gtk/gtkmain.c: Simple implementation of widget backing
19803         store - simply push a paint while handling each expose.
19804         (Should really be configurable widget for widget.)
19805         
19806         * gtk/gtkwidget.c: Remove all the old complicated redraw
19807         code, and simply invalidate the GDK windows from
19808         gdk_window_queue_clear(), etc. (Sigh, so much carefully
19809         debugged complexity ... gone to the winds.)
19810
19811         Remove all the code for suppressing expose events while
19812         resizes are pending; this isn't needed since the invalid
19813         areas won't be processed until after the resizes are
19814         processed, since they are in a lower priority idle.
19815
19816 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
19817
19818         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
19819         and height of dest rectangle for non-intersecting rectangles.
19820
19821 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
19822
19823         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
19824         for GdkRectangle.
19825
19826 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
19827
19828         * gdk/gdk{events,image,private,types,window}.h
19829          gdk/x11/gdkinputprivate.h: Change all coordinates
19830          from int16 to int. Also, Change width and height from
19831          unsigned to signed to avoid all the stupid C 
19832          signedness bugs.
19833
19834 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
19835
19836         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
19837         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
19838         Add some more detailed checking.
19839
19840         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
19841         New function to retrieve the depth of a drawable.
19842
19843         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
19844         field, reorder fields to save memory. 
19845
19846 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
19847
19848         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
19849         of the background image instead of scaling the background down to
19850         a line.
19851
19852         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
19853         which temporarily set slider to wrong size.
19854
19855         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
19856         queue_clear().
19857
19858 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
19859
19860 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
19861
19862         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
19863
19864 2000-03-17  Tor Lillqvist  <tml@iki.fi>
19865
19866         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
19867         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
19868
19869         * gdk/win32/gdkfont-win32.c
19870         * gdk/win32/gdkproperty-win32.c
19871         * gdk/win32/gdkselection-win32.c
19872         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
19873         now declared such.
19874
19875 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
19876
19877         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
19878
19879 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
19880
19881         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
19882         is called without trapping X errors.
19883
19884 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
19885
19886         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
19887         way into the fontset lists.
19888
19889 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
19890
19891         * gtk/gtkthemes.h: add extern "C" scope.
19892
19893 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
19894
19895         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
19896         to make appends to the list constant. (gtk-guy-990901-0.patch)
19897
19898 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
19899
19900         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
19901         for the typename hash table.
19902
19903 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
19904
19905         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
19906         to make sure we never divide by zero. 
19907         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
19908
19909 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
19910
19911         * gtk/gtkfontsel.c: Apply patch from
19912         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
19913         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
19914
19915         Also, some cleanups in atom handling.
19916
19917 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
19918
19919         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
19920         not GtkWidget.
19921
19922 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
19923
19924         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
19925         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
19926         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
19927         more guint wrap-around bugs before going to bed.
19928
19929 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
19930
19931         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
19932         guint wrap arounds in allocation.width.
19933
19934         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
19935         process untill we fit the allocation given.
19936
19937 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
19938
19939         * gtk/gtkwidget.c:
19940         (gtk_widget_unrealize): guard widget access with ref/unref
19941         around signal emission.
19942         (gtk_widget_hide): same here, but also check its destroyed
19943         state before queueing a resize.
19944
19945 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
19946
19947         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
19948         of gtk_default_insensitive_bg as insensitive base color.
19949
19950         * gtk/gtktext.c (gtk_text_style_set): set the background color according
19951         to the widget's state.
19952         (gtk_text_realize): same here.
19953         (gtk_text_state_changed): same here.
19954         (draw_bg_rect): compare background color against base[] from
19955         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
19956
19957 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
19958
19959         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
19960         grabs are active, unless a delete event is send to the toplevel
19961         of the currently grab holding widget.
19962
19963 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
19964
19965         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
19966         debugging g_print's.
19967
19968 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
19969
19970         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
19971         ever make the scrolled-window requisition ever depend on the 
19972         visibility state of the scrollbars for the AUTOMATIC policy. 
19973         This breaks the GTK+ requisition model, and causes loops.
19974
19975 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
19976
19977         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
19978         the default font to avoid problems with XFree86-4.0 where the
19979         default charset is iso10646-1, not iso8859-1.
19980
19981 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
19982
19983         * acinclude.m4
19984         * config.guess
19985         * config.sub
19986         * ltconfig
19987         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
19988
19989         * gtk/Makefile.am: minor cosmetic consistency tweak
19990
19991 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
19992
19993         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
19994         the activate_time to 0, so that we handle a quick
19995         press/release press/release properly and don't suppress
19996         the second release. (Red Hat bug #7545)
19997
19998 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
19999
20000         * gtk/gtkctree.c (row_delete):
20001         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
20002         bugs with destruction notifier, *always* update internal
20003         structures *before* calling user code.
20004
20005 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
20006
20007         A few more fixes for bug #5487, #2051, #2677.
20008         * gtk/gtkclist.c : 
20009         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
20010         not GDK_BUTTON_PRESS.
20011         (resync_selection): resync only if selection_mode is
20012         GTK_SELECTION_EXTENDED
20013         * gtk/gtkctree.c (resync_selection): same here
20014
20015 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
20016
20017         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
20018         gdk_drag_get_selection() and gtk_menu_detach().
20019
20020         [ From Jeroen Ruigrok/Asmodai ]
20021
20022 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
20023
20024         * gtk/gtknotebook.c (gtk_notebook_size_request): 
20025         page->tab_label can be NULL.
20026
20027 2000-01-25  Havoc Pennington  <hp@pobox.com>
20028         
20029         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
20030         arg is boolean
20031
20032         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
20033
20034         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
20035
20036         * gdk/gdkproperty.c (gdk_property_get): return boolean
20037
20038         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
20039
20040         * gdk/gdkim.c (gdk_im_ready): return boolean
20041
20042         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
20043
20044         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
20045         glib clash, should fix glib)
20046
20047         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
20048         (gdk_get_show_events): return gboolean, and canonicalize 
20049         to TRUE/FALSE
20050
20051         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
20052         colormap is private
20053         (gdk_colors_alloc): gboolean whether to be contiguous
20054         (gdk_color_equal): return gboolean since we are a predicate
20055         and not a qsort() (this looks semi-wrong due to glib breakage,
20056         IMO glib should be fixed)
20057         
20058         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
20059         (gdk_get_use_xshm): return gboolean
20060         (gdk_pointer_is_grabbed): return gboolean
20061
20062         * gdk/gdk.h: Change prototypes to match all the above changes,
20063         and re-run egtk-format-protos as required.
20064
20065 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
20066
20067         * gtk/gtkctree.c (resync_selection): 
20068         * gtk/gtkclist.c (resync_selection):
20069
20070         Return immediately if clist->drag_pos < 0. This is a workaround
20071         for the corrupt state that the clist gets into when a
20072         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
20073
20074         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
20075         
20076         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
20077         variable from recent commit.
20078
20079 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
20080
20081         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
20082
20083 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
20084
20085         * gtk/Makefile.am: prefix all autogenerated source that get build in
20086         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
20087         in builddir. since we subsequently cd into srcdir for autogeneration,
20088         the paths have to be stripped from the target file names, thusly we
20089         use $(@F) as target names now.
20090         put a comment about configure.in's --disable-rebuilds option,
20091         which can be used for non-writable source directories, for development
20092         setups though, srcdir has to be *writable*.
20093
20094 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
20095
20096         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
20097           Finish the job of allowing event to be NULL.
20098           (Fixes bug #4283, reported by Chris Blizzard)
20099
20100         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
20101           things so that the cursor appears on screen, properly
20102           take into account INNER_BORDER.
20103           (Fixes bug #4754, reported by Antonio Campos)
20104
20105 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
20106
20107         * gtk/gtknotebook.c (gtk_notebook_map): Don't
20108           show the tab_label unless it itself is visible.
20109
20110           gtk/gtknotebook.c (gtk_notebook_size_request):
20111           Do a better job of making sure that the visibility
20112           of the tab label corresponds to whether it should
20113           be mapped or not.
20114
20115 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
20116
20117         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
20118           Use the requisition, not the allocation, since the
20119           allocation has not necessarily been computed yet.
20120           (Pointed out by Eugene Osintsev)
20121
20122 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
20123
20124         * gtk/gtkstyle.c (gtk_style_new): Dont' set
20125           style/base[GTK_STATE_INSENSITIVE] both to
20126           gtk_default_insensitive_bg!
20127           (Bug #2187, reported by Jonathan Blandford)
20128
20129         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
20130           Add Alt_L, Alt_R to list of invalid accelerators.
20131           (Bug #3736, reported by Vlad Harchev)
20132
20133 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
20134
20135         * gtk/gtkfilesel.c (open_ref_dir): Fix several
20136         bugs which occured after an attempt to open 
20137         invalid home directory left cmpl_state->reference_dir == NULL.
20138
20139          - completion on files in home directory didn't work
20140          - completion on an empty string caused  segfault
20141
20142          (Bug #3678, reported by Steve Ratcliffe)
20143
20144         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
20145         cut and paste error that was causing scales to
20146         be incorrectly positioned.
20147         (Bug #2956,
20148          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
20149
20150 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
20151
20152         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
20153         when checking for dcgettext, if we've found we needed
20154         it for dgettext.
20155 +
20156 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
20157
20158         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
20159         queue_clear on NO_WINDOW widgets during a reparent,
20160         since at that point the window and widget heirarchies
20161         are out of sync. This stops crashing in some cases
20162         (the scrolled window reparent test, for instance), and
20163         _probably_ won't cause drawing errors.
20164
20165         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
20166         test do what it was supposed to do and be robust against
20167         window closings, etc. (Bug #2443)
20168
20169 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
20170
20171         * gtk/gtkentry.c: Fix return values on mouse events.
20172         (Bug #2686, Sky <seb_sky@yahoo.com>)
20173
20174         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
20175         (pointed out by George Lebl)
20176
20177         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
20178         (From Ettore Perazzoli  <ettore@helixcode.com>)
20179  
20180 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
20181
20182         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
20183         clicks between rows or outside calender area correctly.
20184         (Patch from Damon Chaplin)
20185
20186         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
20187         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
20188           Call destroy function when overwriting existing data. 
20189           (Pointed out by Damon Chaplin)
20190
20191 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
20192
20193         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
20194           which was causing problems on various systems with Xmu.
20195           This hasn't been needed for a very long time.
20196           (Fixes #1185 3167)
20197
20198 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
20199
20200         * gdk/gdki18n.h: Include <ctype.h> when defining
20201           gdk_isw* in terms of is* as a fallback.
20202           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
20203
20204 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
20205
20206         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
20207           realize the widget when it is size allocated!
20208           (old, old bug)
20209
20210         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
20211           Removed unused call to gdk_window_get_size() that
20212           showed up when the above was fixed.
20213
20214 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
20215
20216         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
20217           fix up widget->window when the widget is a
20218           NO_WINDOW container widget.
20219
20220 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
20221
20222         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
20223           to account for the fact that feof() does _not_ 
20224           return TRUE on errors, and thus avoid infinite loops
20225           when trying to use gdk_pixmap_create_from_xpm()
20226           on unreadable values.
20227
20228 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
20229
20230         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
20231
20232 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
20233
20234         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
20235           gdk_gc_set_dashes to take gint8 instead of gchar to
20236           make it clearer that it is _not_ a NULL terminated string.
20237
20238         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
20239           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
20240           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
20241           arguments.
20242
20243 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
20244
20245         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
20246         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
20247         background size relative to our allocation, guard against small
20248         allocations, we may have not yet been size allocated.
20249
20250 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
20251
20252         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
20253         not just version == 3. We implement all 3 + most of 4 - 
20254         (we don't support matching text/plain;charset=iso-8859-1
20255         to a dest that expects text/plain). We'll still advertise
20256         3 to be safe, but any client implementing version >= 3
20257         must interoperate with 3.
20258         
20259 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
20260
20261         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
20262         background and gc members, add a warning in gtk_tooltips_set_color()
20263         indicating that this function is deprecated.
20264
20265 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
20266
20267         * docs/gtkfaq.sgml: FAQ Update:
20268           - Minor cleanups (Emmanuel, me)
20269           - New questions:
20270                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
20271                 How can I retrieve the text from a GtkMenuItem? (timj)
20272                 How do I validate/limit/filter the input to a GtkEntry? (me)
20273                 Memory does not seem to be released when I free the list
20274                         nodes I've allocated (timj)
20275
20276 2000-03-07  Tor Lillqvist  <tml@iki.fi>
20277
20278         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
20279         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
20280         for which it is no use to call GetLastError onWin9x.
20281         (gdk_other_api_failed) New function, for general error
20282         reporting without calling GetLastError.
20283         (gdk_win32_api_failed) OTOH, this function always calls
20284         GetLastError. (gdk_win32_last_error_string) Remove this function,
20285         GLib has the equivalent now.
20286
20287         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
20288         call them with function name, file name and line number in the
20289         arguments.
20290
20291         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
20292         functions.
20293         
20294         * gtk/gtk.def: Add some missing entry points.
20295
20296         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
20297         gtk_paned_set_gutter_size, which don't exist any longer, as void.
20298         
20299         Fixes by Hans Breuer:
20300
20301         * gdk/makefile.msc: Update for debugging.
20302
20303         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
20304         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
20305         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
20306         in the dash_list.
20307
20308         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
20309         the x11 backend.
20310
20311         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
20312
20313         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
20314
20315 2000-03-04  Tor Lillqvist  <tml@iki.fi>
20316
20317         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
20318         just pixel value of background colour.
20319
20320         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
20321         containing code snippet previously duplicated in a couple of
20322         places.
20323         
20324         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
20325         gdk_colormap_color.
20326
20327         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
20328         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
20329         events for autorepeated Shift, Control and Alt keys. Use
20330         gdk_colormap_color.
20331
20332         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
20333         pointer is inside the window the cursor of which we are setting,
20334         call SetCursor immediately.
20335
20336         * gdk/win32/makefile.cygwin
20337         * gtk/makefile.cygwin: If we don't have the build number stamp
20338         file, use zero.
20339
20340         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
20341         gtk_paned_set_gutter_size as empty.
20342
20343         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
20344         
20345 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
20346
20347         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
20348           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
20349           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
20350           docs/gtk_tut.sgml docs/gtk.texi TODO:
20351
20352           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
20353
20354 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
20355
20356         * gtk/gtkcalendar.c: Implement num_marked_dates,
20357           and don't emit mutiple day_selected signals on
20358           month_prev.
20359
20360 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
20361
20362         * docs/make-todo (lineno): let title and logo be configurable so
20363         that GNOME can use this script too.
20364
20365         * TODO.xml: added logourl and a title
20366
20367 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
20368
20369         * TODO.xml: Added some UI items, and an explanatory
20370         comment at the top of the file.
20371
20372 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
20373
20374         * TODO.xml: some updates, added abunch of new entries.
20375         a note for those fiddeling with this file, when done
20376         with it, invoke:
20377         $ ./docs/make-todo TODO.xml >/dev/null
20378         and correct output errors before comitting changes.
20379
20380 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
20381
20382         * TODO.xml: Added XML-structured TODO file.
20383         * docs/make-todo: python script to turn TODO.xml into
20384           pretty XML output. 
20385
20386 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
20387
20388         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
20389         the function to let it draw the seven dots, instead of the old,
20390         much maligned, method.
20391         (draw_dot): New function to draw a dot.
20392
20393         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
20394         to draw the handle inside the border width as opposed to outside.
20395         Use paint function instead of gdk_draw_point.
20396
20397         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
20398         to draw the handle inside the border width as opposed to outside.
20399         Use paint function instead of gdk_draw_point.
20400
20401         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
20402         Change indenting to be more GTK like.
20403
20404 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
20405
20406         * docs/gtk_tut.sgml: New section on GtkCalendar
20407         * examples/calendar: Update example code
20408
20409 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
20410
20411         * docs/gtkfaq.sgml: FAQ Update
20412
20413 2000-02-19  Anders Carlsson  <andersca@gnu.org>
20414
20415         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
20416         to prevent the scroll event to be propagated upwards.
20417
20418 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
20419
20420         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
20421         OwnerGrabButtonMask from button entries for
20422         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
20423
20424         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
20425         to the event mask (which will result in button/press release
20426         being added to the event mask on Unix) so scrolling works
20427         for layouts in scroll windows.
20428
20429         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
20430
20431         Patch from Anders Carlsson  <andersca@gnu.org> to add
20432         a scroll event.
20433
20434         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
20435         scrolling to the "Test Scrolling" part of testgtk.
20436  
20437         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
20438  
20439         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
20440         it against GDK_SCROLL.
20441  
20442         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
20443         way of mouse wheel scrolling.
20444  
20445         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
20446  
20447         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
20448  
20449         * gtk/gtkmain.c: Removed previous mouse wheel hack.
20450  
20451         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
20452         gdk_event_mask_table.
20453  
20454         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
20455         GdkEventScroll handler.
20456  
20457         * gdk/gdkevents.h: Added GdkEventScroll structure.
20458  
20459 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
20460
20461         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
20462         and Anders Carlsson to change the Paned widgets so that they
20463         can be dragged from anywhere along the length. Also change
20464         the way that this is drawn to make this apparent.
20465
20466         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
20467         from George Lebl to check that option_menu->menu is present
20468         before getting history.
20469
20470 2000-02-14  Tor Lillqvist  <tml@iki.fi>
20471
20472         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
20473         before the assertion for non-NULL segment list.
20474
20475         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
20476         Seems that pattern brushes *must* be 8x8 pixels! At least on my
20477         machine, but it might be display driver dependent. Sigh, so make
20478         sure the stipple is that size. Does Windows suck or what?
20479
20480         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
20481         places.
20482
20483 2000-02-13  Havoc Pennington  <hp@pobox.com>
20484
20485         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
20486         refcount to 1
20487         (gdk_cursor_new): init refcount to 1
20488
20489         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
20490
20491 2000-02-13  Tor Lillqvist  <tml@iki.fi>
20492
20493         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
20494         so that we don't have to do unnecessary settings to the HDC.
20495
20496         * gdk/win32/gdkdrawable-win32.c
20497         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
20498         gdk_gc_predraw.
20499
20500         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
20501         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
20502         GDI paths, call WidenPath to get the outline of the stroken path,
20503         and then fill the outline (with the brush that was built from the
20504         stipple).
20505
20506         * gdk/win32/gdkgc-win32.c: Factor out common code from
20507         _gdk_win32_gc_new and gdk_win32_gc_set_values into
20508         gdk_win32_gc_values_to_win32values. Use correct colour for
20509         SetBkColor() (Until now the code actually used a random colour in
20510         the call to SetBkColor()... but that didn't show up as not many
20511         GDI APIs use the background colour. Pattern (opaque stippled)
20512         brushes do.)
20513
20514         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
20515         gdk_win32_api_failed): New functions for error logging.
20516
20517         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
20518         WIN32_API_FAILED to call them, passing function or file name and
20519         line number.
20520
20521         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
20522
20523         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
20524         GdkColor for foreground and background in GdkGCWin32Data.
20525
20526         * gdk/makefile.cygwin: Link in the resource object separately.
20527
20528         * gdk/win32/rc/gdk.rc
20529         * gtk/gtk.rc (New file)
20530         * gdk/win32/makefile.cygwin
20531         * gtk/makefile.cygwin: Update build number in DLLs automatically,
20532         as in GLib.
20533
20534 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
20535
20536         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
20537         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
20538         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
20539         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
20540         parameters given and cursor->ref_count. coding style fixups.
20541
20542         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
20543         not GtkWidget.
20544         
20545         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
20546         fix up widget macros and add _GET_CLASS() variant.
20547         
20548         * gtk/*.c: some GtkType fixups.
20549
20550 2000-02-09  Tor Lillqvist  <tml@iki.fi>
20551
20552         * gdk/win32/gdkproperty-win32.c
20553         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
20554         were reversed.
20555
20556 2000-02-04  Tor Lillqvist  <tml@iki.fi>
20557
20558         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
20559         g_filename_to_utf8 to convert the font names Windows gives us from
20560         whatever is the default codepage to UTF-8.
20561         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
20562         in the other direction.
20563
20564         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
20565         error in debugging output.
20566
20567 2000-02-02  Tor Lillqvist  <tml@iki.fi>
20568
20569         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
20570         and height parameters to gdk_window_clear_area(). Not minus one.
20571
20572 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
20573
20574         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
20575         checks if the widget passed to gtk_drag_get_data() was not the
20576         dest widget.
20577
20578 2000-02-01  Tor Lillqvist  <tml@iki.fi>
20579
20580         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
20581         g_filename_from_utf8 functions (which were added a moment ago to
20582         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
20583         size buffers.
20584
20585         gtk_file_selection_get_filename returns the filename in the C
20586         runtime encoding. It calls g_filename_from_utf8, but copies the
20587         returned string to a static buffer, which is returned. I think
20588         this is better than returning the result from g_filename_from_utf8
20589         directly, which would mean all apps that use it would have to free
20590         the return value. Or should this function care about this issue at
20591         all? Maybe a new function with clearly defined semantics.
20592
20593         * gtk/gtkfilesel.h: Add comment about
20594         gtk_file_selection_get_filename returning the filename in the C
20595         runtime's encoding.
20596
20597         * README.win32
20598         * gdk/gdk.def
20599         * gdk/makefile.{cygwin,msc}
20600         * gtk/gtk.def: Updates.
20601
20602         * gdk/gdkcursor-win32.c: Initialise refcount.
20603
20604 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
20605
20606         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
20607
20608 2000-01-30  Havoc Pennington  <hp@pobox.com>
20609
20610         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
20611         destroy
20612
20613         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
20614
20615         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
20616         implemented in platform-specific code
20617
20618         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
20619
20620         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
20621         underscore in front
20622
20623         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
20624         put an underscore in front
20625
20626         * gdk/gdkcursor.c: new file, implements
20627         gdk_cursor_ref/gdk_cursor_unref
20628
20629         * gdk/gdkcursor.h: Refcount GdkCursor
20630
20631         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
20632
20633 2000-01-29  Tor Lillqvist  <tml@iki.fi>
20634
20635         * gdk/gdkwindow.h
20636         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
20637
20638 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
20639
20640         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
20641         structures to properly inherit from GtkWidget not GtkBin.
20642
20643 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
20644
20645         * gtk+.spec.in: Added lib/gtk+/include/* to %files
20646         (bug #5178 - Peter Wainright)
20647         
20648         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
20649         so that it will be installed.
20650         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
20651
20652 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
20653
20654         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
20655         for the GtkStyleClass vtable const.
20656
20657         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
20658         take a const string argument like GtkTranslateFunc. This will
20659         require changes in use code.
20660
20661 2000-01-19  Tor Lillqvist  <tml@iki.fi>
20662
20663         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
20664         semantics (to mimic the X11 backend, which just calls XClearArea)
20665         is to check for zero width (and height), and in that case use the
20666         window's width minus x (height minus y). This fixes for instance
20667         some redraw problems with gtkclist, which were easily noticeable
20668         in the gtk file selection widget.
20669
20670         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
20671         windows.
20672
20673 2000-01-13  Tor Lillqvist  <tml@iki.fi>
20674
20675         * configure.in
20676         * gdk/Makefile.am
20677         * gdk/x11/Makefile.am
20678         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
20679         (bug #5177).
20680         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
20681         out later.
20682
20683 2000-01-09  Tor Lillqvist  <tml@iki.fi>
20684
20685         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
20686         WM_MOVE for iconified or invisible windows. This fixes various
20687         problems when minimising windows. Thanks to Bernd Herd.
20688
20689 2000-01-05  Tor Lillqvist  <tml@iki.fi>
20690
20691         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
20692         backend's draw_lines method, not draw_points.
20693
20694 2000-01-02  Tor Lillqvist  <tml@iki.fi>
20695
20696         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
20697         before Owen's reorganisation: Don't have queued_events and
20698         queued_tail statics in this file, but use gdk_queued_events and
20699         gdk_queued_tail. This makes exposure event compression work again.
20700
20701         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
20702         seem to be needed?
20703
20704 1999-12-30  Tor Lillqvist  <tml@iki.fi>
20705
20706         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
20707         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
20708         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
20709         doesn't do anything.
20710
20711         * gdk/gdk.def: Add gdk_xid_table_insert.
20712
20713         * gdk/win32/gdkprivate-win32.h
20714         * gdk/win32/gdkevents-win32.c
20715         * gdk/win32/gdkinput-win32.c
20716         
20717         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
20718         extension_events field in the GdkWindowWin32Data struct. Use only
20719         the extension_events field in GdkWindowPrivate. Previously one was
20720         set, and the other one tested, which broke tablet
20721         functionality. Thanks to Keishi Suenaga for pointing this out.
20722
20723 1999-12-18  Tor Lillqvist  <tml@iki.fi>
20724
20725         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
20726         When handling a single character (text length == 1), don't handle
20727         it as if it was UTF-8.
20728
20729 1999-12-11  Tor Lillqvist  <tml@iki.fi>
20730
20731         * Makefile.am: Distribute README.win32.
20732         
20733         * gdk/Makefile.am
20734         * gdk/win32/Makefile.am: Distribute Win32 files.
20735
20736         * gdk/makefile.msc: New file.
20737
20738         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
20739         after label).
20740
20741         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
20742         gdk_error_code as GDKVAR, as they are referred outside GDK.
20743
20744         * gdk/win32/makefile.msc: Update.
20745
20746         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
20747         tweaks. Check only if at least one of those Unicode subrange bits
20748         we care for is set. If no code page bits are set, guess (wildly)
20749         based on the charset.
20750
20751         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
20752
20753         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
20754         non-NULL.
20755
20756         * gtk/gtkdnd.c
20757         * gtk/gtklayout.c
20758         * gtk/gtkplug.c
20759         * gtk/gtkselection.c
20760         * gtk/gtksocket.c
20761         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
20762         appropriate. There must be a cleaner way to handle this?
20763
20764         * gtk/gtkrc.c: Must include windows.h on Win32.
20765
20766         * gtk/testgtk.c: No need to include gdkx.h.
20767
20768         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
20769
20770 1999-12-07  Tor Lillqvist  <tml@iki.fi>
20771
20772         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
20773         the rbearing is set to the same as the width, but this should be
20774         fixed.
20775
20776 1999-12-06  Tor Lillqvist  <tml@iki.fi>
20777
20778         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
20779         function. If Windows doesn't tell us what Unicode subranges a font
20780         covers, guesstimate based on the codepages it covers. This will
20781         hopefully help those Windows versions or fonts that don't give us
20782         any useful Unicode subrange information with GetTextCharsetInfo.
20783         Call this function in gdk_font_load_internal.
20784
20785         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
20786         minor changes.
20787
20788 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
20789
20790         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
20791         New function, long needed.
20792
20793 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
20794
20795         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
20796         only_if_exists argument of gdk_atom_intern to
20797         bool.
20798
20799 1999-11-25  Tor Lillqvist  <tml@iki.fi>
20800
20801         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
20802         Fix two copy&paste errors.
20803
20804         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
20805         win32 has changed.
20806
20807         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
20808         GdkWin32SingleFont struct.
20809
20810         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
20811         subranges of loaded fonts. Clear font signature first, in case
20812         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
20813         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
20814
20815         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
20816         Unoffset clip region.
20817
20818 1999-11-23  Tor Lillqvist  <tml@iki.fi>
20819
20820         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
20821         event->any.window before calling filter functions.
20822
20823 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
20824
20825         * gtk/gtkgamma.h: Adapt cast macros to standard.
20826
20827 [ Merges from 1.2 ]
20828
20829 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
20830
20831         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
20832         If translation does not include a '/', use entire
20833         translation instead of crashing.
20834
20835 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
20836
20837         * docs/gtk_tut.sgml:
20838         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
20839
20840 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
20841
20842         * gtk/gtkselection.c (gtk_target_list_remove): Use
20843         g_list_remove_link, not g_list_remove.
20844
20845         [ From Geert Bevin <gbevin@thunderstorms.org> ]
20846         
20847 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
20848
20849         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
20850         statement upon unselection (how the heck did that slip in?).
20851
20852 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
20853
20854         * gtk/gtktext.c (gtk_text_freeze): 
20855         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
20856         in frozen state (and aparently crashes). patch provided by Anders
20857         Melchiorsen <and@kampsax.dtu.dk>.
20858
20859 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
20860
20861         * fix insensitive default/focus widget activation,
20862         reported by Matt Goodall <mgg@isotek.co.uk>.
20863
20864         * gtk/gtkwindow.c (gtk_window_key_press_event): 
20865         (gtk_window_activate_default):
20866         (gtk_window_activate_focus):
20867         return handled=FALSE for actiavtion of insensitive default
20868         widgets. return handled=TRUE for activation of insensitive
20869         focus widgets. don't activate in either case.
20870
20871 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
20872
20873         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
20874         and $glib_cflags to match library order and in the
20875         theory that an old version of GLib is more likely to
20876         be in the include directory for X then vice-versa.
20877         (Bug #2776)
20878
20879 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
20880
20881         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
20882         to determine the locale for fontsets, not LC_MESSAGES;
20883         the user may want English messages with a handling
20884         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
20885         will still be broken) (Bug #2891)
20886
20887 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
20888
20889         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
20890
20891 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
20892
20893         * gtk/gtkrc.ko: Changed the Korean default fontset.
20894
20895 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
20896
20897         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
20898         where when scrolling to the left or top double exposes
20899         were done, causing major slowdowns.
20900
20901 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
20902
20903         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
20904         names to lowercase and alphanumeric, before looking
20905         them up.
20906
20907         * gtk/Makefile.am: Install codeset variant gtkrc files
20908         with normalized names.
20909
20910 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
20911
20912         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
20913         popup menus when the menu is already visible, but its parent
20914         is still hidden, (happens after tornoff window got hidden).
20915
20916 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
20917
20918         * gtk/Makefile.am (install-data-local): Fix
20919         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
20920         deleted, causing error messages on install.
20921
20922 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
20923
20924         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
20925         the handle as well, since we now sometimes ignore
20926         exposes on the handle while resizing.
20927
20928 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
20929
20930         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
20931         extra g_free introduced in one of the last one or two 
20932         commits.
20933
20934 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
20935
20936         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
20937         consistent, put each style that a gtkrc.* file creates
20938         in a unique namespace, remove old files before installing.
20939
20940 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
20941
20942         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
20943         gtk_rc_init is called multiple times. (Yes, people who
20944         do that have bugs in their code.)
20945
20946 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
20947
20948         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
20949         Remove it since it's generated by the Makefile anyway
20950
20951 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
20952
20953         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
20954         device->info.axes for core pointer.
20955
20956 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
20957
20958         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
20959         idle_id, to deal with obsolete, broken C libraries.
20960
20961 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
20962
20963         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
20964         allocation->x/y twice!
20965
20966         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
20967         consistent with gtk_vscale_pos_trough().
20968
20969 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
20970
20971         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
20972         be queueing a resize on a toplevel container between
20973         the time we show it and when we map it. So, we need
20974         to test GTK_WIDGET_VISIBLE() for toplevels, and only
20975         use GTK_WIDGET_DRAWABLE() for child windows.
20976
20977 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
20978
20979         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
20980         (fixes bug #2144)
20981
20982 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
20983
20984         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
20985         container DRAWABLE (instead of VISIBLE), so we don't queue
20986         resizes on non-toplevel containers.
20987
20988 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
20989
20990         * gtk/gtkselection.[ch]: Make the data argument
20991         const guchar *.
20992
20993 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
20994
20995         * gtk/gtkwindow.c: Try to behave sensibly if 
20996         the focus widget is the window itself. (Should
20997         we allow this at all?)
20998
20999 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
21000
21001         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
21002         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
21003         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
21004         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
21005         in prototypes and implementations consistent (Tomas Ogren).
21006
21007         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
21008         before the widget is unparented (reported by damon).
21009
21010         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
21011         since we provide unsigned data anyways.
21012
21013 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
21014
21015         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
21016         the call to gtk_tooltips_layout_text() until later.
21017
21018         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
21019         Call gtk_widget_ensure_style() before using the style.
21020
21021 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
21022
21023         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
21024         for old widgets that don't propagate draws to all
21025         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
21026
21027 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
21028
21029         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
21030         for a redraw but just the widget that requested the resize.
21031
21032 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
21033
21034         * gtk/gtkcontainer.c: added new widget level method
21035         gtk_container_set_reallocate_redraws() and a GtkContainer flag
21036         reallocate_redraws : 1 to reflect the setting, exported this through
21037         the argument system as a boolean ::reallocate_redraws.
21038
21039         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
21040         on the widget because the allocation changes, do so as well for
21041         widget->parent if the parent has reallocate_redraws set to TRUE.
21042         with that containers requesting reallocation redraws get automatically
21043         redrawn if their children changed allocation (this unfortunately
21044         affects also other children that didn't change allocation, but we
21045         cannot work around that before 1.3).
21046
21047 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
21048
21049         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
21050         _and_ height are >0 (not _or_).
21051
21052         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
21053         instead of gtk_container_queue_resize(), which is a core gtk internal
21054         function (must have been on crack when i queued that).
21055
21056         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
21057         we can check more reliably if we want to discard expose events.
21058         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
21059         flag.
21060         
21061         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
21062         we simply trust these events. for deciding whether to discard exposes,
21063         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
21064         
21065 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
21066
21067         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
21068         queues of areas that are completely off screen.
21069
21070         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
21071         logic for handleboxes.
21072
21073         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
21074         check on width/height.
21075
21076 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
21077
21078         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
21079         we are fine with using $@ the way we do (if we actually encounter
21080         brokeness with $@ in VPATH builds because of additional path prefixes,
21081         we need to use $(@F) actually).
21082
21083 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
21084
21085         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
21086         short lived bugs, that would allow language bindings to do surgeries
21087         to our guts.
21088
21089 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
21090
21091         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
21092         where comparison was being done against an uninitialized
21093         value causing intermittant results depending on
21094         compiler flags. Also make it clearer that we aren't
21095         ever initializing the child as 0x0 (though this will
21096         be caught in gtk_widget_size_allocate())
21097
21098 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
21099
21100         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
21101         gtk_window_unset_transient_for() call after we do checks
21102         involving the old transient parent.
21103         [ From Lance Capser <lmc@cyberhighway.net> ]
21104
21105 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
21106
21107         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
21108         an empty file.
21109
21110 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
21111
21112         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
21113         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
21114
21115 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
21116
21117         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
21118         `$@' is valid only in the build dir, not after we've done 
21119         `cd $srcdir'.  Also use `test -f' instead of less portable
21120         `test -e'.
21121
21122 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
21123
21124         * gtk/gtktext.c (correct_cache_insert): Rewrite
21125          for simplicity, and hopefully correctness.
21126          (Fixes bug #1322, which was a segfault when
21127           on some insertions with the properties around
21128           the insertion set up just wrong.)
21129
21130         * gtk/gtktext.c (gtk_text_adjustment): When we receive
21131          a "changed" signal, clamp the new value to the adjustment
21132          bounds to avoid segfaulting if someone tries to change
21133          the adjustment to a bogus value. (Bug #1795)
21134
21135 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
21136
21137         * gtk/gtkmain.c: Ignore unexpected destroy notifies
21138         for children, for toplevel windows handle them
21139         like delete_event.
21140
21141         * gtk/gtkplug.c: Add an unrealize handler so that
21142         we unref plug->socket_window when we are done
21143         with it.
21144
21145 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
21146
21147         * gtk/gtktext.c (clear_area): Fix stupid signedness
21148          problem that was causing background to sometimes
21149          be misaligned.
21150
21151 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
21152
21153         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
21154         
21155         * gtk/gtkmenu.c (gtk_menu_position): Make
21156          sure we never position menus with negative x, y,
21157          since gtk_widget_set_uposition() can't handle that.
21158
21159         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
21160          Modify the positioning code a bit so that we always
21161          put the top-left corner onscreen. (This is for
21162          UI reasons, gtk_menu_position() now takes care of
21163          gtk_widet_set_uposition() brokeness.)
21164
21165 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
21166
21167         * gtk/Makefile.am: fixed up things for -jx, x > 1.
21168
21169 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
21170
21171         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
21172           RC style that is passed in. The lack of the ref
21173           before was a bug. If people worked around this
21174           bug, this will introduce a slight memory leak
21175           in their code. The code should typically look like:
21176
21177             rc_style = gtk_rc_style_new ();
21178             [...]
21179             gtk_widget_modify_style (widget, rc_style);
21180             gtk_rc_style_unref (rc_style);
21181
21182         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
21183           the style if it was already set.
21184
21185         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
21186           style if it was set before.
21187
21188 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
21189
21190         * gtk/testgtk.c (main): Add a check to see if we
21191           are being run from the correct directory and
21192           to quit nicely if we are not.
21193
21194         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
21195           static.
21196
21197 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
21198
21199         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
21200
21201         * gtk/gtkwindow.c:
21202         queue resizes unconditionally (gtk_widget_queue_resize will figure
21203         what to do if the window is not realized).
21204         (gtk_window_move_resize): only recenter the window
21205         for GTK_WIN_POS_CENTER_ALWAYS.
21206         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
21207         the same way as GTK_WIN_POS_CENTER.
21208
21209 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
21210
21211         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
21212         with (!(info->last_flags & GDK_HINT_POS)) instead of
21213         (!info->last_flags & GDK_HINT_POS).
21214
21215         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
21216         new_height unconditionally, because we use these values even if
21217         !default_size_changed && !hints_changed.
21218         comented the (default_size_changed || hints_changed) case with
21219         respect to resize rejects from the window manager.
21220
21221         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
21222         in the zvt condition hack, since this includes the window hints, set
21223         the hints after the handling_resize case.
21224
21225         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
21226         window is initially shown with to the geometry.
21227
21228 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
21229
21230         * gtk/gtkwindow.c (gtk_window_move_resize):
21231         s/size_changed/default_size_changed/g so i know what's
21232         really going on (frying brain on smaller flame now).
21233
21234 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
21235
21236         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
21237         we have size_changed upon handling_resize. this is a gross
21238         workaround for the broken zvt widget and should be removed in
21239         1.3 again (search for FIXME).
21240         Owen provided an accurate comment for this:
21241
21242         /* We could be here for two reasons
21243          *  1) We coincidentally got a resize while handling
21244          *     another resize.
21245          *  2) Our computation of size_changed was completely
21246          *     screwed up, probably because one of our children
21247          *     is broken. It's probably a zvt widget.
21248          *
21249          * For 1), we could just go ahead and ask for the
21250          * new size right now, but doing that for 2)
21251          * might well be fighting the user (and can even
21252          * trigger a loop). Since we really don't want to
21253          * do that, we requeue a resize in hopes that
21254          * by the time it gets handled, the child has seen
21255          * the light and is willing to go along with the
21256          * new size. (this happens for the zvt widget, since
21257          * the size_allocate() above will have stored the
21258          * requisition corresponding to the new size in the
21259          * zvt widget)
21260          *
21261          * This doesn't buy us anything for 1), but it shouldn't
21262          * hurt us too badly, since it is what would have
21263          * happened if we had gotten the configure event before
21264          * the new size had been set.
21265          */
21266
21267 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
21268
21269         * gtk/gtkrc.c: deal properly with the fact that RC
21270           style lists may include rc styles more than once.
21271
21272         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
21273           unused static function.
21274
21275         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
21276           stack of directories of RC files currently being
21277           parsed and implicitely add them to pixmap path.
21278           
21279           This fixes a bug where the directory would get
21280           appended then overwritten by pixmap_path declarations.
21281
21282           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
21283
21284         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
21285           theme's exit function. (Patch from Peter Wainwright,
21286           bug #1454)
21287
21288         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
21289           Add a destroy() handler to take care of removing
21290           group for menu item. (Fixes bug #1197)
21291
21292         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
21293           in warning message.
21294
21295 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
21296
21297         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
21298         roundtrip to figure window's width and height, since we know that
21299         anyways from widget->allocation.
21300
21301 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
21302
21303         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
21304           the hints after we request the new size.
21305
21306 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
21307
21308         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
21309           GTK_WIDGET_REALIZED() assertion - we can compute the
21310           hints before we are realized.
21311
21312         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
21313           hint changing so that we have a value of hints_changed
21314           when we decide whether to constrain the window size.
21315
21316         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
21317
21318         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
21319         change back to G_MAXINT.
21320
21321 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
21322
21323         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
21324         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
21325         contain uncluttered values.
21326         (gtk_window_compute_hints): simply assert that window is realized
21327         and that geometry_info is valid, since we rely on this anyways.
21328         (gtk_window_constrain_size): major cleanups to the code.
21329         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
21330         for the base size, instead of the minimums. use 32767 as max width
21331         and height (like in gtkwindow.c) instead of G_MAXINT.
21332
21333 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
21334
21335         * cleaned up the GtkContainer.need_resize flag handling mess, we
21336         only need to force resize requests when we were prematurely
21337         realized, or our widget tree was modified when we were temporarily
21338         hidden. handling these cases directly upon showing the window (i.e.
21339         while the GdkWindow is still unmapped) avoids the need to wait for
21340         a configure event response and therefore makes the GUI more snappier
21341         and avoids blank windows during the roundtrip.
21342
21343         * gtk/gtkwidget.c:
21344         (gtk_widget_hide): 
21345         (gtk_widget_show): don't queue resizes on toplevels, they know how
21346         to deal with matters.
21347
21348         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
21349         flag directly for not visible resize containers and spare us unecessary
21350         signal emissions.
21351
21352         * gtk/gtkwindow.c:
21353         (gtk_window_realize): if we need to enforce premature size allocation,
21354         queue a container resize so we are correctly resized later on.
21355         (gtk_window_init):
21356         (gtk_window_size_request):
21357         don't freak around with the ->need_resize flag,
21358         gtk_container_queue_resize() will care about that.
21359         (gtk_window_show):
21360         handle initial resizing issues here, we can handle matters better in
21361         this place, especially since we know that our GdkWindow is still
21362         unmapped.
21363         (gtk_window_move_resize):
21364         don't care about ->need_resize at all.
21365         handle size changes properly that occoured while we waited for a
21366         configure event.
21367
21368 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
21369
21370         * gtk/gtkwidget.c (gtk_widget_set_uposition):
21371         * gtk/gtkwindow.[hc] (gtk_window_reposition):
21372         Move the hint setting code from gtk_widget_set_uposition
21373         to here; set the hints so that we respect any previously
21374         set geometry hints.
21375
21376         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
21377         change the window hints here or move the window here,
21378         let that happen in gtk_window_move_resize().
21379
21380 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
21381
21382         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
21383         to already queued resizes (and therefore redraws) on a widget, check
21384         its anchestry as well.
21385
21386         * gtk/gtkcontainer.c:
21387         (gtk_container_queue_resize): clear resize widgets for resize
21388         containers before aborting prematurely. this is especially important
21389         for toplevels which may need imemdiate processing or their resize
21390         handler to be queued.
21391         (gtk_container_dequeue_resize_handler): added new internal function for
21392         gtkwindow.c.
21393
21394         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
21395         configure event, take possible changes in window position into account
21396         as well.
21397         if we request a new window size, queue up a resize handler that will
21398         last until the configure event response arrives.
21399         combined the ->need_resize case (initial show) with the general size
21400         (hints) changed case and added even more comments.
21401         if !auto_shrink, only revert to the old allocation if the new size
21402         is smaller than the current allocation.
21403
21404 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
21405
21406         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
21407                            gtk_window_set_geometry_hints
21408                            gtk_window_set_default_size):
21409         When hints are set, queue a resize so that the hints will
21410         be eventually reset on the toplevel.
21411
21412         * gtk/gtkwindow.c (gtk_window_show): Use
21413         gtk_window_compute_default_size(). Clear the need_resize flag
21414         on the initail map so that we don't unnecessarily trigger the
21415         resize code.
21416
21417         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
21418         into separate functions. Compare the hints we are setting
21419         with what we set last time so that we can accurately
21420         tell when we need to reset the hints.
21421
21422         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
21423         function to figure out the size from requisition
21424         and default_size.
21425
21426         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
21427         from fvwm to constrain a size to the geometry hints.
21428
21429         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
21430         to compare two sets of geometry hints.
21431
21432         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
21433         from gtk_window_set_hints(), just compute the hints,
21434         don't set them.
21435
21436         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
21437         code from gtk_window_move_resize() to separate function,
21438         rationalize a bit.
21439
21440 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
21441
21442         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
21443         structure into a new private structure.
21444
21445         * gtkrc.c: Split GtkRcStyle into public/private.
21446         In the private part, add a list of pointers to the
21447         RcStyle lists this RcStyle participates in.
21448
21449         * gtkrc.c: When a RcStyle is free, remove all
21450         lists referencing it from the 
21451         realized_style_ht hash, and free those lists.
21452         
21453         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
21454         gtk_rc_init(), since that adds the default styles
21455         to the list of parsed RC files again.
21456
21457         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
21458         
21459 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
21460
21461         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
21462         checks that ensure that a widget's allocation is at least 1 in width
21463         and height. (GNOME note: this doesn't affect old panel code anymore,
21464         because GtkSocket will request width and height of at least 1 since
21465         Fri Jul 23).
21466
21467         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
21468         allocated yet (happens if the user realizes the window prematurely),
21469         size request and allocate it.
21470         (gtk_window_size_allocate): guard against guint underflows.
21471
21472 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
21473
21474         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
21475         in gtk_built_sources, so gtk.defs gets built prior to all other
21476         sources.
21477
21478 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
21479
21480         * gtk/Makefile.am:
21481         invoke indent on gtkmarshal.*. 
21482         rewrote source generation rules, use COPYING as oldest source tag for
21483         a piggyback rule to generate all sources from (don't touch it ;).
21484         major cleanups, strip spaces on build rules for GNU Make.
21485
21486         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
21487         source and target files from commandline arguments. don't invoke indent.
21488
21489 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21490
21491         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21492         notebook after switch to avoid drawing problems.
21493         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21494         
21495         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21496         show them instead. 
21497         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21498
21499 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21500
21501         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21502         notebook after switch to avoid drawing problems.
21503         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21504         
21505         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21506         show them instead. 
21507         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21508
21509 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
21510
21511         * gtk/gtkwindow.c:
21512         we use window->need_resize from configure_event now, to indicate that
21513         the gtkwindow should keep its allocation (e.g. because the user resized
21514         the window through window manager handles). resize_count is now reliably
21515         used to figure whether we got the allocation we requested from the
21516         window manager.
21517         configure events get queued as resizes now, the real stuff (size
21518         computation and allocation) now only goes on in gtk_window_move_resize().
21519         GtkWindow's requisition now contains its *real* requisition (like all
21520         other widgets), *not* taking usize into account.
21521         geometry_info->last_{width|height} is now updated from set_hints() only
21522         so it always contains the last hints we set for the window manager.
21523         made some event handlers return TRUE instead of FALSE.
21524         the overall code should be much more straight forward now, and the
21525         significant code portions are accompanied by comments now.
21526         (gtk_window_set_hints):
21527         removed requisition argument and made it
21528         fetch the requisition through gtk_widget_get_child_requisition.
21529         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
21530         does that now.
21531         (gtk_window_show):
21532         ensure that the widget is realized before calling 
21533         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
21534         ensure that we got properly size requested and allocated before
21535         realization.
21536         (gtk_window_configure_event):
21537         ignore plain window moves, or reallocate the widget tree through the
21538         resize queue otherwise.
21539         (gtk_window_move_resize):
21540         mostly rewrote this function to figure window manager hints more
21541         reliably, coalesce window moves and resizes to reduce configure events
21542         and do actuall size allocations.
21543
21544 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
21545
21546         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
21547         that have a resize pending, because a redraw is already queued for them.
21548
21549         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
21550         hack to clear resize_widgets.
21551
21552         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
21553         for resize containers prior to size allocation. (this is also a bit
21554         ugly, but avoids side effects for stopped emissions and is thus more
21555         reliable).
21556         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
21557
21558         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
21559         function from gtk_tooltips_expose, as we connect to ::expose_event
21560         *and* ::draw now.
21561
21562 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
21563
21564         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
21565         checks.
21566         (gtk_target_list_unref): Likewise.
21567
21568         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
21569
21570 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
21571
21572         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
21573         guard against division by zero. (Fixes bug #1339)
21574
21575 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
21576
21577         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
21578         Prevent the trivial leak of information of allowing
21579         word motion when the entry is not visible.
21580
21581 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
21582
21583         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
21584         modality to error dialog as well as confirmation dialogs.
21585         (Bug #1803, reported by Rosanna Wing Sze Yuen)
21586
21587 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
21588
21589         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
21590         tree->view_lines.
21591         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
21592
21593         * gtk/Makefile.am (install-data-local): Solaris apparently
21594         has various troubles with ln -f; use rm first instead.
21595         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
21596
21597 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
21598
21599         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
21600         use `cp' followed by `rm' (the `rm' was already there).
21601
21602 July 30, 1999 Elliot Lee <sopwith@redhat.com>
21603         
21604         * configure.in: Fix autoconf warnings about cross compilation by
21605         trying to provide sane defaults for AC_TRY_RUN.
21606         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
21607         put them into $(srcdir) when generated. Also add a dependency of
21608         gtksignal.h on gtkmarshal.h for -j builds. 
21609         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
21610
21611 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
21612
21613         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
21614         GDK_THREADS_{LEAVE,ENTER} pair.
21615         (From Paul Fisher <pnfisher@redhat.com>)
21616
21617 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
21618
21619         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
21620         width and height are always >0 (owen).
21621
21622 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
21623
21624         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
21625         change that assured that a widget's allocated with and height are
21626         always >1, since this breaks *buggy* panel code. unfortunately this
21627         back-breaks the gimp's color selector.
21628
21629         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
21630         allocation is always >0 in width and height, before sending the
21631         configure event; this is a *gross* hack to get the gimp back to work.
21632         
21633         * marked both cases with TODO-1.3
21634
21635 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
21636
21637         * gtk/gtktext.c: Don't display wrap indicators when
21638         text is not editable and word wrap is on.
21639
21640 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
21641
21642         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
21643         option menus here as they are not derived from menu shell, assure that
21644         the option menu has a menu we can add items to.
21645
21646 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
21647
21648         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
21649         width/height to (gint) before calculations and check against < 0 to
21650         avoid guint wraparounds.
21651
21652 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
21653
21654         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
21655         width and height is never zero. sanity check both dimensions against
21656         32767 and issue a warning if the allocation is greater than that.
21657
21658 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
21659
21660         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
21661         to g_main_pending() as well.
21662
21663 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
21664
21665         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
21666         call to g_main_iteration() - since that will regrab
21667         GTK+ lock to process events.
21668
21669 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
21670
21671         * gtk/gtkwindow.c
21672         - Regularize with the rest of GTK+ by making widget->requisition
21673           not reflect the set_usize()
21674         - Always recompute geometry hints, then check if they
21675           changed before sending them to the X server. The
21676           previous checks for changes would fail in a number
21677           of circumstances. 
21678
21679 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
21680
21681         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
21682
21683 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
21684
21685         * gtk/gtkdnd.c:
21686         - Code cleanups
21687         - Instantaneously update on modifier key presses
21688         - Allow cancellation of the drag with Escape.
21689
21690 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
21691
21692         * gtk/testgtk.c (create_handle_box): Set the policy
21693         to auto_shrink - otherwise the appearance is rather
21694         strange when flipping between horizontal and vertical.
21695
21696 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
21697
21698         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
21699         (gtk_window_set_default_size): don't change a value if it's < 0.
21700         queue a resize.
21701
21702 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
21703
21704         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
21705
21706 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
21707
21708         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
21709         add an extra "/" when concating "/" + filename.
21710         (From Matt Grossman <mattg@oz.net>)
21711
21712 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
21713
21714         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
21715         for fg_gc if we set it for drawing pixmap.
21716
21717 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
21718
21719         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
21720         
21721         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
21722         already set, call old engine's destroy function and
21723         unref the old engine.
21724
21725 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
21726
21727         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
21728
21729 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
21730
21731         * gtk/gtkaccelgroup.h: mark certain functions as internal.
21732
21733 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
21734
21735         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
21736         expand behaviour changed.
21737
21738         * gtk/gtklabel.c (gtk_label_set_pattern):
21739         (gtk_label_set_justify):
21740         (gtk_label_set_line_wrap):
21741         don't bother invoking queue_clear, the reallocation does
21742         that for us, always free_words so the upcoming resize will
21743         relayout the label's contents.
21744
21745 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
21746
21747         * applied argument implementation patches from Elena Devdariani
21748         <elena@cogent.ca>.
21749
21750         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
21751         ::space_style, ::relief
21752         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
21753         * gtk/gtkpreview.c: ::expand
21754         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
21755         * gtk/gtknotebook.c: ::homogeneous
21756         * gtk/gtklabel.c: ::wrap
21757         * gtk/gtklist.c: ::selection_mode
21758         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
21759         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
21760         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
21761         * gtk/gtkclist.c: ::sort_type
21762         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
21763         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
21764
21765 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
21766
21767         * gtk/gtkstyle.c: Removed ill-thought-out part of last
21768         comment.
21769
21770 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
21771
21772         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
21773         counting right when we have to attach a new style
21774         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
21775
21776         * gtk/gtkstyle.c: Documented the refcounting
21777         peculularities of gtk_style_attach.
21778
21779 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
21780
21781         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
21782         window types.
21783
21784         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
21785         of GTK_TOPLEVEL for creating the window.
21786
21787 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
21788
21789         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
21790         the last argument (reported by Per Winkvist).
21791         
21792 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
21793
21794         Fixes for invisible XOR lines (Frank Loemker
21795         <floemker@TechFak.Uni-Bielefeld.DE>)
21796         
21797         * gtk/gtkclist.c (gtk_clist_realize): Always use
21798         a non-zero pixel for GDK_XOR.
21799
21800         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
21801         Use GDK_INVERT instead of GDK_XOR.
21802
21803 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
21804
21805         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
21806         signals if h/voffsets differ from adjustment values.
21807         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
21808
21809 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
21810
21811         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
21812         ::selection-done emissions up to the topmost menu shell.
21813
21814 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
21815
21816         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
21817         the user data on the window before destroying it.
21818
21819         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
21820         unrealize handler to take care of destroying 
21821         notebook->panel properly. 
21822         (Bug #1198 - Morten Welinder <terra@diku.dk>)
21823
21824         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
21825         of g_new and g_realloc to stop memory leak. (Actually,
21826         we could just use g_realloc(), but I'm not 100% sure
21827         that is portable).
21828         (Bug #1196 - Morten Welinder <terra@diku.dk>)
21829
21830 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
21831
21832         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
21833
21834         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
21835         for fontsets.
21836
21837         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
21838         with bin/button confusion.
21839
21840 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
21841
21842         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
21843         and show how preselection of radio items is done.
21844
21845 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
21846
21847         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
21848         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
21849         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
21850         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
21851         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
21852         * gtk/gtktable.c (gtk_table_attach): 
21853         * gtk/gtklist.c (gtk_list_insert_items): 
21854         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
21855         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
21856         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
21857         * gtk/gtkbin.c (gtk_bin_add): 
21858         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
21859         * gtk/gtkfixed.c (gtk_fixed_put): 
21860         * gtk/gtklayout.c (gtk_layout_put):
21861         general fixups to container_add logic. always realize child if
21862         child->parent is realized, only map the child and queue a resize
21863         if child and child->parent are both visible.
21864
21865 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
21866
21867         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
21868         instead of gtk_container_foreach to walk and unrealize children, so
21869         composite children get also unrealized.
21870         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
21871         (gtk_widget_map): assert that the widget is visible (basic constrain).
21872         (gtk_widget_real_map): assert that the widget is realized (basic
21873         constrain).
21874
21875 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
21876
21877         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
21878
21879 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
21880
21881         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
21882         file for iso-8859-2 locales.
21883
21884         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
21885
21886 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
21887
21888         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
21889          (Pointed out by andy@rz.uni-karlsruhe.de and others).
21890          Remove some suspicious and useless lines. 
21891
21892 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
21893
21894         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
21895         width,height = 0, 0 to mean - here to edge of window,
21896         instead of -1, -1, since the former is all we support.
21897
21898 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
21899
21900         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
21901         when removing from quit_functions list.
21902
21903 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
21904
21905         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
21906
21907 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
21908
21909         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
21910          When redrawing characters on non-visible entry, use appropriate
21911          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
21912
21913 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
21914
21915         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
21916         from drag coordinates.
21917         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
21918         use drag_dest_cell.
21919
21920         * gtk/gtktree (drag_dest_cell)
21921         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
21922         (Bug #1129)
21923
21924 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
21925
21926         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
21927         translate_* fields.
21928         (gtk_item_factory_finalize): invoke translate_notify independant from
21929         translate_data.
21930         (gtk_item_factory_set_translate_func): likewise.
21931         (gtk_item_factory_destroy): only remove ifactory pointer from those
21932         widgets that belong to us (stupid me).
21933
21934 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
21935
21936         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
21937         rc_style list when lookup succeeeds.
21938
21939 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
21940
21941         * gtk/gtkctree.c (resync_selection): 
21942         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
21943         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
21944         bug.
21945
21946 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
21947
21948         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
21949         Add some missing GDK_THREADS_ENTER()/LEAVE around
21950         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
21951
21952 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
21953
21954         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
21955         rather than emit_by_name.
21956
21957         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
21958         on the widget across multiple signal emissions.
21959         (gtk_editable_delete_text): same here.
21960         (gtk_editable_class_init): set widget_class->activate_signal after
21961         editable_signals[ACTIVATE] has been created.
21962
21963 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
21964
21965         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
21966         position here prematurely -- we might not have the
21967         right ->min_position and ->max_position yet.
21968
21969 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
21970
21971         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
21972         Add error traps so if the other end of the connection
21973         dies, we survive.
21974
21975         * gtk/gtkselection.c (gtk_selection_notify): Clean
21976         up properly when selection property retrieval fails.
21977         
21978         * gtk/gtkselection.c (gtk_selection_request): Correctly
21979         reject SelectionRequest notifies where the handler
21980         returns no data.
21981
21982 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
21983
21984         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
21985         when we've previously highlighted.
21986
21987         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
21988         emit two "drag_leave" signals for Motif drops.
21989
21990         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
21991         back the correct status messages when dropping from
21992         Motif onto a proxy window that is rejecting the
21993         drop.
21994
21995 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
21996
21997         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
21998         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
21999         to compare two argument values. added gtk_arg_to_valueloc() to set a
22000         variable from an arg through its location (pointer).
22001
22002         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
22003         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
22004         as gfloat*, uchars are collected as guchar*, ints are collected as
22005         gint*, etc...
22006
22007 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
22008
22009         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
22010         Include <string.h> instead of <strings.h>.
22011
22012         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
22013         (actually, a lot more duplicate includes occur if
22014          you trace through the sequence of #include's)
22015         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
22016         
22017 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
22018
22019         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
22020         gtk-a-higuti-990322-[0-3]
22021
22022         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
22023         that was causing -DX_LOCALE not to work.
22024
22025         * gtk/gtkrc.c (gtk_rc_init):
22026         X_LOCALE will never have LC_MESSAGES defined
22027
22028 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
22029
22030         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
22031         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
22032
22033         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
22034         left/right as well (gtk-michael-980726-0.patch.gz).
22035
22036         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
22037         for pointer values, use gchar instead of char. fixed uline allocation
22038         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
22039         chunks instead of G_ALLOC_ONLY.
22040         (gtk_label_size_request): always alter requisition as passed and leave
22041         widget->requisition alone.
22042         (gtk_label_set_text): allow NULL strings.
22043         (gtk_label_new): likewise.
22044
22045 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
22046
22047         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
22048
22049 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
22050
22051         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
22052         *and* mapped (i.e. drawable).
22053         (gtk_bin_expose): only send exposes to drawable children.
22054
22055         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
22056         (gtk_box_expose): only send exposes to drawable children.
22057
22058         * gtk/gtkhscale.c (gtk_hscale_draw): 
22059         * gtk/gtkvscale.c (gtk_vscale_draw):
22060         hm, this is an ugly one. we first compute the size of our trough area
22061         here (window relative) and then check intersection with the draw_area
22062         which is parent relative because we're a NO_WINDOW widget, so we need
22063         to offset the trough area by allocation.x and allocation.y before the
22064         check. (this must not be done for the background area though, since
22065         that's already computed parent relative).
22066
22067 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
22068
22069         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
22070         unrealize title buttons.
22071
22072 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
22073
22074         * gtk/gtkclist.c (gtk_clist_column_title_passive)
22075         (gtk_clist_column_title_active): 
22076         only connect/disconnect to GtkWidgetClass::event to block mouse events.
22077
22078         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
22079         zero initialize event, removed superfluous gdk_window_get_pointer call
22080
22081         * gtk/gtklist.c (gtk_list_vertical_timeout)
22082         (gtk_list_horizontal_timeout): removed superfluous
22083         gdk_window_get_pointer call
22084
22085 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
22086
22087         * plugging problems reported by "Bruce Mitchener, Jr."
22088         <bruce@puremagic.com> due to a purify session.
22089
22090         * gtk/gtkstyle.c:
22091         (gtk_style_ref): 
22092         (gtk_style_unref): assert ref_count to be > 0.
22093
22094         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
22095         the requisition.
22096         (gtk_clist_set_shift): likewise.
22097
22098         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
22099         adjustments.
22100
22101         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
22102         event before sending it and set send_event to TRUE (which needs to
22103         be done for *all* synthesized events).
22104         (gtk_list_vertical_timeout): likewise.
22105
22106         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
22107         leaks.
22108
22109         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
22110         to TRUE when synthesizing events.
22111
22112 [ *** end of merges from 1.2 *** ]      
22113         
22114 1999-11-21  Tor Lillqvist  <tml@iki.fi>
22115
22116         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
22117         (or copied from gdkconfig.h.win32 on Win32, sigh).
22118
22119         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
22120
22121         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
22122
22123         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
22124
22125         * gdk/gdkconfig.h.win32: New file.
22126
22127         * gdk/win32/makefile.cygwin: Build just a static archive here.
22128
22129         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
22130         for the DLL from the static archive built above.
22131
22132         * gdk/gdk.def: Moved here from the win32 subdirectory.
22133
22134         * gdk/win32/*: Adapt for the changed private struct organisation.
22135
22136         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
22137
22138 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
22139
22140         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
22141         for wheel mice (buttons 4 and 5).
22142
22143 1999-11-18  Tor Lillqvist  <tml@iki.fi>
22144
22145         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
22146         drawables use just the pixel field in the foreground and
22147         background GdkColor of the GdkGC.
22148
22149         gdk_gc_set_{fore,back}ground() are called in the GIMP with
22150         GdkColors containing uninitialized (red,green,blue) fields, and
22151         just the pixel field filled in, and furthermore in the
22152         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
22153         It thus turns out that we really don't need to have the full
22154         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
22155         it later to have just the pixel values.
22156
22157 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
22158
22159         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
22160
22161 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
22162
22163         * docs/gtkfaq.sgml: threads example from Erik Mouw.
22164         New question on GtkLabel background colors.
22165
22166         * docs/gtk_tut.sgml:
22167           - Correct the example code callback
22168             function definitions.
22169           - Update the gtkdial example code, from Frans van Schaik.
22170           - Update setselection.c to current API.
22171
22172         * examples/Makefile examples/*/*.c: Update to code
22173         listed in tutorial.
22174
22175 1999-11-10  Tor Lillqvist  <tml@iki.fi>
22176
22177         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
22178         subrange table (from the "Developing International Software for
22179         WIndows 95 and Windows NT" book) was missing the Hangul syllable
22180         block... Get the loaded font's charset correctly.
22181
22182         (Note that this, and the other *-win32.c files, still really are
22183         the old ones, the win32 subdirectory is not ready for compilation
22184         yet after the reorg.)
22185
22186 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
22187
22188         * gtk/gtkclist.c: Fix off-by-one bug in parameter
22189         check.
22190
22191 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
22192
22193         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
22194         on results of XQueryDeviceState().
22195
22196 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
22197
22198         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
22199         we need to accesss only ->children. We need an accessor
22200         for the children.
22201
22202         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
22203         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
22204         to get rid of gdkx.h include.
22205         
22206         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
22207         and random references to 'None'.
22208
22209         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
22210         Get rid of unused #include <gdk/gdkx.h>
22211
22212         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
22213         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
22214         gdkconfig.h.
22215
22216 1999-11-08  Tor Lillqvist  <tml@iki.fi>
22217
22218         * gdk/win32/gdkdraw.c
22219         * gdk/win32/gdkfont.c
22220         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
22221         following yesterday's changes. (Unrelated to Owen's reorg.)
22222
22223 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
22224
22225         * gdk/x11/gdkinput-gxi.c: Add missing include,
22226           fix GdkWindowPrivate => GdkDrawablePrivate.
22227
22228         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
22229
22230         * gdk/x11/Makefile.am (xinput_sources): Add missing
22231         backslash to fix building with --with-xinput=none
22232
22233 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
22234
22235         Move all X specific code into the x11/ directory.
22236         Aside from shuffling things around, did the following:
22237
22238        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
22239          gdk_arg_context_* - a simple argument parsing system
22240          in the style of popt.
22241
22242        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
22243          gdk/x11/gdkprivate-x11.h:
22244          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
22245          add ->klass and ->klass_data fields. The klass_data
22246          field points to an auxilliary structure that is
22247          windowing system dependent.
22248
22249        * gdk/gdkfont.c: Make most of the measurement functions
22250          simply wrappers around gdk_text_extents().
22251
22252        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
22253          _gdk_font_strlen() function that hides the weird
22254          behavior in gtk+-1.[02] where a string is interpreted
22255          differently for 8-bit and 16-bit fonts.
22256
22257        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
22258          to store common code for synthesizing double/triple
22259          press events.
22260         
22261        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
22262          Make all the function that modify an existing GC
22263          simply wrappers around gdk_gc_set_values().
22264          
22265        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
22266          for throwing out later.
22267
22268        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
22269          GdkImagePrivate and GdkColormapPrivate to have a
22270          windowing system dependent part (GdkFontPrivateX etc.)
22271          that "derives" from the system-independent part.
22272
22273        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
22274          Got rid of the included-source-files for XInput in
22275          favor of automake conditionals. (Which didn't exist
22276          when XInput support was originally added.)
22277
22278        * gdk/gdkrgb.c: Remove the visual id from the debugging
22279          statements since that is X11 specific; print out
22280          type/depth info instead.
22281          
22282
22283 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
22284
22285         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
22286         loading duplicates of hashed fonts.
22287
22288         * gdk/gdk.c (gdk_keysym_convert_case): rename
22289         gdk_XConvertCase to gdk_keysym_convert_case, allow
22290         results to be NULL in the GTK+ style.
22291
22292         * gdk/gdkcompat.h: Started compatibility header
22293         for renames.
22294
22295 1999-11-07  Tor Lillqvist  <tml@iki.fi>
22296
22297         * gdk/win32/gdkprivate.h: New font private structures, related to
22298         fontsets.
22299
22300         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
22301         gdk_font_list_free(). On X11, will just be wrappers to
22302         XListFonts() and XFreeFontNames(). On Win32, the code previously
22303         in gtkfontsel.c is now here.
22304
22305         New function gdk_font_xlfd_create(). On X11 will get the FONT
22306         property of the font (for GDK_FONT_FONTs), or call
22307         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
22308         builds a XLFD style name from the font information in the LOGFONT
22309         struct(s).
22310
22311         New function gdk_font_xlfd_free(), which correspondingly frees the
22312         string returned by gdk_font_xlfd_create().
22313
22314         Implement fontsets on Win32. Add a function that iterates over a
22315         wide char string and calls a callback function for each substring
22316         of wide chars from the same Unicode subrange (and thus probably
22317         available in the same real font).
22318
22319         Improve the XLFD emulation a bit.
22320
22321         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
22322
22323         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
22324         Beta3, WM_IME_CHAR messages don't seem to contain the composed
22325         multi-byte char as with the Active IMM on Win9x. Oh well, handle
22326         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
22327         ImmGetCompositionStringW() to get the composed Unicode chars.
22328
22329         * gdk/win32/gdkgc.c
22330         * gdk/win32/gdkdraw.c: Changes needed because of the font private
22331         struct changes.
22332
22333         * gdk/win32/gdk.def: Add the new functions.
22334
22335 1999-11-04  Tor Lillqvist  <tml@iki.fi>
22336
22337         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
22338         get the Platform SDK to get <dimm.h>.
22339
22340         * gdk/win32/gdkevents.c: More event handling fixes and
22341         simplification. Never generate motion events with is_hint true. We
22342         used to do that on bogus grounds earlier. Windows sends
22343         WM_MOUSEMOVE messages on button events even if the mouse hasn't
22344         moved, ignore these.
22345
22346         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
22347
22348         * gdk/win32/gdkglobals.c
22349         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
22350         the TrackMouseEvent function, and use it.
22351
22352         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
22353         char before calling WideCharToMultiByte in order to get a string
22354         for the window title.
22355
22356         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
22357
22358         * gdk/win32/gdk.def: Remove obsolete functions.
22359
22360         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
22361         /nodefaultlib and /defaultlib switches.
22362
22363         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
22364
22365 1999-10-31  Tor Lillqvist  <tml@iki.fi>
22366
22367         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
22368         EuroSign).
22369
22370         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
22371         same type as GdkWChar, especially on Win32.
22372
22373         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
22374
22375         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
22376         before passing to Windows GDI for drawing etc. Convert to the
22377         system default codepage before passing to Windows as window
22378         titles.
22379
22380         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
22381         support changing input locale on the fly.
22382
22383         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
22384         on-the-fly changes. Convert incoming characters from the current
22385         codepage to Unicode (and then to a UTF-8 multi-byte string) based
22386         on the current input language. Use keysym<->Unicode mapping tables
22387         and functions borrowed from xterm sources.
22388
22389         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
22390         editions of Win9x, use the ActiveX-based Active IMM (Input Method
22391         Manager) if available. IMEs and the Active IMM are available under
22392         the disguise of Chinese, Korean and Japanese support for IE and
22393         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
22394         support is present in all editions (as long as you install it).
22395
22396         Call DispatchMessage from gdk_events_queue() (and thus
22397         gdk_WindowProc()), instead of duplicating the code in
22398         gdk_WindowProc().
22399
22400         Reworked the grab handling and propagation code, factored out
22401         duplicated code snippets into separate functions. Other cleanups,
22402         too.
22403
22404         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
22405         the <dimm.h> header describing the Active IMM.
22406
22407         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
22408         just do the same as for "single" fonts.
22409
22410         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
22411         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
22412         the new keysyms from gdkkeysyms.h.
22413
22414         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
22415         fontset, so that gtkentry uses wide characters.
22416
22417         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
22418         GTk+'s system directory "gtk+", not "gtk".
22419
22420 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
22421
22422         * docs/gtkfaq.sgml: FAQ update
22423
22424 1999-10-21  Tor Lillqvist  <tml@iki.fi>
22425
22426         * gdk/win32/gdkprivate.h: Add more font private data.
22427
22428         * gdk/win32/gdkfont.c
22429         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
22430         fonts and strings. Now works much better. You still have to
22431         have a correct font selected, though. No fontset emulation yet.
22432
22433 1999-10-19  Tor Lillqvist  <tml@iki.fi>
22434
22435         * gtk/maketypes.awk: Use G_OS_WIN32.
22436
22437         * gtk/gtk.def: Add some missing entry points. Also some non-public
22438         ones, but PyGTK porter claims to need them.
22439
22440         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
22441         built-in type generation.
22442
22443 1999-10-14  Tor Lillqvist  <tml@iki.fi>
22444
22445         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
22446         GDK_FONT_FONT fonts (which is all we have for now, we don't
22447         emulate fontsets). The X11 version uses plain XDrawString in that
22448         case, too. The string passed to gdk_draw_text_wc seems to be in
22449         fact (at least, when used by gtkentry and gtktext) either in a
22450         single-byte charset, or a DBCS. Not Unicode.
22451
22452         This fixes the problem in gtkfontsel, where even if you had
22453         selected a font with a non-Latin1 charset (windows-greek, for
22454         instance), the preview still used Latin-1 glyphs.
22455
22456         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
22457         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
22458         (gdk_font_load): Recognize the demibold etc weights, even if we
22459         don't have the corresponding constants in the headers.
22460         (gdk_font_hash_insert): Use same hash mechanism as in the X11
22461         version. Should save font resources a bit, when we don't have
22462         multiple HFONTs for the same font.
22463
22464         * gdk/win32/gdkprivate.h: Add the names field as in the X11
22465         version.
22466
22467 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
22468
22469         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
22470         X values
22471
22472 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
22473
22474         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
22475         layout support (as mentioned on
22476         http://www.jcinteractive.com/gnome-ui/software/widgets/)
22477
22478 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
22479
22480         * gtk/fnmatch.c
22481         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
22482
22483 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
22484
22485         * configure.in (ALL_LINGUAS): Added Galician (gl)
22486
22487 1999-10-05  Tor Lillqvist  <tml@iki.fi>
22488
22489         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
22490
22491         * gdk/win32/gdkcompat.c: New file, actually provide an
22492         implementation for the deprecated functions. (Just temporarily.)
22493
22494         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
22495
22496         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
22497
22498         * gdk/win32/gdk.def gtk/gtk.def: Updates.
22499
22500 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
22501
22502         * configure.in: Added "uk" to ALL_LINGUAS.
22503         
22504 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
22505
22506         * configure.in: correct checking for BeOS check
22507
22508         * gdk/gdktypes.h
22509         * gtk/fnmatch.c
22510         * gtk/gtkfilesel.c
22511         * gtk/gtkitemfactory.c
22512         * gtk/gtkmain.[ch]
22513         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
22514
22515 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
22516
22517         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
22518         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
22519         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
22520         by Bulgarian). 
22521
22522 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
22523
22524         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
22525         Fix a reference to window_private->destroyed.   
22526
22527         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
22528         (ugly) setting of an internal GdkWindow member to use
22529         a _slightly_ cleaner macro.
22530
22531         * gdk/gdkprivate.h: Split GdkWindowPrivate into
22532         GdkDrawablePrivate and GdkWindowPrivate.
22533         Add extra macros for accessing GDK_DRAWABLE_ components.
22534
22535         * *.[ch]: Massive adjustments for the above, use the
22536         new macros in a lot of places.
22537
22538 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
22539
22540         * gdk/gdktypes.h: Make GdkDrawable the base type,
22541         not GdkWindow.
22542
22543 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
22544
22545         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
22546
22547 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
22548
22549         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
22550
22551 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
22552
22553         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
22554         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
22555
22556         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
22557
22558         * docs/gtk-config.1: Now autogenerated.
22559         * docs/Changes-1.4.txt: started
22560         
22561 1999-10-03  Tor Lillqvist  <tml@iki.fi>
22562
22563         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
22564         to #ifdef also here.
22565
22566         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
22567         Owen did to the X11 backend.
22568
22569         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
22570         ScrollWindowEx when blitting inside a window, it can't be correct
22571         in the general case.
22572
22573         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
22574         WM_GETMINMAXINFO is easier.
22575
22576         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
22577         depth equal to the bitspixel value, not the visual's depth.
22578
22579         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
22580         to 24 even if the bitspixel value is 32.
22581
22582         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
22583         need to check for depth==32 when bpp==32, depth will always be 24.
22584
22585 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
22586
22587         * docs/Changes-1.4.txt: Started
22588         
22589         * gtk/Makefile.am (gdk_headers): Include all the new headers.
22590
22591         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
22592         
22593         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
22594         into C file.
22595         
22596         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
22597         header to gdkinputprivate.h.
22598
22599         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
22600         unused since before 1.2.
22601
22602 1999-09-30  Tor Lillqvist  <tml@iki.fi>
22603
22604         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
22605         expand possible hex escapes in the font family (put there by
22606         logfont_to_xlfd if the font name isn't a legal XLFD font family,
22607         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
22608         On Win32, add hex escapes here, too.
22609
22610 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
22611
22612         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
22613         to #ifdef GDK_WINDOWING_X11.
22614
22615 [ Merges from gtk-1-2 ]
22616
22617 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
22618
22619         * configure.in: fixed "GNU Make" check to pass with new make version
22620         3.77.95.
22621
22622 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
22623
22624         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
22625         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
22626         AM_PATH_GTK() macros don't get confused by the -pre1.
22627
22628 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
22629
22630         * configure.in (REBUILD): Change check for perl5
22631           to check explicitely for v >= 5.002. (5.001
22632           does not work with our scripts.)
22633
22634 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
22635
22636         * configure.in: evaluate $PERL for the perl version check. added
22637         --disable-rebuilds to give the user an option to completely disable
22638         any source autogeneration rules.
22639
22640 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
22641
22642         * configure.in: evaluate $ac_make when checking for GNU Make.
22643
22644 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22645
22646         * docs/Makefile.am: added generation.txt.
22647
22648         * Makefile.am: require automake 1.4, build README from README.in and
22649         INSTALL from INSTALL.in in dist-hook.
22650         
22651         * README.in:
22652         * INSTALL.in: new files to autogenerate README and INSTALL from.
22653
22654         * configure.in: figure whether we have GNU Make
22655
22656         * docs/generation.txt: minor additions/corrections.
22657
22658 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
22659
22660         * docs/gtkfaq.sgml: FAQ Update
22661
22662 July 30, 1999 Elliot Lee <sopwith@redhat.com>
22663         
22664         * configure.in: Fix autoconf warnings about cross compilation by
22665         trying to provide sane defaults for AC_TRY_RUN.
22666
22667 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
22668
22669         * ltconfig
22670         * ltmain.sh: upgrade to libtool 1.3.3
22671
22672 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
22673
22674         * INSTALL: Indicate that the --with-glib= configure
22675         time flag is unsupported.
22676
22677 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
22678
22679         * docs/generation.txt: Added a file that gives
22680         documenation about the autogeneration process for
22681         various autogenerated files.
22682         
22683 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
22684
22685         * configure.in (LIBS): Look for libgmodule in the
22686         right location.
22687
22688 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
22689
22690         * docs/gtk_tut.sgml: Removed references to
22691         code examples in my directory on gtk.org as
22692         they should all be in the tutorial now.
22693
22694         * docs/gtk_tut.sgml: Added sources for dial-test
22695         and scribble-xinput programs that were previously
22696         missing.
22697
22698 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
22699
22700         * TODO: Added entry about menu keyboard navigation, removed
22701         some finished items.
22702
22703 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
22704
22705         * acinclude.m4: Standardize on func_dgettext
22706         not func_gettext, so that the checks for dgettext
22707         actually are paid attention to.
22708
22709 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
22710
22711         * configure.in (LIBS): Add $INTLLIBS into $LIBS
22712         directly, rather than repeating the checks for
22713         gettext.
22714
22715         * INSTALL: Added information about gettext and
22716         NLS support.
22717
22718         * acinclude.m4 (LIBM): Check for dgettext, not
22719         just gettext. This should hopefully fix things wrt
22720         systems with old versions of GNU gettext installed.
22721
22722 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
22723
22724         * configure.in (LIBS): Look for libgmodule in the
22725         right location.
22726
22727 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
22728
22729         * autogen.sh: add --enable-maintainer-mode
22730
22731         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
22732
22733 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
22734
22735         * docs/gtk-config.1.in:
22736           docs/Makefile.am:
22737           configure.in: gtk-config is now generated.
22738
22739         * docs/gtk-config.1: Removed, now generated.
22740
22741 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
22742
22743         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
22744         handle CreateNotify itself, still put out a debuging message for
22745         --gdk-debug=events. made the ReparentNotify debugging message more
22746         verbose.
22747         wrap xcoords translation for ConfigureEvents into an error trap,
22748         a destroy event may already be pending, and in that case, the
22749         actuall coordinate values are not at all critical.
22750
22751 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
22752
22753         * gdk/gdkcc.c: Stop leaking the color_hash all over
22754         the place. Simplify and improve the logic.
22755
22756 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
22757
22758         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
22759         for prototypes and function implementations consistent (reported
22760         by Tomas Ogren).
22761
22762 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
22763
22764         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
22765         send_event set in debugging output.
22766         (gdk_compress_exposures): default initialize the event so we don't
22767         operate on bogus values (namely send_event).
22768
22769 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
22770
22771         * gdk/gdkwindow.c: When we receive an unexpected
22772         destroy notify on one of our windows, don't just
22773         warn about it, also mark our windows as destroyed.
22774
22775 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
22776
22777         * gdk/gdkfont.c (gdk_font_hash_insert): Add
22778           name => font and name => fontset hashes. The 
22779           name => fontset hash is a _big_ win since we
22780           weren't previously caching fontsets at all and loading
22781           fontsets is expensive. The name => font hash
22782           is less of a win, but it does save us from doing
22783           repeated XQueryFont calls on the same font.
22784
22785         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
22786           list so we can remove font/fontset from hash.
22787
22788 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
22789
22790         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
22791           and slightly confusing test. [ XInternAtom (,,TRUE)
22792           will never return None ].
22793
22794 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
22795
22796         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
22797           gdk/gdkwindow.c (gdk_window_set_hints):
22798
22799         Don't omit setting the properties if flags == 0 -
22800         there may be an existing set of properties there
22801         already. (Very old bug. Would it be better to
22802         delete the property instead?)
22803
22804         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
22805           spelling error in comment.
22806
22807 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
22808
22809         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
22810           to avoid stomping over gdk_error_warnings.
22811
22812         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
22813           as (bits_per_pixel + 7) / 8. This gives the same
22814           result as before for multiples of 8, but actually
22815           a "reasonable" value for 1bit or 4bit displays.
22816
22817 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22818
22819         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
22820         GNU Make.
22821
22822 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
22823
22824         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
22825         discarding configure events.
22826
22827 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
22828
22829         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
22830         refcount is greater than zero.
22831
22832         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
22833
22834         * gdk/gdkfont.c (gdk_font_unref): Likewise.
22835
22836         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
22837
22838         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
22839
22840 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
22841
22842         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
22843         that format 32 => sizeof(item) == 4. It really is
22844         sizeof(long).
22845
22846 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
22847
22848         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
22849         core dump at all on X IO errors, only core dump
22850         if --enable-debug for X errors.
22851
22852 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
22853
22854         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
22855         unknown window:" message. disabled ConfigureNotify discarding code,
22856         because it led to events being processed out of order.
22857
22858 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
22859
22860         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
22861
22862         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
22863         we export this function, supress error warnings and don't reset the
22864         error code in the first half of this function.
22865
22866         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
22867         code (instead of just -1) so gdk_error_trap_pop() reveals something
22868         actually informative about the error that happened.
22869
22870         * gdk/*.c:
22871         don't rely on gdk_error_code being -1 if an error occoured, but just
22872         gdk_error_code != 0.
22873
22874 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
22875
22876         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
22877         pointer *before* invoking the filter function, so we at least don't
22878         crash if a filter is removed that is currently executed. window filters
22879         *really* need to be made truely reentrant at some point.
22880
22881 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
22882
22883         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
22884         PropertyNotify debug messages.
22885
22886 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
22887         
22888         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
22889         
22890         * gdk/gdkim.c: Fix cut-and-paste errors for 
22891         x/y and PreeditAttributes/StatusAttributes.
22892
22893 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
22894
22895         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
22896         G_MAXINT to 2^16 to alleviate overflow problems in
22897         various window managers.
22898
22899 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
22900
22901         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
22902         for fontsets.
22903
22904 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
22905
22906         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
22907         Initialize size_hints.x and size_hints.y because kwm
22908         brokenly pays attention to them.
22909         (Bug #1181 -  Lars Heete <hel@admin.de>)
22910
22911 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
22912
22913         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
22914         return value of gdk_list_visuals(). 
22915         (Bug #1193 - Morten Welinder <terra@diku.dk>)
22916
22917 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
22918
22919         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
22920         XSetIMValues to (void *) when comparing to NULL, to workaround
22921         the problem of some compilers barfing since older X headers don't
22922         have the prototype for it.
22923
22924 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
22925
22926         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
22927         for pseudocolor where colormap->colors was double
22928         allocated.
22929
22930         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
22931         color value in the hash table with the pixel filled
22932         in so when we do later hash table lookups, the color
22933         value is correct.
22934         
22935 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
22936
22937         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
22938         making the call
22939
22940 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
22941
22942         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
22943         pointed out by Morten Welinder <terra@diku.dk>.
22944
22945 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
22946
22947         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
22948           default filter from the list
22949
22950 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
22951
22952         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
22953           default filter from the list
22954
22955 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
22956
22957         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
22958
22959         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
22960         g_strdup_printf instead of calcing the length separately
22961
22962 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
22963
22964         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
22965         that we don't do in many other places. (Fixing duplicate 
22966         #include of config.h)
22967
22968         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
22969         Otherwise, #ifndef XINPUT_NONE check in the latter
22970         doesn't work. (Bug #546)
22971
22972 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
22973
22974         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
22975         "None" case insensitive.
22976
22977 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
22978
22979         * gdk/gdkselection.c: 
22980         Add error traps so if the other end of the connection
22981         dies, we survive.
22982
22983 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
22984
22985         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
22986         dest_xid field into two fields - one for the window
22987         to send in messages, one to indicate the last looked
22988         up window for caching purposes. This is needed, so
22989         that Leave messages get the correct window.
22990
22991 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
22992
22993         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
22994         Fix warning created by people mucking around
22995         with the gsource API.
22996
22997         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
22998         Change mapping between GIOCondition and GdkInputCondition
22999         to match the way the Linux kernel does it. This should
23000         fix problems where closed pipes were no longer signalling
23001         GDK_INPUT_READ on systems with a native poll().
23002
23003 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
23004
23005         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
23006         explicitly for the string "None" - it is in the XPM
23007         spec and some servers treat unknown colors in odd ways
23008         (like asking the user!)
23009
23010 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
23011
23012         * gdk/gdkevents.c: made "->" into a "." of previous change so
23013         it compiles
23014
23015 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
23016
23017         * gdk/gdkevents.c (gdk_compress_exposures): Set the
23018         window field of the event structure before calling
23019         user filters.
23020
23021 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
23022
23023         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
23024         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
23025
23026 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
23027
23028         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
23029         intermediate text property - prevents major memory
23030         leak when gdk_use_mb.
23031         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
23032
23033 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
23034
23035         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
23036         gtk-a-higuti-990322-[0-3]
23037
23038         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
23039         sizeof(wchar_t) != sizeof (GdkWChar)
23040
23041         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
23042         that was causing -DX_LOCALE not to work.
23043
23044         * gtk/gtkrc.c (gtk_rc_init):
23045         X_LOCALE will never have LC_MESSAGES defined
23046
23047         * gdk/gdk.c (gdk_init_check):
23048         Remove --xim-preedit and --xim-status from argv properly.
23049
23050         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
23051         that the client window is present on the X server
23052         before we pass it to the input method.
23053
23054 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
23055
23056         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
23057         if --display is specified on the command line, than
23058         the drag window will not be created on that display.
23059         
23060 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
23061
23062         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
23063         lookups with only_if_exists == TRUE were inserting
23064         bogus values into the atom cache.
23065
23066 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
23067
23068         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
23069         then reset it to NULL.
23070
23071         * gdk/gdkcolor.c:
23072         (gdk_colors_free): 
23073         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
23074         key for g_hash_table_remove() in both functions, this prevents us
23075         from accessing possibly uninitialized portions of a GdkColor structure
23076         where we are only interested in its pixel value.
23077
23078 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23079
23080         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23081         font hash table, if we have a GdkFontPrivate entry for this font
23082         already, simply increment its reference count, provided by Olaf Dietsche
23083         <olaf.dietsche+list.gtk@netcologne.de>.
23084
23085 1999-09-21  Tor Lillqvist  <tml@iki.fi>
23086
23087         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
23088         just to be sure.
23089
23090         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
23091         unused variables, leftovers from the X11 version.
23092
23093         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
23094
23095         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
23096         downcase fields on X11.
23097
23098 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
23099         
23100         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
23101         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
23102
23103 1999-09-17  Tor Lillqvist  <tml@iki.fi>
23104
23105         * gdk/win32/gdk.def: Add gdk_threads_mutex.
23106
23107         * gtk/makefile.msc: Correct path to libintl.
23108
23109         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
23110         use of gint vs. int, and gint vs. gboolean in headers and
23111         definitions. Use GtkType for the *_get_type functions. Note that
23112         these changes preserve binary compatibility.
23113
23114         * gdk/gdk.c
23115         * gdk/win32/gdk.c
23116         * gdk/gdk.h: Fix inconsistencies: gint vs int.
23117
23118         * gtk/gtkmain.c
23119         * gtk/gtkclist.c
23120         * gtk/gtkmenufactory.c
23121         * gtk/gtknotebook.c
23122         * gtk/gtkwidget.c: Fix inconsistencies, also gint
23123         vs. gboolean.
23124
23125         * gtk/gtkcolorsel.[ch]
23126         * gtk/gtkcombo.[ch]
23127         * gtk/gtkdrawingarea.[ch]
23128         * gtk/gtkgamma.[ch]
23129         * gtk/gtkhandlebox.[ch]
23130         * gtk/gtkhpaned.[ch]
23131         * gtk/gtkhruler.[ch]
23132         * gtk/gtkplug.[ch]
23133         * gtk/gtkpreview.[ch]
23134         * gtk/gtkruler.[ch]
23135         * gtk/gtksocket.[ch]
23136         * gtk/gtkstatusbar.[ch]
23137         * gtk/gtktoolbar.[ch]
23138         * gtk/gtkvbbox.[ch]
23139         * gtk/gtkvpaned.[ch]
23140         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
23141         functions.
23142
23143         * gtk/gtkgamma.h: Fix bug, missing () in call of
23144         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
23145
23146 1999-09-14  Tor Lillqvist  <tml@iki.fi>
23147
23148         * gdk/gdkcolor.c (gdk_colormap_new)
23149         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
23150         colormap->colors was allocated twice.
23151
23152         * gdk/win32/gdk.c: Remove some unused stuff.
23153
23154         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
23155         colormap.
23156
23157         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
23158         * gtk/gtklabel.h (gtk_label_get_type)
23159         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
23160         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
23161         in a couple of places, not guint.
23162
23163 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
23164
23165         * configure.in,po/et.po: added Estonian language file
23166
23167 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
23168
23169         * configure.in,po/da.po: added Danish file
23170
23171 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
23172
23173         * docs/gtkfaq.sgml: Minor FAQ Update
23174
23175 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
23176
23177         * docs/gtkfaq.sgml: FAQ update
23178
23179 1999-08-27  Tor Lillqvist  <tml@iki.fi>
23180
23181         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
23182         way to get window contents continually refreshed while resizing. I
23183         didn't like the effects myself, so it's not on by default.
23184
23185         * gdk/win32/gdkprivate.h: New flag variable
23186         gdk_event_func_from_window_proc, FALSE by default.
23187
23188         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
23189         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
23190         are passed --gdk-event-func-from-window-proc.
23191
23192         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
23193         and we have am event_func, call it instead of enqueing the event.
23194
23195 1999-08-23  Tor Lillqvist  <tml@iki.fi>
23196
23197         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
23198         Kelley: Set expose_count in GdkEventExposes correctly.
23199
23200         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
23201         MULTIPLE_WINDOW_CLASSES).
23202
23203         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
23204         for bug in NT, apparently NT *does* draw the end pixel, too, in
23205         LineTo with a one-pixel pen, so we don't have to do it ourselves.
23206
23207 1999-08-21  Tor Lillqvist  <tml@iki.fi>
23208
23209         Improvements by Hans Breuer: 
23210
23211         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
23212
23213         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
23214         CS_?REDRAW flags as they cause lots of (late) redraws when "show
23215         window contents while dragging" is turned on. Allocate at least
23216         one unique class for every GdkWindowType. If support for single
23217         window-specific icons is ever needed (eg. Dialog specific), every
23218         such window should get its own class.
23219
23220 1999-08-19  Tor Lillqvist  <tml@iki.fi>
23221
23222         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
23223         error that caused crashes.
23224
23225 1999-08-17  Tor Lillqvist  <tml@iki.fi>
23226
23227         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
23228         window, use ScrollWindowEx, and call UpdateWindow. This prevents
23229         bugs when for instance part of the window was outside the
23230         display. Thanks to Philippe Colantoni for finding and fixing this.
23231
23232 1999-08-16  Tor Lillqvist  <tml@iki.fi>
23233
23234         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
23235         endpoint calculations which were totally wrong. (A little RTFMing
23236         helps a lot ;-)
23237
23238         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
23239         from a separate directory, not from gettext, because of licensing
23240         issues (we want to use the LGPL version).
23241
23242         * README.win32: Mention the intl from glibc vs from gettext issue.
23243
23244 1999-08-13  Tor Lillqvist  <tml@iki.fi>
23245
23246         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
23247         in the key event handling: Now AltGr chars work again. Also,
23248         now Alt-digits are passed up as well as Control-digits.
23249         Pass keypad plus and minus as normal plus and minus.
23250
23251 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
23252
23253         * docs/gtkfaq.sgml: FAQ Update
23254
23255 1999-07-25  Tor Lillqvist  <tml@iki.fi>
23256
23257         * README.win32
23258         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
23259         the Wintab SDK.
23260
23261         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
23262         OK, but getting closer. Guard against bogus tilt data from Wacom
23263         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
23264         enable easier building without Wintab.
23265
23266         * gdk/win32/gdkinput.h
23267         * gdk/win32/gdkevents.c 
23268         * gdk/win32/gdkwindow.c: Minor changes related related to above.
23269         
23270         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
23271         code. As we have just one visual on Win32, no sense to have it in a
23272         table, and no need for the hash table.
23273
23274         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
23275         better on white background.
23276
23277 1999-07-21  Tor Lillqvist  <tml@iki.fi>
23278
23279         * README.win32: Update gcc build instructions. Mention gettext is
23280         GPL.
23281
23282         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
23283         supported cursor size with GetSystemMetrics.
23284
23285         * gdk/win32/gdkfont.c
23286         * gtk/gtkfontsel.c: Guard against some font weight and charset
23287         symbols being undefined (in mingw32 headers).
23288
23289         * gdk/win32/makefile.cygwin
23290         * gtk/makefile.cygwin
23291         * gtk/gtkthemes.c: No longer need to have differently named
23292         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
23293
23294 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
23295
23296         * docs/gtkfaq.sgml: Long awaited FAQ update.
23297
23298 1999-07-15  Tor Lillqvist  <tml@iki.fi>
23299
23300         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
23301         it. Obscure bit manipulation needed.
23302
23303         * gdk/win32/gdkevents.c: Logging.
23304         
23305         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
23306         style (file name include compiler name) for theme engines.
23307
23308 1999-07-13  Tor Lillqvist  <tml@iki.fi>
23309
23310         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
23311
23312         * gdk/win32/gdkevents.c: Fix long-standing bug in key
23313         events. The key.string wasn't zero-terminated, still we strdup'ed
23314         it in gdk_event_copy(). Synthesize crossing events for button
23315         events before possible propagation.
23316
23317         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
23318
23319         * gdk/win32/makefile.cygwin
23320         * gtk/makefile.cygwin: Use new DLL naming style for the
23321         GCC-compiled ones.
23322
23323         * gdk/win32/makefile.msc
23324         * gtk/makefile.msc: Cosmetics mostly.
23325
23326         * gtk/gtk.def: Add missing entry points.
23327
23328         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
23329
23330 1999-07-09  Tor Lillqvist  <tml@iki.fi>
23331
23332         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
23333         or height is zero. Don't print a warning if Pie or Arc fails, they
23334         always fail (?) for very narrow ellipses.
23335
23336         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
23337         the part or the destination window corresponding to source area
23338         outside of the source drawable's boundary.
23339
23340         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
23341         anything if less than two points.
23342
23343         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
23344         return NULL. Gtk cut-and-paste inside a single program works
23345         better this way. (It always gets the clipboard contents from
23346         Windows, not from its own copy, which is cleared anyway. I can't
23347         say I fully understand what happens... Emulating the X selection
23348         and property stuff is a bit of a mess.)
23349
23350         * gdk/win32/gdkevents.c
23351         * gdk/win32/gdkproperty.c: A bit more verbose logging.
23352
23353         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
23354         that never got deleted). Revamp gdk_region_shrink.
23355
23356         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
23357         after use.
23358
23359         * gtk/gtk.def: Add some missing entry points.
23360
23361         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
23362         component.
23363
23364 1999-07-04  Tor Lillqvist  <tml@iki.fi>
23365
23366         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
23367         Control-digits specially.
23368
23369 1999-07-03  Tor Lillqvist  <tml@iki.fi>
23370
23371         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
23372
23373 1999-06-28  Tor Lillqvist  <tml@iki.fi>
23374
23375         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
23376         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
23377         finding this.)
23378
23379 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
23380
23381         * gtk+.spec.in: Corrected some typos in files section.
23382         
23383 1999-06-15  Tor Lillqvist  <tml@iki.fi>
23384
23385         * README.win32: Mention using GNU gettext.
23386         * config.h.win32: Enable NLS stuff.
23387         * gtk/makefile.msc: Use GNU gettext.
23388         * gdk/win32/gdkdnd.c: Minor header reorg.
23389         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
23390         cosmetics.
23391         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
23392         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
23393
23394 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
23395
23396         * acinclude.m4
23397         * config.guess
23398         * config.status
23399         * ltconfig
23400         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
23401
23402 1999-05-30  Tor Lillqvist  <tml@iki.fi>
23403
23404         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
23405         SafeAdjustWindowRectEx. Don't override all calls to
23406         AdjustWindowRectEx by it, but use it only in two places: When
23407         creating a new top-level window and when moving a top-level
23408         window.
23409
23410         Use screen coordinate rectangle, not client rectangle, in
23411         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
23412         when we try to place a window so that the decoration (mainly,
23413         title bar) isn't visible.
23414
23415         These changes fix the bug that showed up for instance as the
23416         GIMP's saved top-level windows moving right and down (by an amount
23417         equal to the window decoration) for each session. This bug showed
23418         up also in testgtk's "Saved Position".
23419
23420         gdk_window_resize also redone a bit.
23421
23422 1999-05-25  Tor Lillqvist  <tml@iki.fi>
23423
23424         * gtk/testgtkrc: Add (commented out) Windows-style theme
23425         include line.
23426
23427         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
23428
23429 1999-05-18  Tor Lillqvist  <tml@iki.fi>
23430
23431         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
23432         gdkx.h to a gdk subdirectory, so that applications can include
23433         these with <gdk/*.h> without trouble.
23434
23435         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
23436         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
23437         have their bitmap destroyed.
23438
23439         * gdk/win32/gdk.def: Add gdk_root_parent.
23440
23441 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
23442
23443         * configure.in
23444           gtk-config.in
23445           ltconfig
23446           ltmain.sh     
23447           gtk/Makefile.am: changes to compile nicely (with xlib) 
23448           on BeOS
23449
23450 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
23451
23452         * acinclude.m4
23453         * config.guess
23454         * config.sub
23455         * ltconfig
23456         * ltmain.sh: upgrade to libtool 1.3
23457
23458 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
23459
23460         * gtk/gtkclist.c:
23461         * gtk/gtkctree.c: merges from gtk-1-2
23462
23463 1999-04-25  Tor Lillqvist  <tml@iki.fi>
23464
23465         Support added for building using a GNU toolchain on Win32,
23466         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
23467
23468         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
23469         * config.h.win32: Changes for gcc.
23470         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
23471         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
23472         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
23473         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
23474         Protect shl stuff unavaiilable with mingw32 headers.
23475         * gdk/win32/gdkevents.c: Fix typo.
23476         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
23477         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
23478         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
23479         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
23480         the mingw32 headers.
23481         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
23482         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
23483         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
23484         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
23485         Test for NATIVE_WIN32, not _MSC_VER.
23486         * gtk/gtkmain.c: No use warning about developer version on Win32,
23487         there aren't any non-developer versions anyhow.
23488         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
23489         * gtk/makefile.msc: Use pthread from another directory. Minor other
23490         changes. 
23491
23492 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23493
23494         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23495           default filter from the list
23496
23497 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
23498
23499         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
23500          when gtk_widget_grab_default() is called for a widget that
23501          is not within a GtkWindow.
23502
23503 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
23504
23505         * docs/gtk_tut.sgml, examples/clist.c: use a
23506           scrolled window in the clist example. Minor
23507           tutorial fixes.
23508
23509 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
23510
23511         * docs/gtk_tut.sgml: Style check from David King
23512           <dking@youvegotmail.net>
23513
23514 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
23515
23516         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
23517         compile with unknown value of GDK_WINDOWING
23518
23519 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
23520
23521         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
23522         after the rule is fired.
23523         (install-exec-local): Install gdkconfig.h only if the contents are
23524         different from the currently installed gdkconfig.h.
23525
23526 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
23527
23528         * gdk/Makefile.am (configexecincludedir): Rename from 
23529         configincludedir so that gdkconfig.h will be installed 
23530         as part of `make install-exec'. 
23531
23532 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
23533
23534         * acinclude.m4
23535         * config.guess
23536         * config.sub
23537         * ltconfig
23538         * ltmain.sh: upgrade to libtool 1.2f
23539
23540         * autogen.sh: libtool is not required to autogen gtk+
23541
23542         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
23543         needed)
23544
23545 1999-03-18  Tor Lillqvist  <tml@iki.fi>
23546
23547         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
23548         declaring gdk variables exported/imported from the DLL. New image
23549         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
23550         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
23551         GDK_DRAG_PROTO_OLE2.
23552
23553         * gdk/gdk.h: Merge in Win32 version: Two new functions,
23554         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
23555         declared only for the Win32 version, but could be in the X11
23556         version as well. (Needed for a Xlib-less gdk_imlib.)
23557         gdk_color_hash should have only one parameter. Declare
23558         gdk_threads_mutex with GDKVAR.
23559         
23560         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
23561         just one parameter.
23562
23563         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
23564         per pixel, not bits.
23565
23566         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
23567         Fetch bpp (which means bits-per-pixel here) from another place on
23568         Win32. Accept also depth==32 (which we might get on Win32) with
23569         bpp==32.
23570
23571         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
23572         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
23573         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
23574         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
23575         in the backend-dependent directory, not in the common gdk
23576         directory.
23577
23578         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
23579         headers.
23580
23581 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
23582
23583         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
23584         want to use the Gtk+ devel version (which is true, and yes - even i am
23585         currently working with the 1.2.x branch). so everyone reading this, you
23586         probably want to issue
23587         cvs checkout -r glib-1-2 glib
23588         and
23589         cvs checkout -r gtk-1-2 gtk+
23590         as your next two comands.
23591
23592 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
23593
23594         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
23595         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
23596
23597         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
23598         file. strongly deprecated the GTK_HAVE_* macros, we provide
23599         GTK_CHECK_VERSION() for people that need to check for certain
23600         Gtk+ versions.
23601
23602         * gtk/gtkcompat.h: removed this from CVS.
23603         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
23604         idea right from the start, it just didn't seem like that back then.
23605
23606 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
23607
23608         * merges from gtk-1-2:
23609
23610 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
23611
23612         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
23613         item factory class has been created.
23614         (gtk_item_factory_parse_rc): likewise.
23615
23616         * gtk/gtkmenu.c:
23617         keep proper references for old_active_menu_item.
23618         (gtk_menu_reparent): unset the usize of the new parent,
23619         so the menu can sanely be size requested and we don't get nasty screen
23620         artefacts upon next reparentation.
23621         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
23622         enter notify. only synthesize enter notifies if the pointer really is
23623         inside the event window.
23624         (gtk_menu_popdown): use gtk_menu_shell_deselect().
23625         (gtk_menu_popup): move the background setting stuff into
23626         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
23627
23628         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
23629         gtk_menu_shell_select_item() to select the new item.
23630         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
23631         do the right thing for deselection as well.
23632
23633 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
23634
23635         * gtk/gtkwidget.[hc]:
23636         (gtk_widget_accelerators_locked): return whether a widget's accelerators
23637         are locked.
23638
23639         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
23640         existing accelerators if the widget's accelerators are locked.
23641
23642 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
23643
23644         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
23645
23646         * gtk/gtkmenu.c: truely forward key press and key release events to
23647         the menu widget from the toplevel or tearoff window. we can't simply
23648         connect to that, we need to stop further processing of the events as
23649         well.
23650
23651 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
23652
23653         * gtk/gtkmenu.c:
23654         (gtk_menu_key_press): pass event->keyval, event->state to
23655         gtk_accelerator_valid, instead of event->keyval twice.
23656         refuse to install single letter accelerators for menus that use
23657         single letter shortcuts.
23658
23659         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
23660         gtk_menu_ensure_uline_accel_group().
23661
23662         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
23663         which will always return an uline accel group, made
23664         gtk_menu_get_uline_accel_group() return NULL if the group isn't
23665         yet created.
23666
23667 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
23668
23669         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
23670
23671         * gtk/gtkclist.c (gtk_clist_column_title_passive):
23672         Leave button sensitive, trap  button_press, button_release,
23673         motion_notify, enter_notify and leave_notify events instead.
23674         (gtk_clist_column_title_active): disconnect event handler.
23675         (gtk_clist_drag_data_get): fixed memory leak. Reported by
23676         Guillaume Laurent <glaurent@worldnet.fr>
23677
23678 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
23679
23680         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
23681         width/height mixups.
23682
23683         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
23684         if needed.
23685
23686 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
23687
23688         * gtk/testgtk.c (create_item_factory): unref the item factory after
23689         window's destruction.
23690
23691         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
23692         count on the menu shell around the menu item's activation, since the
23693         signal emission may cause menu shell destruction.
23694
23695         * gtk/gtkitemfactory.c:
23696         the previous code leaked one accel group per menu. we use
23697         gtk_menu_get_uline_accel_group() now to fix that, and with that
23698         also create the underline accelerator group of the menus only if
23699         required (i.e. an underline accelerator has been specified).
23700         (gtk_item_factory_construct):
23701         (gtk_item_factory_create_item): removed code that would create an
23702         extra accel group for the menu (and leak references).
23703         (gtk_item_factory_create_item): adapted the underline accelerator
23704         installation code to properly feature gtk_menu_get_uline_accel_group().
23705
23706         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
23707         menu->accel_group, this may return NULL if the accelerator group
23708         hasn't been set yet.
23709         added gtk_menu_get_uline_accel_group() to retrive the underline
23710         accelerator group of the menu, this will be created on demand
23711         and proper care is taken about its reference count.
23712
23713         * gtk/gtkitemfactory.h:
23714         * gtk/gtkitemfactory.c:
23715         dumped the approach of keeping a widgets by action list on the
23716         factory since the factory<->widget destroy negotiation didn't work
23717         and would be hard to get going at all. instead we keep a list of
23718         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
23719         persistant throughout a program's life time).
23720         also, i removed the static const gchar *key_* variables, and made
23721         them inline strings (they weren't actually used anyways).
23722         (gtk_item_factory_add_item): update ifactory->items.
23723         (gtk_item_factory_destroy): destroy ifactory->items (and remove
23724         the item factory pointer from the remaining ifactory widgets).
23725         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
23726         list to find the widget.
23727         (gtk_item_factory_get_item): new function that works around
23728         gtk_item_factory_get_widget() limitations, this function will only
23729         return menu items, even for <Branch> entries.
23730
23731 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23732
23733         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23734         font hash table, if we have a GdkFontPrivate entry for this font
23735         already, simply increment its reference count, provided by Olaf Dietsche
23736         <olaf.dietsche+list.gtk@netcologne.de>.
23737
23738         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
23739         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
23740
23741 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
23742
23743         * gtk/gtkcontainer.c:
23744         (gtk_container_add_with_args):
23745         (gtk_container_addv):
23746         (gtk_container_add): before adding a child to a conatiner, make sure
23747         it is (default) constructed, this is neccessary because under certain
23748         circumstances the child will get relized and mapped immediatedly, in
23749         which case it has to be constructed already.
23750
23751 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
23752
23753         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
23754         values > 1 as TRUE also.
23755
23756 1999-03-16  Tor Lillqvist  <tml@iki.fi>
23757
23758         * README.win32: New file.
23759                 
23760         * configure.in: Check for lstat.
23761
23762         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
23763         completeness.
23764
23765         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
23766
23767         * gtk/gtk.def: Removed CRs.
23768
23769         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
23770         ..\gdk\win32).
23771
23772         * gdk/win32/makefile.msc: Correct upwards relative paths.
23773         
23774 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
23775
23776         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
23777           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
23778           it was connecting a void function to expose_event and the int
23779           returning function to the draw signal
23780
23781 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
23782
23783         * configure.in:
23784         Use correct path to libgmodule.la when ref'ing uninstalled copy
23785         of glib.  (Already in stable branch, Bug #417)
23786
23787 1999-03-15  Tor Lillqvist  <tml@iki.fi>
23788
23789         Win32 merge and general portability stuff:
23790                 
23791         * acconfig.h,configure.in: Check for <sys/time.h>.
23792
23793         * gdk/win32: New directory (actually, been there for a while).
23794         
23795         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
23796         NATIVE_WIN32, and use these. Always case fold on Win32. No
23797         backslashed escapes on native Win32.
23798
23799         * gtk/{gtk.def,makefile.msc}: New files.
23800
23801         * gtk/Makefile.am: Add above new files.
23802         
23803         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
23804         instead of <strings.h>.
23805
23806         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
23807         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
23808         <unistd.h> appropriately.
23809
23810         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
23811         Use ABS() (from <glib.h>) instead of abs().
23812         
23813         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
23814         of gtk (and thus glib) headers, so that WIN32 will be
23815         defined. With MS C, include <direct.h> for mkdir prototype.
23816
23817         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
23818         some casts, needed by MS C.
23819
23820         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
23821         implemented).
23822
23823         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
23824         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
23825         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
23826
23827         * gtk/gtkmain.h: Mark variables for export/import on Win32.
23828                 
23829         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
23830         the event is not a hint, or its window is not the slider. Needed
23831         on Win32, at least.
23832
23833         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
23834         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
23835         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
23836         a subdirectory of the Windows directory as gtk system
23837         configuration directory.
23838
23839         * gtk/gtkselection.c: No chunks on Win32.
23840
23841         * gtk/gtksocket.c: Not implemented on Win32.
23842
23843         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
23844
23845         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
23846
23847         * gtk/maketypes.awk: Declare variables with a macro that expands to
23848         necessary export/import magic in the case of Win32.
23849                 
23850         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
23851
23852 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
23853
23854         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
23855         since those were meant only for gdki18n.h.  
23856         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
23857         for widechar tests.
23858         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
23859
23860 1999-03-13  Tor Lillqvist  <tml@iki.fi>
23861
23862         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
23863         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
23864
23865         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
23866         installed) to CFLAGS.
23867
23868         * gdk/Makefile.am: Add rules for gdkconfig.h.
23869
23870         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
23871         APIs.
23872
23873         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
23874         gdkx.h anyway when compiling for X11.
23875         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
23876         general): Merge in Win32 version.
23877         
23878         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
23879         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
23880         expansion (if we don't have HAVE_PWD_H), allow for drive
23881         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
23882         included code from Craig Setera's port to Win32 (the one that uses
23883         X11, and the cygwin dll), even if it probably will be abandoned.
23884
23885         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
23886         the user entered one herself.  This way one can complete *.h and
23887         don't get matches on any .help files, for instance.
23888         
23889 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23890
23891         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23892         font hash table, if we have a GdkFontPrivate entry for this font
23893         already, simply increment its reference count, provided by Olaf Dietsche
23894         <olaf.dietsche+list.gtk@netcologne.de>.
23895
23896         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
23897         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
23898
23899 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
23900
23901         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
23902         the number of calls to gdk_draw_point() (and thus to X) by
23903         clipping the points by hand.
23904
23905         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
23906         the clip parameter.
23907         (gtk_handle_box_paint): Only paint the handle if the expose area
23908         intersects it.
23909
23910 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
23911
23912         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
23913
23914 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
23915
23916         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
23917         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
23918
23919 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
23920
23921         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
23922          textmode (O_TEXT) for OS/2 version.
23923
23924 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
23925
23926         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
23927         GtkSpinButton, "input" and "output", to make the output more flexible.
23928         The user has to provide a mapping between adjustment->value and the
23929         output string (and vice versa, if the spin button is editable). 
23930         See testgtk for examples.
23931
23932 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
23933
23934         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
23935         new one.
23936         
23937         * configure.in: set gtk+ version to 1.3.0.