]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Patch from Bill Haneman (with many modifications) to make the focus color
[~andy/gtk] / ChangeLog.pre-2-10
1 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
2
3         Patch from Bill Haneman (with many modifications) to make
4         the focus color work on dark themes and to make the
5         focus line width configurable. (#61079, #63074)
6
7         * gtk/gtkwidget.c: Add style properties, 
8         ::focus-widget, ::focus-line-width, and ::focus-padding.
9
10         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
11         state argument as well so we can use fg[STATE] to
12         draw instead of always drawing with black. 
13         Cange paint_focus() to respect GtkWidget::focus-width
14         and GtkWidget::focus-line-pattern. Fix continuity
15         problem where the default 1-1 stipple had a blob
16         in one corner and a gap in the other. Change the
17         interpretation of x/y/width/height to be the bounding
18         box of the focus rect instead of the rectangle
19         passed to gdk_draw_rectangle.
20
21         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
22         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
23         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
24         and ::focus-line-padding.
25
26         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
27         and remove duplicated code; fix drawing of focus rectangle
28         when interior-focus = FALSE. (#63072, #63073)
29
30         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
31         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
32         Range and TreeViewColumn will need more extensive fixing.
33
34         * gtk/gtkcolorsel.c: Honor focus line attributes when
35         drawing the focus on the color swatches. (#63071)
36
37         * gtk/gtkhsv.c: Honor focus line attributes when
38         drawing the focus for the ring and triangle.
39
40         * docs/widget_geometry.txt: Start at documenting how 
41         various widgets are drawn.
42
43         * gtk/gtkbutton.c (_gtk_button_paint): Export 
44         _gtk_button_paint() librarywide, so we don't have 
45         duplicate a bunch of code in gtktogglebutton.c.
46
47         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
48
49 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
50
51         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
52         NONE:POINTER.
53
54 2001-12-03  Alex Larsson  <alexl@redhat.com>
55
56         * gtk/gtkaccellabel.c:
57         * gtk/gtkarrow.c:
58         * gtk/gtkcolorsel.c:
59         * gtk/gtkcontainer.c:
60         * gtk/gtklabel.c:
61         * gtk/gtktextview.c:
62         * gtk/gtktogglebutton.c:
63         * gtk/gtktreeview.c:
64         * gtk/gtkwindow.c:
65         Return FALSE from expose handlers.
66
67 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
68
69         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
70         we use pointers, we should free the previous pointer first (if
71         it exists), before we set a new pointer. (#64726)
72
73         * gtk/gtktreeprivate.h: get rid of cursor_drag
74
75         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
76         for cursor_drag
77         (gtk_tree_view_bin_expose): don't directly return in the while
78         loop
79         (gtk_tree_view_class_init): indentend expanders by default
80         (gtk_tree_view_header_focus): only give the button focus
81         if it's clickable, visible and the column is reorderable
82         (#65539)
83
84         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
85         create and free cursor
86
87 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
88
89         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
90         some bugs with size requisition. (From Bill Haneman)
91
92         * gtk/gtkcalendar.c: Draw headers and selection in 
93         base/text[SELECTED] instead of fg/bg[SELECTED].
94
95         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
96         code and formatting.
97
98 2001-12-03  Havoc Pennington  <hp@pobox.com>
99
100         * gtk/gtktextview.c (set_window_height): 
101         (set_window_width): Hmm, setter functions normally assign the new
102         value to the object field. Reported by Chris Phelps.
103
104 2001-11-30  jacob berkman  <jacob@ximian.com>
105
106         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
107         signal id to 0 after we disconnect from it
108
109 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
110
111         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
112         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
113         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
114         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
115
116         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
117         GTK_DISABLE_DEPRECATED.
118
119         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
120         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
121
122 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
123
124         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
125         move/resize code, removing various bad, non-functional
126         hacks. (Fixes #65048, reported by Damon Chaplin.)
127
128 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
129
130         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
131         bad match error when target drawable is not the 
132         same depth as the root window. (#65841)
133
134         * HACKING: Update.
135
136 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
137
138         * gdk/gdkwindow.c: Typo fix.
139
140 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
141
142         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
143         empty menu items to behave like insensitive items (#59456)
144
145         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
146         next item if the first item in the menu is a tear off item
147         (#59456-2, suggestion by Matthias Clasen)
148
149         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
150         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
151         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
152         (gtk_real_menu_shell_activate_current): add check, so empty
153         menu items behave like insensitive items (#59456)
154         
155         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
156         the checks more readable ...
157         
158         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
159         (gtk_menu_shell_button_release): causes the menu to dropdown if the
160         caption is clicked again (#64977)
161
162 2001-11-29  Havoc Pennington  <hp@redhat.com>
163
164         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
165         assertion here that we were at the end iterator was not correct;
166         change code to move us to the end iterator. bug #65731
167
168 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
169
170         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
171         improper use of g_locale_to_utf8() to convert from
172         latin-1, and do it the easy way by building the string
173         correctly in the first place.
174
175 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
176
177         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
178         Convert atoms to and from atoms for properties of type XA_ATOM.
179         (#65555, patch from Hidetoshi Tajima)
180
181 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
182
183         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
184         to avoid problems with Objective C.
185
186 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
187         
188         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
189
190         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
191         Fix docs. (#65505)
192
193         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
194
195 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
196
197         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
198         accounting of menu->tearoff_scrollbar width to here
199         and make sure we have the correct requisition.
200
201         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
202         by using gtk_window_move().
203
204         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
205         the requisition to be updated by calling
206         gtk_widget_size_request() (#65440)
207
208         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
209         queue resize before calling gtk_menu_set_tearoff_state().
210
211 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
212
213         * demos/gtk-demo/editable_cells.c: fix typo
214
215         * demos/gtk-demo/list_store.c (add_columns): remove call to
216         gtk_tree_view_column_set_clickable which didn't make sense
217
218 2001-11-28  Havoc Pennington  <hp@redhat.com>
219
220         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
221         explaining the validation error in front of the G_BREAKPOINT
222
223         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
224         process updates with include_children = FALSE instead of TRUE, so
225         we redraw the range only, not the whole darn window.  Making
226         GtkRange a NO_WINDOW widget had weirdly caused the text widget
227         Trace/breakpoint trap bug to become much easier to trigger.
228
229 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
230
231         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
232         to gdkcursors.h.
233
234 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
235
236         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
237
238         * gdk/gdkcursor.h: Directly include the contents
239         of gdkcursors.h in the GdkCursorType enum.
240
241         * gdk/gdkcursors.h: Deleted.
242
243         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
244         header boilerplate.
245
246         * gdk/Makefile.am: Remove the X-derived-headers rule.
247
248 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
249
250         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
251         Notify on the ::active property _here_, not in
252         gtk_check_menu_item_set_active.
253
254 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
255
256         * gtk/gtkcellrendererpixbuf.c
257         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
258         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
259
260 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
261
262         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
263         comment about what is going on in this file.
264
265         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
266         x/y problem.
267
268 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
269
270         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
271         Calculate size based on the _child_ of the menu item,
272         not the menuitem. (#65005, Damon Chaplin)
273
274         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
275         some extra vertical padding to the label widget ... restores
276         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
277
278 2001-11-26  Tor Lillqvist  <tml@iki.fi>
279
280         * demos/pixbuf-demo.c
281         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
282
283         * demos/gtk-demo/main.c (read_line): No flockfile() or
284         getc_unlocked() on Win32.
285
286 2001-11-25  Tor Lillqvist  <tml@iki.fi>
287
288         * configure.in
289         * acconfig.h: As we now use GDir, no need to check for dirent.h.
290
291 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
292
293         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
294         when finished (#65266)
295
296 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
297
298         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
299         data after we set the property. (#65264)
300
301 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
302
303         * gtk/gtkbutton.c: add destroy method so label_text gets freed
304         if it has been allocated (#65268)
305
306 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
307
308         * gdk/linux-fb/gdkdrawable-fb2.c
309         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
310
311         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
312
313         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
314         set_family
315         
316         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
317
318 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
319
320         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
321         deactivate menu when menu_item isn't sensitive (#61389)
322
323 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
324
325         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
326         we return (in case of a failure here)
327
328 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
329
330         * gtk/gtknotebook.c: Handle events in windows other
331         than widget->event_window properly. (#65079, reported
332         by Damon Chaplin)
333
334         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
335
336 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
337
338         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
339         the image at the top. (#65020, request from Seth Nickell)
340
341 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
342
343         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
344         arithmetic that was resulting in rows being drawn too low.
345         (#65001, reported by Damon Chaplin)
346
347 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
348
349         * gtk/gtkrange.c (gtk_range_button_press): Offset 
350         invalidated range correctly.
351
352         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
353         of title window. (#65001, reported by Damon Chaplin)
354
355         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
356         horrible hack with use of ::event_after.
357
358 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
359
360         * Version 1.3.11
361
362         * configure.in (ATK_REQUIRED_VERSION): Require
363         GLib-1.3.11, Pango-0.22, ATK-0.7.
364
365         * tests/prop-editor.c (property_widget): Restore
366         to working as well as it did before.
367
368         * gtk/gtklistitem.h: Mark deprecated since it is
369         an integral part of GtkList.
370
371         * demos/gtk-demo/demo-common.h: New header file,
372         for a common functions not important to the meat
373         of the demos.
374         
375         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
376         function to search for a file used by the demo.
377
378         * demos/*.c: Use demo_find_file.
379
380 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
381
382         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
383         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
384         fixes already mentioned in ChangeLog entry on 2001-11-14.
385
386         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
387
388 2001-11-23  Hans Breuer  <hans@breuer.org>
389
390         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
391         reflect Pango API change
392
393         * gtk/gtk.def : updated externals
394
395         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
396         g_return_val_if_fail() to avoid 'function must return a value'
397
398         * gtk/gtkrc.c : added spaces to fix small coding style issues
399         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
400         'static correctness'
401
402         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
403         because they only can be build on win32 after applying my patch
404
405 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
406
407         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
408         children, in order for the input pnly window to stay *above*
409         children.
410
411 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
412
413         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
414         type walks againts G_TYPE_FUNDAMENTAL_MAX.
415         
416         * tests/prop-editor.c: disable type hackery.
417
418 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
419
420         * gdk/gdkimage.c (gdk_image_get): Fix problem with
421         lost parameter.
422
423 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
424
425         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
426         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
427         trailing commas in enum declarations.
428
429 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
430
431         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
432         interface, binary age 0.
433
434         * NEWS: Updates
435
436         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
437         fixes in docs.
438
439         * gtk/gtkmain.h: Remove unused and misnamespaced
440         get_gtk_win32_directory() prototype.
441
442         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
443         to match header.
444
445         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
446         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
447         to match docs.
448
449         * gdk/gdkevents.c (gdk_event_get_coords)
450           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
451           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
452         Fix parameter names in docs.
453         
454         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
455         (#64961, Akira Tagoh)
456
457 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
458
459         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
460
461         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
462
463         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
464
465         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
466         back to gtk_accel_groups_from_object(), change @acceleratable
467         parameter to gtk_accel_groups_activate() accordingly.
468
469         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
470         left-over comment about quark return.
471
472         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
473
474         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
475         (Patch from Matt Wilson)
476
477         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
478         object is finalized.
479
480 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
481
482         * applied patch from owen to get rid of accel map notifiers.
483         changed things to fix reentrancy and API as discussed on gtk-devel.
484
485         * gtk/gtkaccelgroup.[hc]:
486         (gtk_accel_group_finalize): unregister this accel group from all
487         accel map paths.
488         (accel_closure_invalidate): handle invalidation of closures by
489         disconnecting their accelerators.
490         (quick_accel_add): move closure connection and changed notification
491         into this function to reduce code duplication. don't emit change
492         notification on closurers without accelerators.
493         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
494         for a GtkAccelGroupEntry.
495         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
496         (gtk_accel_group_connect_by_path): new function to add accelerators
497         with an accel path.
498         (gtk_accel_group_disconnect_closure): new function, disconnect a
499         closure from of an accel group.
500         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
501         accel_mods pair and remove them.
502         (_gtk_accel_group_reconnect): new function that basically does
503         gtk_accel_group_disconnect_closure() and
504         gtk_accel_group_connect_by_path() once an accel path changed.
505         (gtk_accel_groups_disconnect_closure): remove this, there's
506         gtk_accel_group_disconnect_closure().
507         
508         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
509         nuke notifiers.
510         (_gtk_accel_path_is_valid): make this non-static for
511         gtkwidget.c and gtkaccelgroup.c assertions.
512         (gtk_accel_map_add_notifer): removed this function.
513         (gtk_accel_map_remove_notifer): same.
514         (_gtk_accel_map_add_group):
515         (_gtk_accel_map_remove_group): (un-)register accel groups, with
516         accel paths for correct propagation.
517         (gtk_accel_map_add_entry): return void.
518         (gtk_accel_map_lookup): return gboolean instead of GQuark.
519         
520         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
521         set accel_path on widgets.
522         
523         * gtk/gtkwidget.[hc]:
524         (accel_path_changed): got rid of this, changes are handled by
525         accel maps internally now.
526         (_gtk_widget_set_accel_path): get things to work without notifiers.
527         (gtk_widget_list_accel_closures): list accel closures of a widget.
528         
529         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
530
531 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
532
533         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
534
535 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
536
537         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
538         replace gboolean free_last in the function parameters with
539         gint depth. Changes to reflect new situation.
540
541         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
542         replace gboolean free_last, with gint depth, add gint current_depth.
543         Changes to reflect new situation.
544
545         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
546         to reflect new situation
547
548         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
549
550 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
551
552         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
553         where notebook gap was double shifted by allocation.x/y
554
555         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
556         to unmap children.
557
558 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
559
560         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
561         allocation to be relative to paned->allocation, now
562         that this is a NO_WINDOW widget.
563         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
564
565         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
566         needs to be a boxed property.
567
568 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
569
570         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
571         Use the widget's state when drawing the indicator, as
572         in GtkCheckButton. This gives us color changes for
573         un-prelighted checkbuttons. (#63308, Matt Wilson)
574
575 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
576
577         (Fixes related to #64428, Michael Meeks)
578
579         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
580         widget, so it gets mapped again properly when we
581         add to a parent.
582
583         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
584         plug->socket_window. 
585
586         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
587         socket_window to NULL, not FALSE.
588
589         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
590         socket->same_app to TRUE. (#64612)
591
592 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
593
594         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
595         gtk_fixed_set/get_has_window() to remove criticism
596         about GTK_WIDGET_SET_FLAGS() hacks.
597
598 2001-11-19  Michael Natterer  <mitch@gimp.org>
599
600         * gtk/gtknotebook.c: show notebook->event_window with
601         gdk_window_show_unraised(), so it doesn't catch the events which
602         should go to the tab widgets first.
603
604 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
605
606         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
607         "resizable" property, to get rid of the
608         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
609         (gtk_tree_view_column_set_resizable): New function to set resizable.
610         (gtk_tree_view_column_set_resizable): getter.
611
612         * tests/testtreecolumns.c (add_clicked): modify for above change.
613
614         * Makefile.am (install-data-hook): remove old .pc files before
615         installing the new one.  We used to symlink this, and it will
616         break old installs.
617
618 2001-11-19  Havoc Pennington  <hp@pobox.com>
619
620         * tests/testtext.c (fill_example_buffer): put in a test for
621         negative indentation values
622
623 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
624
625         * gtk/gtklabel.c (gtk_label_init): Change default for
626         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
627         labels are most often wrapped labels, this gives better
628         compatibility with GTK+-1.2, where justification was
629         ignored for wrapped labesl and is a more sensible
630         default in any case. (#64489)
631
632         * gtk/gtklabel.c (gtk_label_class_init): Fix default
633         for wrap property to FALSE.
634
635 2001-11-19  jacob berkman  <jacob@ximian.com>
636
637         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
638
639 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
640
641         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
642         RevertToParent, not RevertToNone. (#64613, 
643         Matthias Clasen)
644
645 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
646
647         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
648         and label_yalign need to be float properties to
649         correspond to GTK+-1.2, to gtk_frame_set_label_align,
650         and to the types of the xalign and yalign properties of GtkMisc.
651         (#63484, Vitaly Tishkov)
652
653 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
654
655         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
656         of plug_added vfunc. (#64408, Jeff Franks)
657
658 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
659
660         * configure.in (deps): Undef HAVE_STDLIB_H before
661         checking for jpeg, because jconfig.h has this
662         in it too (%#$@!). Fix from Matthias Clasen, #64500.
663
664 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
665
666         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
667         memory leak when retrieving atom names. (Michael Meeks,
668         #64508)
669
670 2001-11-18  Alex Larsson  <alexl@redhat.com>
671
672         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
673         Update to new Pango API.
674         
675 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
676
677         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
678         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
679         GTK_OBJECT_DESTROYED() check macro.
680
681         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
682         instances of GTK_OBJECT_DESTROYED() that weren't
683         needed any more.
684
685         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
686         for a connection to ::destroy.
687
688 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
689
690         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
691         have been since the beginning, but as special hack,
692         allow clearing the NO_WINDOW flag to get a window widget.
693
694 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
695
696         * gtk/gtktreestore.c: return TRUE when value changed, so
697         row_changed is being emitted
698
699 2001-11-18  Hans Breuer  <hans@breuer.org>
700
701         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
702         no label without op, even if it's a no-op.
703
704         * gtk/gtk.def :
705         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
706
707         * config.h.win32.in : remove definition of HAVE_DIRENT_H
708         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
709         required anymore, replace it.
710         * gtk/queryimmodules.c : DIR -> GDir replacement, also
711         getcwd() -> g_get_current_dir()
712
713         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
714         Even 'noisy laugh' scolling appears to work, though I still can't
715         claim to have fully understood what it is supposed to do ...
716
717 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
718
719         * gtk/gtkenums.h: Include glib-object.h instead of
720         gobject/gsignal.h
721
722         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
723           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
724         argument to the window_at_pointer() field of
725         GdkPointerHooks. (Patch from Erwann Chenede)
726
727         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
728         to 6 pointers.
729
730 2001-11-17  Matt Wilson  <msw@redhat.com>
731
732         * gtk/gtkenums.h: must include glib-object.h only
733
734 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
735
736         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
737         key bindings in order of visibility - mnemonics, then 
738         accelerators, then send key to the focus widget, then
739         bindings on the GtkWindow.
740
741         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
742         Removed the xoffset, yoffset fields of GtkLayout which were
743         identically zero for compat with 1.2, but were no longer 
744         compatible with all uses of these fields in 1.2.
745
746         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
747         unused variable.
748
749 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
750
751         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
752         We no longer need to create the signals here ... they
753         come from the interface.
754
755         * gtk/maketypes.awk: Use GType, not GtkType in output.
756
757         * gtk/gtktypeutils.h: Mark virtually all of this
758         file deprecated.
759
760         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
761         the only use of this function is the GtkArg using
762         GtkCallbackMarshal, since destroy notification is
763         silly here.
764
765 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
766
767         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
768         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
769         only for compatibility with GTK+-1.2; and deprecate it; 
770         put all marshalers we actually use into gtkmarshalers.list 
771         and use the _gtk_marshal_ prefix for these marshalers.
772
773 2001-11-17  Murray Cumming  <murrayc@usa.net>
774
775         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
776         The first parameters of the signals are now registered as
777         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
778         
779 2001-11-17  Tor Lillqvist  <tml@iki.fi>
780
781         * gtk-zip.sh.in: Build separate runtime and developer
782         packages.
783
784         * gtk/gtk.def: Reflect recent accelerator-related changes.
785
786 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
787
788         * gtk/gtkwindow.c (gtk_window_set_default): Move 
789         notification of "has_default" to here, so it
790         is safe to call gtk_window_set_default() instead
791         of gtk_widget_grab_default().
792
793         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
794         gtk_widget_grab_focus(), which then calls 
795         _gtk_widget_internal_set_focus(). This makes 
796         gtk_window_set_focus() a safe way of both setting
797         and unsetting the focus widget.
798
799         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
800         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
801         to find the toplevel.
802
803         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
804         from the "internal functions" section.
805
806 2001-11-16  jacob berkman  <jacob@ximian.com>
807
808         * tests/testgtk.c (create_radio_buttons): add some no-indicator
809         radio buttons
810
811         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
812         initially active, also initially be depressed
813         (gtk_radio_button_clicked): also update our depressed state
814
815 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
816
817         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
818         key press events not just to focus/window but also to
819         intermediate widgets.
820
821         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
822         to switch pages. (Needs some work on handling focus
823         when switching pages.)
824
825 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
826
827         * gtk/gtknotebook.c: Fix child allocations to be relative to 
828         widget position and some drawing bugs.
829
830         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
831         with reading uninitialized variable.
832
833 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
834
835         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
836         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
837         NO_WINDOW widgets.
838
839         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
840         cleanup.
841
842         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
843         we are drawing in a window when drawing the paned handle.
844
845 2001-11-16  Sven Neumann  <sven@gimp.org>
846
847         * demos/gtk-demo/appwindow.c
848         * demos/gtk-demo/menus.c: reduce compiler warnings
849
850 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
851
852         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
853         unused callback to make things compile with 
854         gtk_tree_view_path_at_pos_change().
855
856 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
857
858         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
859
860 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
861
862         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
863  
864 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
865
866         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
867         to get a GdkWindow to compare event->window to.
868
869         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
870         the signal for lateral motion too, #64361
871
872         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
873         arg as it is useless, #64137
874
875 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
876
877         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
878
879 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
880  
881         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
882         gdk_window_invalidate_maybe_recurse() for recursion.
883         (Soeren Sandmann)
884
885         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
886  
887         * gtk/gtkcontainer.c (gtk_container_expose): Call
888         gtk_container_forall() not _foreach() to propagate,
889         since we need to propagate exposes to internal children
890         as well.
891
892         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
893         Remove the restriction of only being able to call these
894         on window widgets, since we have lots of NO_WINDOW widgets
895         with windows now; for add events, recurse over the children
896         of widget->window to find one owned by the widget.
897
898         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
899         window to catch events.
900
901         * gtk/gtktogglebutton.[ch]: Remove the code for switching
902         between NO_WINDOW and WINDOW widgets based on the mode.
903
904         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
905         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
906
907         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
908
909         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
910         change for range.
911
912         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
913  
914         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
915
916 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
917
918         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
919         "message_type" and "buttons" CONSTRUCT properties. (#64069)
920
921         * tests/testsocket.c: Expand tests to add a "local passive
922         child" (Test case for #64428)
923
924 2001-11-14  jacob berkman  <jacob@ximian.com>
925
926         * gtk/gtkgamma.c (button_clicked_callback): create the label with
927         a mnemonic
928
929 2001-11-15  Sven Neumann  <sven@gimp.org>
930
931         * tests/testgtk.c: make it compile without warnings.
932
933 2001-11-14  Alex Larsson  <alexl@redhat.com>
934
935         * gtk/gtklabel.c:
936         Don't recalculate the layout on each gkt_label_ensure_layout () for
937         wrapped labels.
938
939 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
940
941         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
942         the currently selected column when we get the column, #64380
943
944         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
945         to cancel CellRendererText editting, #63613
946
947         * gtk/gtkcellrenderertext.c: ditto
948
949         * gtk/gtkcellrenderertext.h: formatting changes
950
951 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
952
953         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
954
955         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
956
957         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
958
959         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
960
961         * gtk/gtklabel.c: Documentation fixes (#64452)
962
963 2001-11-14  Daniel Egger  <degger@fhm.edu>
964
965         * gdk-pixbuf/io-xpm.c: 
966         (xpm_skip_whitespaces): Remove unused static function.
967         (xpm_skip_string): Dito.        
968         (xpm_extract_color): Declare const variable const to avoid warnings. 
969
970         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
971         
972         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
973         
974         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
975         a long.
976
977 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
978
979         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
980         out accidental commit of debugging timing code.
981
982 2001-11-14  Havoc Pennington  <hp@redhat.com>
983
984         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
985         it doesn't move to a new line each time you press it
986
987         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
988         return value, #62987
989
990 2001-11-14  Havoc Pennington  <hp@redhat.com>
991
992         * tests/testtextbuffer.c (main): bulk of the tests were commented
993         out, oops.
994
995         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
996         function work, should resolve #63426
997         (gtk_text_iter_ends_line): return TRUE for the end iterator
998
999         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
1000         a couple things that might get cached in here.
1001
1002 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
1003
1004         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
1005         "model" construct property for language bindings.
1006
1007         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
1008         function to let you set the column types of a GtkTreeStore for
1009         language bindings.
1010
1011         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
1012
1013 2001-11-13  Havoc Pennington  <hp@redhat.com>
1014
1015         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
1016         including reference to bugzilla bug about how we should have 
1017         a better way of positioning children
1018
1019         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
1020
1021         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
1022         size to side rects if they don't exist, #63438
1023
1024 2001-11-13  Havoc Pennington  <hp@redhat.com>
1025
1026         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
1027         properly replace selection with Return or Tab
1028
1029         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
1030         that didn't locate the end of the line correctly, should fix #63800
1031
1032 2001-11-13  Havoc Pennington  <hp@redhat.com>
1033
1034         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
1035         to requisition, request non-anchored children
1036         (gtk_text_view_size_allocate): handle border width, allocate
1037         non-anchored children
1038         (text_view_child_new_window): set the child as object data
1039         (gtk_text_view_move_child): allow children at negative
1040         coordinates, no reason why not
1041         (gtk_text_view_forall): make it copy the list of children before
1042         walking it, to avoid reentrancy issues  
1043         (gtk_text_view_move_child): short-circuit if position is unchanged
1044         (changed_handler): only queue_resize if requisition has changed
1045         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
1046         a better job of invalidation ourselves
1047
1048         * tests/testtext.c: add tests for the fixed-position children
1049
1050 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
1051
1052         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
1053         with gdk threads macro.
1054
1055 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
1056
1057         * gtk/maketypes.awk: fix type utils generation on unix.
1058
1059         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
1060         registry.
1061
1062         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
1063         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
1064         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
1065         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
1066         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
1067         introduced ::accel_changed signal for change notification, and
1068         gtk_accel_group_connect/disconnect to connect closures to accel groups.
1069         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
1070         functions.
1071         deprecated gtk_accel_group_ref/unref.
1072
1073         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
1074         to accel group changed notification and basically operate on closures.
1075         removed gtk_accel_label_get_accel_object and
1076         gtk_accel_label_set_accel_object.
1077         introduced gtk_accel_label_set_accel_closure, and for convenience,
1078         gtk_accel_label_set_accel_widget.
1079
1080         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
1081         which mostly moved into gtkaccelmap.[hc].
1082         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
1083         and gtk_item_factory_print_func.
1084
1085         * gtk/gtkmain.c: call _gtk_accel_map_init().
1086
1087         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
1088         that associates an accelerator path with menu items, through which
1089         persistent accelerator settings on menu items are enabled.
1090
1091         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
1092         paths of menu item can be default constructed to allow installation
1093         of accelerators on menu items that don't come with an accelerator
1094         binding by default.
1095
1096         * gtk/gtksettings.c: fix STRING type rc settings by special casing
1097         them appropriately in the parser.
1098
1099         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
1100         gtk_signal_newv().
1101
1102         * gtk/gtkwidget.[hc]: accelerator API revamp.
1103         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
1104         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
1105         gtk_widget_(un)lock_accelerators.
1106         accelerators maintained through gtk_widget_add/remove_accelerator()
1107         are not runtime changable now, the correct sequence to setup a
1108         widget for runtime changable accelerators is now:
1109           gtk_accel_map_add_entry(accel_path, key, mods);
1110           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
1111
1112         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
1113         group changes (as well as mnemonic changes) through the new signal
1114         ::accels_changed.
1115
1116 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
1117
1118         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
1119         GString->string conversions.
1120
1121 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
1122
1123         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
1124         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
1125
1126 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
1127
1128         * gtk/gtktreeview.c: Documentation fixes. (#64377)
1129         
1130         * gtk/gtktreestore.c: Documentation fixes. (#64376)
1131
1132 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
1133
1134         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
1135         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
1136         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
1137         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
1138
1139 2001-11-10  Hans Breuer  <hans@breuer.org>
1140
1141         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
1142         we know what we are talking about when asked for MINMAXINFO.
1143         Also some cleaning for !HAVE_DIMM_H etc.
1144
1145 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
1146
1147         * gtk/gtktreeviewcolumn.c: Fix docs for 
1148         gtk_tree_view_column_set_sort_order. (#62647)
1149         
1150         * gtk/gtkcontainer.c: Fix docs for 
1151         gtk_container_set_border_width. (#64139)
1152
1153         * gtk/gtkcolorsel.c: Documentation fixes.
1154
1155 2001-11-10  Hans Breuer  <hans@breuer.org>
1156
1157         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
1158         don't have strcasecmp()
1159
1160         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
1161         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
1162         code duplication wrap it in its own function and use it in 
1163         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
1164
1165         * gdk/win32/gdkdrawable-win32.c : implement the finalize
1166         method like the X11 version does, allow to set_colormap NULL
1167         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
1168         set_colormap, also some adaption to X11 version :
1169         (gdk_window_hide) call _gdk_window_clear_update_area
1170         (gdk_window_reparent) call _gdk_window_init_position
1171
1172         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
1173         call gdk_window_resize() after all hints are set, because the
1174         window resizing process (WM_GETMINMAXINFO) takes all of them into 
1175         account
1176
1177         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
1178
1179         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
1180         sizeof (GdkVisualPrivate)
1181
1182         * gdk/gdk.def gtk/gtk.def : upated externals
1183
1184         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
1185           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
1186         from now on use make.msc from $(TOP)/glib/build/win32
1187
1188         * gtk/stock-icons/makefile.msc : add stock_missing_image
1189
1190 2001-11-08  Tor Lillqvist  <tml@iki.fi>
1191
1192         * README.win32: Add headers. Add section about ActiveIMM.
1193
1194         * configure.in: Add --with-ie55 flag to specify the location of
1195         the "IE55 libs and headers" package downloadable from Microsoft,
1196         which contains, among other things, the Active IMM header dimm.h
1197         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
1198         Require GLib 1.3.10.
1199         
1200         * config.h.win32.in: New version, produced by merging two
1201         configure-generated ones (for gcc and MSVC). Hopefully #defines
1202         the same flags that the previous, hand-written one, did.
1203
1204         * gdk/Makefile.am
1205         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
1206
1207         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
1208         stuff. Remove unused GdkIOClosure.
1209
1210         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
1211         available).
1212
1213         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
1214         for uuid.lib. (Does it really have to be this hard to use an
1215         existing library with libtool? Probably I am missing something.)
1216
1217 2001-11-08  Darin Adler  <darin@bentspoon.com>
1218
1219         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
1220         typo where it says LEFT instead of CENTER.
1221
1222 2001-11-07  Darin Adler  <darin@bentspoon.com>
1223
1224         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
1225         (gtk_dialog_set_default_response): Add g_return_if_fail.
1226
1227 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
1228
1229         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
1230         Add row_draggable() vfunc, and wrapper function.
1231
1232         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
1233         row_drop_possible take a GtkSelectionData, rather than
1234         model/row pair.
1235
1236         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
1237         new DND interfaces.
1238
1239         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
1240         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
1241         and rename them to enable_model_drag_source/dest.
1242
1243         * gtk/treeviewcolumn.c: Add DND of columns between rows.
1244         Still can't drop _to_ the left tree, but other places
1245         work.
1246
1247         * gtk/gtktreeview.c (unset_reorderable): Unset the
1248         reorderable property if unset/enable_model_drag_source/dest
1249         are called manually.
1250
1251         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
1252         Correct for change in depth count handling.
1253
1254         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
1255         Pass in a expose area to gtk_tree_view_column_cell_render()
1256
1257 2001-11-06  Havoc Pennington  <hp@redhat.com>
1258
1259         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
1260
1261 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
1262
1263         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
1264
1265 2001-11-05  Havoc Pennington  <hp@redhat.com>
1266
1267         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
1268         widgets in here
1269         (gtk_text_view_realize): set parent window of child widgets
1270         (gtk_text_view_size_request): use child req to decide whether
1271         to invalidate layout, not widget->requisition
1272
1273         * gtk/gtktextdisplay.c (render_layout_line): set
1274         shaped_width_pixels for NULL shape objects, so that we properly
1275         draw the "missing pixbuf/widget" thing
1276         (render_layout_line): don't draw the widget here
1277         (gtk_text_layout_draw): pass out a list of widgets that need exposing
1278
1279         * demos/gtk-demo/textview.c (insert_text): add demo of child
1280         widgets
1281
1282         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
1283
1284         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
1285
1286         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
1287         scroll offsets
1288         (gtk_text_view_value_changed): poke new X and Y into child allocations
1289
1290 2001-11-06  Tor Lillqvist  <tml@iki.fi>
1291
1292         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
1293         -specific directory on Windows, too (#63759).
1294
1295 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
1296
1297         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
1298         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
1299         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
1300         directly to Picture objects instead of using XftDraw.
1301         This fixes the problem where we weren't able to 
1302         properly destroy XftDraw objects before destroying
1303         the accompanying windows, and probably improves
1304         efficiency a bit too. (#50214)
1305
1306 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
1307
1308         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
1309         Clamp max window width/height to 32767, not 32768 since
1310         we have to be able to deal with a dx/y of -32768 without
1311         getting a width of 65536 when guffaw scrolling.
1312
1313         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
1314         for the guffaw scrolling case, fixing some problems with
1315         copy-area case as well. Fix BadValue bug with moving windows
1316         by large amounts.
1317
1318         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
1319         clip in window structue before calling gdk_window_invalidate_region
1320         since that trims new invalidations to the window's visible
1321         region.
1322
1323         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
1324         Really set the static window gravity on the children, not
1325         repeatedly on the window.
1326
1327         * gtk/testgtk.c: Add a torture test for big windows and 
1328         gdk_window_scroll().
1329
1330 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
1331
1332         * acconfig.h configure.in: sigsetjmp is macroized in some places,
1333         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
1334
1335 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
1336
1337         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
1338         in terms of pango_color_parse().
1339
1340         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
1341         gdk_color_parse() implementations.
1342
1343 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
1344
1345         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
1346         queue_resize_on_group with both the old and new mode, not
1347         just the new mode. (#60171, Nicolas Setton). Also, notify
1348         the "mode" property.
1349         
1350 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
1351
1352         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
1353         for use in "shallow invalidation" of a widget. (Windows belonging
1354         to the widget, but not to the widget's children)
1355
1356         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
1357         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
1358         up on ancestors up to the resize container on queue_resize. Size
1359         requests only actually take place if GTK_REQUEST_NEEDED, size
1360         allocations only take place if GTK_ALLOC_NEEDED or the size
1361         changed.
1362
1363         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
1364         container->resize_widgets and the RESIZE_NEEDED flag since the
1365         above flags are sufficient to figure out what needs to be
1366         resized/reallocated. Remove code manipulating
1367         container->resize_widget.
1368
1369         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
1370         allows widgets to turn off being automatically invalidated is when
1371         they are resized.
1372
1373         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
1374         a widget is resized or moved is "shallow" as described above -
1375         only the windows that need to be invalidated are invalidated.
1376
1377         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
1378         Make these widget's init functions call 
1379         gtk_widget_set_redraw_on_allocate(widget,FALSE).
1380
1381         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
1382         _gtk_container_queue_resize(), since we don't want
1383         redrawing. (Probably could be done for other 
1384         calls to gtk_widget_queue_resize() in gtkwindow.c,
1385         but this is the most important one.)
1386
1387         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
1388         gtk_widget_queue_draw() - size_allocate() handles
1389         that as appropriate.
1390
1391         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
1392         of queue_clear() to avoid invalidating children.
1393
1394 2001-11-04  jacob berkman  <jacob@ximian.com>
1395
1396         * gtk/gtkmain.c (find_module): don't free the module name until
1397         after we load the module
1398
1399 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
1400  
1401         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
1402         derivation instead of boxed derivation.
1403  
1404         * gtk/gtkmarshal.list: Remove some now unused marshallers.
1405  
1406 2001-11-04  Tor Lillqvist  <tml@iki.fi>
1407
1408         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
1409         include yesterday, without really thinking), as that defeats the
1410         working of correct_libdir_prefix() (it becomes a no-op.). Add
1411         comment mentioning that. Thanks to Hans Breuer for noticing.
1412         
1413 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
1414
1415         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
1416         signal argument (was GtkWidget*).
1417
1418         * gtk/gtkwindow.c (gtk_window_frame_event),
1419           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
1420         Fixed argument types as above, removed GTK_WINDOW casts and
1421         added some GTK_WIDGET casts instead.
1422
1423 2001-11-03  Hans Breuer  <hans@breuer.org>
1424
1425         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
1426         finalize to parent class to get removed from the toplevel_list.
1427         Should fix 'random' crashes of #63474.
1428
1429         * gtk/gtktreemodelsort.c : chain finalize() to parent class
1430
1431 2001-11-03  Tor Lillqvist  <tml@iki.fi>
1432
1433         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
1434         for .dll or .so as appropriate as module suffix.
1435
1436         * gtk-zip.sh.in: Use correct import library names.
1437
1438         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
1439
1440         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
1441         Windows to turn build-time paths from a gtk.immodules distributed
1442         as part of a binary package into runtime ones in the
1443         end-user-chosen installation directory.
1444         (gtk_im_module_init): Use it for module path and domain
1445         directory.
1446
1447 2001-11-02  Tor Lillqvist  <tml@iki.fi>
1448
1449         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
1450         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
1451         Windows.
1452
1453 2001-10-30  Tor Lillqvist  <tml@iki.fi>
1454
1455         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
1456         files. Configure on Win32 (running on Cygwin) thinks symlinks
1457         exist, but pkg-config is not necesarily a Cygwin program, and
1458         doesn't understand them.
1459
1460 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
1461
1462         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
1463         a bit.  I don't think it's completely correct yet, but it's
1464         getting there.
1465
1466 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
1467
1468         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
1469         random + 5 for width and height. If people want padding,
1470         they should add padding. (Note the +5 isn't padding
1471         that will always appear - it just appears in the case
1472         where the widget is allocated it's requisition.)
1473         (#51018, Janet Davis)
1474
1475 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
1476
1477         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
1478         the structure for future expansion.
1479
1480 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
1481
1482         Patch from HideToshi Tajima (#51922)
1483         
1484         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
1485
1486         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
1487         set_use_preedit().
1488         
1489         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
1490         to destroy the input context because we change the
1491         client window or use_preedit, make sure we empty
1492         the preedit string.
1493
1494 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
1495
1496         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
1497         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
1498         proposed ordering of buttons with [OK] in the lower
1499         right hand corner. Patch from Gregory Merchan,
1500         #56331.
1501
1502 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
1503
1504         * gtk/gtklabel.c (gtk_label_select_region_index): remove
1505         extraneous gtk_label_clear_layout (label)
1506
1507 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1508
1509         * tests/makefile.msc, gtk/makefile.msc.in: Removed
1510         -DGTK_DISABLE_COMPAT_H.
1511
1512         * docs/Changes-2.0.txt:
1513         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
1514
1515         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
1516
1517 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
1518
1519         * examples/**/Makefile.am: Convert to use pkg-config
1520         rather than gtk-config. (#53375, Skip Montanaro)
1521
1522 2001-11-02  Matt Wilson  <msw@redhat.com>
1523
1524         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
1525         broken unused, non-compiling, static function.
1526
1527 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
1528
1529         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
1530         Iterate through children of the action area, not of
1531         the vbox. (#58278, Sergey Kuzminov)
1532
1533 2001-11-01  Havoc Pennington  <hp@pobox.com>
1534
1535         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
1536         order to remove a workaround in Nautilus that forced
1537         GTK_ENABLE_BROKEN
1538
1539         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
1540
1541 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
1542
1543         * gtk/gtkrange.c: Patch from George Lebl to 
1544         fix division by zero for full scroll bars. (#62114)
1545
1546 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
1547
1548         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
1549         around gtk_widget_event() if we are going to
1550         set a flag afterwards. (#63464)
1551
1552 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
1553
1554         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
1555         Actually add the missing/broken image icon as the
1556         image for the "missing image" stock icon.
1557
1558 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
1559
1560         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
1561         Set a reasonable default height for the window.
1562
1563         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
1564         bug where subsequent '-' weren't converted to '_'.
1565         (#59550, Matthias Clasen)
1566
1567         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
1568         justify the Help menu - just include a comment on
1569         how to do it. (#63539,  Marius Andreiana)
1570
1571         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
1572         list GTK_ICON_SIZE_INVALID.
1573
1574         * demos/gtk-demo/stock_browser.c: Show the biggest available
1575         size, not a fixed size. (Often reported, including #63539, 
1576         Marius Andreiana)
1577
1578 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
1579
1580         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
1581         #59583
1582
1583         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
1584         warning.
1585
1586 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
1587
1588         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
1589         (Daniel Elstner).
1590
1591 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
1592
1593         * gtk/gtkimcontext.[ch]: Add:
1594           - A ::retrieve_surrounding signal that asks the widget for
1595             context around the insertion point.
1596           - A ::delete_surrounding signal that asks the widget to 
1597             delete context aroudn the insertion point.
1598           - gtk_im_context_set_context() for widgets to set context
1599             around the insertion point in response to ::retrieve_context.
1600           - gtk_im_context_get_context() for context to get context
1601             around the insertion point
1602
1603         * gtkmarshal.list: Add BOOL:INT,INT
1604
1605         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
1606         set_surrounding() methods, and the ::retrieve_surrounding /
1607         ::delete_surrounding signals.
1608
1609         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
1610         GtkIMContext::retrieve_surrounding / ::delete_surrounding
1611         signals.
1612
1613 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
1614
1615         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
1616         it's amazing how well things work sometimes, even when they're
1617         completely wrong.
1618
1619         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
1620         where you could try to collapse a node w/o it having children.
1621
1622         (gtk_tree_view_class_init): remove Shift L<->R as they already
1623         existed for expand/collapse.
1624
1625 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
1626
1627         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
1628         found by Matt Wilson.
1629
1630 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
1631
1632         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
1633         Control, and Shift|Control L<->R, #63475
1634
1635 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
1636
1637         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
1638         infinite loop noticed by yosh.
1639
1640 2001-11-01  Michael Meeks  <michael@ximian.com>
1641
1642         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
1643         GTK_REALIZED flag so we don't re-enter when we are
1644         destroyed from the plug side.
1645
1646 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
1647
1648         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
1649         Add a "menu" property and notify on it. (#62798,
1650         Padraig O'Briain)
1651
1652         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
1653         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
1654         Fix set_text to take a gchar, not a guchar, and to have 
1655         a len argument.
1656
1657 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
1658
1659         * gtk/gtkstock.c: fix typo to make it compile
1660
1661 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
1662
1663         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
1664         the widget is insensitive, draw the text insensitively, #63306
1665
1666 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
1667
1668         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
1669
1670 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
1671
1672         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
1673         gtk_selection_data_set_tree_row, #60218
1674         (gtk_tree_get_row_drag_data): rename
1675         gtk_selection_data_get_tree_row, #60218
1676
1677         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
1678         get this right, after the third try, #63122.
1679
1680 2001-10-31  jacob berkman  <jacob@ximian.com>
1681
1682         * gdk/gdkselection.h (GDK_TARGET_STRING): 
1683         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
1684         for Xatoms (and not using the XA_* macros)!
1685
1686 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
1687
1688         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
1689         gtk_window_get_focus() getter to determine the currently
1690         focused widget within the window. (#63145, request
1691         from Damian Ivereigh)
1692
1693 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
1694
1695         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
1696
1697         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
1698         GTK_SELECTION_NONE enum.
1699         (_gtk_tree_selection_internal_select_node): ditto
1700
1701         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
1702         constness.
1703
1704         * gtk/gtkcellrenderertoggle.c: more yummy constness.
1705
1706         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
1707         if mode == GTK_SELECTION_NONE
1708
1709 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
1710
1711         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
1712         "cursor_changed" signal, #62850.
1713
1714 2001-10-31  Matt Wilson  <msw@redhat.com>
1715
1716         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
1717         allocating the treedatalist, zero it to make sure the values are
1718         cleared from any garbage that was in this chunk.
1719
1720 2001-10-31  Murray Cumming  <murrayc@usa.net>
1721
1722         * gtk/cellrenderertext.h: "edited" default signal handler
1723         gchar* args are now const.
1724         gtk/cellrenderertoggle.h: "toggled" default signal handler
1725         gchar* arg is now const.
1726         Also changed other signal handlers for "edited" and "toggled" to
1727         have the same signature.
1728
1729 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
1730
1731         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
1732         rewrite.  Static models now totally work.  I'm not 100% sure about
1733         row_inserted and row_changed, but I'll get those later.
1734
1735 2001-10-30  Sven Neumann  <sven@gimp.org>
1736
1737         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
1738         output for configure --help.
1739
1740 2001-10-30  Havoc Pennington  <hp@pobox.com>
1741
1742         * gtk/gtktextview.c (changed_handler): Update the IM spot location
1743         here, if text was invalidated in the visible area, because the
1744         scroll offset doesn't normally change in that case, and the mark
1745         isn't set, just implicitly moved over as text is added/removed
1746         
1747 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
1748
1749         * gtk/gtkseparatormenuitem.c: Code cleanup.
1750         (gtk_separator_menu_item_class_init): Fix bugs in this code.
1751
1752 2001-10-29  jacob berkman  <jacob@ximian.com>
1753
1754         * gdk/Makefile.am (LDFLAGS): 
1755         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
1756         LDFLAGS, so put win32 flags in here
1757
1758 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
1759
1760         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
1761         I can't believe this took this long to fix.
1762
1763 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
1764
1765         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
1766         reordered signal.
1767
1768 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
1769
1770         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
1771         the focus to the fileop entry for create dir / rename
1772         file. (#62838)
1773
1774 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
1775
1776         * configure.in: Don't use AC_CHECK_FILE to check for a 
1777         file since it always spits warnings about cross compilation,
1778         use -f instead. It's not like we cross compile properly
1779         anyways.
1780
1781         * configure.in (gtktargetlib): Move call to AC_PROG_CC
1782         to suppress autoconf warning.
1783
1784         * acconfig.h: Add some missing #undefs from recent
1785         Win32 additions.
1786
1787 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
1788
1789         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
1790         when we didn't find it. (#62944, Eric Lemings)
1791
1792         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
1793         sign in assignment. (#63209, Arkadiusz Miskiewicz)
1794
1795 2001-10-29  Anders Carlsson  <andersca@gnu.org>
1796
1797         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
1798         the buttons size request before using it. Fixes #61696.
1799
1800 2001-10-29  Tor Lillqvist  <tml@iki.fi>
1801
1802         * README.win32: Updates.
1803
1804         * gtk-zip.sh.in: New file, used to build distribution package for
1805         Windows.
1806
1807         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
1808         applicable with GDKVAR.
1809
1810         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
1811         Wintab library.
1812
1813         * gdk/win32/gdkwin32.h
1814         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
1815         X11 headers better, and to enable gdkwin32.h to be installed and
1816         included from applications, but not the *-win32.h headers.
1817
1818         * gdk/win32/*.c: Corresponding small changes, simplifications of
1819         #includes.
1820         
1821         * gdk/win32/gdkregion-win32.c: Remove.
1822
1823         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
1824
1825         * gdk/win32/gdkfont-win32.c
1826         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
1827
1828         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
1829         GDK_NONE values into hash table.
1830
1831         * gtk/gtk.def: Update.
1832
1833         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
1834         gethostname().
1835
1836         * gtk/gtkmain.c 
1837         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
1838         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
1839         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
1840         g_win32_get_package_installation_subdirectory() with the actual
1841         DLL name saved above. Redefine above directory name macros to call
1842         these functions. Remove some ifdefs.
1843
1844         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
1845         variable for export on Win32) also to the _vars file.
1846
1847         Changes for autoconfiscated build on Win32, and addition of Win32
1848         backend to the related files:
1849         
1850         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
1851         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
1852         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
1853         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
1854         win32 target, using pangowin32. Don't use the
1855         -export-symbols-regex option on Win32, we use .def files to list
1856         exported symbols. Check <winsock.h> (for gethostname() in
1857         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
1858         prevent premature m4 expansion.
1859
1860         * acconfig.h: Add HAVE_WINTAB.
1861
1862         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
1863         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
1864         MS_LIB_AVAILABLE, build MS import library. Install the import
1865         libraries. If HAVE_WINTAB, link with the Wintab library.
1866
1867         * gdk/win32/Makefile.am: Actually enable building the win32
1868         objects here, not just list all files in EXTRA_DIST. Link in the
1869         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
1870         copy the Wintab library into the .libs directory. 
1871
1872         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
1873         name of the GDK DLL when fetching the icon. Use the HMODULE saved
1874         in gdk_dll_hinstance by DllMain.
1875
1876         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
1877         build/win32/lt-compile-resource script.
1878
1879         * gdk/win32/rc/gdk.rc.in
1880         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
1881
1882         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
1883         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
1884         file. Install import libraries.
1885
1886 2001-10-29  Anders Carlsson  <andersca@gnu.org>
1887
1888         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
1889
1890 2001-10-28  Hans Breuer  <hans@breuer.org>
1891
1892         * gdk/gdk.c gdk/gdkevents.c
1893           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
1894           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
1895           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
1896           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
1897           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
1898           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
1899           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
1900         static correct-ness, underscore prefixing of library internal 
1901         functions
1902         (applied the undisputed and the win32 part. Of the latter 
1903          I'm probably the one who will change it back again, if Owen
1904          decides that the Gdk*Impl types should not be private to Gdk)
1905
1906         * gdk/gdk.def : added the remaining exported functions
1907
1908 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
1909
1910         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
1911         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
1912         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
1913
1914 2001-10-28  jacob berkman  <jacob@ximian.com>
1915
1916         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
1917         gtk_settings_get_default() here as that requires an X connection
1918         (which breaks doc building with no X connection) and is not
1919         multihead safe
1920         (gtk_color_selection_init): delay palette loading until realize
1921         time
1922         (gtk_color_selection_realize): load the palette, and initialize
1923         the global palette if it hasn't been already
1924
1925         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
1926         visual/cmap fields of klass->info since they are gone
1927         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
1928         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
1929         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
1930
1931         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
1932         cmap fields
1933         (gtk_preview_get_visual):
1934         (gtk_preview_get_cmap): mark as deprecated
1935
1936         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
1937         changes
1938
1939 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
1940
1941         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
1942         structure to have GObject not GtkObject as
1943         parent_instance. (Jeff Franks.)
1944
1945 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
1946
1947         * gdk/x11/gdkinput.c: Typo fix.
1948
1949 2001-10-26  Havoc Pennington  <hp@pobox.com>
1950
1951         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
1952         update_im_spot_location here explicitly
1953         (gtk_text_view_reset_im_context): don't update the spot location
1954         here
1955
1956 2001-10-27  Anders Carlsson  <andersca@gnu.org>
1957
1958         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
1959         This fixes #62942.
1960
1961         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
1962         Clarify that we're returning a spin button in the _new function.
1963         This fixes #54097.
1964         
1965 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
1966
1967         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
1968         Unfortunately, people apparently erroneously connect
1969         to ::clicked for GtkToggleButton and expect
1970         they know what happened in the default signal handler
1971         instead of appropriately connecting to notification
1972         signal ::toggled. When the revolution comes, such
1973         people will be first against the wall.
1974
1975         We'll just have to go back to the old less-reliable
1976         set-it-back hacks for handling model-view check
1977         buttons and radio buttons. :-(. 
1978
1979 2001-10-27  Hans Breuer  <hans@breuer.org>
1980
1981         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
1982           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
1983           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
1984           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
1985           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
1986           gtk/gtktreestore.c gtk/gtkvbbox.c : 
1987         to simplify parsing for exported functions:
1988         - made implementation signature static, when the local 
1989           prototype already was
1990         - put the functions return value on it's own line
1991         - added as space between the function name and the 
1992           opening bracket
1993
1994         * gtk/gtk.def : added the remaining exported functions
1995
1996 2001-10-27  Anders Carlsson  <andersca@gnu.org>
1997
1998         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
1999         Add note about width having to be greater than 0. This fixes
2000         #55574. 
2001
2002         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
2003         Fix docs to say previous instead of next.
2004         (gtk_text_iter_backward_word_start): Likewise.
2005         This fixes bug #62980.
2006
2007         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
2008         that the valid width is in range 0-65535 pixels. Fixes bug 
2009         #56754.
2010
2011         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
2012         a dot in the documentation. Fixes bug #62632.
2013
2014         * gdk/x11/gdkmain-x11.c: Replace int and guint with
2015         long and gulong in some places to make the code 64-bit
2016         clean.
2017         (_gdk_windowing_init_check): Replace gint with gulong.
2018         This patch was made by George Lebl and fixes bug #62113.
2019
2020         * tests/testgtk.c (create_range_controls): Don't set a 
2021         fixed height on the hscale widget. This fixes "bug" 
2022         #55840.
2023         (create_window_states): Set up destroy signals so that
2024         all windows will be destroyed when one is. This fixes 
2025         bug #58133.
2026
2027 2001-10-26  Anders Carlsson  <andersca@gnu.org>
2028
2029         * gtk/gtktreeview.c: 
2030         (gtk_tree_view_class_init): Create new "indent_expander"
2031         style property.
2032
2033         (gtk_tree_view_get_arrow_xrange): Add a tree argument
2034         to the function since the xrange can change depending
2035         on where in the tree we are. 
2036         
2037         (coords_are_over_arrow): Update function call to
2038         gtk_tree_view_get_arrow_xrange.
2039         (gtk_tree_view_draw_arrow): Likewise.
2040         
2041         (gtk_tree_view_real_expand_collapse_cursor_row):
2042         Call real_{expand|collapse}_row, so that we'll have an
2043         animation.
2044
2045 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
2046
2047         * tests/Makefile.am: fixed a small typo
2048
2049 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
2050
2051         * demos/gtk-demo/list_store.c (create_model): Anders
2052         Carlsson suggested to use G_N_ELEMENTS here
2053
2054 2001-10-26  Sven Neumann  <sven@gimp.org>
2055
2056         * gtk/gtkbutton.[ch]
2057         * gtk/gtkdnd.c: fixed inline comments
2058         
2059         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
2060
2061 2001-10-26  Hans Breuer  <hans@breuer.org>
2062
2063         * gdk-pixbuf/gdk_pixbuf.def : 
2064         * gdk/gdk.def : 
2065         * gtk/gtk.def : updated externals
2066
2067         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
2068         gdk_window_lookup implementation. It already was in
2069         gdk/win32/gdkwindow-win32.c
2070
2071         * gdk/win32/gdkproperty-win32.c : made it compile again
2072         after GdkAtom API change
2073
2074         * gtk/gtk/makefile.msc.in : updated
2075
2076 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
2077
2078         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
2079         require GLib 1.3.10.
2080
2081         * NEWS: updates.
2082
2083 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
2084
2085         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
2086         invalid nodes.
2087          (_gtk_rbnode_rotate_right): Ditto.
2088          (_gtk_rbtree_node_mark_invalid): New function.
2089          (_gtk_rbtree_node_mark_valid): New function.
2090
2091         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
2092         GObject, not a GtkObject.
2093         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
2094         correct.
2095         (gtk_tree_model_sort_row_deleted): ditto.
2096         (gtk_tree_model_sort_{un,}ref_node): Fix.
2097
2098         * gtk/gtktreeview.c: Protean incremental reflow support (commented
2099         out)
2100
2101         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
2102         to const char *key.
2103
2104         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
2105         Important 1 line fix to fix a lot of refcounting woes.
2106
2107 2001-10-25  Matt Wilson  <msw@redhat.com>
2108
2109         * gtk/gtktextview.c (gtk_text_view_destroy): call
2110         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
2111         now invalidates) so that we remove our idle functions.
2112         (gtk_text_view_destroy_layout): remove the first_validate_idle as
2113         well.
2114
2115         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
2116         the 'indent' property is G_MININT to G_MAXINT.  Don't use
2117         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
2118         instead.
2119
2120 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2121
2122         * gtk/gtktreeview.c: 
2123         (gtk_tree_view_real_expand_row): add an animate argument
2124         (gtk_tree_view_real_collapse_row): likewise
2125         
2126         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
2127         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
2128         (gtk_tree_view_collapse_row): update functions that call
2129         real_{expand|collapse}_row to set the animate argument 
2130         accordingly.
2131         
2132 2001-10-24  Alex Larsson  <alexl@redhat.com>
2133
2134         * gdk/linux-fb/gdkfont-fb.c:
2135         Update to new Pango APIs
2136
2137         * gdk/linux-fb/gdkproperty-fb.c:
2138         Update to new GdkAtom APIs
2139
2140         * gdk/linux-fb/gdkwindow-fb.c:
2141         Remove warnings
2142
2143 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
2144
2145         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
2146
2147 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
2148
2149         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
2150         s_path as a child path
2151
2152 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
2153
2154         * gtk/gtktreemodelsort.c: more changes in an attempt to get
2155         it right. It's not yet ready for general consumption.
2156
2157         * tests/treestoretest.c: add a button and entry for the new
2158         iter_change function
2159         (iter_change): new function, to test
2160         the row_changed signal implementation of the GtkTreeModelSort
2161
2162         * tests/testtreesort.c: cleanups, changes to test more features
2163         of the GtkTreeModelSort at once
2164
2165 2001-10-24  Havoc Pennington  <hp@redhat.com>
2166
2167         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
2168         remove hack to strip off the bogus newline, since we killed the
2169         bogus newline; fixes #61779
2170
2171 2001-10-24  Havoc Pennington  <hp@redhat.com>
2172
2173         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
2174         create layout if we didn't have one
2175         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
2176         as appropriate, avoids blanking the screen 
2177         (gtk_text_view_invalidate): new function to do invalidation,
2178         containing old guts of invalidated_handler
2179
2180 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
2181
2182         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
2183         dreadful tooltips.
2184
2185 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
2186
2187         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
2188         set window->parent (except or the root window itself); if 
2189         the window's parent is not a GdkWindow, or is a window of 
2190         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
2191
2192         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
2193         windows of type GDK_WINDOW_FOREIGN.
2194
2195 2001-10-24  Havoc Pennington  <hp@pobox.com>
2196
2197         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
2198         the front of a segment, use the "slow" technique for moving
2199         backward, so we don't mess up the any_segment field in the iter. 
2200         Fixes #57707
2201
2202         * tests/testtextbuffer.c: add code to detect #57707, to avoid
2203         regression
2204
2205 2001-10-23  Havoc Pennington  <hp@redhat.com>
2206
2207         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
2208         if selection contains some editable text, #60975
2209         (gtk_text_view_scroll_to_iter): remove warning about scrolling
2210         prior to map; it should actually be OK to do so in many cases, 
2211         it would be nice to warn about scrolling when many lines have
2212         height 0, but I don't know what to do about that. Perhaps 
2213         move part of flush_scroll into this function? comment added 
2214         to consider this.
2215
2216 2001-10-23  Havoc Pennington  <hp@redhat.com>
2217
2218         * gtk/gtktextview.c (changed_handler): Correctly keep the same
2219         text on the top of the screen, considering that the changed region
2220         may have overlapped the first paragraph. Should fix msw's "text
2221         widget scrolled to wrong place on map" bug, and probably some
2222         other scrolling cases as well.
2223         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
2224         instead of some random value
2225
2226         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
2227         grab_focus, so #59708 is really fixed
2228
2229 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2230
2231         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
2232         (popup_targets_received): Call append_action_signal with stock items
2233         
2234         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
2235         (gtk_label_do_popup): Call append_action_signal with stock items
2236         
2237         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
2238         (popup_targets_received): Call append_action_signal with stock items
2239
2240 2001-10-23  Havoc Pennington  <hp@redhat.com>
2241
2242         * gtk/gtktextview.c (changed_handler): queue a resize here; will
2243         temporarily slow down the widget a lot, until we figure out how to
2244         optimize to avoid full redraw everytime we queue a resize.
2245
2246 2001-10-23  Havoc Pennington  <hp@redhat.com>
2247
2248         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
2249         0 and char_len == 0, bug #61729
2250
2251 2001-10-23  Havoc Pennington  <hp@redhat.com>
2252
2253         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
2254         return value, #61714 (Vitaly Tishkov)
2255         (gtk_text_iter_backward_sentence_starts): ditto
2256         (gtk_text_iter_backward_word_starts): ditto
2257         (gtk_text_iter_forward_word_ends): ditto
2258         (gtk_text_iter_forward_sentence_ends): ditto
2259         (gtk_text_iter_backward_cursor_positions): ditto
2260
2261 2001-10-23  Havoc Pennington  <hp@redhat.com>
2262
2263         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
2264         fix from Dov Grobgeld, #61858
2265
2266 2001-10-23  Havoc Pennington  <hp@redhat.com>
2267
2268         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
2269         Update IM spot location at appropriate times, #50626
2270         (Hidetoshi Tajima)
2271
2272 2001-10-23  Havoc Pennington  <hp@redhat.com>
2273
2274         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
2275         on grab focus, unless it's caused by button click, #59708
2276
2277 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
2278
2279         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
2280
2281         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
2282         G_CONST_RETURN. (Murray Cumming)        
2283
2284         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
2285         Make G_CONST_RETURN.
2286
2287         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
2288         results of g_get_home_dir().
2289
2290         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
2291         copy. Storing the return from gtk_entry_get_text() is evil.
2292
2293         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
2294         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
2295         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
2296         gtk/gtksignal.c: Add const.
2297
2298         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
2299
2300         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
2301         if we are setting them on private widgets.
2302
2303         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
2304         Duplicate entry->text before setting it as object data.
2305
2306 2001-10-22  Havoc Pennington  <hp@redhat.com>
2307
2308         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
2309         up a char from the end iterator, fixes #61859 ("can't put cursor
2310         at the end of the buffer")
2311
2312         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
2313         to work with delimiters other than newline.
2314
2315         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
2316         get_bytes_in_line
2317
2318         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
2319         last line, since the newline is no longer counted.
2320         (gtk_text_iter_get_bytes_in_line): ditto
2321
2322 2001-10-22  Havoc Pennington  <hp@redhat.com>
2323
2324         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
2325         #58290 would trigger if it reappeared, I think
2326
2327 2001-10-22  Havoc Pennington  <hp@redhat.com>
2328
2329         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
2330         add temporary code to dump btree contents on assertion failure
2331         described in #62656
2332         
2333         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
2334         assertions that we're getting the right end iter segment
2335
2336         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
2337         verify that we aren't on the end iterator after moving 
2338         forward one segment - fixes return value in an obscure case. 
2339         Also, some trivial code cleanup/rearranging.
2340         
2341 2001-10-22  Havoc Pennington  <hp@redhat.com>
2342
2343         * gtk/gtktextlayout.h: add a #error unless you define
2344         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
2345
2346         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
2347         
2348 2001-10-22  Havoc Pennington  <hp@redhat.com>
2349
2350         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
2351         #62365
2352
2353 2001-10-22  Havoc Pennington  <hp@redhat.com>
2354
2355         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
2356         #62436
2357
2358 2001-10-22  Havoc Pennington  <hp@redhat.com>
2359
2360         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
2361         #62366
2362
2363 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
2364
2365         * gtk/gtklabel.c: Add cursor-position, selection-bound 
2366         properties. (#62148, reported by Padraig O'Briain)
2367
2368         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
2369         to cursor_position. (1.3.x addition, text_position is an awful
2370         name.) Make cursor_position read-only to avoid sticky questions
2371         of interaction with selection_bound. (#62636, reported by
2372         Padraig O'Briain)
2373
2374 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
2375
2376         Fixing popup menus to have "Paste" sensitized correctly. Original
2377         patches from Damian Ivereigh, much mangled.
2378
2379         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
2380         gtk_selection_data_targets_include_text(). (#60854)
2381
2382         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
2383         the clipboard has text" function gtk_clipboard_wait_is_text_available.
2384         (#60854)
2385
2386         * gtk/gtkentry.c: Only enable the paste item if the clipboard
2387         contains text. (#60973)
2388
2389         * gtk/gtktextview.c: Only enable the paste item if the clipboard
2390         contains text. (#60975)
2391
2392 2001-10-22  Havoc Pennington  <hp@redhat.com>
2393
2394         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
2395         "height_lines" and "width_columns" properties, it doesn't make
2396         sense to set the size request on a text view really. #62103
2397
2398 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
2399
2400         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
2401         g_node_depth is broken, and that it's not worth being consistent
2402         with it.
2403
2404 2001-10-22  Havoc Pennington  <hp@redhat.com>
2405
2406         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
2407         docs, #61777
2408         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
2409         change the two boolean args to a flags field, so we can extend 
2410         to add case insensitive, regexp searches later. #61852
2411
2412 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
2413
2414         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
2415         reflect reality, #62810
2416
2417 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
2418
2419         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
2420
2421         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
2422         system.  Instead of having a window the size of the tree, we have
2423         a window the size of widget->allocation, and simply draw with the
2424         offset.
2425         (coords_are_over_arrow): ditto.  Move to window coordinates.
2426         (do_prelight): ditto
2427         (do_unprelight): ditto
2428
2429         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
2430         Minor fix from Kristian Rietveld to fix unsorted case.
2431
2432 2001-10-22  jacob berkman  <jacob@ximian.com>
2433
2434         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
2435         a PIXMAP cell (fixes crash when using PIXTEXT cells)
2436
2437 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
2438
2439         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
2440         (#58768, Vitaly Tishkov)
2441         
2442         * gtk/gtkobject.h: Deprecate with abandon. 
2443         (#61942, Vitaly Tishkov, Matthias Clasen)
2444
2445         * gtk/gtksignal.h: Deprecate everything.
2446
2447         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
2448         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
2449         (#61942, Matthias Clasen)
2450
2451         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
2452         Havoc Pennington)
2453
2454         * gtk/gtkitemfactory.h: Deprecate compat functions
2455         for GtkMenuFactory code. (#62071)
2456
2457         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
2458         gdk_draw_text,gdk_draw_text_wc. (#62071)
2459
2460 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
2461
2462         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
2463         g_thread_init(), we don't want to link to -lgthread if we don't
2464         have to.
2465
2466 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
2467
2468         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
2469         Add a function, gdk_threads_init() that must be explicitely 
2470         called to enable the GDK thread mutex.
2471
2472 2001-10-22  Jakub Steiner <jimmac@ximian.com>
2473
2474         * gtk/stock-icons/stock_stop.png: no body parts
2475         
2476 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
2477
2478         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
2479         problem with g_return_if_fail return value.
2480
2481         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
2482         virtual atom code from the gdk-multihead branch, removing the per-display
2483         part. Virtualizing atoms needs to be done now to prevent compat
2484         breakage in direct Xlib accessing code in the future. (#62208)
2485  
2486         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
2487         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
2488  
2489         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
2490         an opaque pointer type so the compiler catches attempts
2491         to mingle it with X atoms.
2492
2493         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
2494           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
2495           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
2496           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
2497           tests/testdnd.c,tests/testselection.c: 
2498         Fix up for above atom changes.
2499
2500         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
2501         now have the ability to add custom predefines.
2502
2503         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
2504         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
2505         to gtk_clipboard_get().
2506
2507         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
2508         for GdkAtom => pointer change.
2509
2510         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
2511         atoms, fix for GdkAtom => pointer change.
2512
2513 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
2514
2515         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
2516         new function spin_button_get_arrow_size() instead.
2517
2518         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
2519         arrow was hardcoded, it's now variable.
2520
2521         Fixes bug #50200
2522
2523 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
2524
2525         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
2526         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
2527         for those
2528
2529 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
2530
2531         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
2532         in favor of g_signal_*, gtk_object_* in favor of 
2533         g_object_*.
2534
2535 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
2536
2537         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
2538         from GObject now, we have to use the g_object_* functions, not
2539         gtk_object_*.
2540
2541 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
2542
2543         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
2544         nailed down now (this code is not yet ready for general consumption)
2545
2546 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
2547
2548         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
2549         for use_align
2550
2551 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
2552
2553         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
2554
2555 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
2556
2557         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
2558         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
2559         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
2560         GObject, not GtkObject. (#62621)
2561
2562 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
2563
2564         * tests/testsocket.c: Remove now useless include of unistd.h,
2565         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
2566         
2567 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
2568
2569         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
2570         Pango font API. #61933. (Untested, even for compilation.)
2571
2572 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
2573
2574         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
2575         export gtk_disable_setlocale(). (Caught by Sven Neumann)
2576
2577 2001-10-18  Havoc Pennington  <hp@redhat.com>
2578
2579         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
2580
2581 2001-10-18  Havoc Pennington  <hp@redhat.com>
2582
2583         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
2584         to GTK_RUN_LAST, #50239
2585
2586 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
2587
2588         * gtk/gtkimmodule.c (match_locale):
2589         Support "*" for all locales with least priority
2590         when to select default im module, #58201
2591
2592 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
2593
2594         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
2595         Fix docs. (#61976)
2596  
2597         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
2598
2599         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
2600
2601         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
2602         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
2603         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
2604         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
2605         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
2606         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
2607         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
2608
2609         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
2610
2611         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
2612         Don't restrict the width of the spinbutton entry field 
2613         to 10 digits. (#58681)
2614
2615 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
2616
2617         * tests/testtreeflow.c: new test program for the tree.
2618
2619 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
2620
2621         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
2622         reported by (Oleg Maiboroda), #62600
2623
2624 2001-10-18  Michael Meeks  <michael@ximian.com>
2625
2626         * gtk/gtkentry.c (gtk_entry_set_property),
2627         (gtk_entry_get_property): impl 'text'
2628         (gtk_entry_class_init): add the 'text' prop.
2629         (gtk_entry_insert_text): notify 'text' changed.
2630         (gtk_entry_delete_text): ditto.
2631
2632 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
2633
2634         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
2635         Documentation updates.
2636
2637 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
2638
2639         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
2640         in truncating length of text to MAX_SIZE. (Found by 
2641         Padraig O'Briain, #62055)
2642
2643 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
2644
2645         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
2646         MNEMONIC_ACTIVATE; signal was changed a long time
2647         ago.
2648
2649         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
2650         Fix wrong return statement. (Reported by HideToshi
2651         Tajima and others.)
2652
2653         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
2654         left over select_all vfunc.
2655
2656 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
2657
2658         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
2659         a utility function to translate coordinates relative to
2660         one widget's allocation to coordinates relative to another
2661         widget's allocation.
2662
2663         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
2664         that:
2665          - only accepts external focus if there is no active
2666            member of the group or the button is active.
2667          - makes arrow keys move the active button as well
2668            as the focus
2669          - make tab tab out directly.
2670         This makes a radio button group act as a single focus location.
2671         (#53577).
2672         
2673         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
2674         it was only a small optimization that didn't matter and made
2675         things more complicated.
2676
2677         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
2678         sorter for FOCUS_TAB as we did for the other focus directions,
2679         sort by center of widgets, not upper-left corner. (Shouldn't
2680         matter in general.)
2681
2682         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
2683         from the different types of focusing: encapsulate sorting the
2684         widgets for the focus direction into one routine
2685         (gtk_container_focus_sort()) and then share the work of moving the
2686         focus between the different focus directions.
2687
2688         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
2689         work correctly with focus chains containing non-immediate
2690         children. Sorting was being done using allocation coordinates for
2691         each widget in the focus chain, and if there were intermediate
2692         window-widgets, these allocations would not be in the same
2693         coordinate system.
2694
2695 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
2696
2697         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
2698         mnemonic_activate function to option menu.
2699
2700 2001-10-15  Murray Cumming <murrayc@usa.net>
2701
2702         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
2703           Corrected the type names used in some calls to g_signal_new().
2704         
2705 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
2706
2707         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
2708         specs, use g_pattern_spec_equal() instead of direct field accesses.
2709         upon compressing two equal paths of the same type, the resulting
2710         priority has to be the maximum.
2711         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
2712         GtkPathPriorityType enum and make it a macro.
2713
2714 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
2715
2716         * gtk/gtkwidget.c: Fix some doc comments.
2717
2718 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
2719
2720         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
2721         on empty models.
2722
2723 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
2724
2725         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
2726         Remove stale gdk backend includes.
2727  
2728 2001-10-10  Michael Meeks  <michael@ximian.com>
2729
2730         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
2731         and value_in_list properties.
2732         (gtk_combo_set_value_in_list): notify change.
2733         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
2734
2735 2001-10-11  James Henstridge  <james@daa.com.au>
2736
2737         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
2738         that gtk+ can be built with automake 1.5 while not breaking
2739         things for automake 1.4.
2740
2741 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
2742
2743         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
2744         (#60606)
2745
2746         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
2747         to disable calling setlocale (LC_ALL, "").
2748
2749         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
2750         docs that this function is not typically useful.
2751
2752         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
2753         Automatically initialize GDK for the current locale
2754         on gdk_init(). Don't reset locale to C when
2755         XSupportsLocale() fails.
2756
2757         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
2758         useless checks for UTF-8 locale breakage that mattered
2759         only for X.
2760
2761         * examples/calendar/calendar.c
2762         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
2763         gtk_set_locale().
2764
2765         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
2766         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
2767
2768 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
2769
2770         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
2771
2772         Fixes bug #61904
2773
2774 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
2775
2776         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
2777         new function, #61923
2778         (gtk_tree_selection_path_is_selected): Ditto
2779
2780 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
2781
2782         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
2783         not a GtkObject.  Thanks andersca.
2784
2785         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
2786
2787 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
2788
2789         * gtk/gtktreeviewcolumn.c
2790         (gtk_tree_view_model_sort_column_changed): fix broken code.
2791
2792 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
2793
2794         * gtk/gtkselection.c: s/succesfully/successfully/g
2795
2796 2001-10-08  Havoc Pennington  <hp@pobox.com>
2797
2798         * demos/gtk-demo/stock_browser.c: remove unused enum
2799
2800         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
2801         pass the current selection state of the node in to the user
2802         selection func
2803
2804 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
2805
2806         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
2807         non-existent function gdk_x11_cursor_get_xid 
2808         by gdk_x11_cursor_get_xcursor.
2809
2810 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
2811
2812         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
2813         warning.
2814
2815         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
2816         unref nodes, #okay61676
2817
2818         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
2819         to the property; no need to clear the other columns.  Also, we go
2820         to 'unsorted' if the model supports it.
2821
2822 2001-10-05  Sven Neumann  <sven@gimp.org>
2823
2824         * demos/testpixbuf-save.c
2825         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
2826         feature.
2827
2828 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
2829
2830         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
2831         destroy the search dialog
2832
2833         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
2834         added check to prevent creation of a search dialog if there's
2835         already one around
2836
2837         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
2838         it instead of "search-dialog" (when getting/setting the search dialog
2839         widget).
2840
2841 2001-10-05  Jakub Steiner <jimmac@ximian.com>
2842
2843         * gtk/stock-icons/stock_broken_image.png: broken images icon
2844
2845 2001-10-04  Havoc Pennington  <hp@pobox.com>
2846
2847         Fix #56586
2848         
2849         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
2850         accelerator setting here...
2851
2852         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
2853         because we try to use it when a menu bar hasn't necessarily been 
2854         initialized.
2855
2856 2001-10-03  Havoc Pennington  <hp@redhat.com>
2857
2858         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
2859         it previously verified incorrect behavior
2860
2861         Fixes for #61565
2862         
2863         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
2864         off the end
2865         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
2866         the end
2867         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
2868         the end
2869         (gtk_text_iter_forward_lines): if on the last line, move to end of
2870         it
2871
2872         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
2873         don't return a line off the end
2874
2875 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
2876
2877         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
2878         functions to do_insert_text and do_delete_text, add signals
2879         insert_text, delete_text and changed
2880
2881         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
2882         and changed. Updates to match new situation.
2883
2884         * gtk/gtkspinbutton.c: updates to match new situation
2885
2886         * gtk/gtkoldeditable.h: remove signals changed, insert_text
2887         and delete_text
2888
2889         * gtk/gtkoldeditable.c: updates to match new situation
2890
2891         * gtk/gtktext.c: updates to match new situation
2892
2893         Fixes bug #59803
2894
2895 2001-10-03  Havoc Pennington  <hp@redhat.com>
2896
2897         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
2898         position
2899
2900         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
2901         changes
2902
2903         * tests/testtextbuffer.c (logical_motion_tests): updates
2904
2905 2001-10-03  jacob berkman  <jacob@ximian.com>
2906
2907         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
2908         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
2909         * gtk/gtksettings.c (apply_queued_setting): 
2910         * gtk/gtkmain.c (gtk_init_check): 
2911         * gtk/gtkcontainer.c (gtk_container_child_get_property):
2912         s/retrive/retrieve/
2913
2914 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
2915
2916         * gtk/gtktreemodelsort.[ch]: preparation for surgery
2917         * tests/testtreesort.c: ditto
2918
2919 2001-10-02  Havoc Pennington  <hp@redhat.com>
2920
2921         Throughout: assorted docs
2922         
2923         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
2924         gdk_window_set_geometry_hints() should be used instead.
2925
2926         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
2927         document them
2928
2929         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
2930         seem to exist in any .c files
2931
2932         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
2933         g_return_if_fail (pixel < colormap->size).
2934
2935 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
2936
2937         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
2938         NULL for @target_list to mean, use
2939         gtk_drag_dest_get_target_list (widget).
2940
2941         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
2942         drop could hang when calling gtk_drag_finish with 
2943         success == FALSE and del == TRUE.
2944
2945         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
2946         drops without a matching target found would propagate
2947         to the parent widget rather than being rejected.
2948
2949         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
2950         Use text_view->dnd_mark instead of mark name to be
2951         consistent with the rest of the code.
2952
2953         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
2954         pendantically correct for a drop-only-in-some-places
2955         widget. (Check whether you can insert in drag_drop,
2956         not just in drag_motion ... matters in theory, and
2957         for Motif drag and drop in practice.)
2958
2959         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
2960         Damian Ivereigh to not allow drops on non-editable
2961         entries. (#61124)
2962
2963         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
2964         text to be moved from a non-editable entry.
2965         
2966 2001-10-03  James Henstridge  <james@daa.com.au>
2967
2968         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
2969         s/width/fixed_width/ in order to get things to compile.
2970
2971 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
2972
2973         * gtk/gtkcelleditable.c: docs
2974
2975         * gtk/gtktreemodel.h: more docs.
2976
2977 2001-10-02  Havoc Pennington  <hp@redhat.com>
2978
2979         * gdk/x11/gdkwindow-x11.c: docs
2980
2981         * tests/testtextbuffer.c (logical_motion_tests): add sentence
2982         boundary tests
2983
2984 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
2985
2986         * demos/gtk-demo/Makefile.am: add editable_cells.c,
2987         list_store.c and tree_store.c
2988
2989         * demos/gtk-demo/appwindow.c: remove tearoff item from
2990         File menu, put menubar and toolbar in handle boxes.
2991
2992         * demos/gtk-demo/genincude.pl: various changes to support trees
2993
2994         * demos/gtk-demo/main.c: various changes to support trees
2995
2996         * demos/gtk-demo/stock_browser.c: changed name of demo
2997         to Stock Item and Icon Browser, so geninclude.pl doesn't see
2998         it as child
2999
3000         * demos/gtk-demo/editable_cells.c: new file/demo
3001         * demos/gtk-demo/list_store.c: new file/demo
3002         * demos/gtk-demo/tree_store.c: new file/demo
3003
3004 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
3005
3006         * gtk/gtkrc.c gtk/gtksettings.c: 
3007         g_string_printfa => g_string_append_printf.
3008
3009 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
3010
3011         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
3012         and destroy handler.
3013
3014         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
3015
3016         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
3017         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
3018         Singh <yosh@gimp.org>.
3019
3020 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
3021
3022         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
3023         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
3024
3025         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
3026
3027 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
3028
3029         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
3030         scroll_to_cell delayed code to happen in size_allocate.
3031
3032         * gtk/gtkstyle.c (gtk_default_draw_expander): change
3033         prelight/normal arrow drawing.
3034
3035         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
3036
3037         * gtk/gtktreestore.c: refactor.
3038
3039 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
3040
3041         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
3042         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
3043         centers the child in relation to the to indicator height.
3044
3045 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
3046
3047         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
3048         correct
3049
3050 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
3051
3052         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
3053         property code using g_param_spec_int and changed from
3054         g_value_get_enum to g_value_get_int instead. Probably a better way
3055         to fix the problem :-)
3056
3057 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
3058
3059     * gtk/gtkcellrenderertext.c changed "weight" property type from 
3060       g_param_spec_int to g_param_spec_enum.
3061
3062 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
3063
3064         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
3065         fix: s/Wether/Whether/ in reorderable property description
3066
3067 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
3068
3069         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
3070         start editing when you select with a keyboard.
3071
3072         (gtk_tree_view_button_press_event): much more graceful now.
3073
3074         * gtk/gtkstyle.c: Draw togglebutton better.
3075
3076 2001-09-26  Havoc Pennington  <hp@redhat.com>
3077
3078         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
3079         of passing non-stock label in to gtk_dialog_new_with_buttons
3080
3081         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
3082         debugging updates
3083
3084         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
3085         are private
3086
3087         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
3088         exist, fall back to mnemonic label, not plain label, bug #61184
3089         
3090 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
3091
3092         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
3093         stupid and emitting the signal every time.
3094
3095         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
3096
3097 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
3098
3099        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
3100
3101        * contrib/gdk-pixbuf-xlib/Makefile.am: install
3102        gdk-pixbuf-xlib-2.0.pc.
3103
3104 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
3105
3106         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
3107         problem where menmonic wasn't removed properly when
3108         setting a label when there already is a label.
3109         Also, handle setting the tab label back to the same
3110         value. (#61160, #61161)
3111
3112         * gtk/gtkentry.c (paste_received): Patch from 
3113         Damian Ivereigh to replace selection if there is 
3114         one. (#61121)
3115
3116 2001-09-25  Darin Adler  <darin@bentspoon.com>
3117
3118         * tests/.cvsignore: Ignore new test program.
3119
3120 2001-09-25  Havoc Pennington  <hp@redhat.com>
3121
3122         * gtk/gtktextview.c: fix for #50317
3123         
3124 2001-09-25  Havoc Pennington  <hp@redhat.com>
3125
3126         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
3127         gtk_text_iter_can_insert
3128         
3129         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
3130
3131         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
3132          (gtk_text_iter_can_insert): new function to fix #60282, should
3133         also fix msw's "can paste into empty buffer" bug.
3134
3135         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
3136         "event object,"  #59091
3137
3138         * gtk/gtktextbtree.c: indentation fixes
3139
3140         * gtk/gtktextiter.c (find_by_log_attrs): fixes
3141
3142 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
3143
3144         * configure.in: Version 1.3.9, interface age 0, binary age 0.
3145
3146         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
3147
3148         * NEWS: Updates.
3149
3150 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
3151
3152         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
3153         function for drawing cursors between gtkentry/gtklabel/gtktextview.
3154         Should this be public? It has a bit of an odd interface, but
3155         custom editing widgets probably should be using it.
3156         Function will draw with wider width for taller cursors, and
3157         draws a little indicator arrow to indicate directoin for split 
3158         cursors.
3159
3160         * gtk/gtktextview.c: Add a "cursor_color" property.
3161
3162         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
3163         gtk_text_layout_draw().
3164
3165         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
3166         _gtk_draw_insertion_cursor().
3167
3168 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
3169
3170         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
3171         the behavior where you could turn family_set (etc) back on
3172         and get back the values you had before.
3173
3174         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
3175         g_string_ascii_up() rather than looping through the
3176         string ourself.
3177
3178 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
3179
3180         * gtk/gtktreeviewcolumn.c
3181         (gtk_tree_view_column_set_cell_renderer): Removed
3182         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
3183
3184         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
3185         Patch from Detlef Reichl
3186
3187 2001-09-25  Havoc Pennington  <hp@redhat.com>
3188
3189         * tests/testtextbuffer.c (line_separator_tests): Add tests for
3190         line separators, addresses bug #57428
3191
3192 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
3193
3194         * gtk/gtkentry.c: Make a GtkCellEditable
3195         (get_widget_window_size): Change to let it honor size_allocate
3196         when a CellEditable.
3197
3198         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
3199         editable changes.
3200         (gtk_tree_view_set_cursor): Now you can set the cursor
3201         horizontally, as well as start editing.
3202
3203         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
3204         code to look more like the other check buttons.
3205
3206         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
3207         Change the way we calculate cell size.
3208
3209         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
3210
3211         * demos/gtk-demo/sizegroup.c: Add mnemonics.
3212
3213         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
3214         Fix logic.
3215
3216         * gtk/gtkcellrenderertext.c: Change to be editable.
3217
3218         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
3219
3220         * test/testtreesort.c: Fix misspelling
3221
3222         * test/testreecolumns.c: Add mnemonics.
3223
3224         * test/testreeedit.c: New test program.
3225
3226 2001-09-25  Havoc Pennington  <hp@pobox.com>
3227
3228         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
3229         etc. docs about how these are not going to do what you want for 
3230         the X/win32 ports. Futile attempt to avoid a FAQ...
3231
3232 2001-09-24  James Henstridge  <james@daa.com.au>
3233
3234         * gtk/gtkmarshal.list (VOID): add marshal function types.
3235
3236         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
3237         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
3238         GTK_TYPE_POINTER.
3239         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
3240         with no-op copy/free functions.
3241
3242         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
3243         GtkCTreeNode get_type function.
3244
3245 2001-09-24  Havoc Pennington  <hp@redhat.com>
3246
3247         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
3248         gtktextlayout.c:
3249         Get rid of the newline-that-could-not-be-deleted; buffers may 
3250         now be zero-length. Much easier to fix than expected, once 
3251         I figured out the right way to do it. However, there are 
3252         various subtle bugs introduced by this that will have to get 
3253         sorted out. Please use bugzilla.
3254
3255 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
3256
3257         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
3258         response back from the window manager if our size hasn't changed 
3259         since we won't get a response back from the window manager;
3260         there was code in there to do this, but it was in the wrong
3261         place so if the hints change and the size didn't we'd expect
3262         a response.
3263
3264         Also, optimize the position-only-changed case by running
3265         the resize queue immediately, and clean up some comments
3266         for the changes.
3267
3268 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
3269
3270         * gtk/gtknotebook.h: Add a compat macro that got lost.
3271
3272         * gtk/gtktreestore.c: Doc fixes.
3273
3274         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
3275         leak for windows that receive events after being destroyed.
3276         (#60863, Joshua N. Pritikin)
3277
3278         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
3279         rather than gtk_container_queue_resize().
3280
3281         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
3282         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
3283         gtk_container_child_composite_name. (#60217.)
3284
3285 2001-09-22  Hans Breuer  <hans@breuer.org>
3286
3287         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
3288
3289 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
3290
3291         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
3292         weight value should be an int
3293
3294 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
3295
3296         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
3297         to gtk_menu_scroll_item_visible(). Only call
3298         gtk_menu_scroll_item_visible() if the menu widget has been
3299         realized. Fixes bug #55310.
3300
3301 2001-09-21  Havoc Pennington  <hp@redhat.com>
3302
3303         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
3304         key press to IM context if cursor isn't in an editable location;
3305         bug #58425, patch from Hidetoshi Tajima
3306
3307 2001-09-21  Havoc Pennington  <hp@redhat.com>
3308
3309         Bug #60862
3310         
3311         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
3312         (_gtk_text_btree_unref): fix up mark memory management
3313
3314         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
3315
3316 2001-09-20  Havoc Pennington  <hp@redhat.com>
3317
3318         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
3319         try to handle alignment here, because it's done by PangoLayout
3320         after we set the layout width. Fix from Dov.
3321
3322 2001-09-21  Hans Breuer  <hans@breuer.org>
3323
3324         * gdk/gdk.def :
3325         * gtk/gtk.def : updated externals
3326
3327         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
3328         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
3329         Also handle that Win32 pathes cann't be hard-coded      
3330
3331         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
3332         module, themes etc directory calculations
3333
3334         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
3335         >16 bit right. The size limit within Win9x appears _not_ to be 32767
3336         but slightly smaller ...
3337
3338         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
3339         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
3340
3341         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
3342
3343         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
3344         handling. I'm not sure if it is better now, but at least not worse
3345
3346         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
3347
3348         * gdk/win32/gdkwin32.h : reflect recent API restrictions
3349
3350 2001-09-21  Matt Wilson  <msw@redhat.com>
3351
3352         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
3353         radio_menu_item->group to NULL after removing it from the list, as
3354         it is no longer in the group. (#60869)
3355
3356         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
3357
3358 2001-09-20  Havoc Pennington  <hp@pobox.com>
3359
3360         * configure.in (PANGO_REQUIRED_VERSION)
3361         (ATK_REQUIRED_VERSION): add variables and checks for specific 
3362         versions of dependencies. Previously we didn't verify the 
3363         Pango or ATk versions.
3364
3365 2001-09-09  Havoc Pennington  <hp@pobox.com>
3366
3367         * gtk/gtktextiter.c: fool with indentation
3368         (gtk_text_iter_in_range): add g_return_if_fail
3369
3370 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
3371
3372         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
3373         ref count on new tag to be 1.  Update doc.  (#60836)
3374
3375 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
3376
3377         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
3378         call to gdk_image_new_bitmap(). (#59094, reported by
3379         by Sven Neumann)
3380
3381 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
3382
3383         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
3384         day, as well as the current month and year.
3385         (#59047, reported by Vitaly Tishkov)
3386
3387 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
3388
3389         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
3390         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
3391         
3392 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
3393
3394         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
3395
3396         (build_option_menu): add func argument, connect ::changed
3397         signal to option menu instead of connecting the ::activate
3398         signal to the menu items,
3399
3400         (toplevel): get rid of RADIOMENUTOGGLED macro,
3401
3402         (list_toggle_sel_mode), (clist_toggle_sel_mode),
3403         (ctree_toggle_line_style), (ctree_toggle_expander_style),
3404         (ctree_toggle_justify), (ctree_toggle_sel_mode),
3405         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
3406         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
3407
3408         (notebook_type_changed): merged standard_notebook(),
3409         notabs_notebook(), scrollable_notebook() and borderless_notebook()
3410         into notebook_type_changed()
3411
3412         (create_list), (create_ctree), (create_notebook),
3413         (create_progress_bar): changed OptionMenuItem arrays into
3414         gchar * arrays. Removed "Extended" item where used.
3415
3416         Fixes bug #59885
3417
3418 2001-09-20  Sven Neumann  <sven@gimp.org>
3419
3420         * configure.in
3421         * gdk/Makefile.am
3422         * gtk/Makefile.am
3423         * gtk/gtkselection.c
3424         * gtk/gtktreeview.c
3425         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
3426
3427 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
3428
3429         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
3430         a missing pango_layout_iter_free ().
3431
3432 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
3433
3434         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
3435         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
3436
3437         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
3438         the function definition so we don't accidentally rely on
3439         the compat #define from gtk_radio_menu_item_group.
3440         (#60782, Jeff Franks)
3441
3442 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
3443
3444         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
3445         incorrect values for top, right and bottom due to cut-and-paste
3446         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
3447
3448 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
3449
3450         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
3451         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
3452         window, not just on the client leader. (#58463)
3453
3454 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
3455
3456         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
3457
3458         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
3459         non-public _gtk_menu_item_set_placement.
3460
3461         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
3462
3463 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
3464
3465         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
3466           gdk/linux-fb/gdkcolor-fb.c:
3467         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
3468         (#59723)
3469
3470 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
3471
3472         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
3473         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
3474         #59723)
3475
3476 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
3477
3478         Patch from Frank Belew #59037 for Solaris compilation.
3479
3480         * gtk/maketypes.awk: Change syntax slightly for a call
3481         to sub(), apparently making awk on Solaris happier.
3482
3483         * gtk/gtktreeview.c: Remove C++ comments.
3484
3485 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
3486
3487         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
3488         to handle '99% of the time. (#60473, reported by Christian Rose)
3489
3490         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
3491         which no longer exists. (#60379, reported by Vitaly Tishkov)
3492
3493 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
3494
3495         * Released 1.3.8.
3496
3497         * gdk/Makefile.am: kill EXTRA_DIST clearing.
3498         
3499 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
3500
3501         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
3502         as its broken in automake 1.4, add explicit object rule to
3503         generate this.
3504         
3505         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
3506         get rid of uneccessary stamps, group stuff more logically, and build
3507         sources due to object rules. fix srcdir!=builddir.
3508
3509 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
3510
3511         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
3512         incorrect parameter to compute_double_length
3513         (#58680, patch from Matthias Clasen)
3514
3515         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
3516
3517         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
3518
3519         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
3520         for GDK_RELEASE_MASK to avoid warnings with Forte.
3521
3522         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
3523         break; statements.
3524
3525 2001-09-18  Alex Larsson  <alexl@redhat.com>
3526
3527         * gtk/gtkcheckbutton.c:
3528         * gtk/gtkradiobutton.c:
3529         Don't draw with GTK_STATE_ACTIVE.
3530
3531         * gtk/gtkclist.c:
3532         * gtk/gtkctree.c:
3533         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
3534
3535         * gtk/gtktextdisplay.c:
3536         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3537         unfocused with base_gc [GTK_STATE_ACTIVE].
3538         
3539         * gtk/gtkentry.c:
3540         Add select all menu-item.
3541         Default cursor color is red.
3542         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3543         unfocused with base_gc [GTK_STATE_ACTIVE].
3544
3545         * gtk/gtklabel.[ch]:
3546         Add keynav + menu to selectable lables.
3547         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3548         unfocused with base_gc [GTK_STATE_ACTIVE].
3549
3550         * gtk/gtkfilesel.c:
3551         Add drag and drop support.
3552
3553         * gtk/gtkstyle.c:
3554         (This was checked in earlier)
3555         New default values for text/base SELECTED and ACTIVE
3556         
3557 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
3558
3559         * configure.in: up version to 1.3.8, interface age 0,
3560         binary age 0, depend on glib 1.3.8.
3561
3562         * NEWS: 1.3.8 updates.
3563
3564 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
3565
3566         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
3567         the editing code
3568
3569         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
3570         reason to call it beyond emiting the two signals.
3571
3572         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
3573         to GtkEntry.
3574
3575 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
3576
3577         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
3578           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
3579         PangoFontDescription.
3580
3581         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
3582         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
3583         structure.
3584   
3585         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
3586
3587         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
3588         direct access to style->font. Deprecate gtk_style_ref/unref.
3589   
3590         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
3591         Remove gtk_style_ref/unref with g_object_ref/unref.
3592   
3593         * gtk/gtkcalendar.c: Remove leftover macros accessing
3594         style->font.
3595   
3596         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
3597         variable.
3598   
3599         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
3600         style->font.
3601
3602 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
3603
3604         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
3605         "can_activate" properties in favor of
3606         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
3607         and GTK_CELL_RENDERER_MODE_EDITABLE
3608
3609 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
3610
3611         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
3612         editable widgets.  This function is private, and should only be
3613         used by GtkTreeView.
3614
3615 2001-09-18  Matt Wilson  <msw@redhat.com>
3616
3617         * docs/Makefile.am (EXTRA_DIST): don't use += before =
3618
3619         * docs/faq/Makefile.am (EXTRA_DIST): likewise
3620
3621         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
3622         
3623         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
3624         (EXTRA_HEADERS): likewise
3625
3626         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
3627         (EXTRA_HEADERS): likewise
3628         (EXTRA_DIST): likewise
3629         (CLEANFILES): likewise
3630
3631         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
3632
3633         * tests/Makefile.am (EXTRA_DIST): likewise
3634         
3635         * Makefile.am (install-data-local): changed to use
3636         install-data-hook, which runs after install-pkgconfigDATA, so that
3637         the pkgconfigdir will have been created and populated first.
3638
3639 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
3640
3641         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
3642         be the last big GtkTreeView API change.
3643
3644         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
3645         replace with "activate" and "start_editing".  Also, added a
3646         "can_activate" and "can_edit" property.
3647
3648         * gtk/gtktreeviewcolumn.c: modify to use above.
3649
3650 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
3651
3652         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
3653
3654 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
3655
3656         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
3657         icon instead of one with ugly white background.
3658
3659 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
3660
3661         * demos/gtk-demo/stock_browser.c (id_to_macro): make
3662         the uppercasing work. (#59550)
3663
3664 2001-09-14  Jakub Steiner <jimmac@ximian.com>
3665
3666         * gtk/stock-icons/dialog_error.png:
3667         * gtk/stock-icons/dialog_question.png: more road signs
3668
3669 2001-09-13  Jakub Steiner <jimmac@ximian.com>
3670
3671         * gtk/stock-icons/dialog_question.png:
3672         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
3673           like a road sign.
3674
3675 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
3676
3677         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
3678         signals to make them more clear.  Also, change ::range_changed to
3679         ::row_changed.
3680         * gtk/gtktreemodel.c: Adjust to interface change
3681         * gtk/gtktreemodel.h: ditto
3682         * gtk/gtktreemodelsort.c: ditto
3683         * gtk/gtktreestore.c: ditto
3684         * gtk/gtkliststore.c: ditto
3685         * gtk/gtktreeview.c: ditto
3686         * tests/testtreecolumns.c: ditto
3687         * gtk/gtkmarshal.list: Actually remove a marshaller!
3688
3689 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
3690
3691         * gtk/gtktextview.c
3692         Add support for Ctrl+Up/Down arrow to move cursor to beginning
3693         of previous/next paragraph. If within a paragraph cursor moves to
3694         beginning of that paragraph.
3695
3696 2001-09-12  Jakub Steiner <jimmac@ximian.com>
3697
3698         * gtk/stock-icons/dialog_question.png: replacing the shaky
3699           question mark with a sans-serif one.
3700         * gtk/stock-icons/stock_top.png, stock_bottom.png,
3701      stock_first.png, stock_last.png: using the new style arrows
3702         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
3703      colors.
3704         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
3705      color.
3706         * gtk/stock-icons/stock_zoom*: anti-aliased
3707         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
3708      '-' with a '_', removed the wrong files
3709
3710 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
3711  
3712         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
3713  
3714         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
3715         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
3716         than in gtk-2.0/major.minor.micro/<type>/. This
3717         works better for a search path for modules.
3718  
3719         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
3720         gtk_binary_version variable holding major.minor.(micro-binary_age).
3721  
3722         * modules/input/Makefile.am (moduledir): Fix installation
3723         directory to match change in lookup location.
3724  
3725         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
3726         suffixes. Needs to be handled in g_module_build_path().
3727
3728         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
3729         appropriate.
3730  
3731 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
3732
3733         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
3734         causing RC properties not to work.
3735
3736 2001-09-11  Jakub Steiner <jimmac@ximian.com>
3737
3738         * gtk/stock-icons/dialog-error.png: less drastic
3739         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
3740           "STOP" is international enough.
3741         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
3742         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
3743
3744 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
3745
3746         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
3747         (add|remove)_selection_clipboard symmetric. (bug #59836)
3748
3749         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
3750         Avoid SEGV for empty tree. (bug #60243)
3751
3752 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
3753
3754         * tests/testgtk.c (create_idle_test): slight fix for
3755         g_object_set() not usable for nesting anymore.
3756
3757         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
3758         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
3759         properties, supply ::shadow_type properties instead as most
3760         other widgets do.
3761
3762 2001-09-10  Alex Larsson  <alexl@redhat.com>
3763
3764         * demos/gtk-demo/stock_browser.c:
3765         * gdk/gdkcolor.c:
3766         * gdk/gdkfont.c:
3767         * gdk/gdkcursor.c:
3768         * gdk/gdkevents.c:
3769         * gdk/gdkrectangle.c:
3770         * gtk/gtktypeutils.c:
3771         Update to use the new g_boxed_type_register_static API.
3772
3773 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
3774
3775         * gtk/gtktreestore.c:
3776         Fix looping in gtk_tree_store_init() waiting for zero random int.
3777
3778 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
3779
3780         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
3781         behaviour which havoc broke. they have to default to 1.0 for
3782         expand behaviour.
3783
3784         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
3785
3786 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
3787
3788         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
3789         Amend previous change to avoid runtime error in g_param_spec_ref()
3790
3791 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
3792
3793         * gtk/gtkrc.c (insert_rc_property): Fix blank line
3794         in the wrong place.
3795
3796 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
3797
3798         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
3799         do a lookup immediately after creating style->property_cache,
3800         since bsearch crashes on zero length for Solaris.
3801         (Found by Padraig O'Briain.)
3802
3803 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
3804
3805         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
3806         Really return NULL if not set.
3807         (gtk_widget_init): Remove unused varaible.
3808         
3809 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
3810
3811         * configure.in:
3812         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
3813         in cvs.
3814
3815 2001-09-08  Havoc Pennington  <hp@pobox.com>
3816
3817         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
3818         people might want to use
3819
3820 2001-09-08  Havoc Pennington  <hp@pobox.com>
3821
3822         * gtk/gtkalignment.c (gtk_alignment_class_init): default
3823         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
3824
3825         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
3826
3827         * gtk/gtktextiter.c: fix docs
3828         (gtk_text_iter_spew): get rid of this
3829
3830         * gtk/gtklayout.c: docs
3831
3832         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
3833         to center image and label together, instead of having image on
3834         left and label centered, patch/suggestion from Jacob
3835
3836         * gtk/gtkdialog.c: docs
3837
3838 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
3839
3840         * gtk/gtkliststore.c: Write documentation
3841         * gtk/gtktreestore.c: Write documentation
3842
3843 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
3844
3845         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
3846         with GArray and bsearch(), to remove dependency on a still
3847         evolving interface that we want to keep private to glib/gobject. 
3848
3849 2001-09-08  Havoc Pennington  <hp@pobox.com>
3850
3851         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
3852         docs fixes
3853
3854         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
3855
3856         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
3857
3858         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
3859
3860         * gtk/gtkscrolledwindow.h: docs fixes
3861
3862         * gtk/gtkimage.c (gtk_image_new): docs fixes
3863
3864 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
3865
3866         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
3867         false alarm  constness warning with a cast.
3868
3869         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
3870         for the inside-gdk case.
3871
3872 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
3873
3874         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
3875         remove g_print.
3876
3877         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
3878         change models, #59899
3879
3880 2001-09-07  Havoc Pennington  <hp@pobox.com>
3881
3882         * gtk/gtkmain.c: move some docs inline
3883
3884 2001-09-07  Havoc Pennington  <hp@pobox.com>
3885
3886         * gtk/gtk.h: tsk tsk, jrb broke the build
3887
3888 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
3889
3890         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
3891         Removed 'fill' attribute.  It was silly b/c that was a property of
3892         the cell renderer, anyway.
3893         (gtk_tree_view_column_render): Actually render the packed
3894         renderers.
3895         * doc/tree-column-sizing.txt: initial devel documentation.
3896         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
3897         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
3898
3899         * tests/testtreefocus.c: fix up to reflect above changes.
3900         * tests/testtreeview.c: ditto
3901         * demos/gtk-demo/stock_browser.c: ditto
3902
3903 2001-09-07  Alex Larsson  <alexl@redhat.com>
3904
3905         * gdk/linux-fb/gdkcolor-fb.c:
3906         Removed unused function.
3907         
3908         * gdk/linux-fb/gdkdrawable-fb2.c
3909         * gdk/linux-fb/gdkfont-fb.c:
3910         Use PangoLanguage functions.
3911
3912         * gdk/linux-fb/gdkinput.c:
3913         * gdk/linux-fb/gdkselection-fb.c:
3914         Fix const warnings.
3915         
3916         * gdk/linux-fb/gdkwindow-fb.c:
3917         Fix warning. Implement gdk_window_set_icon_list() and
3918         gdk_window_get_frame_extents(). (No icon support yet though.)
3919
3920         * gtk/gtkwindow.c (gtk_window_get_position):
3921         If window->frame is set get the extents of it instead.
3922         
3923 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
3924
3925         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
3926         Make the default default colormap the GdkRGB colormap,
3927         not the system colormap.
3928
3929         * gtk/gtkinvisible.c (gtk_invisible_init) 
3930           gtk/gtkwindow.c (gtk_window_init): Set the current
3931         colormap, as returned by _gtk_widget_peek_colormap()
3932         on the widget.
3933
3934         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
3935         to GTK+. Make it return %NULL instead of the default
3936         colormap if no colormap has explicitely been pushed.
3937
3938         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
3939         colormaps on ancestral widgets before defaulting the
3940         the system default colormap.
3941
3942         * docs/Changes-2.0.txt: explain colormap changes.
3943
3944 2001-09-07  Havoc Pennington  <hp@redhat.com>
3945
3946         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
3947         #57424
3948
3949 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
3950
3951         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
3952         make gdk_set_use_xshm a noop. Remove --no-xshm command line
3953         option. If we aren't autodetecting properly, we need
3954         to fix the problem, or at least make it an environment
3955         variable setting, to avoid problems with propagating
3956         to embedded children, plugins, etc.
3957
3958         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
3959
3960         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
3961         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
3962         New function to render a pixmap and mask for a particular colormap.
3963
3964         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
3965         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
3966         of internal implementation of the same.
3967
3968 2001-09-07  Havoc Pennington  <hp@redhat.com>
3969
3970         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
3971         debug code that seems to have caused a breakpoint in valid cases
3972         
3973         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
3974         pointer on the first view when adding the second view, fixes
3975         crash when closing gtk-demo text test with active selection
3976
3977         * gtk/gtktextbuffer.c
3978         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
3979         clipboards in the list of clipboards - probably fixes #59836
3980
3981 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
3982
3983       Make gdkx.h the only installed header from gdk/x11.
3984       All structures in gdk/x11 are opaque.
3985
3986         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
3987         Don't install gdk{drawable,pixmap,window}-x11.h.
3988
3989         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
3990         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
3991         GdkVisualClass into C files.
3992
3993         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
3994
3995         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
3996         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
3997         Add public functions to replace previously exported direct
3998         structure access.
3999         gdk_x11_colormap_get_{xdisplay,xcolormap} 
4000         gdk_x11_cursor_get_{xdisplay,xcursor},
4001         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
4002         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
4003         gdk_x11_gc_get_{xdisplay,ximage}
4004         
4005         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
4006         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
4007
4008       Fix a number of variables and functions that were exported
4009       "accidentally" from GDK.
4010
4011         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
4012         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
4013         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
4014         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
4015         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
4016         gdk_event_queue_find_first, gdk_event_queue_remove_link,
4017         gdk_event_queue_append, gdk_event_button_generate,
4018         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
4019
4020         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
4021            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
4022         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
4023         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
4024         gdk_use_xshm, gdk_input_ignore_core.
4025
4026         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
4027         #defines to namespace functions into the private _gdk_ 
4028         namespace.
4029
4030         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
4031         to replace gdk_parent_root exported variable. Adjust and
4032         deprecate GDK_ROOT_PARENT().
4033
4034         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
4035         GDK_ROOT_PARENT usage, remove includes of port-specific
4036         headers.
4037
4038         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
4039         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
4040         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
4041
4042         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
4043         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
4044         gdk_wm_delete_window functions, gdk_wm_take_focus, 
4045         use gdk_atom_intern() instead.
4046
4047         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
4048           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
4049           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
4050           gtk/gtkselection.c 
4051         Unexport gdk_selection_property, just use 
4052         gdk_atom_intern ("GDK_SELECTION").
4053
4054         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
4055         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
4056         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
4057         GdkVisualprivate, gdk_x11_gc_flush.
4058
4059       Make a number of public exports of variables into functions
4060       to increase encapsulation.
4061
4062         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
4063         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
4064         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
4065
4066         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
4067         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
4068         gdk_error_warnings.
4069
4070         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
4071           docs/Changes-2.0.txt: 
4072         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
4073         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
4074         Add gdk_x11_get_default_xdisplay().
4075
4076         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
4077         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
4078         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
4079         Don't export gdk_progclass, move --class command line
4080         option and handling to common portion of GDK.
4081
4082       Miscellaneous fixes:
4083
4084         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
4085         g_return_val_if_fail that should have been g_return_if_fail.
4086
4087         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
4088         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
4089
4090         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
4091         X11 dependency.
4092
4093         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
4094         Remove unused gdk_key_repeat_disable/restore.
4095
4096         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
4097         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
4098         Remove unused gdk_null_window_warnings variable.
4099
4100         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
4101         it can be retrieved from the repository; it is too far
4102         from functional to be worth having people check out;
4103         it would be easier to start from scratch, I suspect.
4104
4105         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
4106
4107         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
4108         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
4109         Fix some accidentally global variables and unused global variables.
4110
4111         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
4112         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
4113         Fix some accidentally global variables and unused global variables.
4114
4115       Add some space for future expansion to multihead.
4116
4117         * gdk/gdkdrawable.h: Add four reserved function pointers
4118         for future expansion of GdkDrawableClass.
4119
4120         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
4121         where we can put a GdkScreen * later.
4122
4123 2001-09-07  Havoc Pennington  <hp@redhat.com>
4124
4125         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
4126         adjustments after validating destination yrange; fixes #53918
4127         (This may cause other issues, but I hope it won't)
4128         
4129 2001-09-05  Havoc Pennington  <hp@redhat.com>
4130
4131         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
4132         line into start line, update the character counts in parent nodes; 
4133         caused a bug when end and start line had different parent nodes.
4134
4135 2001-08-30  Havoc Pennington  <hp@redhat.com>
4136         
4137         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
4138         assertion that tag is in a table
4139
4140 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
4141
4142         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
4143         g_strcasecmp on NULL strings. (#59058)
4144
4145 2001-09-06  Alex Larsson  <alexl@redhat.com>
4146
4147         * gtk/gtkbin.c:
4148         * gtk/gtkfontsel.c:
4149         * gtk/gtkspinbutton.c:
4150         * gtk/gtktipsquery.c:
4151         Use GtkType/GType instead of uint.
4152
4153 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
4154
4155         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
4156         sort column.
4157
4158         * gtk/gtktreestore.c (gtk_list_store_init): ditto
4159
4160         * gtk/gtktreesortable.c: add docs.
4161
4162 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
4163
4164         * Version 1.3.7
4165
4166         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
4167         docs for gtk-config
4168
4169         * modules/input/Makefile.am (install-data-local): Don't
4170         run gtk-query-immodules if DESTDIR is set.
4171
4172         * NEWS: Various additions.
4173
4174 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
4175
4176         * NEWS: updates for 1.3.7 release.
4177
4178 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
4179
4180         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
4181         handle default sort feature
4182
4183         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
4184         new function to handle default sort.
4185         (gtk_tree_sortable_has_default_sort_func): check if default sort
4186         is set.
4187
4188         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
4189         handle default sort feature
4190
4191 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
4192
4193         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
4194         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
4195         #59731
4196
4197 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
4198
4199         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
4200         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
4201         time, #59727
4202
4203         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
4204         correctly.
4205
4206 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
4207
4208         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
4209         so that we don't eternally update the keymap after we
4210         get a change notification.
4211
4212         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
4213         incorrect cast.
4214
4215 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
4216
4217         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
4218         it working. It mostly works now, although there're still a few issues
4219         to be worked out.
4220
4221         * tests/testtreesort.c (main): changes to have a better test
4222         application for the GtkTreeModelSort.
4223
4224 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
4225
4226         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
4227         fix for bug #59222.
4228
4229         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
4230         gpointer search_data argument to function definition and
4231         prototype, to match GtkTreeViewSearchEqualFunc typedef.
4232
4233 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
4234
4235         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
4236         per jrb's request.
4237
4238 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
4239
4240         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
4241
4242         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
4243
4244 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
4245
4246         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
4247         Instead of always mirroring the selection to a single PRIMARY
4248         selection, allow it to be mirrored to any number of clipboards.
4249
4250         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
4251         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
4252
4253         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
4254         GtkClipboard argument, and for paste_clipboard, the
4255         @override_location argument from @paste_primary.
4256
4257         * gtk/gtktextview.c: Adapt to above change.
4258         
4259 2001-08-30  Havoc Pennington  <hp@redhat.com>
4260
4261         * gtk/gtktextview.c (invalidated_handler): put validate idle at
4262         resize - 2 just for flexibility
4263
4264 2001-08-30  Havoc Pennington  <hp@redhat.com>
4265
4266         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
4267         object from the empty-child-anchor case by drawing a little box.
4268         
4269         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
4270         if the child anchor has no anchored widgets - fixes #59328.
4271
4272         Also, remove bizarre deletion of preedit string that seems to have
4273         gotten in here somehow.
4274
4275 2001-08-30  Havoc Pennington  <hp@redhat.com>
4276
4277         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
4278         to #58420 from Hidetoshi Tajima and Matthias Clasen
4279
4280 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
4281
4282         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
4283         change color when the GtkTreeView loses focus.
4284
4285         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
4286         ditto.
4287         
4288         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
4289
4290 2001-08-28  Havoc Pennington  <hp@pobox.com>
4291
4292         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
4293
4294 2001-08-28  Havoc Pennington  <hp@pobox.com>
4295
4296         * demos/gtk-demo/main.c (setup_default_icon): add default icon
4297
4298         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
4299         warning fix
4300         (gtk_radio_button_new_with_label): warning fix
4301
4302         * gtk/gtkdnd.c: used some random GtkImage private structs, 
4303         update to reflect GtkImage changes
4304
4305         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
4306         whether the hint is supported, just always set the icon. A task
4307         list might want to use it even if the WM doesn't, and the WM may
4308         change over time. Also, XDeleteProperty() if list == NULL.
4309
4310         * gtk/gtkwindow.c (gtk_window_set_icon_list)
4311         (gtk_window_get_icon_list)
4312         (gtk_window_set_icon)
4313         (gtk_window_get_icon)
4314         (gtk_window_set_default_icon_list)
4315         (gtk_window_get_default_icon_list):
4316         new functions
4317
4318         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
4319
4320         * gtk/gtkimage.c: Implement property support, bug #59408
4321
4322         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
4323         on reparent-without-removing-first a bit more helpful.
4324         Let's just destroy this FAQ.
4325
4326 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
4327
4328         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
4329         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
4330
4331 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
4332
4333         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
4334         of use_text_format to the end of the function. (#56447)
4335
4336 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
4337
4338         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
4339         only in response to an area_prepared signal.
4340
4341 2001-08-28  Alex Larsson  <alexl@redhat.com>
4342
4343         * gtk/gtkwidget.c (gtk_widget_class_init):
4344         Make unrealize GTK_RUN_LAST.
4345
4346 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
4347
4348         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
4349         with_label and with_mnemonic should create radio buttons, not
4350         check buttons
4351
4352 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
4353
4354         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
4355         * tests/treestoretest.c (make_window): ditto
4356         * demos/gtk-demo/main.c (create_tree): ditto
4357         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
4358
4359 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
4360
4361         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
4362         GTK selection types rather than GtkTreeSelectionMode.
4363
4364         * docs/Changes-2.0: Add comment about selection change.
4365
4366 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
4367
4368         * gtk/gtkenums.h (GtkSelectionMode): deprecate
4369         GTK_SELECTION_EXTENDED.
4370
4371         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
4372         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
4373
4374         * gtk/gtkctree.c: ditto
4375
4376         * gtk/gtklist.c: ditto
4377
4378         * gtk/gtktree.c: ditto
4379
4380 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
4381
4382         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
4383         of typos in compat macros. (#59624, Skip Montaro)
4384
4385 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
4386
4387         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
4388         macro.
4389
4390          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
4391  
4392         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
4393         interface to be a standard setter from gtk_menu_item_right_justify.
4394         (gtk_menu_item_get_right_justified): a getter to go with the setter
4395
4396         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
4397         gtk_menu_item_right_justify.
4398
4399         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
4400         gtk_menu_item_set_right_justified.
4401  
4402 2001-08-27  Jens Finke <jens@gnome.org>
4403
4404         * gtk+.spec.in: Updated to match gpp requirements, reworked the
4405         files section to make it work with 1.3.x releases.
4406
4407 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
4408
4409         * gtk/gtkbutton.[ch]:
4410         Add properties for labels, mnemonics and stock items.
4411         Added C accessor functions for the properties.
4412         Removed deprecated button->child.
4413
4414         * gtk/gtkradiobutton.c:
4415         * gtk/gtktogglebutton.c:
4416         Update to use the functions in GtkButton.
4417
4418         * gtk/gtkcheckbutton.c:
4419         Update to use the functions in GtkButton.
4420         Changed size allocation of child. Now only gets as much
4421         space as it requests.
4422
4423         * gtk/gtkclist.c:
4424         Don't use GtkButton->child
4425
4426         * gtk/gtklabel.c:
4427         Fixed typo in docs
4428         
4429 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
4430
4431         * tests/testgtk.c:
4432         * tests/Makefile.am:
4433         Ressurect the properties test.
4434         I don't care if it is inferior, I just want to test my property code.
4435
4436 2001-08-25  Chema Celorio  <chema@celorio.com>
4437
4438         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
4439         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
4440         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
4441
4442 2001-08-24  Havoc Pennington  <hp@pobox.com>
4443
4444         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
4445         these are already in gtkmenu.h, and the copies
4446         here were broken.
4447
4448         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
4449
4450         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
4451         special-case bitmaps to allow no colormap
4452         (bitmap1): implement no-colormap bitmap-getting
4453         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
4454         alpha
4455         (rgb8): indentation
4456         (rgb1a, rgb1): change the way we read the data out of the image, 
4457         old way didn't seem to work quite right.
4458
4459         I'm pretty sure a lot of the rgbconvert code is still broken.
4460         
4461         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
4462         above position constraint (I really intended to do this before,
4463         don't know what's up with that)
4464         (gtk_XParseGeometry): shut up gcc
4465
4466         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
4467         and "0" should have been. remove the attempted 4-bytes-at-once
4468         optimization, it was totally broken.
4469
4470 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
4471
4472         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
4473         on push to buttons (based on patch from Soeren Sandmann, #54720)
4474
4475           - Add child_displacement_x/y style properties to control how far the
4476             child moves when the button is depressed.
4477
4478           - Add non-exported function _gtk_button_set_depressed to clean
4479             up the handling of the in/out shadow and separate it frmo
4480             widget->state.
4481
4482           - Lots of code cleanup and simplification of state handling
4483             for GtkButton/GtkToggleButton.
4484  
4485         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
4486         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
4487
4488 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
4489
4490         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
4491         and make gtk_image_new() take no arguments. The compiler will
4492         catch it, and it is vastly more useful than having
4493         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
4494
4495         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
4496         to add tearoff-title property (#51319, Lee Mallabone)
4497
4498 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
4499
4500         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
4501         gtk_menu_item_configure(). (#58925)
4502
4503 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
4504
4505         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
4506         "use_align" to give people the option to just make a cell visible.
4507
4508         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
4509         we were scrolling past the end of the tree.
4510
4511         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
4512         rename gtk_tree_view_column_pack_start_cell_renderer to
4513         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
4514
4515 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
4516
4517         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
4518         a stray g_object_ref() left over from gtk_object_ref/sink.
4519         (Pointed out by Josh Pritikin.)
4520
4521 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
4522
4523         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
4524         to gtk_container_get_children. Added deprecated compatibility
4525         macro. (Suggested by Vitaly Tishkov, #59051)
4526
4527         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
4528         calls.
4529
4530 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
4531
4532         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
4533         gtk_menu_bar_append/prepend/insert, forgot to do this
4534         when we deprecated gtk_menu_append/prepend/insert.
4535
4536         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
4537         compat macros.
4538
4539         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
4540         renamed by compat macro.
4541
4542         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
4543         gtk_font_selection_dialog_get_font(). (Suggested by
4544         Vitaly Tishkov, #59383)
4545
4546 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
4547
4548         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
4549         Rename from gtk_text_tag_table_size(). (#59366)
4550
4551 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
4552
4553         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
4554         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
4555         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
4556         (#59173).
4557
4558 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
4559
4560         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
4561         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
4562         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
4563
4564 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
4565
4566         [ Patch from Sebastian Wilhelmi, 52790 ]
4567
4568         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
4569
4570         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
4571         Move compatibility macros from g[dt]kcompat.h to within 
4572         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
4573
4574         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
4575
4576         * demos/Makefile.am demos/gtk-demo/Makefile.am 
4577           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
4578           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
4579
4580         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
4581                  testpixbuf.c}: Fix usages of deprecated functions.
4582
4583 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
4584
4585         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
4586         when changing models.
4587
4588 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
4589
4590         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
4591         We check the current event for modifiers rather than try to trap
4592         all presses.
4593
4594 2001-08-22  Anders Carlsson  <andersca@gnu.org>
4595
4596         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
4597         It's LIST_STORE, not LISTSTORE.
4598
4599 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
4600
4601         * gtk/gtk.h: Remove commented out gtkpacker reference.
4602
4603 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4604
4605         * configure.in (all_loaders): Add tga loader, 
4606         patch by Nicola Girardi. (#56067)
4607
4608 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
4609
4610         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
4611         a little.  More needs to be done tomorrow.
4612
4613 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
4614
4615         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
4616
4617 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
4618
4619         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
4620         reported by Kristian Rietveld <kristian@planet.nl> to handle row
4621         == NULL.
4622         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
4623         <kristian@planet.nl> to change destroy order.
4624
4625 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
4626
4627         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
4628         correct marshaller.
4629
4630 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
4631
4632         * gtk/gtkliststore.c: Fix up warnings, #58928.
4633
4634         * gtk/gtktreeselection.h: Change signal prototype, #58647
4635
4636         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
4637         #59221.
4638
4639         * gtk/gtkstyle.c: Actually prelight arrow, #50981
4640         
4641 2001-08-18  Hans Breuer  <hans@breuer.org>
4642
4643         * gdk/gdk.def : updated externals
4644
4645         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
4646         is required to get (at least) visible in entry fields. Some selections
4647         are really handled now - even on win32 - but copying via middle
4648         mouse button into a different app needs to wait ... 
4649
4650         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
4651         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
4652
4653         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
4654         handling. I'm not sure if it is better now, but at least not worse
4655
4656         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
4657         with SetWindowPos () which allows more fine-tuning backing-store wise
4658
4659         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
4660         Also changed move/resize to be more like the X version.
4661
4662         * gtk/gtk.def : updated externals
4663
4664 2001-08-19  Sven Neumann  <sven@gimp.org>
4665
4666         * gtk/gtktooltips.c
4667         * tests/testtreesort.c
4668         * tests/treestoretest.c: inserted some casts to get rid of compiler
4669         warnings.
4670
4671 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
4672
4673         * gtk/gtktreeviewcolumn.c
4674         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
4675
4676         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
4677         (_gtk_tree_view_find_node): If *node is NULL,
4678         *tree should be NULL too.
4679
4680         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
4681         column/renderers.
4682         * tests/testtreecolumns.c: ditto
4683         * tests/testtreefocus.c: ditto
4684         * tests/testtreesort.c: ditto
4685         * tests/testtreeview.c: ditto
4686         * tests/treestoretest.c: ditto
4687
4688 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
4689
4690         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
4691         signals; is_expander/is_expanded.
4692
4693         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
4694         pixbufs.
4695
4696         * gtk/gtktreeview.c: set above properties.
4697
4698 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
4699
4700         * gtk/gtkwidget.h: Really remove set_default_style().
4701
4702         * docs/Changes-2.0.txt: added a note about
4703         gtk_widget_push/pop/set_default_style.
4704
4705 2001-08-18  Havoc Pennington  <hp@pobox.com>
4706
4707         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
4708         hints_changed in addition to the other cases.
4709         (gtk_window_move_resize): include last position from configure
4710         notify in debug spew
4711
4712 2001-08-18  James Henstridge  <james@daa.com.au>
4713
4714         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
4715         second argument to the weak ref notify, cleaning up some uglyness.
4716         (gtk_accel_group_attach): remove and add the weak notifier when
4717         changing the accel groups slist.
4718         (gtk_accel_group_detach): same here.
4719
4720 2001-08-17  Darin Adler  <darin@bentspoon.com>
4721
4722         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
4723         missing parameters to utf8 functions to make it compile.
4724
4725 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
4726
4727         * gtk/gtktreeprivate.h:
4728         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
4729         (gtk_tree_view_init), (gtk_tree_view_set_property),
4730         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
4731         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
4732         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
4733         (gtk_tree_view_set_destroy_count_func),
4734         (gtk_tree_view_set_enable_search),
4735         (gtk_tree_view_get_enable_search),
4736         (gtk_tree_view_get_search_column),
4737         (gtk_tree_view_set_search_column),
4738         (gtk_tree_view_get_search_equal_func),
4739         (gtk_tree_view_set_search_equal_func),
4740         (gtk_tree_view_search_dialog_destroy),
4741         (gtk_tree_view_search_position_func),
4742         (gtk_tree_view_interactive_search),
4743         (gtk_tree_view_search_delete_event),
4744         (gtk_tree_view_search_button_press_event),
4745         (gtk_tree_view_search_key_press_event),
4746         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
4747         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
4748         * gtk/gtktreeview.h:
4749         Add heavily modified patch from Kristian Rietveld to handle
4750         interactive searching.
4751
4752 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
4753
4754         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
4755         string parameter.
4756
4757         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
4758         GtkMenuShell::selection_done, now that we have it, instead of 
4759         ::deactivate so we're not tearing the menu apart and notify
4760         the user prematurely.
4761
4762 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
4763
4764         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
4765         window, clear window->need_default_position to avoid infinite loops.
4766         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
4767
4768 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
4769
4770         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
4771         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
4772         (gtk_tree_view_set_property): don't cast possible NULL objects.
4773         (gtk_tree_view_destroy): reset the model to NULL.
4774
4775         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
4776         parent_class handler.
4777
4778 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4779
4780         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
4781
4782 2001-08-17  Anders Carlsson  <andersca@gnu.org>
4783
4784         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
4785         point numbers so that the result will be floating point.
4786
4787 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4788
4789         * tests/testgtk.c (create_handle_box): 
4790         (create_toolbar): Replace gtk_window_set_policy calls by
4791         gtk_window_set_resizable.
4792
4793 2001-08-16  Jakub Steiner <jimmac@ximian.com>
4794
4795         * gtk/stock-icons/dialog_info.png: new style bulb
4796         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
4797         * gtk/stock-icons/dialog_warning.png: need a hand?
4798         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
4799           the aa border gets chopped off ok
4800         * gtk/stock-icons/stock_colorselector.png: using the new hand
4801         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
4802           this one is for, but the old icon was butt ugly.
4803         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
4804         * gtk/stock-icons/stock*_insert_object.png: "
4805         * gtk/stock-icons/stock_index.png: using new hand icon
4806         * gtk/stock-icons/stock*_new.png: the document template being used 
4807           elsewhere too
4808         * gtk/stock-icons/stock*_print*.png: new print and print preview 
4809           icons (panel/menu)  
4810         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
4811           icons based on Tuomas' floppy image.
4812         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
4813         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
4814         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
4815         * gtk/stock-icons/stock*_undelete.png: "
4816         * gtk/stock-icons/stock_preferences.png: I have a version with a 
4817           document base if the sliders are no good.
4818         * gtk/stock-icons/stock_properties.png: properties 
4819         
4820
4821         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
4822           (tigert@ximian.com) clipboard icons
4823         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
4824         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
4825         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
4826           little bigger IMHO
4827
4828 2001-08-16  Sven Neumann  <sven@gimp.org>
4829
4830         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
4831
4832 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
4833
4834         * gtk/gtkcellrenderertext.c:
4835         Avoid warning when specifying NULL for "attributes" property
4836
4837 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4838
4839         * docs/debugging.txt: Add a warning about --enable-debug=no,
4840         some editorial changes.
4841
4842 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4843
4844         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
4845         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
4846         debugging info, remove unused debug flags. (#58330)
4847
4848 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
4849
4850         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
4851         (gtk_tree_selection_select_all): Remove strict checking for rows.
4852
4853 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4854         
4855         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
4856         Don't remove the tooltip window when the tip text changes. (#15891)
4857
4858 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
4859
4860         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
4861         $(srcdir).
4862
4863 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
4864
4865         * Makefile.am (EXTRA_DIST): Fix problem with trying to
4866         dist files from intl/, which is no longer there.
4867
4868 2001-08-11  Hans Breuer  <hans@breuer.org>
4869
4870         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
4871           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
4872           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
4873           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
4874           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
4875           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
4876
4877         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
4878           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
4879         GDK_TYPE_EVENT signals
4880
4881         * gtk/gtkalignment.c : removed 'direct allocation bug',
4882         which Tim discovered while reading the patch
4883
4884 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
4885
4886         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
4887         compat macros for push/pop/set_visual that were supposed
4888         to be added a long time ago, but got dropped. 
4889
4890 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
4891
4892         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
4893         property notifies.
4894
4895 2001-08-07  Havoc Pennington  <hp@pobox.com>
4896
4897         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
4898
4899         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
4900         some fixage is needed here, but nothing simple. Owen understands
4901         it. ;-)
4902
4903         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
4904         sizing and positioning.  Also, fix bug in compute_geometry_hints
4905         (width/height confusion for setting min size). 
4906         (gtk_window_move): new function
4907         (gtk_window_resize): new function
4908         (gtk_window_get_size): new function
4909         (gtk_window_get_position): new function
4910         (gtk_window_parse_geometry): new function
4911         
4912         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
4913         (gtk_widget_get_size_request): new function
4914         (gtk_widget_get_usize): delete, that was a short-lived function
4915         ;-)
4916         (gtk_widget_set_usize): deprecate
4917         (gtk_widget_set_uposition): deprecate, make it a trivial 
4918         gtk_window_move() wrapper
4919         (gtk_widget_class_init): remove x/y/width/height properties,
4920         add width_request height_request
4921         
4922         * demos/*: update to avoid deprecated functions
4923         
4924         * gtk/gtklayout.c: add x/y child properties
4925
4926         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
4927         uses of "gint16"
4928
4929         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
4930         sizing test
4931
4932         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
4933         configure events on toplevel windows are always in root window
4934         coordinates, following ICCCM spec that all synthetic events 
4935         are in root window coords already, while real events are 
4936         in parent window coords. Previously the code assumed that 
4937         coords of 0,0 were parent window coords, which was 
4938         really broken.
4939   
4940         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
4941         warning
4942  
4943         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
4944         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
4945         hints in gtk_window_parse_geometry()
4946  
4947         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
4948         new USER_POS USER_SIZE hints    
4949
4950 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4951
4952         * tests/prop-editor.c (properties_from_type): Use 
4953         g_object_class_list_properties to get the param specs 
4954         for a given type. (#58609)
4955
4956 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4957
4958         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
4959         free the text_aa parts. (#57549)
4960
4961 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4962
4963         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
4964         not the foreground color. (#57621)
4965
4966 2001-08-09  Alexander Larsson <alexl@redhat.com>
4967
4968         * gdk/win32/gdkfont-win32.c:
4969         Update to the new pango win32 api.
4970
4971 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
4972
4973         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
4974         COMPOUND_TEXT instead of TEXT
4975         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
4976         interpret the return value of g_string_to_compound_text()
4977         (#55152)
4978
4979 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4980
4981         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
4982         fail if iter is NULL. (#58347)
4983
4984 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4985
4986         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
4987         some off-by-one issues, fixing selection of line-ends. (#50323)
4988
4989 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4990
4991         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
4992         functions in order to make mouse operation work again in the
4993         color wheel. (#58604)
4994
4995 2001-08-07  James Henstridge  <james@daa.com.au>
4996
4997         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
4998         the accelerator when the accel object is changed.  Fixes bug
4999         #58628.
5000
5001 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
5002
5003         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
5004         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
5005         (gnome bugzilla #58202)
5006
5007 2001-08-06  Havoc Pennington  <hp@pobox.com>
5008  
5009         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
5010         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
5011         it was expecting a GdkWindow, not a GdkWindowImplX11.
5012  
5013         Also, we were getting the window rect in screen coords 
5014         and the screen rect in window coords then intersecting 
5015         them; instead, get window rect in window coords.
5016  
5017         Finally, there were codepaths that resulted in a stuck server grab
5018         (when the window was fully onscreen, or on gdk_image_new()
5019         failure); make the server ungrab thing a bit more
5020         robust/consistent.
5021
5022 2001-08-06  Sven Neumann  <sven@gimp.org>
5023
5024         * gdk/gdkpango.c (gdk_pango_context_destroy): 
5025         check if info->colormap != NULL before unref'ing it. It might have
5026         been set to NULL using gdk_pango_context_set_colormap().
5027
5028 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
5029
5030         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
5031         Fix conversion from float to int so that we don't get
5032         skew in the int => float => int roundtrip. 
5033         (#58120, reported by Vitaly Tishkov). Also fix problem
5034         where if no alpha was set, the returned alpha
5035         from (say) set_current_alpha() was returned as 1, not 65535.
5036
5037 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
5038
5039         * gtk/gtklist.c (gtk_list_clear_items): Fix
5040         problem with selecting a new focus child.
5041
5042         * gtk/gtklist.c (gtk_list_clear_items): Clear 
5043         list->undo/list_focus_child after unparenting
5044         child, since unparenting the child can result
5045         in list->last_focus_child being set. (#58024)
5046
5047         * Makefile.am (SUBDIRS): Add target specific pc
5048         files to DISTCLEANFILES.
5049
5050         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
5051         (58327, Matthias Clasen)
5052
5053 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
5054
5055         * tests/testgtk.c: Patch from Hans (with various modifications),
5056         to add the ability to use testgtk as a rough-and-ready
5057         benchmark. Try, 'testgtk --bench all:5' (if you want decent
5058         numbers, run without a window manager)
5059
5060 2001-08-04 Alexander Larsson <alexl@redhat.com>
5061
5062         * gdk/win32/gdkinput.c:
5063         Add #ifdef HAVE_WINTAB around wintab.h include.
5064
5065         * gtk/gtk.def:
5066         Removed marshals that have been moved to glib.
5067         Commented out plug and socket. They didn't compile for me 
5068         on win32.
5069
5070 2001-08-04  Hans Breuer  <hans@breuer.org>
5071
5072         * gtk/stocks-icons/makefile.msc : new file
5073         * gtk/makefile.msc.in : use it
5074
5075         * gtk/gtkstyle.c : not all platforms do provide M_PI and
5076         friends, but luckily there is G_PI
5077
5078         * gtk/gtk.def : updated
5079
5080         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
5081         windows WS_POPUP, but only those without a parent. This fixes the 
5082         mis-alignment between the selectable (temp, input only) window and 
5083         the window text of GtkLabel.
5084
5085         (gdk_window_show) : respect private->state when actually showing
5086         the window.
5087
5088         (gdk_window_set_transient_for) : Implementation from Wolfgang 
5089         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
5090         error handling. Should fix #50586.
5091
5092         * gdk/win32/gdkevents-win32.c : beautify log output
5093
5094 2001-08-04  Michael Natterer  <mitch@gimp.org>
5095
5096         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
5097         Need to show the image after adding it to the GtkImageMenuItem.
5098         This used to work without in testgtk because of the
5099         gtk_widget_show_all() at the end of the function.
5100         (Closes #54978).
5101
5102 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
5103
5104         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
5105         (gtk_notebook_set_child_property): fix finding of child's page,
5106         since we have to validly deal with labels and menus here as well.
5107         (gtk_notebook_get_child_property): fix warning.
5108         (gtk_notebook_class_init): property tab_pack is of type
5109         GTK_TYPE_PACK_TYPE (enum) not boolean.
5110         (gtk_notebook_find_child): don't always warn, we might be looking
5111         for a label or menu child.
5112         (gtk_notebook_map): fix mapping of panel.
5113
5114         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
5115         widget's mapped state, regardless of the value being set equals
5116         old settings, since things like REALIZED(parent) or MAPPED(parent)
5117         may have changed since the old value was set. make it an error to
5118         invoke this function on a toplevel widget.
5119
5120 2001-07-31  Darin Adler  <darin@bentspoon.com>
5121
5122         * gdk/gdkprivate.h:
5123         * gdk/x11/gdkx.h:
5124         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
5125
5126         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
5127         GTK_OBJECT.
5128
5129 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
5130
5131         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
5132         scoping error pointed out by matthiasc@poet.de.
5133
5134 2001-07-31  Sven Neumann  <sven@gimp.org>
5135
5136         * demos/gtk-demo/appwindow.c
5137         * demos/gtk-demo/item_factory.c
5138         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
5139
5140 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
5141
5142         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
5143         argument order for g_signal_has_handler_pending.
5144
5145 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
5146
5147         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
5148         instead of long deprecated g_scanner_stat_mode().
5149
5150 2001-07-29  Hans Breuer  <hans@breuer.org>
5151
5152         * gdk/makefile.msc : build in the backend dir after
5153         auto-generating files
5154
5155         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
5156         with code from win32-production-branch.
5157
5158         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
5159         before calling DestroyWindow, which indirectly calls 
5160         gdk_window_destroy_notify ()
5161
5162         (performance patch merged from win32-production-branch)
5163         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
5164         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
5165         R2_COPYPEN rop). It is claimed to be much faster.
5166
5167 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
5168
5169         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
5170         add an "attributes" property to the text renderer for ATK.
5171
5172 2001-07-26  Alex Larsson  <alexl@redhat.com>
5173
5174         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
5175         Initialize image->bits_per_pixel from the drawable, not from
5176         the root window.
5177
5178         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
5179         Fix cast. argument is an IMPL already.
5180
5181 2001-07-15  James Henstridge  <james@daa.com.au>
5182
5183         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
5184         (gtk_window_remove_accel_group): same here.
5185         (gtk_window_key_press_event): same here.
5186
5187         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
5188         (gtk_widget_remove_accelerator): same here.
5189         (gtk_widget_remove_accelerators): same here.
5190
5191         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
5192
5193         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
5194         instead of GtkObject.
5195
5196         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
5197         now takes GObjects.
5198
5199         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
5200         pass a GObject to gtk_accel_group_entries_from_object.
5201         (gtk_item_factory_create_item): s/accel_widget/accel_object/
5202
5203         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
5204
5205         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
5206
5207         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
5208         GObjects can have accelerators set now.  Add compatibility
5209         defines.
5210
5211         * gtk/gtkmarshal.list: add missing marshallers.
5212
5213         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
5214         accelerators on plain GObjects.  gtk_accel_group_object_destroy
5215         has been converted into a weak reference, and
5216         gtk_accel_group_delete_entries is now a destroy notify for that
5217         piece of data.
5218
5219 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
5220
5221         * gdk/gdkdraw.c: Added a check on the colormap depth to
5222         gdk_drawable_set_colormap()
5223         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
5224         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
5225         for pixmaps without visuals (more specifically, bitmaps)
5226         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
5227         doesn't set a colormap with the wrong depth
5228
5229
5230 2001-07-22  Anders Carlsson  <andersca@gnome.org>
5231
5232         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
5233         expander_height and expander_width properties with a single
5234         property, expander_size.
5235         (gtk_tree_view_init): Set the tab_offset to expander_size
5236         plus some padding.
5237         (gtk_tree_view_unrealize): Remove the expand/collapse
5238         timeout if it exists.
5239         (coords_are_over_arrow): Fix a small bug.
5240         (gtk_tree_view_motion_draw_column_motion_arrow): Use
5241         expander_size.
5242         (gtk_tree_view_draw_focus): Use "treeview" instead of
5243         "add-mode" as detail when drawing the focus.
5244         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
5245         instead of "add-mode" as detail when drawing the focus.
5246         (gtk_tree_view_deleted): If we have a node currently being
5247         expanded or collapsed, remove the timeout and set the node 
5248         to NULL.
5249         (gtk_tree_view_queue_draw_arrow): New function that just
5250         redraws the arrow of a node.
5251         (gtk_tree_view_draw_arrow): Use expander_size instead of
5252         expander_width/expander_height, also pass a different
5253         expander_style to gtk_paint_expander depending on the 
5254         state of the node being drawn.
5255         (expand_collapse_timeout): New function for expanding 
5256         or collapsing a node depending on the previous state.
5257         (gtk_tree_view_real_expand_row): Add timeout and set 
5258         correct state for node being expanded.
5259         (gtk_tree_view_real_collapse_row): Add timeout and set
5260         correct state for node being collapsed.
5261
5262         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
5263         information about the node currently being expanded or
5264         collapsed, and also a timeout id.
5265
5266         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
5267         with expander_style for draw_expander.
5268
5269         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
5270         expander_style.
5271         (create_expander_affine): New function for creating an 
5272         expander affine.
5273         (apply_affine_on_point): New function for applying an 
5274         affine to a point.
5275         (gtk_default_draw_expander): Modified to take expander_style
5276         instead of is_open, and to draw the rectangle rotated differently
5277         depending on the expander style.
5278         (gtk_paint_expander): Replace is_open with expander_style.
5279
5280         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
5281
5282         * gtk/gtkenums.h: Add expander style enum.
5283
5284 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
5285
5286         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
5287         value from gtk_tree_model_get_iter, the model might be empty.
5288
5289 2001-07-20  Hans Breuer  <hans@breuer.org>
5290
5291         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
5292         gdk/gdkinput.c like the other backends
5293
5294         * gdk/win32/gdkinput-win32.h :
5295         * gdk/win32/gdkinput.c :
5296         * gdk/win32/gdkvisual-win32.c :
5297         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
5298         GdkVisual GObjectification. UNTESTED for pen-devices because
5299         I simply have none.
5300
5301         * gdk/gdk.def :
5302         * gtk/gtk.def : updated externals
5303
5304         * gtk/gtkiconfactory.c :
5305         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
5306         before passing &error to functions to avoid strange crashes
5307         
5308         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
5309
5310         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
5311
5312         * gtk/makefile.msc.in : updated
5313
5314 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
5315
5316         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
5317         Add property support. (#51858)
5318
5319 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
5320
5321         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
5322         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
5323         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
5324
5325 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
5326
5327         * gtk/gtkcolorsel.c: Add propery support (roughly
5328         based on patch from Lee Mallabone, #51014)
5329
5330         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
5331         deprecated, since we already g_warning() on it.
5332
5333 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
5334
5335         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
5336         typo that sometimes caused selection not to work properly.
5337
5338         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
5339         entry when tabbing in. (#57743)
5340         
5341         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
5342         user drags up above or down below the entry, move
5343         to the end or the beginning of the entry. (Suggestion
5344         from Jay Cox, #50940)
5345
5346         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
5347         a current selection, then when moving by chars or
5348         words, move to the end of the selection rather than
5349         from entry->current_pos. (Suggestion from Jay Cox,
5350         #50942)
5351         
5352 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
5353
5354         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
5355         set window->decorated. (Patch from Hidetoshi Tajima,
5356         #55846)
5357
5358 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
5359
5360         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
5361         the widget/child realization/mapping invariants.
5362
5363         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
5364         gtk_widget_[get/set]_child_visible() to control
5365         whether visible children of a mapped window are
5366         mapped.
5367
5368         * docs/widget_system.txt: Updated for changes in
5369         container contract, and addition of GTK_CHILD_VISIBLE.
5370
5371         * gtk/gtkcontainer.c: Add generic map()/unmap()
5372         functions that work for almost all containers.
5373
5374         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
5375         gtk_widget_set_child_visible() where necessary.
5376
5377         * gtk/*.c: Remove excess map(), unmap(), and 
5378         realization/mapping invariant enforcing code
5379         from many containers.
5380
5381 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
5382
5383         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
5384         Get the foreground color from 'text', nor 'fg'. (#57568)
5385
5386 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
5387
5388         * gtk/*.c: Patch from Matthias Clasen to remove remove
5389         all instances of g_return_if_fail (foo != NULL); that are
5390         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
5391         since the second check catches the NULL anyways.
5392
5393 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
5394
5395         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
5396         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
5397         GDK_THREADS_ENTER()/LEAVE() pairs.
5398
5399         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
5400         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
5401         pairs. (Problem found by M. Meeks)
5402
5403 2001-07-18  Darin Adler  <darin@bentspoon.com>
5404
5405         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
5406         that we don't get a g_warning message every time we register a new
5407         icon size.
5408
5409         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
5410         using pixel variable of the correct type.
5411         
5412 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
5413
5414         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
5415         so that using X functions on a GdkWindow is possible, if
5416         a little hairy.
5417
5418         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
5419         and ts_origin of a GC, so that external parties can offset/restore
5420         a GC, when using gdk_window_get_internal_paint_info().
5421
5422 2001-07-17  Darin Adler  <darin@bentspoon.com>
5423
5424         * .cvsignore: Ignore the sgml directory made by gtkdoc.
5425         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
5426         instead of the deprecated gtk_window_set_policy.
5427         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
5428         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
5429         function to get rid of warning and some code too.
5430         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
5431         missing const.
5432         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
5433         unused local.
5434         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
5435         const.
5436         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
5437         (gdk_utf8_to_compound_text): Add missing const.
5438         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
5439         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
5440         cast and get rid of an unnecessary one.
5441         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
5442         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
5443         local.
5444         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
5445         Remove unused local.
5446         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
5447         missing const.
5448         * tests/testsocket.c: (add_child): Add cast so the printf format
5449         doesn't make us implicitly depend on what integer type
5450         gtk_socket_get_id returns.
5451         * tests/testtextbuffer.c: Add missing const.
5452         * tests/testtreefocus.c: (main): Remove unused local.
5453         * tests/treestoretest.c: (iter_remove): Remove unused local.
5454         (uppercase_value): Remove unused function.
5455         (make_window): Add statement to quiet the compiler's uninitialized
5456         variable warning.
5457
5458 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
5459
5460         * gtk/gtkrange.c:
5461         (second_timeout): 
5462         (initial_timeout): 
5463         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
5464         (gtk_range_calc_layout): compute the new layout based on an
5465         adjustment->value being passed in as argument.
5466         (gtk_range_button_press): for button2 slider warps, first recalc
5467         the layout, then adjust the value. also, use update_slider_position()
5468         for adjusting the value, so we keep pixel quantisation at which we
5469         usually operate (upon motion or button releases). the reason for this
5470         is that, we can't change the adjustment upon button2 presses to a non
5471         quantised value and upon button2 release re-quantise the value since
5472         that'd alter the value even if we didn't get any motion events (causing
5473         unexpected scroll area warps upon release and/or slider pixel-jitter).
5474         (gtk_range_motion_notify): update the slider position from queried
5475         coordinates, not event coordinates.
5476
5477 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
5478
5479         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
5480         the default gc values are: width=0, CapBut, JoinMiter.
5481
5482 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
5483
5484         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
5485         into account the xpad and ypad when calculating the width and the
5486         height of the pixbuf cel.
5487
5488 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
5489
5490         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
5491         Rename to gtk_radio_menu_item_get_group(), add deprecated
5492         alias. (#57044)
5493
5494         * gtk/gtkfilesel.c: Indentation fix.
5495
5496 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
5497
5498         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
5499         Hasselmann to fix warnings in compat macros. 
5500         (#56773)
5501
5502         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
5503         stupid wrong cast added in last patch.
5504
5505 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
5506
5507         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
5508         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
5509
5510 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
5511
5512         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
5513         missing cast.
5514
5515         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
5516         NULL/FALSE return value confusion.
5517
5518         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
5519         problem when scrollbar completely fills range. (Patch
5520         from  Matthias Clasen, #57047)
5521
5522 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
5523
5524         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
5525         clean up when handling events for move-resize emulation.
5526         (Problem traced down by Matthias Clasen, #57271)
5527
5528 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
5529
5530         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
5531           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
5532           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
5533           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
5534           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
5535           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
5536           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
5537         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
5538
5539 2001-07-09  Peter Williams  <peterw@ximian.com>
5540
5541         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
5542         for when srcdir != builddir
5543
5544 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
5545
5546         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
5547         gtk_tree_model_get_iter_root.
5548
5549         * gtk/gtkliststore.c: Add a bunch of g_return statements.
5550         (gtk_list_store_iter_n_children): Fix up.
5551
5552         * gtk/gtktreestore.c: Add a bunch of g_return statements.
5553
5554 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
5555
5556         * gtk/gtkwidget.c (gtk_widget_class_init):
5557         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
5558         restore some workingness.
5559
5560         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
5561         handle of window type for input-only windows.
5562
5563 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
5564
5565         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
5566         Patch from Gregory Merchan to add 
5567         gtk_button_box_set_secondary(), which separates
5568         the child into a separate group from the normal
5569         buttons. (#56331)
5570
5571         * gtk/gtkdialog.c: Make help buttons secondary by
5572         default.
5573
5574         * gtk/gtkbbox.c: Added a child property "secondary".
5575
5576         * gtk/testgtk.c: Turn on the help button for the 
5577         color selector to check that it properly appears
5578         as secondary.
5579
5580 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
5581  
5582         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
5583         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
5584         Add gdk_set_pointer_hooks() to allow pointer-querying to
5585         be hooked by an event record/playback system like GERD.
5586         (#56914)
5587         
5588 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
5589
5590         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
5591         in the right value of initial_emission to
5592         gtk_widget_set_style_internal (#57091)
5593
5594 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
5595
5596         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
5597         Make compile.
5598
5599         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
5600         with calling gtk_widget_set_style_internal() with
5601         the old style, not the new style. (#56989)
5602
5603 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
5604
5605         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
5606           gtk/gtkwidget.c:
5607         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
5608         not GTK_WIDGET_GET_ANCESTOR ... see 
5609         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
5610         Indicate the best practice in the docs for gtk_widget_get_toplevel().
5611
5612         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
5613         so GtkPlug can give the correct signals when transforming
5614         from a child to a toplevel.
5615         
5616         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
5617         reparentation correctly.
5618
5619         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
5620         Propagate the previous_toplevel argument down properly.
5621
5622         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
5623         of wrong atr list.
5624
5625         * gtk/gtkplug.[ch]: Add an "embedded" signal.
5626
5627         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
5628         signals.
5629
5630         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
5631         functions gtk_plug_get_id(), gtk_socket_get_id(),
5632         to avoid the user having to worry about realization,
5633         and gdkx.h.
5634
5635         * tests/testsocket.c: Extend to try out the new signals
5636         and gtk_plug/socket_get_id().
5637
5638         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
5639         setting of underline attributes.
5640
5641         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
5642         DestroyNotify events from SubstructureNotifyMask
5643
5644         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
5645         Switch GDK_WINDOW_TYPE (window) as needed.
5646
5647         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
5648         allow creation of toplevel windows as children of
5649         foreign windows.
5650
5651         * gtk/gtkplug.c: Remove hacks involving changing private
5652         fields of GdkWindow.
5653
5654         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
5655         exactly the same signals and notification
5656         be emitted for local embedding as for inter-process
5657         embedding.
5658
5659 2001-07-04  James Henstridge  <james@daa.com.au>
5660
5661         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
5662
5663 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
5664
5665         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
5666         XEMBED embedding add a _XEMBED_INFO property to the
5667         client with version number and a "mapped" flags.
5668         Use the mapped flag instead of the racy MapRequestEvent
5669
5670         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
5671         code to reliably set things (when the child is a passive
5672         embedder participating in the XEMBED protocol) intead
5673         of just being a hack for embedding non-participating
5674         programs. Fix various bugs and race conditions.
5675         
5676         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
5677         work by simply making the GtkSocket the gtk parent
5678         of the GtkPlug. Set a flag in this case and make
5679         the GtkPlug work like a normal container by overriding
5680         methods such as check_resize and "chaining past" GtkWindow
5681         to GtkBin.
5682
5683         * gtk/gtkentry.c (gtk_entry_real_activate)
5684           gtk/gtkmain.c (gtk_propagate_event): 
5685         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
5686         
5687         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
5688         gtk_widget_get_ancestor):
5689         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
5690         might not give the expected result and recommend
5691         an alternative.
5692
5693         * tests/testsocket.c tests/testsocket_child.c
5694         tests/testsocket_common.c tests/Makefile.am: Extended
5695         to test different type of adding plugs to sockets
5696         (local,active,passive), and to test mapping/unmapping
5697         the plug.
5698
5699         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
5700         mark the window as destroyed until after we
5701         called _gdk_windowing_window_destroy().
5702         (_gdk_windowing_window_destroy() may use GDK functions
5703         on the window.)
5704
5705         * gdk/x11/gdkinput.c: Remove the check for finalization - 
5706         devices can be finalized under some circumnstances.
5707  
5708         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
5709         small problem with GDK_TYPE_DEVICE.
5710  
5711 2001-07-02  Havoc Pennington  <hp@pobox.com>
5712
5713         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
5714         use constants not atoms.
5715
5716 2001-07-02  James Henstridge  <james@daa.com.au>
5717
5718         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
5719         PANGO_TYPE_TAB_ARRAY.
5720
5721         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
5722         for PANGO_TYPE_TAB_ARRAY.
5723
5724         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
5725         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
5726
5727         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
5728         the file.  Remove Pango types from defs -- they are now defined in
5729         libpango.
5730
5731 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
5732
5733         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
5734
5735         * gtk/gtkobject.c (gtk_object_destroy): invoke
5736         g_object_run_dispose().
5737
5738         * gtk/gtkwindow.c: 
5739         * gtk/gtkwidget.c: 
5740         * gtk/gtkobject.c:
5741         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
5742         method.
5743
5744 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
5745
5746         * gtk/gtktypeutils.c (gtk_type_class): Remove
5747         change check for GTK_TYPE_OBJECT derivation to
5748         G_TYPE_OBJECTS - it's Tim-approved to use this 
5749         for arbitary objects.
5750
5751         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
5752         prefix gtk_container_dequeue_resize_handler().
5753
5754         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
5755         to the hierarachy_changed signal, since you otherwise
5756         have to always keep that around.
5757
5758         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
5759         for extra argument to hierarchy_changed.
5760
5761 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
5762
5763         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
5764         for style to mean "revert to default style"
5765
5766         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
5767           gtk_widget_restore_default_style): Make this functions
5768         deprecated aliases for gtk_widget_set_style (widget, NULL).
5769
5770         * gtk/gtkwidget.[ch]: Remove:
5771            gtk_widget_set_default_style ()
5772            gtk_widget_push_style ()
5773            gtk_widget_pop_style ()
5774         These functions interact are overriden by RC files, and
5775         thus virtually useless, and complicated.
5776
5777 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
5778
5779         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
5780         most of the previous global variables in gtkrc.c. This is
5781         in preparation for multi-head, since each screen can
5782         have different GtkSettings and RC information.
5783
5784         * gtk/gtkrc.[ch]: 
5785
5786         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
5787         GtkSettings parameter to GtkRcStyle::parse.
5788
5789         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
5790         Add two new settings gtk-theme-name, gtk-key-theme-name,
5791         for RC files that are loaded by name after reading
5792         the default RC files.
5793         
5794         * gtk/gtkrc.c: Allow priorities for styles, as wll as
5795         bindings.
5796
5797         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
5798         and use it by default for RC files loaded via 
5799         gtk-theme-name, gtk-key-theme-name.
5800
5801         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
5802         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
5803         tests/testgtkrc: Require pathnames to be absolute.
5804
5805         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
5806         the source when parsing, since the operation of looking up a
5807         pixmap from an RC file depends on the parsing context.
5808
5809         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
5810         reset RC styles on all widgets when files are reparsed.
5811
5812         * tests/testgtk.c (create_rc_file) 
5813           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
5814         Simplify, now that gtk_rc_reparse_all() resets styles on
5815         all widgets itself.
5816
5817         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
5818         return value.
5819
5820         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
5821         GtkSettings argument.
5822
5823         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
5824         gtk_settings_get_global().
5825
5826         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
5827         to get the appropriate GtkSettings for a widget. (For now,
5828         just gets the default GtkSetttings.) 
5829
5830         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
5831           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
5832         changes.
5833
5834         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
5835         getting a style for a path without actually having a widget.
5836         (Allows using a style for a subpart of a widget, for
5837         example.)
5838
5839         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
5840         the RC files to be reloaded for just one GtkSettings
5841         (not sure how useful this really is.)
5842
5843         * gtk/gtkrc.h: Deprecate
5844         gtk_rc_add_widget_name/widget_class/class_style
5845
5846 2001-06-30  Alex Larsson  <alexl@redhat.com>
5847
5848         * gdk/linux-fb/gdkinput-none.c:
5849         * gdk/linux-fb/gdkinput.c:
5850         * gdk/linux-fb/gdkinputprivate.h:
5851         Convert GdkDevice to a GObject.
5852
5853         * linux-fb/gdkprivate-fb.h:
5854         * linux-fb/gdkvisual-fb.c:
5855         Convert GdkVisual to a GObject.
5856
5857 2001-06-29  Alex Larsson  <alexl@redhat.com>
5858
5859         * gdk/gdkvisual.h:
5860         * gdk/gdkcolor.c:
5861         * gdk/x11/gdkx.h:
5862         * gdk/x11/gdkvisual-x11.c:
5863         Convert GdkVisual to a GObject.
5864
5865         * gdk/gdkinput.h:
5866         * gdk/gdkevents.c:
5867         * gdk/x11/gdkinputprivate.h:
5868         * gdk/x11/gdkinput-gxi.c:
5869         * gdk/x11/gdkinput-none.c:
5870         * gdk/x11/gdkinput-x11.c:
5871         * gdk/x11/gdkinput-xfree.c:
5872         * gdk/x11/gdkinput.c:
5873         Convert GdkDevice to a GObject.
5874
5875 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
5876
5877         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
5878         to just plain new, fixing the number of columns, and column types
5879         at creation time.
5880
5881         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
5882
5883         * gtk/gtkcellrenderertext.c
5884         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
5885         height to a specific font.
5886
5887         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
5888
5889         * tests/*c: change to work with new store models.
5890
5891 2001-06-29  Havoc Pennington  <hp@redhat.com>
5892
5893        * Throughout: fixes to compile with G_DISABLE_COMPAT
5894         (s/g_signal_connectc/g_signal_connect/,
5895         s/g_signal_newc/g_signal_new/,
5896         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
5897
5898 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@webwynk.net>
5899
5900         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
5901         add path argument to selection callbacks.
5902
5903 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
5904
5905         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
5906         walk through a model in a depth first manner, with the option to
5907         break out.
5908
5909 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
5910
5911         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
5912         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
5913         column and follow it when draged, rather than a location in the
5914         view. "expander_column" property and drawing functions changed
5915         accordingly.  Fixes bug #55942.
5916
5917         (gtk_tree_view_{set,get}_expander_column): Now works with a
5918         GtkTreeViewColumn* instead of int.
5919
5920 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
5921
5922         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
5923
5924 2001-06-28  Havoc Pennington  <hp@pobox.com>
5925
5926         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
5927         image data to the screen, using a server grab to avoid race
5928         conditions.
5929
5930         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
5931         check for NULL return from gtk_image_new_from_stock(), it never
5932         returns NULL.
5933         (gtk_item_factory_create_item): fix bug where we parsed the stock
5934         ID as an inline pixbuf
5935
5936         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
5937
5938         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
5939         support (should be using binding set here)
5940
5941         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
5942         support (should be using binding set here)
5943
5944         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
5945         support
5946
5947         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
5948
5949         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
5950
5951         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
5952
5953         * gtk/gtkimcontextsimple.c
5954         (gtk_im_context_simple_filter_keypress): keypad
5955
5956         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
5957
5958         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
5959
5960         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
5961
5962         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
5963         should be binding-setted)
5964
5965         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
5966
5967         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
5968
5969         * gtk/gtkcalendar.c: numeric keypad fixes
5970
5971         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
5972         support
5973
5974         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
5975         screwup
5976
5977         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
5978         clip the render area to the drawable's clip region in advance,
5979         so we don't get data from the server that we don't need.
5980
5981         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
5982         check return value of gdk_pixbuf_get_from_drawable(), fall back 
5983         to bilevel alpha if we can't get the pixbuf to composite against.
5984
5985         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
5986
5987         * gdk/gdkimage.c (gdk_image_get_colormap): add
5988         gdk_image_set_colormap, gdk_image_get_colormap
5989
5990         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
5991         take a region of the image, instead of converting the entire
5992         image.
5993
5994         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
5995         keybinding signal. Add default bindings for it. Add default
5996         handler for show_help that shows the tooltip for the widget.
5997
5998         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
5999         "close" keybinding signal, remove key press handler.
6000
6001         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
6002         it's not our usual practice to leave a deprecated function around
6003         with a runtime warning, plus we don't want it to appear in docs,
6004         plus if we make them yellow no one will want to change them
6005         anyhow.
6006
6007 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
6008
6009         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
6010         GTK_WIDGET_REALIZE() for resize queueing.
6011
6012         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
6013         GTK_WIDGET_REALIZE() for post event delivery destruction upon
6014         GDK_DESTROY.
6015         
6016         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
6017         sompensate for former (pre-2.0) connect_after() facility.
6018         (gtk_widget_send_expose): 
6019         (gtk_widget_event): assert the widget is realized, since event delivery
6020         to non-realized widgets is essentially a bug. event handlers should
6021         be able to unconditionally rely on widget->window (unless they
6022         emit events on their own which can trigger widget destruction).
6023         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
6024         logic. event delivery happens as follows:
6025         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
6026         b) if !was_handled in (a) and the widget is still realized, emit event-
6027            specific signal (RUN_LAST handler). returns was_handled.
6028         c) emission of GtkWidget::event-after for notification if the widget is
6029            still realized (regardless of was_handled from previous stages, no
6030            class handler). no return value.
6031         d) was_handled gets passed on to caller, to determine further
6032            propagation. if the widget got unrealized meanwhile, was_handled
6033            is returned as TRUE.
6034
6035         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
6036         gdk_event_get_coords().
6037
6038 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
6039
6040         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
6041         age 0, binary age 0. depend on glib 1.3.7.
6042
6043         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
6044
6045         * gtk/gtkmenubar.c: same here.
6046         
6047         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
6048
6049         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
6050
6051         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
6052         
6053         * gtk/gtkmenubar.c (add_to_window): likewise.
6054         
6055         * gtk/gtktextbtree.c: and here...
6056         
6057         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
6058         
6059         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
6060         
6061         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
6062         
6063         * gtk/gtktreeviewcolumn.c:
6064         (_gtk_tree_view_column_set_tree_view): yet again.
6065
6066         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
6067         signal connections without g_signal_connect_data().
6068         
6069         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
6070         demo of the matter.
6071         
6072         * demos/testpixbuf.c (main): running out of equality phrases for the
6073         ChangeLog, but had to adapt connections here as well.
6074         
6075         * demos/testanimation.c (progressive_timeout): and for the fun of it,
6076         tackled this the same way.
6077         
6078         * tests/testtext.c (create_view): ok, it's becoming a pain at this
6079         point, but had enough enery for one more fix.
6080
6081         * tests/testtreecolumns.c (main): stand up man, do your work!
6082
6083         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
6084         fix, either that's been all of it or CVS gtk is broken yet again.
6085         
6086 2001-06-29  James Henstridge  <james@daa.com.au>
6087
6088         The following changes correspond to bug #56812
6089
6090         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
6091         code for GdkDevice.
6092
6093         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
6094         GdkCursor.
6095
6096 2001-06-19  Havoc Pennington  <hp@pobox.com>
6097
6098         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
6099         for mapping a window without fooling with stacking order, but
6100         updating the "withdrawn" flag
6101
6102         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
6103         filtering as soon as possible, moving move resize and wmspec_check
6104         handling after the event filter.  Make default filter apply to all
6105         events, not just those with no GdkWindow wrapped around the X
6106         window. Fix a FIXME about how the window could be a pixmap using 
6107         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
6108
6109         Also, be robust against events not on a known GdkWindow.
6110
6111         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
6112         gdk_x11_ungrab_server): export reference-counted server grabs, so
6113         other people can grab server over a GDK function that also does
6114         so.
6115
6116 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
6117
6118         * gtk/gtktreeviewcolumn.c
6119         (gtk_tree_view_column_pack_start_cell_renderer): New function to
6120         reflect that you can (hypothetically) pack cell renderers into a
6121         column.
6122         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
6123         (gtk_tree_view_column_cell_is_visible): Move more functionality to
6124         the column.
6125         (gtk_tree_view_column_cell_can_focus): Move more functionality to
6126         the column.
6127
6128         * gtk/gtktreeview.c: Move to use new column-packing code.
6129         (gtk_tree_view_real_expand_row): remove totally braindead code.
6130         (gtk_tree_view_real_collapse_row): ditto.
6131
6132 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
6133
6134         * gtk/gtktreeviewcolumn.c: Fix a typo.
6135         
6136 2001-06-26  Joel Becker  <jlbec@evilplan.org>
6137
6138         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
6139           at the end of the file
6140
6141 2001-06-26  Havoc Pennington  <hp@redhat.com>
6142
6143         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
6144
6145 2001-06-26  Havoc Pennington  <hp@redhat.com>
6146
6147         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
6148         property
6149
6150 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
6151
6152         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
6153         stupid missing statement
6154
6155         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
6156         private function for ATK.  It notifies you of how many _visible_
6157         children are deleted when a node is deleted.  Should be used by
6158         atk only.
6159
6160 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
6161
6162         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
6163         Use new pango_context_get_metrics() to fix problems
6164         with font lists in descriptions. (#56184, reported by
6165         Jonas Borgström)
6166
6167 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
6168
6169         * gtk/gtkiconfactory.c:
6170         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
6171         item factory so inlined pixbufs actually work.
6172
6173 2001-06-25  Havoc Pennington  <hp@redhat.com>
6174
6175         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
6176         s/RESIZEABLE/RESIZABLE/
6177
6178         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
6179
6180 2001-06-25  Alexander Larsson  <alexl@redhat.com>
6181
6182         * configure.in:
6183         Added --enable-fbmanager. This is some experimental code
6184         that lets several GtkFB apps coordinate their access to the
6185         framebuffer.
6186         
6187         * acconfig.h:
6188         Added ENABLE_FB_MANAGER.
6189
6190         * gdk/linux-fb/Makefile.am:
6191         Added gdkfbmanager and gdkfbswitch.
6192
6193         * gdk/linux-fb/gdkkeyboard-fb.c:
6194         * gdk/linux-fb/gdkmouse-fb.c:
6195         * gdk/linux-fb/gdkprivate-fb.h:
6196         Split device init and open so that
6197         they can be opened and closed while switched
6198         away.
6199
6200         * gdk/linux-fb/gdkmain-fb.c:
6201         Add the basic manager communication.
6202
6203         * gdk/linux-fb/gdkrender-fb.c:
6204         Don't update to the shadow fb if we're
6205         blocked by the fb manager.
6206
6207 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
6208
6209         * docs/Changes-2.0.txt: Add note about child property
6210         changes.
6211
6212 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
6213
6214         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
6215         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
6216
6217         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
6218         with un'reffing wrong list reported by Jeff Franks.
6219
6220         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
6221
6222         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
6223         for the default icon. Remove inline XPM.
6224
6225         * gtk/gtkstock.h gtk/gtkiconfactory.c:
6226         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
6227         is used for GTK_STOCK_DND, but it is a bit too small.)
6228
6229         * gtk/stock-icons/stock_dnd_multiple.png
6230         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
6231
6232         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
6233         TRUE when starting a drag. In other cases, we are
6234         just observing. (#52995)
6235
6236         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
6237         function to set the icon for a drag from a GdkPixbuf
6238         or stock ID.
6239
6240         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
6241         Likewise, for drag sources.
6242
6243         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
6244         (Now should be done using the stock system.)
6245
6246 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
6247
6248         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
6249         Removed - didn't work and not particularly useful anyways
6250         if it did. 
6251
6252 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
6253
6254         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
6255         introduced last night that was making things decidedly not work.
6256
6257         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
6258         so that we have getter/setter pairing everywhere it makes
6259         sense. (#55767)
6260
6261         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
6262         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
6263         deprecated compat macro. (#55516)
6264
6265         * gtk/gtklabel.[ch]: Add functions
6266         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
6267         gtk_label_set_label(), which mirror the property API for GtkLabel.
6268         Make gtk_label_get_attributes() only reflect the attributes
6269         set by gtk_label_set_attributes.
6270
6271         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
6272         from gtk_notebook_set_page().
6273
6274 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
6275
6276         * configure.in: Fix tests for XShm.h.
6277
6278         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
6279         gdk_image_new() by use of goto, properly use g_object_unref().
6280
6281 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
6282
6283         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
6284         calls, as GdkImage is an object. these should be g_obejct_unref()
6285         instead but that won't work because of the g_error() statement
6286         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
6287         to spot these places.
6288
6289 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
6290
6291         * modules/input/gtkimcontextxim.c: Fixup some problems with 
6292         text length handling in error cases.
6293
6294         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
6295         a bit to make test actually warn on attempt to allocation
6296         a negative size. (#56101, Matthias Clasen)
6297
6298 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
6299
6300         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6301         noticed by Brian Cameron.
6302         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
6303         Cameron.
6304
6305 2001-06-22  Hans Breuer  <hans@breuer.org>
6306
6307         * gdk/gdk.def : updated externals
6308
6309         * gdk/win32/gdkdrawable-win32.c : corrected some casts
6310         in GDK_NOTEs
6311
6312         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
6313         to translate coordinates to the internal > 16 bit system
6314         Try to handle WM_WINDOWPOSCHANGED to get better performance for
6315         when moving/resizing
6316
6317         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
6318         and gdk_keymap_get_direction (). The latter is untested for
6319         the RTL case
6320
6321         * gtk/gtk.def : updated externals
6322
6323         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
6324         from pango_language_from_string (), not an already freed pointer
6325
6326         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
6327         binary (-kb) to be useable on windoze
6328  
6329 2001-06-21  Alexander Larsson  <alexl@redhat.com>
6330
6331         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
6332         Update to new PangoLanguage changes.
6333         
6334         * gtk/gtkwindow-decorate.c:
6335         * gtk/gtkwindow.[ch]:
6336         Added setting argument to gtk_window_set_has_frame ()
6337         
6338 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
6339
6340         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
6341         the case without XKB properly.
6342
6343         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
6344         unused gtk_rc_auto_parse variable.
6345
6346         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
6347         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
6348         longer needed with GdkPixbuf.
6349
6350         * gtk/gtkrc.c (_gtk_rc_init): Make private.
6351
6352 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
6353
6354         * gtk/gtkentry.h: Mark deprecated functions with
6355         GTK_DISABLE_DEPRECATED.
6356
6357 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
6358
6359         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
6360
6361         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
6362
6363         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
6364           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
6365           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
6366           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
6367           to recent changes in Pango.
6368
6369         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
6370           to test whether the basic engine honors them.
6371
6372 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
6373
6374         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
6375         gtk_container_child_get_property().
6376
6377 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
6378
6379         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
6380         (gtk_tree_view_move_cursor_page_up_down): implement.
6381
6382 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
6383
6384         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
6385         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
6386         don't use automatic fixed size buffer for printf-ing floats, doubles
6387         can expand to really _huge_ strings, use g_strdup_printf() instead.
6388
6389 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
6390
6391         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
6392         construct property in 1.2 and still needs to be.
6393
6394         * gtk/gtkwidget.c: "composite_child" is not a settable property.
6395
6396 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
6397
6398         * gtk/gtkliststore.c (gtk_list_store_clear): 
6399         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
6400         clear a model.
6401
6402 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
6403
6404         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
6405
6406         * gtk/Makefile.am:
6407         * gtk/gtk.h: disabled GtkPacker compilation.
6408
6409         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
6410
6411         * gtk/gtknotebook.c:
6412         * gtk/gtktable.c:
6413         * gtk/gtkbox.c: ported this over to child properties.
6414
6415         * gtk/gtksettings.c: fetch class properties via
6416         g_object_class_list_properties().
6417
6418         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
6419         child arg interface. use gobjectnotifyqueue.c for child property
6420         notification.
6421
6422         * gtk/gtkwidget.[hc]: provide necessary means for container child
6423         properties, i.e. ::child_notify signal,
6424         gtk_widget_freeze_child_notify(),
6425         gtk_widget_child_notify(),
6426         gtk_widget_thaw_child_notify().
6427
6428         * tests/testgtk.c: removed inferior property handling code, for
6429         property editing, a generic module should be used, and GLE
6430         coincidentally fullfills that purpose.
6431
6432         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
6433         needs to be adapted to g_object_class_list_properties() before this
6434         builds again.
6435
6436 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
6437
6438         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
6439         test if a node is expanded.
6440
6441 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
6442
6443         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6444         where collapsing a selected row would result in the cursor/anchor
6445         getting screwed up.
6446
6447 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
6448
6449         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
6450         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
6451         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
6452         Now I can really reorder/sort all Store widgets.  treesorttest
6453         seems to just work now.
6454         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
6455         testtreesort worked through a big coincidence all this time.
6456         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
6457         code.
6458         * tests/testtreecolumns.c: Big 'ol warning at the top letting
6459         people know that this code should never ever ever be copied.
6460
6461 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
6462
6463         * gtk/gtkwindow.h: Fixed a small typo, it should be
6464         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
6465         on line 134.
6466
6467 2001-06-14  Havoc Pennington  <hp@redhat.com>
6468
6469         Docs fixups, and:
6470         
6471         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
6472         GTK_DISABLE_DEPRECATED
6473
6474 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
6475
6476         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
6477         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
6478         finish it off tonight, though it basically works now when it's a
6479         list.  Also, I have a sinking feeling neither GtkTreeStore or
6480         GtkListStore actually resort when adding a new item.  I'll look
6481         into it.
6482
6483 2001-06-14  Havoc Pennington  <hp@redhat.com>
6484
6485         * demos/gtk-demo/main.c (load_file): fix bug identified by
6486         warnings I just added to gtktextbuffer
6487
6488 2001-06-14  Havoc Pennington  <hp@redhat.com>
6489
6490         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
6491
6492         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
6493
6494         * gtk/gtktextbtree.c: don't leak node data all over the place.
6495
6496         * demos/gtk-demo/main.c (main): create fontify tags for the right
6497         buffer
6498
6499         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
6500         to mention tags in the same table can't have the same name,
6501         suggested by Skip Montanaro
6502
6503 2001-06-11  Havoc Pennington  <hp@redhat.com>
6504
6505         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
6506         for trying to add two tags with same name to the tag table
6507
6508         * demos/gtk-demo/main.c (main): fix colors ;-)
6509
6510 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
6511
6512         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
6513         that allows grouping together multiple windows so that grabs
6514         within that set of windows only affect those windows.
6515
6516         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
6517         signal for notification when a widget becomes shadowed
6518         by a grab or is no longer shadowed by a grab.
6519
6520         * gtk/gtkwidget.c (gtk_widget_propagate_state)
6521           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
6522         insenstive widgets to maintain a grab.
6523
6524 2001-06-14  Alexander Larsson  <alexl@redhat.com>
6525
6526         * docs/README.linux-fb:
6527         Add some example config files that can be used with the URW fonts.
6528         
6529         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
6530         Set up the color ramps for DirectColor mode.
6531
6532 2001-06-11  Havoc Pennington  <hp@redhat.com>
6533
6534         * Release 1.3.6
6535          
6536 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6537
6538         * gdk/linux-fb/gdkwindow-fb.c:
6539         Unify shaped window code and make it repaint the area that used
6540         to be part of the shape, but isn't anymore.
6541
6542 2001-06-11  Havoc Pennington  <hp@redhat.com>
6543
6544         * NEWS: Updates
6545
6546         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
6547
6548         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
6549         
6550 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6551
6552         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
6553         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
6554         passes zero instead, so do we.
6555         
6556 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6557
6558         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
6559         Deep copy dash_list too.
6560         (_gdk_fb_gc_new): Set default cap_style before
6561         setting values.
6562
6563 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
6564
6565         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
6566         gdk_keymap_get_direction): New functions.
6567
6568 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
6569
6570         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
6571         gtk_tree_model_get_flags by adding a second flag for atk.
6572
6573         * gtk/gtktreemodel.c: make cursor behavior interact better with
6574         mouse presses.
6575
6576 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
6577
6578         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
6579         expand_row/collapse_row to be 2 signals each -- test_expand_row
6580         and row_expanded as well as test_collapse_row and row_collapsed.
6581
6582 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
6583
6584         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
6585         signal name to be changed instead of selection_changed.
6586
6587 2001-06-08  Havoc Pennington  <hp@redhat.com>
6588
6589         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
6590         "scroll_offset" property for notification when the layout offsets
6591         may have changed
6592         (gtk_entry_adjust_scroll): add notify for scroll_offset
6593         (gtk_entry_layout_index_to_text_index): function to compensate for
6594         preedit string when doing coordinate stuff on the entry's layout
6595         (gtk_entry_text_index_to_layout_index): inverse function
6596         (gtk_entry_get_layout_offsets): hook to get current position of
6597         the layout      
6598         (gtk_entry_get_layout): hook to get the layout itself.
6599
6600         * gtk/gtklabel.c (gtk_label_get_layout): new function
6601
6602 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
6603
6604         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
6605         keybinding.
6606         (gtk_tree_view_focus): Fix merge conflict.
6607
6608 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
6609
6610         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
6611         clean up cursor handling.
6612
6613 2001-06-08  Havoc Pennington  <hp@redhat.com>
6614
6615         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
6616         function
6617
6618         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
6619         this function
6620
6621 2001-06-08  Alex Larsson  <alexl@redhat.com>
6622
6623         * gtk/gtkcompat.h.in:
6624         Added compat macros for all old GTK_TYPE_GDK_xxx types.
6625         Fixes bug #52892
6626
6627 2001-06-08  Havoc Pennington  <hp@redhat.com>
6628         
6629         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
6630         parent still
6631
6632 2001-06-08  Havoc Pennington  <hp@redhat.com>
6633
6634         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
6635         don't call g_list funcs on GSList
6636
6637         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
6638         gtk_container_focus(), since some widgets have focusable locations
6639         which are not other widgets. These widgets should not have to be 
6640         containers just to manage the focus. For example, GtkHSV is
6641         currently a container for no good reason. Also, this cleans
6642         up the "if (is_container && is_sensitive && is_drawable)
6643         container_focus ()" mess in widget implementations.
6644
6645         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
6646         function, and have it just call gtk_widget_child_focus().
6647
6648         * gtk/gtkhsv.c: derive from widget not container
6649         
6650         Throughout: fix to reflect GtkContainer::focus change
6651         
6652 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
6653
6654         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
6655         range.  Fix bug #55921
6656
6657         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
6658         (#55920).
6659
6660 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
6661
6662         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
6663         and gdk_keymap_get_current_direction().
6664
6665         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
6666           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
6667         the current locked group, use it to set the keymap
6668         direction.
6669
6670         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
6671         to determine whether we draw a split cursor or use
6672         a jumping cursor based on the current direction.
6673
6674         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
6675         Obey the split cursor setting. 
6676
6677 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
6678
6679         * gtk/gtkimmulticontext.c (activate_cb): Only activate
6680         when toggling on, not when toggling off... (#55906)
6681
6682 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
6683
6684         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
6685         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
6686         in docs. (#55812, Vitaly Tishkov)
6687
6688 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
6689
6690         * demos/gtk-demo/main.c (create_tree): Changed signal name from
6691         selection_changed to changed in signal connection to GtkTreeSelection,
6692         also used g_signal_connectc since GtkTreeSelection is now a GObject.
6693
6694 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
6695
6696         * gtk/gtktreeselection.c: Now it's a GObject instead of a
6697         GtkObject.  The GtkTreeSelection::selection_changed signal is now
6698         the GtkTreeSelection::changed signal.
6699
6700         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
6701         object.
6702
6703         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
6704         object.
6705
6706 2001-06-07  Havoc Pennington  <hp@redhat.com>
6707
6708         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
6709
6710 2001-06-07  Havoc Pennington  <hp@redhat.com>
6711         
6712         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
6713         (not tested yet because with absolute path to srcdir I can't build
6714         atk, but it was broken anyway so this may help) 
6715
6716 2001-06-07  Havoc Pennington  <hp@redhat.com>
6717
6718         * configure.in: output m4macros/Makefile
6719         
6720 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
6721
6722         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
6723         buttons.  Fixes #55460 reported by matthiasc@poet.de.
6724
6725 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
6726
6727         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
6728         expansion/collapsing so it only happens in one place.
6729         (gtk_tree_view_real_expand_row): ditto.
6730
6731 2001-06-07  Havoc Pennington  <hp@redhat.com>
6732
6733         * tests/Makefile.am: add missing -I flag
6734
6735         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
6736
6737         * configure.in: use pkg-config to see if GModule is
6738         supported; fix to properly turn on included loaders 
6739         when GModule isn't supported; don't use AC_CHECK_LIB 
6740         when libs are not installed yet
6741
6742         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
6743
6744         * Makefile.am (SUBDIRS): add m4macros subdir
6745
6746         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
6747         dependencies also.
6748
6749 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
6750
6751         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
6752         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
6753
6754 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
6755
6756         * gtk/gtktreeview.c
6757         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
6758         bindings to expand and collapse rows.
6759         (gtk_tree_view_real_select_cursor_parent): New key binding.
6760         (gtk_tree_view_real_toggle_cursor_row): New key binding.
6761
6762         * gtk/gtkmarshal.list: new
6763         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
6764
6765 2001-06-06  Havoc Pennington  <hp@redhat.com>
6766
6767         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
6768
6769         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
6770         Down to move visually rather than logically, since it confuses 
6771         people. Add -/+ and Ctrl--/+ bindings for logical movement.
6772
6773 2001-06-06  Alex Larsson  <alexl@redhat.com>
6774
6775         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
6776         Fix up error messages.
6777
6778 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
6779
6780         * gtk/gtktooltips.h: Include gtkwidget.h 
6781         (#55798, Karl Nelson)
6782
6783         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
6784         a valid latin-1 character. (Marc Lehmann, #35467)
6785
6786         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
6787         (Marc Lehmann, #35467)
6788         
6789 2001-06-05  Alex Larsson  <alexl@redhat.com>
6790
6791         * demos/gtk-demo/appwindow.c (do_appwindow):
6792         Don't swap the order of the args to gtk_widget_destroyed.
6793
6794         * tests/testgtk.c (destroy_properties):
6795         Don't crash when the properties window is destroyed.
6796
6797         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
6798         Use with_mnemonics to handle the case of stock items with
6799         underscores in them.
6800
6801 2001-06-05  Havoc Pennington  <hp@redhat.com>
6802
6803         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
6804         gtk_text_iter_reorder
6805
6806 2001-06-05  Havoc Pennington  <hp@redhat.com>
6807
6808         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
6809
6810 2001-06-05  Havoc Pennington  <hp@redhat.com>
6811
6812         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
6813         to the range that was set
6814
6815         * gtk/gtkrange.c: add value_changed signal, primarily 
6816         intended for use with GtkScale
6817         (gtk_range_set_increments): new function
6818         (gtk_range_set_range): new function with weird name
6819         (gtk_range_set_value): new function
6820         (gtk_range_get_value): new function
6821
6822         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
6823         from gtk_spin_button_get_value_as_float(). Compat #define
6824         added for get_value_as_float.
6825
6826         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
6827
6828         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
6829
6830 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
6831
6832         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
6833
6834 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
6835
6836         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
6837
6838         * tests/testgtk.c (create_tooltips): Remove usage of
6839         gtk_widget_set().
6840
6841 2001-06-05  Havoc Pennington  <hp@redhat.com>
6842
6843         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
6844
6845         Applying patch from Jeff Franks, with function docs added.
6846         
6847         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
6848         remove call to set_mnemonic_widget, change docs a bit.  
6849
6850         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
6851         new function
6852
6853         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
6854         new function
6855
6856         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
6857
6858         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
6859         function
6860         (gtk_radio_button_new_with_mnemonic_from_widget): new function
6861
6862         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
6863         new function
6864
6865         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
6866         function        
6867
6868         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
6869         auto-selection of mnemonic widget.
6870
6871 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
6872
6873         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
6874         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
6875         (gtk_tree_view_column_set_min_width): ditto.
6876
6877 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
6878
6879         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
6880         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
6881
6882 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
6883
6884         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
6885         gtk_clist_thaw().
6886
6887 2001-06-04  Havoc Pennington  <hp@pobox.com>
6888
6889         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
6890 r       eleases for buttons 6, 7
6891
6892 2001-06-04  Havoc Pennington  <hp@redhat.com>
6893
6894         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
6895         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
6896         #55562
6897
6898 2001-06-04  Havoc Pennington  <hp@redhat.com>
6899
6900         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
6901         where text_view->layout == NULL by assuming its size is 0, 
6902         i.e. same as if we haven't done any reflow. Reported by 
6903         Hidetoshi Tajima #55448 
6904
6905 2001-06-04  Havoc Pennington  <hp@redhat.com>
6906
6907         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
6908         and 7 for scroll left/right, from Thomas Broyer
6909
6910 2001-05-10  Havoc Pennington  <hp@redhat.com>
6911
6912         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
6913         we need to parse the xsetting as if it were an RC file string.
6914
6915         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
6916         value of palette from settings, not from static variable
6917
6918         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
6919         xsettings translation table
6920
6921         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
6922         hardcoding the toolbar style conflicts with new customizable 
6923         toolbar style philosophy
6924         (gtk_toolbar_class_init): add settings for default toolbar style;
6925         these are used unless the app specifically forces a toolbar style
6926
6927         * gtk/gtksettings.c (settings_install_property_parser): only
6928         return at the start if we warn and parser == NULL
6929
6930         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
6931         palette changed handler so we don't notify dead color selections
6932
6933         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
6934         xthickness/ythickness of 0 or 1 properly 
6935         (gtk_default_draw_resize_grip): clear the background behind the
6936         resize grips, and align to bottom right if we square the 
6937         area to be drawn.
6938
6939         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
6940         statusbar label to 1, so it doesn't make toplevels resize oddly
6941         (gtk_statusbar_size_request): add grip size to request
6942         (gtk_statusbar_size_allocate): hack so the hbox still works with 
6943         the grip size in the request
6944
6945         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
6946         bug where showing all on a toplevel makes the toolbar 
6947         button text appear despite the toolbar mode
6948
6949         * gtk/gtkmenubar.c: add internal padding style property
6950
6951         * gtk/gtktoolbar.c: Add internal padding style property; add
6952         shadow type style property
6953
6954         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
6955         state; and put Container::border_width outside the frame
6956
6957         * gtk/gtktextview.c: don't draw focus rectangle if we're in
6958         interior focus mode, we just use blinking cursor
6959
6960 2001-06-04  Havoc Pennington  <hp@redhat.com>
6961
6962         * configure.in: Make gdk-pixbuf have same version number as GTK
6963
6964 2001-06-04  Havoc Pennington  <hp@redhat.com>
6965
6966         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
6967         digits greater than 6. If there actually are limits (which there
6968         likely aren't), should clamp to them not warn.
6969         (gtk_spin_button_new_with_range): don't take log of 0
6970         (gtk_spin_button_size_request): use digits to compute size
6971         request, rather than step increment.
6972
6973         * tests/testgtk.c (create_spins): test larger values of digits
6974         
6975         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
6976         font on map not expose, so we don't get weirdness during scrolling
6977
6978 2001-06-04  Havoc Pennington  <hp@redhat.com>
6979
6980         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
6981         Sam Solon, bug #54577, update value even if not drawable.
6982
6983 2001-06-04  Havoc Pennington  <hp@redhat.com>
6984
6985         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
6986         SCROLL_LEFT, reported by Thomas Broyer.
6987
6988 2001-06-04  Havoc Pennington  <hp@redhat.com>
6989
6990         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
6991         Process updates immediately, to prevent funny lag effect
6992         when scrolling, at some mild potential efficiency cost.
6993
6994 2001-06-04  Havoc Pennington  <hp@redhat.com>
6995
6996         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
6997         slider on the click.
6998
6999 2001-06-03  Havoc Pennington  <hp@pobox.com>
7000
7001         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
7002         hscale/vscale details, so we can use it for scrollbar as well.
7003
7004         * tests/testgtk.c (reformat_value): honor digits from GtkScale
7005
7006         * gtk/gtkenums.h (GtkTroughType): Remove this enum
7007         (GtkScrollType): add START and END from GtkTroughType
7008
7009         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
7010         its x/y arguments
7011
7012         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
7013         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
7014         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
7015         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
7016         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
7017
7018         Notable changes in the process:
7019          
7020         - stepper_size style property is the height for vertical 
7021           ranges, width for horizontal; the other dimension matches
7022           the trough size
7023         - add ability to do NeXT-style steppers (and several other styles
7024           that don't make any sense)
7025         - added min_slider_length, fixed_slider_length properties to
7026           GtkScrollbar
7027         - cleaned some private (or at least useless) functions out of
7028           gtkscale.h    
7029         - moved bindings to GtkScale from subclasses, even arrow keys,
7030           since blind users don't know scale orientation.
7031         - change move_slider action signal to use new GtkScrollType,
7032           remove GtkTroughType argument
7033         - digits rounds the values a range will input to the given 
7034           number of decimals, but will not try to force adjustment 
7035           values set by other controllers. That is, we no longer
7036           modify adjustment->value inside a value_changed handler.
7037         - added getters for GtkScale setters
7038         - middle-click begins a slider drag
7039         
7040 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
7041
7042         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
7043         getting the focus code to work.
7044         (gtk_tree_view_class_init): Add a bunch of keybindings.
7045
7046         * gtk/gtktreeviewcolumn.c
7047         (gtk_tree_view_column_set_cell_data_func):
7048         s/GtkCellDataFunc/GtkTreeCellDataFunc.
7049         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
7050         of "properties_changed" to help justify the death of the latter
7051         signal. (-:
7052
7053         * tests/testtreefocus.c (main): Let some columns be focussable to
7054         test focus better.
7055
7056 2001-06-01  Havoc Pennington  <hp@redhat.com>
7057
7058         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
7059         
7060         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
7061         overwrite in overwrite mode if we already deleted the selection
7062         and replaced it with new text.  
7063
7064         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
7065         selection to an empty range, clear the clipboard if we owned it.
7066         (gtk_label_set_selectable): give up selection if we become
7067         unselectable.
7068         (gtk_label_state_changed): override state changed to unselect text
7069         when insensitive
7070         (get_text_callback): add paranoia check that indexes aren't
7071         outside of label->text
7072         (gtk_label_select_region): make -1 for start_offset mean "end of
7073         label," for consistency with GtkEditable
7074
7075         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
7076         GTK_DIALOG_NO_SEPARATOR flag
7077
7078 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
7079
7080         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
7081         notifications on non-existant "enable_arrow_keys".
7082         (#53753, Skip Montanaro)
7083
7084 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
7085
7086         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
7087         GDK_TYPE_RECTANGLE.
7088
7089         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
7090         of allocation argument be GDK_TYPE_RECTANGLE.
7091
7092 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
7093
7094         * gtk/gtkoptionmenu.c: Account for the fact that the border
7095         width is _outside_ the window. (Fixes #54585, bug found
7096         by Bastien Nocera.)
7097
7098 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
7099
7100         * gtk/gtksettings.c (gtk_settings_get_property): Validate
7101         value from GDK settings against parameter spec.
7102
7103         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
7104         to temporary values and use g_value_transform(), since
7105         thinking that GValue was going to be easy or efficient
7106         to use was, of course, a mistake.
7107
7108         * gtk/gtksettings.c: Add cursor blink setting.
7109         
7110         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
7111
7112         * gtk/gtkentry.c: Add cursor blinking.
7113
7114         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
7115         cursor blink global settings.
7116
7117         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
7118         for :text_position in places where it is missing.
7119
7120 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
7121
7122         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
7123
7124 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
7125
7126         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
7127         not pkg-config. (#51032)
7128
7129         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
7130         (fixes #51952, James Henstridge)
7131         
7132 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
7133
7134         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
7135         Rename to the more correct gtk-go-up.
7136
7137         * gtk/stock-icons/stock_menu_sort_ascending.png:
7138         Added new file.
7139         
7140         * gtk/stock-icons/stock_menu_sort_descending.png:
7141         Changed to show descending instead of ascending.
7142
7143         * gtk/gtkiconfactory.c:
7144         Added menu size icon to sort ascending.
7145
7146         * gtk/stock-icons/Makefile.am:
7147         Added stock_menu_sort_ascending.png.
7148         
7149         * gtk/gtkseparatormenuitem.c:
7150         Use correct typenames.
7151
7152 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
7153
7154         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
7155         gulong as in GSignal.
7156
7157 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
7158
7159         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
7160         instances of GtkCellRenderer in code (all but dnd icon code).
7161         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
7162         there, and I can do multiple Cells per column.
7163
7164         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
7165
7166         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
7167         when model was unreffed prior to removing the row reference.
7168
7169 2001-05-25  Havoc Pennington  <hp@redhat.com>
7170
7171         * gtk/gtkiconfactory.c: fix so that default icons are created if 
7172         you call gtk_stock_list_ids()
7173
7174         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
7175         in list
7176
7177 2001-05-25  Havoc Pennington  <hp@redhat.com>
7178
7179         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
7180         set can render without falling back to missing image icon
7181
7182         * gtk/gtktextview.c (gtk_text_view_size_request): request full
7183         size of text, instead of random values
7184
7185         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
7186         size of tree view, instead of random values
7187
7188         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
7189         image in an appropriate size
7190
7191         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
7192         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
7193
7194         Throughout: fix GTK_STOCK_BUTTON_ instances
7195         
7196         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
7197         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
7198         Add a bunch of new stock items/icons
7199
7200         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
7201         new function, convenience for inserting columns with a data func
7202
7203         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
7204         (_gtk_icon_factory_list_ids): use list of all factories to
7205         generate a list of all known IDs
7206
7207         * gtk/gtkstock.c (gtk_stock_list_ids): replace
7208         gtk_stock_list_items() with a function that returns all IDs known
7209         including those for GtkIconFactory.
7210
7211 2001-05-25  Hans Breuer  <hans@breuer.org>
7212
7213         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
7214         work -> check boxes and radio buttons are drawn now, even on win9x.
7215         Improved line settings a bit, still no clue how to get really dotted
7216         lines on win9x, on NT it's PS_ALTERNATE.
7217
7218         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
7219         GDK_HINT_MIN_SIZE as well
7220
7221         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
7222
7223         * gtk/gtk.def : updated
7224
7225         * gtk/gtktreeprivate.h : change column_drop_func to be a function
7226         pointer not a function pointer pointer
7227
7228         * tests/testdnd.c : include <stdlib.h> for putenv prototype
7229
7230         * tests/testsocket.c : made it compile on win32 again
7231
7232         * tests/makefile.msc : one more test-app uses prop-editor.obj
7233
7234 2001-05-22  Havoc Pennington  <hp@pobox.com>
7235
7236         * gtk/gtkbin.c (gtk_bin_get_child): New function
7237
7238 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
7239
7240         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
7241         to ignore when doing compose processing.
7242
7243 2001-05-22  Joe Shaw  <joe@ximian.com>
7244
7245         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
7246         Simplify as suggested by Havoc. Just get the last iter and work
7247         backward to the tag instead of getting a line and working back from
7248         there. Fixes passing in an invalid offset to
7249         iter_init_from_byte_offset().
7250
7251 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
7252
7253         * gtk/gtktreeview*.h: 
7254         * gtk/gtkcell*.h:
7255         * gtk/gtk*store.h:
7256         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
7257         macros to all objects.
7258
7259 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
7260
7261         * gtk/gtkcellrenderertext.c
7262         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
7263         with very large (TM) amounts of text.  May be moved to
7264         GtkCellRenderer in the future, though I'm not sure it wants to be
7265         this accessible.
7266
7267         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
7268         More sanity brought to this class.  I like it.
7269
7270         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
7271         case.  Kids, don't try this at home.
7272
7273         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
7274         convenience function.
7275
7276         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
7277
7278 2001-05-21  Alexander Larsson  <alexl@redhat.com>
7279
7280         * gtk/gtkfontsel.c:
7281         Added properties. Based on patch by Lee Mallabone.
7282
7283         * gtk/gtkruler.c:
7284         * gtk/gtkhruler.c:
7285         * gtk/gtkvruler.c:
7286         * gtk/gtktext.c:
7287         * gtk/gtktextview.c:
7288         Converted GtkArg to GParam. Based on patches by John Margaglione.
7289
7290         * tests/Makefile.am:
7291         * tests/testtext.c:
7292         Add a property editor to testtext.
7293         
7294 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
7295
7296         * gtk/gtk{h,v,}paned.c: Only show the separator if 
7297
7298         * configure.in: Fixed reversed conditional causing all image
7299         libraries to be linked in.
7300
7301 2001-05-21  Joe Shaw  <joe@ximian.com>
7302
7303         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
7304         that top_y needs to be >= 0.
7305
7306 2001-05-11  Havoc Pennington  <hp@pobox.com>
7307         
7308         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
7309         losing connection to the X server.
7310
7311 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
7312
7313         * configure.in: Start checks for X from pangox/pangoxft
7314         CFLAGS to avoid duplicate libraries.
7315
7316         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
7317
7318         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
7319         to include gobject.
7320         
7321 2001-05-18  Alexander Larsson  <alexl@redhat.com>
7322
7323         * gtk/gtkspinbutton.c:
7324         Convert GtkArgs to GParams. Based on patch by John Margaglione.
7325         Also do size request reasonable for MAXDOUBLE. Previously it printed
7326         the limits to a buffer and overran it. Instead do it using log10() and
7327         limit the width to 10 digits.
7328         
7329         * gtk/gtkwidget.c (gtk_widget_get_property):
7330         Correctly handle setting the parent property to NULL.
7331
7332 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
7333
7334         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
7335         style attributes even if the widget isn't realized.
7336
7337         * demos/gtk-demo/main.c: Use a slightly smaller font.
7338
7339 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
7340
7341         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
7342         This is something that only a widget writer would ever want
7343         to change.
7344
7345         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
7346         gtk_signal_emit_by_name().
7347
7348         * gtk/gtkviewport.c: Fix some warnings.
7349
7350         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
7351         allowing the requisitions of multiple widgets to be grouped
7352         together.
7353
7354         * tests/testgtk.c: Add GtkSizeGroup test
7355
7356         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
7357
7358         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
7359         warnings.
7360
7361         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
7362
7363 2001-04-28  Martin Baulig  <baulig@suse.de>
7364
7365         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
7366         to gtk_image_menu_item_set_icon() and made it work if there's already
7367         an image.
7368         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
7369         (gtk_image_menu_item_new_with_label): New function.
7370
7371 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
7372
7373         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
7374         highlighting code!!!!  The result is okay so long as you don't try
7375         to stress it.  It also highlights a bug in the TextView so it's in
7376         an unproportional font right now until it's fixed.
7377
7378         *demos/gtk-demo/*.c: Clean up code a bit to make it
7379         ugly-parser(TM) friendly. (-:
7380
7381 2001-05-17  Joe Shaw  <joe@ximian.com>
7382
7383         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
7384         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
7385         if it is only partially onscreen.
7386
7387 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
7388
7389         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
7390         not by characters.
7391
7392         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
7393         are not zero or one; that is, when graphemes of multiple characters
7394         are involved.
7395
7396         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
7397         FIXME.
7398
7399 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
7400         
7401         * gtk/gtkbbox.c:
7402         Add properties, based on patch by Lee Mallabone.
7403
7404         * gtk/gtknotebook.c:
7405         * gtk/gtktoolbar.c:
7406         Convert from GtkArg to GParam, based on patch by John Margaglione.
7407         
7408         * gtk/gtkhscale.c:
7409         * gtk/gtkvscale.c:
7410         * gtk/gtkhscrollbar.c:
7411         * gtk/gtkvscrollbar.c:
7412         * gtk/gtkrange.c:
7413         Move adjustment property to GtkRange.
7414
7415         * gtk/gtklabel.c:
7416         Setup mnemonics on property changes
7417
7418         * gtk/gtkwidget.c (gtk_widget_get_property):
7419         GdkExtensionMode is an enum, not a flag. Set it with
7420         g_value_set_enum ().
7421
7422         * tests/prop-editor.c:
7423         Better propery editor.
7424
7425         * tests/testgtk.c:
7426         Add new property test. Pass zero to the property editor to
7427         get properties from all derived types.
7428         
7429 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
7430
7431         * autogen.sh (have_automake): Require libtool-1.4,
7432         automake-1.4p1.
7433
7434         * acinclude.m4: Remove libtool macros.
7435
7436         * gdk-pixbuf/Makefile.am: Add dependencies to loade
7437         modules.
7438
7439         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
7440         for libgdk.
7441
7442         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
7443         libgdk.la for libgtk.
7444
7445         * modules/input/Makefile.am: Make modules have full
7446         dependencies.
7447
7448 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
7449
7450         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
7451         #54699 where paths weren't being checked for correctness.
7452
7453 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
7454
7455         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
7456         in any order you wan, whether or not the column is added to the
7457         tree, or the tree is realized.  Yay!
7458
7459         * gtk/gtktreeviewcolumn.c
7460         (gtk_tree_view_column_setup_sort_column_id_callback): handle
7461         sorting columns a lot saner
7462
7463         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
7464         new function to actually set wether or not a column is
7465         reorderable.
7466
7467         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
7468         if we have 'em.
7469
7470         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
7471         Fix nasty bug where we were showing the button just before
7472         realizing it.  As a result, the parent window was
7473         tree_view->window instead of tree_view->priv->header_window.
7474
7475         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
7476         to let you easily reorder a list or tree.
7477
7478 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
7479
7480         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
7481         from args to properties.
7482
7483 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
7484
7485         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
7486         from args to properties. (#51957)
7487
7488         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
7489         calls to after ->set_property call.
7490
7491 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
7492
7493         * tests/prop-editor.c: Block against redundant changes.
7494
7495         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
7496         properties.
7497
7498 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
7499
7500         * gdk/gdkpixmap.h: Remove creative formatting.
7501
7502 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
7503
7504         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
7505         property API. (#51669)
7506
7507         * gtk/gtkscale.c: Patch from John Margaglione converting to
7508         property API. (#51891)
7509
7510         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
7511         to property API. (#50985)
7512
7513 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
7514
7515         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
7516         buffering state across expose event, so we still call end_paint().
7517
7518 2001-05-11  Alexander Larsson  <alexl@redhat.com>
7519
7520         * gtk/gtkhsv.c (paint_triangle):
7521         Expose the ring in the triangle at the correct place when
7522         exposing just a part of the triangle.
7523
7524         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
7525         Return FALSE, or window focusing will not work.
7526
7527 2001-05-11  Havoc Pennington  <hp@pobox.com>
7528
7529         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
7530         #54144
7531
7532         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
7533         bug #54330
7534
7535 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
7536
7537         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
7538         propagate exposes to NULL child.
7539
7540         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
7541         against not having one of the scrollbars.
7542
7543         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
7544         we don't keep a mnemonic window if we have no mnemonic installed.
7545
7546 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
7547
7548         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
7549         it has the _important_ side effect of initializing a class.
7550
7551 2001-05-10  Alexander Larsson  <alexl@redhat.com>
7552
7553         * gdk/linux-fb/gdkprivate-fb.h:
7554         Make sure you can compile out the implementation/wrapper assert
7555         macros.
7556
7557         * gdk/linux-fb/gdkdrawable-fb2.c:
7558         Check implementation/wrappers, initialize type for pixmap dummys.
7559
7560         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
7561         Hide the cursor if reading from the screen.
7562
7563         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
7564         Fix sign bug in tiling code.
7565
7566         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
7567         Handle background pixmaps.
7568
7569 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
7570
7571         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
7572         function to let user control where columns are dragged.
7573
7574         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
7575         Escape is pressed.
7576
7577 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
7578
7579         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
7580         "columns_changed" signal.
7581         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
7582         motion code to draw arrows to the side if indicator is outside the
7583         widget.
7584         (gtk_tree_view_map_expanded_rows): Implement.
7585
7586 2001-05-07  Alexander Larsson  <alexl@redhat.com>
7587
7588         * demos/testpixbuf-save.c: 
7589         * demos/testpixbuf-drawable.c:
7590         Include gdkfb.h on linux-fb.
7591
7592 2001-05-07  Alexander Larsson  <alexl@redhat.com>
7593
7594         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
7595         New function for getting toplevel window at position.
7596         (gdk_drag_find_window): Use get_toplevel_window () instead
7597         of gdk_window_get_pointer(). (gdk_drag_status): Use
7598         correct context for getting window.
7599
7600         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
7601         g_strdup the atom name.
7602
7603         * gdk/linux-fb/gdkwindow-fb.c:
7604         Costmetic fix.
7605
7606         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
7607         Add code for changing cursor on linux-fb backend (same as
7608         win32).
7609
7610 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
7611
7612         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
7613         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
7614         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
7615         report was not for the development branch of GTK+, but it applies
7616         anyways).
7617
7618 2001-05-04  Havoc Pennington  <hp@redhat.com>
7619
7620         * configure.in: fix some shell typos
7621
7622         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
7623
7624         * gtk/gtkimage.c: handle animations
7625
7626         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
7627         border_width * 2, not just border_width
7628
7629         * gtk/gtkscale.c: add "format_value" signal to allow people
7630         to override the way values are drawn.
7631         (gtk_scale_get_value_size): fix width/height mistake,
7632         and compute size from actual displayed text, not 
7633         from made-up text.
7634
7635         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
7636         signal registration
7637
7638         * tests/testtext.c: Add "Remove all tags" menu item for testing
7639
7640         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
7641
7642         * demos/gtk-demo/main.c (main): add hack so we can find modules
7643         without installing gtk
7644
7645         * demos/gtk-demo/textview.c (insert_text): demo font scaling
7646
7647         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
7648         factor)
7649         (gtk_cell_renderer_text_set_property): remove some bogus
7650         g_object_notify
7651
7652         * gtk/gtktexttag.c: add "scale" property which is a font scaling
7653         factor
7654
7655         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
7656         to layout
7657
7658         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
7659         gtk_text_iter_is_first
7660
7661 2001-01-06  Hans Breuer  <hans@breuer.org>
7662
7663         * gdk/gdk.def : updated exports
7664
7665         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
7666         gdk won't compile anymore
7667  
7668         * gdk/win32/gdkevents-win32.c : initialize ret_val when
7669         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
7670         Improved gdk_flush () to not only do pending drawing operations
7671         but also process all currently pending events. This should make
7672         the behaviour more similar to the X11 version.  
7673
7674         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
7675         option needs to be set even if there is no GDK_GC_BACKGROUND.
7676         (gdk_win32_hdc_get) : use predraw_set_background () independent
7677         of value_mask. This allows to draw dashed lines leaving the original
7678         background intact.
7679
7680         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
7681         after processing, because we can't reuse it as the X11 version does.
7682
7683         * gtk/gtk.def : updated exports
7684
7685         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
7686         would like to get rid of this file again, and use straight
7687         makefile.msc again, as the other Gtk+ subdirs do)
7688
7689         * test/makefile.msc (new file) : build the test apps here
7690
7691 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
7692
7693         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
7694         strike-through setting
7695         (gdk_draw_layout_line_with_colors): Render strike-through
7696
7697 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
7698
7699         * Release 1.3.5
7700
7701         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
7702
7703         * NEWS: Updated
7704
7705         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
7706         Makefile breakage.
7707
7708 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
7709
7710         * demos/gtk-demo/images.c (progressive_timeout): Fix
7711         typo in filename.
7712
7713         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
7714         out FIXME warning; just too annoying.
7715
7716 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
7717
7718         * gdk/linux-fb/gdkcolor-fb.c:
7719         Better error messages.
7720
7721         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
7722         Initialize abs_x and abs_y.
7723         
7724         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
7725         Correct handling of stipple offset.
7726
7727         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
7728         Treat directcolor framebuffers as truecolor.
7729         
7730 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
7731
7732         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
7733         dependency on Atk for accessibility support.
7734
7735         * configure.in **/Makefile.am: Major reworking of substituted
7736         variables for CFLAGS/LIBS to make a lot more sane and 
7737         keep the the compile/link lines a bit shorter.
7738
7739         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
7740
7741 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
7742
7743         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
7744         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
7745         use _gtk_boolean_handled_accumulator.
7746
7747 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
7748
7749         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
7750         to fix things so clicking inside selection leaves cursor
7751         at point where clicked. (#50324)
7752
7753         * gtk/gtksettings.c (gtk_settings_class_init): Restore
7754         sane value for default double click time.
7755
7756         * tests/testtext.c (test_init): Really path to input modules.
7757
7758 2001-05-03  Sven Neumann  <sven@convergence.de>
7759
7760         * demos/testpixbuf-save.c: include target-specific headers as
7761         done in testpixbuf-drawable.c
7762
7763 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
7764
7765         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
7766         new_text_length appropriately when we run into the 
7767         size limit for the entry. (#53445, reported by Jeff Franks)
7768
7769         * tests/testgtk.c (create_entry): Remove most of the
7770         property toggle buttons. Replace with a "Props" button
7771         that brings up a property editor.
7772
7773         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
7774         Split the property editor code out for reuse, improve.
7775
7776 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
7777
7778         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
7779         trap errors around calls to XSetInputFocus since we have
7780         no way of knowing reliably whether we are viewable or
7781         not. (#53947)
7782
7783 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
7784
7785         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
7786         fix bug in dropping columns.  Moving columns now basically works
7787         modula some fine tuning.
7788
7789 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
7790
7791         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
7792         autoscroll support.  It mostly works, but could use some fine
7793         tuning.
7794         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
7795         Actually move the column.
7796
7797 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
7798
7799         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
7800           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
7801           New default theme! A slighly improved version of the 2.0 Raleigh
7802           theme, with Windows-esque focus/drawing default. 
7803           (GtkWidget::interior_focus defaults to TRUE.)
7804
7805         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
7806
7807 2001-04-30  Havoc Pennington  <hp@pobox.com>
7808
7809         * tests/testtext.c (line_numbers_expose): fix to work with
7810         gtk_paint_layout change
7811
7812 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
7813
7814         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
7815           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
7816           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
7817           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
7818
7819         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
7820           with GtkWidget::interior_focus = TRUE better.
7821
7822         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
7823         ::default_outside_border for more flexibility.
7824
7825         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
7826         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
7827         change that had to be made with g_object_get.
7828
7829 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
7830
7831         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
7832         (gtk_tree_view_move_column_after): Clean up interface. 
7833
7834 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
7835
7836         * gtk/gtkpacker.h:
7837         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
7838          to gtkenum.h.
7839
7840         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
7841         handled in switch).
7842
7843         * gtk/Makefile.am:
7844         (gtk.defs): generate enum portions with  glib-mkenums.
7845         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
7846         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
7847         
7848         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
7849         addition.
7850
7851         * docs/Changes-2.0.txt: keep a note on signal handlers now
7852         not getting emitted during the emission they were connected within.
7853
7854 2001-04-28  Havoc Pennington  <hp@pobox.com>
7855
7856         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
7857
7858 2001-04-24  Havoc Pennington  <hp@redhat.com>
7859
7860         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
7861         (gtk_text_layout_move_iter_to_next_line): fix these two for
7862         invisible text, lots of other stuff still hosed.
7863
7864         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
7865         new function, replaces the get/set palette stuff. This function 
7866         is intended for use by libgnomeui which should set the hook to a
7867         thing which sets the palette in GConf, and we need the
7868         GConf-to-xsettings proxy which will result in the change being
7869         propagated back to the GTK app.
7870
7871         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
7872         about unusable signals that it may be because the signal has 
7873         parameters.
7874
7875         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
7876         style, otherwise gtkrc.c won't know to create a new GtkStyle for
7877         it.
7878         (gtk_widget_modify_color_component): call
7879         gtk_widget_modify_style() so the rc style will get copied.
7880         (gtk_widget_modify_font): ditto
7881
7882         * gtk/gtkrc.c: make a couple variables static
7883
7884         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
7885         help button by default, since it does nothing
7886
7887         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
7888         around with UI
7889
7890         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
7891         so we can have tooltips
7892
7893         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
7894         can have tooltips
7895
7896         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
7897         GDK_ENABLE_BROKEN, because its memory behavior is completely
7898         hosed.
7899
7900         * gtk/gtknotebook.c: remove key press handler, replace with
7901         binding set, add numeric keypad support
7902
7903         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
7904
7905         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
7906
7907         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
7908         addition to plain Delete
7909
7910         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
7911         GDK_KP_Enter in addition to GDK_Return
7912
7913         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
7914         activate on entry instead of key press
7915         (gtk_font_selection_on_clist_key_press): get
7916         rid of this signal handler, not needed with new font sel.
7917
7918         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
7919         no-longer-needed emit_stop_by_name(), just return TRUE
7920
7921         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
7922         cruft, this widget is no longer focusable.
7923
7924         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
7925         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
7926         move_slider action signal, add binding set for vscale/hscale, in
7927         the process support numeric keypad
7928
7929         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
7930         make GDK_Return and GDK_KP_Enter activate the entry via 
7931         binding set, instead of hardcoded.
7932
7933 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
7934
7935         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
7936         code.  Some documentation added.
7937
7938 2001-04-27  Havoc Pennington  <hp@redhat.com>
7939
7940         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
7941
7942         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
7943
7944         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
7945         line/para separators
7946         (gtk_entry_create_layout): set single paragraph mode on the layout
7947
7948         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
7949         spacing between the image and label; instead, inside a button box 
7950         the button will get extra space that will go there, but if people 
7951         configure button box for 0 chubbiness, then there's no spacing.
7952
7953         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
7954         and min/max size style properties, so people can tune their
7955         chubbiness.
7956
7957         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
7958         functions
7959
7960         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
7961         space_style, and button_relief into style properties, remove
7962         functions for setting them
7963         
7964         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
7965         it back down
7966
7967         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
7968         types from gtk_widget_style_get
7969
7970         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
7971         with a style property.
7972
7973         * gdk/x11/gdkevents-x11.c: namespace the settings
7974
7975         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
7976
7977         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
7978         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
7979         be used. Also, translate doc strings for settings. Also, namespace
7980         the double-click-time property. Also, remove bell properties crap.
7981
7982 2001-04-27  Sven Neumann  <sven@gimp.org>
7983
7984         * Makefile.am: before creating links, check if pkg-config files
7985         exist for the default target. Otherwise link to the pkg-config files
7986         that got installed with this build.
7987
7988 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
7989
7990         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
7991         dragging code.  Revealed some (potential) GdkWindow bugs.
7992
7993         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
7994         _gdk_window_init_position to the end of reparent to fix the case
7995         of reparenting when new_x != old_x and new_y != old_y.
7996
7997 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
7998
7999         * gtk/gtkentry.c (strstr_len): Fix optimization that
8000         was correct for the use here, but completely incorrect
8001         in general.
8002
8003 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
8004
8005         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
8006         until patch adding gtk_window_set_size() is recommitted. 
8007
8008         * **Makefile.am configure.in gdk/x11/gdkim-11.c
8009           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
8010           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
8011           (#10784)
8012
8013 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
8014
8015         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
8016         window == NULL in a number of cases.
8017
8018         * tests/testdnd.c: Set module path for gdk-pixbuf.
8019
8020 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
8021
8022         * gtk/Makefile.am xembed.h: File containing #defines
8023         for XEMBED protocol.
8024
8025         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
8026
8027         - Change protocol from old plug/socket specific protocol
8028           to XEMBED draft
8029         - Various fixes to work with GTK+-2.0
8030
8031         Still quite a bit of work to do here to handle initiation
8032         from the socket side (as specified by XEMBED), to handle
8033         the more advanced features of XEMBED, and to figure out
8034         a good way to handle same-app embedding with less overhead
8035         than using full XEMBED.
8036
8037 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
8038
8039         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
8040         track of whether the toplevel has the focus; only send
8041         focus-in events to the focus widget when the window
8042         actually has the focus.
8043
8044 2001-04-25  Havoc Pennington  <hp@pobox.com>
8045
8046         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
8047         were still in the header
8048
8049 2001-04-24  Alexander Larsson  <alexl@redhat.com>
8050
8051         * gtk/gtkclist.[ch]:
8052         * gtk/gtkctree.c:
8053         When there is a row highlighted for D'n'D it must alse
8054         be painted hightlighted on exposes. Otherwise exposes from
8055         the icon being dragged will mess up the hightlight.
8056
8057         * gtk/gtkfontsel.c:
8058         Don't recenter selected font when exposing the font family
8059         clist. This means you can now actually scroll the font family
8060         list.
8061
8062         * gtk/gtknotebook.c:
8063         Fix focus movement on scrolling tabs that are placed on the left
8064         and right.
8065
8066 2001-04-21  Havoc Pennington  <hp@pobox.com>
8067
8068         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
8069         empty/invisible lines.
8070
8071         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
8072         (gtk_text_iter_set_visible_line_index): new functions to set
8073         indexes excluding invisible text
8074
8075         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
8076         index
8077
8078         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
8079         (gtk_text_iter_get_visible_line_offset): new functions to 
8080         get indexes excluding invisible text
8081
8082         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
8083         bunch of extra padding that served no purpose
8084
8085         * gtk/gtkdialog.c: Make all the spacings configurable via style
8086         properties, for chubbiness configuration in themes
8087
8088         * tests/testtext.c: fix path to the immodules.
8089         
8090 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
8091
8092         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
8093         got munched by #endif.
8094
8095         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
8096
8097         * gtk/gtktreeview.c: Refactored code to clean up a number of
8098         events.
8099
8100         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
8101         values to make consistent with other functions.  Spotted by Jeff
8102         Franks <jcf@tpg.com.au>.
8103
8104         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
8105         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
8106
8107 2001-04-23  Sven Neumann  <sven@gimp.org>
8108
8109         * gtk/Makefile.am
8110         * gtk/gtkplug.c
8111         * gtk/gtksocket.c: on request of Owen, reverted my last change 
8112         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
8113
8114 2001-04-23  Sven Neumann  <sven@gimp.org>
8115
8116         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
8117         compile for non-X11 targets again
8118
8119 2001-04-20  Alexander Larsson  <alexl@redhat.com>
8120
8121         * gtk/gtkcolorsel.[ch]:
8122         API Change. Take GdkColor arguments instead of gdouble *.
8123         Leave the old gtk_color_selection_set_color for compatibility,
8124         but marked deprecated.
8125         Do correct rounding when converting RGB <-> HSV.
8126         
8127         * gtk/gtkcolorseldialog.c:
8128         * tests/testgtk.c:
8129         Use new GtkColorSelection API.
8130
8131         * gtk/gtkhsv.c:
8132         Fix problem selecting colors in triangle when Hue is 330.
8133         Fix some black dots around the HSB triangle.
8134         
8135         * gtk/gtkfilesel.c:
8136         return FALSE from the focus_in_event handler to fix focus problems.
8137
8138 2001-04-18  Havoc Pennington  <hp@redhat.com>
8139
8140         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
8141         set, so keybindings are configurable    
8142         (gtk_window_activate_default): Change to activate the focus widget
8143         instead if there's a focus widget, to be consistent with the
8144         behavior that previously existed in key_press_event
8145
8146 2001-04-18  Havoc Pennington  <hp@redhat.com>
8147
8148         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
8149
8150 2001-04-18  Havoc Pennington  <hp@redhat.com>
8151
8152         Close bug #50615:
8153         
8154         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
8155         the layout
8156
8157         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
8158
8159         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
8160
8161         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
8162         
8163         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
8164         to blue for base, in addition to bg
8165         
8166 2001-04-18  Havoc Pennington  <hp@redhat.com>
8167
8168         * tests/testgtk.c (create_image): allow shrinking the image window
8169         to test that we clip to allocation.
8170
8171         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
8172         #9845
8173
8174         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
8175
8176 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
8177
8178         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
8179         mode on shm segments to 0600. We'll see who complains.
8180
8181         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
8182         _gdk_windowing_window_destroy() AFTER recursing through
8183         children.
8184
8185         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
8186         testsocket_child on X.
8187
8188         * tests/testsocket[_child].c: Fix uses of
8189         gtk_window_get_default_accel_group().
8190
8191         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
8192
8193         * gdk/gdkimage.c: (gdk_image_get):
8194         Deal with the possibility that XGetImage() might return NULL.
8195         Allocate the GdkImagePrivate structure only after XGetImage()
8196         succeeds in order not to dereference a NULL ximage pointer.  This
8197         prevents a core dump when XGetImage() fails - which is unlikely,
8198         but can happen due to race conditions accessing the geometries of
8199         drawables.  An x error will still be triggered, but the gdk image
8200         wrapper at least wont seg fault.
8201         
8202 2001-04-18  Havoc Pennington  <hp@redhat.com>
8203
8204         * gtk/gtkimage.c: fix to properly queue resizes when the image is
8205         set
8206
8207         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
8208         if the insertion point isn't editable
8209
8210         * demos/gtk-demo/images.c: Added a GtkImage demo
8211
8212         * demos/gtk-demo/drawingarea.c: drawing area demo
8213         
8214         * demos/gtk-demo/menus.c (create_menu): cleanups
8215
8216 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
8217
8218         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
8219           gdk/x11/gdkevents-x11.c: Introduce an extra child
8220         of toplevel windows that serves to hold the focus to
8221         avoid events being delivered to embedded windows.
8222
8223         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
8224         some extra variables to clean up code and reduce the
8225         number of casts.
8226
8227         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
8228         guint for 1 bit bit fields, not gboolean.
8229
8230 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
8231
8232         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
8233         not TRUE. (Fixes #52925)
8234
8235 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
8236
8237         * Released 1.3.4
8238
8239         * NEWS: Updated
8240
8241         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
8242         use GTK_TYPE_ENUM.
8243
8244 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
8245
8246         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
8247
8248         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
8249         names to compatibility #defines so docs work.
8250
8251         * gtk/gtkenums.h: Remove GtkMenuFactoryType
8252
8253         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
8254
8255         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
8256
8257         * tests/testgtkrc: No magenta cursors, please.
8258
8259         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
8260
8261         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
8262         
8263 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
8264
8265         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
8266         grabs, since they are no longer necessary.
8267
8268         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
8269         by signal_connect() and call gtk_button_pressed() rather
8270         than signal_connect_after().
8271
8272         * tests/testgtk.c: Restore radio menu items to combos 
8273         since they'll look OK with Raleigh, and it is easier
8274         than finishing the process of removing them that was
8275         started earlier.
8276
8277 2001-04-16  Hans Breuer  <hans@breuer.org>
8278
8279         * gdk/gdk.def :
8280         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
8281
8282         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
8283         we are interested in the functions return value not the function address
8284         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
8285
8286         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
8287
8288 2001-04-14  Hans Breuer  <hans@breuer.org>
8289
8290         * gdk/gdk.def :
8291         * gdk/makefile.msc : updated
8292
8293         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
8294         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
8295         (the testgtk::text backgound pixmap is drawn again)
8296         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
8297         Win32 Pango change
8298         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
8299
8300         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
8301         Not sure if the returned settings have the right unit, because I couldn't
8302         find any docs for the X version ...
8303
8304         * gtk/gtk.def :
8305         * gtk/makefile.msc.in : updated
8306
8307 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
8308
8309         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
8310         wording problems. (Compared to version from Johannes Stezenbach to
8311         check correctness.)
8312
8313 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
8314
8315         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
8316         this to compile.
8317
8318 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
8319
8320         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
8321         not pixbufpos.
8322
8323         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
8324
8325         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
8326         are unsigned insts, therefore use g_value_set_uint.
8327         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
8328
8329 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
8330
8331         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
8332
8333         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
8334         GTK_TYPE_STRING.
8335
8336         * gtk/gtktreeview.c: New functions to allow initial column
8337         dragging work.
8338
8339         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
8340
8341         * tests/testtreefocus.c: give dave some love.
8342
8343         * tests/testtreesort.c: Modify test to check really long samples.
8344
8345 2001-04-11  Alexander Larsson  <alexl@redhat.com>
8346
8347         * gtk-2.0.m4: Pass pkg-config options
8348         before the other args so it works even if
8349         POSIXLY_CORRECT is set.
8350
8351 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
8352
8353         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
8354         0, interface 0).
8355
8356 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
8357
8358         * gtk/gtkcalendar.c (gtk_calendar_button_press):
8359         check for action_func != NULL
8360
8361 2001-04-04  Sven Neumann  <sven@gimp.org>
8362
8363         * tests/testgtk.c (test_init): corrected path to gtk.immodules
8364
8365 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
8366
8367         * Released Gtk+-1.3.3.
8368
8369 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
8370
8371         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
8372
8373 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
8374
8375         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
8376         files to/from source dir. (if we don't stay in builddir, we
8377         can't reach make-inline-pixbuf.
8378
8379         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
8380         deps.
8381
8382         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
8383         ages 0).
8384
8385 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
8386
8387         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
8388         moved to the GtkTreeSortable interface.
8389
8390         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8391         Make more efficient (fixes #50262).
8392
8393 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
8394
8395         * NEWS: Updated.
8396
8397         * configure.in: Remove support for uninstalled glib.
8398
8399         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
8400         so as not to stop emission.
8401
8402         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
8403         is no longer supported.
8404
8405         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
8406         into tests, change build order to build modules before
8407         gtk/.
8408
8409         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
8410         to here.
8411
8412 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
8413
8414         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
8415         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
8416         GPatternSpec. this is actually unlikely to cause breakage in
8417         third-party apps since except for gle, pretty much ever caller
8418         passes NULL here.
8419
8420         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
8421
8422         * *.c: use g_pattern_*() API.
8423
8424         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
8425
8426         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
8427         directions aren't passed in.
8428
8429         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
8430         functionality to be usable from gtkstyle.c as well, give precedence
8431         for conversion to user-supplied parsers.
8432         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
8433
8434         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
8435         _gtk_settings_parse_convert() for rcporperty value conversion.
8436
8437 2001-04-03  Alexander Larsson  <alexl@redhat.com>
8438
8439         * gdk/linux-fb/gdkevents-fb.c:
8440         Add empty gdk_setting_get().
8441
8442 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
8443
8444         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
8445         variable names.
8446         
8447         * gtk/makeenums.pl: touch this so enum files get remade.
8448
8449 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
8450
8451         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
8452         work again when not sorted.
8453
8454         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
8455         and "expand_row" signal, closing bug 52578.
8456
8457         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
8458         support.
8459
8460         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
8461         support.
8462
8463 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
8464
8465         * gdk/gdkevents.h: Add GdkEventSetting event for notification
8466         of changes to system settings, gdk_setting_get() to retrieve
8467         a single system setting.
8468
8469         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
8470         to the draft XSETTINGS mechanism.
8471
8472         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
8473         XSETTINGS.
8474
8475         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
8476         of GDK settings changes to the GtkSettings object.
8477
8478         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
8479         double-click-timeout property to GDK.
8480
8481         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
8482         Define GDK boxed types here.
8483
8484         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
8485         gdk/gdkenumtypes.[ch] for enum definitions.
8486
8487         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
8488         * gtk/gtk-boxed.defs: Comment out GDK types
8489         * gtk/gtktypeutils.h: Remove GDK types
8490         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
8491
8492 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
8493
8494         * Applied patch from Ron Steinke to add signal accumulators
8495         so that signals with the convention 'TRUE return means
8496         handled' stop emission on a TRUE return.
8497
8498         * gtk/gtkmain.[ch]: Add private accumulator 
8499         _gtk_boolean_handled_accumulator, used throughout GTK+.
8500         
8501         * gtk/gtkspinbutton.c: Add accumulator for ::output.
8502
8503         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
8504         
8505         * gtk/gtkwidget.c: Add accumulators for event signals,
8506         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
8507         for ::mnemonic-activate.
8508
8509         * gtk/gtkwindow.c: Add accumulator for ::frame_event
8510
8511 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
8512
8513         * gtk/gtkwidget.c: Add missing include.
8514
8515 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
8516
8517         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
8518         marshaller.
8519
8520         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
8521         "changed" signal to "range_changed".
8522
8523         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
8524         removing a tree from one model would remove all trees from that
8525         model.
8526         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
8527         changed signal instead.
8528
8529 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
8530
8531         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
8532         chaining up to parent impl, since we have a INPUT_ONLY
8533         window.
8534
8535         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
8536         foreground color for the cursor.
8537
8538 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
8539
8540         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
8541         param spec when caching property values, since we unref it
8542         later when we free the style.
8543
8544         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
8545         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
8546
8547 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
8548
8549         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
8550         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
8551         stupidity.
8552
8553 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
8554
8555         [ First pass at adding style properties. Still needs some definite
8556         fine-tuning. ]
8557
8558         * gtk/gtkbutton.c: Add ::default_spacing style property.
8559          
8560         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
8561         ::indicator_spacing style properties.
8562
8563         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
8564         style properties.
8565
8566         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
8567         rather than a normal property.
8568
8569         * gtk/gtkwidget.c: Add an ::interior_focus style property to
8570         draw focus inside buttons, in the Windows/Java Metal/etc. style.
8571
8572         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
8573         Honor ::interior_focus.
8574         
8575         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
8576         TRUE.
8577
8578         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
8579         Add ::slider_width, ::trough_border, ::stepper_size,
8580         ::stepper_spacing style properties.
8581
8582         * gtk/gtkscale.[ch] Add ::slider-length style property.
8583
8584 2001-04-02 Alexander Larsson   <alexl@redhat.com>
8585
8586         * gdk/linux-fb/gdkwindow-fb.c:
8587         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
8588         warnings that were spewed on startup.
8589
8590         * gtk/gtkwindow-decorate.c:
8591         gtk_window_reposition -> _gtk_window_reposition
8592
8593 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
8594
8595         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
8596         Add boxed type for GtkRequistion. Use it for ::size-request.
8597
8598         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
8599         Add a new GtkBorder structure useful for geometry properties
8600         for widgets. Add corresponding GTK_TYPE_BORDER.
8601         
8602         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
8603         Support automatic parser selection like
8604         gtk_settings_install_property_parser().
8605
8606         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
8607         functionality for use by gtk_widget_class_install_style_property.
8608         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
8609
8610 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
8611
8612         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
8613         g_param_spec_unichar(). 
8614
8615 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
8616
8617         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
8618         _NET window managers.
8619
8620         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
8621
8622 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
8623
8624         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
8625         bad needs to be nuked, not just deprecated.
8626
8627         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
8628         gtk_widget_popup().
8629
8630         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
8631         
8632         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
8633         widget.
8634         
8635         * docs/Changes-2.0.txt: updates.
8636         
8637 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
8638
8639         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
8640         for (i = 0; i < 100; i ++)
8641           g_print ("I will confirm it compile before committing\n");
8642
8643 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
8644
8645         * gtk/gtktreestore.c: Initial work on implementing the
8646         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
8647
8648 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
8649
8650         * gtk/gtkwidget.c: fixed a bunch of notifications, added
8651         reference counts around emissions where the widget is used afterwards.
8652         added freeze/thaws around multiple properties being notified.
8653         (_gtk_widget_get_aux_info): cleanups.
8654         
8655         * gtk/gtksettings.c (gtk_settings_install_property): provide
8656         default parsing functions for gdkcolor, enums and flags.
8657
8658         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
8659         applied by owen.
8660         backed out gtk_window_get_location(), gtk_window_set_location(),
8661         gtk_window_get_size() and gtk_window_set_size(), these
8662         have to be sorted out wrg x/y/width/height/default_with/default_height
8663         properties.
8664         kept a flag in GtkWindowGeometryInfo to handle user
8665         resetting default sizes.
8666         cleaned up ZVT comments.
8667         bunch of assorted bug fixes, notification fixes.
8668         (_gtk_window_reposition): make this a really internal function.
8669         
8670         * gtk/testgtk.c: fixups.
8671         
8672 2001-03-31  Hans Breuer  <hans@breuer.org>
8673
8674         * config.h.win32.in : disable USE_MMX for msvc build cause
8675         the assembler doesn't fit and is out of my scope. Disable
8676         USE_GMODULE for msvc build as wel. The right way to share
8677         binaries on win32 would be to use libtiff.dll etc. To reduce
8678         installation hassles IMO it's better to include all fileformats
8679         builtin to gdk-pixbuf
8680
8681         * gdk-pixbuf/makefile.msc : new file
8682
8683         * gdk/gdk.def : updated
8684
8685         * gdk/win32/gdkevents-win32.c : don't erase the background if
8686         .no_bg is set. It improves the scrolling (e.g. of testgtk main
8687         buttons
8688         * gdk/win32/gdkgeometry-win32.c : added comment about the above
8689
8690         * gdk/win32/gdkwindow-win32.c : added three new functions like
8691         the X version. Only one is implemented, because the other two
8692         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
8693         be default behaviour on win32 anyway ...
8694
8695         * gtk/gtk.def : updated
8696
8697         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
8698         from where it was built and add an additional rule to automagically
8699         build gtkmarshal.[hc]
8700
8701         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
8702         before array access for the current entry isn't finished
8703
8704         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
8705         use g_return_val_if_fail
8706
8707         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
8708         for the static array, but let the compiler calculate it. It
8709         makes me wonder if gcc isn't capable to catch bugs like this ...
8710
8711 2001-03-31  James Henstridge  <james@daa.com.au>
8712
8713         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
8714         constant "-1" in the aux info structure.
8715
8716 2001-03-30  Alexander Larsson  <alexl@redhat.com>
8717
8718         * gtk/gtkbutton.c (gtk_button_get_property):
8719         * gtk/gtklabel.c:
8720         Remove leaks.
8721         
8722         * gtk/gtkcontainer.c:
8723         * gtk/gtkhscale.c:
8724         * gtk/gtkhscrollbar.c:
8725         * gtk/gtklayout.c:
8726         * gtk/gtkmisc.c:
8727         * gtk/gtkprogress.c:
8728         * gtk/gtkprogressbar.c:
8729         * gtk/gtkrange.c:
8730         * gtk/gtktable.c:
8731         * gtk/gtkviewport.c:
8732         * gtk/gtkvscale.c:
8733         * gtk/gtkvscrollbar.c:
8734         * gtk/gtkwidget.c:
8735         Property patches, based on patches from John Margaglione and Lee Mallabone.
8736
8737 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
8738
8739         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
8740         adjustment. Cleaned redundant preconditions (spin != NULL). Added
8741         inline API function docs.
8742         (gtk_spin_button_new_with_range): New convenience constructor.
8743         (gtk_spin_button_set_increments): New adjustment helper.
8744         (gtk_spin_button_set_range): New adjustment helper.
8745
8746         * gtk/testgtk.c : added test of the new convenince constructor and
8747         value_changed signals.
8748
8749 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
8750
8751         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
8752         listen to the reorder signal.
8753
8754 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
8755
8756         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
8757         to get the aux info structure fo the widget.
8758
8759         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
8760         above function.
8761
8762         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
8763
8764         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
8765         to get the size of the window manager frame, basically the same
8766         code that gdk_window_get_root_origin() had
8767         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
8768
8769         * gtk/gtkwindow.c (gtk_window_set_default_size): use
8770         gdk_window_resize() if the window is realized and resizeable
8771
8772         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
8773         typo so that setting gravity works
8774
8775         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
8776         allocation if auto_shrink is on, even if the default size
8777         has not changed.
8778
8779         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
8780         g_return_if_fail
8781
8782 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
8783
8784         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
8785         reordering/sorting work.  Now pretty much works.
8786
8787         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
8788         reorder mostly work.  Still need to get the parity correct.
8789
8790         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
8791         signal, so I can listen for the sort_column_changed signal so I
8792         can change my "sort_indicator" property.  Cool.
8793
8794 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
8795
8796         [ Patch from Havoc Pennington, hp@redhat.com ]
8797
8798         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
8799         Add functions gdk_window_begin_resize_drag/begin_move_drag
8800         to start resizing or moving a toplevel window. This
8801         is done either using the _NET_WM_MOVERESIZE protocol,
8802         or, if that isn't present, by emulation.
8803
8804         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
8805         to export the above to GTK+-land.
8806
8807         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
8808         
8809         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
8810         Move this function into gdkwindow, since we need it
8811         when implementing fallback resizing.
8812
8813         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
8814         Fix typo when setting gravity.
8815
8816         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
8817         Add an optional (but on by default) resize grip for resizing 
8818         the parent window.
8819
8820 01-03-29  Alexander Larsson  <alexl@redhat.com>
8821
8822         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
8823         Don't return TRUE from the event handler, that blocks all
8824         event signals on the tooltip widget. Now you can press buttons
8825         in toolbars again.
8826
8827 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
8828
8829         * gtk/testtext.c (create_buffer): Add missing NULL on
8830         valist.
8831
8832         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
8833         c-n-p problem with INCONSISTENT property.
8834
8835         [ Patch from Havoc Pennington  <hp@redhat.com> ]
8836
8837         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
8838         hook.
8839
8840         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
8841         signal as a hook for extending the default popup menu
8842
8843         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
8844         use radio menu items for the input method menuitems
8845
8846         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
8847         inserted unicode from Ctrl-Shift-hex input method
8848
8849         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
8850         validatation here, already done at GtkTextBuffer level.
8851
8852         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
8853         popup_menu run action signal and Shift+F10 and Menu keybindings.
8854
8855         * gtk/gtkentry.c: implement a default handler for popup_menu
8856
8857         * gtk/gtktextview.c: implement a default handler for popup_menu
8858
8859         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
8860         from a key event
8861         
8862         * gtk/gtklabel.c: remove "trailer" cruft
8863
8864 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
8865
8866         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
8867         handle reordering of trees.  Seems to mostly work w/ the exception
8868         of the parity flag.
8869
8870         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
8871         signal.
8872
8873 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
8874
8875         * gtk/gtkwidget.h: c++ fixes.
8876
8877 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
8878
8879         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
8880         memory.
8881
8882 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
8883
8884         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
8885         Nils Barth fixing event return values. (#51041)
8886
8887         * gtk/gtkwidget.c: Fix some return values for default
8888         functions.
8889
8890         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
8891         return values for trough_keys functions.
8892
8893         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
8894         value for add_accelerator (shoudl have been a void
8895         return.)
8896
8897         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
8898         Fix return type of EVENT.
8899
8900         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
8901         signal return a boolean.
8902
8903 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
8904
8905         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
8906         reordered signal.
8907
8908         * tests/testtreesort.c (main): fix spelling.
8909
8910 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
8911
8912         * gtk/gtkliststore.c: More work on implementing sortable
8913         interface.
8914
8915 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
8916
8917         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
8918         reference the widgets in the resulting list. (#11821)
8919         This makes this consistent with gtk_container_children.
8920
8921         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
8922         uses of gtk_window_list_toplevels.
8923
8924 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
8925
8926         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
8927         a virtual function to set whether the IM context should use 
8928         the preedit string. (#51922)
8929         
8930 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
8931
8932         * gdk/gdkpango.h: Remove stale FIXME comment.
8933
8934 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
8935
8936         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
8937         Fixed bug that returned NULL if a filename was selected.
8938
8939 2001-03-24  Havoc Pennington  <hp@pobox.com>
8940
8941         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
8942         to contain the word "theme"
8943
8944 2001-03-24  Havoc Pennington  <hp@pobox.com>
8945
8946         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
8947         slower but finer-grained
8948         (gtk_hsv_focus): get initial focus on the ring or triangle 
8949         according to tab direction
8950
8951         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
8952
8953 2001-03-23  Havoc Pennington  <hp@pobox.com>
8954
8955         * gtk/gtkhsv.c: make this somewhat key-navigable
8956
8957         * gtk/gtkfontsel.c: mnemonics
8958
8959         * gtk/gtkgamma.c: mnemonics
8960
8961         * gtk/gtkcolorsel.c: add mnemonics to labels
8962
8963 2001-03-22  Havoc Pennington  <hp@pobox.com>
8964
8965         Applied big patch from Seth Lytle to fix event handler return
8966         values, slightly modified.
8967
8968         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
8969         handled.
8970         (gtk_calendar_key_press): return TRUE for GDK_space triggers
8971         select_day
8972
8973         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
8974         (gtk_clist_button_release): return TRUE if handled
8975
8976         * gtk/gtkcolorsel.c (mouse_release):
8977         (palette_activate): 
8978         (palette_press): 
8979         (palette_new): 
8980         (mouse_press): 
8981         (get_screen_color): 
8982         fixed return type (void to gboolean), return TRUE,
8983         added GTK_SIGNAL_FUNC cast
8984
8985         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
8986         (void to gboolean), and return TRUE
8987         (gtk_combo_button_release): changed return value to TRUE after
8988         gtk_grab_add on combo->popwin
8989
8990         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
8991         collapse or expand
8992
8993         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
8994         button/motion
8995
8996         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
8997         press/release and motion that trigger act
8998
8999         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
9000
9001         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
9002         for GDK_Return
9003         
9004         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
9005         (gtk_list_button_release): return TRUE if selection
9006
9007         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
9008         press
9009
9010         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
9011         (gtk_menu_shell_button_release): chain parent_menu_shell retval
9012
9013         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
9014         nothing triggered
9015         (gtk_notebook_button_release): return TRUE if we do anything
9016
9017         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
9018         (gtk_spin_button_button_release): return TRUE or chained retval
9019
9020         * gtk/gtktext.c (gtk_text_button_press): 
9021         (gtk_text_button_release): return TRUE
9022         (gtk_text_key_press): remove redundant retval code
9023         
9024         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
9025         and sensitive
9026         (gtk_tree_item_subtree_button_click): changed type to gint, and return
9027         TRUE if sensitive
9028
9029         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
9030         return TRUE
9031
9032 2001-03-23  Havoc Pennington  <hp@redhat.com>
9033
9034         * gtk/testgtk.c: fix warnings
9035
9036         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
9037
9038         * gtk/gtktextview.c: fix warnings
9039
9040         * gtk/gtktext.c (find_cursor_at_line): fix warning
9041
9042         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
9043
9044         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
9045         of this function
9046
9047         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
9048         fix warning
9049
9050         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
9051
9052         * gtk/gtkfontsel.c: fix warning
9053
9054         * gtk/gtkcolorsel.c: fix warnings
9055
9056 2001-03-23  Havoc Pennington  <hp@redhat.com>
9057
9058         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
9059
9060         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
9061
9062         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
9063         and deprecated gtk_check_menu_item_set_show_toggle().
9064         
9065         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
9066
9067         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
9068
9069         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
9070
9071 2001-03-23  Havoc Pennington  <hp@redhat.com>
9072
9073         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
9074         some docs
9075
9076 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
9077
9078         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
9079         this.
9080
9081         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
9082         set_cell to set_value
9083
9084         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
9085         set_cell to set_value
9086
9087 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
9088
9089         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9090         fix braino.
9091         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
9092         support.
9093
9094         * gtk/gtktreeview.c: Addition of initial sortable support.
9095
9096         * gtk/gtktreestore.c: Addition of initial sortable support.
9097
9098         * gtk/gtkliststore.c: Addition of initial sortable support.
9099
9100         * gtk/gtkmarshal.list: yet another marshaller.
9101
9102         * gtk/gtktreedatallist.[ch]: shared code between the store models
9103         for handling sorting headers.
9104
9105 2001-03-22  Havoc Pennington  <hp@redhat.com>
9106
9107         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
9108         (gtk_container_unset_focus_chain): Add ability to override the 
9109         focus chain for a container explicitly
9110
9111 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
9112
9113         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
9114         added PROP_MNEMONIC_WIDGET.
9115
9116         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
9117         (gtk_window_remove_mnemonic): 
9118         (gtk_window_add_mnemonic): fixed assertions.
9119         (gtk_window_activate_mnemonic): constrain modifier checks to those
9120         permitted by gtk_accelerator_get_default_mod_mask().
9121         got rid of gtk_window_get_default_accel_group().
9122
9123         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
9124         activatable widgets either by focussing or a warning.
9125         added a signal accumulator to ::activate_mnemonic which stops the
9126         emission once a handler returned TRUE.
9127
9128 2001-03-22  Havoc Pennington  <hp@pobox.com>
9129
9130         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
9131         the stock item label
9132
9133         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
9134
9135         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
9136
9137         * demos/gtk-demo/*.c: Add mnemonics all over the place
9138
9139         * gtk/gtklabel.h: mark parse_uline deprecated
9140
9141 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9142
9143         * gtk/gtkitemfactory.[ch]:
9144         Add support for stock and normal imagemenuitems.
9145         
9146         * gtk/testgtk.c:
9147         Add some tests for mnemonics, stock toolbars, stock
9148         and image menuitems in itemfactory and gdk_window_scroll.
9149
9150 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9151
9152         * gtk/gtkbutton.[ch]:
9153         * gtk/gtkdialog.c:
9154         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
9155         removed accel_group argument. Renamed gtk_button_new_accel() to
9156         gtk_button_new_with_mnemonic() and removed accel_group argument.
9157
9158         * gtk/gtkcheckbutton.[ch]:
9159         New function gtk_check_button_new_with_mnemonic().
9160
9161         * gtk/gtkentry.c:
9162         Override activate_mnemonic and just grab focus.
9163
9164         * gtk/gtkitemfactory.c:
9165         Don't add menu uline accel group, instead use mnemonics support.
9166
9167         * gtk/gtklabel.[ch]:
9168         New support for mnemonics.
9169
9170         * gtk/gtkmarshal.list:
9171         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
9172
9173         * gtk/gtkmenu.[c]:
9174         * gtkmenushell.c:
9175         Use mnemonics instead of accel groups for uline
9176         support in menu items.
9177         Removed gtk_menu_get_uline_accel_group() and
9178         gtk_menu_ensure_uline_accel_group().
9179
9180         * gtk/gtkmenuitem.c:
9181         Override activate_mnemonic to handle switching between
9182         menu items if there are collisions.
9183         
9184         * gtk/gtknotebook.c:
9185         Connect to activate_mnemonic on the tab_label, so that
9186         activating it switches to that notebook page.
9187
9188         * gtk/gtkwidget.[ch]:
9189         Add activate_mnemonic signal. New function
9190         gtk_widget_activate_mnemonic() to emit it.
9191         Default implementation does activate/grab_focus.
9192
9193         * gtk/gtkwindow.[ch]:
9194         Add support for mnemonics in windows.
9195         New functions:
9196         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
9197         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
9198
9199         * gtk/testgtk.c:
9200         Update to function name changes.
9201         
9202 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9203
9204         * gtk/gtkimagemenuitem.[c]:
9205         Add gtk_image_menu_item_new_from_stock()
9206
9207 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
9208
9209         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9210         Fix buglet in meeting.
9211
9212 2001-03-19  Havoc Pennington  <hp@redhat.com>
9213
9214         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
9215         add a bunch of accessor functions. This is because we have
9216         reasonable expectations of extending what fields it contains in
9217         the future.
9218
9219         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
9220         changes
9221
9222         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
9223         GtkIconSource   
9224
9225 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
9226
9227         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
9228         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
9229
9230         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
9231           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
9232           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
9233           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
9234         Change float to double everywhere with the exception of 0<->1.0 alignment
9235         and GtkCurve.
9236
9237 2001-03-19  Tor Lillqvist  <tml@iki.fi>
9238
9239         * gdk/win32/gdkdrawable-win32.c
9240         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
9241         output.
9242
9243         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
9244         gdkwin32.h.
9245
9246 2001-03-18  Tor Lillqvist  <tml@iki.fi>
9247
9248         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
9249         print_event_state, print_event): Use preprocessor macro to make
9250         code more compact. Print also GDK_WINDOW_STATE events.
9251         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
9252         
9253         * gtk/gtk.def
9254         * gtk/makefile.mingw.in: Update.
9255
9256         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
9257         to catch also Cygwin.
9258
9259 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
9260
9261         * gtk/gtkspinbutton.[hc]: added rc-style argument
9262         GtkSpinButton::shadow_type.
9263         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
9264         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
9265         rc-style settings.
9266
9267         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
9268
9269         * gtk/gtkwidget.c: quark cleanups.
9270
9271         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
9272         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
9273         to create_rc_style() (we don't do cloning in standard OO sense).
9274         added per rc style properties.
9275         
9276         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
9277         property values and for caching those. some cleanups.
9278         
9279         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
9280         
9281         * gtk/gtksettings.[hc]: new file for global rc-file properties
9282         (at least currently, should get extended to support X properties
9283         and other communication mechanisms).
9284         
9285         * gtk/gtkwidget.[hc]: added style property support:
9286         (gtk_widget_class_install_style_property_parser): install style
9287         property pspec with parser function for rc-file values other
9288         than LONG, DOUBLE or STRING.
9289         (gtk_widget_class_install_style_property): same as above without
9290         parser (parsers are going to be needed quite infrequently).
9291         (gtk_widget_style_get_property): retrive style property value.
9292         (gtk_widget_style_get_valist): same as above with varargs support,
9293         has NOCOPY semantics.
9294         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
9295
9296 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
9297
9298         * demos/gtk-demo/main.c (row_activated_cb): modified to use
9299         "row_activated" signal.
9300
9301         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
9302         stupidity.  Lets actually pass in the row with this signal...
9303
9304 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
9305
9306         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
9307
9308         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
9309
9310         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
9311         everything into the ::destroy function, and freed a lot more.
9312
9313 2001-03-16  Havoc Pennington  <hp@redhat.com>
9314
9315         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
9316         instead of gint16, to avoid overflow issues, since sizes > 16-bit
9317         are now allowed.
9318
9319 2001-03-16  Havoc Pennington  <hp@redhat.com>
9320
9321         * Applied patch from Nils Barth (bug # 51041) to 
9322         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
9323         in various places.
9324
9325 2001-03-15  Havoc Pennington  <hp@redhat.com>
9326         
9327         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
9328         for properties to set on the tag.
9329
9330         * gtk/testtext.c: fixups to reflect create_tag change
9331         
9332         * gtk/gtktexttag.c (gtk_text_tag_set_property):
9333         background/foreground stipple are objects, not boxed.
9334
9335         * demos/gtk-demo/textview.c: intellihancing
9336
9337 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
9338
9339         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
9340         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
9341
9342 2001-03-16  Alexander Larsson  <alexl@redhat.com>
9343
9344         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
9345         Fix sign error with queued region translations.
9346
9347 2001-03-15  HideToshi Tajima  <tajima@happy>
9348
9349         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
9350         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
9351         * gtk/gtkentry.c (update_im_cursor_location): 
9352         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
9353         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
9354         set_cursor_pos to set_cursor_location in GtkInputContext class
9355
9356 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
9357
9358         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
9359         the location of the cell relative to its area.
9360         * gtk/gtkcell*: modified for above change
9361         * gtk/gtktreeview.c: modified for above change.
9362
9363 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
9364
9365         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
9366          (gtk_tree_view_finalize): actually unref the model.  Thanks to
9367         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
9368
9369 2001-03-14  Havoc Pennington  <hp@redhat.com>
9370
9371         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
9372         
9373         * gtk/gtk.h: remove gtkdata.h
9374
9375         * gtk/Makefile.am: remove gtkdata
9376         
9377         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
9378         not "disconnect" on the adjustments.
9379         
9380         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
9381         GtkData
9382
9383         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
9384         not GtkData
9385
9386         * configure.in: handle case where X render exists, but Pango lacks
9387         Xft support.
9388
9389 2001-03-15 Alexander Larsson  <alexl@redhat.com>
9390
9391         * gtk/gtktoolbar.[ch]:
9392         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
9393         to add stock items to toolbars.
9394
9395         * gtk/Makefile.am:
9396         Remove ../gdk/gdkim.h from gdk_headers.
9397
9398 2001-03-15  Sven Neumann  <sven@gimp.org>
9399
9400         * gdk/gdkim.h: removed
9401         
9402         * gdk/gdkprivate.h
9403         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
9404
9405 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
9406
9407         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
9408         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
9409         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
9410         set_cursor_pos() virtual method
9411
9412         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
9413         (gtk_im_context_xim_set_cursor_pos): add implementation for
9414         set_cursor_pos() method
9415
9416         * gtk/gtkentry.c (recompute_idle_func): set current cursor
9417         position to input methods
9418
9419 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
9420
9421         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
9422         code a lot.
9423
9424         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
9425         g_mem_chunk.
9426         (_gtk_tree_data_list_alloc): use g_mem_chunk.
9427         (_gtk_tree_data_list_node_to_value): Fix to switch on
9428         G_TYPE_FUNDAMENTAL.
9429         (_gtk_tree_data_list_value_to_node): Fix to switch on
9430         G_TYPE_FUNDAMENTAL.
9431         (_gtk_tree_data_list_node_copy): Fix to switch on
9432         G_TYPE_FUNDAMENTAL.
9433
9434 2001-03-12  Havoc Pennington  <hp@redhat.com>
9435
9436         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
9437         to convert to new property API. Also, change default_width and
9438         default_height get_property to return 0 as the flag value for
9439         "unset"; -1 is not a valid value for these fields.
9440
9441 2001-03-12  Havoc Pennington  <hp@redhat.com>
9442
9443         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
9444         enum with registration for icon sizes, instead of strings.
9445
9446         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
9447         gtkwidget.c: Fix to reflect GtkIconSize
9448         
9449 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9450
9451         Make GtkFB compile and link.
9452         
9453         * gdk/linux-fb/gdkdrawable-fb2.c:
9454         window->mapped to GDK_WINDOW_IS_MAPPED(). 
9455         
9456         * gdk/linux-fb/gdkwindow-fb.c:
9457         window->mapped to GDK_WINDOW_IS_MAPPED(). 
9458         Added gdk_window_shape_combine_region.
9459         Added assorted placeholders for unimplemented new GdkWindow API calls.
9460
9461 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9462
9463         * gtk/gtkfilesel.c:
9464         Add more test when converting filenames from/to utf-8.
9465         Don't allow entering text in the filename entry which isn't allowed in
9466         a filename. Just beep instead.
9467
9468 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9469
9470         * gtk/gtkclist.c:
9471         Scroll using gdk_window_scroll(). Don't wait for exposes.
9472         Move the column headers in an order that makes them flash less.
9473
9474 2001-03-10  Hans Breuer  <hans@breuer.org>
9475
9476         * gdk/gdk.def : updated
9477
9478         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
9479         to offseting the clip_mask at the right place
9480
9481         * gdk/win32/gdkwindow-win32.c : don't create background brushes
9482         for all the gdkClasses, especially not for the input_only case.
9483         Otherwise flickering wont be avoidable, because we don't get
9484         WM_ERASEBKGND message for these windows.
9485
9486         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
9487         and fixed massive redraw problems apparently triggered by Alexanders 
9488         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
9489         but it seems to work quite well :-)
9490
9491         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
9492         prototype
9493
9494 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
9495
9496         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
9497         (gtk_list_store_set_cell): Fix a stupid typo.
9498
9499 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
9500
9501         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
9502         select_all not work if you're in SINGLE mode (it doesn't make that
9503         much sense, anyway.)
9504
9505         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
9506         handle types more sanely.
9507         (_gtk_tree_data_list_value_to_node): handle types more sanely.
9508         (_gtk_tree_data_list_node_copy): handle types more sanely.
9509
9510         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
9511         GValue better. Converts the type as well.
9512
9513         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
9514         GValue better. Converts the type as well.
9515
9516 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
9517
9518         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
9519         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
9520         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
9521         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
9522
9523         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
9524         gdk_im/gdk_ic.
9525
9526 2001-03-09  Hans Breuer  <hans@breuer.org>
9527
9528         * gdk/gdk.def : updated
9529
9530         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
9531         for their palette
9532
9533         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
9534         removing
9535
9536         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
9537         removing and implemented Havoc's GdkWindow state functions; 
9538         stick/unstick only as no-op, cause I don't know how to emulate 
9539         on win32 ...
9540
9541         * gtk/gtk.def : updated
9542
9543         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
9544
9545         * gtk/gtktypeutils.c : #include <string.h>
9546
9547         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
9548
9549 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
9550
9551         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
9552         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
9553         not a boxed.
9554
9555 2001-03-09  Alexander Larsson  <alexl@redhat.com>
9556
9557         * docs/Changes-2.0.txt:
9558         Document expose event->region change and that gtk_widget_event
9559         doesn't allow passing expose events.
9560
9561         * gdk/gdkevents.h:
9562         Add region to expose event.
9563         
9564         * gdk/gdkevents.c:
9565         Handle event->region in gdk_event_copy() and gdk_event_free().
9566
9567         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
9568         Generate expose_event->region when creating expose events.
9569
9570         * gdk/x11/gdkevents-x11.c:
9571         Generate expose events with regions when translating X events.
9572
9573         * gtk/gtkcontainer.[ch]:
9574         Default expose handler that propagates expose events to NO_WINDOW
9575         children. New function gtk_container_propagate_expose()
9576
9577         * gtk/gtkwidget.[ch]:
9578         Moved gtk_widget_event implementation to gtk_widget_event_internal.
9579         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
9580         expose events. New function gtk_widget_send_expose() to send expose
9581         events. New function gtk_widget_region_intersect() to calculate
9582         window/region intersections.
9583         
9584         * gtk/gtkmain.c (gtk_main_do_event):
9585         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
9586         Use gtk_widget_send_expose() to send expose events.
9587         
9588         * gtk/gtkbin.c:
9589         * gtk/gtkbox.c:
9590         * gtk/gtkfixed.c:
9591         * gtk/gtkimagemenuitem.c:
9592         * gtk/gtklist.c:
9593         * gtk/gtkpacker.c:
9594         * gtk/gtktable.c:
9595         * gtk/gtktree.c:
9596         Remove expose handler, using the default container implementation
9597         instead.
9598         
9599         * gtk/gtkbutton.c:
9600         * gtk/gtkcheckbutton.c:
9601         * gtk/gtkeventbox.c:
9602         * gtk/gtkfixed.c:
9603         * gtk/gtkhandlebox.c:
9604         * gtk/gtklayout.c:
9605         * gtk/gtklistitem.c:
9606         * gtk/gtkmenu.c:
9607         * gtk/gtkmenubar.c:
9608         * gtk/gtkmenuitem.c:
9609         * gtk/gtknotebook.c:
9610         * gtk/gtkoptionmenu.c:
9611         * gtk/gtkpaned.c:
9612         * gtk/gtkscrolledwindow.c:
9613         * gtk/gtktogglebutton.c:
9614         * gtk/gtktoolbar.c:
9615         * gtk/gtktreeitem.c:
9616         * gtk/gtkviewport.c:
9617         Chain expose handler to parent class handler. Use
9618         gtk_container_propagate_expose() to propagate exposes.
9619
9620         * gtk/gtkclist.c (check_exposures):
9621         * gtk/gtktext.c (process_exposes):
9622         Use gtk_widget_send_expose instead of gtk_widget_event.
9623
9624 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
9625
9626         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
9627
9628 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
9629
9630         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
9631         unref the nodes.   Fixes bug #50058.
9632
9633         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
9634         "::ref_iter" to "::ref_node".
9635         (gtk_tree_model_unref_node): change "::unref_iter" to
9636         "::unref_node". Fixes bug #50064.
9637
9638 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
9639
9640         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
9641         support for invisible cells.
9642          (gtk_tree_view_bin_expose): ditto
9643
9644 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
9645
9646         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
9647         on gobjects.
9648
9649         * tests/testtreefocus.c (main): New test file.
9650
9651         * tests/testtreeview.c: update to latest glib changes.
9652
9653         * tests/testtreecolumns.c: update to latest glib changes.
9654
9655 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
9656
9657         * gtk/testgtk.c: re-enabled event watcher emission hooks.
9658
9659 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
9660
9661         * *.c: added accumulator data argument to g_signal_newc()
9662         functions.
9663
9664         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
9665         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
9666         * gtk/treestoretest.c (make_window):
9667         s/g_signal_connect/g_signal_connectc/.
9668
9669         * gtk/gtktextbuffer.c: completed signal arg fixups,
9670         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
9671
9672 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
9673
9674         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
9675         G_CONST_RETURN.
9676
9677         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
9678         ::hierarchy-changed signal when a widget changes
9679         from anchored to unanchored or vice versa.
9680         (anchored means 
9681          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
9682         Use a private flag to keep track of this efficiently.
9683
9684 2001-03-07  Havoc Pennington  <hp@redhat.com>
9685
9686         * gtk/testgtk.c (create_spins): uglify so that size request gets
9687         tested.
9688
9689         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
9690         request on values for upper/lower, completes #6152
9691
9692 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
9693
9694         * Makefile.am: Remove gtk-config-2.0 again.
9695         (Grrrr, pkg-config. And stops make loops.)
9696
9697 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
9698
9699         * gtk/gtksignal.[hc]: removed old emission hook API.
9700         
9701         * docs/Changes-2.0.txt: fixed sections.
9702         
9703         * gtk/gtktextbuffer.c: signal arg fixups.
9704
9705 2001-03-07  Havoc Pennington  <hp@redhat.com>
9706
9707         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
9708
9709         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
9710         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
9711         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
9712         validation and the redraw which is higher priority than the
9713         validation.
9714
9715 2001-03-07  Havoc Pennington  <hp@redhat.com>
9716
9717         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
9718         (gtk_entry_set_property): remove trailer
9719
9720         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
9721         (gtk_entry_get_width_chars): new functions, to set size request to 
9722         a given number of characters
9723
9724         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
9725
9726         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
9727         (gtk_dialog_get_has_separator): new function
9728         (run_delete_handler): fix to not emit "response" signal
9729         because we already did in the delete event handler installed
9730         at dialog creation time.
9731         
9732         * gtk/gtkdialog.h: add a has_separator property,
9733         add GTK_DIALOG_NO_SEPARATOR flag
9734
9735 2001-03-07  Havoc Pennington  <hp@redhat.com>
9736
9737         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
9738         off decorations for a window.
9739
9740         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
9741         changes
9742
9743         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
9744         to get location of PangoLayout inside the label, closes #51198
9745
9746         * gtk/testgtk.c (create_bbox): fix up button box usage
9747
9748         * gtk/testcalendar.c (create_calendar): fix up button box usage
9749
9750         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
9751
9752         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
9753
9754         * gtk/gtkhbbox.h: deprecations
9755
9756         * gtk/gtkvbbox.h: deprecations
9757
9758         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
9759         emulate deprecated gtk_button_box_get_spacing
9760
9761         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
9762         the "set global default" functions
9763         (struct _GtkButtonBox): remove "spacing" field, use the one from 
9764         GtkBox base class
9765
9766         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
9767
9768         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
9769         render the icon, return the missing image icon.
9770
9771         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
9772         image icon if the load fails.   
9773
9774         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
9775         when no image is found; should be the Netscape "missing image"
9776         icon eventually but for now is a random image
9777
9778         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
9779         role for the session manager
9780
9781         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
9782
9783         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
9784         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
9785
9786         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
9787
9788 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
9789
9790         * gtk/*.c: marshaller fixes.
9791         
9792         * gtk/gtkmarshal.list: extreme cleanup.
9793
9794         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
9795         param spec for now.
9796
9797         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
9798         where appliable.
9799
9800         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
9801         special cased autogenerated boxed types from gtktypebuiltins_ids.c
9802         which are not reference counted:
9803         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
9804         PangoFontDescription, GtkTreeIter and GtkTreePath.
9805
9806 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
9807
9808         * gtk/gtktreeselection.h: 
9809         * gtk/gtktreemodel.c:
9810         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
9811         file should be included directly, and gobject/gmarshal.h
9812         as well as gtk/gtkmarshal.h even can't be included directly.
9813
9814         * Makefile.am: grr, install gtk-config-2.0.
9815
9816         * gtk/testgtk.c:
9817         * gtk/simple.c:
9818         * gtk/gtkmenu.c:
9819         * gtk/gtkitemfactory.c: use g_object_connect() instead of
9820         passing "*signal*::*" args to gtk_widget_set().
9821         
9822         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
9823         
9824         * gtk/*.c: removed trailer arg from property setters and getters.
9825         macro fixups.
9826
9827 2001-03-07  Alexander Larsson  <alexl@redhat.com>
9828
9829         * gtk/gtklabel.c (set_markup): Removed warning
9830
9831 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
9832
9833         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
9834         field to allow you to hide cell renderers.
9835
9836         * gtk/gtkcellrenderer.c: Add support for invisible cells.
9837
9838         * gtk/gtktreeview.c: Add support for invisible cells.
9839
9840 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
9841
9842         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
9843         Add "clicked" signal back to columns.
9844
9845         * ChangeLog: remove conflict markers.
9846
9847 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
9848
9849         * gtk/gtkbutton.c: Add animation of activation by, on 
9850         activate, pressing the button, and adding a timeout that 
9851         releases the button after 250ms or on key release and
9852         emits ::clicked. (#51501)
9853
9854         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
9855         action area, we connect to ::clicked instead of ::activate
9856         so the dialog stays up through the animation.
9857
9858 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
9859
9860         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
9861         check the ignore_enter flag for the menu shell that
9862         the item is actually a child of, not for attached
9863         submenus. (#51536)
9864
9865 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
9866
9867         * gtk/gtkmain.c (gtk_propagate_event): Only do special
9868         special key-press grab handling for widgets within
9869         GtkWindows. Otherwise, fall through to normal case.
9870
9871         This prevents key events being sent twice to GtkInvisible
9872         widgets, which can cause all sorts of mischief.
9873
9874 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
9875
9876         * gtk/gtkmain.c (gtk_propagate_event): When a grab
9877         widget is in effect, give the grab widget a first
9878         crack at KEY_PRESS/RELEASE events. (#424)
9879
9880 2001-03-06  James Henstridge  <james@daa.com.au>
9881
9882         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
9883         offset for the window_state_event to point at window_state_event
9884         rather than no_expose_event.
9885
9886 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
9887
9888         * gtk/gtkimmodule.h: fix busted /* comment */
9889
9890 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
9891
9892         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
9893         object properties.
9894
9895 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
9896
9897         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
9898         add object properties.
9899
9900         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
9901         to add object properties.
9902
9903         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
9904         object properties.
9905
9906         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
9907         add object properties.
9908
9909         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
9910         object properties.
9911
9912 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
9913
9914         * gtk/gtktreemodel.c: renamed "child_toggled" to
9915         "has_child_toggled".
9916
9917         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
9918         handle new signal name.
9919
9920         * gtk/gtktreestore.c: Updated to handle new signal name.
9921         * gtk/gtklisttore.c: Updated to handle new signal name.
9922         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
9923
9924 2001-03-05  Alexander Larsson  <alexl@redhat.com>
9925
9926         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
9927         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
9928
9929 2001-03-05  Michael Natterer  <mitch@gimp.org>
9930
9931         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
9932         pixbuf-engine coincidentially also failed to make one of it's
9933         parent_class pointers static, causing overwriting of GtkLabel's
9934         parent_class pointer in pixbuf_style_class_init().
9935         (Will commit the fix to the pixbuf-engine too).
9936
9937 2001-03-05  Alexander Larsson  <alexl@redhat.com>
9938
9939         * gdk/gdkwindow.h:
9940         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
9941         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
9942         gdk_window_set_icon_list for net wmspec functionality.
9943
9944         * gdk/x11/gdkwindow-x11.c:
9945         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
9946         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
9947         gdk_window_set_icon_list.
9948         Added gdk_wmspec_change_state helper function and used it in the code.
9949         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
9950
9951         * gtk/gtkdialog.c (gtk_dialog_init):
9952         Set GDK_WINDOW_TYPE_HINT_DIALOG.
9953
9954         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
9955         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
9956
9957         * gtk/gtkwindow.c:
9958         new function gtk_window_set_type_hint.
9959         On realize, set type hint and modal hint.
9960
9961         * gtk/gtkwindow.h:
9962         Added type_hint field and gtk_window_set_type_hint.
9963
9964 2001-03-05  Alexander Larsson  <alexl@redhat.com>
9965
9966         * gtk/gtklabel.[ch]:
9967         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
9968         New function gtk_label_get_accel_keyval () to get the underline accelerator
9969         of the label. Setting the label pattern overrides other attributes.
9970
9971 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
9972
9973         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
9974         Added missing initializers to gtk_rc_style_init().
9975
9976 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
9977
9978         * gtk/gtktextview.c: fixed bug #51097 about setting 
9979         gtk_text_view_set_border_window_size() if the widget is 
9980         already realized.
9981
9982 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
9983
9984         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
9985
9986         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
9987         comment. Won't do to have duplicated doc comments between
9988         the platform subdirs.
9989
9990 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
9991
9992         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
9993           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
9994
9995         Detectable auto-repeat - make a repeating key generate
9996         press/press/press/release instead of press/release pairs.
9997
9998         If we have Xkb and XkbSetDectableAutoRepeat supports
9999         that, we do it that way. Otherwise, when we get
10000         a release event, we check ahead with XPending to see
10001         if the next key is a KeyPress with the same keycode
10002         and timestamp. (Not 100% reliable, but pretty close.)
10003           
10004 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
10005         
10006         * gtk/gtkmain.c (gtk_propagate_event): Only do special
10007         special key-press grab handling for widgets within
10008         GtkWindows. Otherwise, fall through to normal case.
10009  
10010         This prevents key events being sent twice to GtkInvisible
10011         widgets, which can cause all sorts of mischief.
10012  
10013 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
10014  
10015         * gtk/gtkmain.c (gtk_propagate_event): When a grab
10016         widget is in effect, give the grab widget a first
10017         crack at KEY_PRESS/RELEASE events. (#424)
10018  
10019 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
10020
10021         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
10022         to extend the selection. (Roughly based on patch
10023         from Jay Cox, #50939)
10024
10025         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
10026         to properly handle previous GDK_BUTTON_PRESS. 
10027         (Patch from Jay Cox, #50938)
10028
10029         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
10030         '\0' back along with the deleted text. (#51148)
10031
10032 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
10033
10034         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
10035         the group when extracting it from the X keyboard event.
10036
10037         * modules/input/Makefile.am modules/input/imipa.c: 
10038         Simple module for entering IPA. (Do we need a 
10039         gtk-stupid-input-tricks CVS module?)
10040
10041 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
10042
10043         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
10044         const.
10045
10046         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
10047
10048         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
10049         is no focus widget for the dialog currently, grab the focus as well
10050         as the default.
10051
10052         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
10053         the action area's children to iterate through, not the
10054         dialog's children.
10055
10056 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
10057
10058         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
10059         Add plug-socket tests. (Won't work worth a darn until I commit
10060         the rest of the plug-socket changes, but no reason these
10061         can't go into CVS now.)
10062
10063 2001-03-02  Havoc Pennington  <hp@redhat.com>
10064
10065         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
10066         _gdk_region_get_xrectangles()
10067
10068         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
10069
10070         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
10071
10072         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
10073         function, contributed by Ron Steinke    
10074
10075         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
10076         gdk_net_wm_supports
10077
10078         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
10079         New function, contributed by Ron Steinke
10080
10081         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
10082         used to line up the text in the entry when using the entry for
10083         editable sheet cell hacks
10084
10085         * gtk/testgtk.c (create_entry): test the activate_default setting
10086         on GtkEntry
10087
10088         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
10089         cause the entry to activate the default button for a dialog when 
10090         activated
10091         (gtk_entry_get_activates_default): new function
10092
10093 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
10094
10095         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
10096         Hwang to move call to sync_selection() up a few lines
10097         to before the row list is modified, to fix crash when
10098         removing rows in the undo_selection list.
10099
10100         (Test case provided by Daniel Elstner:
10101
10102         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
10103
10104 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
10105
10106         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
10107         of tree->root_tree in parent_set rather than _map(), 
10108         fixing #50892 in a bit better manner.
10109
10110 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
10111
10112         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
10113
10114 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
10115
10116         * gtk/gtkstyle.c : Remove duplicate fwd decl for
10117         gtk_default_draw_shadow.
10118
10119 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
10120
10121         * gdk/gdkimage.c (gdk_image_new): Remove excess 
10122         warning, make warnings more verbose, treat a error
10123         in shmat as permanent, and don't try again.
10124         (#51163, Ed Randall.)
10125
10126 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
10127
10128         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
10129         delay for the first click before starting to scroll.
10130         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
10131
10132         * gtk/gtktext.c: GtkText should have I-beam cursor. 
10133         (based on gtk-enf-990513-1.patch, Eric Fisher.)
10134
10135 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
10136
10137         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
10138         cleanup to remove some references to unused
10139         ->xoffset, ->yoffset.
10140
10141 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
10142
10143         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
10144         mask. (#51039, fix from Martin Maierhofer)
10145
10146 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
10147
10148         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
10149         for unshifted + and shifted = for non-us keyboards.
10150         Make <Control>+ and <Control>- work as well as 
10151         <Control>KP_Plus, <Control>KP_Minus for recursive
10152         open/close.  (#2682, René Seindal)
10153
10154 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
10155
10156         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
10157         the active menu item before deactivating the menu,
10158         so gtk_menu_popdown doesn't change the history. (#50964)
10159         
10160 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
10161
10162         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
10163         draw lines with text_gc rather than black_gc.
10164         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
10165
10166 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
10167
10168         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
10169         Move handling of buttons fully in gtktreeviewcolumn.  This code is
10170         less interrelated then it was, but it still requires the
10171         GtkTreeView to map it.
10172
10173         * test/testtreecolumn.c: Now I can add a column to one view,
10174         remove it, add it to the another view, remove it, then re-add it
10175         to the first.  Nifty.
10176
10177 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
10178
10179         * docs/tutorial/gtk-tut.sgml: Minor corrections
10180
10181 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
10182
10183         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
10184         GtkRowReference.
10185
10186 2001-02-28  Havoc Pennington  <hp@redhat.com>
10187
10188         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
10189         draw_default
10190         (gtk_widget_draw_focus): remove this function; we could instead
10191         make it just gtk_widget_draw(), but in most cases I think the
10192         result would be broken user code, so think it's better to have
10193         that code not compile and get fixed
10194         (gtk_widget_draw_default): ditto
10195
10196         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
10197         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
10198         
10199         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
10200         widgets lose/get the default, instead of calling draw_default
10201         
10202         * docs/Changes-2.0.txt: note about all this
10203
10204         Then fixed every widget in GTK, I won't list all the filenames.
10205
10206 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
10207
10208         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
10209         _gtk_tree_row_reference_deleted.
10210         (inserted_callback): Proxy out to
10211         _gtk_tree_row_reference_inserted.
10212         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
10213         get around signal emission ordering problem.
10214
10215         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
10216         fix to work with SINGLE 
10217         (_gtk_tree_selection_internal_select_node): Major sanitization on
10218         selections.  SINGLE now seems to work.
10219
10220         * tests/Makefile.am: add testtreecolumn.c:
10221
10222         * tests/testtreecolumn.c: New test.  Mostly points out selection
10223         bugs currently, but will test columns later.
10224
10225         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
10226         selection bug.  I hate touching this code -- it's scary.
10227
10228 2001-02-26  Havoc Pennington  <hp@redhat.com>
10229
10230         * gtk/testgtk.c: test the window state stuff
10231
10232         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
10233         window come to the user's attention as if it were just created
10234         (gtk_window_iconify): new function
10235         (gtk_window_deiconify): new function
10236         (gtk_window_stick): new function
10237         (gtk_window_unstick): new function
10238         (gtk_window_maximize): new function
10239         (gtk_window_unmaximize): new function
10240
10241         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
10242
10243         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
10244
10245         * gdk/x11/gdkevents-x11.c: create window state events when
10246         appropriate
10247         (gdk_wmspec_supported): new function
10248
10249         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
10250         iconification before showing the window
10251         (gdk_window_deiconify): new function
10252         (gdk_window_stick): new function
10253         (gdk_window_unstick): new function
10254         (gdk_window_maximize): new function
10255         (gdk_window_unmaximize): new function
10256
10257         * gdk/gdkwindow.c: store the window state in the window; 
10258         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
10259         window->mapped.
10260         (gdk_window_get_state): return the current window state
10261
10262         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
10263         (gdk_event_get_state): handle GDK_WINDOW_STATE
10264         (gdk_synthesize_window_state): function to create the window state
10265         events
10266
10267         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
10268         event, for changes to "window state" such as maximized, sticky, 
10269         etc.
10270         
10271         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
10272         focuses a window
10273
10274         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
10275         finds out if we support a given WM spec hint
10276
10277 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
10278
10279         * docs/faq/gtk-faq.sgml: New question re memory leaks.
10280
10281 2001-02-25  Hans Breuer  <hans@breuer.org>
10282
10283         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
10284         cause we want to loose those prototypes only in the latter case
10285
10286         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
10287         GdkPixmapImplWin32 because it itsn't derived from it. Use the
10288         impl member variable instead
10289
10290         * gtk/gtk.def : updated
10291
10292         * gtk/gtklist.c : 
10293         * gtk/gtkmenus.c : include <string.h> for memset ()
10294
10295         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
10296         for everthing built here, but for gtk-x.x.dll only. This solves
10297         problem of indifferent gtk type definitions
10298
10299 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
10300
10301         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
10302
10303 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
10304
10305         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
10306         column that is exposed.
10307
10308         (_gtk_tree_view_update_size): Changed name from set_size, and
10309         changed function to do more work, and not force people calling it
10310         to figure out the size.  Simplifies a lot of code elsewhere.
10311
10312 2001-02-23  Alexander Larsson  <alexl@redhat.com>
10313
10314         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
10315         return solid masks for xpms that have no transparent color.
10316         This makes the ..._create_from_xpm... API backwards
10317         compatible.
10318
10319 2001-02-23  Tor Lillqvist  <tml@iki.fi>
10320
10321         * README.win32: Update. Mention the gtk-1-3-win32-production
10322         branch.
10323
10324         * gdk/win32/bdfcursor.c: New file. A program that generates
10325         xcursors.h. Thanks to Stefan Ondrejicka.
10326
10327         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
10328         compact format.
10329
10330         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
10331
10332         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
10333         function, uses xcursors.h.
10334         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
10335         cursor from inline data instead of using LoadCursor() to generate
10336         it from a resource.
10337
10338         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
10339         event, must check the Windows message for mouse button state, as
10340         the GDK event state might not have been built if it is
10341         undelivered. Remove one goto.
10342
10343         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
10344         SetCursor() if the current cursor as returned by GetCursor() is
10345         the window's previous cursor. The ChildWindowFromPoint() test
10346         apparently didn't work correctly.
10347
10348         * gdk/win32/rc/*.cur: Remove.
10349
10350         * gdk/win32/rc/gdk.rc.in: Remove cursors.
10351
10352         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
10353
10354         * gtk/makefile.{mingw,msc}.in: Updates.
10355
10356 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
10357
10358         * gtk/gtktreemodel.h: add functions for signal emission.
10359
10360         * gtk/gtktreestore.c: move to use above functions instead of
10361         g_signal_emit.
10362
10363         * gtk/gtkliststore.c: ditto
10364
10365 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
10366
10367         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
10368         GObject instead of GtkObject.
10369
10370         * gtk/gtkliststore.c: ditto.
10371
10372         * gtk/gtktreemodelsort.c: ditto.
10373
10374         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
10375         GtkTreeModelIface, instead of in each model.
10376
10377 2001-02-21  Havoc Pennington  <hp@redhat.com>
10378
10379         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
10380         unbreak this function
10381
10382         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
10383         properties
10384
10385         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
10386         properties
10387
10388         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
10389         properties
10390
10391         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
10392         mean unset the max length
10393
10394 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
10395
10396         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
10397         Changed name to be set_cell_data_func to make it clear what
10398         the functino does.  Close bug #51069.
10399
10400 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
10401
10402         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
10403         have memory actually freed.  Keeps box running longer.
10404
10405 2001-02-21  Alexander Larsson  <alexl@redhat.com>
10406         
10407         * gtk/gtkseparatormenuitem.[ch]:
10408         Added new menu separator item. The drawing and size handling
10409         is still done in GtkMenuItem, but the API is a bit more sane.
10410         
10411         * gtk/Makefile.am:
10412         Add gtkseparatormenuitem.[ch].
10413
10414         * gtk/gtk.h:
10415         Add gtkseparatormenuitem.h.
10416         
10417         * gtk/gtkentry.c:
10418         * gtk/gtkmenufactory.c:
10419         * gtk/gtktextview.c:
10420         Use the new API for menu separators.
10421         
10422         * demos/gtk-demo/menus.c (create_menu):
10423         Add some GtkSeparatorMenuItem demo code.
10424
10425 2001-02-20  Havoc Pennington  <hp@redhat.com>
10426
10427         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
10428         Lee Mallabone
10429
10430         * gtk/gtkarrow.c: Convert to new property API, patch from 
10431         Lee Mallabone
10432
10433 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
10434
10435         * tests/testtreeview.c (toggled_callback): fix to reflect change
10436         in GtkTreeModelStore.
10437
10438 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
10439
10440         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
10441         function to create an icon set from a pixbuf.
10442
10443 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10444
10445         * gtk/gtkcellrenderertext.[ch]:
10446         Add a "markup" property.
10447
10448         * gtk/treestoretest.c:
10449         Use the markup property, remove some leftover stuff from
10450         GtkTreeModelMapping.
10451
10452 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10453
10454         * gtk/gtklabel.c (gtk_label_set_selectable):
10455         Queue a redraw if the selectable setting was changed.
10456
10457 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10458
10459         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
10460         Actually copy the whole gc, not just the public parts.
10461         
10462         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
10463         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
10464         labels.
10465
10466 2001-02-19  Havoc Pennington  <hp@pobox.com>
10467
10468         * gdk/gdkwindow.c: docs
10469
10470         * gdk/gdkrgb.c: docs
10471
10472         * gdk/gdkregion-generic.c: docs
10473
10474         * gdk/gdkgc.c (gdk_gc_set_values): docs
10475
10476         * gdk/gdkdraw.c: docs
10477
10478         * gdk/gdkdrawable.h: deprecate drawable get/set data
10479
10480 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
10481
10482         * demos/gtk-demo/dialog.c: Add simple new demo.
10483
10484 2001-02-19  Havoc Pennington  <hp@redhat.com>
10485
10486         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
10487         insert_child_anchor signal, bug #50245
10488
10489         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
10490         from create_child_anchor, so the anchor is passed in
10491
10492         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
10493         (_gtk_widget_segment_new): have the child anchor object passed in, 
10494         instead of creating it.
10495
10496         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
10497         to gtk_text_buffer_get_modified
10498
10499 2001-02-19  Havoc Pennington  <hp@redhat.com>
10500
10501         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
10502         changed GLib without fixing GTK
10503
10504         * gtk/gtkrange.h: Rename all the stupid implementation detail 
10505         functions to have an underscore in front. Most of them should 
10506         probably just go away, but for starters don't export them.
10507         Bug #50482
10508
10509 2001-02-19  Havoc Pennington  <hp@redhat.com>
10510
10511         * gdk/gdkcolor.h: test was backward, so deprecated functions were
10512         excluded by default
10513
10514         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
10515         clean up the old code a bit
10516
10517         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
10518         inconsistent state
10519
10520         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
10521         draw inconsistent state
10522
10523         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
10524         (create_menu): add inconsistent test
10525
10526         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
10527         new function
10528         (gtk_check_menu_item_get_inconsistent): new function
10529         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
10530         state (using etched in for now)
10531
10532         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
10533         draw inconsistent state
10534
10535         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
10536         function, used when the user has selected a range of stuff in
10537         different states
10538         (gtk_toggle_button_get_inconsistent): accessor for that
10539         (gtk_toggle_button_paint): draw inconsistent state (etched in?
10540         don't know what else to do)
10541
10542 2001-02-19  Hans Breuer <hans@breuer.org>
10543
10544         * gtk/gtk.def : updated exported symbols
10545
10546         * gtk/makefile.msc.in : updated
10547
10548         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
10549         a colormap, when invoked from testgtk::entry. I'm not sure where
10550         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
10551         avoids immediate crashing ...
10552
10553         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
10554         any objections ?
10555
10556         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
10557         0 parameter. At least msvc doesn't like macros with var args. 
10558         I simply removed the extra 0, was it a feature or a typo ?
10559
10560         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
10561         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
10562         because the value assignment to the internal struct wasn't working.
10563         I'm not absolutely sure. The problem could have been resolved by
10564         changing the "func" declartion in the struct, but was the pointer
10565         to the function pointer intended ?
10566
10567         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
10568
10569         * gdk/gdk.def : updated exported symbols
10570
10571         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
10572         only use SetDIBitsToDevice if there is a palette at the drawable
10573         and the image is GDK_VISUAL_PSEUDO_COLOR
10574
10575         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
10576
10577         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
10578
10579         * gdk/*/makefile.msc : updated
10580
10581 2001-02-19  Havoc Pennington  <hp@redhat.com>
10582
10583         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
10584         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
10585
10586         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
10587         (gdk_key_repeat_restore): nuke
10588
10589         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
10590         (gdk_init_check): no atexit func
10591
10592         * gdk/gdkrgb.h: mark some stuff deprecated
10593
10594         * gdk/gdkcolor.h: mark some stuff deprecated
10595         
10596         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
10597
10598         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
10599
10600 2001-02-16  Havoc Pennington  <hp@redhat.com>
10601
10602         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
10603         scroll steps.
10604
10605         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
10606         steps, and add Ctrl-arrow shortcuts for paging visually as with
10607         HScale, since Page Up and Page Down move logically.
10608
10609         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
10610         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
10611         
10612         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
10613         steps
10614         (gtk_range_scroll): handle the visual steps
10615
10616         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
10617         scroll steps
10618
10619         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
10620         steps, not the logical ones.
10621
10622         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
10623         (scroll_vertical): handle up/down steps
10624
10625 2001-02-19 Alexander Larsson  <alexl@redhat.com>
10626
10627         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
10628         Copy data and free data with free().
10629
10630         * gdk-pixbuf/gdk-pixbuf.c:
10631         * gdk-pixbuf/io-jpeg.c:
10632         * gdk-pixbuf/io-png.c:
10633         Use g_try_malloc/g_free instead malloc/free.
10634         
10635         * gdk-pixbuf/test-gdk-pixbuf.c:
10636         Must... initialize... gobject...
10637         
10638         * gdk-pixbuf/pixops/timescale.c:
10639         * gtk/gtkcalendar.c:
10640         Use g_malloc instead of malloc.
10641         
10642 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
10643
10644         * gtk/testgtkrc:
10645         Comment out property assignments, these don't work yet.
10646
10647 2001-02-17  Havoc Pennington  <hp@pobox.com>
10648
10649         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
10650         bit.
10651
10652 2001-02-17  Havoc Pennington  <hp@pobox.com>
10653
10654         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
10655         shadowed variables that had broken size request in some cases,
10656         leading to bogus tooltips (#50996)
10657
10658 2001-02-06  Jon K Hellan  <hellan@acm.org>
10659
10660         Implement fast browsing of tooltips, bug #50619
10661         
10662         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
10663         and last_popdown
10664         
10665         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
10666         use_sticky_delay and last_popdown.
10667         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
10668         time of popdown.
10669         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
10670         is NULL.
10671         (gtk_tooltips_recently_shown): New static function.  Return true
10672         if < sticky_delay has elapsed since last popdown.
10673         (gtk_tooltips_event_handler): Display window after sticky_delay
10674         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
10675         since last popdown.
10676         
10677 2001-02-17  Havoc Pennington  <hp@pobox.com>
10678
10679         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
10680         instead of (). #6394
10681
10682         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
10683         G_CONST_RETURN, make it return by reference, #50473
10684         
10685 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
10686
10687         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
10688         generated ENTER_NOTIFY event with 0, otherwise not explicitely
10689         setup fields contain garbage (e.g. subwindow, breaking
10690         gdk_drawable_ref() upon event copy).
10691         (gtk_menu_stop_navigating_submenu_cb): same here.
10692
10693         * gtk/gtklist.c (gtk_list_vertical_timeout): 
10694         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
10695         * gtk/gtkclist.c (vertical_timeout): 
10696         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
10697         default-zero-intialization for unions to memset(,0,), as unions are
10698         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
10699         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
10700
10701         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
10702         g_closure_sink() warning.
10703
10704         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
10705         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
10706         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
10707         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
10708         
10709 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
10710
10711         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
10712         gtk_*_store_get, and moved to GtkTreeModel.
10713
10714         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
10715
10716         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
10717
10718         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
10719
10720         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
10721         set the func.
10722
10723         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
10724         freeze/thaw notify between setting all the properties for a cell.
10725
10726         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
10727
10728 2001-02-15  Havoc Pennington  <hp@redhat.com>
10729
10730         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
10731         the X coordinates so they're with respect to the line, rather than 
10732         with respect to the layout.
10733
10734         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
10735         Mallabone
10736
10737         * gtk/testgtk.c (create_range_controls): add vscale tests, 
10738         and inverted test
10739
10740         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
10741         #50806
10742
10743         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
10744
10745         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
10746         gtk_text_iter_is_end
10747
10748         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
10749         rename gtk_text_buffer_get_end_iter
10750
10751         * gtk/testgtk.c (create_labels): Add test for selectable
10752
10753         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
10754         the selection stuff. This code is kind of broken since it doesn't 
10755         use the theme engine.
10756
10757         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
10758         fix infinite loop and y offset problem
10759         (gdk_draw_layout_line_with_colors): fix foreground color handling
10760
10761         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
10762         that makes the label selectable.
10763         
10764         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
10765         layout when the style is set, since fonts etc. could have changed.      
10766
10767 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
10768
10769         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
10770
10771         * gtk/gtktreemodelsimple.[ch]: removed.
10772
10773 2001-02-16  Alexander Larsson  <alexl@redhat.com>
10774
10775         * gtk/gtktreemodelmapping.[ch]:
10776         New files. Implement GtkTreeModelMapping.
10777         
10778         * gtk/Makefile.am:
10779         Add gtktreemodelmapping.[ch].
10780         
10781         * gtk/gtk.h:
10782         Add gtktreemodelmapping.h
10783
10784         * gtk/treestoretest.c:
10785         Test the GtkTreeModelMapping
10786
10787 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
10788
10789         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
10790         have a demo, we might as well pass in real values.  Thanks to
10791         clahey for pointing this out.
10792
10793 2001-02-14  Havoc Pennington  <hp@pobox.com>
10794
10795         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
10796         "static" to a private function
10797         (gtk_image_menu_item_class_init): remove destroy handler,
10798         add "image" object property
10799
10800 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
10801
10802         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
10803         Add a shortcut if the window and the current clip_region doesn't
10804         overlap. This is needed when there are a lot of windows in a
10805         window. The layout test in testgtk is a good test.
10806
10807         * gdk/linux-fb/gdkwindow-fb.c:
10808         Whitespace fix.
10809
10810 2001-02-13  Sven Neumann  <sven@convergence.de>
10811
10812         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
10813
10814 2001-02-13  Alexander Larsson  <alexl@redhat.com>
10815
10816         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
10817         Don't reference last_cursor if it is null. Fixes crash when rotating
10818         the screen before having moved the mouse.
10819
10820         * gdk/linux-fb/gdkcc-fb.c: Zapp!
10821
10822         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
10823
10824         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
10825         when using 90 or 270 degrees rotation.
10826
10827 2001-02-12  Havoc Pennington  <hp@pobox.com>
10828
10829         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
10830         it always set the foreground, even if we were only using
10831         a stipple.
10832         (gdk_draw_layout_line_with_colors): new function, allow
10833         override colors
10834         (gdk_draw_layout_with_colors): new function, allow override
10835         colors
10836         (gdk_pango_layout_line_get_clip_region): function to get the clip
10837         region for a logical text range
10838         (gdk_pango_layout_get_clip_region): get the clip region for a
10839         logical text range
10840
10841         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
10842         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
10843         the right number of arguments.
10844
10845         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
10846         enhance the function to check that node data corresponds to a 
10847         view still belonging to the tree.
10848
10849         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
10850         GtkTreePath
10851         (gtk_tree_view_inserted): ditto
10852         (gtk_tree_view_child_toggled): ditto
10853
10854         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
10855         simplify this code.
10856
10857         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
10858         a PangoAttrList
10859
10860         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
10861
10862         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
10863
10864         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
10865         size in the size request 
10866         (gtk_menu_bar_size_allocate): consider toggle size here
10867
10868         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
10869         that displays a widget in the toggle slot
10870
10871         * gtk/testgtk.c: test GtkImageMenuItem
10872
10873         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
10874         
10875         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
10876         request and allocation
10877
10878         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
10879
10880         * gtk/gtkcheckmenuitem.c
10881         (gtk_check_menu_item_toggle_size_request): ditto
10882         
10883 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
10884
10885         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
10886         reference.
10887
10888         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
10889         and refuse to initialize GTK+ if they fail.
10890
10891 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
10892
10893         * configure.in: Add check for gtk-doc version.
10894
10895 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
10896
10897         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
10898         where the xpad/ypad was only being used on one side!
10899
10900 2001-02-11  Tor Lillqvist  <tml@iki.fi>
10901
10902         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
10903         function, copied from X11 version.
10904
10905         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
10906         DestroyCursor failures. The reason for the problem (despite the
10907         inconsistent messages from GetLastError()) was that
10908         DestroyCursor() cannot be called while a cursor is set in a
10909         window. Set the new cursor first and then destroy the old one.
10910         Thanks to jpe@archaeopteryx.com.
10911
10912         * gdk/win32/gdkcc-win32.c: Remove.
10913
10914         * gdk/win32/Makefile.am: Remove from here, too.
10915         
10916         * gdk/gdk.def
10917         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
10918
10919         * gtk/gtk.def
10920         * gtk/makefile.mingw.in: Updates.
10921
10922 2001-02-08  Havoc Pennington  <hp@redhat.com>
10923
10924         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
10925         add a widget to a bin that already has a child.
10926
10927         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
10928
10929         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
10930         
10931         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
10932
10933         * gdk/gdk.h: remove gdkcc.h
10934
10935         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
10936
10937         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
10938         GdkPixbuf, since the previous implementation was GdkColorContext
10939         dependent.
10940
10941         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
10942         
10943 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
10944
10945         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
10946         a sane value!
10947
10948 2001-02-08  Havoc Pennington  <hp@redhat.com>
10949
10950         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
10951         lighten them.
10952
10953 2001-02-08  Havoc Pennington  <hp@redhat.com>
10954
10955         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
10956         validation idle
10957
10958         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
10959         cell renderer
10960
10961         * demos/pixbuf-demo.c (timeout): remove deprecated
10962         gtk_widget_draw
10963
10964         * demos/testpixbuf-save.c (main): remove deprecated
10965         gtk_drawing_area_size
10966
10967         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
10968         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
10969         at the start of the allocation.
10970         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
10971         unsetup or NULL model.
10972
10973         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
10974         even/odd/sorted cells in the tree view.
10975
10976         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
10977         bugfixes
10978
10979         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
10980         backgrounds with draw_flat_box using different detail for even/odd
10981         rows.
10982
10983         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
10984         row, so we can draw the alternating colors thing
10985
10986         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
10987         property from a synonym property, notify for the synonym.
10988         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
10989         (gtk_text_tag_get_property): Always return the font, even if
10990         all its fields aren't set
10991
10992         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
10993         store the attr list; it leaves us with no way to change attributes
10994         in _render according to the render flags, and no way to implement
10995         get_property. Instead store all the specific text attributes. 
10996         Separate whether an attribute is enabled from its value. Sync all
10997         properties with GtkTextTag, make them all consistent, etc.
10998
10999         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
11000         renderers can highlight the sort row/column     
11001
11002         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
11003         accessor functions to get values; this has the side effect of
11004         showing up which accessor functions were missing. Added those.
11005
11006         * gtk/gtktreeviewcolumn.h: Replace set_justification with
11007         set_alignment, to be consistent with GtkLabel, GtkMisc
11008
11009         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
11010         arrow.
11011
11012         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
11013
11014         * gtk/gtktreesortable.h: updates in here
11015
11016 2001-02-07  Sven Neumann  <sven@convergence.de>
11017
11018         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
11019         pango dimensions after painting the background. We used to draw
11020         gigantic flat boxes here.
11021
11022 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
11023
11024         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
11025         error introduced with earlier commit) (pointed out by
11026         Ollie Lho)
11027
11028 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
11029
11030         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
11031         which are no longer necessary.
11032
11033 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
11034
11035         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
11036
11037 2001-02-04  Tor Lillqvist  <tml@iki.fi>
11038
11039         * gdk/gdk.def
11040         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
11041         Provide dummy implementations.
11042
11043 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
11044
11045         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
11046
11047         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
11048         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
11049         deprecated this function.
11050
11051         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
11052         argument.
11053
11054 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
11055
11056         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
11057
11058 2001-02-03  Havoc Pennington  <hp@pobox.com>
11059
11060         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
11061         Mikael Hermansson with patch from Mikael (if there was a toggle
11062         start one after the first character in the range, this function
11063         was broken). Bug #50380
11064
11065 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
11066
11067         * configure.in: Remove confusing comment about X11.
11068
11069 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
11070
11071         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
11072         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
11073         
11074 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
11075
11076         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
11077         it breaks things on BSD. If you want to compile GTK+ with
11078         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
11079         when configuring, since GTK+ simply can't be "pure ANSI" 
11080         in the header files it uses. (#8170, Greg Hudson)
11081
11082 2001-02-02  Havoc Pennington  <hp@redhat.com>
11083
11084         * gtk/gtkwindow.c: docs
11085
11086         * gtk/gtkwidget.c: docs
11087         (gtk_widget_set_colormap): add a reference to the colormap
11088         (gtk_widget_get_default_colormap): add a reference to the colormap
11089
11090         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
11091
11092         * gtk/gtktextiter.c: docs
11093
11094         * gtk/gtkmain.c (gtk_propagate_event): docs
11095
11096         * gtk/gtkpaned.c (gtk_paned_get_position): docs
11097         (gtk_paned_set_position): docs
11098
11099         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
11100         sort interface, no implementation yet.
11101
11102         * demos/testpixbuf.c (new_testrgb_window): replace
11103         gtk_drawing_area_size() with gtk_widget_set_usize()
11104
11105         * demos/testpixbuf-drawable.c (main): ditto
11106         
11107         * gtk/testgtk.c: remove use of GtkStatusbarMsg
11108
11109         * gtk/gtktextbuffer.c: docs
11110
11111         * gtk/gtkstock.c: docs
11112
11113         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
11114
11115         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
11116
11117         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
11118         
11119         * gtk/gtkimage.c: add some docs in here
11120         (gtk_image_size_request): change name of
11121         gtk_widget_render_stock_icon
11122         (gtk_image_get_icon_set): don't dup returned string
11123         (gtk_image_get_icon_set): don't dup returned string
11124
11125         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
11126         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
11127         and gtkiconfactory.h functions
11128
11129         * gtk/gtkiconfactory.c: add some docs in here
11130
11131         * gtk/gtkmain.c (gtk_get_default_language): document
11132         (gtk_get_current_event): document
11133         (gtk_get_current_event_state): document
11134         (gtk_get_event_widget): document
11135
11136         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
11137
11138         * gtk/gtkcontainer.c: Add some documentation
11139         (gtk_container_add): give a more explanatory warning on adding an
11140         already-parented widget, this is kind of a FAQ and also a common
11141         typo that's easier to debug with a nice warning 
11142
11143         * gtk/gtkcellrenderertoggle.c
11144         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
11145         adding this, it's useless
11146         (gtk_cell_renderer_toggle_set_active): remove
11147         (gtk_cell_renderer_toggle_get_radio): add
11148
11149         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
11150         the NULL cell renderer, that doesn't make any sense to me. 
11151
11152         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
11153         demo code should never use deprecated features.
11154
11155         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
11156         code should never use deprecated features.
11157
11158         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
11159         gtk_widget_queue_clear_area deprecated
11160
11161         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
11162         deprecated
11163
11164         * gtk/gtklabel.h: mark gtk_label_get() deprecated
11165
11166         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
11167         a GdkImage deprecated, replaced by new consistently-named
11168         functions       
11169
11170         * gtk/gtkmain.h: Mark gtk_exit() deprecated
11171
11172         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
11173
11174         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
11175         deprecated
11176
11177         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
11178         so it won't appear in docs and confuse people.
11179
11180         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
11181
11182         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
11183         macros deprecated. (can't mark the type itself deprecated, since
11184         GtkProgressBar is not deprecated and we need the type decl to use
11185         GtkProgressBar)
11186
11187         * gtk/gtkpixmap.h: Mark deprecated
11188
11189         * gtk/gtkoldeditable.h: Mark deprecated
11190
11191         * gtk/gtklist.h: Mark deprecated
11192
11193         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
11194         for anything anymore.
11195
11196         * gtk/gtkctree.h: Mark deprecated
11197
11198         * gtk/gtkclist.h: Mark deprecated
11199
11200         * gtk/gtkpreview.h: Mark deprecated
11201
11202         * gtk/gtkpacker.h: Mark deprecated
11203
11204         * gtk/gtktipsquery.h: Mark deprecated
11205
11206         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
11207
11208         * gtk/gtkvruler.h: Add comment that it will move out of GTK
11209
11210         * gtk/gtkhruler.h: Add comment that it will move out of GTK
11211
11212         * gtk/gtkruler.h: Add comment that it will move out of GTK
11213
11214         * gtk/gtkgamma.h: Add comment that it will move out of GTK
11215
11216         * gtk/gtkcurve.h: Add comment that it will move out of GTK
11217
11218 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
11219
11220         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
11221         gdk_colormap_sync private since it was never exported
11222         in a header file.
11223
11224         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
11225         colormap->colors[] for StaticGray, StaticColor colormaps.
11226
11227         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
11228         was being used as if it was image->bits_per_pixel.
11229
11230         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
11231         for the image in the GdkImage structure since it isn't
11232         reconstructable, and we need it to handle packed types
11233
11234         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
11235         the assumption that on Win32 image->bits_per_pixel == image->depth,
11236         always.
11237
11238         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
11239
11240         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
11241         warning message if no converter can be found. 
11242
11243 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
11244
11245         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
11246         chars to isupper() / tolower(). (#567)
11247
11248         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
11249         to clear up 64-bit warnings. (#567)
11250
11251 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
11252
11253         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
11254         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
11255
11256         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
11257         since some people set $(libdir) separately. (#1290, David Kaelbling)
11258
11259 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
11260
11261         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
11262         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
11263         MAXPATHLEN, but the code here depends on a fixed value.)
11264         (#4524)
11265
11266 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
11267
11268         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
11269         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
11270
11271 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
11272
11273         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
11274         viewable there is no way that moving the node will cause the 
11275         focus row to become not viewable, so omit check on the visibility
11276         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
11277
11278 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
11279
11280         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
11281         selection before inserting new text.
11282
11283 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
11284
11285         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
11286         Make the sensitivity of the reparented child track that of
11287         the original parent menu item. (#34218, David Hodson)
11288
11289         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
11290         the case where the current item is destroyed properly.
11291
11292         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
11293         some edge cases with child-less menuitems.
11294         
11295 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
11296
11297         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
11298         key pop down window. (#12074, Jon K Hellan)
11299
11300 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
11301
11302         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
11303         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
11304         The solution here isn't perfect - you get an extraneous
11305         emission of "toggle", which could conceivably confuse an app,
11306         but better than the current situation. LXR search seems to
11307         indicate that no apps in GNOME CVS connect to "toggle".
11308
11309 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
11310
11311         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
11312         gtk_public_h_sources to directly here to avoid warning when
11313         building srcdir != builddir. (#9656)
11314
11315 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
11316
11317         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
11318         handlers in gtkrange.c return the proper values (TRUE == handled)
11319         (#10316).
11320
11321         This is just the tip of the iceberg, but gtkrange.c is the
11322         most common place where the propagation is problematical,
11323         and also a place where it is almost certainly safe to change
11324         this in the stable branch.
11325
11326         (You don't want right click popups on a range control or anything...)
11327
11328 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
11329
11330         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
11331         area on focus out, even if a background pixmap isn't set.
11332         (#13941)
11333         
11334 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
11335
11336         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
11337         to deal with setting the shape properly when scrolling arrows are
11338         turned on, but not visible because there is sufficient space.
11339         (#13432)
11340
11341 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
11342
11343         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
11344         items with submenus, destroy the item along with the submenu.
11345         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
11346         properly.
11347
11348         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
11349         later.
11350
11351 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
11352
11353         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
11354         the focus widget sometimes wasn't drawn with the default if there
11355         was no default widget.
11356
11357         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
11358         unreference pixmaps. 
11359
11360         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
11361         for some extra safety.
11362
11363 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
11364
11365         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
11366         the text of a cell to the old pointer value better, by
11367         copying the new text before freeing the old text. Some code
11368         cleanup. (#8079, Karl Nelson)
11369
11370 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
11371
11372         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
11373         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
11374
11375 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
11376
11377         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
11378         item from a menu, check to see if it matches 
11379         menu->old_active_menu_item, and if so, unref and clear
11380         old_active_menu_item (Patch from Pavel Cisler)
11381
11382         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
11383         menu_shell->active_menu_item, if it is the child being
11384         removed. (Patch based on that of Gene Ragan, #50337)
11385
11386 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
11387
11388         * gdk/linux-fb/gdkselection-fb.c: 
11389         * gdk/linux-fb/gdkcolor-fb.c: 
11390         * gdk/linux-fb/gdkdrawable-fb2.c: 
11391         * gdk/linux-fb/gdkfont-fb.c: 
11392         * gdk/linux-fb/gdkim-fb.c: 
11393         * gdk/linux-fb/gdkinput.c: 
11394         * gdk/linux-fb/gdkkeyboard-fb.c: 
11395         * gdk/linux-fb/gdkmain-fb.c: 
11396         * gdk/linux-fb/gdkrender-fb.c: 
11397         A bunch of whitespace cleanup.
11398         
11399 2001-01-30  Havoc Pennington  <hp@pobox.com>
11400
11401         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
11402         #ifdef GTK_ENABLE_BROKEN.
11403
11404         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
11405         GTK_ENABLE_BROKEN just before including the broken headers.
11406         
11407         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
11408         deprecated types registered.
11409
11410         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
11411         we have to test the broken stuff.
11412
11413         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
11414         
11415 2001-01-30  Havoc Pennington  <hp@redhat.com>
11416
11417         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
11418         here where prev pointer was set to the wrong thing
11419
11420         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
11421         (gtk_tree_path_is_descendant): new function
11422
11423         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
11424         cached length
11425         (gtk_list_store_get_iter): don't modify iter if we can't get the
11426         path.
11427
11428         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
11429         
11430         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
11431         GtkTreeDragDest
11432
11433         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
11434         was causing segfault
11435
11436         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
11437         pointer to NULL
11438
11439         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
11440
11441         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
11442         on returning FALSE
11443         (gtk_list_store_iter_children): ditto
11444         (gtk_list_store_iter_nth_child): ditto
11445         (gtk_list_store_iter_nth_child): ditto
11446         (gtk_list_store_iter_parent): ditto
11447
11448         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
11449         on iter->user_data != NULL instead of silently accepting it.
11450         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
11451         we are returning TRUE.
11452         (gtk_tree_store_iter_children): ditto
11453         (gtk_tree_store_iter_nth_child): ditto
11454         (gtk_tree_store_iter_parent): ditto
11455         (gtk_tree_store_insert): remove handling of parent->user_data ==
11456         NULL, replace with parent == NULL       
11457
11458         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
11459         and a comment explaining things
11460
11461         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
11462         interface support to GtkTreeStore.
11463
11464         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
11465         FALSE if no prev, fix
11466
11467         * gtk/gtktreeview.c (set_source_row): use a row reference
11468         (set_dest_row): use a row reference
11469
11470 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
11471
11472         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
11473         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
11474         (gtk_tree_selection_select_iter): The same as above.
11475
11476 2001-01-26  Havoc Pennington  <hp@redhat.com>
11477
11478         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
11479         which holds a handle to a specific row (particular set of values
11480         in the model, i.e. pointer-identity row).
11481
11482         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
11483         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
11484         Still need to use it for the src/dest row saved on the drag context.
11485
11486 2001-01-26  Havoc Pennington  <hp@redhat.com>
11487
11488         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
11489
11490         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
11491         not offset by TREE_VIEW_HEADER_HEIGHT
11492         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
11493         TREE_VIEW_HEADER_HEIGHT
11494
11495         * configure.in (included_loaders): for me, --with-included-loaders
11496         generates the error "the specified loader yes does not exist",
11497         i.e. the arg defaults to "yes", so change test for value ""
11498         to test for value "yes", and include all loaders in that case.
11499
11500         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
11501
11502         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
11503         handle TREE_VIEW_VERTICAL_SEPARATOR
11504         (gtk_tree_view_bin_expose): fix to consider the row offset as
11505         pointing halfway into vertical separator.       
11506         (gtk_tree_view_draw_node_focus_rect): ditto
11507
11508         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
11509         --gtk-debug=updates, which causes gdk_window_set_debug_updates
11510         (TRUE) to be called.
11511
11512         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
11513         debug mode where the invalid region is colored in on invalidate,
11514         so you can see the flicker and know whether your redraw code is 
11515         doing a good job.
11516
11517         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
11518         tree window coordinates (clip rect is in tree window coords)
11519
11520         * gtk/Makefile.am: add gtktreednd.[hc]
11521
11522         * gtk/gtkliststore.c: implement gtktreednd interfaces.
11523
11524         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
11525         drag-and-drop data operations on a model (so we can set up tree
11526         drag-and-drop automatically)
11527
11528         * gtk/testgtk.c: Add a window to change sensitivity in the
11529         GtkLabel test; add a way to change the entry frame in GtkEntry
11530         test
11531
11532         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
11533         (gtk_entry_get_has_frame): new functions to remove the frame
11534         around an entry
11535         (gtk_entry_size_request): shrink requisition if no frame
11536         (gtk_entry_draw_focus): don't draw frame if no frame
11537
11538         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
11539         checks inside a cell renderer
11540         (gtk_default_draw_option): ditto for options
11541
11542         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
11543         children from the alignment, not the button
11544         (gtk_tree_view_column_init): ref/sink the column, to emulate
11545         GObject refcounting.
11546
11547         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
11548         
11549         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
11550         Use theme functions to draw the toggles 
11551
11552         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
11553
11554         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
11555         GdkPangoAttrEmbossed to use in rendering insensitive text
11556
11557         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
11558
11559         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
11560         using new GDK features
11561         
11562 2001-01-24  Alexander Larsson  <alexl@redhat.com>
11563
11564         * gtk/gtkimage.c:
11565         Splitted gtk_image_clear into gtk_image_clear() and
11566         gtk_image_reset(). Call gtk_image_clear() in ::destroy
11567         to avoid leaks.
11568
11569         * gtk/gtklabel.c (set_markup):
11570         Don't leak text.
11571
11572         * gtk/gtktextlayout.c:
11573         Always free display->shaped_objects.
11574
11575         * gtk/testgtk.c (create_clist):
11576         Don't leak custom style.
11577
11578 2001-01-23  Alexander Larsson  <alexl@redhat.com>
11579
11580         * gtk/gtkcolorsel.c (grab_color_at_mouse):
11581         Don't leak image. Simplify using gdk_colormap_query_color().
11582         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
11583
11584         * linux-fb/gdkcolor-fb.c:
11585         Implemented gdk_colormap_query_color.
11586
11587 2001-01-23  Alexander Larsson  <alexl@redhat.com>
11588
11589         * linux-fb/gdkcursor-fb.c:
11590         Don't leak built-in cursors.
11591
11592         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
11593         Don't leak tmp_points.
11594
11595         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
11596         Don't modify desc. Don't leak font if the PangoFont
11597         isn't found.
11598         
11599         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
11600         Free dash_list.
11601
11602         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
11603         Don't leak string.
11604         
11605 2001-01-20  Havoc Pennington  <hp@pobox.com>
11606
11607         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
11608         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
11609         me, matches Pango
11610
11611 2001-01-22  Havoc Pennington  <hp@redhat.com>
11612
11613         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
11614
11615         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
11616
11617         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
11618         Remove, move back to gdk-pixbuf
11619
11620         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
11621         to all the word functions
11622
11623         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
11624         before doing anything on NULL layout or if we don't have the focus
11625
11626         * gtk/testtext.c (fill_example_buffer): "justification"
11627
11628         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
11629         to be called "justification" not "justify"
11630
11631         * demos/gtk-demo/textview.c (create_tags): "justification"
11632         
11633         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
11634
11635 2001-01-22  Alexander Larsson  <alexl@redhat.com>
11636
11637         * gdk/gdkwindow.c (gdk_window_invalidate_region):
11638         Don't leak visible_region. Use visible_region instead of region.
11639         
11640         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
11641         Don't do extra gdk_drawable_ref(). This is not X.
11642         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
11643         gdk_fb_focused_window is ref:ed.
11644         (gdk_fb_window_send_crossing_events): Watch out for destroyed
11645         windows.
11646
11647 2001-01-22  Alexander Larsson  <alexl@redhat.com>
11648
11649         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
11650         Don't leak the PangoFontDescriptor.
11651
11652 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
11653
11654         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
11655         when not realized.
11656         (gtk_tree_view_scroll_to_cell): Make work when not realized.
11657         (gtk_tree_view_realize): add scroll_to support
11658         (gtk_tree_view_finalize): add a finalize method.  Populate.
11659         (gtk_tree_view_insert_column): ref and sink the column.
11660         (gtk_tree_view_append_column): ref and sink the column.
11661         (gtk_tree_view_queue_draw_node): New function to handle redrawing
11662         individual nodes.  Should make the code much more efficient, if
11663         actually used.
11664
11665 2001-01-19  Havoc Pennington  <hp@redhat.com>
11666
11667         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
11668         byte_offset variable was being used to mean both "offset into
11669         layout" and "offset into buffer line" which was no longer true
11670         with addition of preedit string; fix
11671
11672 2001-01-19  Havoc Pennington  <hp@redhat.com>
11673
11674         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
11675
11676         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
11677         function
11678
11679         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
11680         implement
11681
11682         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
11683         scroll_to_cell, matches TextView scroll functions better
11684         (gtk_tree_view_tree_to_widget_coords): new function
11685         (gtk_tree_view_widget_to_tree_coords): new function
11686         (gtk_tree_view_get_visible_rect): new function
11687         (gtk_tree_view_get_path_at_pos): accept negative coordinates
11688         (gtk_tree_view_draw_node_focus_rect): new function moved from
11689         draw_focus, also, use width of bin_window as width of the focus
11690         rect
11691         (gtk_tree_view_expand_row): fix bug where it didn't recognize
11692         already-expanded rows
11693         (gtk_tree_view_get_cell_rect): new function
11694         (gtk_tree_view_get_path_at_pos): return the click position
11695         relative to the passed-in cell
11696         (gtk_tree_view_set_expander_column): new function
11697
11698         * configure.in: remove gtk-config-2.0 chmod
11699
11700         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
11701         and properly handle drags with targets we don't understand
11702         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
11703         scrolling anyway
11704         (gtk_text_view_drag_drop): stop scrolling here though, and set the
11705         mark invisible
11706
11707         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
11708         function
11709         (gtk_drag_dest_get_target_list): new function
11710         (gtk_drag_dest_set_target_list): new function
11711         
11712         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
11713
11714         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
11715         related to drag-and-drop
11716
11717 2001-01-19  Alexander Larsson  <alexl@redhat.com>
11718
11719         * gdk/linux-fb/gdkprivate-fb.h:
11720         Define EMULATE_GDKFONT.
11721         Add extra pango_font stuff to GfkFontPrivate.
11722         
11723         * gdk/linux-fb/gdkdrawable-fb2.c:
11724         * gdk/linux-fb/gdkfont-fb.c:
11725         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
11726         emulation using PangoFont.
11727
11728 2001-01-17  Havoc Pennington  <hp@pobox.com>
11729
11730         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
11731         all the non-deprecated set_foo functions. Added missing object
11732         properties, and added g_object_notify() to setters. 
11733         Wrote docs.
11734         
11735 2001-01-18  Tor Lillqvist  <tml@iki.fi>
11736
11737         * gtk/gtkmain.c
11738         * gtk/gtkrc.c: (Win32) Use the new
11739         g_win32_get_package_installation_(sub)directory() functions.
11740
11741         * config.h.win32.in: New file.
11742         
11743         * config.h.win32: Removed.
11744
11745         * configure.in: Output config.h.win32.
11746
11747         * Makefile.am: Add it to EXTRA_DIST.
11748
11749         * gtk/gtk.def: Update.
11750
11751 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
11752
11753         * gtk/gtklabel.c (gtk_label_size_request): Set the
11754         attributes onto the PangoLayout even if they are newly
11755         created from label->pattern.
11756
11757 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
11758
11759         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
11760
11761         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
11762         structures in functions. Fixes bug where gtk_dataset_*
11763         was accidentally still being used in one place, causing
11764         every dest side event to be treated independently.
11765
11766         * gtk/gtkdnd.c: Remove last vestages of handling
11767         ::draw (fixes warning)
11768         
11769         * gtk/gtkentry.[ch]: Add drag and drop support.
11770
11771         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
11772         new function gtk_check_drag_threshhold() for checking
11773         to check if (dx,dy) has exceeded the threshhold for starting
11774         a drag and use it everywhere.
11775
11776 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
11777
11778         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
11779         add -I{includedir}/gtk-2.0.
11780
11781         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
11782         gdk/gdk-pixbuf.h: Doc fixups.
11783         
11784         * gtk/gtkobject.h: Remove trailing , from enum
11785
11786 2001-01-17 Alexander Larsson <alexl@redhat.com> 
11787
11788         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
11789         Doh! Mixed up x and y.
11790
11791         * gdk/linux-fb/gdkglobals-fb.c:
11792         Removed gdk_fb_pointer_grab_window_events,
11793         added _gdk_fb_pointer_grab_owner_events and
11794         _gdk_fb_keyboard_grab_owner_events.
11795
11796         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
11797         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
11798         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
11799         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
11800         Send crossing events after ungrab finished.
11801         (gdk_keyboard_grab): Set ..._owner_events
11802         (type_masks): Move out of function.
11803         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
11804         gdk_fb_keyboard_event_window): New functions, return the
11805         window an event should be targeted at. Handles grabs and
11806         event propagation. Can return NULL.
11807         (gdk_event_make): Remove event_mask checking. Now always
11808         returns an event.
11809                 
11810         * gdk/linux-fb/gdkkeyboard-fb.c:
11811         * gdk/linux-fb/gdkproperty-fb.c:
11812         * gdk/linux-fb/gdkselection-fb.c:
11813         Use new event_window/gdk_event_make() behaviour.
11814         
11815         * gdk/linux-fb/gdkmouse-fb.c:
11816         Use new event_window/gdk_event_make() behaviour.
11817         Only send motion events if in the same window.
11818         If grabbed, use cursor from window if sibling of grabbed
11819         window, and cursor from grabbed window otherwise.
11820
11821         * gdk/linux-fb/gdkprivate-fb.h:
11822         Update gdk_fb_window_send_crossing_events, gdk_event_make
11823         and grab varaible declarations. Add gdk_fb_*_event_window().
11824
11825         * gdk/linux-fb/gdkwindow-fb.c:
11826         Use new event_window/gdk_event_make() behaviour.
11827         Keep correct track of focus window.
11828         (gdk_window_set_events): Set all specific button motion masks
11829         if GDK_BUTTON_MOTION_MASK set.
11830
11831         * gtk/gtkdnd.c (gtk_drag_update):
11832         Free info->last_event if gdk_drag_motion returned FALSE.
11833
11834 2001-01-16  Tor Lillqvist  <tml@iki.fi>
11835
11836         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
11837         Eliminate redraws when input-only windows are shown or
11838         hidden. Thanks to jpe@archaeopteryx.com.
11839
11840 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
11841
11842         * docs/faq/gtk-faq.sgml: FAQ update:
11843           - Update to bugzilla
11844           - Add GTK+ and security/SUID/SGID
11845           - Add DnD question
11846
11847 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
11848
11849         * gdk/linux-fb/gdkdnd-fb.c:
11850         Some cleanups.
11851         
11852 2001-01-15  Havoc Pennington  <hp@pobox.com>
11853
11854         * tests/testtreeview.c: add test stuff for CellRendererToggle
11855
11856         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
11857         accessor
11858
11859         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
11860         only toggle on button press (would do release like GtkButton, but
11861         we'd need implicit grab code for treeview cells)
11862
11863 2001-01-16  Tor Lillqvist  <tml@iki.fi>
11864
11865         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
11866
11867         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
11868         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
11869
11870         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
11871         to g_{locale,filename}_{to,from}_utf8 to match current API.
11872
11873         * gtk/makefile.msc.in (gtk_OBJECTS)
11874         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
11875
11876         * gtk/gtk.def: Update.
11877
11878 2001-01-15  Tor Lillqvist  <tml@iki.fi>
11879
11880         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
11881         implementaion that more closely mimics the events that an X server
11882         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
11883         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
11884         with nested preview widgets, for instance, more responsive when
11885         you move the mouse quickly into them.
11886         (find_window_for_pointer_event): Make it actually compile.
11887         (gdk_event_translate): Set send_event to the value of
11888         InSendMessage (). This doesn't really mean the same as X11's
11889         send_event flag, but is close enough, says jpe@archaeopteryx.com
11890
11891 2001-01-15  Alexander Larsson  <alexl@redhat.com>
11892
11893         * gdk/linux-fb/gdkdnd-fb.c:
11894         Implemented drag and drop.
11895         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
11896         when it tries to free and then copy the same event (info->last_event).
11897         I am not sure about why this happens, but will continue looking.
11898
11899 2001-01-15  Alexander Larsson  <alexl@redhat.com>
11900
11901         * gdk/linux-fb/gdkwindow-fb.c:
11902         Use gdk_window_invalidate_rect instead of
11903         gdk_window_invalidate_rect_clear to minimise flashing.
11904         When hiding windows you need to clear the root window though.
11905
11906 2001-01-15  Alexander Larsson  <alexl@redhat.com>
11907
11908         * gdk/linux-fb/gdkdrawable-fb2.c:
11909         For optization, add an full_shapes argument to gdk_fb_clip_region.
11910         If this is false, only the cliprects of the shapes are used.
11911
11912         * gdk/linux-fb/gdkprivate-fb.h:
11913         Export gdk_fb_window_peek_shape.
11914         Add full_shapes to gdk_fb_clip_region.
11915
11916         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
11917         When moving a window, don't clear everything under the it, just the
11918         root window. Makes stuff faster and flash less.
11919         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
11920         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
11921         offset of the shape.
11922         
11923
11924 2001-01-12  Havoc Pennington  <hp@redhat.com>
11925
11926         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
11927         current invalid region, fixes redraw bug while scrolling the 
11928         text widget
11929
11930         * gtk/gtktextview.c, gtk/gtktextview.h:
11931         Rearrange the scrolling/validation/etc. code in a major way, 
11932         so it seems to make sense to me. Probably isn't genuinely that
11933         much better, but...
11934
11935         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
11936         notifies
11937
11938         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
11939
11940 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
11941
11942         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
11943         Hide mouse pointer while rotation. Show it afterwards.
11944
11945 2001-01-12  Alexander Larsson  <alexl@redhat.com>
11946
11947         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
11948         windows in consideration when generating clip region.
11949
11950         * gdk/linux-fb/gdkfb.h:
11951         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
11952
11953         * gdk/linux-fb/gdkprivate-fb.h:
11954         Add shape to GdkWindowFBDatat.
11955         exported gdk_fb_window_get_abs_shape().
11956         removed gdk_fb_draw_lines declaration.
11957
11958         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
11959         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
11960         send focus changes when there is a grabbed window.
11961         (gdk_window_get_pointer): Handle shaped windows.
11962         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
11963         (gdk_fb_window_peek_shape): Returns the shape for a window,
11964         handles GDK_FB_USE_CHILD_SHAPE.
11965         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
11966         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
11967         (gdk_window_shape_combine_mask): Implement.
11968
11969         * gtk/gtkwindow-decorate.c:
11970         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
11971         setting the shape of a window makes the window transparent.
11972
11973 2001-01-11  Havoc Pennington  <hp@redhat.com>
11974
11975         * gtk/gtktreemodelsimple.h: Oops, broke some macros
11976
11977 2001-01-10  Havoc Pennington  <hp@redhat.com>
11978
11979         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
11980         add this function, bug 40251
11981
11982         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
11983         of type macro   
11984
11985 2001-01-11  Alexander Larsson  <alexl@redhat.com>
11986
11987         * acconfig.h:
11988         Added ENABLE_SHADOW_FB
11989
11990         * configure.in:
11991         Added --disable-shadowfb
11992
11993         * gdk/linux-fb/gdkcursor-fb.c:
11994         Update shadowfb when updating cursor
11995
11996         * gdk/linux-fb/gdkdrawable-fb2.c:
11997         Added wrappers for shadowfb that calls  the normal drawable
11998         methods, but calls gdk_shadow_fb_update(bounding box) when
11999         GdkWindows are drawed to.
12000         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
12001         which also returns the bounding box.
12002
12003         * gdk/linux-fb/gdkfb.h:
12004         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
12005
12006         * gdk/linux-fb/gdkgeometry-fb.c:
12007         Update shadowfb when scrolling window.
12008
12009         * gdk/linux-fb/gdkglobals-fb.c:
12010         Add _gdk_fb_screen_angle.
12011         
12012         * gdk/linux-fb/gdkkeyboard-fb.c:
12013         Test code for screen rotation. Shift-F2 in the xlate driver
12014         rotates the screen.
12015
12016         * gdk/linux-fb/gdkmain-fb.c:
12017         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
12018
12019         * gdk/linux-fb/gdkmouse-fb.c:
12020         Use fb_width/height instead of modeinfo.xres/yres.
12021
12022         * gdk/linux-fb/gdkprivate-fb.h:
12023         Added fb_men, fb_width, fb_height & fb_stride. When using
12024         shadow fb these can differ from the framebuffer stuff.
12025         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
12026         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
12027         _gdk_fb_screen_angle. Removed CM, RP.
12028
12029         * gdk/linux-fb/gdkrender-fb.c:
12030         Added code for shadowfb handling and screen rotation using
12031         shadowfb.
12032
12033         * gdk/linux-fb/gdkwindow-fb.c:
12034         Use fb_mem, fb_stride, fb_width, fb_height.
12035         Added recompute_rowstride to reset the rowstride of all windows.
12036         Added gdk_fb_recompute_all() which recomputes rootwindow size,
12037         window abs positions and window rowstrides. Usefull when the
12038         rotation has changed.
12039
12040 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
12041
12042         * docs/faq/gtk-faq.sgml: update to make web site updating easier
12043
12044 2001-01-10  Havoc Pennington  <hp@redhat.com>
12045
12046         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
12047         where sibling == iter
12048         (gtk_tree_store_insert_after): handle sibling == iter
12049         (gtk_tree_store_prepend): remove stamp checks
12050         (gtk_tree_store_insert_before): ditto
12051         (gtk_tree_store_append): ditto
12052         (gtk_tree_store_get_path): ditto
12053         (gtk_tree_store_get_value): ditto
12054         (gtk_tree_store_iter_has_child): ditto
12055         (gtk_tree_store_iter_n_children): ditto
12056         (gtk_tree_store_iter_nth_child): ditto
12057         (gtk_tree_store_insert_after): ditto
12058         (gtk_tree_store_is_ancestor): ditto
12059         (gtk_tree_store_iter_depth): ditto
12060         (gtk_tree_store_insert_before): assert that sibling's parent is
12061         the same as the passed-in parent
12062         (gtk_tree_store_insert_after): assert that sibling's parent is
12063         the same as the passed-in parent
12064
12065         
12066         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
12067         function to get the first iterator in a model
12068         
12069         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
12070         conventionally the "root" in this sense is just NULL afaict.
12071
12072         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
12073         where sibling == iter
12074         (gtk_list_store_insert_after): handle case where sibling == iter
12075
12076         * tests/testtreeview.c (run_automated_tests): fairly lame basic
12077         automated tests for ListStore, TreeStore
12078
12079         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
12080         (gtk_list_store_insert): update tail pointer, and fix it to work
12081         (gtk_list_store_insert_before): update tail pointer, and fix it to work
12082         (gtk_list_store_append): use tail to be faster
12083         (gtk_list_store_prepend): fix it, update tail pointer
12084         (gtk_list_store_insert_after): fix it, update tail pointer
12085
12086         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
12087         the list
12088
12089 2001-01-09  Havoc Pennington  <hp@redhat.com>
12090
12091         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
12092         is NULL due to a pending resize
12093
12094         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
12095         column width to values less than 1
12096
12097         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
12098         width to be between min/max width, and still set the width 
12099         even if autosize is turned on, so the tree view can use this 
12100         function in order to autosize.
12101         (gtk_tree_view_column_init): set initial width to 1 not 0
12102
12103         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
12104         setter function to modify column width, so we get notification
12105         (gtk_tree_view_insert_iter_height): ditto
12106         (gtk_tree_view_calc_size): ditto
12107         (gtk_tree_view_check_dirty): ditto
12108
12109         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
12110         properties to change all the interesting attributes of the tree
12111         view column.
12112         (gtk_tree_view_column_set_header_clickable): rename set_clickable
12113         (gtk_tree_view_column_get_clickable): add
12114         (gtk_tree_view_column_set_cell_renderer): don't unset the current
12115         attributes; assume a cell renderer with equivalent object
12116         properties has been swapped in. Do g_object_notify().
12117         (gtk_tree_view_column_set_visible): g_object_notify
12118         (gtk_tree_view_column_get_sizing): rename from get_col_type
12119         (gtk_tree_view_column_set_sizing): g_object_notify
12120         (gtk_tree_view_column_set_width): add g_object_notify
12121         (gtk_tree_view_column_set_min_width): ditto
12122         (gtk_tree_view_column_set_max_width): ditto
12123         (gtk_tree_view_column_set_title): ditto
12124         (gtk_tree_view_column_set_clickable): ditto
12125         (gtk_tree_view_column_set_widget): ditto
12126         (gtk_tree_view_column_set_justification): ditto
12127
12128 2001-01-09  Havoc Pennington  <hp@redhat.com>
12129
12130         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
12131         there are no rows in the model
12132
12133         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
12134         NULL, then return the start of the list
12135
12136         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
12137         if we can't get any rows from an empty model 
12138
12139         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
12140         extraneous * after function pointer typedef usage
12141
12142         * Makefile.am: don't specify full path to cp and rm
12143
12144         * gtk/gtkcellrenderertextpixbuf.c
12145         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
12146         NULL before dereferencing, fixes a segfault that happened from
12147         time to time
12148
12149         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
12150         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
12151         and reindent the function
12152         (gtk_cell_renderer_pixbuf_get_size): indentation
12153
12154         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
12155         we quit it
12156         (gtk_dialog_add_buttons_valist): add g_return_if_fail
12157         (gtk_dialog_set_default_response): New function, to set default
12158         button
12159         (gtk_dialog_set_response_sensitive): New function, to set 
12160         sensitivity of buttons
12161
12162         * gtk/gtkcellrendererpixbuf.c
12163         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
12164         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
12165
12166         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
12167         handle any G_TYPE_OBJECT subclass, not just the base class, and 
12168         also boxed types.
12169         (_gtk_tree_data_list_value_to_node): ditto
12170
12171         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
12172         --gtk-debug=tree
12173
12174         * gtk/gtkmain.c: add GTK_DEBUG_TREE
12175
12176         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
12177
12178 2001-01-09  Tor Lillqvist  <tml@iki.fi>
12179
12180         * gdk/win32/gdkevents-win32.c: Implement better mouse
12181         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
12182         (find_window_for_pointer_event): New function.
12183         (gdk_event_translate): Use it when handling mouse events.
12184
12185 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
12186
12187         * configure.in:
12188         Added --with-included-loaders option
12189
12190         * gdk-pixbuf/Makefile.am:
12191         * gdk-pixbuf/gdk-pixbuf-io.c:
12192         Add support for including selected gdk-pixbuf loaders only.
12193
12194         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
12195         gtk_window_set_has_frame):
12196         Added inline documentation.
12197
12198         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
12199         * docs/reference/gdk/tmpl/windows.sgml:
12200         Added inline documentation.
12201
12202 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
12203
12204         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
12205         realizing buttons that have already been realized.
12206
12207 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
12208
12209         * tests/testtreeview.c (main): Show menu items before adding to
12210         option menu.
12211
12212         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
12213         around if we kill them.
12214
12215         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
12216         Return if we pass in a NULL model.
12217
12218 2001-01-08  Havoc Pennington  <hp@redhat.com>
12219
12220         * tests/testtreeview.c: hack on this some
12221
12222         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
12223         gtk_tree_store_set_valist, v is for arrays, valist for varargs
12224         list
12225         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
12226
12227         * gtk/gtkliststore.h: Add varargs set() and get() convenience
12228         functions
12229
12230 2001-01-08  Alexander Larsson  <alexl@redhat.com>
12231
12232         * gtk/gtkwindow-decorate.[hc]:
12233         * gtk/Makefile.am:
12234         New files. Contains an implementation of a minimal WM for
12235         linux-fb.
12236
12237         * gtk/gtkwindow.h:
12238         Add the possibility for GtkWindows to specify a frame. This
12239         is used for the window decoration code, but could concievably
12240         be used for X programs too (xmms style windows).
12241         GtkWindow->frame is the toplevel window if the window is framed.
12242         The signal frame_event gets all events that are targeted to
12243         GtkWindow->frame.
12244         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
12245         
12246         * gtk/gtkwindow.c:
12247         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
12248         Call out to gtkwindow-decorate.c for WM support in linx-fb.
12249
12250 2001-01-08  Alexander Larsson  <alexl@redhat.com>
12251
12252         * docs/README.linux-fb:
12253         Correct filename ~/.pangoft2_aliases
12254
12255         * gdk/gdkwindow.h:
12256         Added new function gdk_window_get_decorations.
12257
12258         * gdk/linux-fb/gdkfb.h:
12259         Removed _gdk_window_get_decorations declaration.
12260         Renamed _gdk_window_set_child_handler to
12261         gdk_fb_window_set_child_handler.
12262
12263         * gdk/linux-fb/gdkwindow-fb.c:
12264         Renamed _gdk_window_set_child_handler to
12265         gdk_fb_window_set_child_handler.
12266
12267         * gdk/x11/gdkwindow-x11.c:
12268         New function gdk_window_get_mwm_hints().
12269         Implemented gdk_window_get_decorations.
12270
12271         * docs/reference/gdk/tmpl/windows.sgml:
12272         * docs/reference/gdk/gdk-sections.txt:
12273         Added gdk_window_get_decorations docs.
12274         
12275 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
12276
12277         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
12278         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
12279         gdk_fb_window_send_crossing_events):
12280         Possibly send focus events when the mouse moves from one
12281         window to another.
12282
12283 2001-01-07  Tor Lillqvist  <tml@iki.fi>
12284
12285         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
12286         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
12287         to match current API.
12288
12289         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
12290         environment variable is set, don't call g_error when on a
12291         palettized (PseudoColor) display. Some people want to use GTK+ 
12292         in 256-colour mode even though works only partially.
12293
12294         * gdk/gdk.def
12295         * gtk/gtk.def
12296         * gtk/makefile.mingw.in: Update.
12297
12298 2001-01-05  Havoc Pennington  <hp@redhat.com>
12299
12300         * tests/testtreeview.c: hack on this a bit
12301
12302         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
12303         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
12304
12305         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
12306         was spelled incorrectly
12307         (GTK_IS_TREE_MODEL_SIMPLE): ditto
12308
12309         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
12310         from gtk_tree_view_set_headers_active   
12311
12312         * gtk/gtktexttag.c:
12313         (gtk_text_tag_get_property): handle PROP_DIRECTION
12314         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
12315         properties, bug 40235
12316
12317         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
12318         forward_to_line_end
12319
12320 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
12321
12322         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
12323         modules/input/gtkimcontextxim.c: Adapt to new prototypes
12324         for unicode,locale,filename conversion functions.
12325
12326 2001-01-05  Havoc Pennington  <hp@redhat.com>
12327
12328         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
12329         broken if called on the first position in the buffer.
12330
12331         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
12332         forward_to_delimiters to be called only if we aren't already at
12333         the delimiters.
12334
12335 2001-01-05  Havoc Pennington  <hp@redhat.com>
12336
12337         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
12338
12339 2001-01-05  Alexander Larsson  <alexl@redhat.com>
12340
12341         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
12342         colormap in here. Sync from X port.
12343         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
12344         Sync from X port.
12345         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
12346         This happens now and then, and i don't think it is a bug.
12347         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
12348         != endpoint.
12349         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
12350         GDK_LINE_SOLID.
12351
12352         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
12353         some of the fields filled in at least.
12354
12355         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
12356         miLineArcD is no more, remove it from the function definition.
12357
12358 2001-01-04  Havoc Pennington  <hp@redhat.com>
12359
12360         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
12361         this
12362
12363         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
12364         user_data instead of tree_node
12365
12366         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
12367         TREE_VIEW_COLUMN_SIZE
12368
12369         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
12370         "size" field to "width" finishes bug 40061
12371
12372         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
12373         for bitfields, bug 40268
12374
12375 2001-01-04  Havoc Pennington  <hp@redhat.com>
12376
12377         Rename some stuff:
12378         
12379         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
12380
12381         s/GtkModelSimple/GtkTreeModelSimple/g;
12382         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
12383         s/gtk_model_simple/gtk_tree_model_simple/g;
12384         s/gtkmodelsimple/gtktreemodelsimple/g;
12385
12386         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
12387
12388         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
12389         s/column_set_col_type/column_set_sizing/g;
12390
12391         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
12392         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
12393
12394         s/GtkCellRendererType/GtkCellRendererState/g;
12395         
12396         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
12397         (gtk_cell_renderer_toggle_class_init): change "state" property to
12398         "active", to match GtkToggleButton
12399         (gtk_cell_renderer_toggle_get_active): new function, bug
12400         40269
12401         (gtk_cell_renderer_toggle_set_active): new function
12402         (gtk_cell_renderer_toggle_set_property): route changes to toggle
12403         state through gtk_cell_renderer_set_active
12404
12405 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
12406
12407         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
12408         temporarily until they work again.  Brought up to date with
12409         changes in the model.
12410         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
12411         model.
12412
12413 2001-01-04  Havoc Pennington  <hp@redhat.com>
12414
12415         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
12416         equal to the line length, then position iterator before paragraph 
12417         separators. Fixes crash reported by Mikael Hermansson when
12418         pressing left arrow from the start of a line.   
12419
12420         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
12421         about byte indexes off the end
12422         (iter_set_from_char_offset): add g_error about char offsets
12423         off the end
12424
12425 2001-01-03  Havoc Pennington  <hp@redhat.com>
12426
12427         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
12428
12429         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
12430         of private functions; remove inclusion of private headers.
12431
12432         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
12433         function, so we don't need private functions in gtktextdisplay.c
12434
12435         * gtk/gtktextiterprivate.h: underscore-ification
12436
12437         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
12438         to instead say "only useful to implement widgets"
12439
12440         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
12441         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
12442         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
12443
12444         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
12445         This function was completely broken
12446
12447         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
12448
12449         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
12450
12451         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
12452
12453         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
12454
12455         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
12456
12457         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
12458
12459         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
12460         gtk_paint_layout
12461
12462         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
12463         gtk_paint_layout
12464
12465         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
12466         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
12467         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
12468         which were not implemented.     
12469
12470         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
12471         insert_pixbuf signal. Rename delete_text to delete_range since it
12472         also deletes pixbufs and child anchors. This almost closes bug
12473         40245 (still need to deal with child anchors)
12474
12475         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
12476         insert_pixbuf, change signal names as appropriate, change types of
12477         signals taking marks/tags to have the specific type, not just
12478         G_TYPE_OBJECT
12479         
12480         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
12481         closes bug 40051
12482
12483         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
12484         unnecessary remove_contents() call
12485         (gtk_option_menu_class_init): add a "changed" signal, closes
12486         bug 40039
12487         (gtk_option_menu_update_contents): emit "changed" if the 
12488         active menu item changes
12489
12490         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
12491         cast to GtkObject, reported by Jonas Borgstrom
12492         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
12493         we can't do stuff with side effects in finalize. Instead, spew a
12494         warning if the loader isn't closed.
12495
12496         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
12497         colormap in here, non-X ports probably need to sync to this change
12498
12499         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
12500         assertion that colormap != NULL, you can set the colormap to NULL
12501         if you like.
12502         
12503         * Makefile.am: remove gtk-config-2.0
12504
12505         * configure.in: Use pkg-config to locate GLib. Remove
12506         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
12507         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
12508         Use pkg-config to locate Pango. Output correct Pango libs to
12509         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
12510
12511         * Makefile.am (pkgconfig_DATA): install only target-specific pc
12512         files
12513         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
12514         X11 pc files
12515
12516         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
12517         unref from here
12518
12519 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
12520
12521         * configure.in:
12522         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
12523
12524 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
12525
12526         * gtk/gtktextlayout.c
12527         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
12528         variable when moving back onto a single line.
12529
12530 2001-01-01  Havoc Pennington  <hp@redhat.com>
12531
12532         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
12533
12534         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
12535
12536         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
12537         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
12538
12539 2001-01-01  Havoc Pennington  <hp@redhat.com>
12540
12541         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
12542
12543         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
12544         GtkTextAttributes
12545
12546         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
12547         #40246
12548         (gtk_text_attributes_copy_values): rename from 
12549         gtk_text_attributes_copy
12550         (gtk_text_attributes_copy): a more standard GTK copy function, 
12551         which returns a new object
12552
12553 2001-01-01  Havoc Pennington  <hp@redhat.com>
12554
12555         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
12556         
12557         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
12558         don't fill in tree_view->priv->selection, kind of an unexpected
12559         side effect
12560
12561         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
12562         gtkintl.h
12563         
12564         * gtk/gtkcellrenderer.c: Remove definition of _ and include
12565         gtkintl.h
12566         (gtk_cell_renderer_get_property): remove calls to g_value_init
12567
12568         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
12569         gtkintl.h
12570
12571         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
12572         and include gtkintl.h
12573         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
12574         property names
12575
12576         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
12577         GtkTreeSelection
12578         (_gtk_tree_selection_new_from_with_view): rename, return
12579         GtkTreeSelection
12580         (_gtk_tree_selection_set_tree_view): rename with uscore
12581         (gtk_tree_selection_get_selected): fill in the "model" out param
12582         first, so it gets filled in even if we return at the top of the 
12583         function
12584         (gtk_tree_selection_real_select_all): add a comment and an else{}
12585         to clarify this a bit
12586         (gtk_tree_selection_real_unselect_all): add the same else{}
12587
12588         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
12589         set_tree_view to have underscore prefixes, move them to the
12590         private header, fix return type of new_with_tree_view
12591         (struct _GtkTreeSelection): mark struct
12592         fields private  
12593
12594         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
12595         GtkTreeModelFlags, not a guint
12596         (gtk_tree_path_prev): return gboolean not gint
12597         (gtk_tree_path_up): return gboolean not gint
12598
12599         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
12600         return GtkTreeModelFlags, not a guint
12601
12602         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
12603         that child model is non-null before unrefing it
12604         (g_value_int_compare_func): make this a qsort compare func, not 
12605         a boolean predicate
12606
12607         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
12608         (add -umn to the end), and mark it unimplemented
12609         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
12610         I don't see what it's for - doesn't the model always sort itself?
12611         (gtk_tree_model_sort_set_compare): this had the wrong signature
12612
12613         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
12614         Fix the docs to say that it destructively replaces existing
12615         attributes (previously said that it added attributes).
12616         (gtk_tree_view_column_set_visible): canonicalize bool before
12617         equality testing. Also, check for realization before
12618         hiding/showing the tree_column->window; if this window could exist
12619         before realization, then it's busted and needs fixing, we can't 
12620         create GDK resources pre-realization. Also, remove
12621         superfluous queue_resize(), since set_size() does that for us.
12622         (gtk_tree_view_column_set_col_type): check realization before 
12623         using tree_column->window
12624
12625         * gtk/gtktreedatalist.c: fix filename in copyright notice
12626
12627 2000-12-31  Havoc Pennington  <hp@pobox.com>
12628
12629         * gtk/gtktextview.c: Rearrange all the
12630         scroll-while-dragging-or-selecting code to be different, not
12631         necessarily better. ;-)
12632         (gtk_text_view_scroll_to_mark): Change this
12633         function to take within_margin as a fraction instead of a pixel
12634         value, and to take alignment arguments (indicating where to align 
12635         the mark inside the visible area)
12636         
12637         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
12638         to GtkObject
12639
12640         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
12641         behavior so that offsets past the end of the line are not 
12642         allowed, and an offset equal to the line length moves the iterator
12643         to the next line
12644         (gtk_text_iter_set_line_index): make parallel change
12645         (gtk_text_iter_get_bytes_in_line): add this function
12646         
12647         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
12648         of byte indexes off the end of the line; byte index at the end of
12649         the line now returns FALSE and doesn't fill in the requested
12650         values, byte index past the end of the line is an error.  Also,
12651         don't allow -1 offset anymore, since its meaning is unclear.
12652
12653         This change exposes some bug in visual cursor motion, where we
12654         end up with a huge invalid byte index; needs fixing. Symptom of 
12655         bug is a crash when you hit up arrow.
12656         
12657         (_gtk_text_line_char_locate): match the change to byte_locate
12658
12659         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
12660         from start of line properly. fixes bug reported by Mikael
12661         Hermansson where backspace would delete all text before the
12662         cursor.
12663
12664 2000-12-30  Tor Lillqvist  <tml@iki.fi>
12665
12666         * gdk/win32/gdkwindow-win32.c
12667         (gdk_window_impl_win32_get_visible_region): New function, as in
12668         the X11 backend.
12669         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
12670         instead of duplicating the same code here.
12671
12672         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
12673         GDK_COLORMAP macro.
12674
12675         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
12676         destroy function.
12677         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
12678         access that.
12679
12680         * gtk/gtk.def: Update.
12681
12682         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
12683
12684 2000-12-30  Havoc Pennington  <hp@pobox.com>
12685
12686         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
12687         colormap on input only windows, to avoid special cases all over
12688         the code for these windows.
12689
12690 2000-12-26  Tor Lillqvist  <tml@iki.fi>
12691
12692         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
12693         we are on a palettized display ("PseudoColor" in X11), as the code
12694         for that doesn't work anyway, and never has.
12695
12696 2000-12-22  Alexander Larsson  <alexl@redhat.com>
12697
12698         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
12699         Don't use isprint() for chars > 255.
12700
12701 2000-12-21  Havoc Pennington  <hp@redhat.com>
12702
12703         * tests/testtreeview.c: more work
12704
12705 2000-12-21  Alexander Larsson  <alexl@redhat.com>
12706
12707         * docs/README.linux-fb:
12708         Update the docs to the new pangoft2 way.
12709
12710 2000-12-21  Alexander Larsson  <alexl@redhat.com>
12711
12712         * configure.in:
12713         For linux-fb get the pangoft2 cflags and libs. This needs a recent
12714         pango version.
12715         Remove modules/linux-fb/Makefile.
12716
12717         * gdk/linux-fb/gdkdrawable-fb2.c:
12718         Render glyphs using freetype.
12719
12720         * gdk/linux-fb/gdkfb.h:
12721         Add new fb-specific functions needed for managing windows.
12722
12723         * gdk/linux-fb/gdkmain-fb.c:
12724         Remove gdk_font_init/fini() calls.
12725
12726         * gdk/linux-fb/gdkpango-fb.c:
12727         Remove old implementation. Use pangoft2 instead.
12728
12729         * gdk/linux-fb/gdkprivate-fb.h:
12730         Remove PangoFBFont and related stuff.
12731
12732         * gdk/linux-fb/gdkwindow-fb.c:
12733         Implement drawable->get_visible_region.
12734         Implement support for _gdk_window_set_child_handler () and
12735         _gdk_window_get_decorations().
12736
12737         * modules/Makefile.am:
12738         Remove linux-fb subdir.
12739
12740         * modules/linux-fb/*:
12741         Removed all.
12742         
12743 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
12744
12745         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
12746         calls, as they are no longer needed.
12747
12748         * gtk/gtktreemodelsort.c: Fix up the comparison code.
12749         
12750         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
12751         figure out how to emit a signal on an interface.
12752
12753 2000-12-20  Havoc Pennington  <hp@redhat.com>
12754
12755         * tests: new directory to contain tests, gtk/test* should move
12756         here sometime (with appropriate on-cvs-server hackery)
12757
12758         * tests/testtreeview.c, tests/Makefile.am: a test
12759         
12760         * configure.in (AC_OUTPUT): add tests/Makefile
12761
12762         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
12763         and "invisible_set" which were missing
12764
12765         * gtk/gtkrbtree.h: some cheesy indentation fix
12766         
12767 2000-12-20  Alexander Larsson  <alexl@redhat.com>
12768
12769         * gtk/gtkinvisible.c (gtk_invisible_realize):
12770         Attach the style to the window so that the style it is not
12771         leaked when unrealizing the window.
12772
12773 2000-12-18  Havoc Pennington  <hp@redhat.com>
12774
12775         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
12776         begin/end user action where appropriate
12777         (gtk_text_view_commit_handler): add begin/end user action
12778
12779         * gtk/gtktextbuffer.c: add begin/end user action signals, and
12780         bracket interactive operations with begin/end user action pair.
12781         
12782         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
12783         "interactive" arg from insert_text and delete_text signals.
12784         Add begin_user_action, end_user_action signals
12785         (gtk_text_buffer_begin_user_action): 
12786         (gtk_text_buffer_end_user_action): New functions to delimit 
12787         a user-visible action
12788
12789         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
12790         signals.
12791         
12792 2000-12-18  Havoc Pennington  <hp@redhat.com>
12793
12794         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
12795         was pretty non-working.
12796
12797         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
12798         by passing the length to g_utf8_validate().
12799
12800 2000-12-16  Havoc Pennington  <hp@pobox.com>
12801
12802         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
12803         Port to GObject, can go back in gdk-pixbuf after setting up 
12804         a gdk-pixbuf-marshal.h header over there.
12805
12806         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
12807         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
12808         args
12809         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
12810         set
12811         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
12812         here, do it when we create the buttons later
12813         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
12814         (gtk_tree_view_map): paranoia checks that column->button is shown 
12815         and unmapped
12816         (gtk_tree_view_size_request): only request visible children.
12817         Move header size calculation in here, for cleanliness, and 
12818         to maintain invariants for child widgets if we eventually 
12819         let users set different children inside the buttons
12820         (gtk_tree_view_map_buttons): factor out code to map buttons,
12821         since it was being called several times
12822         (gtk_tree_view_size_allocate_buttons): move_resize the drag
12823         windows instead of just moving them; their height may change 
12824         if we allow random widgets in there, or the theme changes.
12825         (gtk_tree_view_size_allocate): move button size allocation 
12826         above emitting the scroll signals, to ensure a sane state when we
12827         hit user code
12828         (gtk_tree_view_button_release): remove queue_resize after
12829         tree_view_set_size(), set_size() will handle any resize queuing
12830         that's needed
12831         (gtk_tree_view_focus_in): just queue a draw, don't fool with
12832         draw_focus goo
12833         (gtk_tree_view_focus): use gtk_get_current_event() and
12834         gdk_event_get_state()
12835         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
12836         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
12837         semicolon
12838         (gtk_tree_view_create_button): show the button here
12839         (gtk_tree_view_button_clicked): actually emit the clicked signal
12840         on the column
12841         (_gtk_tree_view_set_size): return right away if the size is
12842         unchanged, as a cheesy optimization
12843         (gtk_tree_view_setup_model): rename set_model_realized to 
12844         setup_model to match the flag that indicates whether we've 
12845         called it
12846         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
12847         exist, because set_scroll_adjustment does that and it shouldn't
12848         matter what order you call these in
12849         (gtk_tree_view_get_vadjustment): ditto
12850         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
12851         for paranoia
12852         (gtk_tree_view_set_headers_visible): call
12853         gtk_tree_view_map_buttons() instead of using cut-and-paste code
12854         (gtk_tree_view_append_column): clarify whether the return value
12855         is the count of columns before or after, and do the increment 
12856         separately from the return statement so you can tell from the code.
12857         (gtk_tree_view_remove_column): ditto
12858         (gtk_tree_view_insert_column): ditto
12859         (gtk_tree_view_get_column): remove g_return_if_fail for columns
12860         outside the existing range, the docs say that outside-range
12861         columns are allowed, so we handle them as documented. (Presumably
12862         this allows a nice loop with column != NULL as test.)
12863         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
12864         mean (left/right/center etc.).
12865         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
12866         (gtk_tree_view_expand_row): add docs
12867         (gtk_tree_view_collapse_row): add docs
12868
12869         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
12870         function to emit the clicked signal on a column
12871         
12872         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
12873         state of an event
12874         (gdk_event_get_time): don't treat GDK_SCROLL 
12875         as a button event, remove default case from switch so gcc 
12876         will whine if we don't explicitly handle all event types
12877
12878         * gtk/gtktreeselection.h: added some FIXME 
12879         
12880         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
12881         "columns" to "n_columns" and "column" to "columns" for clarity
12882
12883 2000-12-16  Havoc Pennington  <hp@pobox.com>
12884         
12885         * gtk/gtktextiter.c: General cleanup of the log attr iteration
12886         stuff. This should make e.g. the delete key work again in the
12887         text widget...
12888         (gtk_text_iter_forward_cursor_positions): handle negative count
12889         (gtk_text_iter_backward_cursor_positions): handle negative count
12890         (gtk_text_iter_forward_word_ends): handle negative count
12891         (gtk_text_iter_backward_word_starts): handle negative count
12892
12893         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
12894         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
12895         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
12896         GObject. No doubt will cause breakage.
12897
12898         * demos/gtk-demo/textview.c: remove hacks around
12899         non-GObject-ification of the text objects
12900
12901         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
12902         the text tag
12903         
12904 2000-12-14  Havoc Pennington  <hp@pobox.com>
12905
12906         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
12907         that we have Xrender
12908
12909 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
12910
12911         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
12912         Add two virtualized functions gdk_drawable_get_clip_region - to
12913         get the clip region when drawing.
12914         
12915         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
12916         use invalidate_region.
12917
12918         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
12919         region.
12920
12921         * acconfig.h configure.in: Check for Xft. For now, assume
12922         that if Xft is found, Pango was compiled with Xft support
12923         as well.
12924
12925         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
12926         gdk_colormap_query_color().
12927         
12928         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
12929         with Xft if appropriate.
12930
12931         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
12932         a pangoxft context if we have XFT and the environment
12933         variable GD_USE_XFT is set.
12934         
12935         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
12936         and also possibly an XftDraw structure.
12937
12938         * gtk/gtkfontsel.c: Handle the case where the font from the
12939         style doesn't match any of the fonts a bit better.
12940         
12941         * gtk/testgtk.c: Add tabs between directional segments for
12942         hebrew/arabic test. (Not really necessary, just a little
12943         prettier.)
12944
12945 2000-12-14  Havoc Pennington  <hp@redhat.com>
12946
12947         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
12948         reading a file
12949
12950 2000-12-14  Havoc Pennington  <hp@redhat.com>
12951
12952         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
12953         unused call to get_last_line()
12954
12955         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
12956         here until boxed is working (and maybe after that - we should
12957         really not gratuitously break old code)
12958
12959         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
12960         specific types for font_desc and tabs args, move them to
12961         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
12962         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
12963
12964         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
12965         use GTK_TYPE_POINTER for signal signatures as a hack-around
12966
12967         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
12968         PangoTabArray
12969
12970         * gtk/gtktextlayout.c (line_display_iter_to_index): 
12971         make static
12972         (line_display_index_to_iter): make static
12973
12974         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
12975         to marshal a string not a boxed
12976
12977         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
12978
12979         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
12980         since the UTF-8 isn't validated yet
12981
12982         * gtk/gtktextsegment.c (char_segment_check_func): don't require
12983         lines to end in '\n'
12984         
12985         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
12986         forward_to_delimiters, and grapheme boundaries
12987         (gtk_text_view_delete_from_cursor): properly handle non-newline
12988         delimiters, and grapheme boundaries
12989
12990         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
12991         to gtk_text_iter_forward_to_delimiters, and make it work properly
12992         if empty lines end with a character other than '\n'
12993
12994         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
12995         position
12996
12997 2000-12-15  Tor Lillqvist  <tml@iki.fi>
12998
12999         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
13000
13001         * gtk/gtk.def
13002         * gdk/gdk.def: Update.
13003
13004         * gdk/win32/gdkmain-win32.c
13005         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
13006         gdkmain-win32.c here.
13007
13008         * gdk/win32/makefile.mingw.in (all): No need to make
13009         gdk-win32res.o here, the makefile one step up will call us to make
13010         it.
13011
13012         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
13013         gdkkeys-win32.
13014
13015         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
13016
13017         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
13018         call to g_source_add().
13019
13020         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
13021         leak. Thanks to Andreas Kemnade.
13022
13023 2000-12-13  Havoc Pennington  <hp@pobox.com>
13024
13025         * gtk/gtktextbtree.h: Remove double _ in front of some functions
13026
13027         * gtk/gtktext*.[hc]: update accordingly
13028         
13029 2000-12-13  Havoc Pennington  <hp@pobox.com>
13030
13031         * gtk/gtktextbtree.h: Put _ in front of every function in this 
13032         header file
13033
13034         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
13035
13036 2000-12-13  Alex Larsson  <alexl@redhat.com>
13037
13038         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
13039         Add support for ps2 intellimouse.
13040
13041         * gdkkeyboard-fb.c:
13042         Move shift-F1 repaint handling to xlate handler only.
13043         
13044         * docs/README.linux-fb:
13045         Add imps2 to docs.
13046         Document the new refresh keys.
13047         
13048 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
13049
13050         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
13051
13052         * gtk/gtkbox.c: change property types from (u)long to (u)int for
13053         ::position and ::padding.
13054
13055         * gtk/gtkcontainer.c: make ::border_width an INT property.
13056
13057         * gtk/gtkpacker.c: make ::position an INT property.
13058
13059         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
13060         guard against NULL h/v scrollbars, since this is used at construction
13061         time.
13062
13063         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
13064         internal gtk_clist_constructor().
13065
13066         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
13067         gtk_ctree_constructor().
13068
13069         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
13070         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
13071
13072         * docs/reference/Makefile.am: fun stuff, disabled docs generation
13073         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
13074
13075         * gtk/gtkwidget.[hc]:
13076         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
13077         and gtk_widget_get().
13078         (gtk_widget_new): use g_object_new_valist().
13079         (gtk_widget_set): use g_object_set_valist().
13080
13081         * gtk/gtkobject.[hc]:
13082         removed gtk_object_arg_get_info(), gtk_object_getv(),
13083         gtk_object_query_args(), gtk_object_newv(),
13084         gtk_object_class_add_signals(),
13085         gtk_object_class_user_signal_new(),
13086         gtk_object_class_user_signal_newv(),
13087         gtk_object_arg_set(), gtk_object_arg_get(),
13088         gtk_object_args_collect(),
13089         gtk_object_default_construct(),
13090         gtk_object_constructed(),
13091         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
13092         removed nsignals, signals and n_args members from GtkObjectClass.
13093         (gtk_object_new): use g_object_new_valist().
13094         (gtk_object_set): use g_object_set_valist().
13095         (gtk_object_get): use g_object_get_valist().
13096         
13097         * gtk/gtkcompat.h: define gtk_object_default_construct().
13098         
13099         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
13100         g_object_new().
13101
13102         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
13103         fucntions, cleaned up method assignments (make sure your structures
13104         are setup properly before calling out). removed all GTK_CONSTRUCTED
13105         hacks ;)
13106
13107 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
13108
13109         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
13110         off-by-one error in checks. (Dave Lambert)
13111
13112 2000-12-12  Alexander Larsson  <alexl@redhat.com>
13113
13114         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
13115         Don't free gdk_fb_keyboard twice.
13116
13117 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
13118
13119         * gtk/testgtk.c:
13120         (create_tooltips): 
13121         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
13122         use GObject swapped_signal:: properties instead.
13123
13124         * gtk/gtkcellrenderertoggle.c: 
13125         * gtk/gtkcellrenderertextpixbuf.c: 
13126         * gtk/gtkcellrenderertext.c: 
13127         * gtk/gtkcellrendererpixbuf.c: 
13128         * gtk/gtkcellrenderer.c:
13129         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
13130         missing warnings for invalid property ids, install properties
13131         with g_object_class_install_property() now.
13132         
13133         * gtk/gtksignal.c:
13134         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
13135         
13136 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
13137         
13138         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
13139         to determine if a window is the focus widget within
13140         its toplevel.
13141
13142         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
13143         to be boolean.
13144
13145         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
13146         of the case where the container CAN_FOCUS to here instead
13147         of having it in each individual move-the-focus place.
13148
13149         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
13150         focusing to be geometric in a much more obvious sense. Arrowing
13151         around is still non-intuitive because it isn't perfect and
13152         because entries, etc, grab the arrow keys, but it at least
13153         usually will do what you expect now.
13154         
13155         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
13156         file.
13157
13158         * gtk/gtknotebook.c: Change tabs to be a single item in
13159         the focus chain. Make movement of focus on tabs with arrow
13160         keys wrap around.
13161         
13162         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
13163         CHECK_FIND_CHILD macro to give informative error messages
13164         instead of silent returns.
13165
13166         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
13167         flag since we handle GdkReturn on the tabs.
13168
13169         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
13170         windows rather than sending expose events directly.
13171
13172         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
13173         definition for GtkNotebookPage into .c file, since it is private.
13174
13175         * gtk/testgtk.c (create_notebook): Add option for 
13176         testing borderless notebook.
13177
13178         * gtk/testgtk.c (page_switch): Removed egregious poking
13179         around in GTK+ internals.
13180
13181         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
13182
13183         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
13184         properly through gtk_clist_focus. Make the title headers a
13185         single item in the tab-focus chain, and make left-right wrap
13186         around.
13187
13188         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
13189         focus method so that wrapping around works properly.
13190
13191         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
13192         that is handled for the widget now. 
13193
13194 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
13195
13196         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
13197         widgets as TOPLEVEL.
13198
13199         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
13200         TOPLEVEL widgets are containers.
13201
13202         * gtk/gtkinvisible.h: Remove useless include.
13203
13204 2000-12-11  Havoc Pennington  <hp@redhat.com>
13205
13206         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
13207         Handle chopping off \r\n and 0x2029 in addition to \n before
13208         passing to PangoLayout
13209
13210         * gtk/gtkimcontextsimple.c
13211         (gtk_im_context_simple_get_preedit_string): 
13212         return an empty string if no match is pending
13213
13214         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
13215         assertion that the returned preedit string was sane
13216
13217         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
13218         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
13219         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
13220
13221 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
13222
13223         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
13224         Fix up finalizer to chain to its parent.
13225
13226 2000-12-11  Alexander Larsson  <alexl@redhat.com>
13227
13228         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
13229         Clearified the difference between the keyboard types. Wrote a note
13230         about the magic sysrq key to get out of raw mode.
13231
13232 2000-12-09  James Henstridge  <james@daa.com.au>
13233
13234         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
13235         member to hold masks for detecting the start of a protocol packet.
13236         (mouse_devs): add packet start masks for ps2 and ms device types.
13237         Left the mask for fidmour blank, as I have no idea what it should
13238         be.
13239         (handle_mouse_io): skip bytes until we get to the start of a
13240         packet.  My Logitech mouse seems to be passing an extra NULL pad
13241         byte, and GPM does a similar thing here.
13242         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
13243         this is the ms mouse driver.
13244         (gdk_fb_mouse_ms_packet): fix up button handling, which was
13245         completely broken except for button1.  It was checking the wrong
13246         bit in the packet for the status of the right mouse button, and
13247         wrongly assuming right == button2 rather than 3.  I fixed that and
13248         also added support for middle button (button2).
13249
13250 2000-12-08  Havoc Pennington  <hp@redhat.com>
13251
13252         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
13253         that cause a segfault on text insertion
13254
13255         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
13256         warning
13257
13258         * gtk/gtktextiter.c (test_log_attrs): use
13259         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
13260
13261         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
13262         Get log attrs for a line, using a cache stored on the buffer
13263         
13264         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
13265         reported by Jeff Franks
13266
13267 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13268
13269         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
13270         /dev/ttyS0 -> /dev/mouse
13271
13272 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13273
13274         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
13275         Added dummy gdk_fontset_load.
13276
13277 2000-12-08  Alexander Larsson  <alexl@redhat.com>
13278
13279         * docs/README.linux-fb:
13280         * docs/Makefile.am:
13281         Initial GtkFB docs.
13282         
13283         * gdk/linux-fb/Makefile.am:
13284         Define GDK_DATA_PREFIX.
13285
13286         * gdk/linux-fb/gdkmain-fb.c:
13287         Fix typo.
13288         Change default display to /dev/fb0.
13289
13290         * gdk/linux-fb/gdkpango-fb.c:
13291         Add $(prefix)/share/fonts/ to font path.
13292         
13293 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13294
13295         * gdk/linux-fb/gdkkeyboard-fb.c:
13296         New file containing the abstracted keyboard driver. Most code
13297         taken from gdkinput-ps2.c
13298
13299         * gdk/linux-fb/gdkinput-ps2.c:
13300         Removed file.
13301         
13302         * gdk/linux-fb/Makefile.am:
13303         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
13304
13305         * gdk/linux-fb/gdkcolor-fb.c:
13306         display->fb was renamed to display->fb_fd.
13307
13308         * gdk/linux-fb/gdkcursor-fb.c:
13309         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13310
13311         * gdk/linux-fb/gdkinput.c:
13312         Moved gdk_input_init here from gdkinput-ps2.c
13313
13314         * gdk/linux-fb/gdkmain-fb.c:
13315         display->fb was renamed to display->fb_fd.
13316         Now the tty and the console is opened here instead
13317         of in the keyboard driver. Also check GDK_VT to see what
13318         tty to open.
13319         Move gdk_beep () here from gdkinput-ps2.c
13320         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13321
13322         * gdk/linux-fb/gdkmouse-fb.c:
13323         Add header.
13324         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13325         Return correct keyboard modifiers.
13326         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
13327
13328         * gdk/linux-fb/gdkprivate-fb.h:
13329         Add tty and vt info to display.
13330         Add orignal modeinfo storage to display
13331         Update global functions
13332
13333         * gdk/linux-fb/gdkwindow-fb.c:
13334         Added gdk_fb_window_find_focus().
13335         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13336
13337 2000-12-07  Havoc Pennington  <hp@pobox.com>
13338
13339         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
13340         function, noticed by Alex
13341
13342 2000-12-06  Elliot Lee  <sopwith@redhat.com>
13343
13344         * configure.in: Detect freetype properly
13345
13346         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
13347         above.
13348
13349 2000-12-06  Alexander Larsson  <alexl@redhat.com>
13350
13351         * gdk/linux-fb/Makefile.am:
13352         Add gdkmouse-fb.c
13353         
13354         * gdk/linux-fb/gdkmouse-fb.c:
13355         New file. Abstracted the mouse drivers a bit.
13356
13357         * gdk/linux-fb/gdkcursor-fb.c:
13358         The cursor hide/show functions was moved here from gdkinput-ps2.c.
13359
13360         * gdk/linux-fb/gdkinput-ps2.c:
13361         Removed old mouse handling code. Moved cursor handling code
13362         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
13363         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
13364         gdk_mouse_get_info.
13365
13366         * gdk/linux-fb/gdkmain-fb.c:
13367         Pass NULL pointers for x,y in gdk_mouse_get_info call.
13368
13369         * gdk/linux-fb/gdkprivate-fb.h:
13370         Removed public gdk_fb_find_common_ancestor, added and renamed
13371         functions for the new mouse handling code.
13372
13373         * gdk/linux-fb/gdkwindow-fb.c:
13374         Moved gdk_fb_window_send_crossing_events here. added global
13375         variable gdk_fb_window_containing_pointer. made
13376         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
13377         renamed to gdk_mouse_get_info.
13378
13379 2000-12-06  Alexander Larsson  <alexl@redhat.com>
13380
13381         * gdk/linux-fb/gdkevents-fb.c:
13382         Update to match latest gmain/gsource changes.
13383
13384         * gdk/linux-fb/gdkinput-ps2.c:
13385         Bogus gdk_keymap_get_entries_for_keycode implementation so that
13386         it links. Will be implemented later.
13387
13388 2000-12-03  Havoc Pennington  <hp@pobox.com>
13389
13390         * gdk/Makefile.am: add gdkkeys.[hc]
13391
13392         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
13393         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
13394
13395         * acconfig.h, configure.in: add checks and command line options
13396         for XKB
13397
13398         * gdk/x11/gdkkeys-x11.c: Implement the above functions
13399         
13400         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
13401         and group in the key event
13402
13403         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
13404         field with the low-level hardware key code, and a group
13405         field with the keyboard group
13406
13407         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
13408         and declare a couple globals used for keymap handling
13409         
13410         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
13411         hold down Shift-Control and type a hex number to get a Unicode 
13412         character corresponding to the hex number
13413         (gtk_im_context_simple_get_preedit_string): Fix cursor position
13414         (return bytes not chars)
13415
13416 2000-12-05  Elliot Lee  <sopwith@redhat.com>
13417
13418         * gdk/gdkcolor.h: Make GdkColor specify element sizes
13419         to avoid waste on 64-bit platforms.
13420
13421 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
13422
13423         * INSTALL: Fix link to PNG home, remove reference
13424         to fribidi.
13425
13426         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
13427         
13428         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
13429         tested.)
13430
13431         * gtk/gtkcheckmenuitem.c: Permanently turn on
13432         always_show_toggle.
13433
13434         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
13435         be NULL. (Vladimir Klebanov, #26545)
13436
13437         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
13438         some signed/unsigned comparison problems. (#6510,
13439         David Kaelbling)
13440
13441         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
13442         return type to boolean (Oskar Liljeblad, #18648)
13443
13444 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13445
13446         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
13447         Remove bogus colormap setting.
13448
13449 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13450
13451         * gdk/linux-fb/gdkcolor-fb.c:
13452         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
13453
13454         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
13455         Must set colormap.
13456         
13457 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
13458
13459         * docs/tutorial/gtk-tut.sgml: DND updates
13460
13461 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
13462
13463         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
13464         Remove old debug g_warning().
13465         (gdk_fb_draw_drawable): The src argument can be either a wrapper
13466         or an implementation, just pass the implementation to draw_drawable_2.
13467         
13468         * gdk/linux-fb/gdkprivate-fb.h:
13469         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
13470
13471         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
13472         clear and invalidate area when window is destroyed.
13473         (send_map_events): Remove old commented out code.
13474
13475 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13476
13477         * gdk/linux-fb/gdkpango-fb.c:
13478         Use italic instead of oblique in font aliases.
13479         
13480         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
13481         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
13482         other unsupported functions.
13483
13484 2000-12-04  Havoc Pennington  <hp@redhat.com>
13485
13486         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
13487
13488         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
13489
13490         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
13491
13492         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
13493         hack to avoid infinite loops (synthetic expose event) - 
13494         Owen has more appropriate fixes in a branch he'll check in later.
13495
13496         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
13497         separator, CR, and CRLF as line ends
13498
13499         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
13500         into lines using pango_find_paragraph_boundary(); other bits of
13501         the widget are still going to be broken if the boundary isn't '\n'
13502         though
13503
13504 2000-12-04  Alexander Larsson  <alexl@redhat.com>
13505
13506         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
13507         multiply.
13508
13509         * gdk/linux-fb/gdkpango-fb.c:
13510         Copied some 26.6 scaling macros from pango to clean up the rounding.
13511         (pango_fb_font_get_glyph_info): Correct sign on x value.
13512
13513         * gdk/linux-fb/gdkprivate-fb.h:
13514         Removed unreferenced external functions.
13515
13516         * modules/linux-fb/Makefile.am: Use ` instead of '.
13517
13518         * modules/linux-fb/basic.c:
13519         Remove dead code. In particular the dummy lang engine which broke all
13520         pango layouts in GtkFB. Don't include tables-big.i anymore.
13521
13522         * modules/linux-fb/tables-big.i:
13523         Upgrade to latest version from pango. Left for reference, basic_ranges
13524         moved to basic.c.
13525         
13526 2000-12-04  Havoc Pennington  <hp@redhat.com>
13527
13528         Fix bugs Alex found:
13529         
13530         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
13531         to "draw"
13532
13533         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
13534
13535         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
13536
13537         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
13538         implementation in here, apparently the expose() implementation was
13539         dead code.
13540
13541 2000-12-04  Alexander Larsson  <alexl@redhat.com>
13542
13543         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
13544         Return positive descent.
13545
13546 2000-12-02  Havoc Pennington  <hp@pobox.com>
13547
13548         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
13549         method and signal
13550         
13551         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
13552         calls gdk_window_process_updates() to push the exposes through
13553         (gtk_widget_class_init): No more draw signal, no
13554         gtk_widget_real_draw()  
13555         
13556         * gtk/gtkbin.c (gtk_bin_draw): remove
13557
13558         * gtk/gtkbox.c (gtk_box_draw): remove
13559
13560         * gtk/gtkbutton.c (gtk_button_draw): remove
13561
13562         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
13563
13564         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
13565
13566         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
13567
13568         * gtk/gtkclist.c (gtk_clist_draw): remove
13569
13570         * gtk/gtkentry.c (gtk_entry_draw): remove
13571
13572         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
13573
13574         * gtk/gtkfixed.c (gtk_fixed_draw): remove
13575
13576         * gtk/gtkframe.c (gtk_frame_draw): remove
13577
13578         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
13579
13580         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
13581
13582         * gtk/gtklayout.c (gtk_layout_draw): remove
13583
13584         * gtk/gtklist.c (gtk_list_draw): remove
13585
13586         * gtk/gtklistitem.c (gtk_list_item_draw): remove
13587
13588         * gtk/gtkmenu.c (gtk_menu_draw): remove
13589
13590         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
13591
13592         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
13593
13594         * gtk/gtknotebook.c (gtk_notebook_draw): remove
13595
13596         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
13597
13598         * gtk/gtkpacker.c (gtk_packer_draw): remove
13599
13600         * gtk/gtkrange.c (gtk_range_draw): remove
13601
13602         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
13603
13604         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
13605
13606         * gtk/gtktable.c (gtk_table_draw): remove
13607
13608         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
13609
13610         * gtk/gtktext.c (gtk_text_draw): remove
13611
13612         * gtk/gtktextview.c (gtk_text_view_draw): remove
13613
13614         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
13615
13616         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
13617
13618         * gtk/gtktree.c (gtk_tree_draw): remove
13619
13620         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
13621
13622         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
13623
13624         * gtk/gtkviewport.c (gtk_viewport_draw): remove
13625
13626         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
13627
13628         * gtk/gtkvscale.c (gtk_vscale_draw): remove
13629
13630         * gtk/gtkwindow.c (gtk_window_draw): remove
13631
13632 2000-20-01  Anders Carlsson  <andersca@gnu.org>
13633
13634         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
13635         a GtkToggleButton is both insensitive and active, it was being
13636         drawn by the GtkButton draw handler which doesn't check the
13637         state. Now it's calling gtk_toggle_button_paint instead.
13638         
13639 2000-12-01  Havoc Pennington  <hp@redhat.com>
13640
13641         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
13642         dangling pointers to the appearance attributes from the 
13643         line display
13644
13645         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
13646         width/height to mean "full width/height of drawable"
13647
13648         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
13649         click to select word/line
13650         
13651         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
13652         when getting log attrs. Get a slice, so that pixmaps and stuff
13653         are properly handled.
13654
13655         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
13656         paste into the selection (replaces selection now, previously
13657         crashed or added to selection). Reveals longstanding btree bug -
13658         select multiple lines, middle-click on the selection, boom. This
13659         isn't related to my changes though.
13660
13661         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
13662         PangoLogAttrs changes
13663         (gtk_entry_move_backward_word): ditto
13664
13665         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
13666         functions return bool whether the iter moved onto a
13667         dereferenceable position.
13668  
13669         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
13670         functions for motion in terms of display lines.
13671
13672         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
13673         get the buffer a mark is inside
13674         
13675 2000-12-01  Alexander Larsson  <alexl@redhat.com>
13676
13677         * gdk/linux-fb/Makefile.am:
13678         * modules/linux-fb/Makefile.am:
13679         Freetype 2 final uses freetype-config
13680
13681         * gdk/linux-fb/gdkpango-fb.c:
13682         Upgrade to use Freetype 2 final.
13683         More flexible support for font aliases, this also fixes a bug with
13684         GtkFontSelector, as the aliases must be visible in the font/family list,
13685         or GtkFontSelector reads uninitialized memory.
13686
13687 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
13688
13689         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
13690         XGetIMValues to properly terminate variable argument list, and do
13691         NULL return check for ic_values and xim_styles.
13692
13693         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
13694         Restore preedit state after XmbResetIC().
13695         
13696         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
13697         XvaCreateNestedList() should take XvaNestedList, but not
13698         XvaNestedList*.
13699
13700         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
13701         preedit_draw_callback, preedit_caret_callback): Match
13702         "preedit-changed" signal name to "preedit_changed" to be
13703         consistent to the spec.
13704
13705         * gtk/gtkimcontextsimple.c (check_table):
13706         Match "preedit-changed" to "preedit_changed" to be consistent
13707         to the spec.
13708
13709 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
13710
13711         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
13712         gc->clip_region == NULL>
13713
13714 2000-11-30  Tor Lillqvist  <tml@iki.fi>
13715
13716         Changes by Hans Breuer:
13717         
13718         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
13719         Dont't use negative width and height as max_hints. This fixes
13720         Owen's recent testgtk changes for win32.
13721
13722         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
13723         gdk_win32_hdc_release): These are exported and may be called with
13724         other drawable types than our GdkDrawableImplWin32 (?).
13725
13726         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
13727         so always #define USE_BACKING_STORE.
13728
13729         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
13730         of printf for debugging output.
13731
13732         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
13733         
13734         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
13735
13736         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
13737         declaration.
13738
13739         * gtk/gtktexttypes.h: Ditto.
13740
13741         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
13742         (GDK_VoidSymbol) also if in case of arg check failure.
13743
13744         * gtk/gtkimcontextsimple.c
13745         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
13746         position to the pointer, but to the variable it points to.
13747
13748         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
13749
13750         * gtk/gtk.def: Updates.
13751
13752 2000-11-29  Elliot Lee  <sopwith@redhat.com>
13753
13754         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
13755         GTK_TYPE_TREE_MODEL.
13756
13757 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13758
13759         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
13760         Set the size of the font from the description.
13761         (gdk_text_width): Gross hack that calculates the width
13762         of text by text_length * size/2. This is necessary because
13763         GtkLabel does some ugly gtk_string_width call to calculate
13764         an good size.
13765         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
13766
13767 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
13768
13769         * docs/tutorial/gtk-tut.sgml: DND updates
13770
13771 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13772
13773         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
13774         If you pass width or height == 0 to gdk_window_clear_area they
13775         should be calculated from the window size.
13776
13777 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13778
13779         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
13780         a grab, but no grab-cursor, use the cursor from the grabbed
13781         window. (gdk_fb_window_send_crossing_events): Send normal
13782         enter/leave notifications if grab and owner_events == TRUE.
13783
13784 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13785
13786         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
13787         Do implicit button grabs, even if the window doesn't
13788         want the event.
13789         (gdk_fb_window_send_crossing_events): If there is a
13790         grab, only the grabbed window gets normal enter/leave
13791         notifications. On ungrab go from grabbed window to current.
13792         Don't send any notification to b when propagating from c -> b.
13793         If setting a grab on window, don't set prev_window.
13794         (handle_mouse_input): Send enter/leave events to the window the
13795         mouse is over, not the grabbed one.
13796         
13797 2000-11-28  Elliot Lee  <sopwith@redhat.com>
13798
13799         * gdk/gdkregion-generic.c: Zap warning.
13800         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
13801         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
13802
13803 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
13804
13805         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
13806         The cursor should be hidden if it is part of either the
13807         source or destination region. Not only if it is in both.
13808         (gdk_window_set_transient_for): Silence warnings.
13809
13810 2000-11-28  Alexander Larsson  <alexl@redhat.com>
13811
13812         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
13813         The default mode in X is Pie Arcs, therefore that is
13814         what Gtk+ uses.
13815
13816 2000-11-28  Alexander Larsson  <alexl@redhat.com>
13817
13818         * gdk/linux-fb/gdkinput-ps2.c:
13819         Implement correct EnterNotify/LeaveNotify:
13820         (gdk_fb_window_send_crossing_events): New function that sends
13821         all GdkCrossingEvents from the last mouse-window to the specified
13822         destination.
13823         (gdk_fb_window_visibility_crossing): Removed function.
13824         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
13825         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
13826         instead of gdk_window_get_pointer() for better readability.
13827
13828         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
13829         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
13830
13831         * gdk/linux-fb/gdkprivate-fb.h:
13832         removed gdk_fb_window_visibility_crossing, added
13833         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
13834
13835         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
13836         New function that finds the least common ancestor of two windows.
13837         (gdk_window_show, gdk_window_hide):
13838         Use gdk_fb_window_send_crossing_events.
13839         (gdk_fb_window_move_resize): Send configure events to toplevel
13840         windows. Use gdk_fb_window_send_crossing_events.
13841
13842 2000-11-27  Havoc Pennington  <hp@redhat.com>
13843
13844         * gtk/gtkprivate.h (enum): Remove a trailing comma
13845
13846 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
13847
13848         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
13849         the "changed" callback of the adjustment.  We need to redraw the
13850         spin button's arrows when the adjustment's range changes.
13851         (adjustment_changed_cb): Draw the arrows.
13852         (gtk_spin_button_value_changed): Draw the arrows.
13853
13854 2000-11-23  Alexander Larsson  <alexl@redhat.com>
13855
13856         * gdk/linux-fb/gdkselection-fb.c:
13857         Initial selection implementation.
13858
13859         * gtk/gtkselection.c:
13860         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
13861         requestor in gtk_selection_request.
13862         
13863         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
13864         Added gdk_selection_property atom.
13865
13866         * gdk/linux-fb/gdkprivate-fb.h:
13867         Export _gdk_selection_window_destroyed.
13868         Removed mask_off_x/y from GdkCursorPrivateFB.
13869         Removed hbearing, added top, left to PangoFBGlyphInfo.
13870
13871         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
13872         Call _gdk_selection_window_destroyed
13873         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
13874         the root window has been created.
13875         (static_dx_hack, static_dy_hack, compare_draw_rects,
13876         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
13877         in region. They are already sorted. Instead just traverse them in
13878         reverse if draw_direction < 0.
13879         
13880         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
13881         Double-clicks must be sent after the normal button_press.
13882         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
13883         
13884         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
13885         Pass _gdk_fb_screen_gc instead of NULL.
13886
13887         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
13888         Initialize gdk_selection_property.
13889         (gdk_event_make): Remove unused code.
13890
13891         * gdk/linux-fb/gdkcursor-fb.c:
13892         Make the pixmap for the cursor the same size as the mask. Also remove
13893         the mask_off_x/y fields in GdkCursorPrivateFB and combine
13894         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
13895         Now the whole cursor is visible.
13896
13897         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
13898         Fix bug where xdest+height instead of ydest+height was used
13899         to calculate if the source and dest overlapped. This fixes the
13900         redraw bug when the main window in testgtk was scrolled when
13901         partially covered by a tall window.
13902         Copy rectangles in region in order depending on draw_direction.
13903         Also moved the draw_direction flipping of start_y and end_y into
13904         the gc functions, as this might not be what all of them want.
13905         (gdk_fb_draw_lines): Support dashed lines.
13906         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
13907         so that the text is positioned correctly (was 1 pixel high).
13908
13909         gdk/linux-fb/gdkgc-fb.c:
13910         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
13911         all lines were drawn a pixel to short. Also checked the default of
13912         the rest of the values, and they're the same as X now.
13913
13914         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
13915         Clean up pixel positioning of the glyphs. Just use bgy->top and
13916         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
13917         to all divisions to get correct rounding behaviour.
13918
13919         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
13920         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
13921         Moved start_y/end_y flip into draw_drawable implementations.
13922         Flip also x rendering when draw_direction < 0.
13923         Remove unneccesary multiply with draw_direction.
13924
13925 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
13926
13927         * docs/tutorial/gtk-tut.sgml:
13928           - get rid of gtk_toggle_button_toggled FUD
13929           - start DND section - needs work - based on:
13930                 http://wolfpack.twu.net/docs/gtkdnd/
13931
13932 2000-11-22  Alexander Larsson  <alexl@redhat.com>
13933
13934         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
13935         Correct calculation of font metrics. Now GtkEntrys have sane
13936         size.
13937
13938 2000-11-22  Alexander Larsson  <alexl@redhat.com>
13939
13940         * gdk/gdktypes.h:
13941         Add new type GdkSpan
13942         
13943         * docs/reference/gdk/gdk-sections.txt,
13944         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
13945         gdk/gdkregion.h:
13946         Implement and document gdk_region_spans_intersect_foreach.
13947
13948         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
13949         Add new file gdkrender-fb.c which contains all core
13950         rendering code.
13951         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
13952         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
13953         (optimized rectangle fillers).
13954
13955         * gdk/linux-fb/gdkdrawable-fb2.c:
13956         Move all rendering code to gdkrender-fb.c.
13957         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
13958         Use the new span intersection functions in gdk_fb_fill_spans.
13959         gdk_fb_draw_rectangle() clips filled rectangles and calls
13960         gc->fill_rectangle with the result.
13961         gdk_fb_fill_spans() gets extra argument "sorted".
13962
13963         * gdk/linux-fb/gdkevents-fb.c:
13964         Remove unused includes and defines.
13965         New function gdk_fb_get_time() to get correct time for events.
13966
13967         * gdk/linux-fb/gdkinput-ps2.c:
13968         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
13969         Make sure to set the time of all events.
13970
13971         * gdk/linux-fb/gdkmain-fb.c:
13972         Use gdk_fb_get_time ().
13973
13974         * gdk/linux-fb/gdkprivate-fb.h:
13975         New virtual GC calls: fill_span & fill_rectangle.
13976         Export gdk_fb_get_time().
13977         gdk_fb_fill_spans() gets extra argument "sorted".
13978
13979         * gdk/linux-fb/mi*.c:
13980         Use GdkSpan instead of GdkRectangle.
13981         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
13982         from XFree 4 source)
13983         
13984 2000-11-22    <jrb@redhat.com>
13985
13986         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
13987         reversing the order in an if statement will do.  Doing so managed
13988         to make the treemodelsort half work.  Other half will follow after
13989         I get the insert function fully fixed.
13990
13991 2000-11-21  Elliot Lee  <sopwith@redhat.com>
13992         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
13993         more than 2 bits. Besides, I need to implement an evil hack. :)
13994
13995 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
13996
13997         * docs/tutorial/gtk-tut.sgml: minor corrections
13998
13999 2000-11-20  Jonathan Blandford <jrb@redhat.com>
14000         * gtk/gtktreemodelsort.h: Add convertion functions to let you
14001           convert to and from relative path's and iters.
14002
14003         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
14004           testing sorting functions a bit better.  Currently broken -- will
14005           fix in morning.
14006
14007 2000-11-20  Havoc Pennington  <hp@redhat.com>
14008
14009         * gtk/gtkwidget.c: Documented a bunch of functions in here
14010         (gtk_widget_realize): Warn if you try to realize
14011         a widget with no parent that isn't a toplevel
14012         (gtk_widget_intersect): return a gboolean
14013
14014 2000-11-20  Havoc Pennington  <hp@redhat.com>
14015
14016         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
14017         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
14018         scrolling to be implemented in GDK to finish. Also, right now
14019         we just size_allocate all children on every layout change,
14020         which is pretty lame. Test commented out of testtext.c, 
14021         until it works better.
14022
14023 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
14024
14025         * gdk/linux-fb/gdkdrawable-fb2.c:
14026         Removed unused arguments from gdk_fb_drawable_get_pixel().
14027
14028         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
14029         Renamed fidur specific mouse packet data in MouseDevice to
14030         generic. Used it in ps2 mouse handling code to avoid blocking
14031         reads.
14032
14033 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
14034
14035         * demos/gtk-demo/main.c: Changed to have the list become
14036         non-italic when the demo window is destroyed through an external
14037         event (like a close button).  Doing so found three bugs in the
14038         widget.
14039
14040         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
14041
14042         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
14043         we actually set the cell.
14044
14045         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
14046
14047         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
14048         free a leaked path.  Thanks memprof.
14049
14050 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
14051
14052         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
14053         off-by-one error when destroying allocated segments
14054         on failure. (Elliot)
14055
14056 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
14057
14058         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
14059         memleaks found by Evan Martin.
14060
14061 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
14062
14063         * Released 1.3.2
14064         
14065         * NEWS: Updates for 1.3.2
14066
14067 2000-11-17  Tor Lillqvist  <tml@iki.fi>
14068
14069         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
14070         but in general for window system specific events.
14071
14072         * gtk/gtk.def
14073         * gtk/makefile.mingw.in
14074         * gtk/makefile.msc.in: Update.
14075         
14076         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
14077
14078 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
14079
14080         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
14081         distribute gtk.immodules.
14082
14083         * gtk/Makefile.am (install-data-local): Don't install the
14084         gtk.immodules file created for the uninstalled modules;
14085         instead run gtk-query-immodules after install
14086
14087 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
14088
14089         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
14090         -rpath to the right install location.
14091
14092         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
14093         -export-dynamic.
14094
14095         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
14096         properly.
14097
14098 2000-11-15  Havoc Pennington  <hp@pobox.com>
14099
14100         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
14101         patch from Mikael Hermansson to temporarily stop blinking while
14102         the user is using the keyboard to type or navigate. 
14103
14104         Also, when blinking, stay on for longer than we stay off. Also,
14105         return from start_cursor_blink if !cursor_visible, to save
14106         checking that flag all over the place before we call
14107         start_cursor_blink.
14108
14109 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
14110
14111         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
14112         only contain a "fontset" line, which is now ignored.
14113
14114         * gtk/gtkentry.c (gtk_entry_button_release): Make 
14115         double-click-to-select-word work.
14116         
14117 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
14118
14119         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
14120         Don't move back one char when we are actually at the end of the 
14121         paragraph.
14122
14123 2000-11-15  Robert Brady  <robert@suse.co.uk>
14124
14125         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
14126         'o' < 'p'.
14127         
14128         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
14129         bind_textdomain_codeset.
14130
14131         (gtk_init_check): Make the warning about translating default:LTR
14132         sterner.
14133         
14134 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
14135
14136         * **/Makefile.am : remove unecessary rules for win32-specific
14137         config-substituted targets. If you want these rules, use
14138         --enable-maintainer-mode (called automatically by autogen.sh).
14139         Stops a lot of unneccessary make-time warnings.
14140
14141         * gtk/gtktext{layout,display}.c: Factor in total width as
14142         well as screen when figuring alignment for word-wrap as well as
14143         no wrap; this is necessary to handle lines that cannot be wrapped
14144         at all.
14145
14146 2000-11-15  Havoc Pennington  <hp@redhat.com>
14147
14148         * gtk/testtext.c: Implement essential color cycling feature
14149
14150 2000-11-15  Havoc Pennington  <hp@redhat.com>
14151
14152         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
14153         when we invalidate the main window.
14154
14155         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
14156         GtkTextView will now invalidate the side windows for us when text
14157         changes.
14158
14159 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
14160
14161         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
14162         unconditionally, since we may need to update the horizontal
14163         scrollbars even if the height didn't change.
14164
14165         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
14166         the extra attrs, since some of them affect size.
14167
14168         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
14169         x_offset correctly.
14170
14171 2000-11-15  Havoc Pennington  <hp@redhat.com>
14172
14173         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
14174         don't move the first line out into the margin, instead move the
14175         whole paragraph in order to make space for the first line within 
14176         the margin
14177
14178 2000-11-15  Havoc Pennington  <hp@redhat.com>
14179
14180         * gtk/gtktextview.c (changed_handler): offset redraw rect by
14181         xoffset in addition to yoffset, so horizontal scrolling doesn't
14182         break redraws
14183
14184 2000-11-15  Havoc Pennington  <hp@redhat.com>
14185
14186         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
14187         from the cursor
14188         (render_layout_line): fix reversed test that caused weird
14189         underlines to get drawn
14190
14191 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14192
14193         * gdk/linux-fb/gdkprivate-fb.h:
14194         Fix debug macros.
14195         
14196 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14197
14198         * gdk/linux-fb/gdkprivate-fb.h:
14199         Added virtual functions set_pixel, get_color,
14200         fill_span and draw_drawable to the GC.
14201         Added global _gdk_fb_screen_gc to use instead of
14202         NULL when drawing to the screen.
14203         Added _gdk_fb_gc_calc_state() prototype.
14204
14205         * gdk/linux-fb/gdkgc-fb.c:
14206         Call _gdk_fb_gc_calc_state() on any gc state change.
14207
14208         * gdk/linux-fb/gdkglobals-fb.c:
14209         Add _gdk_fb_screen_gc
14210                 
14211         * gdk/linux-fb/gdkdrawable-fb2.c:
14212         _gdk_fb_gc_calc_state() calculates best functions
14213         for the GC state and depth.
14214         Moved bpp specialized code to separate functions.
14215         Added optimized 24 bpp AA draw_drawable.
14216
14217         * gdk/linux-fb/gdkevents-fb.c:
14218         Silence gcc warning.
14219
14220         * gdk/linux-fb/gdkimage-fb.c:
14221         Use _gdk_fb_screen_gc
14222
14223         * gdk/linux-fb/gdkwindow-fb.c:
14224         Init and use _gdk_fb_screen_gc
14225
14226         * gdk/linux-fb/mitypes.h:
14227         Remove unused types.
14228
14229 2000-11-14  Havoc Pennington  <hp@pobox.com>
14230
14231         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
14232         to pixels
14233
14234 2000-11-14  Havoc Pennington  <hp@pobox.com>
14235
14236         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
14237
14238         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
14239         unknown char, no real reason we were using a variable. 
14240         Remove gtk_text_unknown_char variable. Fix all the text widget
14241         files accordingly.
14242
14243         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
14244         since the Unicode spec seems to prefer that character for our
14245         purposes.
14246
14247 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
14248
14249         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
14250         value of g_getenv() isn't freeable, so g_strdup it.
14251
14252         * modules/input/inuktitut.c: Inuktitut input method.
14253
14254         * modules/input/Makefile.am: Build this.
14255         
14256 2000-11-14  Elliot Lee  <sopwith@redhat.com>
14257
14258         * gtk/Makefile.am: Install gtk.immodules, needed for operation
14259         of gtk programs.
14260
14261 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
14262
14263         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
14264         reversed > that was causing Home to go to end of previous line.
14265
14266         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
14267         modified-keypresses (leave for bindings.)
14268
14269         * modules/input/Makefile.am: Remove useless -export-dynamic
14270         from module LDFLAGS.
14271
14272 2000-11-14  Havoc Pennington  <hp@redhat.com>
14273
14274         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
14275         higher.
14276
14277         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
14278         account. Also, render rise, underline, background, etc. for
14279         pixbufs as well as text. Also, draw underlines one pixel higher.
14280
14281         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
14282         PangoAttribute for the rise, so it gets drawn properly. Also,
14283         add the GtkTextAppearance attribute for pixbuf/widget segments
14284         as well; we should go ahead and have rise, underline, background,
14285         stipple work for those
14286
14287         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
14288         Pango
14289
14290 2000-11-15  Tor Lillqvist  <tml@iki.fi>
14291
14292         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
14293
14294         * gtk/gtk.def: Update.
14295
14296         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
14297         included.
14298         (gtk_rc_get_im_module_file): Use run-time installation directory
14299         on Win32.
14300
14301         * gdk/win32/rc/gdk.rc: Remove.
14302         * gdk/win32/rc/gdk.rc.in: New file.
14303         * gdk/win32/rc/Makefile.am: New file
14304         * gdk/win32/Makefile.am: Corresponding changes.
14305
14306         * gtk/gtk.rc: Remove.
14307         * gtk/gtk-win32.rc.in: New file.
14308         * gtk/Makefile.am: Corresponding changes.
14309
14310         * configure.in: Corresponding changes.
14311
14312         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
14313         has a built gtkcompat.h. Developers using CVS code on Win32 can
14314         hand-edit it from gtkcompat.h.in.
14315
14316         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
14317         gtkcompat.h from gtkcompat.h.win32.
14318
14319 2000-11-14  Havoc Pennington  <hp@redhat.com>
14320
14321         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
14322         to default to GDK_ACTION_MOVE if the drag is within a single
14323         widget. Defaults to GDK_ACTION_COPY between widgets.
14324
14325 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
14326
14327         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
14328
14329         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
14330
14331         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
14332         srcdir != builddir
14333
14334         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
14335
14336         * configure.in (GTK_VERSION): Up to 1.3.2
14337
14338         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
14339         gtkimcontextxim.h
14340
14341         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
14342         missing doc comment.
14343
14344 2000-11-14  Alexander Larsson  <alexl@redhat.com>
14345
14346         * modules/linux-fb/basic.c:
14347         Use the glib iconv wrappers.
14348
14349 2000-11-13  Havoc Pennington  <hp@pobox.com>
14350
14351         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
14352         still more bugs.
14353
14354         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
14355         scroll the GdkWindows before realization.
14356
14357 2000-11-13  Havoc Pennington  <hp@redhat.com>
14358
14359         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
14360         where GC didn't always get updated properly
14361
14362         * demos/gtk-demo/textview.c (create_tags): Use subattributes
14363         of fonts instead of setting the entire font
14364
14365         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
14366         setting entire font
14367
14368         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
14369
14370         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
14371         a bunch of individually-settable font attributes. You can still 
14372         use the "font" and "font_desc" args, they just set all the font
14373         attributes at once.
14374
14375 2000-11-13 Elliot Lee <sopwith@redhat.com>
14376
14377         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
14378
14379 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
14380
14381         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
14382         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
14383
14384         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
14385         work better.
14386
14387 2000-11-13  Havoc Pennington  <hp@redhat.com>
14388
14389         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
14390         the module file.
14391
14392         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
14393         dest->language
14394
14395         * gtk/testtext.c: Test pixels above/below/inside paragraphs
14396         settings
14397
14398         * gtk/gtktextview.c: Implement object args and setters/getters for
14399         all the aspects of the GtkTextAttributes that are not set from
14400         GtkWidget attributes. This is spacing, justification, margins,
14401         etc.
14402
14403         (gtk_text_view_set_arg)
14404         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
14405         args
14406         (gtk_text_view_class_init): Add args for justify, left_margin,
14407         right_margin, indent, and tabs
14408         
14409
14410         * gtk/gtktextlayout.c (set_para_values): fix to display indent
14411         attribute properly
14412
14413         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
14414         replace with indent attribute
14415
14416         * gtk/gtktextlayout.c (set_para_values): multiply indent by
14417         PANGO_SCALE
14418
14419         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
14420         rearranging code to do that
14421         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
14422         i.e. don't subtract the top_margin first, just to keep
14423         all margin-futzing in one place.
14424
14425         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
14426
14427         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
14428         special case of last line, Pango now handles this itself.
14429         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
14430         Y coordinate
14431         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
14432         (find_display_line_above): wasn't moving the byte index as it
14433         iterated over lines, so always returned byte 0. Also, port to use
14434         PangoLayoutIter.
14435         (find_display_line_below): same problem as
14436         find_display_line_above. Also, port to use PangoLayoutIter.
14437
14438 2000-11-13  Alexander Larsson  <alexl@redhat.com>
14439
14440         * gdk/linux-fb/*.[ch]:
14441         Massive reindent to gtk+ standard. My hands hurt.
14442
14443         * gdk/linux-fb/gdkcolor-fb.c:
14444         Move GdkColorPrivateFB from inherited to windowing_data
14445
14446         * gdk/linux-fb/gdkcursor-fb.c:
14447         _gdk_cursor_new_from_pixmap made static
14448
14449         * gdk/linux-fb/gdkdnd-fb.c:
14450         GdkDragContextPrivate moved to windowing_data
14451
14452         * gdk/linux-fb/gdkdrawable-fb2.c:
14453         Removed endian.h, use glib endianness macros instead
14454         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
14455         and GDK_DRAWABLE_IMPL_FBDATA
14456
14457         * gdk/linux-fb/gdkfont-fb.c:
14458         Add empty gdk_font_load(). Needed for linking of Gtk+.
14459
14460         * gdk/linux-fb/gdkimage-fb.c:
14461         Removed endian.h, use glib endianness macros instead
14462         Moved GdkImagePrivateFB to windowing_data
14463         gdk_image_new_bitmap didn't always allocate enough
14464         memory.
14465
14466         * gdk/linux-fb/gdkinput-ps2.c:
14467         Added semi-working support for MS serial mice.
14468
14469         * gdk/linux-fb/gdkprivate-fb.h:
14470         s/GdkWindowPrivate/GdkWindowObject/
14471         Removed GdkWindowPrivate typedef
14472         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
14473         Removed GDK_DRAWABLE_P
14474         Move GdkColorPrivateFB from inherited to windowing_data
14475         Moved GdkImagePrivateFB to windowing_data
14476
14477         * gdk/linux-fb/gdkvisual-fb.c:
14478         Removed some unused debug code.
14479
14480         * gdk/linux-fb/gdkwindow-fb.c:
14481         Use stock cursors instead of including X headers.
14482         s/GdkWindowPrivate/GdkWindowObject/
14483
14484         * gdk/linux-fb/mitypes.h:
14485         Removed unused types.
14486
14487         * modules/linux-fb/basic.c:
14488         Use the pango fribidi wrappers.
14489
14490 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
14491
14492         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
14493         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
14494         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
14495         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
14496         GEqualFunc where applicable.
14497         
14498         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
14499         pango_font_description_equal as changed in pango.
14500         
14501         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
14502
14503         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
14504
14505         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
14506
14507         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
14508
14509         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
14510
14511         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
14512
14513         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
14514         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
14515
14516         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
14517         gtk_rc_styles_compare -> gtk_rc_styles_equal.
14518
14519 2000-11-12  Havoc Pennington  <hp@pobox.com>
14520
14521         * demos/gtk-demo/Makefile.am (democodedir): change demo install
14522         dir to datadir/gtk+-2.0/demo
14523
14524         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
14525         sorts of text widget and Pango font bugs. Urgh.
14526
14527         * demos/gtk-demo/Makefile.am (demos): Add textview.c
14528
14529         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
14530         tree that you should double click to see the demo. Fix 
14531         types of variables to reflect changed return values from 
14532         GtkTreeStore and GtkTreeViewColumn constructors.
14533
14534         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
14535         newly-created buffer to prepare for GObject semantics
14536
14537         * gtk/testtext.c: don't leak the buffer with GObject semantics
14538
14539         * gtk/testtextbuffer.c: ditto
14540         
14541 2000-11-12  Havoc Pennington  <hp@pobox.com>
14542
14543         Rename this testgtk to gtk-demo to avoid confusion, and 
14544         install it so people can use it as a supplement to 
14545         the documentation.
14546         
14547         * demos/gtk-demo: Moved from demos/testgtk
14548
14549         * demos/testgtk: Removed
14550
14551         * configure.in: make Makefile in gtk-demo
14552         
14553         * demos/gtk-demo/Makefile.am: Install sample source to 
14554         datadir/gtk-demo (maybe there's a better place?), and 
14555         rename the binary to gtk-demo
14556         
14557         * demos/gtk-demo/main.c (load_file): Load installed sample
14558         source if source isn't found in pwd.
14559
14560 2000-11-09  Havoc Pennington  <hp@pobox.com>
14561
14562         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
14563         argument to set the char displayed when visibility == FALSE
14564         (gtk_entry_create_layout): If !entry->visible, replace 
14565         all chars with the "invisible char"
14566
14567         * gtk/testgtk.c: Test the invisible_char deal
14568         
14569 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
14570
14571         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
14572         can't get a native font in the right encoding.
14573
14574 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
14575
14576         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
14577         respectively.
14578
14579 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
14580
14581         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
14582         Fix warning when moving between paragraphs.
14583
14584         * gtk/gtkentry.[ch]: Change move => move_cursor, 
14585         delete => delete_from_cursor, insert => insert_at_cursor
14586
14587 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
14588
14589         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
14590
14591         * modules/input/imthai-broken.c: A Thai input method for use if
14592         Thai keys are really generating Latin1 keysyms.
14593
14594         * modules/input/Makefile.am: Build these.
14595
14596 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
14597
14598         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
14599         g_filename_{to,from}_utf8 now takes an extra parameter.
14600
14601         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
14602         strftime into UTF-8.
14603
14604         (column_from_x, gtk_calendar_paint_day_names): Support RTL
14605         calendars.
14606
14607         (gtk_calendar_paint_day_names): Draw day names in the right 
14608         place.
14609         
14610 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
14611
14612         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
14613         problem with using result of g_get_charset() backwards -
14614         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
14615
14616         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
14617         negative min_width/height and max_width/height to
14618         mean "requisition"; this allows setting a window
14619         to be user-resizable in only one direction easily.
14620
14621         * gtk/testgtk.c (create_main_window): Remove hard-coded
14622         usize - set a default size in the vertical direction.
14623
14624 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
14625
14626         * gtk/gtkrange.c: Add some missing casts. Support 
14627         2 and 3 button clicks on the arrows to mean 
14628         "move by pages" and "jump to end". (Like gtkspinbutton)
14629
14630 2000-11-12 Hans Breuer <Hans@Breuer.Org>
14631
14632         * gdk/win32/makefile.msc : reflect build module changes
14633
14634         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
14635         from GdkPixmap*, cast implementation member instead.
14636
14637         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
14638         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
14639         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
14640         more Gdi functions return value checking. 
14641         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
14642         GdkImagePrivateWin32 *.
14643
14644         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
14645         menus useable again. Add #pragma message to keep reminded on this issue.
14646         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
14647         windows. This allows to enable backing store on Win32!
14648
14649         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
14650         in drawable is of impl type. Correct specific type checks appropriate.
14651  
14652         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
14653         GDK_WINDOW_DESTROYED before allocating new resources.
14654
14655         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
14656
14657         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
14658         (gdk_window_foreign_new) initialize parent handle.
14659         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
14660
14661         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
14662         Let the GDI invalidate the window on MoveWindow call to fix scrolling
14663         problems (e.g. main buttons in testgtk). 
14664
14665 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
14666
14667         * gtk/gtkentry.c (gtk_entry_key_press): Call 
14668         gtk_widget_activate for GDK_Return.
14669
14670         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
14671         of preedit cursor position.
14672
14673 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
14674
14675         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
14676         static.
14677
14678 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
14679
14680         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
14681         out support for multiple locales; that simple doesn't
14682         work reliably with current Xlib
14683
14684         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
14685         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
14686         Add support for positioning the cursor within the preedit string.
14687
14688 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
14689
14690         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
14691         at XIM input method module.
14692
14693         * gtk/gtktextview.c: Check for bindings after passing
14694         events to im context filter.
14695
14696 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
14697
14698         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
14699         empty attribute lists properly.
14700
14701 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
14702
14703         * gtk/queryimmodules.c (main): Return non-zero exit
14704         status if errors were encountered querying any
14705         modules.
14706
14707         * modules/input/Makefile.am (moduledir): remove
14708         leftover bin program target.
14709
14710         * docs/make-todo: Fix typo in error message.
14711
14712 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
14713
14714         * configure.in: Add modules/input/Makefile
14715
14716 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
14717
14718         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
14719         don't include gtkthemes.h.
14720
14721         * gtk/testgtk.c gtk/testtext.c: Set environment variables
14722         to point
14723
14724         * gtk/Makefile.am: Add new .c and .h files, build 
14725         gtk-query-immodules and use it to create a gtk.immodules
14726         file for use of test programs.
14727
14728         * gtk/gtkpreview.c: remove extra blank line.
14729
14730 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
14731
14732         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
14733         Add the ability to add extra tables beyond the default
14734         one, and also the ability to have compose sequences 
14735         that are prefixes of other compose sequences. 
14736
14737         * gtk/gtkimcontextsimple.c: Export a preedit string which
14738         consists of possible candidates for keystrokes that have
14739         been entered but not yet committed.
14740
14741         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
14742         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
14743
14744         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
14745         Add a function to add input-method switching menu items
14746         to a menu.
14747
14748         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
14749         when switching input methods.
14750
14751         * gtk/gtkimcontextsimple.[ch]: Change the format of
14752         the compose table to allow compose tables of different
14753         lengths / sequence.
14754
14755 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
14756
14757         * gtk/gtkimmodule.[ch]: Support routines for loading
14758         GtkIMContext implementations dynamically at runtime.
14759
14760         * modules/input/imcyrillic-translit.c: A sample input
14761         method (based on GtkIMContextSimple with an extra table),
14762         which demonstrates preedit strings and the module
14763         system for input modules
14764
14765         * gtk/queryimmodules.c: Program to query the available
14766         input modules and write the results into a file.
14767          
14768         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
14769         extra config options "im_module_file" (cache file for
14770         input method modules), and "im_module_path" - path
14771         to look for modules when generating cache file.
14772
14773         This doesn't scale.
14774
14775 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
14776
14777         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
14778         generic code from gtkthemes into a new abstraction
14779         GtkModule which has the logic for implementing
14780         a loadable module which implements a number of 
14781         GObject types.
14782
14783 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
14784
14785         * gtk/gtkeditable.[ch]: Convert GtkEditable from
14786         a class into an interface  
14787         
14788         * gtk/gtkoldeditable.[ch]: Move the old editable
14789         implementation into here, so legacy widgets can
14790         still rely on the implemenation. GtkOldEditable
14791         exports GtkEditable. Make selection handling
14792         code use new text conversion functions (and
14793         handle UTF-8 as a side-effect). Use GtkClipboard
14794         for CLIPBOARD.
14795
14796         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
14797         Adopt to match above changes.
14798
14799         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
14800         avoid GtkOldEditable implementation. Restructure
14801         to reduce number of places that modify state directly.
14802         Move to GtkBindingSet. Display the preedit string.
14803         Queue recomputation of PangoLayout and scroll position
14804         to improve effiency of doing complex changes naively.
14805         Add a menu with cut/copy/paste and input method selection.
14806
14807 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
14808
14809         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
14810         to set preedit string and attributes; display preedit string by
14811         inserting string and attributes at cursor when creating the
14812         GtkTextLineDisplay.
14813
14814         * gtk/gtktextlayout.c: Move all conversions between byte
14815         positions in PangoLayout and GtkTextIter into new functions
14816         line_display_iter_to_index/index_to_iter that properly
14817         handle the preedit string.
14818
14819         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
14820         it to return const char * (eventually will end up
14821         as GCONST char *, most likely.)
14822
14823         * gtk/gtktextview.[ch]: Handle the preedit string, call
14824         gtk_im_context_reset() as necessary, add a menu to switch
14825         input methods.
14826         
14827         * gtk/gtktextlayout.[ch]: Remove useless
14828         gtk_text_layout_get_log_attrs() function.
14829
14830 2000-11-11  Tor Lillqvist  <tml@iki.fi>
14831
14832         * gdk/gdk.def
14833         * gtk/gtk.def: Update.
14834
14835         * gdk/win32/*.c: Add last argument to g_type_register_static()
14836         calls.
14837
14838         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
14839
14840         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
14841         generated by older wheel mouse drivers. Get the correct y
14842         coordinate from WM_MOUSEWHEEL messages.
14843
14844         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
14845         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
14846         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
14847         Debugging functions.
14848
14849         * gdk/win32/gdkprivate-win32.h: Declare them.
14850
14851         * gdk/win32/gdkinput-win32.h: Add declaration for
14852         gdk_input_window_destroy().
14853
14854         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
14855
14856 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
14857
14858         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
14859         function to help handle keeping things in sync.
14860
14861 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
14862
14863         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
14864         BOXED marshallers.
14865
14866         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
14867         (gtk_list_store_class_init): use the new BOXED marshallers.
14868
14869         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
14870         new_with_values to new_with_types.
14871         (gtk_tree_store_get_column_type): add this.
14872         (gtk_tree_store_class_init): use the new BOXED marshallers.
14873
14874         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
14875         mirror some POINTER marshallers.
14876
14877 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
14878
14879         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
14880         allow more interesting iterators.  Also, made the lifecycle of
14881         iterators more explicit.
14882
14883         * gtk/gtktreemodelsort.[ch]: New model for sorting.
14884
14885         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
14886         types.
14887
14888 2000-11-09  Alexander Larsson  <alexl@redhat.com>
14889
14890         * demos/testgtk/menus.c:
14891         Changes to make the new testgtk compile after
14892         gtk_menu_append was removed.
14893
14894         * gdk/linux-fb/gdkdrawable-fb2.c
14895         (gdk_fb_get_depth, gdk_fb_get_visual,
14896         gdk_drawable_impl_fb_class_init): Implement
14897         these drawable functions. Now GtkImages work again.
14898
14899         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
14900
14901         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
14902         
14903         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
14904         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
14905         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
14906         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
14907
14908 2000-11-08  Havoc Pennington  <hp@pobox.com>
14909
14910         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
14911         visible_set args, don't know where these had gone, I thought they
14912         used to be there
14913
14914         * gtk/testtext.c: Add a menu item to apply invisibility tag;
14915         now we can test the feature and see that it's totally broken.
14916
14917 2000-11-08  Havoc Pennington  <hp@pobox.com>
14918
14919         Make DND copy pixbufs and tags when source and target share a 
14920         tag table.
14921         
14922         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
14923         in-process GTK_TEXT_BUFFER_CONTENTS target
14924         (gtk_text_view_drag_data_received): Paste from
14925         GTK_TEXT_BUFFER_CONTENTS if we receive it.
14926
14927 2000-11-08  Alexander Larsson  <alexl@redhat.com>
14928
14929         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
14930         API changes.
14931
14932         * gtk/gtkmenu.c: Add support for scrolling menus.
14933         Remove gtk_menu_append/prepend/insert, these have been moved to
14934         gtkcompat.h as #defines.
14935
14936         * gtk/gtkcompat.h.in:
14937         Add compatibility #defines for gtk_menu_append/prepend/insert
14938
14939         * gtk/gtkmenu.h: Add data needed for scrolling menus.
14940         GtkMenuPositionFunc gets an extra argument push_in.
14941         gtk_menu_append/prepend/insert removed.
14942         
14943         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
14944         positioning behaviour to fit to scrolling menus.
14945
14946         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
14947         into menuitem->submeny. That is wrong, and broke torn
14948         off submenus of torn off menus, since they were unrealized
14949         when the first menu was unrealized.
14950
14951         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
14952         gtk_menu_shell_select_item() since these need to be overridden in
14953         GtkMenu.
14954
14955         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
14956         positioning behaviour to fit to scrolling menus.
14957         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
14958         the current item so that it is prelighted when the menu pops up.
14959         This is a workaround to the fact that the menu doesn't get the
14960         initial enter event (due to grabs).
14961
14962         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
14963         s/gtk_menu_append/gtk_menu_shell_append/
14964
14965         * gtk/gtknotebook.c:
14966         s/gtk_menu_insert/gtk_menu_shell_insert/
14967
14968         * gtk/testgtk.c (create_menu, create_menus):
14969         Create the first menu with 50 items so that menu scrolling
14970         can be tested.
14971         
14972         
14973         Patch from Jonathan Blandford  <jrb@redhat.com>
14974
14975         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
14976         system to handle size requests.  First, we ask what the size of
14977         the toggle is.  Then, when allocating the size, we allocate the
14978         toggle_size first.  This way we can have multiple menu-item
14979         classes w/o needing a seperate class for each.
14980
14981         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
14982         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
14983
14984         * gtk/gtkcheckmenuitem.c
14985         (gtk_check_menu_item_toggle_size_request): New function to handle
14986         the toggle size-request.
14987
14988 2000-11-07  Havoc Pennington  <hp@redhat.com>
14989
14990         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
14991         Half-ass somewhat fix this function, so that scrolling to the
14992         insertion point works. Pango hacking is in the future to really
14993         fix it.
14994
14995         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
14996         length of data, no longer used.
14997
14998         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
14999         method contents in here, get rid of destroy method
15000         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
15001         that were backward. Remove debug spew.
15002         (cut_or_copy): Make the clipboard work with insert_range to
15003         preserve tags and pixbufs, not just the primary selection.
15004
15005 2000-11-07  Havoc Pennington  <hp@redhat.com>
15006
15007         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
15008         to gtk_text_mark_get_visible
15009
15010         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
15011         bug that was generating an invalid iterator
15012
15013         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
15014         ensure_char_offsets() in front of code placing the iter in an
15015         invalid state.
15016
15017         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
15018         make override_location arg const
15019         (paste): Replace the selection if we paste into the 
15020         current selection
15021
15022         * gtk/gtkselection.h: Remove "GtkSelectioData"
15023         (struct _GtkSelectionData): move the definition here.
15024
15025         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
15026         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
15027
15028         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
15029
15030         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
15031         (gtk_text_buffer_insert_range_interactive): implement
15032         (gtk_text_buffer_get_tags): Remove, replaced by
15033         gtk_text_iter_get_tags()
15034
15035         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
15036         limit parameter, to avoid infinite linear scan.
15037         (gtk_text_iter_backward_search): Add search limit
15038         (gtk_text_iter_forward_find_char): Add search limit
15039         (gtk_text_iter_backward_find_char): Add search limit
15040
15041 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
15042
15043         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
15044         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
15045         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
15046         gdk/linux-fb/gdkwindow-fb.c:
15047         use g_object_new() instead of g_type_create_instance() which
15048         is a private function for fundamental type implementations.
15049
15050         * gdk/linux-fb/gdkinput-ps2.c:
15051         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
15052         instead just store the current modifier state. Add a (somewhat broken)
15053         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
15054         Rename exported function gdk_input_ps2_get_mouseinfo to
15055         gdk_input_get_mouseinfo.
15056
15057         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
15058         gdk/linux-fb/gdkwindow-fb.c:
15059         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
15060         
15061
15062 2000-11-02  Havoc Pennington  <hp@redhat.com>
15063
15064         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
15065         use stock buttons. Should be 100% source compatible, appropriate
15066         filesel fields now point to dialog->vbox and dialog->action_area.
15067         On the bizarre side, dialog->action_area and filesel->action_area
15068         are not the same widget.
15069         (gtk_file_selection_init): Put some padding around the selection
15070         entry, so it isn't touching the GtkDialog separator.    
15071
15072         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
15073         use stock buttons, etc. Should also be source compatible.
15074         Set the dialog default title in _init not _new().
15075         
15076         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
15077         Use stock buttons; don't put a button box inside the existing
15078         dialog button box. Don't bother with push/pop colormap anymore.
15079
15080         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
15081         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
15082         for message dialog, and necessary for the font selection and color
15083         selection with help and apply buttons.
15084         
15085         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
15086         to the created button widget. Set GTK_CAN_DEFAULT on the button.
15087         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
15088         between buttons, put less padding around the action area.
15089         (gtk_dialog_run): Exit on unmap rather than on destroy. 
15090         This will also exit the loop if the widget is hidden.
15091         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
15092         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
15093         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
15094         special-case delete event.
15095
15096         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
15097         formatting
15098         
15099 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
15100
15101         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
15102         button to temporarily disable position recording in the
15103         "saved position" test.
15104
15105 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
15106
15107         * gtk/gtkthemes.c: added compat code that temporarily implements
15108         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
15109         going to be revamped by owen's upcoming GtkModule patches, but
15110         untill then people want gtk to build, right? ;)
15111
15112 2000-11-04  Havoc Pennington  <hp@pobox.com>
15113
15114         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
15115         list
15116
15117         * docs/Changes-2.0.txt: Add note about
15118         gtk_container_get_toplevels()
15119
15120         * gtk/gtktextview.h: formatting
15121         
15122         * gtk/gtktextview.c: don't start descriptions with "Returns",
15123         confuses gtk-doc
15124
15125 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
15126
15127         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
15128         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
15129
15130 2000-11-03  Havoc Pennington  <hp@redhat.com>
15131
15132         * gtk/gtktexttagtable.c: Docs
15133         (gtk_text_tag_table_size): return a signed int
15134
15135         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
15136         (gtk_text_tag_event): make the event_object a GObject
15137
15138         * gtk/gtktextview.c: Write API docs for all functions.
15139
15140         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
15141         for gtk_text_view_get_window_type() called on one of the private
15142         windows.
15143
15144         * gtk/gtktextview.c: Instead of accessing text_view->buffer
15145         directly, call get_buffer() which demand-creates a default
15146         buffer. So gtk_text_view_new() can be used to create a view with a
15147         default buffer in it, if you just want an empty text box users can
15148         put data in. Useful for GUI builders also.
15149
15150 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
15151
15152         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
15153         the charset encodign portion MUST be in lowercase.
15154         * gtk/gtkrc.az: added file for Azeri language
15155
15156 2000-11-03  Havoc Pennington  <hp@redhat.com>
15157
15158         Get widgets working on the btree/buffer side. Display of them 
15159         still doesn't work.
15160         
15161         * gtk/gtktextview.c: start implementing child widget stuff
15162
15163         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
15164
15165         * gtk/gtktextlayout.c: handle embedded widgets
15166
15167         * gtk/gtktextdisplay.c: handle embedded widgets
15168
15169         * gtk/gtktextchild.c: Implement all the child anchor goo
15170
15171         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
15172         function
15173
15174         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
15175         (insert_pixbuf_or_widget_segment): abstract out common portions of 
15176         creating a child anchor or a pixbuf segment.
15177         (gtk_text_btree_create_child_anchor): new function
15178         (gtk_text_btree_unregister_child_anchor): new function
15179
15180         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
15181         allocate_child signal on GtkTextLayout
15182
15183         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
15184         values
15185         (gtk_text_iter_get_child_anchor): new function
15186
15187         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
15188         default handler for the changed signal, which calls
15189         gtk_text_buffer_set_modified(), instead of just always emitting
15190         changed then calling set_modified() manually. I guess this is
15191         maybe more flexible. It seems logical.
15192
15193 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
15194
15195         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
15196         now.
15197
15198         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
15199
15200 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
15201
15202         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
15203         been marked static.
15204
15205 2000-11-02  Havoc Pennington  <hp@redhat.com>
15206
15207         * gtk/testgtk.c (create_labels): had a test backward
15208
15209         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
15210         fields, so the dest GC ends up with the correct clip origin, 
15211         etc. Fixes a bug where colored labels didn't redraw 
15212         properly.
15213
15214 2000-11-02  Alexander Larsson  <alexl@redhat.com>
15215
15216         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
15217         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
15218         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
15219         Add last argument to t_type_register_static call.
15220         
15221         * gdk/linux-fb/gdkdrawable-fb2.c:
15222         Add last argument to t_type_register_static call.
15223         export the get_image drawable virtual function.
15224
15225         * gdk/linux-fb/gdkimage-fb.c:
15226         Add last argument to t_type_register_static call.
15227         rename gtk_image_get to _gdk_fb_get_image and
15228         export it for use by gdkdrawable-fb2.
15229
15230         * gdk/linux-fb/gdkprivate-fb.h:
15231         export _gdk_fb_get_image.
15232
15233         * gdk/linux-fb/gdkselection-fb.c:
15234         Add new api call stubs.
15235
15236         * gtk/Makefile.am:
15237         Missing ( in linux-fb part.
15238
15239         * modules/linux-fb/Makefile.am:
15240         Must link with gdk_pixbuf or get unresolved symbol.
15241
15242 2000-11-01  Havoc Pennington  <hp@pobox.com>
15243
15244         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
15245         GTK_TYPE_TEXT_ITER and BOXED marshallers
15246
15247         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
15248
15249         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
15250         
15251         * gtk/gtk-boxed.defs: add GtkTextIter
15252
15253         * gtk/gtkmarshal.list: Add marshallers for text widget that 
15254         properly use OBJECT and BOXED
15255
15256 2000-11-01  Havoc Pennington  <hp@redhat.com>
15257
15258         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
15259
15260         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
15261         before returning it. 
15262         
15263 2000-11-01  Havoc Pennington  <hp@redhat.com>
15264
15265         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
15266         Clip the rectangle to be rendered to the drawable, since
15267         get_from_drawable() requires a region within the drawable
15268
15269 2000-11-01  Havoc Pennington  <hp@redhat.com>
15270
15271         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
15272         from coordinates.
15273
15274 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
15275
15276         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
15277         it isn't NULL.
15278
15279 2000-11-01  Havoc Pennington  <hp@pobox.com>
15280
15281         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
15282         on a label
15283         (gtk_label_finalize): unref the attr list if any.
15284
15285         * gtk/testgtk.c (create_get_image): close test on second click
15286         (make_message_dialog): close dialog if it exists
15287
15288         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
15289
15290         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
15291         gdk-pixbuf
15292
15293         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
15294         from Pango markup format
15295         (gtk_label_set_markup_with_accel): ditto but with accelerator
15296         parsing
15297
15298         * gtk/gtkimage.c (gtk_image_expose): reformatting.
15299
15300         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
15301         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
15302         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
15303         call gdk_window_get_origin().
15304
15305         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
15306         implement GDK_PIXBUF_ALPHA_FULL
15307         
15308 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
15309
15310         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
15311         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
15312         g_signal_handlers_disconnect_matched to block/unblock and disconnect
15313         multiple handlers respectively, instead of only treating the
15314         first handler found (bug reported by owen).
15315
15316 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
15317
15318         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
15319
15320         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
15321
15322         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
15323         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
15324         gtk/gtktreeviewcolumn.h: Fixed inline docs.
15325
15326         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
15327         widget.  Needs writing someday.
15328
15329         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
15330         the docs.
15331
15332 2000-10-30  Havoc Pennington  <hp@redhat.com>
15333
15334         * gtk/gtktextview.h, gtk/gtktextview.c:
15335         Rename delete_at_cursor delete_from_cursor, and 
15336         move to move_cursor.
15337
15338 2000-10-30  Havoc Pennington  <hp@redhat.com>
15339
15340         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
15341         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
15342         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
15343         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
15344         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
15345         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
15346         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
15347         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
15348         gtktexttypes.h, gtktextview.c, gtktextview.h:
15349
15350         Massive reindentation and reformatting. Arg alignment and comments
15351         still need fixing in various places.
15352
15353 2000-10-30  Havoc Pennington  <hp@redhat.com>
15354
15355         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
15356         to be named insert_at_cursor and delete_at_cursor so C++ can
15357         handle them.
15358
15359 2000-10-28  Tor Lillqvist  <tml@iki.fi>
15360
15361         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
15362         to get a double directory separator in case the home directory
15363         ends with one. This would cause trouble especially on Windows,
15364         where the path will be confused with the syntax for an an UNC
15365         (network share) path \\server\share\path.
15366         (gtk_rc_add_initial_default_files): Ditto.
15367
15368 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
15369
15370         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
15371
15372         * gtk/gtktextview.c: Use correct marshallers.
15373
15374 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
15375
15376         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
15377         use new iter stuff, and added all the appropriate signals et al.
15378
15379         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
15380         code is internal to gtk only.
15381
15382 2000-10-28  Tor Lillqvist  <tml@iki.fi>
15383
15384         * gtk/gtk.def
15385         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
15386         glib-genmarshal etc.
15387
15388 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
15389
15390         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
15391         parallel builds.
15392
15393 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
15394
15395         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
15396
15397 2000-10-27  Robert Brady  <robert@suse.co.uk>
15398
15399         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
15400         en_GB (British), ia (Interlingua).
15401
15402 2000-10-26  Havoc Pennington  <hp@redhat.com>
15403
15404         * gtk/gtktextiter.c (my_strrstr): fix constness warning
15405
15406         Fixed output of:
15407         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
15408         
15409         * gtk/gtktextsegment.c (char_segment_new): rename
15410         (_char_segment_new_from_two_strings): rename
15411         (_toggle_segment_new): rename
15412         
15413         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
15414         (make_clipboard_widget): make it static
15415         (text_get_func): static
15416         (text_clear_func): static
15417
15418         * gtk/gtkcolorsel.c (adjustment_changed): make this function
15419         static
15420         (hex_changed): make it static
15421         (hsv_changed): make it static
15422         (opacity_entry_changed): make it static
15423
15424         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
15425         (toggle_segment_check_func): rename with _gtk
15426
15427         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
15428         (_widget_segment_new): rename
15429         (_widget_segment_add): rename
15430         (_widget_segment_remove): rename
15431         (_widget_segment_ref): rename
15432         (_widget_segment_unref): rename
15433
15434         * gtk/gtktextmark.c (_mark_segment_new): Rename
15435         _gtk_mark_segment_new   
15436
15437 2000-10-26  Havoc Pennington  <hp@redhat.com>
15438
15439         * gtk/gtkmarshal.list: add new marshallers used by the text widget
15440         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
15441         types
15442
15443         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
15444         marshaller types
15445
15446         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
15447         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
15448         license on these files.
15449
15450         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
15451         work.
15452
15453         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
15454         runtime random number different for each tree, instead of 
15455         a constant I made up.
15456
15457 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
15458
15459         * gtk/Makefile.am: buncha cleanups, kludged build sources
15460         dependencies with a Makefile: oldest-source-stamp dependancy
15461         for the moment. automake is really fighting us here, with
15462         intentionally not allowing user-defined rules or dependancies
15463         prior to it's -include $(DEP_FILES) statement. sucks rocks!
15464
15465         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
15466         to public headers. tehy have a comment stating that they are
15467         "semi-public" aren't included by gtk.h and if enums popup there,
15468         they can be /*< skip >*/-ed.
15469
15470         * gtk/gtktextlayout.h: 
15471         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
15472         added LGPL... <SIGH>
15473
15474 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
15475
15476         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
15477         GtkTreeIter.  Added iterators everywhere.
15478
15479         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
15480
15481         * gtk/gtktreeviewselection.c: Changed to use the iterators.
15482
15483         * gtk/gtktreestore.c: Changed to use the iterators.
15484
15485         * gtk/gtkliststore.c: Commented out the code.  Will convert to
15486         iterators tomorrow.
15487
15488         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
15489         iterators tomorrow.
15490
15491         * gtk/treestoretest.c: Changed to use iterators.
15492
15493         * demos/testgtk/main.c: Moved to use the new iterator system.
15494
15495 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
15496
15497         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
15498         localization misbehaviour.
15499
15500         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
15501         a useless type without copy/free.
15502
15503         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
15504         of GTK_TYPE_CTREE_NODE.
15505
15506 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
15507
15508         * gtk/gtksignal.c:
15509         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
15510         applicable.
15511
15512         * gtk/gtk-boxed.defs (GtkSelectionData): specify
15513         gtk_selection_data_copy and gtk_selection_data_free
15514         do GtkSelectionData work as params in signals.
15515
15516 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
15517
15518         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
15519         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
15520         couldn't they at least give it a non-standard name?
15521         
15522         * gtk/gtktextlayout.c: arg! yet another implementation of
15523         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
15524
15525         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
15526         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
15527         home. now i know this _is_ a conspiracy.
15528
15529         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
15530         ::state-changed.
15531
15532         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
15533         (gtk_accel_group_create_add): marshaller signature fixups.
15534
15535         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
15536         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
15537
15538         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
15539         anymore.
15540
15541 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
15542
15543         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
15544         due to the signal system changes, it wouldn't build currently. to
15545         be fixed soon.
15546
15547         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
15548
15549         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
15550         so it needs gtk_marshal_VOID__ENUM() instead of
15551         gtk_marshal_NONE__UINT().
15552
15553         * gdk/gdk*.c: adapted type registration functions.
15554
15555         * gtk/gtkbindings.c:
15556         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
15557         gone.
15558
15559         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
15560
15561         * gtk/gtkobject.c:
15562         (gtk_object_destroy):
15563         (gtk_object_shutdown): fixed recursion guards. basically we have to
15564         catch the case where any of GObject.shutdown() or gtk_object_destroy()
15565         is called during ::destroy, and avoid recursion there.
15566
15567         * gtk/gtktypeutils.c:
15568         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
15569         boxed_copy/boxed_free. this needs a more general solution based on a
15570         publically installed code-generator utility.
15571
15572         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
15573         glib's gobject has support for that now.
15574         define GtkSignalMarshaller in terms of GSignalCMarshaller.
15575
15576 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
15577
15578         * gtk/gtksignal.[hc]:
15579         * gtk/gtkmarshal.[hc]:
15580         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
15581         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
15582         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
15583         care of that.
15584
15585         * *.c: marshaller name fixups.
15586
15587         * gtk/gtkmarshal.list: added a comment briefing the format.
15588
15589 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
15590
15591         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
15592         compatibility macros here now. more specifically, most of
15593         the API is preserved (yes, _most_, nonwithstanding the
15594         following exceptions listed, the API is stil lHUGE ;)
15595         things that got removed completely:
15596         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
15597         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
15598         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
15599         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
15600         gtk_signal_remove_emission_hook().
15601         non-functional functions variants:
15602         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
15603         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
15604         not supported anymore.
15605         (gtk_signal_compat_matched): new internal function to aid
15606         implementation of the compatibility macros, it  provides
15607         functionality to block/unblock/disconnect handlers based
15608         on func/data.
15609
15610         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
15611
15612         * *.c: adaptions to new type registration API signatures.
15613
15614 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
15615
15616         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
15617
15618 2000-10-25  Robert Brady  <robert@suse.co.uk>
15619
15620         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
15621         gdk_property_delete): If window == NULL, assume the root window.
15622         (restoring the behaviour that was in 1.2).
15623         
15624         * gtk/testtext.c (save_buffer): Allow creation of new files when
15625         saving.
15626
15627         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
15628         calls to read().
15629
15630 2000-10-25  Tor Lillqvist  <tml@iki.fi>
15631
15632         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
15633
15634         * gdk/win32/gdkdrawable-win32.c
15635         * gdk/win32/gdkimage-win32.c
15636         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
15637         X11 backend.
15638
15639         * gdk/win32/gdkcc-win32.c
15640         * gdk/win32/gdkcolor-win32.c
15641         * gdk/win32/gdkfont-win32.c
15642         * gdk/win32/gdkinput-win32.c
15643         * gdk/win32/gdkmain-win32.c
15644         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
15645
15646 2000-10-24  Havoc Pennington  <hp@redhat.com>
15647
15648         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
15649         it a static function
15650
15651         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
15652         redraw text when a tag is applied to it.
15653
15654         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
15655         (gtk_text_tag_affects_nonsize_appearance): private functions to
15656         see if a tag requires various kinds of redraw/layout to be queued
15657         up.
15658
15659         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
15660
15661         * gtk/testtext.c (fill_example_buffer): Put the cursor 
15662         at the start of the buffer, so search works by default
15663
15664         * gtk/gtktextiter.c (lines_match): init match_start always
15665
15666         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
15667         function, get iter at a line + a byte index
15668
15669         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
15670         to set byte position within a line
15671         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
15672
15673 2000-10-23  Havoc Pennington  <hp@redhat.com>
15674
15675         * gtk/testtext.c: Re-enable the "find" dialog
15676
15677         * gtk/testgtk.c: Add test for gdk_drawable_get_image
15678         
15679         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
15680         the arguments to gdk_draw_drawable were in the wrong order
15681         (gdk_window_paint_init_bg): This function was ignoring the
15682         init_region, instead of clipping to it, so the entire backing
15683         pixmap was cleared on every begin_paint()
15684         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
15685         was in here again, the loop kept using the same GtkWindowPaint
15686         over and over.
15687         (gdk_window_begin_paint_region): Fix a bug where we had two
15688         x_offset instead of x_offset and y_offset
15689
15690         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
15691         before we get the image.
15692         (gdk_draw_drawable): get the composite before we draw the drawable.
15693         (gdk_drawable_real_get_composite_drawable): default
15694         get_composite_drawable implementation that returns the drawable 
15695         itself
15696
15697         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
15698         get_composite_drawable virtual function
15699
15700         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
15701         list-walking bug
15702
15703         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
15704         make this work if the source drawable is a GdkDrawableImplX11
15705         instead of a public drawable type. This is really broken; the
15706         problem is that GdkDrawable needs a virtual method get_xid(), but
15707         of course that doesn't work in practice. Enter RTTI.
15708
15709         Also, improve mismatched depth message.
15710
15711         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
15712         GdkPixmap
15713
15714         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
15715         install _gdk_x11_get_image as our implementation of get_image
15716         
15717         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
15718         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
15719
15720         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
15721         gdk_drawable_get_image
15722
15723         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
15724
15725         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
15726         get_image
15727
15728         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
15729         trailing semicolon after for loop
15730
15731 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
15732
15733         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
15734         where font_desc for widget's context lagged widget's font_desc by
15735         one step.
15736
15737 2000-10-22  Tor Lillqvist  <tml@iki.fi>
15738
15739         * gdk/win32/gdkgc-win32.c
15740         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
15741
15742         * gtk/makefile.mingw.in
15743         * gtk/gtk.def: Updates.
15744
15745         * gtk/testgtk.c: sleep() is called _sleep in MS's C
15746         library.
15747
15748         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
15749
15750         * gtk/makefile.msc: Remove
15751
15752         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
15753
15754         * gtk/Makefile.am: Add it.
15755
15756         * configure.in: Generate it.
15757
15758         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
15759         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
15760         something even if not implemented, to satisfy picky MSVC.
15761
15762         Patches by Hans Breuer:
15763         
15764         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
15765         SetBkMode() and SetTextAlign() before calling
15766         pango_win32_render().
15767
15768         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
15769         Set hcliprgn to NULL after destroying it.
15770         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
15771
15772         * gdk/win32/gdkgeometry-win32.c
15773         (_gdk_windowing_window_queue_antiexpose): More effective
15774         implementation.
15775
15776         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
15777         depth as default, not the visual's.
15778
15779         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
15780         against empty title.
15781
15782         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
15783         IMAGE_PRIVATE_DATA.
15784
15785         * gdk/win32/gdkimage-win32.c: Use it.
15786
15787 2000-10-22  Robert Brady  <robert@suse.co.uk>
15788
15789         * configure.in: Check for bind_textdomain_codeset
15790
15791         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
15792         present, make use of it.
15793
15794         Add a translatable string "default:LTR" which, if translated
15795         to "default:RTL", will cause the default direction to be
15796         Right-to-Left.
15797
15798         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
15799         direction if marked as flippable.
15800
15801         * gtk/gtkhscale.c: Mark widget as flippable.
15802         
15803 2000-10-04  Havoc Pennington  <hp@redhat.com>
15804
15805         * gtk/testgtk.c (create_buttons): create some stock buttons
15806         with the default accel group
15807         (create_image): test some new GtkImage features
15808         (make_message_dialog): test GtkMessageDialog
15809         (create_modal_window): fix someone's bizzarro indentation
15810
15811         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
15812         GTK_WIN_POS_CENTER_ON_PARENT. 
15813         Add "destroy with parent" setting, which means the window goes
15814         away with its transient parent.
15815         (gtk_window_get_default_accel_group): get the default accel group
15816         for the window.
15817         (gtk_window_set_destroy_with_parent): set/unset destroy with
15818         parent flag
15819         (gtk_window_read_rcfiles): invalidate icon set caches
15820         after reloading rcfiles 
15821
15822         * gtk/gtkenums.h (GtkWindowPosition): add
15823         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
15824         on its parent window when the dialog is mapped for the first time.
15825
15826         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
15827         a simple message dialog class
15828         
15829         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
15830         handler to emit response signal, and maybe later it would
15831         honor a hide_on_delete flag - though that isn't there yet.
15832         Set border width on the vbox to 2, so we get some padding.      
15833         Use a button box for the action area.
15834         (gtk_dialog_key_press): synthesize a delete event if Esc
15835         is pressed and the GtkWidget key press handler didn't 
15836         handle the escape key.
15837         (gtk_dialog_new_with_buttons): new function creates a dialog
15838         with some default buttons in it.
15839         (gtk_dialog_add_action_widget): add an activatable widget
15840         as a button in the dialog - you can also add a non-activatable
15841         widget by accessing the action area directly.
15842         (gtk_dialog_add_button): add a simple button - stock ID or 
15843         label - to the action area
15844         (gtk_dialog_response): emit response signal
15845         (gtk_dialog_run): block waiting for the dialog, return 
15846         the response. Override normal delete_event behavior, so that 
15847         delete_event does nothing inside gtk_dialog_run().
15848
15849         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
15850         emitted when an action widget is clicked or the dialog gets
15851         delete_event
15852
15853         * gtk/gtk.h: add gtkmessagedialog.h
15854
15855         * gtk/Makefile.am: add gtkmessagedialog.[hc]
15856
15857 2000-10-18  Havoc Pennington  <hp@redhat.com>
15858
15859         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
15860         where any number of empty lines would get skipped
15861
15862         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
15863         edge.
15864
15865         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
15866         warning about invalid iterators (explain more thoroughly)
15867         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
15868
15869         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
15870         big
15871
15872         * demos/*.c: Add error handling
15873
15874         * gtk/gtktextbuffer.c: don't modify const iterators
15875
15876         * gtk/gdk-pixbuf-loader.c: Add full error handling here
15877
15878         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
15879         on file load
15880
15881         * gtk/gtkiconfactory.c: Update to reflect addition of error
15882         handling to gdk-pixbuf loaders
15883
15884 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
15885
15886         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
15887         move to new modularized testgtk.
15888
15889 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
15890
15891         * gtk/gtktreeview.c: Draw the arrows correctly.
15892
15893         * gtk/gtktreemodel.c: Added user docs.
15894
15895         * gtk/gtk.h: remove gtktreedatalist.h.
15896
15897         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
15898         parent when generating my type.
15899
15900         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
15901         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
15902
15903 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
15904
15905         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
15906         GtkTreeModel from object to interface.
15907
15908 2000-10-16  Havoc Pennington  <hp@redhat.com>
15909
15910         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
15911         compilation
15912
15913 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
15914
15915         * gtk/gtktreeselection.c: Add API documentation to all public
15916         functions.
15917
15918         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
15919         functions.
15920
15921 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
15922
15923         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
15924         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
15925         docs to all public functions.
15926
15927         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
15928         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
15929         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
15930         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
15931         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
15932         issue.
15933
15934 2000-10-14  Robert Brady  <robert@suse.co.uk>
15935
15936         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
15937
15938 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
15939
15940         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
15941         values other then G_TYPE_STRING.
15942         * gtk/gtktreeselection.c: Minor commenting updates.
15943         * gtk/gtktreeview.c: Format updates.
15944
15945 2000-10-09  Tor Lillqvist  <tml@iki.fi>
15946
15947         * README.win32: Update.
15948
15949         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
15950         lines that had been deleted by mistake (?).
15951
15952         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
15953         also the case fg==white and bg==black (but still not randomly
15954         coloured cursors). Thanks to Wolfgang Sourdeau.
15955
15956         * gdk/win32/*.c: Silence gcc -Wall.
15957
15958         * gtk/gtk.def: Add missing entry points.
15959
15960         Fixes by Hans Breuer:
15961
15962         * gdk/makefile.msc
15963         * gdk/win32/makefile.msc: Update.
15964
15965         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
15966         some MSVC thing, presumably), cause breakpoint on failures. Add
15967         GDK_NOR case. Call g_log_set_always_fatal.
15968
15969         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
15970         should be pased by reference.
15971         
15972         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
15973         
15974         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
15975
15976         * gdk/win32/gdkevents-win32.c
15977         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
15978
15979         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
15980         implementation object.
15981
15982         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
15983         not just windows.
15984         
15985         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
15986         Use the wrapper object.
15987         
15988 2000-10-06  Havoc Pennington  <hp@redhat.com>
15989
15990         * Makefile.am (SRC_SUBDIRS): contrib subdir
15991
15992         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
15993         so it can be used in Xlib version
15994
15995         * demos/testpixbuf.c (update_timeout): error checking from 1.0
15996         tree
15997
15998         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
15999         change from 1.0 tree that returns first frame of animation
16000         if the loaded file is an animation.
16001
16002         * contrib: add new directory to hold stuff that comes with GTK+
16003         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
16004         
16005         * configure.in: add contrib/*
16006
16007 2000-10-05  Havoc Pennington  <hp@redhat.com>
16008
16009         * demos/testpixbuf-save.c: add pixbuf save test
16010
16011         * demos/Makefile.am: add testpixbuf-save.c
16012
16013 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
16014
16015         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
16016         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
16017         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
16018         * gtk/gtktreeselection.[ch]: Replaced
16019         "node_selected"/"node_unselected" signal with "selection_changed"
16020         signal.
16021
16022 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
16023
16024         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
16025         tree widget.
16026
16027 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
16028
16029         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
16030         drawing.
16031
16032 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
16033
16034         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
16035         Move list pointer forwards before removing item from
16036         list. (Crash reported by Salmaso Raffaele)
16037
16038         * gdk/gdkwindow.h: Remove spurious trailing ,
16039
16040         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
16041         dependencies on uninstalled libraries, sorry folks.
16042
16043 2000-10-04  Havoc Pennington  <hp@redhat.com>
16044
16045         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
16046         gtk/gtkiconfactory.c: Fix copyrights    
16047
16048         * demos/testpixbuf.c: add inline pixbuf test
16049         
16050 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
16051
16052         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
16053         Add gdk_window_iconify.
16054
16055         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
16056         (gdk_window_set_geometry_hints): Add win_gravity
16057         to geometry structure.
16058
16059         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
16060         Implement _NET_WM_PING.
16061
16062         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
16063         Set _NET_WM_PID on the client leader.
16064
16065         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
16066         Handle UTF-8 better.
16067
16068         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
16069         UTF-8 better, set _NET_WM_NAME as well. Only set
16070         icon name if it hasn't previously been explicitely 
16071         set.
16072
16073 2000-10-03  Havoc Pennington  <hp@redhat.com>
16074
16075         * gtk/testtextbuffer.c: clean up trailing whitespace,
16076         add extensive tests for tag toggle iteration.
16077         
16078         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
16079         distance
16080
16081         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
16082         optimize case where the tag root is on level 1
16083         (gtk_text_line_previous_could_contain_tag): attempt to implement
16084         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
16085         functionality
16086
16087         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
16088         Implement this, though not very efficiently.
16089
16090         * gtk/gtktextiterprivate.h: reformat
16091
16092         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
16093         iterator
16094
16095         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
16096         this to properly revalidate the iterators.
16097
16098         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
16099         properly at the end of the line (and therefore on empty lines)
16100
16101         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
16102         maybe we should return a value...
16103
16104 2000-10-03  Tor Lillqvist  <tml@iki.fi>
16105
16106         * config.h.win32: Guard definition of alloca(). glib.h now handles
16107         that.
16108
16109         * gdk/gdk.def
16110         * gtk/gtk.def: Add new entry points.
16111
16112         Changes just to make GTK+ build without errors on Win32. No hope
16113         of it working in its current state, though...:
16114         
16115         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
16116         some functions from the X11 backend, just to make GTK+ build.
16117
16118         * gdk/makefile.mingw.in
16119         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
16120         number. Add new object files.
16121
16122         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
16123         GetMessageTime to get timestamp (where on X11 uses
16124         gdk_x11_get_server_time()).
16125
16126 2000-10-02  Havoc Pennington  <hp@pobox.com>
16127
16128         * gtk/gtktextview.c: text_window_* weren't static and should have
16129         been.
16130         Start work on child widgets; not yet complete, syncing to 
16131         office computer.
16132
16133         * gtk/gtktextchild.h: change this to contain a public interface,
16134         starting work on child interfaces.
16135         * gtk/gtktextchildprivate.h: move private interfaces here
16136
16137         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
16138
16139         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
16140         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
16141         gtk/gtktextmark.c: copyright notices
16142
16143         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
16144         internal functions      
16145
16146         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
16147         internal function
16148
16149         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
16150         Reformatting    
16151
16152 2000-09-30  Havoc Pennington  <hp@pobox.com>
16153
16154         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
16155         NULL start/end pointers
16156
16157         * gtk/gtktextbuffer.c: Write some docs
16158         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
16159         NULL, so you can just check whether there's a selection.        
16160
16161         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
16162         cleanup_line or segments_changed ourselves, it gets done 
16163         in unlink_segment
16164
16165         * gtk/gtktextmark.h:
16166         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
16167         
16168         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
16169
16170         * gtk/gtktextmark.c: delete some more old Tk cruft
16171
16172         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
16173         mark before removing it, so we can emit MARK_DELETED with a valid
16174         pointer.
16175         (gtk_text_buffer_mark_set): hold ref across signal emission
16176
16177         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
16178         whining about attempts to delete special marks
16179
16180         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
16181         underscore, since it's internal.
16182
16183         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
16184         now implemented in terms of iterators in gtktextiter.h
16185
16186         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
16187         New function, destructively sets contents of buffer. Also 
16188         a convenient way to clear the buffer by setting text to ""
16189
16190         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
16191         multiline string literal
16192
16193         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
16194         text changes.
16195
16196         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
16197         is not dereferenceable
16198         (gtk_text_iter_forward_lines): fix return value
16199
16200 2000-09-29  Havoc Pennington  <hp@redhat.com>
16201
16202         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
16203
16204         * gtk/gtktextview.c: Implement drag thresholding; change functions 
16205         that set border window size to have nicer name
16206         (gtk_text_view_mark_set_handler):  Fix this to have the 
16207         right signature.
16208
16209         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
16210
16211         * gtk/testtext.c: Update with API changes, put line numbers on 
16212         both sides.
16213         
16214         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
16215         with this
16216
16217         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
16218         pixbuf; delete a big block of #if 0 Tk code
16219
16220         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
16221         insert_pixmap with insert_pixbuf
16222
16223 2000-09-29  Martin Baulig  <baulig@suse.de>
16224
16225         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
16226         confusion with the GdkPixbuf of the GNOME 1.x platform.
16227
16228 2000-09-29  Havoc Pennington  <hp@pobox.com>
16229
16230         * gtk/gtktextview.c: Implement the side windows.
16231
16232         * gtk/testtext.c: Implement simple line numbering in the 
16233         left side window; seems to make scrolling sloooow. Oops.
16234         Also, cursor blink is for some reason causing redraws
16235         of the line numbers. Should investigate...
16236
16237 2000-09-28  Havoc Pennington  <hp@redhat.com>
16238
16239         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
16240         scrolling child windows, and draw focus rectangle properly.
16241         
16242         (gtk_text_view_buffer_to_window_coords):
16243         Coordinate transformation to deal with all these freaking windows
16244         and offsets
16245         (gtk_text_view_window_to_buffer_coords): transform the other way
16246
16247         * gtk/testtext.c (create_buffer): Update to match Pango API change
16248
16249         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
16250         anonymous tags
16251         (foreach_unref): don't emit remove signal from finalize, just
16252         set tag's parent to NULL
16253
16254 2000-09-26  Havoc Pennington  <hp@redhat.com>
16255
16256         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
16257         Fix some warnings       
16258
16259 2000-09-26  Havoc Pennington  <hp@redhat.com>
16260
16261         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
16262         headers into the private header list
16263
16264         * Makefile.am (pkgconfig_DATA): install pkg-config files
16265
16266         * configure.in: add pkg-config files
16267
16268         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
16269
16270         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
16271         outstanding icon caches on theme change.
16272
16273         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
16274         important types:
16275
16276         (GtkIconSource): Specification for creating a pixbuf 
16277         appropriate for a direction/state/size triplet from 
16278         a source pixbuf or filename
16279
16280         (GtkIconSet): List of GtkIconSource objects that are used to
16281         create the "same" icon (e.g. an OK button icon), and cache for
16282         rendered icons
16283
16284         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
16285         up the icon set for a given stock ID.  GTK maintains a stack of
16286         GtkIconFactory to search, and applications or libraries can add
16287         additional icon factories on top of the stack
16288         
16289         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
16290         the set of GtkIconSource specified for a given stock ID into 
16291         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
16292         RcStyle, under the specified stock ID.
16293
16294         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
16295         render_icon used to derive a GdkPixbuf from a GtkIconSource.
16296         This allows people to theme how prelight, insensitive, etc. are
16297         done.
16298
16299         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
16300         icon factories for a style, and return the resulting 
16301         icon set if any.
16302
16303         (gtk_style_render_icon): Render an icon using the render_icon 
16304         method in the GtkStyleClass.
16305
16306         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
16307         Use the style for a given widget to look up a stock ID, get the
16308         icon set, and render an icon using the render_icon method 
16309         of the style
16310
16311         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
16312         (contains information about a stock item), the built-in stock item
16313         IDs, and functions to add/lookup stock items.
16314
16315         * gtk/stock-icons/*: Stock icons that come with GTK
16316
16317         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
16318         a button based on a GtkStockItem
16319         (gtk_button_new_accel): Takes a uline string and accel group, and
16320         installs the accelerator.
16321
16322         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
16323         image-display widget.
16324
16325 2000-09-25  Havoc Pennington  <hp@redhat.com>
16326
16327         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
16328
16329         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
16330         Fix a bug when removing node data, we didn't properly 
16331         re-splice the linked list after removing the data.
16332
16333         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
16334         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
16335
16336         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
16337
16338         * gtk/gtktextlayout.c (set_para_values): Set tab array 
16339         for the layout from the GtkTextTag.
16340
16341         * gtk/gtktexttypes.h: delete tab and search cruft, 
16342         remove g_convert() in favor of GLib version
16343
16344         * gtk/gtktexttypes.c: remove tab implementation from here,
16345         move to Pango
16346
16347         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
16348         tab stuff using new PangoTabArray from Pango
16349
16350         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
16351         unused border_width stuff
16352
16353 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
16354
16355         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
16356         glib) and now useless utf_to_latin1() latin1_to_utf()
16357
16358         * gtk/gtktextview.[ch]: Change ::move_insert and
16359         ::delete_text action signals to ::move and ::delete;
16360         create the signals with the right enumeration type,
16361         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
16362         C-v bindings, change Home, End to move to beginning/end
16363         of line, Add C-Home C-End to move to beginning/end
16364         of buffer. Change ::cut_text to ::cut_clipboard, etc;
16365         combine ::scroll_text into ::move; use new GtkSelectionData
16366         functions to simplify DND text handling.
16367         
16368         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
16369         deletion enumerations here, rename enumeration values to 
16370         be consistently plural.
16371
16372         * gtk/gtktextbuffer.c: Use new clipboard interfaces
16373         for cut/copy/paste and primary selection.
16374
16375         * gtk/gtktextbuffer.[ch]: Remove excess time and
16376         'interactive' arguments from cut/copy/paste;
16377         rename cut to cut_clipboard, etc; remove
16378         gtk_text_buffer_get_clipboard_contents().
16379
16380         * gtk/gtktextlayout.[ch]: Add 
16381         gtk_text_layout_move_iter_to_line_end() to move the iter to 
16382         line ends.
16383
16384         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
16385         Functions to set or get a UTF-8 string on the selection
16386         data.
16387
16388         * gtk/gtkclipboard.[ch]: New, simplified selection handling
16389         interfaces.
16390
16391         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
16392         created widgets - one of these is useless if we don't.
16393
16394         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
16395         a public function clear all targets registered for the
16396         widget.
16397
16398         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
16399         Never call gtk_widget_realize() - that was just asking
16400         for bizarre side-effects.
16401
16402         * gtk/gtkselection.c (gtk_selection_owner_set): Call
16403         gdk_selection_owner_set even if the widget is the
16404         same so that we reliably update the timestamp on
16405         the server.
16406
16407         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
16408         gdk_x11_get_server_time() function.
16409         
16410         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
16411         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
16412         Add some tricky filtering on serial numbers for
16413         selection clear events to fix up long-standard
16414         race condition FIXME's in gtkselection.c.
16415
16416         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
16417         routines to convert from utf8 to compound text or
16418         STRING and from a text property to UTF-8.
16419
16420         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
16421         a convenience function gdk_get_current_event_time().
16422
16423         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
16424         and free selection_data->data properly
16425
16426 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
16427
16428         * gtk/gtkthemes.c: Remove some unecessary includes.
16429
16430 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
16431
16432         * gtk/gtktextdisplay.c
16433         * gtk/gtktextlayout.c
16434         * gtk/gtktexttag.c
16435         * gtk/gtktexttag.h
16436         * gtk/testtext.c: Change the overstrike property to strikethrough,
16437         to closer match pango.
16438
16439 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
16440
16441         * gtk/gtktextview.c: Fix up visibility so that focus,
16442         cursor_visible and blink interact properly.  Reenable cursor blink
16443         which had been roughly disabled. Make blink and focus
16444         properly per-view.
16445
16446         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
16447         Add a flag for whether to display insertion cursor and
16448         a function to set the flag.
16449
16450         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
16451         get_line_y() to get_line_yrange(), to be a bit more generally
16452         useful.
16453
16454 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
16455
16456         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
16457           do stop_navigating_submenu, to clear last timeout properly.
16458           Also in gtk_menu_motion_notify move ignore_enter above
16459           the conditional to make it always happen as suggested by Owen
16460
16461 2000-09-07  Tor Lillqvist  <tml@iki.fi>
16462
16463         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
16464
16465         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
16466         w32api headers.
16467
16468         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
16469         declarations.
16470
16471         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
16472         (gdk_win32_get_colormap): A line had been deleted by mistake.
16473
16474         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
16475         (gdk_event_translate): Handle more virtual keycodes to be able to
16476         generate GDK events for Control-comma, Control-period, etc.
16477
16478         * gtk/gtk.def: Add some missing entry points.
16479
16480 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
16481
16482         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
16483         Doc comment fixing. (Mostly non-matching parameter names.)
16484
16485         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
16486         comments a little to avoid looking like a doc comment.
16487
16488         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
16489         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
16490         conversions be changed to GError?)
16491
16492         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
16493         Move private #defines into .c file.
16494
16495         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
16496         order of argument addition, remove duplicates.
16497
16498         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
16499         parent class is FrameClass, not BinClass.
16500
16501         * gtk/gtk.h: Add gtkinvisible, which was missing.
16502         (It's occasionalyl useful for client apps, if seldom.)
16503
16504         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
16505         #define.
16506
16507 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
16508
16509         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
16510         coordinates when creating window, instead of GDK-space
16511         coordinates. (Avoid BadValue on too large windows.)
16512
16513 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
16514
16515         * configure.in (use_mmx_asm): Remove conftest* after use along the
16516         lines of AC_TRY_COMPILE.        
16517         
16518         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
16519         of g_dirname, which is deprecated.
16520         (gtk_rc_parse_any): Removed calls to
16521         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
16522
16523         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
16524         Removed calls to g_hash_table_{freeze,thaw}, as they are
16525         deprecated now.
16526
16527         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
16528         instead of g_basename.
16529         
16530 2000-09-04 Elliot Lee <sopwith@redhat.com>
16531         
16532         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
16533         ANSI warning.
16534
16535 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
16536
16537         * gtk/gtkwidget.h:  Add some documenting comments about 
16538           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
16539           just as owen said on irc.
16540
16541         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
16542           set HAS_DEFAULT.  Only set it if there isn't another window
16543           holding it (a focus window which RECEIVES_DEFAULT) and only unset
16544           it if the widget is not the focused window with RECEIVES_DEFAULT.
16545           This fixes weird double default bugs in dialogs which has things
16546           call gtk_window_set_default at times.
16547
16548 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
16549
16550         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
16551         Nils Barth and David Santiago to improve submenu
16552         navigation. The patch does this by creating a triangular
16553         region from the point where the pointer leaves the
16554         menu to the submenu.  While the pointer is in
16555         that region and a timeout has not expired, events 
16556         that would cause the active submenu to change are
16557         ignored.
16558
16559 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
16560
16561         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
16562         moving a toplevel window immediately after sizing it would
16563         result in it being sized back to the old size since 
16564         impl->width, impl->height aren't updated until we hear
16565         back from the server. There is still a (longstanding) bug
16566         here that gdk_window_get_size() will give the wrong size
16567         until we do hear back.
16568
16569 2000-08-31  Havoc Pennington  <hp@redhat.com>
16570
16571         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
16572         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
16573         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
16574         Rename GtkTextStyleValues to GtkTextAttributes
16575
16576 2000-08-31  Havoc Pennington  <hp@pobox.com>
16577
16578         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
16579         for rapid testing whether an iterator is the end iterator
16580         (gtk_text_btree_new): init end line cache
16581         (gtk_text_line_is_last): use fast cached line to 
16582         see if we're the last line.
16583         (get_last_line): use cached line here too, should 
16584         speed up some random unrelated code.
16585         
16586 2000-08-30  Havoc Pennington  <hp@pobox.com>
16587
16588         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
16589         signals.
16590
16591         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
16592         delete_text signals. This allows the signals to be used for
16593         implementing undo.
16594
16595         * gtk/gtktextbuffer.c: Change signal handler signatures; 
16596         provide "interactive" argument when emitting insert_text or
16597         delete_text signal.
16598         
16599 2000-08-30  Havoc Pennington  <hp@pobox.com>
16600
16601         * gtk/gtktextbuffer.c: Docs
16602
16603 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
16604
16605         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
16606         from switch statements, since Tor removed the enumeration
16607         value.
16608         
16609         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
16610         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
16611
16612 2000-08-29 Elliot Lee <sopwith@redhat.com>
16613         * */*.h: Use G_GNUC_CONST.
16614
16615 2000-08-27  Havoc Pennington  <hp@pobox.com>
16616
16617         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
16618         minor indentation fixes, inserted some FIXME about stuff I
16619         realized was broken while documenting it.
16620         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
16621         GTK convention  
16622
16623 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
16624
16625         * gtk/testgtk.c (create_styles): Fix double free of
16626         font desc.
16627
16628 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
16629
16630         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
16631         
16632         * gtk/testgtk.c (create_styles): Add a test for modifying
16633         the style through gtk_widget_modify_*.
16634
16635         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
16636         a function to get the current modifier style.
16637
16638         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
16639         of the passed in GtkRcStyle instead of ref'ing it.
16640
16641         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
16642
16643 2000-08-20  Tor Lillqvist  <tml@iki.fi>
16644
16645         * gdk/gdkimage.h
16646         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
16647         shared memory image+pixmap GdkImage type, or
16648         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
16649         I am dropping that.
16650
16651         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
16652         actually call gtk_init_abi_check(), passing also
16653         sizeof(GtkWindow). Ditto for gtk_init_check(). 
16654
16655         * gtk/gtk.def
16656         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
16657         New functions, used to check that the GTK+-using code has been
16658         compiled using the correct compiler and switches. In particular,
16659         with gcc one has to use the -fnative-struct switch as GTK+ is
16660         compiled with that.
16661
16662 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
16663
16664         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
16665         ->prev fields when merging lists. (Found simultaneously
16666         by Pawel Salek and Jakub Jelinek)
16667
16668 2000-08-12  Tor Lillqvist  <tml@iki.fi>
16669
16670         * gdk/gdk.def
16671         * gtk/gtk.def: Add missing entries.
16672
16673         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
16674         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
16675
16676         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
16677         function. Dummy implementation at this point.
16678
16679         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
16680         rules. Undefine GTK_COMPILATION when compiling the test programs.
16681         
16682         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
16683
16684 2000-08-11  Tor Lillqvist  <tml@iki.fi>
16685
16686         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
16687         to convert back and forth from UTF-8 and the "system" (or "current
16688         locale") charset when necessary. Indentation/spacing cleanup.
16689
16690 2000-08-10  Havoc Pennington  <hp@redhat.com>
16691
16692         * Makefile.am (snapshot): Change the format of the snapshot
16693         version to match glib
16694
16695         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
16696         from EXTRA_DIST since it doesn't seem to exist
16697
16698 2000-08-10  Tor Lillqvist  <tml@iki.fi>
16699
16700         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
16701         version of the directory name (not the UTF-8 one) when building
16702         the path name to stat().
16703
16704 2000-08-03  Elliot Lee  <sopwith@redhat.com>
16705
16706         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
16707         PANGO_ATTR_SHAPE set.
16708
16709 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
16710
16711         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
16712         Peter Osterlund to simplify the code while keeping the
16713         functionality the same.
16714
16715 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
16716
16717         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
16718         is_viewable() test further inside the function, since removing the 
16719         window from the redraw list without clearing ->update_area
16720         was also very broken.
16721
16722 2000-08-02  Tor Lillqvist  <tml@iki.fi>
16723
16724         * configure.in: Check for <unistd.h>.
16725
16726 2000-08-01  Martin Baulig  <baulig@suse.de>
16727
16728         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
16729         to display the message that this is a development version of GTK+.
16730
16731 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
16732
16733         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
16734         was depending on widget->allocation instead of the width of text_area,
16735         which was incorrect for subclasses like GtkSpinButton.
16736
16737         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
16738         with width == 1 tests that should be width == -1.
16739
16740 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
16741
16742         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
16743         (broken, Elliot, every single window blank on X) custom code with call
16744         to gdk_window_is_viewable() which a) prevents code duplicate and
16745         b) works. 
16746
16747 2000-07-31  Elliot Lee  <sopwith@redhat.com>
16748
16749         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
16750         to get the GDK_PARENT_ROOT() macro to work.
16751         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
16752         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
16753         of, windows that aren't shown.
16754         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
16755         pointer grab stuff.
16756
16757 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
16758
16759         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
16760           s/gtk_main_iteration/g_main_iteration/
16761
16762           Did this already in change:
16763                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
16764           don't know how it got reverted.
16765
16766 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
16767
16768         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
16769         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
16770
16771         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
16772         not gdk_pixbuf.
16773
16774 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
16775
16776         * configure.in,po/{sp,sr}.po: Added Serbian files
16777
16778 2000-07-30  Tor Lillqvist  <tml@iki.fi>
16779
16780         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
16781
16782         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
16783         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
16784         GIOChannel implementation.
16785
16786         * gdk/win32/gdkinput.c
16787         * gdk/win32/gdkpango-win32.c: Update license name here, too.
16788
16789         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
16790         definition to match prototype.
16791
16792         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
16793
16794 2000-07-27  Elliot Lee  <sopwith@redhat.com>
16795
16796         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
16797         function, to allow handling image formats that cannot be detected
16798         by looking at content alone.
16799
16800 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
16801
16802         * docs/tutorial/*.gif *.jpg *.eps
16803           Update these to the same look-n-feel.
16804           Why does including images in DocBook suck so badly?
16805
16806 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
16807
16808         * gtk/gtktable.c: applied patch from Phil Thompson
16809         <phil@river-bank.demon.co.uk> that enables space settings for
16810         the last row/columns as well.
16811
16812 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
16813
16814         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
16815         updates the license headers to the GNU Lesser General Public License,
16816         as well as updating the copyright year to 2000.
16817
16818 2000-07-26  Robert Brady  <rwb197@zepler.org>
16819
16820         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
16821           and po/Makefile, was installing and looking for them under gtk20
16822           and gtk2 respectively.
16823
16824 2000-07-25  Havoc Pennington  <hp@redhat.com>
16825
16826         * gtk/testtext.c: Comment out some stuff that depends on the rest
16827         of my patches.
16828
16829 2000-07-25  Havoc Pennington  <hp@redhat.com>
16830
16831         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
16832         buffer
16833
16834 2000-07-25  Havoc Pennington  <hp@redhat.com>
16835
16836         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
16837         widget changes.
16838
16839         * gtk/gtktextview.h: To be consistent with usage of "line"
16840         throughout the API to mean "newline-terminated thingy", change
16841         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
16842         to MOVEMENT_LINE.
16843
16844         (GtkTextView): Add flags for default editability, and whether to
16845         show the cursor. Add functions to get/set that. Add 
16846
16847         (gtk_text_view_get_iter_location): new function
16848
16849         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
16850         gtktextlayout.h
16851         (g_convert): Add g_convert temporarily, will go in glib in a bit
16852         
16853         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
16854         GtkTextTagTableForeach instead of brokenly using GHFunc.
16855         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
16856
16857         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
16858         moved to public header.
16859
16860         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
16861         "invisible", since "elide" was a bad name.
16862         (gtk_text_tag_get_priority): Added
16863
16864         (GtkTextStyleValues): put this in public header, along with
16865         functions to use it.
16866
16867         * gtk/gtktextmarkprivate.h: Include more headers, since we no
16868         longer include gtktextbtree.h.
16869
16870         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
16871         gtk_text_mark_deleted
16872
16873         * gtk/gtktextlayout.h: Don't include the "really private" headers,
16874         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
16875         to make this possible. Now we only need to install
16876         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
16877         (However the Makefile.am isn't changed yet because of the
16878         logistics of merging gtk-hp-patches piecemeal)
16879
16880         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
16881         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
16882         gtk_text_iter_get_line is now used in the public API for a
16883         different purpose.
16884
16885         * gtk/gtktextiter.h: Clean up function names to be more
16886         consistent. Always call char offset "offset" and byte index
16887         "index". A "line" is always a line number. 
16888
16889         (gtk_text_iter_is_last): new function, more efficient than 
16890         the existing way to check
16891         (gtk_text_iter_is_first): new function, also more efficient
16892
16893         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
16894
16895         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
16896         gtk_text_iter_forward_char, etc.
16897
16898         (gtk_text_iter_forward_to_tag_toggle): Renamed from
16899         forward_find_tag_toggle, since this isn't a linear search
16900
16901         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
16902
16903         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
16904         New functions, search for a buffer substring.
16905
16906         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
16907         interactive and default editable (since we need to store that info
16908         until we receive the selection data).
16909
16910         Remove all the _at_char and at_line etc. versions of functions;
16911         only have iterator versions.
16912
16913         Add _interactive() versions of functions, that consider the
16914         editability of text. (FIXME add interactive flag to the 
16915         insert/delete signals per Darin's suggestion)
16916
16917         (gtk_text_buffer_get_tag_table): new function, demand-creates the
16918         tag table if necessary
16919
16920         Remove declaration of gtk_text_buffer_get_iter_from_string
16921
16922         (_gtk_text_buffer_get_btree): private/internal function, added.
16923         
16924
16925         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
16926         (gtk_text_line_is_last): new function
16927
16928 2000-07-25  Havoc Pennington  <hp@redhat.com>
16929
16930         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
16931         using GtkProgressBar. See Changes-2.0.txt for details.
16932
16933         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
16934         "pulse_step" which are the equivalent of
16935         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
16936         Implement new API.
16937         
16938         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
16939         (use_text_format) to mark whether text set on the progress bar is
16940         a format string. Deprecate entire GtkProgress interface.
16941
16942         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
16943         (gtk_progress_build_string): make this a no-op if use_text_format
16944         is FALSE
16945
16946         * docs/Changes-2.0.txt: Describe progress bar changes.
16947
16948 2000-07-25  Tor Lillqvist  <tml@iki.fi>
16949
16950         * Makefile.am: Include the build directory.
16951
16952         * configure.in: Generate build/Makefile, build/win32/Makefile,
16953         gdk/, gdk/win32/, and gtk/makefile.mingw.
16954
16955         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
16956         Add GETTEXT_PACKAGE.
16957         
16958         * gdk/gdk.def
16959         * gtk/gtk.def: Updates.
16960
16961         * gdk/gdkfont.h
16962         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
16963         need them any longer.
16964
16965         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
16966
16967         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
16968         PANGOWIN32_LIBS and gdk_pixbuf.
16969
16970         * gdk/win32: Compiles, but no doubt doesn't work at all.
16971
16972         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
16973
16974         * gdk/win32/gdkinput.c: New file, temporarily.
16975         
16976         * gdk/win32/gdkinput-win32.h: New file
16977
16978         * gdk/win32/gdkinputprivate.h: Remove.
16979
16980         * gdk/win32/gdkpango-win32.c: New file.
16981
16982         * gtk/makefile.mingw.in: New file
16983
16984         * gtk/makefile.cygwin: Removed
16985         
16986         * gtk/Makefile.am: Update accordingly.
16987
16988         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
16989         made externally visible.
16990
16991         * gtk/gtkmain.c: Use it.
16992         
16993         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
16994         is enough.
16995
16996         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
16997
16998 2000-07-24 Elliot Lee <sopwith@redhat.com>
16999         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
17000         individual backends already.
17001         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
17002         again. Yes, there really is a good reason for this, if you are using the gdkregion
17003         internals, and if you're not, why do you care?
17004         * gdk/gdkwindow.c: Fix inverted condition
17005         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
17006         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
17007         * gtk/gtkrange.c: Redraw trough when moving.
17008         * gtk/gtktypeutils.c: Fix warning by adding const cast.
17009         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
17010
17011 2000-07-23  Tor Lillqvist  <tml@iki.fi>
17012
17013         * configure.in: Check for mkstemp and sigsetjmp. Output
17014         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
17015
17016         More work on GDK for Win32. Still in an intermediate state.
17017
17018         * gdk/makefile.cygwin
17019         * gdk/win32/makefile.cygwin: Removed.
17020         
17021         * gdk/makefile.mingw.in
17022         * gdk/win32/makefile.mingw.in: New files.
17023
17024         * gdk/Makefile.am
17025         * gdk/win32/Makefile.am: Generate and distribute them.
17026
17027         * gdk/win32/gdkwindow-win32.h
17028         * gdk/win32/gdkdrawable-win32.h
17029         * gdk/win32/gdkpixmap-win32.h: New files.
17030
17031         * gdk/win32/gdkcolor-win32.c
17032         * gdk/win32/gdkcursor-win32.c
17033         * gdk/win32/gdkdrawable-win32.c
17034         * gdk/win32/gdkgc-win32.c
17035         * gdk/win32/gdkimage-win32.c
17036         * gdk/win32/gdkprivate-win32.h
17037         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
17038         Rename fields and variables called xcursor, xid, etc (these names
17039         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
17040
17041 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
17042
17043         * gtk/gtkentry.[ch]: Fix some problems with vertical
17044         alignment.
17045
17046         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
17047         char/byte confusion.
17048
17049 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
17050
17051         * gtk/gtktextview.c (changed_handler): Fix bug where
17052         redraw wasn't being done properly when height of
17053         dirty region changed.
17054
17055         * demos/Makefile.am: Remove various references to
17056         -lgmodule
17057
17058 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
17059
17060         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
17061         PangoAttrShape to reserve space for pixmaps, add 
17062         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
17063         in the display functions.
17064         
17065         * gtk/testgtk.c (create_layout): Set some more exotic
17066         scrolled window options
17067
17068         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
17069         Add function to set the shadow type of a window, to allow
17070         putting a shadow around widgets such as GtkLayout or GnomeCanvas
17071         which don't draw their own frame.
17072
17073 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
17074
17075         * docs/tutorial/package-db-tutorial.sh: New file for
17076           packaging DocBook format tutorial
17077
17078 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
17079
17080         * docs/tutorial/gtk-tut.sgml: Minor updates
17081
17082         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
17083
17084 2000-07-19  Tor Lillqvist  <tml@iki.fi>
17085
17086         * gtk/gtksignal.c: Fix C++ comment.
17087
17088         * gtk/gtkimmulticontext.c
17089         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
17090         don't return value from void functions.
17091
17092         * gtk/gtk.def: Add gtk_rc_style_unref.
17093
17094 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17095
17096         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
17097         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
17098         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
17099         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
17100         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
17101         gtk/gtktypeutils.h: Include files outside of the extern "C"
17102         block. Makes some C++ compiler happy. Reported by Denis Vakatov
17103         <vakatov@peony.nlm.nih.gov>.
17104
17105 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
17106
17107         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
17108           Completes first pass. Hurrah!
17109
17110 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
17111
17112         * docs/tutorial/gtk-tut.sgml: More clean ups.
17113
17114 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
17115
17116         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
17117         paint the background of the text area which was accidentally
17118         removed at some point.
17119
17120         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
17121           
17122          - Move most of the functionality from the theme vtable
17123            into GtkRcStyleClass and GtkStyleClass. The moved
17124            vtable functions were changed a bit in the move to
17125            work better in their new home.
17126
17127          - Get rid of the engine and engine_data fields from
17128            GtkRcStyle and GtkStyle; instead the theme
17129            engine derives theme-specific subclasses of GtkRcStyle
17130            and GtkStyle
17131
17132          - Add extra dlsym() found entry point to themes,
17133            theme_create_rc_style().
17134
17135         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
17136         in gtk_style_real_copy.
17137
17138         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
17139         to register a type associated with an engine. (The engine
17140         won't be unloaded as there is an instance of the type.)
17141
17142
17143 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
17144
17145         * docs/tutorial/gtk-tut.sgml: Clean ups.
17146
17147 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
17148
17149         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
17150           of cleaning up to do.
17151
17152 2000-07-15  Tor Lillqvist  <tml@iki.fi>
17153
17154         * gdk/testgdk.c: New file, quick hack to test backends for
17155         pixel-by-pixel correctness of the most simple graphic operations.
17156
17157 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
17158
17159         * Really release 1.3.1
17160         
17161         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
17162         include structure.
17163
17164 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
17165
17166         * Released 1.3.1
17167
17168 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
17169
17170         * gtk/gtktextlayout.c: use FALSE for size_only most
17171         of the time when calling gtk_text_layout_get_line_display()
17172         to avoid causing double reshapes when a redraw follows
17173         immediately after.
17174
17175 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
17176
17177         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
17178         appropriate region and gdk_window_process_updates() so trough
17179         updating doesn't lag behind the window being scrolled.
17180
17181         * gdk/gdkgc.c: Make parent_class pointer static.
17182          
17183 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
17184
17185         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
17186         include <string.h>.
17187          
17188         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
17189         cut-and-paste error in computing memory offset for 4 channels.
17190
17191 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
17192
17193         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
17194         gtk_rc_append_default_pixmap_path(), since it wasn't
17195         adding an interesting path and we don't have a meaningful
17196         default for this value.
17197
17198 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
17199
17200         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
17201         gtk-config to gtk-config-2.0 move gtk_.m4 to
17202         gtk-2.0.m4
17203
17204         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17205         gdk/Makefile.am demos/Makefile.am: Change 
17206         library names to libgtk-1.3.la, etc, so that we
17207         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
17208
17209         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17210         gdk/Makefile.am gdk/x11/Makfile.am
17211         Move include files into /usr/include/gtk-2.0, 
17212         /usr/lib/gtk-2.0/include/
17213          
17214         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
17215         gtk/gtkintl.h: Change package for gettext from 
17216         gtk+ to gtk20. Put hack in autogen.sh to modify
17217         po/Makefile.in.in after gettextize to make this
17218         possible.
17219
17220         * gtk+.spec: Some updates, not tested.
17221
17222         * gdk-pixbuf/Makefile.am: Move loaders into
17223         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
17224
17225         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
17226         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
17227         to THEMENAME/gtk-2.0/. Move engine directory  to
17228         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
17229         
17230 2000-07-12  Tor Lillqvist  <tml@iki.fi>
17231
17232         Win32 changes, still doesn't build though.
17233
17234         * gdk/makefile.cygwin
17235         * gdk/win32/makefile.cygwin
17236         * gtk/makefile.cygwin: Updates.
17237
17238         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
17239         default values for fg and bg pixel as X11 does (0 and 1), not
17240         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
17241         Use 0 for pen width by default (treated as 1 anyway later, but for
17242         apps that might check the value in the GdkGC).
17243         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
17244         interface to gdk_gc_predraw and _postdraw.
17245
17246         * gdk/win32/gdkwin32.h
17247         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
17248
17249         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
17250         extraneous semicolon.
17251
17252         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
17253
17254         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
17255         not the Win32 bitspixel value.
17256
17257         * gdk/win32/gdkcc-win32.c:
17258         * gdk/win32/gdkcolor-win32.c 
17259         * gdk/win32/gdkprivate-win32.h
17260         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
17261         GDK object structure.
17262
17263 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
17264
17265         * docs/tutorial/gtk_tut_12.es.sgml (name): 
17266         * docs/tutorial/gtk_tut_it.sgml (name): 
17267         * docs/tutorial/gtk_tut_fr.sgml (name): 
17268         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
17269         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
17270
17271 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
17272
17273         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
17274           small changes.
17275
17276 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
17277
17278         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
17279         a bug here, never been here and never fixed anything ;(
17280         (don't segfault if tree->root_tree is NULL, which happens prior
17281         to widget realization, but puke instead).
17282
17283 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
17284
17285         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
17286         add the necessary tokens.
17287
17288         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
17289         (gtk_rc_style_to_style): copy thicknesses.
17290         (gtk_rc_init_style): apply thicknesses.
17291         (gtk_rc_parse_style): parse xthickness and ythickness.
17292
17293         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
17294
17295         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
17296         (gdk_window_new): 
17297         (_gdk_windowing_window_init): 
17298         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
17299         (gdk_pixmap_create_from_data): 
17300         (gdk_bitmap_create_from_data): 
17301         (gdk_pixmap_new): 
17302         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
17303         (gdk_image_new): 
17304         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
17305         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
17306         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
17307         (gdk_colormap_get_system): 
17308         (gdk_colormap_new): 
17309         * gdk/gdkwindow.c (gdk_window_init): 
17310         * gtk/gtkstyle.c (gtk_style_new):
17311         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
17312         * gdk/gdkpixmap.c (gdk_pixmap_init): 
17313         * gtk/gtkrc.c (gtk_rc_style_new):
17314         use g_object_new() instead of g_type_create_instance() which
17315         is a private function for fundamental type implementations.
17316
17317 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
17318
17319         * configure.in: Add check for db2html
17320
17321 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
17322
17323         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
17324         hack to set glib_debug_objects based on gtk_debug_flags.
17325
17326 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
17327
17328         * INSTALL.in: Update the Prerequisites section.
17329
17330         * Makefile.am demos/Makefile.am docs/Makefile.am
17331         docs/tutorial/Makefile.am gdk/x11/Makefile.am
17332         gdk/linux-fb/Makefile.am: Dist fixes
17333
17334 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
17335
17336         * NEWS: 10,000 foot view of 1.3.1 changes.
17337
17338 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
17339
17340         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
17341         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
17342         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
17343         gdk/x11/gdkmain-x11.c: 
17344
17345         Patch from George Lebl to add a GdkGrabStatus enumeration to use
17346         as a return value of gdk_*_grab(). Previously, we just
17347         returned the X11 values directly.
17348
17349 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
17350
17351         * gdk/x11/Makefile.am: Patch from George Lebl to 
17352         install all the headers in the right place.
17353
17354 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
17355
17356         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
17357           initial conversion to DocBook.
17358
17359 2000-07-04  Tor Lillqvist  <tml@iki.fi>
17360
17361         * README.win32: Improve a bit.
17362
17363         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
17364         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
17365         Alt+0nnn on the numpad (used to enter characters by numeric code
17366         from current DOS or ANSI codepage) working correctly, as in other
17367         Windows apps.
17368
17369         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
17370         same argument validity tests as in X11 version.
17371         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
17372
17373         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
17374         definitions in case missing from headers.
17375
17376         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
17377         destroy the window-specific cursor.
17378         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
17379         calling GetModuleHandle(NULL).
17380         (gdk_window_set_cursor): Reworked to always copy the passed cursor
17381         with CopyCursor before setting it as the window-specific
17382         cursor. It is OK for the caller to destroy the GdkCursor (and thus
17383         also its Windows cursor) after calling this function. Destroy any
17384         previous window-specific cursor.
17385
17386 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
17387
17388         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
17389         font charset is iso8859-1, not iso-8859-1.
17390
17391 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
17392
17393         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
17394         Use g_get_charset() instead of g_get_codeset().
17395
17396         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
17397         Comment out some strdup'ing functions to keep timj
17398         happy until we finish fighting this out.
17399
17400 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
17401
17402         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
17403         <= width or height.
17404
17405         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
17406         from 1.2 for parent/child states.
17407
17408         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
17409         of typos.
17410
17411         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
17412         event structures, replace with a generic axes field. Replace 
17413         deviceid/sourec with GdkDevice *device.
17414
17415         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
17416         to extract particular axis use value from event. (Also
17417         can be used for normal X/Y.)
17418
17419         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
17420         allow for arbitrary number of axes, namespace everything
17421         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
17422         everywhere.
17423
17424         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
17425         Get rid of the gdk_input_vtable setup if favor of simply
17426         defining the functions in gdkinput-none/gxi/xfree.c in
17427         a similar fashion to the way that the port structure is 
17428         done.
17429
17430         * gtk/gtkdnd.c: Fix fields of synthesized button press event
17431         for new event structures. 
17432
17433         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
17434         new device interfaces.
17435
17436 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
17437
17438         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
17439         set the initial text.
17440
17441         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
17442         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
17443         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
17444         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
17445
17446         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
17447         pango_layout_set_font_description to simplify.
17448
17449 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
17450
17451         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
17452         pango_layout_set_font_description to simplify.
17453
17454 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
17455
17456         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
17457         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
17458         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
17459
17460         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
17461         PANGO_PIXELS() macro.
17462
17463 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
17464
17465         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
17466         that returns a PangoContext owned by the widget and updated to
17467         match future changes in the widget. Also, make 
17468         gtk_widget_create_pango_layout() use this context. If we ever
17469         add a ::changed signal to PangoContext, this will make things
17470         much more convenient. 
17471
17472         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
17473         in the appropriate places instead of destroying the layouts and
17474         creating new ones.
17475
17476         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
17477         in a few strategic places.
17478
17479 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
17480
17481         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
17482         gtk_widget_size_request() on reparented child, if one. Otherwise,
17483         queue_resize() on the child never results in it getting size-requested
17484         at all.
17485
17486         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
17487         in option menus, so that (with luck) people won't copy it into
17488         their apps in the future.
17489
17490         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
17491         to gtk_option_menu_calc_size. This isn't perfect, but should fix
17492         a lot of problems with changing the size of the menu's menu
17493         items after adding it to the option menu.
17494
17495         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
17496
17497         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
17498         the text direction for a widget changes.
17499
17500         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
17501         ::direction_changed to get rid of various hacks.
17502
17503 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
17504
17505         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
17506         name.
17507
17508 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
17509
17510         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
17511         flag to the structure. Do not call XFreePixmap on pixmaps created
17512         by gdk_pixmap_foreign_new().
17513
17514 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
17515
17516         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
17517         value using GdkRGB functionality given GdkColormap and GdkColor.
17518         (name not final, waiting for inspiration.)
17519         
17520         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
17521         set the foreground/background of a GC using the GC's colormap
17522         and GdkRGB. (name not final, waiting for inspiration.)
17523
17524         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
17525         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
17526
17527         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
17528         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
17529         purely a function of the corresponding colormap. Make
17530         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
17531
17532         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
17533         gdk_pixbuf_*create_from_xpm_* in terms of
17534         gdk_pixbuf_new_from_xpm_data(), move into platform independent
17535         code.
17536
17537         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
17538         advantage of the new draw_rgb_32_image_dithalign.
17539
17540         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
17541
17542         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
17543         on each created GC.
17544
17545         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
17546
17547         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
17548         which we initialize from the drawable when the GC is created,
17549         if the drawable has a colormap.
17550
17551         * gdk/x11/gdkgc-x11.c: include string.h for memset.
17552
17553         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
17554
17555         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
17556
17557 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
17558
17559         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
17560         actually returning expose events, make sure to set
17561         the count field properly.
17562
17563         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
17564         accidentally reintroced bug which always cleared
17565         the graphics_exposures value. 
17566
17567 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
17568
17569         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
17570
17571 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
17572
17573         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
17574
17575 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
17576
17577         * docs/faq/gtk-faq.sgml: Start of Section 6.
17578
17579 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
17580
17581         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
17582         
17583         (Fixes problem with drawing childless frames. Pointed out
17584         by and a first patch from Anders)
17585         
17586         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
17587         compute a child_allocation, even if we don't have a child.
17588
17589         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
17590         Always chain to the parent's impl, even if we don't have a child.
17591
17592 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
17593
17594         * gdk/gdkrgb.c: If possible, create only a single shm segment and
17595         use multiple parts of it instead of creating a bunch of separate
17596         segments, since the maximum number of segments per system is not
17597         large. (This might be worth backporting to GTK+-1.2.x if we make a
17598         new release )
17599
17600         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
17601         structure in preparation for per-colormap GdkRGB.
17602
17603         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
17604         to False when we get EINVAL from shmget so that the caller of
17605         gdk_image_new can retry with a smaller segment size.
17606
17607 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
17608
17609         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
17610
17611 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
17612
17613         * configure.in: make the current version number 1.3.1 (binary age 0,
17614         interface age 0).
17615         
17616         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
17617         gtkcompat.h is all we want.
17618
17619         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
17620         GLib primitive types. fixed g_type_register_fundamental() argument
17621         ordering.
17622
17623         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
17624         compiles.
17625
17626         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
17627         object code cleanup, comment trigraph fixes, etc...
17628
17629 2000-06-23  Havoc Pennington  <hp@redhat.com>
17630
17631         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
17632         instead of making up a bogus name for first_para_mark
17633
17634         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
17635         0 as a context ID
17636
17637 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
17638
17639         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
17640
17641 2000-06-21  Havoc Pennington  <hp@pobox.com>
17642
17643         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
17644         we didn't check window->bg_pixmap != GDK_NO_BG.
17645
17646         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
17647         gdk-pixbuf
17648
17649 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
17650
17651         * docs/faq/gtk-faq.sgm: Move file to here.
17652           TODO: Update Makfile.am 
17653
17654 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
17655
17656         * docs/gtk-faq.sgm: Add Section 2
17657
17658 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
17659
17660         * docs/gtk-faq.sgm: New file. Start of DocBook
17661           version of the FAQ.
17662
17663 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
17664
17665         * configure.in (GDK_PIXBUF_MAJOR): Define version
17666         numbers for GDK_PIXBUF_*, as they get substituted
17667         into a header file. Need to consider versioning
17668         for gdk-pixbuf more carefully later.
17669
17670 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
17671
17672         Work with srcdir != builddir.   
17673         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
17674         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
17675         * demos/testpixbuf.c: Likewise.
17676         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
17677         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
17678         <gdk/x11/gdkx.h>.
17679         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
17680         "gdk-pixbuf.h".
17681         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
17682
17683 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
17684
17685         * TODO.xml: Change 1.4 version numbers to 2.0.
17686
17687 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
17688
17689         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
17690         fixups to GTK+ standard.
17691
17692 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
17693
17694         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
17695         gdk-pixbuf.
17696
17697         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
17698         fixups for GObject.
17699
17700         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
17701         gdk-pixbuf with GDK dependencies moved into GDK.
17702         
17703         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
17704         move gdk-pixbuf-loader here until GObject has signals.
17705
17706         * demos/: New directory of demos. Move demos from
17707         gdk-pixbuf here.
17708
17709         * demos/pixbuf-init.c: Small bit of code to check for
17710         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
17711         set GDK_PIXBUF_MODULEDIR appropriately.
17712
17713         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
17714         define which no longer makes sense.
17715
17716 2000-06-21  Havoc Pennington  <hp@redhat.com>
17717
17718         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
17719         gtk_get_default_language
17720
17721         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
17722         new function to get the default language
17723
17724         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
17725         s/gtk_text_view_style_values/gtk_text_style_values/
17726
17727         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
17728         Add a "language" field to tags.
17729
17730         (gtk_text_tag_set_arg): Fix bug in setting
17731         "bg_full_height_set" tag.
17732
17733 2000-06-21  Havoc Pennington  <hp@redhat.com>
17734
17735         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
17736         in the interfaces
17737
17738         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
17739         stuff instead when possible.
17740
17741         * gtk/gtktexttypes.h: Delete some unused constants
17742
17743         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
17744         testtextbuffer.c: use glib instead of custom unicode routines
17745
17746 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
17747
17748         * docs/es/: Removed mistakenly added generated sgml
17749
17750         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
17751         Remove outdated info files.
17752
17753         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
17754         Moved tutorial files into subdir
17755
17756         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
17757         subdir.
17758
17759         * docs/man/gtk_button.pod: Remove. (contents will be
17760         integrated into gtk-reference button page.)
17761
17762         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
17763         docs/faq/Makefile.am: Adjust for new organization
17764
17765 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
17766
17767         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
17768         not $(MKINSTALLDIRS)
17769
17770 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
17771
17772         * gtk/testgtk.c (create_text): Finish the job Elliot started
17773         of removing font setting test for text widget. (Since text widget
17774         and GdkFont are not deprecated, and cause portability problems.)
17775
17776 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
17777
17778         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
17779         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
17780         Remove use of libunicode in favor of new GLib functions.
17781
17782         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
17783         nano-x, framebuffer. The X11 include is just a hack until we get
17784         the necessary functions in gdkcolor.h, so there is no reason to
17785         add other includes of platforms.
17786
17787         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
17788         window bigger than the screen change.
17789
17790         * gtk/testgtk.c: Revert some random changes from Elliot
17791         that had no particular point and were causing testgtkrc
17792         not to function correctly.
17793         
17794         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
17795         because GdkSegment and GdkRegionBox have the same fields,
17796         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
17797         results in clearer code.
17798
17799         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
17800         gdk_input_translate_coordinates): Fix missed GdkObjectification
17801
17802 2000-06-18  Elliot Lee  <sopwith@redhat.com>
17803
17804         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
17805         * gtk/gtk{plug,socket}.h: Missed commits from previous.
17806
17807 2000-06-20  Havoc Pennington  <hp@redhat.com>
17808
17809         * modules/linux-fb/Makefile.am: Make this compile
17810         without framebuffer enabled
17811
17812         * gdk/linux-fb/Makefile.am: Add conditional to not build
17813         framebuffer unless specified in configure
17814
17815         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
17816         the size of the target instead of source if -1 was passed for
17817         width/height
17818
17819         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
17820         width/height confusion.
17821
17822 2000-06-19  Havoc Pennington  <hp@redhat.com>
17823
17824         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
17825         GDK_DRAWABLE_XID. In the future, we probably want to make it
17826         faster with G_DISABLE_CHECKS turned on.
17827
17828 2000-06-14  Havoc Pennington  <hp@redhat.com>
17829
17830         * gdk/Makefile.am: add gdkpixmap.c
17831
17832         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
17833         s/gdk_image_init/_gdk_windowing_image_init
17834
17835         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
17836         ref/unref
17837
17838         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
17839
17840         * gdk/gdkcompat.h: remove GdkWindowType compat, since
17841         GdkWindowType is now non-deprecated; 
17842         change gdk_window_get_type() compat to be
17843         gdk_window_get_window_type().
17844
17845         * gdk/gdkdnd.h: make GdkDragContext a GObject.
17846
17847         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
17848         virtual GObject. Make all functions call into the vtable.
17849         Move gdk_image_put() guts in here. Remove GdkDrawableType
17850         and gdk_drawable_get_type(), these are now GdkWindow-specific.
17851         draw_image, get_depth, get_size, set_colormap, get_colormap,
17852         get_visual added to the vtable.
17853         
17854         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
17855         GObject. Virtualize everything. 
17856         (gdk_gc_new_with_values): remove check for destroyed window,
17857         because now GdkWindow::create_gc will check this.
17858         (gdk_gc_set_values): New function to set GC values, this 
17859         was already implemented but wasn't in the header
17860
17861         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
17862
17863         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
17864         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
17865         remove _gdk_window_class; add _gdk_window_impl_get_type() and
17866         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
17867         _gdk_windowing_window_init, rename gdk_image_init to
17868         _gdk_windowing_image_init.
17869         
17870         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
17871         (gdk_draw_layout): Remove check for destroyed window, 
17872         because all the drawable methods already check it.
17873         
17874         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
17875         Add gdkpixmap.c which contains implementation of GdkDrawable
17876         virtual table (by chaining to a platform-specific implementation
17877         object).
17878         
17879         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
17880         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
17881         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
17882         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
17883         GdkColormapPrivate. 
17884
17885         * gdk/gdktypes.h: #include <glib-object.h>
17886
17887         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
17888         Move most functionality to platform-specific implementation
17889         object. GdkWindow itself now handles the backing store, then
17890         chains to the platform-specific implementation.
17891         (gdk_window_get_window_type): return GdkWindowType of the window.
17892         (gdk_window_peek_children): New routine, returns the children of 
17893         a GdkWindow
17894         (gdk_window_get_children): Was in X11-specific code and did 
17895         XQueryTree. Changed to simply return a copy of window->children; 
17896         so it can go in cross-platform code.
17897         
17898         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
17899
17900         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
17901         GdkColormap; just changed to use the new private data instead
17902         of casting to GdkColormapPrivate.
17903
17904         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
17905         gdk_cursor_new().
17906
17907         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
17908         (private data member in the GObject). 
17909         (xdnd_manager_source_filter): Function had broken 
17910         error handling, fix it (use gdk_error_trap_push).
17911
17912         * gdk/x11/gdkdrawable-x11.c: This file now implements
17913         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
17914         base class is purely for the convenience of the X port,
17915         and not part of the interface to cross-platform GDK.
17916
17917         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
17918         
17919         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
17920         specific to X, and returned by the create_gc virtual method
17921         of GdkDrawableImplX11. 
17922         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
17923         rather than gchar, this was also changed in the GdkGC vtable.
17924         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
17925         mask is 0, return immediately, instead of checking every flag.
17926         This is faster, and keeps us from segfaulting if values is NULL
17927         and the mask contains some nonzero flags.
17928
17929         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
17930         GdkWindow.
17931
17932         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
17933         GdkWindowPrivate is gone.
17934
17935         * gdk/x11/gdkim-x11.c: rename things that got renamed.
17936
17937         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
17938         remove the image_put stuff that got transferred to GdkDrawable.
17939         
17940         * gdk/x11/gdkinput.c: renamings
17941
17942         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
17943
17944         * gdk/x11/gdkpixmap-x11.c: GObject conversion
17945
17946         * gdk/x11/gdkprivate-x11.h: indentation fixes
17947
17948         * gdk/x11/gdkproperty-x11.c: renamings
17949
17950         * gdk/x11/gdkselection-x11.c: renamings
17951
17952         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
17953         implements the platform-specific "impl" object.
17954         Moved gdk_window_get_children to gdk/gdkwindow.c
17955
17956         * gdk/x11/gdkx.h: Remove all the private structs and private datas
17957         that no longer exist. Add declaration of GdkGCX11 object here.
17958         Fix all the macros to still work. 
17959
17960         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
17961         GdkDragContext from the boxed types since they are now GObjects.
17962
17963         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
17964         moved xthickness/ythickness into the instance. GtkStyleClass
17965         functions are now in the standard vtable for GtkStyle, so you have
17966         to create a GObject subclass to write a theme engine.
17967         (gtk_style_copy): fixed a leaked PangoFontDescription
17968         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
17969         can be the standard GObject function.
17970         
17971         * Throughout GTK:
17972         s/style->klass->[xy]thickness/style->[xy]thickness
17973         s/pango_layout_unref/g_object_unref/
17974
17975         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
17976         
17977         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
17978         accessing GDK internals.
17979
17980         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
17981         accessing GDK internals.
17982
17983 2000-06-18  Elliot Lee  <sopwith@redhat.com>
17984
17985         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
17986
17987         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
17988         problem by calculating event position relative to the trough
17989         rather than the slider.
17990         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
17991
17992         * gdk/gdkgc.h: Add GDK_NOR.
17993
17994         * configure.in, Makefile.am: Add modules top level dir
17995         * configure.in: Only use pangox library if building x11 target.
17996         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
17997
17998 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
17999
18000         * gtk/gtkcolorsel.c: Change private class member to be named
18001         private_data throughout the file.
18002
18003         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
18004         private_data to avoid clashing with keyword.
18005
18006 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
18007
18008         * gdk/gdkdnd.h: Add comment to remove warning.
18009
18010 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
18011
18012         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
18013         Byelorussian language; changed the Makefile and file names 
18014         to reflect that.
18015
18016 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
18017
18018         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
18019         rather than gdk_window_hide; this makes things work
18020         correctly if the window is programmatically hidden while
18021         iconified.
18022
18023 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
18024
18025         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
18026         cut and paste typo where wrong pixmap was being
18027         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
18028
18029 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
18030
18031         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
18032         Add helper function to compute format / bytes 
18033         relationship. Use in a couple places to fix up
18034         errors which assume 8 * format.
18035
18036         * gtk/gtkselection.c (gtk_selection_request): Use 32
18037         rather than 8 * sizeof (GdkAtom), to work correctly
18038         on Alpha.
18039
18040 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
18041
18042         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
18043         libgtk.la
18044         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
18045         versions
18046
18047         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
18048         checking macros return NULL since the function has a return value.
18049
18050 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
18051
18052         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
18053         GTK+ from building at all.
18054
18055         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
18056
18057 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
18058
18059         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
18060         gtk/Makefile.am: make it possible to configure gtk for different
18061         targets on the same platform. The library name is now 
18062         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
18063         flag. Only the x11 target compiles right now.
18064         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
18065         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
18066         * gdk/nanox/gdk*generic*: delete generic region code.
18067         * gdk/linux-fb/gdk*generic*: delete generic region code.
18068         * README.nanox: update information.
18069         
18070 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
18071
18072         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
18073         prepend not append. (Pointed out by Brett Hall.)
18074
18075 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
18076
18077         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
18078
18079 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
18080
18081         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
18082         need this later, and this makes sure that the atexit for
18083         glib gets called after that for GDK, so atexits are
18084         properly ordered for object leak checking.
18085
18086         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
18087
18088         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
18089         pango_x_shutdown_display()
18090
18091         * gtk/simple.c (main): Close window on destroy.
18092
18093 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
18094
18095         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
18096         to treat initial creation different from setting with 
18097         regards to the graphics-exposures parameter, so add a parameter
18098         indicating whether this is initial or not.
18099
18100 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
18101
18102         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
18103         to sort of work by adding an extra return_exposes arg
18104         to gdk_event_translate() - it might be better to simply
18105         deprecate the function altogether and force people to rewrite
18106         without it. gdk_window_scroll() handles most of it, and where
18107         gdk_window_scroll() doesn't work, simply redrawing more does.
18108
18109         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
18110         assertion.
18111
18112         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
18113
18114         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
18115         bunch of pretty much useless /* Print debugging info */ comments 
18116         which had drifted away from the code they were commenting.
18117
18118 2000-06-02  Havoc Pennington  <hp@pobox.com>
18119
18120         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
18121         is in working order.
18122         
18123         * gtk/testtext.c: Change to reflect anonymous mark API
18124
18125         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
18126
18127         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
18128         field, which was unused.
18129
18130         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
18131         saves some typing.
18132
18133         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
18134
18135         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
18136         flag on the insertion point and selection bound
18137
18138         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
18139         make mark-manipulation functions take a GtkTextMark* instead of a
18140         mark name.
18141         
18142         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
18143         GtkTextMarkBody; will be used to detect attempts to delete
18144         the permanent marks (insert and selection bound)
18145
18146         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
18147
18148 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
18149
18150         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
18151         flag to on.
18152
18153         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
18154         Honor DOUBLE_BUFFRED_FLAG
18155
18156         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
18157         function to set the DOUBLE_BUFFERED flag.
18158
18159         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
18160         or not exposes done on the widget should be double-buffered.
18161
18162         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
18163         to be what would be expected. (Fixes problem with a
18164         g_return_if_fail() validating a TextDirection enumeration)
18165
18166 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
18167
18168         * gtk/gtkwidget.c: Remove all references to 
18169         offscreen flag which was no longer used.
18170
18171         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
18172
18173         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
18174         for non-null label_widget->parent.
18175
18176         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
18177         which no longer was used.
18178
18179         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
18180
18181         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
18182         for null arguments.
18183
18184         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
18185         check for destroyed windows.
18186
18187 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
18188
18189         * gtk/gtkimmulticontext.c: Add a finalize method and unref
18190         the slave context there.
18191
18192         * gtk/gtkinvisible.[ch]: Make reference counting behavior
18193         identical to GtkWindow.
18194
18195 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
18196
18197         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
18198         pangox to here, so we can write them independent of rendering
18199         system, using GDK primitives.
18200
18201         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
18202         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
18203         since we have a rendering-system independent implementation in
18204         terms of draw_glyphs().
18205         
18206         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
18207         function to render a single line.
18208
18209         * gdk/x11/gdkpango.c: Move the guts of this file mostly
18210         into ../gdkpango.c, which simplifies things, since we
18211         don't have to deal with raw X gc's.
18212
18213 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
18214
18215         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
18216         get the logical attributes for a given GtkTextLine.
18217
18218 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
18219
18220         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
18221         g_locale_get_codeset() to g_get_codeset() change.
18222
18223 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
18224
18225         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
18226         descriptions.
18227
18228         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
18229         the entry.
18230
18231         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
18232         redoing (vastly simplifying) for Pango. Still needs quite
18233         a bit of work. (Size selection is currently poor. List of 
18234         predefined sizes is not a good idea, since all of these
18235         sizes won't necessarily be distinct.)
18236
18237 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
18238
18239         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
18240         CODESET results for LANG=C.
18241
18242 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
18243
18244         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
18245         which takes a stringized pango font description;
18246         ignore the older 'font' and 'fontset' declarations.
18247
18248         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
18249         field with a GdkFont derived via gdk_font_from_description(),
18250         for compatibility. (Should we just remove it entirely?
18251         Probably too much compatibility breakage, but people
18252         should be migrating to the new Pango stuff as quickly
18253         as possible.)
18254
18255 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
18256
18257         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
18258
18259 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
18260
18261         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
18262         redoing; there are some bugs in size allocation right
18263         now, the semi-existant distinction between header / day
18264         fonts was removed, but, with Pango, could actually
18265         be made functional in a nice way.
18266         
18267         * gtk/testcalender: Move calender from examples into this
18268         directory as a test program. (We really need to restrcture
18269         testgtk into a whole directory full of tests for every
18270         widget or functionality group, separated into multiple .c
18271         files.)
18272
18273 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
18274
18275         * gtk/testgtk.c (file_exists): Fix stupid typo that
18276         was keeping RC file from being loaded.
18277
18278         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
18279         RC file font code.
18280
18281 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
18282
18283         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
18284         Add function to load a GdkFont from a PangoFontDescription.
18285
18286 2000-05-29  Tor Lillqvist  <tml@iki.fi>
18287
18288         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
18289         variable should be of type GdkEventPrivate.
18290
18291 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
18292
18293         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
18294         to have any widget for the label, use a GtkLabel widget
18295         to display the text. (Based partially on a patch from
18296         Anders Carlson.)
18297
18298         (Quite a bit of code reorganization - strip 90% of the
18299         guts out of gtkaspectframe and add a single virtual
18300         func to GtkFrameClass - compute_child_allocation.)
18301
18302 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
18303
18304         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
18305         (Removed clist->row_center_offset field because caching
18306         it wasn't saving time or code, added private function
18307         _gtk_clist_create_cell_layout()).
18308
18309 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
18310
18311         * gtk/gtkaccellabel.c: Pangoized.
18312
18313         * gtk/[hv]ruler.c: Pangoized
18314
18315 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
18316
18317         * gtk/gtkfilesel.c (gtk_file_selection_init):
18318         Use gtk_clist_set_column_auto_resize() to remove need
18319         need for manual column width computations.
18320
18321 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
18322
18323         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
18324         ensuring Pango correctness, and considerably simplifying the
18325         code.
18326         
18327         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
18328
18329         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
18330         getting of numbers of lines.
18331
18332         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
18333         to the actual requested width of the lable, not to the wrap
18334         width we set.
18335
18336         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
18337
18338         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
18339           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
18340
18341         * gtk/gtktextview.c: Fix structure inheritance.
18342
18343         * gtk/gtkprogressbar.c: Pangoize.
18344
18345 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
18346
18347         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
18348         in a function.
18349
18350         * gtk/gtktextlayout.c (find_display_line_above): Fixed
18351         bug with computing line tops.
18352
18353         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
18354
18355 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
18356
18357         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
18358         and y_offset coordinates to do what we need now. (The offset between
18359         buffer and layout coordinates has been reintroduced, but is a 
18360         bit different than before.)
18361
18362         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
18363         handle the adjustments ourselves, and scroll as necessary using
18364         the new gdk_window_scroll().
18365         
18366         The advantage of this is that when we are incrementally revalidating,
18367         we are essentially rearranging things around the visible portion
18368         of the screen. With the old setup, the visible portion of the
18369         screen was moved around in the layout, so scrolling and redrawing
18370         to track that caused jumping of the display. Since we now
18371         control the scrolling ourselves, we can suppress this and
18372         only redraw when things actually change.
18373
18374 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
18375
18376         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
18377         the region not just redisplay it after-all, since we store the
18378         cursors in the LineDisplay. (Ugly interactions here between
18379         GtkLayout and GtkTextBTree here.)
18380         
18381         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
18382
18383 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
18384
18385         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
18386         Added function to scroll contents of a window while keeping the
18387         window constant. Works by XCopyArea or guffaw-scrolling depending
18388         on the details of how the window is set up. (guffaw-scrolling
18389         still needs to be filled in.)
18390
18391 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
18392
18393         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
18394         move the debugging that was tied to a global variable
18395         to that.
18396
18397         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
18398
18399         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
18400         validated flag, in line data instead of setting height/width to
18401         -1. This allows us to perform operations with partially invalid
18402         buffer (using the old size for invalid lines) and thus to do
18403         incremental vaidation. Keep height/width aggregates up to date
18404         when deleting text and rebalancing the tree.
18405
18406         * gtk/gtktextbtree.[ch]: Add functions validate a line
18407         (gtk_text_btree_validate_line), and to validate up
18408         to a number of pixels (gtk_text_btree_validate).
18409
18410         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
18411         that indicates that something is changed and a revalidation
18412         pass is needed. Change ::need_repaint to ::changed, and
18413         make it take old and new yranges instead of a rectangle.
18414
18415         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
18416         the line_data_destroy() function from 
18417         gtk_text_btree_add_view() to a virtual function in 
18418         GtkTextLayout
18419
18420         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
18421         since we are handling partial repaints in a different fashion
18422         now.
18423
18424         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
18425         of the selection instead of queueing a repaint on the
18426         entire widget.
18427
18428         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
18429         get_selection_bounds() down to btree, make the function
18430         in buffer a wrapper around the btree function.
18431
18432         * gtk/gtktextlayout.[ch]: Add functions to check if the
18433         layout is valid and to recompute either a range of pixels
18434         aroudn a line or a certain total number of pixels.
18435
18436         * gtk/gtktextlayout.[ch]: Cache a single line display;
18437         now that we only redraw the needed portions, the hit rate
18438         for this cache is quite high.
18439         
18440         * gtk/gtktextview.[ch]: Keep track of the first paragraph
18441         on the screen so that when re-laying-out the buffer, we can
18442         keep the same place. This requires connecting to ::value_changed
18443         on the adjustments
18444
18445         * gtk/gtktextview.[ch]: Add idle functions to revalidate
18446         the buffer after we receive an ::invalidated signal.
18447         
18448 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
18449
18450         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
18451         to max of allocation and layout size, not just to the
18452         layout size.
18453
18454         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
18455         Invalidate window so it gets redrawn properly.
18456
18457         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
18458         to mean the entire window.
18459
18460         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
18461         into public header.
18462
18463 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
18464
18465         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
18466         to get the name of a mark.
18467
18468         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
18469         to find the paragraph from a y position.
18470
18471 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
18472
18473         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
18474         nodes have width/height >= 0, not > 0.
18475
18476 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
18477
18478         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
18479         Add a size_only flag, so when we only need the size, we don't create
18480         useless appearance attributes.
18481
18482         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
18483         duplicate setting of font description.
18484
18485         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
18486
18487 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
18488
18489         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
18490         EXTRA_DIST. It does not work well when the file that
18491         everything depends on is not in the tarball.
18492
18493 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
18494
18495         * gtk/testgtk.c: Some hacks and fixes so that it basically
18496         works when not sitting in the GTK+ build tree.
18497
18498 2000-05-03  Havoc Pennington  <hp@redhat.com>
18499
18500         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
18501         Properly determine the ordering of the tag root and the current
18502         line within the tree. Previous algorithm only worked if the tag
18503         root's immediate parent was the common root of both the current
18504         line and the tag root.
18505
18506 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
18507
18508         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
18509         alignment.
18510
18511         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
18512         the widget text directional dynamically.
18513
18514         * gtk/gtktextview.[ch]: Added functions to get and set default
18515         wrap mode.
18516
18517 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
18518
18519         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
18520         in cursor location computation.
18521
18522 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
18523
18524         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
18525         vadjusment values properly when layout gets smaller.
18526
18527         * gtk/gtktextview.c (need_repaint_handler): Areas being
18528         passed in are far completely inaccurate, and sometimes
18529         too small, so, for now, just queue a redraw on the
18530         whole visible region.
18531
18532 2000-04-25  Havoc Pennington  <hp@redhat.com>
18533
18534         * gtk/gtktextbtree.c (summary_destroy): new function to 
18535         destroy tag summary nodes
18536         (gtk_text_line_next_could_contain_tag): this function was 
18537         totally broken if the line passed in wasn't below the tag
18538         root. Fix it.
18539         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
18540         "wildcard" case, we have to do a linear scan. Blah.
18541         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
18542         we have to do the linear scan
18543         (tag_removed_cb): When a tag is removed from the tag table, 
18544         remove the GtkTextTagInfo node from the btree.
18545         (gtk_text_btree_spew): Implement the spew function, for 
18546         our debugging pleasure.
18547
18548 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
18549
18550         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
18551         a problem with referring to the wrong buffer.
18552
18553         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
18554
18555         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
18556         font description to gtk_style_new() - otherwise things
18557         don't work without a .gtkrc file.
18558
18559         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
18560         tags table if we create it ourself, too.
18561
18562         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
18563         it was conflicting with XKB modifiers.
18564
18565         * gtk/gtktextview.[ch]: Add simple support for 
18566         GtkIMContext.
18567
18568 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
18569
18570         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
18571         with deletion from last commit.
18572
18573 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
18574
18575         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
18576         in the context from the current locale.
18577         
18578         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
18579         context, not hardcoded value.
18580
18581         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
18582         not logical.
18583
18584 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
18585
18586         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
18587         attributes - that doesn't handle partial-glyph selection
18588         properly. Instead use new pango_layout_line_get_x_ranges()
18589         functionality to draw the selection.
18590
18591         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
18592         now properly handles out-of-range coordinates.
18593
18594         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
18595
18596         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
18597         public.
18598
18599         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
18600         for paragraphs opposite to the base direction of the widget.
18601
18602         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
18603
18604         * gtk/gtktextlayout.c: Don't split segments on marks, since that
18605         causes Arabic words to reshape as you cursor through.
18606
18607         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
18608         cursor position when moving vertically with the arrow keys and
18609         scrolling with page-up/page-down. (Arrow keys save only the X,
18610         scrolling saves both X and Y.)
18611
18612         This means you can line-up / line-down or page-up / page-down
18613         without losing your place, and also that moving vertically
18614         with the cursor keys keeps the same X position, not the same
18615         character count:
18616
18617         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
18618         arrow keys move by display lines, not paragraphs.
18619
18620 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
18621
18622         * gtk/gtklayout.c: Make sure that the bin window is at least
18623         as big as the allocation. (Should we also make sure that the
18624         bin window is big enough to completely cover widget->window?)
18625
18626         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
18627         function to get the onscreen rectangle.
18628
18629         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
18630         for offsets in window coordinates.
18631
18632 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
18633
18634         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
18635         confusion.
18636
18637         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
18638         from the widget direction.
18639
18640         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
18641         Add a "direction" attribute.
18642
18643         * gtk/gtktextview.c: global s/tkxt/text_view/.
18644
18645         * gtk/testtext.c: Added long block of text in Arabic, to test out
18646         the direction attributes. (Some problems with the shaping system
18647         for arabic become obvious - like the fact the cursor splits words
18648         into unjoined pieces.)
18649
18650 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
18651
18652         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
18653
18654         * gtk/gtktextlayout.c: Fix up alignment.
18655
18656         * gtk/testtext.c: Add some tests for centering, wrapping.
18657
18658 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
18659
18660         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
18661         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
18662         If we wrote GTK+-specific layout-render function this could just replace
18663         the draw_layout() operation in the vtable.
18664
18665         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
18666         pango_layout_get_cursor_pos() and use that function.
18667
18668         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
18669         is a non-static symbol.
18670
18671         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
18672         with gtk_text_btree_find_line_by_y()
18673
18674         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
18675         renderer that handles GtkTextAppearance attributes.
18676
18677         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
18678
18679           - Move the values in the style that don't affect geometry into a
18680             GtkTextAppearance structure.
18681           - Change underline to take a PangoUnderline and "font" a string
18682             representation of a font description
18683           - Add a "font_desc" attribute which takes a FontDescription structure.
18684
18685         * gtk/gtktextlayout.[ch]:
18686
18687           - Get rid of the display-line list per each line. Instead, we
18688             generate, on demand, a GtkTextLineDisplay structure which]
18689             contains a PangoLayout * and other necesary information
18690             (offsets, cursor locations) for displaying a paragraph.
18691           - Get rid of the code to wrap lines, create display chunks,
18692             etc. Instead, we just go through a paragraph and convert
18693             it into the necessary inputs to a PangoLayout.
18694           - Implement a new attribute type, GtkTextAttrAppearance. This
18695             holds a GtkTextAppearance, and is used to pass colors, 
18696             stipple, etc, through from the layout to the display without
18697             having to use lots and lots of individual attributes.
18698           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
18699             in terms of PangoLayout functions.
18700         
18701         * gtk/gtktextview.c: 
18702          
18703           - Handle passing the necessary PangoContext to the layout
18704           - Some fixups in painting to deal with the automatic backing store
18705             and offsetting of GTK+-1.4
18706           - Add a style_set handler so that the default style reacts
18707             properly to theme changes.
18708         
18709         * gtk/gtktext?*.[ch]: Random code-style fixes.
18710
18711         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
18712
18713 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
18714
18715         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
18716         in original form preparatory to Pango-ization and gdkimcontext-ization.
18717
18718 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
18719
18720         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
18721         so that we can derive from gtkimcontext in language bindings properly.
18722
18723 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
18724
18725         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
18726         Add a compose table including (almost) all the compose combinations
18727         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
18728         data in the XIM implementation.
18729
18730         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
18731         Moved functions to convert keyvalues from and to unicode here from
18732         the win32 port and made them public.
18733
18734 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
18735
18736         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
18737
18738 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
18739
18740         * gtk/gtkimcontext.[ch]: Base class for new input context system
18741
18742         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
18743         the real input context implementation to be loaded from modules
18744         and switched on the fly.
18745
18746         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
18747         context that just does direct keysymbol => unicode translation.
18748
18749         * gtk/gtkentry.[ch]: Start switching editing over to using
18750         GtkInputContext. (No handling of preedit yet.)
18751
18752 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
18753
18754         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
18755         many substitutions. (klass should not be subsituted.)
18756
18757 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
18758
18759         * configure.in: Add checks for Pango
18760
18761         * configure.in docs/Makefile.am: Add test for sgml2html
18762         and allow 'make dist' without building html, but print out
18763         warnings in that case. (For making snapshots)
18764
18765         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
18766         Add Pango libraries and C flags
18767
18768         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
18769         Add function (gdk_draw_layout) to draw a pango layout.
18770
18771         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
18772         for getting Pango contexts for GDK.
18773
18774         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
18775
18776         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
18777         editing.
18778
18779         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
18780         keysym => unicode translations. More languages can be added
18781         here, but real input-method support is needed.
18782
18783         * docs/Changes-1.4.txt: Added note about entry behavior.
18784         
18785         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
18786         to set the reading direction for a widget and the global direction.
18787         Add test which allows toggling the global direction. Two private
18788         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
18789
18790         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
18791           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
18792
18793         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
18794
18795         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
18796         underlining now handled by Pango.
18797
18798         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
18799         to RCStyle and Style. (Having both this and the old font name and GdkFont 
18800         is temporary.)
18801
18802         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
18803         convenience functions for creating contexts and layouts for widgets.
18804
18805         * gtk/testgtk.c: Enhance label tests with multilingual labels.
18806
18807 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
18808
18809         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
18810         titles to be active, even if they aren't visible.
18811         (gtk_clist_column_titles_passive):  Ditto.
18812
18813 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
18814
18815         * gtkmenu.c:
18816         * gtkmenu.h:
18817         * gtktypeutils.h: Spelling/grammar fixes in comments.
18818
18819 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
18820
18821         * gdk/nanox/*.h: add missing header files.
18822
18823 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
18824
18825         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
18826         send_event to TRUE.
18827         (gtk_drawing_area_size): queue a resize.
18828
18829 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
18830
18831         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
18832         the handlers, also invalidate them. bug nailed down by Karl Nelson
18833         <kenelson@ece.ucdavis.edu>.
18834
18835 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
18836
18837         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
18838         "(nil)" foundries, patch from Grigorios Magklis.
18839
18840         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
18841         on non-available fonts, based on a patch by Grigorios Magklis
18842         <maglis@cs.rochester.edu>.
18843
18844 2000-05-18  Elliot Lee  <sopwith@redhat.com>
18845
18846         * gdk/x11/gdkregion-generic.c: If a region does not have any
18847         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
18848         instead of GDK_OVERLAP_RECTANGLE_IN.
18849
18850 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
18851
18852         * gtk/gtklayout.c (gtk_layout_map): Remove references to
18853         OFFSCREEN, as it is no longer necessary.
18854
18855 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
18856
18857         * gtk/gtkcolorsel.c: Patch from David Santiago
18858         <mrcooger@cyberverse.com> to change things so that the 
18859         indicator of the active palette entry is done independently,
18860         not via the focus, since it should always be visible.
18861
18862 2000-05-17  Tor Lillqvist  <tml@iki.fi>
18863
18864         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
18865         refcount leaks as in the X11 backend.
18866
18867         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
18868         cosmetics.
18869
18870         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
18871         backend. Add _gdk_windowing_window_destroy().
18872
18873         * gtk/gtkcolorsel.c: Include correct backend-specific header.
18874         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
18875         either, but these probably do exist on nanox?)
18876         
18877         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
18878         which isn't necessarily defined by <math.h>.
18879
18880         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
18881         ancestry past GtkObject.
18882
18883         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
18884         from DLL on Win32.
18885
18886         * gtk/gtk.def: Update corresponding to recent changes.
18887
18888         * gtk/makefile.{cygwin,msc}: Updates.
18889
18890 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
18891
18892         * docs/Changes-1.4.txt: A bit of editing.
18893
18894         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
18895         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
18896         to clear the update area for the window, and clear it
18897         when hiding a window.
18898
18899         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
18900         if window destroyed.
18901
18902         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
18903
18904         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
18905         gdk_window_destroy() to the generic code, since there was a lot of 
18906         window-system-independent logic it in. Add a function:
18907         
18908          _gdk_window_destroy() 
18909
18910         to the internal API to destroy a window without unreferencing it.
18911         Add a function:
18912
18913          _gdk_windowing_window_destroy()
18914
18915         That does the windowing-system-dependent part of destroying 
18916         the window.
18917
18918 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
18919
18920         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
18921
18922 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
18923
18924         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
18925         Make gtk_widget_shape_combine_mask() keep a reference count on
18926         the pixmap since it keeps it around.
18927
18928 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
18929
18930         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
18931         leak.
18932
18933         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
18934         leak with event filters.
18935
18936 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
18937
18938         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
18939         signal handlers with the right data arguments. (Fixes
18940         some warnings when a widget was repeatedly set as a drag
18941         destination.)
18942
18943         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
18944         window so we can avoid avoid setting the DND properties on the
18945         toplevel window repeatedly.
18946
18947 2000-05-13  Tor Lillqvist  <tml@iki.fi>
18948
18949         * gdk/win32/gdkwin32.h: Define more message types missing from
18950         mingw headers.
18951
18952         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
18953         call gdk_window_destroy_notify(). It was never called. This
18954         probably meant that the GdkWindow was never freed. Thanks Owen for
18955         noticing (!).
18956
18957         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
18958         window as destroyed before calling DestroyWindow(). DestroyWindow()
18959         causes a call to the window procedure (gdk_WindowProc), which
18960         calls gdk_event_translate(), which calls
18961         gdk_window_destroy_notify(), which gets confused unless the window
18962         is set as destroyed.
18963
18964         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
18965         this function to indicate it's win32 only. Put inside #ifdef
18966         G_ENABLE_DEBUG.
18967
18968         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
18969         debugging function. (gdk_event_translate:) Add a default branch
18970         that uses the above function to print debug messages with all
18971         Windows messages symbolically.
18972
18973         * gdk/win32/gdkprivate-win32.h: Declare it, and
18974         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
18975
18976 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
18977
18978         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
18979         public header file.
18980
18981 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
18982
18983         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
18984
18985         * gtk/gtktext.c: made the adjustments no-construct args, simply
18986         provide default adjustments.
18987         (gtk_text_destroy): release adjustments.
18988
18989         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
18990         adjustment argument non-construct.
18991
18992         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
18993         instead of in finalize.
18994         (gtk_progress_get_text_from_value): 
18995         (gtk_progress_get_current_text): 
18996         (gtk_progress_set_value): 
18997         (gtk_progress_get_percentage_from_value): 
18998         (gtk_progress_get_current_percentage): 
18999         (gtk_progress_set_percentage): 
19000         (gtk_progress_configure): ensure an adjustment is present.
19001
19002 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
19003
19004         * gtk/gtkcolorsel.[hc]:
19005         * gtk/gtkcolorseldialog.[hc]:
19006         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
19007         their parent implementation, use bit fields for boolean values, don't
19008         create unused widgets, usage of glib types, braces go on their own
19009         lines, function argument alignment, #include directives etc. etc. etc..
19010
19011         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
19012
19013 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
19014
19015         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
19016
19017         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
19018         of NULL.
19019
19020         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
19021         to freed data.
19022         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
19023
19024         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
19025         to NULL when the toplevel is getting destroyed.
19026         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
19027         (gtk_menu_destroy): 
19028         (gtk_menu_init): store the information of whether we have to
19029         readd the initial child ref_count during destruction in a new
19030         GtkMenu field needs_destruction_ref_count.
19031
19032         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
19033         here, those reading: learn from my mistake! ;)
19034         in order for set_?adjustment to support a default adjustemnt if
19035         invoked with an adjustment pointer of NULL, the code read (pseudo):
19036         if (v->adjustment) unref (v->adjustment);
19037         if (!adjustment) adjustment = adjustment_new ();
19038         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
19039         now imagine the first unref to actually free the old adjustment and
19040         adjustment_new() creating a new adjustment from the very same memory
19041         portion. here, the latter comparision will unintendedly fail, and
19042         all hell breaks loose.
19043         (gtk_viewport_set_hadjustment):
19044         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
19045         after unreferencing it.
19046
19047         * gtk/gtkcontainer.[hc]: removed toplevel registration
19048         functions: gtk_container_register_toplevel(),
19049         gtk_container_unregister_toplevel() and
19050         gtk_container_get_toplevels() which had wrong semantics
19051         anyways: it didn't reference and copy the list.
19052
19053         * gtk/gtkwindow.c: we take over the container toplevel registration
19054         bussiness now. windows are registered across multiple destructions,
19055         untill they are finalized. the initial implicit reference count
19056         users are holding on windows is removed with the first destruction
19057         though.
19058         (gtk_window_init): ref & sink and set has_user_ref_count, got
19059         rid of gtk_container_register_toplevel() call. add window to
19060         toplevel_list.
19061         (gtk_window_destroy): unref the window if has_user_ref_count
19062         is still set, got rid of call to
19063         gtk_container_unregister_toplevel().
19064         (gtk_window_finalize): remove window from toplevel list.
19065         (gtk_window_list_toplevels): new function to return a newly
19066         created list with referenced toplevels.
19067         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
19068
19069         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
19070         adjustment a non-construct arg.
19071         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
19072         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
19073         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
19074
19075         * gtk/gtkrange.c: added some realized checks.
19076         (gtk_range_destroy): get rid of the h/v adjustments in the
19077         destroy handler instead of finalize. remove timer.
19078         (gtk_range_get_adjustment): demand create adjustment.
19079
19080         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
19081         we simply create them on demand now and get rid of them in
19082         the destroy handler.
19083         (gtk_viewport_destroy): get rid of the h/v adjustments in the
19084         destroy handler instead of finalize.
19085         (gtk_viewport_get_hadjustment): 
19086         (gtk_viewport_get_vadjustment): 
19087         (gtk_viewport_size_allocate): demand create h/v adjustment
19088         if required.
19089
19090         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
19091         gtk_widget_real_destroy () functionality.
19092         (gtk_widget_real_destroy): reinitialize with a new style, instead
19093         of setting widget->style to NULL.
19094
19095 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
19096
19097         * gtk/gtkcalendar.c:
19098         * gtk/gtkbutton.c: ported _get_type() implementation over to
19099         GType, either to preserve memchunks allocation facilities,
19100         or because Gtk+ 1.0 GtkTypeInfo was still being used.
19101
19102         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
19103         over. prepare for ::destroy to be emitted multiple times.
19104         removed reference tracer magic. chain into GObjectClass.shutdown()
19105         to emit ::destroy signal.
19106
19107         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
19108         fundamental.
19109
19110         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
19111         cludge.
19112
19113         * gtk/gtksocket.c:
19114         * gtk/gtkplug.c:
19115         * gtk/gtklayout.c:
19116         * gtk/gtklabel.c:
19117         * gtk/gtkargcollector.c:
19118         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
19119         not being a fundamental anymore, and to work with the new
19120         type system (nuked fundamental type varargs clutter).
19121
19122         * gtk/*.c: install finalize handlers in the GObjectClass
19123         part of the class structure.
19124         changed direct GTK_OBJECT()->klass accesses to
19125         GTK_*_GET_CLASS().
19126         changed direct object_class->type accesses to GTK_CLASS_TYPE().
19127
19128         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
19129         GType. made most of the GTK_*() type macros and Gtk* typedefs
19130         simple wrappers around macros and types provided by GType.
19131         most notably, a significant portion of the old API vanished:
19132         GTK_TYPE_MAKE(),
19133         GTK_TYPE_SEQNO(),
19134         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
19135         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
19136         GTK_TYPE_ARGS,
19137         GTK_TYPE_CALLBACK,
19138         GTK_TYPE_C_CALLBACK,
19139         GTK_TYPE_FOREIGN,
19140         GtkTypeQuery,
19141         gtk_type_query(),
19142         gtk_type_set_varargs_type(),
19143         gtk_type_get_varargs_type(),
19144         gtk_type_check_object_cast(),
19145         gtk_type_check_class_cast(),
19146         gtk_type_describe_tree(),
19147         gtk_type_describe_heritage(),
19148         gtk_type_free(),
19149         gtk_type_children_types(),
19150         gtk_type_set_chunk_alloc(),
19151         gtk_type_register_enum(),
19152         gtk_type_register_flags(),
19153         gtk_type_parent_class().
19154         replacements, where available are described in ../docs/Changes-1.4.txt.
19155         implemented compatibility functions for the remaining API.
19156
19157         * configure.in: depend on glib 1.3.1, use gobject module.
19158
19159 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
19160
19161         * TODO.xml: Various updates to current status.
19162
19163 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
19164
19165         * gtk.m4: Print out version when test succeeds.
19166
19167 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
19168
19169         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
19170         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
19171         
19172         (Original triangle color selector from Simon Budig
19173         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
19174         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
19175         Santiago <mrcooger@cyberverse.com>)
19176
19177         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
19178         out into a separate widget.
19179
19180         * gtk/testgtk.c: Add some checkbuttons for toggling palette
19181         and opacity controls.
19182
19183 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
19184
19185         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
19186         snuck in prematurely.
19187
19188 2000-05-07  Tor Lillqvist  <tml@iki.fi>
19189
19190         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
19191         had deleted a ! operator by mistake, which caused
19192         GDK_SELECTION_CLEAR events never to be generated, which caused
19193         only the first copy to the clipboard from an gtkeditable to
19194         actually cause a copy to the Windows clipboard.
19195
19196 2000-05-06  Tor Lillqvist  <tml@iki.fi>
19197
19198         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
19199         compilation, too. Current mingw gcc distributions include the
19200         necessary headers. Also the necessary IIDs are now in mingw
19201         headers/libraries, and own definitions unnecessary.
19202
19203         More hacking on OLE2 DND, still doesn't work though, and thus
19204         ifdeffed out.
19205
19206         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
19207         here, too.
19208
19209 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
19210
19211         * gdk/nanox/*: nano-X port work in progress.
19212         * gdk/simple.c: simple test for Gdk.
19213         * README.nanox: notes about the port: read this first!
19214         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
19215         with nano-X.
19216
19217 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
19218
19219         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
19220         gdk_window_clear() into common code, implement in terms of
19221         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
19222         not redirected to the backing rectangle.
19223
19224 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
19225
19226         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
19227         EXTRA_DIST. It does not work well when the file that
19228         everything depends on is not in the tarball.
19229
19230 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
19231
19232         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
19233         with recursion where process_updates() is called from
19234         an expose handler. (GtkTextView is highly broken in
19235         doing this, but it should work, so it is a nice test
19236         case.)
19237
19238 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19239
19240         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
19241         handle the case where updates are queued during processing of
19242         updates.
19243
19244 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
19245
19246         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
19247         window is on gdk_display - use that instead of segfaulting.
19248
19249 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
19250
19251         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
19252         broken and require an empty arg, give it to them.
19253
19254 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
19255
19256         * gtk/gtklabel.h: indentation fixes.
19257
19258 2000-05-02  Tor Lillqvist  <tml@iki.fi>
19259
19260         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
19261         draw too narrow or too low arcs, they seem to fail, at least with
19262         some display drivers.
19263
19264         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
19265
19266         Large changes to the Win32 backend, partially made necessary by
19267         the changes to the backend-independent internal
19268         structures. Attempts to implement similar backing store stuff as
19269         on X11. The current (CVS) version of the Win32 backend is *not* as
19270         stable as it was before the no-flicker branch was merged. A
19271         zipfile with that version is available from
19272         http://www.gimp.org/win32/. That should be use by "production"
19273         code until this CVS version is usable. (But note, the Win32
19274         backend has never been claimed to be "production quality".)
19275
19276         * README.win32: Add the above comment about versions.
19277
19278         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
19279
19280         * gdk/gdk.def: Update.
19281
19282         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
19283         presumably be replaced by some more better mechanism as 1.4 gets
19284         closer to release shape.
19285
19286         * gdk/makefile.{cygwin,msc}: Update.
19287
19288         * gdk/win32/*.c: Correct inclusions of the backend-specific and
19289         internal headers. Change code according to changes in these. Use
19290         gdk_drawable_*, not gdk_window_* where necessary.
19291
19292         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
19293         our old DND.
19294
19295         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
19296         to interpret single characters as UTF-8. Thanks to Hans Breuer.
19297         Use correct function name in warning messages.
19298
19299         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
19300         GSourceFuncs gdk_event_prepare and gdk_event_check.
19301         (gdk_event_get_graphics_expose): Do implement, use
19302         PeekMessage. Thanks to Hans Breuer.
19303         (event_mask_string): Debugging function to print an GdkEventMask.
19304         (gdk_pointer_grab): Use it.
19305
19306         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
19307         (old) book I used claimed was Hangul actually is CJK Unified
19308         Ideographs Extension A. Also, Hangul Syllables were missing.
19309         Improve logging.
19310
19311         * gdk/win32/gdkgc-win32.c: Largish changes.
19312
19313         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
19314         g_win32_getlocale() from GLib, and not setlocale() to get current
19315         locale name.
19316
19317         * gdk/win32/gdkprivate-win32.h
19318         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
19319         gdkwin32.h, similarily as in the X11 backend.
19320
19321         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
19322         assignment was used instead of equals in if test. Thanks to Hans
19323         Breuer.
19324
19325         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
19326         the X11 version.
19327
19328         * gdk/win32/makefile.{cygwin,msc}
19329         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
19330         path to the Win32 headers that works also with the mingw compiler.
19331
19332         * gtk/gtkstyle.c: Include <string.h>.
19333
19334 2000-04-26  Havoc Pennington  <hp@redhat.com>
19335
19336         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
19337         replacing the broken gtk_label_get ()
19338
19339 2000-04-15  Havoc Pennington  <hp@pobox.com>
19340
19341         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
19342         this keeps scanner scripts from getting confused.
19343
19344         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
19345         data, rather than void
19346
19347 2000-04-15  Tor Lillqvist  <tml@iki.fi>
19348
19349         * gtk/gtkclist.c (gtk_clist_motion)
19350         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
19351         with is_hint FALSE, get x and y from the event. They used to be
19352         used uninitialised. The Win32 backend never sends motion events
19353         marked as hints. This for instance fixes the annoying file and
19354         font selector behaviour in the Win32 version.
19355
19356 2000-04-14  Tor Lillqvist  <tml@iki.fi>
19357
19358         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
19359         gtk_private_n_signals variables, they are used by some software,
19360         sigh.
19361
19362         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
19363         installation directory from the Registry, where the installer
19364         should have put it.
19365
19366 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
19367
19368         * gdk/x11/Makefile.am: Fix problem with installation directory for
19369         gdkx.h
19370
19371         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
19372         <mrcooger@cyberverse.com> so that when selecting menus with the
19373         mouse, the first item will not be selected, but when selecting
19374         with an accelerator, or navigating left-right on a menubar with
19375         the menus popped up, the first item will be selected.
19376
19377 2000-04-05  Dan Damian  <dand@dnttm.ro>
19378
19379         * configure.in: Added "ro" to ALL_LINGUAS.
19380
19381 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
19382
19383         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
19384         indentation.
19385
19386         * Makefile.am (EXTRA_DIST): Fix typo.
19387
19388         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
19389         to catch gdkconfig.h
19390
19391         * gtk/gtkitemfactory.c: Added FIXME.
19392
19393 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
19394
19395         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
19396         s/return_if_fail/return_val_if_fail/g and add a return value.
19397
19398 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
19399
19400         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
19401         merge slipup.
19402
19403         * gdk/gdkinput.h: Fix missing line from merge.
19404
19405 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
19406
19407         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
19408         instead of gdkprivate.h.
19409
19410 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
19411
19412         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
19413         parent class to correctly be GtkDialogClass.
19414
19415 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
19416
19417         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
19418         toplevel windows and their immediate children by their parents,
19419         since the size of toplevel windows is out of our immediate
19420         control and we don't get any real benefit from trying to track
19421         this size for clipping.
19422
19423         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
19424         for input_only windows.
19425
19426         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
19427         to fix some hacks and make sure that we don't try to set the
19428         background of input only windows.
19429
19430 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
19431
19432         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
19433         the _really_ internal stuff, and leave gdkprivate.h for the fake private
19434         stuff that we've traditionally exposed.
19435
19436         * gdk/**.c: Use gdkinternals.h where appropriate.
19437
19438         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
19439         not include gdkprivate-x11.h, move all stuff of conceivable public
19440         interest into gdkx.h; keep all really private stuff in
19441         uninstalled header gdkprivate-x11.h.
19442
19443         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
19444         image->image_put on windows through a new function _gdk_window_draw_image()
19445         to allow us to do backing store for images. (Sort of ugly)
19446
19447         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
19448         contexts locally so that we can offset them properly when drawing 
19449         onto backing pixmaps.
19450
19451         * gdk/gdkinput.h: Reindented
19452
19453         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
19454         pixmap or color for the window, so we can properly initialize
19455         our double-buffer pixmaps, and also so that we temporarily set
19456         a background of None while scrolling.
19457
19458         * gdk/gdkregion.h: Revise region boolean operators to have an
19459         interface that is actually convenient - switch from creating new
19460         regions on every op, to "methods" that modify existing regions
19461         (A = A OP B). 3 argument forms which allow dest == src, would also
19462         be possible, but the current interfaces seem to map nicely
19463         onto what needs to be done. (There is quite a lot of region
19464         code in GDK now.)
19465
19466         * gdk/gdkregion.h: Add constructor from rectangle and a copy
19467         operator.
19468
19469         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
19470         gdkpoly-generic.h: Copy region code from Xlib, switch it over
19471         to 32 bit coordinates, modify it to be mostly GTK+ style
19472         and to have interfaces that match gdkregion.h.
19473
19474         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
19475         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
19476         create a backing pixmap and redirect all drawing to
19477         that backing pixmap until a matching gdk_window_end_paint().
19478
19479         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
19480         Create a special drawable class for GtkWindow's that 
19481         redirects the drawing to the backing pixmap as necessary
19482         and then calls the real operations in _gdk_windowing_window_class.
19483
19484         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
19485         Store invalid region for each window. Generate expose events for invalid
19486         region in an idle. This replaces both the expose compression
19487         and the redrawing queuing in GTK+. It is both more efficient and
19488         simpler than either one individually and far more so then the
19489         combination.
19490
19491         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
19492         Emulate 32 bit coordinates for windows with 16 bit coordinates
19493         by offsetting drawing, guffaw scrolling techniques and
19494         mapping/unmapping child windows as necessary.
19495
19496         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
19497         where, when invalid regions are processed, the region is stored,
19498         and if expose events come in that are detectably duplicate
19499         the processed exposes (by comparison of event serial numbers),
19500         the stored region is subtracted out of those exposes.
19501
19502         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
19503         regions newly exposed when scrolling or resizing windows.
19504         This, combined with forcing processesing of queued invalidated
19505         regions, gives nice flicker-free scrolling.
19506
19507         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
19508         invalidated regions after every scroll.
19509
19510         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
19511         emulation in GDK. Its, for all practical purposes just a
19512         GtkViewport/GtkFixed hybrid now.
19513
19514         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
19515         (16-bit) structures as necessary instead of just casting.
19516
19517         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
19518         in terms of the structures from gdkregion-generic.c, using appropriate
19519         offsets from GDK to X11 coordinates. Cache clip mask and
19520         origin and ts origin locally and only flush to the server
19521         when drawing, to avoid constantly setting and resetting these
19522         values when offsetting GC's for scrolling and backing pixmaps.
19523
19524         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
19525
19526         * gtk/gtkcontainer.c: Call process_all_updates at end
19527         of resizing to reduce flicker. (Avoids having redraw
19528         lag arbitrarily behind resize under some circumstances)
19529
19530         * gtk/gtkentry.c: Remove old backing store code, and simply take
19531         advantage of the new backing store capabilities of GDK.
19532
19533         * gtk/gtkmain.c: Simple implementation of widget backing
19534         store - simply push a paint while handling each expose.
19535         (Should really be configurable widget for widget.)
19536         
19537         * gtk/gtkwidget.c: Remove all the old complicated redraw
19538         code, and simply invalidate the GDK windows from
19539         gdk_window_queue_clear(), etc. (Sigh, so much carefully
19540         debugged complexity ... gone to the winds.)
19541
19542         Remove all the code for suppressing expose events while
19543         resizes are pending; this isn't needed since the invalid
19544         areas won't be processed until after the resizes are
19545         processed, since they are in a lower priority idle.
19546
19547 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
19548
19549         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
19550         and height of dest rectangle for non-intersecting rectangles.
19551
19552 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
19553
19554         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
19555         for GdkRectangle.
19556
19557 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
19558
19559         * gdk/gdk{events,image,private,types,window}.h
19560          gdk/x11/gdkinputprivate.h: Change all coordinates
19561          from int16 to int. Also, Change width and height from
19562          unsigned to signed to avoid all the stupid C 
19563          signedness bugs.
19564
19565 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
19566
19567         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
19568         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
19569         Add some more detailed checking.
19570
19571         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
19572         New function to retrieve the depth of a drawable.
19573
19574         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
19575         field, reorder fields to save memory. 
19576
19577 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
19578
19579         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
19580         of the background image instead of scaling the background down to
19581         a line.
19582
19583         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
19584         which temporarily set slider to wrong size.
19585
19586         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
19587         queue_clear().
19588
19589 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
19590
19591 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
19592
19593         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
19594
19595 2000-03-17  Tor Lillqvist  <tml@iki.fi>
19596
19597         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
19598         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
19599
19600         * gdk/win32/gdkfont-win32.c
19601         * gdk/win32/gdkproperty-win32.c
19602         * gdk/win32/gdkselection-win32.c
19603         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
19604         now declared such.
19605
19606 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
19607
19608         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
19609
19610 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
19611
19612         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
19613         is called without trapping X errors.
19614
19615 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
19616
19617         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
19618         way into the fontset lists.
19619
19620 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
19621
19622         * gtk/gtkthemes.h: add extern "C" scope.
19623
19624 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
19625
19626         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
19627         to make appends to the list constant. (gtk-guy-990901-0.patch)
19628
19629 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
19630
19631         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
19632         for the typename hash table.
19633
19634 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
19635
19636         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
19637         to make sure we never divide by zero. 
19638         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
19639
19640 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
19641
19642         * gtk/gtkfontsel.c: Apply patch from
19643         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
19644         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
19645
19646         Also, some cleanups in atom handling.
19647
19648 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
19649
19650         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
19651         not GtkWidget.
19652
19653 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
19654
19655         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
19656         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
19657         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
19658         more guint wrap-around bugs before going to bed.
19659
19660 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
19661
19662         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
19663         guint wrap arounds in allocation.width.
19664
19665         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
19666         process untill we fit the allocation given.
19667
19668 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
19669
19670         * gtk/gtkwidget.c:
19671         (gtk_widget_unrealize): guard widget access with ref/unref
19672         around signal emission.
19673         (gtk_widget_hide): same here, but also check its destroyed
19674         state before queueing a resize.
19675
19676 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
19677
19678         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
19679         of gtk_default_insensitive_bg as insensitive base color.
19680
19681         * gtk/gtktext.c (gtk_text_style_set): set the background color according
19682         to the widget's state.
19683         (gtk_text_realize): same here.
19684         (gtk_text_state_changed): same here.
19685         (draw_bg_rect): compare background color against base[] from
19686         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
19687
19688 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
19689
19690         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
19691         grabs are active, unless a delete event is send to the toplevel
19692         of the currently grab holding widget.
19693
19694 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
19695
19696         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
19697         debugging g_print's.
19698
19699 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
19700
19701         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
19702         ever make the scrolled-window requisition ever depend on the 
19703         visibility state of the scrollbars for the AUTOMATIC policy. 
19704         This breaks the GTK+ requisition model, and causes loops.
19705
19706 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
19707
19708         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
19709         the default font to avoid problems with XFree86-4.0 where the
19710         default charset is iso10646-1, not iso8859-1.
19711
19712 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
19713
19714         * acinclude.m4
19715         * config.guess
19716         * config.sub
19717         * ltconfig
19718         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
19719
19720         * gtk/Makefile.am: minor cosmetic consistency tweak
19721
19722 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
19723
19724         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
19725         the activate_time to 0, so that we handle a quick
19726         press/release press/release properly and don't suppress
19727         the second release. (Red Hat bug #7545)
19728
19729 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
19730
19731         * gtk/gtkctree.c (row_delete):
19732         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
19733         bugs with destruction notifier, *always* update internal
19734         structures *before* calling user code.
19735
19736 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
19737
19738         A few more fixes for bug #5487, #2051, #2677.
19739         * gtk/gtkclist.c : 
19740         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
19741         not GDK_BUTTON_PRESS.
19742         (resync_selection): resync only if selection_mode is
19743         GTK_SELECTION_EXTENDED
19744         * gtk/gtkctree.c (resync_selection): same here
19745
19746 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
19747
19748         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
19749         gdk_drag_get_selection() and gtk_menu_detach().
19750
19751         [ From Jeroen Ruigrok/Asmodai ]
19752
19753 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
19754
19755         * gtk/gtknotebook.c (gtk_notebook_size_request): 
19756         page->tab_label can be NULL.
19757
19758 2000-01-25  Havoc Pennington  <hp@pobox.com>
19759         
19760         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
19761         arg is boolean
19762
19763         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
19764
19765         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
19766
19767         * gdk/gdkproperty.c (gdk_property_get): return boolean
19768
19769         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
19770
19771         * gdk/gdkim.c (gdk_im_ready): return boolean
19772
19773         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
19774
19775         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
19776         glib clash, should fix glib)
19777
19778         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
19779         (gdk_get_show_events): return gboolean, and canonicalize 
19780         to TRUE/FALSE
19781
19782         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
19783         colormap is private
19784         (gdk_colors_alloc): gboolean whether to be contiguous
19785         (gdk_color_equal): return gboolean since we are a predicate
19786         and not a qsort() (this looks semi-wrong due to glib breakage,
19787         IMO glib should be fixed)
19788         
19789         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
19790         (gdk_get_use_xshm): return gboolean
19791         (gdk_pointer_is_grabbed): return gboolean
19792
19793         * gdk/gdk.h: Change prototypes to match all the above changes,
19794         and re-run egtk-format-protos as required.
19795
19796 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
19797
19798         * gtk/gtkctree.c (resync_selection): 
19799         * gtk/gtkclist.c (resync_selection):
19800
19801         Return immediately if clist->drag_pos < 0. This is a workaround
19802         for the corrupt state that the clist gets into when a
19803         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
19804
19805         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
19806         
19807         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
19808         variable from recent commit.
19809
19810 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
19811
19812         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
19813
19814 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
19815
19816         * gtk/Makefile.am: prefix all autogenerated source that get build in
19817         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
19818         in builddir. since we subsequently cd into srcdir for autogeneration,
19819         the paths have to be stripped from the target file names, thusly we
19820         use $(@F) as target names now.
19821         put a comment about configure.in's --disable-rebuilds option,
19822         which can be used for non-writable source directories, for development
19823         setups though, srcdir has to be *writable*.
19824
19825 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
19826
19827         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
19828           Finish the job of allowing event to be NULL.
19829           (Fixes bug #4283, reported by Chris Blizzard)
19830
19831         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
19832           things so that the cursor appears on screen, properly
19833           take into account INNER_BORDER.
19834           (Fixes bug #4754, reported by Antonio Campos)
19835
19836 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
19837
19838         * gtk/gtknotebook.c (gtk_notebook_map): Don't
19839           show the tab_label unless it itself is visible.
19840
19841           gtk/gtknotebook.c (gtk_notebook_size_request):
19842           Do a better job of making sure that the visibility
19843           of the tab label corresponds to whether it should
19844           be mapped or not.
19845
19846 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
19847
19848         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
19849           Use the requisition, not the allocation, since the
19850           allocation has not necessarily been computed yet.
19851           (Pointed out by Eugene Osintsev)
19852
19853 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
19854
19855         * gtk/gtkstyle.c (gtk_style_new): Dont' set
19856           style/base[GTK_STATE_INSENSITIVE] both to
19857           gtk_default_insensitive_bg!
19858           (Bug #2187, reported by Jonathan Blandford)
19859
19860         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
19861           Add Alt_L, Alt_R to list of invalid accelerators.
19862           (Bug #3736, reported by Vlad Harchev)
19863
19864 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
19865
19866         * gtk/gtkfilesel.c (open_ref_dir): Fix several
19867         bugs which occured after an attempt to open 
19868         invalid home directory left cmpl_state->reference_dir == NULL.
19869
19870          - completion on files in home directory didn't work
19871          - completion on an empty string caused  segfault
19872
19873          (Bug #3678, reported by Steve Ratcliffe)
19874
19875         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
19876         cut and paste error that was causing scales to
19877         be incorrectly positioned.
19878         (Bug #2956,
19879          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
19880
19881 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
19882
19883         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
19884         when checking for dcgettext, if we've found we needed
19885         it for dgettext.
19886 +
19887 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
19888
19889         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
19890         queue_clear on NO_WINDOW widgets during a reparent,
19891         since at that point the window and widget heirarchies
19892         are out of sync. This stops crashing in some cases
19893         (the scrolled window reparent test, for instance), and
19894         _probably_ won't cause drawing errors.
19895
19896         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
19897         test do what it was supposed to do and be robust against
19898         window closings, etc. (Bug #2443)
19899
19900 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
19901
19902         * gtk/gtkentry.c: Fix return values on mouse events.
19903         (Bug #2686, Sky <seb_sky@yahoo.com>)
19904
19905         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
19906         (pointed out by George Lebl)
19907
19908         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
19909         (From Ettore Perazzoli  <ettore@helixcode.com>)
19910  
19911 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
19912
19913         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
19914         clicks between rows or outside calender area correctly.
19915         (Patch from Damon Chaplin)
19916
19917         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
19918         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
19919           Call destroy function when overwriting existing data. 
19920           (Pointed out by Damon Chaplin)
19921
19922 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
19923
19924         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
19925           which was causing problems on various systems with Xmu.
19926           This hasn't been needed for a very long time.
19927           (Fixes #1185 3167)
19928
19929 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
19930
19931         * gdk/gdki18n.h: Include <ctype.h> when defining
19932           gdk_isw* in terms of is* as a fallback.
19933           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
19934
19935 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
19936
19937         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
19938           realize the widget when it is size allocated!
19939           (old, old bug)
19940
19941         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
19942           Removed unused call to gdk_window_get_size() that
19943           showed up when the above was fixed.
19944
19945 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
19946
19947         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
19948           fix up widget->window when the widget is a
19949           NO_WINDOW container widget.
19950
19951 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
19952
19953         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
19954           to account for the fact that feof() does _not_ 
19955           return TRUE on errors, and thus avoid infinite loops
19956           when trying to use gdk_pixmap_create_from_xpm()
19957           on unreadable values.
19958
19959 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
19960
19961         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
19962
19963 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
19964
19965         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
19966           gdk_gc_set_dashes to take gint8 instead of gchar to
19967           make it clearer that it is _not_ a NULL terminated string.
19968
19969         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
19970           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
19971           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
19972           arguments.
19973
19974 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
19975
19976         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
19977         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
19978         background size relative to our allocation, guard against small
19979         allocations, we may have not yet been size allocated.
19980
19981 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
19982
19983         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
19984         not just version == 3. We implement all 3 + most of 4 - 
19985         (we don't support matching text/plain;charset=iso-8859-1
19986         to a dest that expects text/plain). We'll still advertise
19987         3 to be safe, but any client implementing version >= 3
19988         must interoperate with 3.
19989         
19990 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
19991
19992         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
19993         background and gc members, add a warning in gtk_tooltips_set_color()
19994         indicating that this function is deprecated.
19995
19996 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
19997
19998         * docs/gtkfaq.sgml: FAQ Update:
19999           - Minor cleanups (Emmanuel, me)
20000           - New questions:
20001                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
20002                 How can I retrieve the text from a GtkMenuItem? (timj)
20003                 How do I validate/limit/filter the input to a GtkEntry? (me)
20004                 Memory does not seem to be released when I free the list
20005                         nodes I've allocated (timj)
20006
20007 2000-03-07  Tor Lillqvist  <tml@iki.fi>
20008
20009         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
20010         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
20011         for which it is no use to call GetLastError onWin9x.
20012         (gdk_other_api_failed) New function, for general error
20013         reporting without calling GetLastError.
20014         (gdk_win32_api_failed) OTOH, this function always calls
20015         GetLastError. (gdk_win32_last_error_string) Remove this function,
20016         GLib has the equivalent now.
20017
20018         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
20019         call them with function name, file name and line number in the
20020         arguments.
20021
20022         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
20023         functions.
20024         
20025         * gtk/gtk.def: Add some missing entry points.
20026
20027         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
20028         gtk_paned_set_gutter_size, which don't exist any longer, as void.
20029         
20030         Fixes by Hans Breuer:
20031
20032         * gdk/makefile.msc: Update for debugging.
20033
20034         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
20035         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
20036         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
20037         in the dash_list.
20038
20039         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
20040         the x11 backend.
20041
20042         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
20043
20044         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
20045
20046 2000-03-04  Tor Lillqvist  <tml@iki.fi>
20047
20048         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
20049         just pixel value of background colour.
20050
20051         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
20052         containing code snippet previously duplicated in a couple of
20053         places.
20054         
20055         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
20056         gdk_colormap_color.
20057
20058         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
20059         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
20060         events for autorepeated Shift, Control and Alt keys. Use
20061         gdk_colormap_color.
20062
20063         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
20064         pointer is inside the window the cursor of which we are setting,
20065         call SetCursor immediately.
20066
20067         * gdk/win32/makefile.cygwin
20068         * gtk/makefile.cygwin: If we don't have the build number stamp
20069         file, use zero.
20070
20071         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
20072         gtk_paned_set_gutter_size as empty.
20073
20074         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
20075         
20076 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
20077
20078         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
20079           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
20080           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
20081           docs/gtk_tut.sgml docs/gtk.texi TODO:
20082
20083           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
20084
20085 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
20086
20087         * gtk/gtkcalendar.c: Implement num_marked_dates,
20088           and don't emit mutiple day_selected signals on
20089           month_prev.
20090
20091 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
20092
20093         * docs/make-todo (lineno): let title and logo be configurable so
20094         that GNOME can use this script too.
20095
20096         * TODO.xml: added logourl and a title
20097
20098 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
20099
20100         * TODO.xml: Added some UI items, and an explanatory
20101         comment at the top of the file.
20102
20103 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
20104
20105         * TODO.xml: some updates, added abunch of new entries.
20106         a note for those fiddeling with this file, when done
20107         with it, invoke:
20108         $ ./docs/make-todo TODO.xml >/dev/null
20109         and correct output errors before comitting changes.
20110
20111 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
20112
20113         * TODO.xml: Added XML-structured TODO file.
20114         * docs/make-todo: python script to turn TODO.xml into
20115           pretty XML output. 
20116
20117 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
20118
20119         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
20120         the function to let it draw the seven dots, instead of the old,
20121         much maligned, method.
20122         (draw_dot): New function to draw a dot.
20123
20124         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
20125         to draw the handle inside the border width as opposed to outside.
20126         Use paint function instead of gdk_draw_point.
20127
20128         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
20129         to draw the handle inside the border width as opposed to outside.
20130         Use paint function instead of gdk_draw_point.
20131
20132         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
20133         Change indenting to be more GTK like.
20134
20135 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
20136
20137         * docs/gtk_tut.sgml: New section on GtkCalendar
20138         * examples/calendar: Update example code
20139
20140 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
20141
20142         * docs/gtkfaq.sgml: FAQ Update
20143
20144 2000-02-19  Anders Carlsson  <andersca@gnu.org>
20145
20146         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
20147         to prevent the scroll event to be propagated upwards.
20148
20149 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
20150
20151         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
20152         OwnerGrabButtonMask from button entries for
20153         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
20154
20155         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
20156         to the event mask (which will result in button/press release
20157         being added to the event mask on Unix) so scrolling works
20158         for layouts in scroll windows.
20159
20160         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
20161
20162         Patch from Anders Carlsson  <andersca@gnu.org> to add
20163         a scroll event.
20164
20165         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
20166         scrolling to the "Test Scrolling" part of testgtk.
20167  
20168         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
20169  
20170         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
20171         it against GDK_SCROLL.
20172  
20173         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
20174         way of mouse wheel scrolling.
20175  
20176         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
20177  
20178         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
20179  
20180         * gtk/gtkmain.c: Removed previous mouse wheel hack.
20181  
20182         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
20183         gdk_event_mask_table.
20184  
20185         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
20186         GdkEventScroll handler.
20187  
20188         * gdk/gdkevents.h: Added GdkEventScroll structure.
20189  
20190 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
20191
20192         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
20193         and Anders Carlsson to change the Paned widgets so that they
20194         can be dragged from anywhere along the length. Also change
20195         the way that this is drawn to make this apparent.
20196
20197         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
20198         from George Lebl to check that option_menu->menu is present
20199         before getting history.
20200
20201 2000-02-14  Tor Lillqvist  <tml@iki.fi>
20202
20203         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
20204         before the assertion for non-NULL segment list.
20205
20206         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
20207         Seems that pattern brushes *must* be 8x8 pixels! At least on my
20208         machine, but it might be display driver dependent. Sigh, so make
20209         sure the stipple is that size. Does Windows suck or what?
20210
20211         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
20212         places.
20213
20214 2000-02-13  Havoc Pennington  <hp@pobox.com>
20215
20216         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
20217         refcount to 1
20218         (gdk_cursor_new): init refcount to 1
20219
20220         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
20221
20222 2000-02-13  Tor Lillqvist  <tml@iki.fi>
20223
20224         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
20225         so that we don't have to do unnecessary settings to the HDC.
20226
20227         * gdk/win32/gdkdrawable-win32.c
20228         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
20229         gdk_gc_predraw.
20230
20231         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
20232         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
20233         GDI paths, call WidenPath to get the outline of the stroken path,
20234         and then fill the outline (with the brush that was built from the
20235         stipple).
20236
20237         * gdk/win32/gdkgc-win32.c: Factor out common code from
20238         _gdk_win32_gc_new and gdk_win32_gc_set_values into
20239         gdk_win32_gc_values_to_win32values. Use correct colour for
20240         SetBkColor() (Until now the code actually used a random colour in
20241         the call to SetBkColor()... but that didn't show up as not many
20242         GDI APIs use the background colour. Pattern (opaque stippled)
20243         brushes do.)
20244
20245         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
20246         gdk_win32_api_failed): New functions for error logging.
20247
20248         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
20249         WIN32_API_FAILED to call them, passing function or file name and
20250         line number.
20251
20252         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
20253
20254         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
20255         GdkColor for foreground and background in GdkGCWin32Data.
20256
20257         * gdk/makefile.cygwin: Link in the resource object separately.
20258
20259         * gdk/win32/rc/gdk.rc
20260         * gtk/gtk.rc (New file)
20261         * gdk/win32/makefile.cygwin
20262         * gtk/makefile.cygwin: Update build number in DLLs automatically,
20263         as in GLib.
20264
20265 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
20266
20267         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
20268         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
20269         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
20270         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
20271         parameters given and cursor->ref_count. coding style fixups.
20272
20273         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
20274         not GtkWidget.
20275         
20276         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
20277         fix up widget macros and add _GET_CLASS() variant.
20278         
20279         * gtk/*.c: some GtkType fixups.
20280
20281 2000-02-09  Tor Lillqvist  <tml@iki.fi>
20282
20283         * gdk/win32/gdkproperty-win32.c
20284         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
20285         were reversed.
20286
20287 2000-02-04  Tor Lillqvist  <tml@iki.fi>
20288
20289         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
20290         g_filename_to_utf8 to convert the font names Windows gives us from
20291         whatever is the default codepage to UTF-8.
20292         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
20293         in the other direction.
20294
20295         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
20296         error in debugging output.
20297
20298 2000-02-02  Tor Lillqvist  <tml@iki.fi>
20299
20300         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
20301         and height parameters to gdk_window_clear_area(). Not minus one.
20302
20303 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
20304
20305         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
20306         checks if the widget passed to gtk_drag_get_data() was not the
20307         dest widget.
20308
20309 2000-02-01  Tor Lillqvist  <tml@iki.fi>
20310
20311         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
20312         g_filename_from_utf8 functions (which were added a moment ago to
20313         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
20314         size buffers.
20315
20316         gtk_file_selection_get_filename returns the filename in the C
20317         runtime encoding. It calls g_filename_from_utf8, but copies the
20318         returned string to a static buffer, which is returned. I think
20319         this is better than returning the result from g_filename_from_utf8
20320         directly, which would mean all apps that use it would have to free
20321         the return value. Or should this function care about this issue at
20322         all? Maybe a new function with clearly defined semantics.
20323
20324         * gtk/gtkfilesel.h: Add comment about
20325         gtk_file_selection_get_filename returning the filename in the C
20326         runtime's encoding.
20327
20328         * README.win32
20329         * gdk/gdk.def
20330         * gdk/makefile.{cygwin,msc}
20331         * gtk/gtk.def: Updates.
20332
20333         * gdk/gdkcursor-win32.c: Initialise refcount.
20334
20335 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
20336
20337         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
20338
20339 2000-01-30  Havoc Pennington  <hp@pobox.com>
20340
20341         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
20342         destroy
20343
20344         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
20345
20346         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
20347         implemented in platform-specific code
20348
20349         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
20350
20351         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
20352         underscore in front
20353
20354         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
20355         put an underscore in front
20356
20357         * gdk/gdkcursor.c: new file, implements
20358         gdk_cursor_ref/gdk_cursor_unref
20359
20360         * gdk/gdkcursor.h: Refcount GdkCursor
20361
20362         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
20363
20364 2000-01-29  Tor Lillqvist  <tml@iki.fi>
20365
20366         * gdk/gdkwindow.h
20367         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
20368
20369 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
20370
20371         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
20372         structures to properly inherit from GtkWidget not GtkBin.
20373
20374 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
20375
20376         * gtk+.spec.in: Added lib/gtk+/include/* to %files
20377         (bug #5178 - Peter Wainright)
20378         
20379         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
20380         so that it will be installed.
20381         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
20382
20383 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
20384
20385         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
20386         for the GtkStyleClass vtable const.
20387
20388         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
20389         take a const string argument like GtkTranslateFunc. This will
20390         require changes in use code.
20391
20392 2000-01-19  Tor Lillqvist  <tml@iki.fi>
20393
20394         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
20395         semantics (to mimic the X11 backend, which just calls XClearArea)
20396         is to check for zero width (and height), and in that case use the
20397         window's width minus x (height minus y). This fixes for instance
20398         some redraw problems with gtkclist, which were easily noticeable
20399         in the gtk file selection widget.
20400
20401         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
20402         windows.
20403
20404 2000-01-13  Tor Lillqvist  <tml@iki.fi>
20405
20406         * configure.in
20407         * gdk/Makefile.am
20408         * gdk/x11/Makefile.am
20409         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
20410         (bug #5177).
20411         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
20412         out later.
20413
20414 2000-01-09  Tor Lillqvist  <tml@iki.fi>
20415
20416         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
20417         WM_MOVE for iconified or invisible windows. This fixes various
20418         problems when minimising windows. Thanks to Bernd Herd.
20419
20420 2000-01-05  Tor Lillqvist  <tml@iki.fi>
20421
20422         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
20423         backend's draw_lines method, not draw_points.
20424
20425 2000-01-02  Tor Lillqvist  <tml@iki.fi>
20426
20427         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
20428         before Owen's reorganisation: Don't have queued_events and
20429         queued_tail statics in this file, but use gdk_queued_events and
20430         gdk_queued_tail. This makes exposure event compression work again.
20431
20432         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
20433         seem to be needed?
20434
20435 1999-12-30  Tor Lillqvist  <tml@iki.fi>
20436
20437         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
20438         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
20439         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
20440         doesn't do anything.
20441
20442         * gdk/gdk.def: Add gdk_xid_table_insert.
20443
20444         * gdk/win32/gdkprivate-win32.h
20445         * gdk/win32/gdkevents-win32.c
20446         * gdk/win32/gdkinput-win32.c
20447         
20448         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
20449         extension_events field in the GdkWindowWin32Data struct. Use only
20450         the extension_events field in GdkWindowPrivate. Previously one was
20451         set, and the other one tested, which broke tablet
20452         functionality. Thanks to Keishi Suenaga for pointing this out.
20453
20454 1999-12-18  Tor Lillqvist  <tml@iki.fi>
20455
20456         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
20457         When handling a single character (text length == 1), don't handle
20458         it as if it was UTF-8.
20459
20460 1999-12-11  Tor Lillqvist  <tml@iki.fi>
20461
20462         * Makefile.am: Distribute README.win32.
20463         
20464         * gdk/Makefile.am
20465         * gdk/win32/Makefile.am: Distribute Win32 files.
20466
20467         * gdk/makefile.msc: New file.
20468
20469         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
20470         after label).
20471
20472         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
20473         gdk_error_code as GDKVAR, as they are referred outside GDK.
20474
20475         * gdk/win32/makefile.msc: Update.
20476
20477         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
20478         tweaks. Check only if at least one of those Unicode subrange bits
20479         we care for is set. If no code page bits are set, guess (wildly)
20480         based on the charset.
20481
20482         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
20483
20484         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
20485         non-NULL.
20486
20487         * gtk/gtkdnd.c
20488         * gtk/gtklayout.c
20489         * gtk/gtkplug.c
20490         * gtk/gtkselection.c
20491         * gtk/gtksocket.c
20492         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
20493         appropriate. There must be a cleaner way to handle this?
20494
20495         * gtk/gtkrc.c: Must include windows.h on Win32.
20496
20497         * gtk/testgtk.c: No need to include gdkx.h.
20498
20499         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
20500
20501 1999-12-07  Tor Lillqvist  <tml@iki.fi>
20502
20503         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
20504         the rbearing is set to the same as the width, but this should be
20505         fixed.
20506
20507 1999-12-06  Tor Lillqvist  <tml@iki.fi>
20508
20509         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
20510         function. If Windows doesn't tell us what Unicode subranges a font
20511         covers, guesstimate based on the codepages it covers. This will
20512         hopefully help those Windows versions or fonts that don't give us
20513         any useful Unicode subrange information with GetTextCharsetInfo.
20514         Call this function in gdk_font_load_internal.
20515
20516         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
20517         minor changes.
20518
20519 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
20520
20521         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
20522         New function, long needed.
20523
20524 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
20525
20526         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
20527         only_if_exists argument of gdk_atom_intern to
20528         bool.
20529
20530 1999-11-25  Tor Lillqvist  <tml@iki.fi>
20531
20532         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
20533         Fix two copy&paste errors.
20534
20535         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
20536         win32 has changed.
20537
20538         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
20539         GdkWin32SingleFont struct.
20540
20541         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
20542         subranges of loaded fonts. Clear font signature first, in case
20543         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
20544         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
20545
20546         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
20547         Unoffset clip region.
20548
20549 1999-11-23  Tor Lillqvist  <tml@iki.fi>
20550
20551         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
20552         event->any.window before calling filter functions.
20553
20554 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
20555
20556         * gtk/gtkgamma.h: Adapt cast macros to standard.
20557
20558 [ Merges from 1.2 ]
20559
20560 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
20561
20562         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
20563         If translation does not include a '/', use entire
20564         translation instead of crashing.
20565
20566 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
20567
20568         * docs/gtk_tut.sgml:
20569         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
20570
20571 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
20572
20573         * gtk/gtkselection.c (gtk_target_list_remove): Use
20574         g_list_remove_link, not g_list_remove.
20575
20576         [ From Geert Bevin <gbevin@thunderstorms.org> ]
20577         
20578 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
20579
20580         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
20581         statement upon unselection (how the heck did that slip in?).
20582
20583 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
20584
20585         * gtk/gtktext.c (gtk_text_freeze): 
20586         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
20587         in frozen state (and aparently crashes). patch provided by Anders
20588         Melchiorsen <and@kampsax.dtu.dk>.
20589
20590 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
20591
20592         * fix insensitive default/focus widget activation,
20593         reported by Matt Goodall <mgg@isotek.co.uk>.
20594
20595         * gtk/gtkwindow.c (gtk_window_key_press_event): 
20596         (gtk_window_activate_default):
20597         (gtk_window_activate_focus):
20598         return handled=FALSE for actiavtion of insensitive default
20599         widgets. return handled=TRUE for activation of insensitive
20600         focus widgets. don't activate in either case.
20601
20602 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
20603
20604         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
20605         and $glib_cflags to match library order and in the
20606         theory that an old version of GLib is more likely to
20607         be in the include directory for X then vice-versa.
20608         (Bug #2776)
20609
20610 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
20611
20612         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
20613         to determine the locale for fontsets, not LC_MESSAGES;
20614         the user may want English messages with a handling
20615         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
20616         will still be broken) (Bug #2891)
20617
20618 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
20619
20620         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
20621
20622 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
20623
20624         * gtk/gtkrc.ko: Changed the Korean default fontset.
20625
20626 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
20627
20628         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
20629         where when scrolling to the left or top double exposes
20630         were done, causing major slowdowns.
20631
20632 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
20633
20634         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
20635         names to lowercase and alphanumeric, before looking
20636         them up.
20637
20638         * gtk/Makefile.am: Install codeset variant gtkrc files
20639         with normalized names.
20640
20641 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
20642
20643         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
20644         popup menus when the menu is already visible, but its parent
20645         is still hidden, (happens after tornoff window got hidden).
20646
20647 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
20648
20649         * gtk/Makefile.am (install-data-local): Fix
20650         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
20651         deleted, causing error messages on install.
20652
20653 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
20654
20655         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
20656         the handle as well, since we now sometimes ignore
20657         exposes on the handle while resizing.
20658
20659 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
20660
20661         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
20662         extra g_free introduced in one of the last one or two 
20663         commits.
20664
20665 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
20666
20667         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
20668         consistent, put each style that a gtkrc.* file creates
20669         in a unique namespace, remove old files before installing.
20670
20671 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
20672
20673         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
20674         gtk_rc_init is called multiple times. (Yes, people who
20675         do that have bugs in their code.)
20676
20677 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
20678
20679         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
20680         Remove it since it's generated by the Makefile anyway
20681
20682 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
20683
20684         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
20685         device->info.axes for core pointer.
20686
20687 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
20688
20689         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
20690         idle_id, to deal with obsolete, broken C libraries.
20691
20692 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
20693
20694         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
20695         allocation->x/y twice!
20696
20697         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
20698         consistent with gtk_vscale_pos_trough().
20699
20700 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
20701
20702         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
20703         be queueing a resize on a toplevel container between
20704         the time we show it and when we map it. So, we need
20705         to test GTK_WIDGET_VISIBLE() for toplevels, and only
20706         use GTK_WIDGET_DRAWABLE() for child windows.
20707
20708 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
20709
20710         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
20711         (fixes bug #2144)
20712
20713 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
20714
20715         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
20716         container DRAWABLE (instead of VISIBLE), so we don't queue
20717         resizes on non-toplevel containers.
20718
20719 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
20720
20721         * gtk/gtkselection.[ch]: Make the data argument
20722         const guchar *.
20723
20724 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
20725
20726         * gtk/gtkwindow.c: Try to behave sensibly if 
20727         the focus widget is the window itself. (Should
20728         we allow this at all?)
20729
20730 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
20731
20732         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
20733         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
20734         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
20735         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
20736         in prototypes and implementations consistent (Tomas Ogren).
20737
20738         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
20739         before the widget is unparented (reported by damon).
20740
20741         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
20742         since we provide unsigned data anyways.
20743
20744 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
20745
20746         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
20747         the call to gtk_tooltips_layout_text() until later.
20748
20749         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
20750         Call gtk_widget_ensure_style() before using the style.
20751
20752 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
20753
20754         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
20755         for old widgets that don't propagate draws to all
20756         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
20757
20758 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
20759
20760         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
20761         for a redraw but just the widget that requested the resize.
20762
20763 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
20764
20765         * gtk/gtkcontainer.c: added new widget level method
20766         gtk_container_set_reallocate_redraws() and a GtkContainer flag
20767         reallocate_redraws : 1 to reflect the setting, exported this through
20768         the argument system as a boolean ::reallocate_redraws.
20769
20770         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
20771         on the widget because the allocation changes, do so as well for
20772         widget->parent if the parent has reallocate_redraws set to TRUE.
20773         with that containers requesting reallocation redraws get automatically
20774         redrawn if their children changed allocation (this unfortunately
20775         affects also other children that didn't change allocation, but we
20776         cannot work around that before 1.3).
20777
20778 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
20779
20780         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
20781         _and_ height are >0 (not _or_).
20782
20783         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
20784         instead of gtk_container_queue_resize(), which is a core gtk internal
20785         function (must have been on crack when i queued that).
20786
20787         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
20788         we can check more reliably if we want to discard expose events.
20789         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
20790         flag.
20791         
20792         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
20793         we simply trust these events. for deciding whether to discard exposes,
20794         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
20795         
20796 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
20797
20798         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
20799         queues of areas that are completely off screen.
20800
20801         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
20802         logic for handleboxes.
20803
20804         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
20805         check on width/height.
20806
20807 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
20808
20809         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
20810         we are fine with using $@ the way we do (if we actually encounter
20811         brokeness with $@ in VPATH builds because of additional path prefixes,
20812         we need to use $(@F) actually).
20813
20814 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
20815
20816         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
20817         short lived bugs, that would allow language bindings to do surgeries
20818         to our guts.
20819
20820 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
20821
20822         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
20823         where comparison was being done against an uninitialized
20824         value causing intermittant results depending on
20825         compiler flags. Also make it clearer that we aren't
20826         ever initializing the child as 0x0 (though this will
20827         be caught in gtk_widget_size_allocate())
20828
20829 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
20830
20831         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
20832         gtk_window_unset_transient_for() call after we do checks
20833         involving the old transient parent.
20834         [ From Lance Capser <lmc@cyberhighway.net> ]
20835
20836 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
20837
20838         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
20839         an empty file.
20840
20841 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
20842
20843         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
20844         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
20845
20846 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
20847
20848         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
20849         `$@' is valid only in the build dir, not after we've done 
20850         `cd $srcdir'.  Also use `test -f' instead of less portable
20851         `test -e'.
20852
20853 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
20854
20855         * gtk/gtktext.c (correct_cache_insert): Rewrite
20856          for simplicity, and hopefully correctness.
20857          (Fixes bug #1322, which was a segfault when
20858           on some insertions with the properties around
20859           the insertion set up just wrong.)
20860
20861         * gtk/gtktext.c (gtk_text_adjustment): When we receive
20862          a "changed" signal, clamp the new value to the adjustment
20863          bounds to avoid segfaulting if someone tries to change
20864          the adjustment to a bogus value. (Bug #1795)
20865
20866 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
20867
20868         * gtk/gtkmain.c: Ignore unexpected destroy notifies
20869         for children, for toplevel windows handle them
20870         like delete_event.
20871
20872         * gtk/gtkplug.c: Add an unrealize handler so that
20873         we unref plug->socket_window when we are done
20874         with it.
20875
20876 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
20877
20878         * gtk/gtktext.c (clear_area): Fix stupid signedness
20879          problem that was causing background to sometimes
20880          be misaligned.
20881
20882 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
20883
20884         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
20885         
20886         * gtk/gtkmenu.c (gtk_menu_position): Make
20887          sure we never position menus with negative x, y,
20888          since gtk_widget_set_uposition() can't handle that.
20889
20890         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
20891          Modify the positioning code a bit so that we always
20892          put the top-left corner onscreen. (This is for
20893          UI reasons, gtk_menu_position() now takes care of
20894          gtk_widet_set_uposition() brokeness.)
20895
20896 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
20897
20898         * gtk/Makefile.am: fixed up things for -jx, x > 1.
20899
20900 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
20901
20902         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
20903           RC style that is passed in. The lack of the ref
20904           before was a bug. If people worked around this
20905           bug, this will introduce a slight memory leak
20906           in their code. The code should typically look like:
20907
20908             rc_style = gtk_rc_style_new ();
20909             [...]
20910             gtk_widget_modify_style (widget, rc_style);
20911             gtk_rc_style_unref (rc_style);
20912
20913         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
20914           the style if it was already set.
20915
20916         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
20917           style if it was set before.
20918
20919 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
20920
20921         * gtk/testgtk.c (main): Add a check to see if we
20922           are being run from the correct directory and
20923           to quit nicely if we are not.
20924
20925         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
20926           static.
20927
20928 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
20929
20930         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
20931
20932         * gtk/gtkwindow.c:
20933         queue resizes unconditionally (gtk_widget_queue_resize will figure
20934         what to do if the window is not realized).
20935         (gtk_window_move_resize): only recenter the window
20936         for GTK_WIN_POS_CENTER_ALWAYS.
20937         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
20938         the same way as GTK_WIN_POS_CENTER.
20939
20940 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
20941
20942         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
20943         with (!(info->last_flags & GDK_HINT_POS)) instead of
20944         (!info->last_flags & GDK_HINT_POS).
20945
20946         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
20947         new_height unconditionally, because we use these values even if
20948         !default_size_changed && !hints_changed.
20949         comented the (default_size_changed || hints_changed) case with
20950         respect to resize rejects from the window manager.
20951
20952         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
20953         in the zvt condition hack, since this includes the window hints, set
20954         the hints after the handling_resize case.
20955
20956         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
20957         window is initially shown with to the geometry.
20958
20959 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
20960
20961         * gtk/gtkwindow.c (gtk_window_move_resize):
20962         s/size_changed/default_size_changed/g so i know what's
20963         really going on (frying brain on smaller flame now).
20964
20965 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
20966
20967         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
20968         we have size_changed upon handling_resize. this is a gross
20969         workaround for the broken zvt widget and should be removed in
20970         1.3 again (search for FIXME).
20971         Owen provided an accurate comment for this:
20972
20973         /* We could be here for two reasons
20974          *  1) We coincidentally got a resize while handling
20975          *     another resize.
20976          *  2) Our computation of size_changed was completely
20977          *     screwed up, probably because one of our children
20978          *     is broken. It's probably a zvt widget.
20979          *
20980          * For 1), we could just go ahead and ask for the
20981          * new size right now, but doing that for 2)
20982          * might well be fighting the user (and can even
20983          * trigger a loop). Since we really don't want to
20984          * do that, we requeue a resize in hopes that
20985          * by the time it gets handled, the child has seen
20986          * the light and is willing to go along with the
20987          * new size. (this happens for the zvt widget, since
20988          * the size_allocate() above will have stored the
20989          * requisition corresponding to the new size in the
20990          * zvt widget)
20991          *
20992          * This doesn't buy us anything for 1), but it shouldn't
20993          * hurt us too badly, since it is what would have
20994          * happened if we had gotten the configure event before
20995          * the new size had been set.
20996          */
20997
20998 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
20999
21000         * gtk/gtkrc.c: deal properly with the fact that RC
21001           style lists may include rc styles more than once.
21002
21003         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
21004           unused static function.
21005
21006         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
21007           stack of directories of RC files currently being
21008           parsed and implicitely add them to pixmap path.
21009           
21010           This fixes a bug where the directory would get
21011           appended then overwritten by pixmap_path declarations.
21012
21013           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
21014
21015         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
21016           theme's exit function. (Patch from Peter Wainwright,
21017           bug #1454)
21018
21019         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
21020           Add a destroy() handler to take care of removing
21021           group for menu item. (Fixes bug #1197)
21022
21023         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
21024           in warning message.
21025
21026 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
21027
21028         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
21029         roundtrip to figure window's width and height, since we know that
21030         anyways from widget->allocation.
21031
21032 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
21033
21034         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
21035           the hints after we request the new size.
21036
21037 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
21038
21039         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
21040           GTK_WIDGET_REALIZED() assertion - we can compute the
21041           hints before we are realized.
21042
21043         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
21044           hint changing so that we have a value of hints_changed
21045           when we decide whether to constrain the window size.
21046
21047         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
21048
21049         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
21050         change back to G_MAXINT.
21051
21052 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
21053
21054         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
21055         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
21056         contain uncluttered values.
21057         (gtk_window_compute_hints): simply assert that window is realized
21058         and that geometry_info is valid, since we rely on this anyways.
21059         (gtk_window_constrain_size): major cleanups to the code.
21060         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
21061         for the base size, instead of the minimums. use 32767 as max width
21062         and height (like in gtkwindow.c) instead of G_MAXINT.
21063
21064 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
21065
21066         * cleaned up the GtkContainer.need_resize flag handling mess, we
21067         only need to force resize requests when we were prematurely
21068         realized, or our widget tree was modified when we were temporarily
21069         hidden. handling these cases directly upon showing the window (i.e.
21070         while the GdkWindow is still unmapped) avoids the need to wait for
21071         a configure event response and therefore makes the GUI more snappier
21072         and avoids blank windows during the roundtrip.
21073
21074         * gtk/gtkwidget.c:
21075         (gtk_widget_hide): 
21076         (gtk_widget_show): don't queue resizes on toplevels, they know how
21077         to deal with matters.
21078
21079         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
21080         flag directly for not visible resize containers and spare us unecessary
21081         signal emissions.
21082
21083         * gtk/gtkwindow.c:
21084         (gtk_window_realize): if we need to enforce premature size allocation,
21085         queue a container resize so we are correctly resized later on.
21086         (gtk_window_init):
21087         (gtk_window_size_request):
21088         don't freak around with the ->need_resize flag,
21089         gtk_container_queue_resize() will care about that.
21090         (gtk_window_show):
21091         handle initial resizing issues here, we can handle matters better in
21092         this place, especially since we know that our GdkWindow is still
21093         unmapped.
21094         (gtk_window_move_resize):
21095         don't care about ->need_resize at all.
21096         handle size changes properly that occoured while we waited for a
21097         configure event.
21098
21099 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
21100
21101         * gtk/gtkwidget.c (gtk_widget_set_uposition):
21102         * gtk/gtkwindow.[hc] (gtk_window_reposition):
21103         Move the hint setting code from gtk_widget_set_uposition
21104         to here; set the hints so that we respect any previously
21105         set geometry hints.
21106
21107         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
21108         change the window hints here or move the window here,
21109         let that happen in gtk_window_move_resize().
21110
21111 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
21112
21113         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
21114         to already queued resizes (and therefore redraws) on a widget, check
21115         its anchestry as well.
21116
21117         * gtk/gtkcontainer.c:
21118         (gtk_container_queue_resize): clear resize widgets for resize
21119         containers before aborting prematurely. this is especially important
21120         for toplevels which may need imemdiate processing or their resize
21121         handler to be queued.
21122         (gtk_container_dequeue_resize_handler): added new internal function for
21123         gtkwindow.c.
21124
21125         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
21126         configure event, take possible changes in window position into account
21127         as well.
21128         if we request a new window size, queue up a resize handler that will
21129         last until the configure event response arrives.
21130         combined the ->need_resize case (initial show) with the general size
21131         (hints) changed case and added even more comments.
21132         if !auto_shrink, only revert to the old allocation if the new size
21133         is smaller than the current allocation.
21134
21135 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
21136
21137         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
21138                            gtk_window_set_geometry_hints
21139                            gtk_window_set_default_size):
21140         When hints are set, queue a resize so that the hints will
21141         be eventually reset on the toplevel.
21142
21143         * gtk/gtkwindow.c (gtk_window_show): Use
21144         gtk_window_compute_default_size(). Clear the need_resize flag
21145         on the initail map so that we don't unnecessarily trigger the
21146         resize code.
21147
21148         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
21149         into separate functions. Compare the hints we are setting
21150         with what we set last time so that we can accurately
21151         tell when we need to reset the hints.
21152
21153         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
21154         function to figure out the size from requisition
21155         and default_size.
21156
21157         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
21158         from fvwm to constrain a size to the geometry hints.
21159
21160         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
21161         to compare two sets of geometry hints.
21162
21163         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
21164         from gtk_window_set_hints(), just compute the hints,
21165         don't set them.
21166
21167         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
21168         code from gtk_window_move_resize() to separate function,
21169         rationalize a bit.
21170
21171 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
21172
21173         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
21174         structure into a new private structure.
21175
21176         * gtkrc.c: Split GtkRcStyle into public/private.
21177         In the private part, add a list of pointers to the
21178         RcStyle lists this RcStyle participates in.
21179
21180         * gtkrc.c: When a RcStyle is free, remove all
21181         lists referencing it from the 
21182         realized_style_ht hash, and free those lists.
21183         
21184         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
21185         gtk_rc_init(), since that adds the default styles
21186         to the list of parsed RC files again.
21187
21188         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
21189         
21190 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
21191
21192         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
21193         checks that ensure that a widget's allocation is at least 1 in width
21194         and height. (GNOME note: this doesn't affect old panel code anymore,
21195         because GtkSocket will request width and height of at least 1 since
21196         Fri Jul 23).
21197
21198         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
21199         allocated yet (happens if the user realizes the window prematurely),
21200         size request and allocate it.
21201         (gtk_window_size_allocate): guard against guint underflows.
21202
21203 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
21204
21205         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
21206         in gtk_built_sources, so gtk.defs gets built prior to all other
21207         sources.
21208
21209 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
21210
21211         * gtk/Makefile.am:
21212         invoke indent on gtkmarshal.*. 
21213         rewrote source generation rules, use COPYING as oldest source tag for
21214         a piggyback rule to generate all sources from (don't touch it ;).
21215         major cleanups, strip spaces on build rules for GNU Make.
21216
21217         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
21218         source and target files from commandline arguments. don't invoke indent.
21219
21220 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21221
21222         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21223         notebook after switch to avoid drawing problems.
21224         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21225         
21226         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21227         show them instead. 
21228         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21229
21230 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21231
21232         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21233         notebook after switch to avoid drawing problems.
21234         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21235         
21236         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21237         show them instead. 
21238         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21239
21240 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
21241
21242         * gtk/gtkwindow.c:
21243         we use window->need_resize from configure_event now, to indicate that
21244         the gtkwindow should keep its allocation (e.g. because the user resized
21245         the window through window manager handles). resize_count is now reliably
21246         used to figure whether we got the allocation we requested from the
21247         window manager.
21248         configure events get queued as resizes now, the real stuff (size
21249         computation and allocation) now only goes on in gtk_window_move_resize().
21250         GtkWindow's requisition now contains its *real* requisition (like all
21251         other widgets), *not* taking usize into account.
21252         geometry_info->last_{width|height} is now updated from set_hints() only
21253         so it always contains the last hints we set for the window manager.
21254         made some event handlers return TRUE instead of FALSE.
21255         the overall code should be much more straight forward now, and the
21256         significant code portions are accompanied by comments now.
21257         (gtk_window_set_hints):
21258         removed requisition argument and made it
21259         fetch the requisition through gtk_widget_get_child_requisition.
21260         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
21261         does that now.
21262         (gtk_window_show):
21263         ensure that the widget is realized before calling 
21264         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
21265         ensure that we got properly size requested and allocated before
21266         realization.
21267         (gtk_window_configure_event):
21268         ignore plain window moves, or reallocate the widget tree through the
21269         resize queue otherwise.
21270         (gtk_window_move_resize):
21271         mostly rewrote this function to figure window manager hints more
21272         reliably, coalesce window moves and resizes to reduce configure events
21273         and do actuall size allocations.
21274
21275 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
21276
21277         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
21278         that have a resize pending, because a redraw is already queued for them.
21279
21280         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
21281         hack to clear resize_widgets.
21282
21283         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
21284         for resize containers prior to size allocation. (this is also a bit
21285         ugly, but avoids side effects for stopped emissions and is thus more
21286         reliable).
21287         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
21288
21289         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
21290         function from gtk_tooltips_expose, as we connect to ::expose_event
21291         *and* ::draw now.
21292
21293 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
21294
21295         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
21296         checks.
21297         (gtk_target_list_unref): Likewise.
21298
21299         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
21300
21301 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
21302
21303         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
21304         guard against division by zero. (Fixes bug #1339)
21305
21306 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
21307
21308         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
21309         Prevent the trivial leak of information of allowing
21310         word motion when the entry is not visible.
21311
21312 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
21313
21314         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
21315         modality to error dialog as well as confirmation dialogs.
21316         (Bug #1803, reported by Rosanna Wing Sze Yuen)
21317
21318 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
21319
21320         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
21321         tree->view_lines.
21322         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
21323
21324         * gtk/Makefile.am (install-data-local): Solaris apparently
21325         has various troubles with ln -f; use rm first instead.
21326         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
21327
21328 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
21329
21330         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
21331         use `cp' followed by `rm' (the `rm' was already there).
21332
21333 July 30, 1999 Elliot Lee <sopwith@redhat.com>
21334         
21335         * configure.in: Fix autoconf warnings about cross compilation by
21336         trying to provide sane defaults for AC_TRY_RUN.
21337         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
21338         put them into $(srcdir) when generated. Also add a dependency of
21339         gtksignal.h on gtkmarshal.h for -j builds. 
21340         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
21341
21342 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
21343
21344         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
21345         GDK_THREADS_{LEAVE,ENTER} pair.
21346         (From Paul Fisher <pnfisher@redhat.com>)
21347
21348 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
21349
21350         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
21351         width and height are always >0 (owen).
21352
21353 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
21354
21355         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
21356         change that assured that a widget's allocated with and height are
21357         always >1, since this breaks *buggy* panel code. unfortunately this
21358         back-breaks the gimp's color selector.
21359
21360         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
21361         allocation is always >0 in width and height, before sending the
21362         configure event; this is a *gross* hack to get the gimp back to work.
21363         
21364         * marked both cases with TODO-1.3
21365
21366 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
21367
21368         * gtk/gtktext.c: Don't display wrap indicators when
21369         text is not editable and word wrap is on.
21370
21371 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
21372
21373         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
21374         option menus here as they are not derived from menu shell, assure that
21375         the option menu has a menu we can add items to.
21376
21377 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
21378
21379         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
21380         width/height to (gint) before calculations and check against < 0 to
21381         avoid guint wraparounds.
21382
21383 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
21384
21385         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
21386         width and height is never zero. sanity check both dimensions against
21387         32767 and issue a warning if the allocation is greater than that.
21388
21389 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
21390
21391         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
21392         to g_main_pending() as well.
21393
21394 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
21395
21396         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
21397         call to g_main_iteration() - since that will regrab
21398         GTK+ lock to process events.
21399
21400 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
21401
21402         * gtk/gtkwindow.c
21403         - Regularize with the rest of GTK+ by making widget->requisition
21404           not reflect the set_usize()
21405         - Always recompute geometry hints, then check if they
21406           changed before sending them to the X server. The
21407           previous checks for changes would fail in a number
21408           of circumstances. 
21409
21410 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
21411
21412         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
21413
21414 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
21415
21416         * gtk/gtkdnd.c:
21417         - Code cleanups
21418         - Instantaneously update on modifier key presses
21419         - Allow cancellation of the drag with Escape.
21420
21421 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
21422
21423         * gtk/testgtk.c (create_handle_box): Set the policy
21424         to auto_shrink - otherwise the appearance is rather
21425         strange when flipping between horizontal and vertical.
21426
21427 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
21428
21429         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
21430         (gtk_window_set_default_size): don't change a value if it's < 0.
21431         queue a resize.
21432
21433 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
21434
21435         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
21436
21437 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
21438
21439         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
21440         add an extra "/" when concating "/" + filename.
21441         (From Matt Grossman <mattg@oz.net>)
21442
21443 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
21444
21445         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
21446         for fg_gc if we set it for drawing pixmap.
21447
21448 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
21449
21450         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
21451         
21452         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
21453         already set, call old engine's destroy function and
21454         unref the old engine.
21455
21456 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
21457
21458         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
21459
21460 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
21461
21462         * gtk/gtkaccelgroup.h: mark certain functions as internal.
21463
21464 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
21465
21466         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
21467         expand behaviour changed.
21468
21469         * gtk/gtklabel.c (gtk_label_set_pattern):
21470         (gtk_label_set_justify):
21471         (gtk_label_set_line_wrap):
21472         don't bother invoking queue_clear, the reallocation does
21473         that for us, always free_words so the upcoming resize will
21474         relayout the label's contents.
21475
21476 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
21477
21478         * applied argument implementation patches from Elena Devdariani
21479         <elena@cogent.ca>.
21480
21481         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
21482         ::space_style, ::relief
21483         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
21484         * gtk/gtkpreview.c: ::expand
21485         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
21486         * gtk/gtknotebook.c: ::homogeneous
21487         * gtk/gtklabel.c: ::wrap
21488         * gtk/gtklist.c: ::selection_mode
21489         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
21490         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
21491         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
21492         * gtk/gtkclist.c: ::sort_type
21493         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
21494         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
21495
21496 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
21497
21498         * gtk/gtkstyle.c: Removed ill-thought-out part of last
21499         comment.
21500
21501 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
21502
21503         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
21504         counting right when we have to attach a new style
21505         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
21506
21507         * gtk/gtkstyle.c: Documented the refcounting
21508         peculularities of gtk_style_attach.
21509
21510 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
21511
21512         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
21513         window types.
21514
21515         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
21516         of GTK_TOPLEVEL for creating the window.
21517
21518 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
21519
21520         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
21521         the last argument (reported by Per Winkvist).
21522         
21523 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
21524
21525         Fixes for invisible XOR lines (Frank Loemker
21526         <floemker@TechFak.Uni-Bielefeld.DE>)
21527         
21528         * gtk/gtkclist.c (gtk_clist_realize): Always use
21529         a non-zero pixel for GDK_XOR.
21530
21531         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
21532         Use GDK_INVERT instead of GDK_XOR.
21533
21534 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
21535
21536         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
21537         signals if h/voffsets differ from adjustment values.
21538         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
21539
21540 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
21541
21542         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
21543         ::selection-done emissions up to the topmost menu shell.
21544
21545 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
21546
21547         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
21548         the user data on the window before destroying it.
21549
21550         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
21551         unrealize handler to take care of destroying 
21552         notebook->panel properly. 
21553         (Bug #1198 - Morten Welinder <terra@diku.dk>)
21554
21555         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
21556         of g_new and g_realloc to stop memory leak. (Actually,
21557         we could just use g_realloc(), but I'm not 100% sure
21558         that is portable).
21559         (Bug #1196 - Morten Welinder <terra@diku.dk>)
21560
21561 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
21562
21563         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
21564
21565         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
21566         for fontsets.
21567
21568         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
21569         with bin/button confusion.
21570
21571 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
21572
21573         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
21574         and show how preselection of radio items is done.
21575
21576 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
21577
21578         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
21579         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
21580         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
21581         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
21582         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
21583         * gtk/gtktable.c (gtk_table_attach): 
21584         * gtk/gtklist.c (gtk_list_insert_items): 
21585         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
21586         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
21587         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
21588         * gtk/gtkbin.c (gtk_bin_add): 
21589         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
21590         * gtk/gtkfixed.c (gtk_fixed_put): 
21591         * gtk/gtklayout.c (gtk_layout_put):
21592         general fixups to container_add logic. always realize child if
21593         child->parent is realized, only map the child and queue a resize
21594         if child and child->parent are both visible.
21595
21596 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
21597
21598         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
21599         instead of gtk_container_foreach to walk and unrealize children, so
21600         composite children get also unrealized.
21601         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
21602         (gtk_widget_map): assert that the widget is visible (basic constrain).
21603         (gtk_widget_real_map): assert that the widget is realized (basic
21604         constrain).
21605
21606 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
21607
21608         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
21609
21610 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
21611
21612         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
21613         file for iso-8859-2 locales.
21614
21615         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
21616
21617 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
21618
21619         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
21620          (Pointed out by andy@rz.uni-karlsruhe.de and others).
21621          Remove some suspicious and useless lines. 
21622
21623 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
21624
21625         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
21626         width,height = 0, 0 to mean - here to edge of window,
21627         instead of -1, -1, since the former is all we support.
21628
21629 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
21630
21631         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
21632         when removing from quit_functions list.
21633
21634 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
21635
21636         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
21637
21638 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
21639
21640         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
21641          When redrawing characters on non-visible entry, use appropriate
21642          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
21643
21644 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
21645
21646         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
21647         from drag coordinates.
21648         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
21649         use drag_dest_cell.
21650
21651         * gtk/gtktree (drag_dest_cell)
21652         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
21653         (Bug #1129)
21654
21655 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
21656
21657         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
21658         translate_* fields.
21659         (gtk_item_factory_finalize): invoke translate_notify independant from
21660         translate_data.
21661         (gtk_item_factory_set_translate_func): likewise.
21662         (gtk_item_factory_destroy): only remove ifactory pointer from those
21663         widgets that belong to us (stupid me).
21664
21665 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
21666
21667         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
21668         rc_style list when lookup succeeeds.
21669
21670 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
21671
21672         * gtk/gtkctree.c (resync_selection): 
21673         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
21674         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
21675         bug.
21676
21677 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
21678
21679         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
21680         Add some missing GDK_THREADS_ENTER()/LEAVE around
21681         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
21682
21683 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
21684
21685         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
21686         rather than emit_by_name.
21687
21688         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
21689         on the widget across multiple signal emissions.
21690         (gtk_editable_delete_text): same here.
21691         (gtk_editable_class_init): set widget_class->activate_signal after
21692         editable_signals[ACTIVATE] has been created.
21693
21694 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
21695
21696         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
21697         position here prematurely -- we might not have the
21698         right ->min_position and ->max_position yet.
21699
21700 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
21701
21702         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
21703         Add error traps so if the other end of the connection
21704         dies, we survive.
21705
21706         * gtk/gtkselection.c (gtk_selection_notify): Clean
21707         up properly when selection property retrieval fails.
21708         
21709         * gtk/gtkselection.c (gtk_selection_request): Correctly
21710         reject SelectionRequest notifies where the handler
21711         returns no data.
21712
21713 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
21714
21715         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
21716         when we've previously highlighted.
21717
21718         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
21719         emit two "drag_leave" signals for Motif drops.
21720
21721         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
21722         back the correct status messages when dropping from
21723         Motif onto a proxy window that is rejecting the
21724         drop.
21725
21726 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
21727
21728         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
21729         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
21730         to compare two argument values. added gtk_arg_to_valueloc() to set a
21731         variable from an arg through its location (pointer).
21732
21733         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
21734         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
21735         as gfloat*, uchars are collected as guchar*, ints are collected as
21736         gint*, etc...
21737
21738 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
21739
21740         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
21741         Include <string.h> instead of <strings.h>.
21742
21743         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
21744         (actually, a lot more duplicate includes occur if
21745          you trace through the sequence of #include's)
21746         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
21747         
21748 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
21749
21750         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
21751         gtk-a-higuti-990322-[0-3]
21752
21753         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
21754         that was causing -DX_LOCALE not to work.
21755
21756         * gtk/gtkrc.c (gtk_rc_init):
21757         X_LOCALE will never have LC_MESSAGES defined
21758
21759 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
21760
21761         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
21762         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
21763
21764         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
21765         left/right as well (gtk-michael-980726-0.patch.gz).
21766
21767         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
21768         for pointer values, use gchar instead of char. fixed uline allocation
21769         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
21770         chunks instead of G_ALLOC_ONLY.
21771         (gtk_label_size_request): always alter requisition as passed and leave
21772         widget->requisition alone.
21773         (gtk_label_set_text): allow NULL strings.
21774         (gtk_label_new): likewise.
21775
21776 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
21777
21778         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
21779
21780 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
21781
21782         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
21783         *and* mapped (i.e. drawable).
21784         (gtk_bin_expose): only send exposes to drawable children.
21785
21786         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
21787         (gtk_box_expose): only send exposes to drawable children.
21788
21789         * gtk/gtkhscale.c (gtk_hscale_draw): 
21790         * gtk/gtkvscale.c (gtk_vscale_draw):
21791         hm, this is an ugly one. we first compute the size of our trough area
21792         here (window relative) and then check intersection with the draw_area
21793         which is parent relative because we're a NO_WINDOW widget, so we need
21794         to offset the trough area by allocation.x and allocation.y before the
21795         check. (this must not be done for the background area though, since
21796         that's already computed parent relative).
21797
21798 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
21799
21800         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
21801         unrealize title buttons.
21802
21803 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
21804
21805         * gtk/gtkclist.c (gtk_clist_column_title_passive)
21806         (gtk_clist_column_title_active): 
21807         only connect/disconnect to GtkWidgetClass::event to block mouse events.
21808
21809         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
21810         zero initialize event, removed superfluous gdk_window_get_pointer call
21811
21812         * gtk/gtklist.c (gtk_list_vertical_timeout)
21813         (gtk_list_horizontal_timeout): removed superfluous
21814         gdk_window_get_pointer call
21815
21816 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
21817
21818         * plugging problems reported by "Bruce Mitchener, Jr."
21819         <bruce@puremagic.com> due to a purify session.
21820
21821         * gtk/gtkstyle.c:
21822         (gtk_style_ref): 
21823         (gtk_style_unref): assert ref_count to be > 0.
21824
21825         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
21826         the requisition.
21827         (gtk_clist_set_shift): likewise.
21828
21829         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
21830         adjustments.
21831
21832         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
21833         event before sending it and set send_event to TRUE (which needs to
21834         be done for *all* synthesized events).
21835         (gtk_list_vertical_timeout): likewise.
21836
21837         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
21838         leaks.
21839
21840         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
21841         to TRUE when synthesizing events.
21842
21843 [ *** end of merges from 1.2 *** ]      
21844         
21845 1999-11-21  Tor Lillqvist  <tml@iki.fi>
21846
21847         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
21848         (or copied from gdkconfig.h.win32 on Win32, sigh).
21849
21850         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
21851
21852         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
21853
21854         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
21855
21856         * gdk/gdkconfig.h.win32: New file.
21857
21858         * gdk/win32/makefile.cygwin: Build just a static archive here.
21859
21860         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
21861         for the DLL from the static archive built above.
21862
21863         * gdk/gdk.def: Moved here from the win32 subdirectory.
21864
21865         * gdk/win32/*: Adapt for the changed private struct organisation.
21866
21867         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
21868
21869 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
21870
21871         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
21872         for wheel mice (buttons 4 and 5).
21873
21874 1999-11-18  Tor Lillqvist  <tml@iki.fi>
21875
21876         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
21877         drawables use just the pixel field in the foreground and
21878         background GdkColor of the GdkGC.
21879
21880         gdk_gc_set_{fore,back}ground() are called in the GIMP with
21881         GdkColors containing uninitialized (red,green,blue) fields, and
21882         just the pixel field filled in, and furthermore in the
21883         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
21884         It thus turns out that we really don't need to have the full
21885         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
21886         it later to have just the pixel values.
21887
21888 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
21889
21890         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
21891
21892 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
21893
21894         * docs/gtkfaq.sgml: threads example from Erik Mouw.
21895         New question on GtkLabel background colors.
21896
21897         * docs/gtk_tut.sgml:
21898           - Correct the example code callback
21899             function definitions.
21900           - Update the gtkdial example code, from Frans van Schaik.
21901           - Update setselection.c to current API.
21902
21903         * examples/Makefile examples/*/*.c: Update to code
21904         listed in tutorial.
21905
21906 1999-11-10  Tor Lillqvist  <tml@iki.fi>
21907
21908         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
21909         subrange table (from the "Developing International Software for
21910         WIndows 95 and Windows NT" book) was missing the Hangul syllable
21911         block... Get the loaded font's charset correctly.
21912
21913         (Note that this, and the other *-win32.c files, still really are
21914         the old ones, the win32 subdirectory is not ready for compilation
21915         yet after the reorg.)
21916
21917 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
21918
21919         * gtk/gtkclist.c: Fix off-by-one bug in parameter
21920         check.
21921
21922 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
21923
21924         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
21925         on results of XQueryDeviceState().
21926
21927 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
21928
21929         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
21930         we need to accesss only ->children. We need an accessor
21931         for the children.
21932
21933         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
21934         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
21935         to get rid of gdkx.h include.
21936         
21937         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
21938         and random references to 'None'.
21939
21940         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
21941         Get rid of unused #include <gdk/gdkx.h>
21942
21943         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
21944         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
21945         gdkconfig.h.
21946
21947 1999-11-08  Tor Lillqvist  <tml@iki.fi>
21948
21949         * gdk/win32/gdkdraw.c
21950         * gdk/win32/gdkfont.c
21951         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
21952         following yesterday's changes. (Unrelated to Owen's reorg.)
21953
21954 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
21955
21956         * gdk/x11/gdkinput-gxi.c: Add missing include,
21957           fix GdkWindowPrivate => GdkDrawablePrivate.
21958
21959         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
21960
21961         * gdk/x11/Makefile.am (xinput_sources): Add missing
21962         backslash to fix building with --with-xinput=none
21963
21964 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
21965
21966         Move all X specific code into the x11/ directory.
21967         Aside from shuffling things around, did the following:
21968
21969        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
21970          gdk_arg_context_* - a simple argument parsing system
21971          in the style of popt.
21972
21973        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
21974          gdk/x11/gdkprivate-x11.h:
21975          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
21976          add ->klass and ->klass_data fields. The klass_data
21977          field points to an auxilliary structure that is
21978          windowing system dependent.
21979
21980        * gdk/gdkfont.c: Make most of the measurement functions
21981          simply wrappers around gdk_text_extents().
21982
21983        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
21984          _gdk_font_strlen() function that hides the weird
21985          behavior in gtk+-1.[02] where a string is interpreted
21986          differently for 8-bit and 16-bit fonts.
21987
21988        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
21989          to store common code for synthesizing double/triple
21990          press events.
21991         
21992        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
21993          Make all the function that modify an existing GC
21994          simply wrappers around gdk_gc_set_values().
21995          
21996        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
21997          for throwing out later.
21998
21999        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
22000          GdkImagePrivate and GdkColormapPrivate to have a
22001          windowing system dependent part (GdkFontPrivateX etc.)
22002          that "derives" from the system-independent part.
22003
22004        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
22005          Got rid of the included-source-files for XInput in
22006          favor of automake conditionals. (Which didn't exist
22007          when XInput support was originally added.)
22008
22009        * gdk/gdkrgb.c: Remove the visual id from the debugging
22010          statements since that is X11 specific; print out
22011          type/depth info instead.
22012          
22013
22014 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
22015
22016         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
22017         loading duplicates of hashed fonts.
22018
22019         * gdk/gdk.c (gdk_keysym_convert_case): rename
22020         gdk_XConvertCase to gdk_keysym_convert_case, allow
22021         results to be NULL in the GTK+ style.
22022
22023         * gdk/gdkcompat.h: Started compatibility header
22024         for renames.
22025
22026 1999-11-07  Tor Lillqvist  <tml@iki.fi>
22027
22028         * gdk/win32/gdkprivate.h: New font private structures, related to
22029         fontsets.
22030
22031         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
22032         gdk_font_list_free(). On X11, will just be wrappers to
22033         XListFonts() and XFreeFontNames(). On Win32, the code previously
22034         in gtkfontsel.c is now here.
22035
22036         New function gdk_font_xlfd_create(). On X11 will get the FONT
22037         property of the font (for GDK_FONT_FONTs), or call
22038         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
22039         builds a XLFD style name from the font information in the LOGFONT
22040         struct(s).
22041
22042         New function gdk_font_xlfd_free(), which correspondingly frees the
22043         string returned by gdk_font_xlfd_create().
22044
22045         Implement fontsets on Win32. Add a function that iterates over a
22046         wide char string and calls a callback function for each substring
22047         of wide chars from the same Unicode subrange (and thus probably
22048         available in the same real font).
22049
22050         Improve the XLFD emulation a bit.
22051
22052         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
22053
22054         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
22055         Beta3, WM_IME_CHAR messages don't seem to contain the composed
22056         multi-byte char as with the Active IMM on Win9x. Oh well, handle
22057         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
22058         ImmGetCompositionStringW() to get the composed Unicode chars.
22059
22060         * gdk/win32/gdkgc.c
22061         * gdk/win32/gdkdraw.c: Changes needed because of the font private
22062         struct changes.
22063
22064         * gdk/win32/gdk.def: Add the new functions.
22065
22066 1999-11-04  Tor Lillqvist  <tml@iki.fi>
22067
22068         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
22069         get the Platform SDK to get <dimm.h>.
22070
22071         * gdk/win32/gdkevents.c: More event handling fixes and
22072         simplification. Never generate motion events with is_hint true. We
22073         used to do that on bogus grounds earlier. Windows sends
22074         WM_MOUSEMOVE messages on button events even if the mouse hasn't
22075         moved, ignore these.
22076
22077         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
22078
22079         * gdk/win32/gdkglobals.c
22080         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
22081         the TrackMouseEvent function, and use it.
22082
22083         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
22084         char before calling WideCharToMultiByte in order to get a string
22085         for the window title.
22086
22087         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
22088
22089         * gdk/win32/gdk.def: Remove obsolete functions.
22090
22091         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
22092         /nodefaultlib and /defaultlib switches.
22093
22094         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
22095
22096 1999-10-31  Tor Lillqvist  <tml@iki.fi>
22097
22098         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
22099         EuroSign).
22100
22101         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
22102         same type as GdkWChar, especially on Win32.
22103
22104         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
22105
22106         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
22107         before passing to Windows GDI for drawing etc. Convert to the
22108         system default codepage before passing to Windows as window
22109         titles.
22110
22111         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
22112         support changing input locale on the fly.
22113
22114         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
22115         on-the-fly changes. Convert incoming characters from the current
22116         codepage to Unicode (and then to a UTF-8 multi-byte string) based
22117         on the current input language. Use keysym<->Unicode mapping tables
22118         and functions borrowed from xterm sources.
22119
22120         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
22121         editions of Win9x, use the ActiveX-based Active IMM (Input Method
22122         Manager) if available. IMEs and the Active IMM are available under
22123         the disguise of Chinese, Korean and Japanese support for IE and
22124         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
22125         support is present in all editions (as long as you install it).
22126
22127         Call DispatchMessage from gdk_events_queue() (and thus
22128         gdk_WindowProc()), instead of duplicating the code in
22129         gdk_WindowProc().
22130
22131         Reworked the grab handling and propagation code, factored out
22132         duplicated code snippets into separate functions. Other cleanups,
22133         too.
22134
22135         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
22136         the <dimm.h> header describing the Active IMM.
22137
22138         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
22139         just do the same as for "single" fonts.
22140
22141         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
22142         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
22143         the new keysyms from gdkkeysyms.h.
22144
22145         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
22146         fontset, so that gtkentry uses wide characters.
22147
22148         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
22149         GTk+'s system directory "gtk+", not "gtk".
22150
22151 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
22152
22153         * docs/gtkfaq.sgml: FAQ update
22154
22155 1999-10-21  Tor Lillqvist  <tml@iki.fi>
22156
22157         * gdk/win32/gdkprivate.h: Add more font private data.
22158
22159         * gdk/win32/gdkfont.c
22160         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
22161         fonts and strings. Now works much better. You still have to
22162         have a correct font selected, though. No fontset emulation yet.
22163
22164 1999-10-19  Tor Lillqvist  <tml@iki.fi>
22165
22166         * gtk/maketypes.awk: Use G_OS_WIN32.
22167
22168         * gtk/gtk.def: Add some missing entry points. Also some non-public
22169         ones, but PyGTK porter claims to need them.
22170
22171         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
22172         built-in type generation.
22173
22174 1999-10-14  Tor Lillqvist  <tml@iki.fi>
22175
22176         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
22177         GDK_FONT_FONT fonts (which is all we have for now, we don't
22178         emulate fontsets). The X11 version uses plain XDrawString in that
22179         case, too. The string passed to gdk_draw_text_wc seems to be in
22180         fact (at least, when used by gtkentry and gtktext) either in a
22181         single-byte charset, or a DBCS. Not Unicode.
22182
22183         This fixes the problem in gtkfontsel, where even if you had
22184         selected a font with a non-Latin1 charset (windows-greek, for
22185         instance), the preview still used Latin-1 glyphs.
22186
22187         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
22188         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
22189         (gdk_font_load): Recognize the demibold etc weights, even if we
22190         don't have the corresponding constants in the headers.
22191         (gdk_font_hash_insert): Use same hash mechanism as in the X11
22192         version. Should save font resources a bit, when we don't have
22193         multiple HFONTs for the same font.
22194
22195         * gdk/win32/gdkprivate.h: Add the names field as in the X11
22196         version.
22197
22198 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
22199
22200         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
22201         X values
22202
22203 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
22204
22205         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
22206         layout support (as mentioned on
22207         http://www.jcinteractive.com/gnome-ui/software/widgets/)
22208
22209 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
22210
22211         * gtk/fnmatch.c
22212         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
22213
22214 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
22215
22216         * configure.in (ALL_LINGUAS): Added Galician (gl)
22217
22218 1999-10-05  Tor Lillqvist  <tml@iki.fi>
22219
22220         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
22221
22222         * gdk/win32/gdkcompat.c: New file, actually provide an
22223         implementation for the deprecated functions. (Just temporarily.)
22224
22225         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
22226
22227         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
22228
22229         * gdk/win32/gdk.def gtk/gtk.def: Updates.
22230
22231 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
22232
22233         * configure.in: Added "uk" to ALL_LINGUAS.
22234         
22235 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
22236
22237         * configure.in: correct checking for BeOS check
22238
22239         * gdk/gdktypes.h
22240         * gtk/fnmatch.c
22241         * gtk/gtkfilesel.c
22242         * gtk/gtkitemfactory.c
22243         * gtk/gtkmain.[ch]
22244         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
22245
22246 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
22247
22248         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
22249         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
22250         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
22251         by Bulgarian). 
22252
22253 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
22254
22255         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
22256         Fix a reference to window_private->destroyed.   
22257
22258         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
22259         (ugly) setting of an internal GdkWindow member to use
22260         a _slightly_ cleaner macro.
22261
22262         * gdk/gdkprivate.h: Split GdkWindowPrivate into
22263         GdkDrawablePrivate and GdkWindowPrivate.
22264         Add extra macros for accessing GDK_DRAWABLE_ components.
22265
22266         * *.[ch]: Massive adjustments for the above, use the
22267         new macros in a lot of places.
22268
22269 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
22270
22271         * gdk/gdktypes.h: Make GdkDrawable the base type,
22272         not GdkWindow.
22273
22274 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
22275
22276         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
22277
22278 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
22279
22280         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
22281
22282 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
22283
22284         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
22285         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
22286
22287         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
22288
22289         * docs/gtk-config.1: Now autogenerated.
22290         * docs/Changes-1.4.txt: started
22291         
22292 1999-10-03  Tor Lillqvist  <tml@iki.fi>
22293
22294         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
22295         to #ifdef also here.
22296
22297         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
22298         Owen did to the X11 backend.
22299
22300         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
22301         ScrollWindowEx when blitting inside a window, it can't be correct
22302         in the general case.
22303
22304         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
22305         WM_GETMINMAXINFO is easier.
22306
22307         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
22308         depth equal to the bitspixel value, not the visual's depth.
22309
22310         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
22311         to 24 even if the bitspixel value is 32.
22312
22313         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
22314         need to check for depth==32 when bpp==32, depth will always be 24.
22315
22316 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
22317
22318         * docs/Changes-1.4.txt: Started
22319         
22320         * gtk/Makefile.am (gdk_headers): Include all the new headers.
22321
22322         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
22323         
22324         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
22325         into C file.
22326         
22327         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
22328         header to gdkinputprivate.h.
22329
22330         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
22331         unused since before 1.2.
22332
22333 1999-09-30  Tor Lillqvist  <tml@iki.fi>
22334
22335         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
22336         expand possible hex escapes in the font family (put there by
22337         logfont_to_xlfd if the font name isn't a legal XLFD font family,
22338         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
22339         On Win32, add hex escapes here, too.
22340
22341 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
22342
22343         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
22344         to #ifdef GDK_WINDOWING_X11.
22345
22346 [ Merges from gtk-1-2 ]
22347
22348 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
22349
22350         * configure.in: fixed "GNU Make" check to pass with new make version
22351         3.77.95.
22352
22353 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
22354
22355         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
22356         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
22357         AM_PATH_GTK() macros don't get confused by the -pre1.
22358
22359 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
22360
22361         * configure.in (REBUILD): Change check for perl5
22362           to check explicitely for v >= 5.002. (5.001
22363           does not work with our scripts.)
22364
22365 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
22366
22367         * configure.in: evaluate $PERL for the perl version check. added
22368         --disable-rebuilds to give the user an option to completely disable
22369         any source autogeneration rules.
22370
22371 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
22372
22373         * configure.in: evaluate $ac_make when checking for GNU Make.
22374
22375 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22376
22377         * docs/Makefile.am: added generation.txt.
22378
22379         * Makefile.am: require automake 1.4, build README from README.in and
22380         INSTALL from INSTALL.in in dist-hook.
22381         
22382         * README.in:
22383         * INSTALL.in: new files to autogenerate README and INSTALL from.
22384
22385         * configure.in: figure whether we have GNU Make
22386
22387         * docs/generation.txt: minor additions/corrections.
22388
22389 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
22390
22391         * docs/gtkfaq.sgml: FAQ Update
22392
22393 July 30, 1999 Elliot Lee <sopwith@redhat.com>
22394         
22395         * configure.in: Fix autoconf warnings about cross compilation by
22396         trying to provide sane defaults for AC_TRY_RUN.
22397
22398 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
22399
22400         * ltconfig
22401         * ltmain.sh: upgrade to libtool 1.3.3
22402
22403 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
22404
22405         * INSTALL: Indicate that the --with-glib= configure
22406         time flag is unsupported.
22407
22408 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
22409
22410         * docs/generation.txt: Added a file that gives
22411         documenation about the autogeneration process for
22412         various autogenerated files.
22413         
22414 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
22415
22416         * configure.in (LIBS): Look for libgmodule in the
22417         right location.
22418
22419 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
22420
22421         * docs/gtk_tut.sgml: Removed references to
22422         code examples in my directory on gtk.org as
22423         they should all be in the tutorial now.
22424
22425         * docs/gtk_tut.sgml: Added sources for dial-test
22426         and scribble-xinput programs that were previously
22427         missing.
22428
22429 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
22430
22431         * TODO: Added entry about menu keyboard navigation, removed
22432         some finished items.
22433
22434 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
22435
22436         * acinclude.m4: Standardize on func_dgettext
22437         not func_gettext, so that the checks for dgettext
22438         actually are paid attention to.
22439
22440 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
22441
22442         * configure.in (LIBS): Add $INTLLIBS into $LIBS
22443         directly, rather than repeating the checks for
22444         gettext.
22445
22446         * INSTALL: Added information about gettext and
22447         NLS support.
22448
22449         * acinclude.m4 (LIBM): Check for dgettext, not
22450         just gettext. This should hopefully fix things wrt
22451         systems with old versions of GNU gettext installed.
22452
22453 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
22454
22455         * configure.in (LIBS): Look for libgmodule in the
22456         right location.
22457
22458 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
22459
22460         * autogen.sh: add --enable-maintainer-mode
22461
22462         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
22463
22464 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
22465
22466         * docs/gtk-config.1.in:
22467           docs/Makefile.am:
22468           configure.in: gtk-config is now generated.
22469
22470         * docs/gtk-config.1: Removed, now generated.
22471
22472 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
22473
22474         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
22475         handle CreateNotify itself, still put out a debuging message for
22476         --gdk-debug=events. made the ReparentNotify debugging message more
22477         verbose.
22478         wrap xcoords translation for ConfigureEvents into an error trap,
22479         a destroy event may already be pending, and in that case, the
22480         actuall coordinate values are not at all critical.
22481
22482 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
22483
22484         * gdk/gdkcc.c: Stop leaking the color_hash all over
22485         the place. Simplify and improve the logic.
22486
22487 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
22488
22489         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
22490         for prototypes and function implementations consistent (reported
22491         by Tomas Ogren).
22492
22493 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
22494
22495         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
22496         send_event set in debugging output.
22497         (gdk_compress_exposures): default initialize the event so we don't
22498         operate on bogus values (namely send_event).
22499
22500 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
22501
22502         * gdk/gdkwindow.c: When we receive an unexpected
22503         destroy notify on one of our windows, don't just
22504         warn about it, also mark our windows as destroyed.
22505
22506 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
22507
22508         * gdk/gdkfont.c (gdk_font_hash_insert): Add
22509           name => font and name => fontset hashes. The 
22510           name => fontset hash is a _big_ win since we
22511           weren't previously caching fontsets at all and loading
22512           fontsets is expensive. The name => font hash
22513           is less of a win, but it does save us from doing
22514           repeated XQueryFont calls on the same font.
22515
22516         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
22517           list so we can remove font/fontset from hash.
22518
22519 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
22520
22521         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
22522           and slightly confusing test. [ XInternAtom (,,TRUE)
22523           will never return None ].
22524
22525 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
22526
22527         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
22528           gdk/gdkwindow.c (gdk_window_set_hints):
22529
22530         Don't omit setting the properties if flags == 0 -
22531         there may be an existing set of properties there
22532         already. (Very old bug. Would it be better to
22533         delete the property instead?)
22534
22535         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
22536           spelling error in comment.
22537
22538 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
22539
22540         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
22541           to avoid stomping over gdk_error_warnings.
22542
22543         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
22544           as (bits_per_pixel + 7) / 8. This gives the same
22545           result as before for multiples of 8, but actually
22546           a "reasonable" value for 1bit or 4bit displays.
22547
22548 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22549
22550         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
22551         GNU Make.
22552
22553 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
22554
22555         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
22556         discarding configure events.
22557
22558 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
22559
22560         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
22561         refcount is greater than zero.
22562
22563         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
22564
22565         * gdk/gdkfont.c (gdk_font_unref): Likewise.
22566
22567         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
22568
22569         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
22570
22571 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
22572
22573         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
22574         that format 32 => sizeof(item) == 4. It really is
22575         sizeof(long).
22576
22577 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
22578
22579         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
22580         core dump at all on X IO errors, only core dump
22581         if --enable-debug for X errors.
22582
22583 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
22584
22585         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
22586         unknown window:" message. disabled ConfigureNotify discarding code,
22587         because it led to events being processed out of order.
22588
22589 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
22590
22591         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
22592
22593         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
22594         we export this function, supress error warnings and don't reset the
22595         error code in the first half of this function.
22596
22597         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
22598         code (instead of just -1) so gdk_error_trap_pop() reveals something
22599         actually informative about the error that happened.
22600
22601         * gdk/*.c:
22602         don't rely on gdk_error_code being -1 if an error occoured, but just
22603         gdk_error_code != 0.
22604
22605 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
22606
22607         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
22608         pointer *before* invoking the filter function, so we at least don't
22609         crash if a filter is removed that is currently executed. window filters
22610         *really* need to be made truely reentrant at some point.
22611
22612 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
22613
22614         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
22615         PropertyNotify debug messages.
22616
22617 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
22618         
22619         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
22620         
22621         * gdk/gdkim.c: Fix cut-and-paste errors for 
22622         x/y and PreeditAttributes/StatusAttributes.
22623
22624 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
22625
22626         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
22627         G_MAXINT to 2^16 to alleviate overflow problems in
22628         various window managers.
22629
22630 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
22631
22632         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
22633         for fontsets.
22634
22635 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
22636
22637         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
22638         Initialize size_hints.x and size_hints.y because kwm
22639         brokenly pays attention to them.
22640         (Bug #1181 -  Lars Heete <hel@admin.de>)
22641
22642 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
22643
22644         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
22645         return value of gdk_list_visuals(). 
22646         (Bug #1193 - Morten Welinder <terra@diku.dk>)
22647
22648 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
22649
22650         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
22651         XSetIMValues to (void *) when comparing to NULL, to workaround
22652         the problem of some compilers barfing since older X headers don't
22653         have the prototype for it.
22654
22655 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
22656
22657         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
22658         for pseudocolor where colormap->colors was double
22659         allocated.
22660
22661         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
22662         color value in the hash table with the pixel filled
22663         in so when we do later hash table lookups, the color
22664         value is correct.
22665         
22666 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
22667
22668         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
22669         making the call
22670
22671 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
22672
22673         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
22674         pointed out by Morten Welinder <terra@diku.dk>.
22675
22676 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
22677
22678         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
22679           default filter from the list
22680
22681 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
22682
22683         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
22684           default filter from the list
22685
22686 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
22687
22688         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
22689
22690         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
22691         g_strdup_printf instead of calcing the length separately
22692
22693 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
22694
22695         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
22696         that we don't do in many other places. (Fixing duplicate 
22697         #include of config.h)
22698
22699         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
22700         Otherwise, #ifndef XINPUT_NONE check in the latter
22701         doesn't work. (Bug #546)
22702
22703 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
22704
22705         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
22706         "None" case insensitive.
22707
22708 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
22709
22710         * gdk/gdkselection.c: 
22711         Add error traps so if the other end of the connection
22712         dies, we survive.
22713
22714 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
22715
22716         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
22717         dest_xid field into two fields - one for the window
22718         to send in messages, one to indicate the last looked
22719         up window for caching purposes. This is needed, so
22720         that Leave messages get the correct window.
22721
22722 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
22723
22724         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
22725         Fix warning created by people mucking around
22726         with the gsource API.
22727
22728         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
22729         Change mapping between GIOCondition and GdkInputCondition
22730         to match the way the Linux kernel does it. This should
22731         fix problems where closed pipes were no longer signalling
22732         GDK_INPUT_READ on systems with a native poll().
22733
22734 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
22735
22736         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
22737         explicitly for the string "None" - it is in the XPM
22738         spec and some servers treat unknown colors in odd ways
22739         (like asking the user!)
22740
22741 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
22742
22743         * gdk/gdkevents.c: made "->" into a "." of previous change so
22744         it compiles
22745
22746 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
22747
22748         * gdk/gdkevents.c (gdk_compress_exposures): Set the
22749         window field of the event structure before calling
22750         user filters.
22751
22752 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
22753
22754         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
22755         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
22756
22757 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
22758
22759         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
22760         intermediate text property - prevents major memory
22761         leak when gdk_use_mb.
22762         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
22763
22764 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
22765
22766         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
22767         gtk-a-higuti-990322-[0-3]
22768
22769         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
22770         sizeof(wchar_t) != sizeof (GdkWChar)
22771
22772         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
22773         that was causing -DX_LOCALE not to work.
22774
22775         * gtk/gtkrc.c (gtk_rc_init):
22776         X_LOCALE will never have LC_MESSAGES defined
22777
22778         * gdk/gdk.c (gdk_init_check):
22779         Remove --xim-preedit and --xim-status from argv properly.
22780
22781         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
22782         that the client window is present on the X server
22783         before we pass it to the input method.
22784
22785 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
22786
22787         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
22788         if --display is specified on the command line, than
22789         the drag window will not be created on that display.
22790         
22791 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
22792
22793         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
22794         lookups with only_if_exists == TRUE were inserting
22795         bogus values into the atom cache.
22796
22797 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
22798
22799         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
22800         then reset it to NULL.
22801
22802         * gdk/gdkcolor.c:
22803         (gdk_colors_free): 
22804         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
22805         key for g_hash_table_remove() in both functions, this prevents us
22806         from accessing possibly uninitialized portions of a GdkColor structure
22807         where we are only interested in its pixel value.
22808
22809 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
22810
22811         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
22812         font hash table, if we have a GdkFontPrivate entry for this font
22813         already, simply increment its reference count, provided by Olaf Dietsche
22814         <olaf.dietsche+list.gtk@netcologne.de>.
22815
22816 1999-09-21  Tor Lillqvist  <tml@iki.fi>
22817
22818         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
22819         just to be sure.
22820
22821         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
22822         unused variables, leftovers from the X11 version.
22823
22824         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
22825
22826         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
22827         downcase fields on X11.
22828
22829 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
22830         
22831         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
22832         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
22833
22834 1999-09-17  Tor Lillqvist  <tml@iki.fi>
22835
22836         * gdk/win32/gdk.def: Add gdk_threads_mutex.
22837
22838         * gtk/makefile.msc: Correct path to libintl.
22839
22840         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
22841         use of gint vs. int, and gint vs. gboolean in headers and
22842         definitions. Use GtkType for the *_get_type functions. Note that
22843         these changes preserve binary compatibility.
22844
22845         * gdk/gdk.c
22846         * gdk/win32/gdk.c
22847         * gdk/gdk.h: Fix inconsistencies: gint vs int.
22848
22849         * gtk/gtkmain.c
22850         * gtk/gtkclist.c
22851         * gtk/gtkmenufactory.c
22852         * gtk/gtknotebook.c
22853         * gtk/gtkwidget.c: Fix inconsistencies, also gint
22854         vs. gboolean.
22855
22856         * gtk/gtkcolorsel.[ch]
22857         * gtk/gtkcombo.[ch]
22858         * gtk/gtkdrawingarea.[ch]
22859         * gtk/gtkgamma.[ch]
22860         * gtk/gtkhandlebox.[ch]
22861         * gtk/gtkhpaned.[ch]
22862         * gtk/gtkhruler.[ch]
22863         * gtk/gtkplug.[ch]
22864         * gtk/gtkpreview.[ch]
22865         * gtk/gtkruler.[ch]
22866         * gtk/gtksocket.[ch]
22867         * gtk/gtkstatusbar.[ch]
22868         * gtk/gtktoolbar.[ch]
22869         * gtk/gtkvbbox.[ch]
22870         * gtk/gtkvpaned.[ch]
22871         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
22872         functions.
22873
22874         * gtk/gtkgamma.h: Fix bug, missing () in call of
22875         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
22876
22877 1999-09-14  Tor Lillqvist  <tml@iki.fi>
22878
22879         * gdk/gdkcolor.c (gdk_colormap_new)
22880         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
22881         colormap->colors was allocated twice.
22882
22883         * gdk/win32/gdk.c: Remove some unused stuff.
22884
22885         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
22886         colormap.
22887
22888         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
22889         * gtk/gtklabel.h (gtk_label_get_type)
22890         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
22891         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
22892         in a couple of places, not guint.
22893
22894 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
22895
22896         * configure.in,po/et.po: added Estonian language file
22897
22898 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
22899
22900         * configure.in,po/da.po: added Danish file
22901
22902 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
22903
22904         * docs/gtkfaq.sgml: Minor FAQ Update
22905
22906 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
22907
22908         * docs/gtkfaq.sgml: FAQ update
22909
22910 1999-08-27  Tor Lillqvist  <tml@iki.fi>
22911
22912         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
22913         way to get window contents continually refreshed while resizing. I
22914         didn't like the effects myself, so it's not on by default.
22915
22916         * gdk/win32/gdkprivate.h: New flag variable
22917         gdk_event_func_from_window_proc, FALSE by default.
22918
22919         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
22920         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
22921         are passed --gdk-event-func-from-window-proc.
22922
22923         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
22924         and we have am event_func, call it instead of enqueing the event.
22925
22926 1999-08-23  Tor Lillqvist  <tml@iki.fi>
22927
22928         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
22929         Kelley: Set expose_count in GdkEventExposes correctly.
22930
22931         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
22932         MULTIPLE_WINDOW_CLASSES).
22933
22934         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
22935         for bug in NT, apparently NT *does* draw the end pixel, too, in
22936         LineTo with a one-pixel pen, so we don't have to do it ourselves.
22937
22938 1999-08-21  Tor Lillqvist  <tml@iki.fi>
22939
22940         Improvements by Hans Breuer: 
22941
22942         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
22943
22944         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
22945         CS_?REDRAW flags as they cause lots of (late) redraws when "show
22946         window contents while dragging" is turned on. Allocate at least
22947         one unique class for every GdkWindowType. If support for single
22948         window-specific icons is ever needed (eg. Dialog specific), every
22949         such window should get its own class.
22950
22951 1999-08-19  Tor Lillqvist  <tml@iki.fi>
22952
22953         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
22954         error that caused crashes.
22955
22956 1999-08-17  Tor Lillqvist  <tml@iki.fi>
22957
22958         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
22959         window, use ScrollWindowEx, and call UpdateWindow. This prevents
22960         bugs when for instance part of the window was outside the
22961         display. Thanks to Philippe Colantoni for finding and fixing this.
22962
22963 1999-08-16  Tor Lillqvist  <tml@iki.fi>
22964
22965         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
22966         endpoint calculations which were totally wrong. (A little RTFMing
22967         helps a lot ;-)
22968
22969         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
22970         from a separate directory, not from gettext, because of licensing
22971         issues (we want to use the LGPL version).
22972
22973         * README.win32: Mention the intl from glibc vs from gettext issue.
22974
22975 1999-08-13  Tor Lillqvist  <tml@iki.fi>
22976
22977         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
22978         in the key event handling: Now AltGr chars work again. Also,
22979         now Alt-digits are passed up as well as Control-digits.
22980         Pass keypad plus and minus as normal plus and minus.
22981
22982 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
22983
22984         * docs/gtkfaq.sgml: FAQ Update
22985
22986 1999-07-25  Tor Lillqvist  <tml@iki.fi>
22987
22988         * README.win32
22989         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
22990         the Wintab SDK.
22991
22992         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
22993         OK, but getting closer. Guard against bogus tilt data from Wacom
22994         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
22995         enable easier building without Wintab.
22996
22997         * gdk/win32/gdkinput.h
22998         * gdk/win32/gdkevents.c 
22999         * gdk/win32/gdkwindow.c: Minor changes related related to above.
23000         
23001         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
23002         code. As we have just one visual on Win32, no sense to have it in a
23003         table, and no need for the hash table.
23004
23005         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
23006         better on white background.
23007
23008 1999-07-21  Tor Lillqvist  <tml@iki.fi>
23009
23010         * README.win32: Update gcc build instructions. Mention gettext is
23011         GPL.
23012
23013         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
23014         supported cursor size with GetSystemMetrics.
23015
23016         * gdk/win32/gdkfont.c
23017         * gtk/gtkfontsel.c: Guard against some font weight and charset
23018         symbols being undefined (in mingw32 headers).
23019
23020         * gdk/win32/makefile.cygwin
23021         * gtk/makefile.cygwin
23022         * gtk/gtkthemes.c: No longer need to have differently named
23023         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
23024
23025 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
23026
23027         * docs/gtkfaq.sgml: Long awaited FAQ update.
23028
23029 1999-07-15  Tor Lillqvist  <tml@iki.fi>
23030
23031         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
23032         it. Obscure bit manipulation needed.
23033
23034         * gdk/win32/gdkevents.c: Logging.
23035         
23036         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
23037         style (file name include compiler name) for theme engines.
23038
23039 1999-07-13  Tor Lillqvist  <tml@iki.fi>
23040
23041         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
23042
23043         * gdk/win32/gdkevents.c: Fix long-standing bug in key
23044         events. The key.string wasn't zero-terminated, still we strdup'ed
23045         it in gdk_event_copy(). Synthesize crossing events for button
23046         events before possible propagation.
23047
23048         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
23049
23050         * gdk/win32/makefile.cygwin
23051         * gtk/makefile.cygwin: Use new DLL naming style for the
23052         GCC-compiled ones.
23053
23054         * gdk/win32/makefile.msc
23055         * gtk/makefile.msc: Cosmetics mostly.
23056
23057         * gtk/gtk.def: Add missing entry points.
23058
23059         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
23060
23061 1999-07-09  Tor Lillqvist  <tml@iki.fi>
23062
23063         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
23064         or height is zero. Don't print a warning if Pie or Arc fails, they
23065         always fail (?) for very narrow ellipses.
23066
23067         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
23068         the part or the destination window corresponding to source area
23069         outside of the source drawable's boundary.
23070
23071         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
23072         anything if less than two points.
23073
23074         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
23075         return NULL. Gtk cut-and-paste inside a single program works
23076         better this way. (It always gets the clipboard contents from
23077         Windows, not from its own copy, which is cleared anyway. I can't
23078         say I fully understand what happens... Emulating the X selection
23079         and property stuff is a bit of a mess.)
23080
23081         * gdk/win32/gdkevents.c
23082         * gdk/win32/gdkproperty.c: A bit more verbose logging.
23083
23084         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
23085         that never got deleted). Revamp gdk_region_shrink.
23086
23087         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
23088         after use.
23089
23090         * gtk/gtk.def: Add some missing entry points.
23091
23092         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
23093         component.
23094
23095 1999-07-04  Tor Lillqvist  <tml@iki.fi>
23096
23097         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
23098         Control-digits specially.
23099
23100 1999-07-03  Tor Lillqvist  <tml@iki.fi>
23101
23102         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
23103
23104 1999-06-28  Tor Lillqvist  <tml@iki.fi>
23105
23106         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
23107         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
23108         finding this.)
23109
23110 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
23111
23112         * gtk+.spec.in: Corrected some typos in files section.
23113         
23114 1999-06-15  Tor Lillqvist  <tml@iki.fi>
23115
23116         * README.win32: Mention using GNU gettext.
23117         * config.h.win32: Enable NLS stuff.
23118         * gtk/makefile.msc: Use GNU gettext.
23119         * gdk/win32/gdkdnd.c: Minor header reorg.
23120         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
23121         cosmetics.
23122         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
23123         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
23124
23125 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
23126
23127         * acinclude.m4
23128         * config.guess
23129         * config.status
23130         * ltconfig
23131         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
23132
23133 1999-05-30  Tor Lillqvist  <tml@iki.fi>
23134
23135         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
23136         SafeAdjustWindowRectEx. Don't override all calls to
23137         AdjustWindowRectEx by it, but use it only in two places: When
23138         creating a new top-level window and when moving a top-level
23139         window.
23140
23141         Use screen coordinate rectangle, not client rectangle, in
23142         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
23143         when we try to place a window so that the decoration (mainly,
23144         title bar) isn't visible.
23145
23146         These changes fix the bug that showed up for instance as the
23147         GIMP's saved top-level windows moving right and down (by an amount
23148         equal to the window decoration) for each session. This bug showed
23149         up also in testgtk's "Saved Position".
23150
23151         gdk_window_resize also redone a bit.
23152
23153 1999-05-25  Tor Lillqvist  <tml@iki.fi>
23154
23155         * gtk/testgtkrc: Add (commented out) Windows-style theme
23156         include line.
23157
23158         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
23159
23160 1999-05-18  Tor Lillqvist  <tml@iki.fi>
23161
23162         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
23163         gdkx.h to a gdk subdirectory, so that applications can include
23164         these with <gdk/*.h> without trouble.
23165
23166         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
23167         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
23168         have their bitmap destroyed.
23169
23170         * gdk/win32/gdk.def: Add gdk_root_parent.
23171
23172 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
23173
23174         * configure.in
23175           gtk-config.in
23176           ltconfig
23177           ltmain.sh     
23178           gtk/Makefile.am: changes to compile nicely (with xlib) 
23179           on BeOS
23180
23181 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
23182
23183         * acinclude.m4
23184         * config.guess
23185         * config.sub
23186         * ltconfig
23187         * ltmain.sh: upgrade to libtool 1.3
23188
23189 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
23190
23191         * gtk/gtkclist.c:
23192         * gtk/gtkctree.c: merges from gtk-1-2
23193
23194 1999-04-25  Tor Lillqvist  <tml@iki.fi>
23195
23196         Support added for building using a GNU toolchain on Win32,
23197         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
23198
23199         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
23200         * config.h.win32: Changes for gcc.
23201         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
23202         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
23203         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
23204         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
23205         Protect shl stuff unavaiilable with mingw32 headers.
23206         * gdk/win32/gdkevents.c: Fix typo.
23207         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
23208         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
23209         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
23210         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
23211         the mingw32 headers.
23212         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
23213         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
23214         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
23215         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
23216         Test for NATIVE_WIN32, not _MSC_VER.
23217         * gtk/gtkmain.c: No use warning about developer version on Win32,
23218         there aren't any non-developer versions anyhow.
23219         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
23220         * gtk/makefile.msc: Use pthread from another directory. Minor other
23221         changes. 
23222
23223 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23224
23225         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23226           default filter from the list
23227
23228 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
23229
23230         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
23231          when gtk_widget_grab_default() is called for a widget that
23232          is not within a GtkWindow.
23233
23234 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
23235
23236         * docs/gtk_tut.sgml, examples/clist.c: use a
23237           scrolled window in the clist example. Minor
23238           tutorial fixes.
23239
23240 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
23241
23242         * docs/gtk_tut.sgml: Style check from David King
23243           <dking@youvegotmail.net>
23244
23245 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
23246
23247         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
23248         compile with unknown value of GDK_WINDOWING
23249
23250 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
23251
23252         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
23253         after the rule is fired.
23254         (install-exec-local): Install gdkconfig.h only if the contents are
23255         different from the currently installed gdkconfig.h.
23256
23257 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
23258
23259         * gdk/Makefile.am (configexecincludedir): Rename from 
23260         configincludedir so that gdkconfig.h will be installed 
23261         as part of `make install-exec'. 
23262
23263 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
23264
23265         * acinclude.m4
23266         * config.guess
23267         * config.sub
23268         * ltconfig
23269         * ltmain.sh: upgrade to libtool 1.2f
23270
23271         * autogen.sh: libtool is not required to autogen gtk+
23272
23273         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
23274         needed)
23275
23276 1999-03-18  Tor Lillqvist  <tml@iki.fi>
23277
23278         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
23279         declaring gdk variables exported/imported from the DLL. New image
23280         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
23281         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
23282         GDK_DRAG_PROTO_OLE2.
23283
23284         * gdk/gdk.h: Merge in Win32 version: Two new functions,
23285         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
23286         declared only for the Win32 version, but could be in the X11
23287         version as well. (Needed for a Xlib-less gdk_imlib.)
23288         gdk_color_hash should have only one parameter. Declare
23289         gdk_threads_mutex with GDKVAR.
23290         
23291         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
23292         just one parameter.
23293
23294         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
23295         per pixel, not bits.
23296
23297         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
23298         Fetch bpp (which means bits-per-pixel here) from another place on
23299         Win32. Accept also depth==32 (which we might get on Win32) with
23300         bpp==32.
23301
23302         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
23303         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
23304         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
23305         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
23306         in the backend-dependent directory, not in the common gdk
23307         directory.
23308
23309         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
23310         headers.
23311
23312 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
23313
23314         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
23315         want to use the Gtk+ devel version (which is true, and yes - even i am
23316         currently working with the 1.2.x branch). so everyone reading this, you
23317         probably want to issue
23318         cvs checkout -r glib-1-2 glib
23319         and
23320         cvs checkout -r gtk-1-2 gtk+
23321         as your next two comands.
23322
23323 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
23324
23325         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
23326         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
23327
23328         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
23329         file. strongly deprecated the GTK_HAVE_* macros, we provide
23330         GTK_CHECK_VERSION() for people that need to check for certain
23331         Gtk+ versions.
23332
23333         * gtk/gtkcompat.h: removed this from CVS.
23334         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
23335         idea right from the start, it just didn't seem like that back then.
23336
23337 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
23338
23339         * merges from gtk-1-2:
23340
23341 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
23342
23343         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
23344         item factory class has been created.
23345         (gtk_item_factory_parse_rc): likewise.
23346
23347         * gtk/gtkmenu.c:
23348         keep proper references for old_active_menu_item.
23349         (gtk_menu_reparent): unset the usize of the new parent,
23350         so the menu can sanely be size requested and we don't get nasty screen
23351         artefacts upon next reparentation.
23352         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
23353         enter notify. only synthesize enter notifies if the pointer really is
23354         inside the event window.
23355         (gtk_menu_popdown): use gtk_menu_shell_deselect().
23356         (gtk_menu_popup): move the background setting stuff into
23357         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
23358
23359         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
23360         gtk_menu_shell_select_item() to select the new item.
23361         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
23362         do the right thing for deselection as well.
23363
23364 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
23365
23366         * gtk/gtkwidget.[hc]:
23367         (gtk_widget_accelerators_locked): return whether a widget's accelerators
23368         are locked.
23369
23370         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
23371         existing accelerators if the widget's accelerators are locked.
23372
23373 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
23374
23375         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
23376
23377         * gtk/gtkmenu.c: truely forward key press and key release events to
23378         the menu widget from the toplevel or tearoff window. we can't simply
23379         connect to that, we need to stop further processing of the events as
23380         well.
23381
23382 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
23383
23384         * gtk/gtkmenu.c:
23385         (gtk_menu_key_press): pass event->keyval, event->state to
23386         gtk_accelerator_valid, instead of event->keyval twice.
23387         refuse to install single letter accelerators for menus that use
23388         single letter shortcuts.
23389
23390         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
23391         gtk_menu_ensure_uline_accel_group().
23392
23393         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
23394         which will always return an uline accel group, made
23395         gtk_menu_get_uline_accel_group() return NULL if the group isn't
23396         yet created.
23397
23398 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
23399
23400         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
23401
23402         * gtk/gtkclist.c (gtk_clist_column_title_passive):
23403         Leave button sensitive, trap  button_press, button_release,
23404         motion_notify, enter_notify and leave_notify events instead.
23405         (gtk_clist_column_title_active): disconnect event handler.
23406         (gtk_clist_drag_data_get): fixed memory leak. Reported by
23407         Guillaume Laurent <glaurent@worldnet.fr>
23408
23409 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
23410
23411         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
23412         width/height mixups.
23413
23414         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
23415         if needed.
23416
23417 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
23418
23419         * gtk/testgtk.c (create_item_factory): unref the item factory after
23420         window's destruction.
23421
23422         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
23423         count on the menu shell around the menu item's activation, since the
23424         signal emission may cause menu shell destruction.
23425
23426         * gtk/gtkitemfactory.c:
23427         the previous code leaked one accel group per menu. we use
23428         gtk_menu_get_uline_accel_group() now to fix that, and with that
23429         also create the underline accelerator group of the menus only if
23430         required (i.e. an underline accelerator has been specified).
23431         (gtk_item_factory_construct):
23432         (gtk_item_factory_create_item): removed code that would create an
23433         extra accel group for the menu (and leak references).
23434         (gtk_item_factory_create_item): adapted the underline accelerator
23435         installation code to properly feature gtk_menu_get_uline_accel_group().
23436
23437         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
23438         menu->accel_group, this may return NULL if the accelerator group
23439         hasn't been set yet.
23440         added gtk_menu_get_uline_accel_group() to retrive the underline
23441         accelerator group of the menu, this will be created on demand
23442         and proper care is taken about its reference count.
23443
23444         * gtk/gtkitemfactory.h:
23445         * gtk/gtkitemfactory.c:
23446         dumped the approach of keeping a widgets by action list on the
23447         factory since the factory<->widget destroy negotiation didn't work
23448         and would be hard to get going at all. instead we keep a list of
23449         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
23450         persistant throughout a program's life time).
23451         also, i removed the static const gchar *key_* variables, and made
23452         them inline strings (they weren't actually used anyways).
23453         (gtk_item_factory_add_item): update ifactory->items.
23454         (gtk_item_factory_destroy): destroy ifactory->items (and remove
23455         the item factory pointer from the remaining ifactory widgets).
23456         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
23457         list to find the widget.
23458         (gtk_item_factory_get_item): new function that works around
23459         gtk_item_factory_get_widget() limitations, this function will only
23460         return menu items, even for <Branch> entries.
23461
23462 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23463
23464         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23465         font hash table, if we have a GdkFontPrivate entry for this font
23466         already, simply increment its reference count, provided by Olaf Dietsche
23467         <olaf.dietsche+list.gtk@netcologne.de>.
23468
23469         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
23470         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
23471
23472 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
23473
23474         * gtk/gtkcontainer.c:
23475         (gtk_container_add_with_args):
23476         (gtk_container_addv):
23477         (gtk_container_add): before adding a child to a conatiner, make sure
23478         it is (default) constructed, this is neccessary because under certain
23479         circumstances the child will get relized and mapped immediatedly, in
23480         which case it has to be constructed already.
23481
23482 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
23483
23484         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
23485         values > 1 as TRUE also.
23486
23487 1999-03-16  Tor Lillqvist  <tml@iki.fi>
23488
23489         * README.win32: New file.
23490                 
23491         * configure.in: Check for lstat.
23492
23493         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
23494         completeness.
23495
23496         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
23497
23498         * gtk/gtk.def: Removed CRs.
23499
23500         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
23501         ..\gdk\win32).
23502
23503         * gdk/win32/makefile.msc: Correct upwards relative paths.
23504         
23505 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
23506
23507         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
23508           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
23509           it was connecting a void function to expose_event and the int
23510           returning function to the draw signal
23511
23512 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
23513
23514         * configure.in:
23515         Use correct path to libgmodule.la when ref'ing uninstalled copy
23516         of glib.  (Already in stable branch, Bug #417)
23517
23518 1999-03-15  Tor Lillqvist  <tml@iki.fi>
23519
23520         Win32 merge and general portability stuff:
23521                 
23522         * acconfig.h,configure.in: Check for <sys/time.h>.
23523
23524         * gdk/win32: New directory (actually, been there for a while).
23525         
23526         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
23527         NATIVE_WIN32, and use these. Always case fold on Win32. No
23528         backslashed escapes on native Win32.
23529
23530         * gtk/{gtk.def,makefile.msc}: New files.
23531
23532         * gtk/Makefile.am: Add above new files.
23533         
23534         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
23535         instead of <strings.h>.
23536
23537         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
23538         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
23539         <unistd.h> appropriately.
23540
23541         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
23542         Use ABS() (from <glib.h>) instead of abs().
23543         
23544         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
23545         of gtk (and thus glib) headers, so that WIN32 will be
23546         defined. With MS C, include <direct.h> for mkdir prototype.
23547
23548         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
23549         some casts, needed by MS C.
23550
23551         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
23552         implemented).
23553
23554         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
23555         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
23556         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
23557
23558         * gtk/gtkmain.h: Mark variables for export/import on Win32.
23559                 
23560         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
23561         the event is not a hint, or its window is not the slider. Needed
23562         on Win32, at least.
23563
23564         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
23565         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
23566         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
23567         a subdirectory of the Windows directory as gtk system
23568         configuration directory.
23569
23570         * gtk/gtkselection.c: No chunks on Win32.
23571
23572         * gtk/gtksocket.c: Not implemented on Win32.
23573
23574         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
23575
23576         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
23577
23578         * gtk/maketypes.awk: Declare variables with a macro that expands to
23579         necessary export/import magic in the case of Win32.
23580                 
23581         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
23582
23583 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
23584
23585         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
23586         since those were meant only for gdki18n.h.  
23587         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
23588         for widechar tests.
23589         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
23590
23591 1999-03-13  Tor Lillqvist  <tml@iki.fi>
23592
23593         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
23594         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
23595
23596         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
23597         installed) to CFLAGS.
23598
23599         * gdk/Makefile.am: Add rules for gdkconfig.h.
23600
23601         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
23602         APIs.
23603
23604         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
23605         gdkx.h anyway when compiling for X11.
23606         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
23607         general): Merge in Win32 version.
23608         
23609         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
23610         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
23611         expansion (if we don't have HAVE_PWD_H), allow for drive
23612         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
23613         included code from Craig Setera's port to Win32 (the one that uses
23614         X11, and the cygwin dll), even if it probably will be abandoned.
23615
23616         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
23617         the user entered one herself.  This way one can complete *.h and
23618         don't get matches on any .help files, for instance.
23619         
23620 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23621
23622         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23623         font hash table, if we have a GdkFontPrivate entry for this font
23624         already, simply increment its reference count, provided by Olaf Dietsche
23625         <olaf.dietsche+list.gtk@netcologne.de>.
23626
23627         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
23628         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
23629
23630 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
23631
23632         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
23633         the number of calls to gdk_draw_point() (and thus to X) by
23634         clipping the points by hand.
23635
23636         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
23637         the clip parameter.
23638         (gtk_handle_box_paint): Only paint the handle if the expose area
23639         intersects it.
23640
23641 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
23642
23643         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
23644
23645 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
23646
23647         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
23648         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
23649
23650 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
23651
23652         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
23653          textmode (O_TEXT) for OS/2 version.
23654
23655 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
23656
23657         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
23658         GtkSpinButton, "input" and "output", to make the output more flexible.
23659         The user has to provide a mapping between adjustment->value and the
23660         output string (and vice versa, if the spin button is editable). 
23661         See testgtk for examples.
23662
23663 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
23664
23665         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
23666         new one.
23667         
23668         * configure.in: set gtk+ version to 1.3.0.