]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
Sanitize move/resize code, removing various bad, non-functional hacks.
[~andy/gtk] / ChangeLog.pre-2-4
1 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
2
3         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
4         move/resize code, removing various bad, non-functional
5         hacks. (Fixes #65048, reported by Damon Chaplin.)
6
7 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
8
9         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
10         bad match error when target drawable is not the 
11         same depth as the root window. (#65841)
12
13         * HACKING: Update.
14
15 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
16
17         * gdk/gdkwindow.c: Typo fix.
18
19 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
20
21         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
22         empty menu items to behave like insensitive items (#59456)
23
24         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
25         next item if the first item in the menu is a tear off item
26         (#59456-2, suggestion by Matthias Clasen)
27
28         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
29         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
30         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
31         (gtk_real_menu_shell_activate_current): add check, so empty
32         menu items behave like insensitive items (#59456)
33         
34         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
35         the checks more readable ...
36         
37         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
38         (gtk_menu_shell_button_release): causes the menu to dropdown if the
39         caption is clicked again (#64977)
40
41 2001-11-29  Havoc Pennington  <hp@redhat.com>
42
43         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
44         assertion here that we were at the end iterator was not correct;
45         change code to move us to the end iterator. bug #65731
46
47 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
48
49         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
50         improper use of g_locale_to_utf8() to convert from
51         latin-1, and do it the easy way by building the string
52         correctly in the first place.
53
54 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
55
56         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
57         Convert atoms to and from atoms for properties of type XA_ATOM.
58         (#65555, patch from Hidetoshi Tajima)
59
60 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
61
62         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
63         to avoid problems with Objective C.
64
65 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
66         
67         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
68
69         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
70         Fix docs. (#65505)
71
72         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
73
74 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
75
76         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
77         accounting of menu->tearoff_scrollbar width to here
78         and make sure we have the correct requisition.
79
80         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
81         by using gtk_window_move().
82
83         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
84         the requisition to be updated by calling
85         gtk_widget_size_request() (#65440)
86
87         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
88         queue resize before calling gtk_menu_set_tearoff_state().
89
90 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
91
92         * demos/gtk-demo/editable_cells.c: fix typo
93
94         * demos/gtk-demo/list_store.c (add_columns): remove call to
95         gtk_tree_view_column_set_clickable which didn't make sense
96
97 2001-11-28  Havoc Pennington  <hp@redhat.com>
98
99         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
100         explaining the validation error in front of the G_BREAKPOINT
101
102         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
103         process updates with include_children = FALSE instead of TRUE, so
104         we redraw the range only, not the whole darn window.  Making
105         GtkRange a NO_WINDOW widget had weirdly caused the text widget
106         Trace/breakpoint trap bug to become much easier to trigger.
107
108 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
109
110         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
111         to gdkcursors.h.
112
113 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
114
115         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
116
117         * gdk/gdkcursor.h: Directly include the contents
118         of gdkcursors.h in the GdkCursorType enum.
119
120         * gdk/gdkcursors.h: Deleted.
121
122         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
123         header boilerplate.
124
125         * gdk/Makefile.am: Remove the X-derived-headers rule.
126
127 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
128
129         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
130         Notify on the ::active property _here_, not in
131         gtk_check_menu_item_set_active.
132
133 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
134
135         * gtk/gtkcellrendererpixbuf.c
136         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
137         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
138
139 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
140
141         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
142         comment about what is going on in this file.
143
144         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
145         x/y problem.
146
147 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
148
149         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
150         Calculate size based on the _child_ of the menu item,
151         not the menuitem. (#65005, Damon Chaplin)
152
153         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
154         some extra vertical padding to the label widget ... restores
155         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
156
157 2001-11-26  Tor Lillqvist  <tml@iki.fi>
158
159         * demos/pixbuf-demo.c
160         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
161
162         * demos/gtk-demo/main.c (read_line): No flockfile() or
163         getc_unlocked() on Win32.
164
165 2001-11-25  Tor Lillqvist  <tml@iki.fi>
166
167         * configure.in
168         * acconfig.h: As we now use GDir, no need to check for dirent.h.
169
170 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
171
172         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
173         when finished (#65266)
174
175 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
176
177         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
178         data after we set the property. (#65264)
179
180 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
181
182         * gtk/gtkbutton.c: add destroy method so label_text gets freed
183         if it has been allocated (#65268)
184
185 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
186
187         * gdk/linux-fb/gdkdrawable-fb2.c
188         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
189
190         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
191
192         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
193         set_family
194         
195         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
196
197 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
198
199         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
200         deactivate menu when menu_item isn't sensitive (#61389)
201
202 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
203
204         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
205         we return (in case of a failure here)
206
207 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
208
209         * gtk/gtknotebook.c: Handle events in windows other
210         than widget->event_window properly. (#65079, reported
211         by Damon Chaplin)
212
213         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
214
215 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
216
217         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
218         the image at the top. (#65020, request from Seth Nickell)
219
220 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
221
222         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
223         arithmetic that was resulting in rows being drawn too low.
224         (#65001, reported by Damon Chaplin)
225
226 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
227
228         * gtk/gtkrange.c (gtk_range_button_press): Offset 
229         invalidated range correctly.
230
231         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
232         of title window. (#65001, reported by Damon Chaplin)
233
234         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
235         horrible hack with use of ::event_after.
236
237 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
238
239         * Version 1.3.11
240
241         * configure.in (ATK_REQUIRED_VERSION): Require
242         GLib-1.3.11, Pango-0.22, ATK-0.7.
243
244         * tests/prop-editor.c (property_widget): Restore
245         to working as well as it did before.
246
247         * gtk/gtklistitem.h: Mark deprecated since it is
248         an integral part of GtkList.
249
250         * demos/gtk-demo/demo-common.h: New header file,
251         for a common functions not important to the meat
252         of the demos.
253         
254         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
255         function to search for a file used by the demo.
256
257         * demos/*.c: Use demo_find_file.
258
259 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
260
261         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
262         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
263         fixes already mentioned in ChangeLog entry on 2001-11-14.
264
265         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
266
267 2001-11-23  Hans Breuer  <hans@breuer.org>
268
269         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
270         reflect Pango API change
271
272         * gtk/gtk.def : updated externals
273
274         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
275         g_return_val_if_fail() to avoid 'function must return a value'
276
277         * gtk/gtkrc.c : added spaces to fix small coding style issues
278         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
279         'static correctness'
280
281         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
282         because they only can be build on win32 after applying my patch
283
284 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
285
286         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
287         children, in order for the input pnly window to stay *above*
288         children.
289
290 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
291
292         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
293         type walks againts G_TYPE_FUNDAMENTAL_MAX.
294         
295         * tests/prop-editor.c: disable type hackery.
296
297 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
298
299         * gdk/gdkimage.c (gdk_image_get): Fix problem with
300         lost parameter.
301
302 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
303
304         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
305         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
306         trailing commas in enum declarations.
307
308 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
309
310         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
311         interface, binary age 0.
312
313         * NEWS: Updates
314
315         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
316         fixes in docs.
317
318         * gtk/gtkmain.h: Remove unused and misnamespaced
319         get_gtk_win32_directory() prototype.
320
321         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
322         to match header.
323
324         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
325         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
326         to match docs.
327
328         * gdk/gdkevents.c (gdk_event_get_coords)
329           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
330           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
331         Fix parameter names in docs.
332         
333         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
334         (#64961, Akira Tagoh)
335
336 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
337
338         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
339
340         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
341
342         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
343
344         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
345         back to gtk_accel_groups_from_object(), change @acceleratable
346         parameter to gtk_accel_groups_activate() accordingly.
347
348         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
349         left-over comment about quark return.
350
351         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
352
353         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
354         (Patch from Matt Wilson)
355
356         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
357         object is finalized.
358
359 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
360
361         * applied patch from owen to get rid of accel map notifiers.
362         changed things to fix reentrancy and API as discussed on gtk-devel.
363
364         * gtk/gtkaccelgroup.[hc]:
365         (gtk_accel_group_finalize): unregister this accel group from all
366         accel map paths.
367         (accel_closure_invalidate): handle invalidation of closures by
368         disconnecting their accelerators.
369         (quick_accel_add): move closure connection and changed notification
370         into this function to reduce code duplication. don't emit change
371         notification on closurers without accelerators.
372         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
373         for a GtkAccelGroupEntry.
374         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
375         (gtk_accel_group_connect_by_path): new function to add accelerators
376         with an accel path.
377         (gtk_accel_group_disconnect_closure): new function, disconnect a
378         closure from of an accel group.
379         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
380         accel_mods pair and remove them.
381         (_gtk_accel_group_reconnect): new function that basically does
382         gtk_accel_group_disconnect_closure() and
383         gtk_accel_group_connect_by_path() once an accel path changed.
384         (gtk_accel_groups_disconnect_closure): remove this, there's
385         gtk_accel_group_disconnect_closure().
386         
387         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
388         nuke notifiers.
389         (_gtk_accel_path_is_valid): make this non-static for
390         gtkwidget.c and gtkaccelgroup.c assertions.
391         (gtk_accel_map_add_notifer): removed this function.
392         (gtk_accel_map_remove_notifer): same.
393         (_gtk_accel_map_add_group):
394         (_gtk_accel_map_remove_group): (un-)register accel groups, with
395         accel paths for correct propagation.
396         (gtk_accel_map_add_entry): return void.
397         (gtk_accel_map_lookup): return gboolean instead of GQuark.
398         
399         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
400         set accel_path on widgets.
401         
402         * gtk/gtkwidget.[hc]:
403         (accel_path_changed): got rid of this, changes are handled by
404         accel maps internally now.
405         (_gtk_widget_set_accel_path): get things to work without notifiers.
406         (gtk_widget_list_accel_closures): list accel closures of a widget.
407         
408         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
409
410 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
411
412         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
413
414 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
415
416         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
417         replace gboolean free_last in the function parameters with
418         gint depth. Changes to reflect new situation.
419
420         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
421         replace gboolean free_last, with gint depth, add gint current_depth.
422         Changes to reflect new situation.
423
424         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
425         to reflect new situation
426
427         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
428
429 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
430
431         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
432         where notebook gap was double shifted by allocation.x/y
433
434         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
435         to unmap children.
436
437 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
438
439         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
440         allocation to be relative to paned->allocation, now
441         that this is a NO_WINDOW widget.
442         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
443
444         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
445         needs to be a boxed property.
446
447 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
448
449         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
450         Use the widget's state when drawing the indicator, as
451         in GtkCheckButton. This gives us color changes for
452         un-prelighted checkbuttons. (#63308, Matt Wilson)
453
454 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
455
456         (Fixes related to #64428, Michael Meeks)
457
458         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
459         widget, so it gets mapped again properly when we
460         add to a parent.
461
462         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
463         plug->socket_window. 
464
465         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
466         socket_window to NULL, not FALSE.
467
468         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
469         socket->same_app to TRUE. (#64612)
470
471 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
472
473         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
474         gtk_fixed_set/get_has_window() to remove criticism
475         about GTK_WIDGET_SET_FLAGS() hacks.
476
477 2001-11-19  Michael Natterer  <mitch@gimp.org>
478
479         * gtk/gtknotebook.c: show notebook->event_window with
480         gdk_window_show_unraised(), so it doesn't catch the events which
481         should go to the tab widgets first.
482
483 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
484
485         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
486         "resizable" property, to get rid of the
487         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
488         (gtk_tree_view_column_set_resizable): New function to set resizable.
489         (gtk_tree_view_column_set_resizable): getter.
490
491         * tests/testtreecolumns.c (add_clicked): modify for above change.
492
493         * Makefile.am (install-data-hook): remove old .pc files before
494         installing the new one.  We used to symlink this, and it will
495         break old installs.
496
497 2001-11-19  Havoc Pennington  <hp@pobox.com>
498
499         * tests/testtext.c (fill_example_buffer): put in a test for
500         negative indentation values
501
502 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
503
504         * gtk/gtklabel.c (gtk_label_init): Change default for
505         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
506         labels are most often wrapped labels, this gives better
507         compatibility with GTK+-1.2, where justification was
508         ignored for wrapped labesl and is a more sensible
509         default in any case. (#64489)
510
511         * gtk/gtklabel.c (gtk_label_class_init): Fix default
512         for wrap property to FALSE.
513
514 2001-11-19  jacob berkman  <jacob@ximian.com>
515
516         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
517
518 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
519
520         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
521         RevertToParent, not RevertToNone. (#64613, 
522         Matthias Clasen)
523
524 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
525
526         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
527         and label_yalign need to be float properties to
528         correspond to GTK+-1.2, to gtk_frame_set_label_align,
529         and to the types of the xalign and yalign properties of GtkMisc.
530         (#63484, Vitaly Tishkov)
531
532 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
533
534         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
535         of plug_added vfunc. (#64408, Jeff Franks)
536
537 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
538
539         * configure.in (deps): Undef HAVE_STDLIB_H before
540         checking for jpeg, because jconfig.h has this
541         in it too (%#$@!). Fix from Matthias Clasen, #64500.
542
543 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
544
545         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
546         memory leak when retrieving atom names. (Michael Meeks,
547         #64508)
548
549 2001-11-18  Alex Larsson  <alexl@redhat.com>
550
551         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
552         Update to new Pango API.
553         
554 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
555
556         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
557         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
558         GTK_OBJECT_DESTROYED() check macro.
559
560         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
561         instances of GTK_OBJECT_DESTROYED() that weren't
562         needed any more.
563
564         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
565         for a connection to ::destroy.
566
567 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
568
569         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
570         have been since the beginning, but as special hack,
571         allow clearing the NO_WINDOW flag to get a window widget.
572
573 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
574
575         * gtk/gtktreestore.c: return TRUE when value changed, so
576         row_changed is being emitted
577
578 2001-11-18  Hans Breuer  <hans@breuer.org>
579
580         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
581         no label without op, even if it's a no-op.
582
583         * gtk/gtk.def :
584         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
585
586         * config.h.win32.in : remove definition of HAVE_DIRENT_H
587         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
588         required anymore, replace it.
589         * gtk/queryimmodules.c : DIR -> GDir replacement, also
590         getcwd() -> g_get_current_dir()
591
592         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
593         Even 'noisy laugh' scolling appears to work, though I still can't
594         claim to have fully understood what it is supposed to do ...
595
596 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
597
598         * gtk/gtkenums.h: Include glib-object.h instead of
599         gobject/gsignal.h
600
601         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
602           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
603         argument to the window_at_pointer() field of
604         GdkPointerHooks. (Patch from Erwann Chenede)
605
606         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
607         to 6 pointers.
608
609 2001-11-17  Matt Wilson  <msw@redhat.com>
610
611         * gtk/gtkenums.h: must include glib-object.h only
612
613 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
614
615         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
616         key bindings in order of visibility - mnemonics, then 
617         accelerators, then send key to the focus widget, then
618         bindings on the GtkWindow.
619
620         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
621         Removed the xoffset, yoffset fields of GtkLayout which were
622         identically zero for compat with 1.2, but were no longer 
623         compatible with all uses of these fields in 1.2.
624
625         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
626         unused variable.
627
628 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
629
630         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
631         We no longer need to create the signals here ... they
632         come from the interface.
633
634         * gtk/maketypes.awk: Use GType, not GtkType in output.
635
636         * gtk/gtktypeutils.h: Mark virtually all of this
637         file deprecated.
638
639         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
640         the only use of this function is the GtkArg using
641         GtkCallbackMarshal, since destroy notification is
642         silly here.
643
644 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
645
646         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
647         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
648         only for compatibility with GTK+-1.2; and deprecate it; 
649         put all marshalers we actually use into gtkmarshalers.list 
650         and use the _gtk_marshal_ prefix for these marshalers.
651
652 2001-11-17  Murray Cumming  <murrayc@usa.net>
653
654         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
655         The first parameters of the signals are now registered as
656         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
657         
658 2001-11-17  Tor Lillqvist  <tml@iki.fi>
659
660         * gtk-zip.sh.in: Build separate runtime and developer
661         packages.
662
663         * gtk/gtk.def: Reflect recent accelerator-related changes.
664
665 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
666
667         * gtk/gtkwindow.c (gtk_window_set_default): Move 
668         notification of "has_default" to here, so it
669         is safe to call gtk_window_set_default() instead
670         of gtk_widget_grab_default().
671
672         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
673         gtk_widget_grab_focus(), which then calls 
674         _gtk_widget_internal_set_focus(). This makes 
675         gtk_window_set_focus() a safe way of both setting
676         and unsetting the focus widget.
677
678         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
679         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
680         to find the toplevel.
681
682         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
683         from the "internal functions" section.
684
685 2001-11-16  jacob berkman  <jacob@ximian.com>
686
687         * tests/testgtk.c (create_radio_buttons): add some no-indicator
688         radio buttons
689
690         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
691         initially active, also initially be depressed
692         (gtk_radio_button_clicked): also update our depressed state
693
694 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
695
696         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
697         key press events not just to focus/window but also to
698         intermediate widgets.
699
700         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
701         to switch pages. (Needs some work on handling focus
702         when switching pages.)
703
704 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
705
706         * gtk/gtknotebook.c: Fix child allocations to be relative to 
707         widget position and some drawing bugs.
708
709         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
710         with reading uninitialized variable.
711
712 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
713
714         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
715         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
716         NO_WINDOW widgets.
717
718         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
719         cleanup.
720
721         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
722         we are drawing in a window when drawing the paned handle.
723
724 2001-11-16  Sven Neumann  <sven@gimp.org>
725
726         * demos/gtk-demo/appwindow.c
727         * demos/gtk-demo/menus.c: reduce compiler warnings
728
729 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
730
731         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
732         unused callback to make things compile with 
733         gtk_tree_view_path_at_pos_change().
734
735 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
736
737         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
738
739 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
740
741         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
742  
743 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
744
745         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
746         to get a GdkWindow to compare event->window to.
747
748         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
749         the signal for lateral motion too, #64361
750
751         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
752         arg as it is useless, #64137
753
754 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
755
756         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
757
758 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
759  
760         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
761         gdk_window_invalidate_maybe_recurse() for recursion.
762         (Soeren Sandmann)
763
764         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
765  
766         * gtk/gtkcontainer.c (gtk_container_expose): Call
767         gtk_container_forall() not _foreach() to propagate,
768         since we need to propagate exposes to internal children
769         as well.
770
771         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
772         Remove the restriction of only being able to call these
773         on window widgets, since we have lots of NO_WINDOW widgets
774         with windows now; for add events, recurse over the children
775         of widget->window to find one owned by the widget.
776
777         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
778         window to catch events.
779
780         * gtk/gtktogglebutton.[ch]: Remove the code for switching
781         between NO_WINDOW and WINDOW widgets based on the mode.
782
783         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
784         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
785
786         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
787
788         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
789         change for range.
790
791         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
792  
793         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
794
795 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
796
797         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
798         "message_type" and "buttons" CONSTRUCT properties. (#64069)
799
800         * tests/testsocket.c: Expand tests to add a "local passive
801         child" (Test case for #64428)
802
803 2001-11-14  jacob berkman  <jacob@ximian.com>
804
805         * gtk/gtkgamma.c (button_clicked_callback): create the label with
806         a mnemonic
807
808 2001-11-15  Sven Neumann  <sven@gimp.org>
809
810         * tests/testgtk.c: make it compile without warnings.
811
812 2001-11-14  Alex Larsson  <alexl@redhat.com>
813
814         * gtk/gtklabel.c:
815         Don't recalculate the layout on each gkt_label_ensure_layout () for
816         wrapped labels.
817
818 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
819
820         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
821         the currently selected column when we get the column, #64380
822
823         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
824         to cancel CellRendererText editting, #63613
825
826         * gtk/gtkcellrenderertext.c: ditto
827
828         * gtk/gtkcellrenderertext.h: formatting changes
829
830 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
831
832         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
833
834         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
835
836         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
837
838         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
839
840         * gtk/gtklabel.c: Documentation fixes (#64452)
841
842 2001-11-14  Daniel Egger  <degger@fhm.edu>
843
844         * gdk-pixbuf/io-xpm.c: 
845         (xpm_skip_whitespaces): Remove unused static function.
846         (xpm_skip_string): Dito.        
847         (xpm_extract_color): Declare const variable const to avoid warnings. 
848
849         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
850         
851         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
852         
853         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
854         a long.
855
856 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
857
858         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
859         out accidental commit of debugging timing code.
860
861 2001-11-14  Havoc Pennington  <hp@redhat.com>
862
863         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
864         it doesn't move to a new line each time you press it
865
866         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
867         return value, #62987
868
869 2001-11-14  Havoc Pennington  <hp@redhat.com>
870
871         * tests/testtextbuffer.c (main): bulk of the tests were commented
872         out, oops.
873
874         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
875         function work, should resolve #63426
876         (gtk_text_iter_ends_line): return TRUE for the end iterator
877
878         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
879         a couple things that might get cached in here.
880
881 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
882
883         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
884         "model" construct property for language bindings.
885
886         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
887         function to let you set the column types of a GtkTreeStore for
888         language bindings.
889
890         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
891
892 2001-11-13  Havoc Pennington  <hp@redhat.com>
893
894         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
895         including reference to bugzilla bug about how we should have 
896         a better way of positioning children
897
898         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
899
900         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
901         size to side rects if they don't exist, #63438
902
903 2001-11-13  Havoc Pennington  <hp@redhat.com>
904
905         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
906         properly replace selection with Return or Tab
907
908         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
909         that didn't locate the end of the line correctly, should fix #63800
910
911 2001-11-13  Havoc Pennington  <hp@redhat.com>
912
913         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
914         to requisition, request non-anchored children
915         (gtk_text_view_size_allocate): handle border width, allocate
916         non-anchored children
917         (text_view_child_new_window): set the child as object data
918         (gtk_text_view_move_child): allow children at negative
919         coordinates, no reason why not
920         (gtk_text_view_forall): make it copy the list of children before
921         walking it, to avoid reentrancy issues  
922         (gtk_text_view_move_child): short-circuit if position is unchanged
923         (changed_handler): only queue_resize if requisition has changed
924         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
925         a better job of invalidation ourselves
926
927         * tests/testtext.c: add tests for the fixed-position children
928
929 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
930
931         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
932         with gdk threads macro.
933
934 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
935
936         * gtk/maketypes.awk: fix type utils generation on unix.
937
938         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
939         registry.
940
941         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
942         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
943         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
944         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
945         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
946         introduced ::accel_changed signal for change notification, and
947         gtk_accel_group_connect/disconnect to connect closures to accel groups.
948         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
949         functions.
950         deprecated gtk_accel_group_ref/unref.
951
952         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
953         to accel group changed notification and basically operate on closures.
954         removed gtk_accel_label_get_accel_object and
955         gtk_accel_label_set_accel_object.
956         introduced gtk_accel_label_set_accel_closure, and for convenience,
957         gtk_accel_label_set_accel_widget.
958
959         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
960         which mostly moved into gtkaccelmap.[hc].
961         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
962         and gtk_item_factory_print_func.
963
964         * gtk/gtkmain.c: call _gtk_accel_map_init().
965
966         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
967         that associates an accelerator path with menu items, through which
968         persistent accelerator settings on menu items are enabled.
969
970         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
971         paths of menu item can be default constructed to allow installation
972         of accelerators on menu items that don't come with an accelerator
973         binding by default.
974
975         * gtk/gtksettings.c: fix STRING type rc settings by special casing
976         them appropriately in the parser.
977
978         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
979         gtk_signal_newv().
980
981         * gtk/gtkwidget.[hc]: accelerator API revamp.
982         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
983         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
984         gtk_widget_(un)lock_accelerators.
985         accelerators maintained through gtk_widget_add/remove_accelerator()
986         are not runtime changable now, the correct sequence to setup a
987         widget for runtime changable accelerators is now:
988           gtk_accel_map_add_entry(accel_path, key, mods);
989           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
990
991         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
992         group changes (as well as mnemonic changes) through the new signal
993         ::accels_changed.
994
995 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
996
997         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
998         GString->string conversions.
999
1000 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
1001
1002         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
1003         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
1004
1005 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
1006
1007         * gtk/gtktreeview.c: Documentation fixes. (#64377)
1008         
1009         * gtk/gtktreestore.c: Documentation fixes. (#64376)
1010
1011 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
1012
1013         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
1014         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
1015         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
1016         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
1017
1018 2001-11-10  Hans Breuer  <hans@breuer.org>
1019
1020         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
1021         we know what we are talking about when asked for MINMAXINFO.
1022         Also some cleaning for !HAVE_DIMM_H etc.
1023
1024 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
1025
1026         * gtk/gtktreeviewcolumn.c: Fix docs for 
1027         gtk_tree_view_column_set_sort_order. (#62647)
1028         
1029         * gtk/gtkcontainer.c: Fix docs for 
1030         gtk_container_set_border_width. (#64139)
1031
1032         * gtk/gtkcolorsel.c: Documentation fixes.
1033
1034 2001-11-10  Hans Breuer  <hans@breuer.org>
1035
1036         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
1037         don't have strcasecmp()
1038
1039         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
1040         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
1041         code duplication wrap it in its own function and use it in 
1042         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
1043
1044         * gdk/win32/gdkdrawable-win32.c : implement the finalize
1045         method like the X11 version does, allow to set_colormap NULL
1046         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
1047         set_colormap, also some adaption to X11 version :
1048         (gdk_window_hide) call _gdk_window_clear_update_area
1049         (gdk_window_reparent) call _gdk_window_init_position
1050
1051         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
1052         call gdk_window_resize() after all hints are set, because the
1053         window resizing process (WM_GETMINMAXINFO) takes all of them into 
1054         account
1055
1056         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
1057
1058         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
1059         sizeof (GdkVisualPrivate)
1060
1061         * gdk/gdk.def gtk/gtk.def : upated externals
1062
1063         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
1064           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
1065         from now on use make.msc from $(TOP)/glib/build/win32
1066
1067         * gtk/stock-icons/makefile.msc : add stock_missing_image
1068
1069 2001-11-08  Tor Lillqvist  <tml@iki.fi>
1070
1071         * README.win32: Add headers. Add section about ActiveIMM.
1072
1073         * configure.in: Add --with-ie55 flag to specify the location of
1074         the "IE55 libs and headers" package downloadable from Microsoft,
1075         which contains, among other things, the Active IMM header dimm.h
1076         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
1077         Require GLib 1.3.10.
1078         
1079         * config.h.win32.in: New version, produced by merging two
1080         configure-generated ones (for gcc and MSVC). Hopefully #defines
1081         the same flags that the previous, hand-written one, did.
1082
1083         * gdk/Makefile.am
1084         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
1085
1086         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
1087         stuff. Remove unused GdkIOClosure.
1088
1089         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
1090         available).
1091
1092         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
1093         for uuid.lib. (Does it really have to be this hard to use an
1094         existing library with libtool? Probably I am missing something.)
1095
1096 2001-11-08  Darin Adler  <darin@bentspoon.com>
1097
1098         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
1099         typo where it says LEFT instead of CENTER.
1100
1101 2001-11-07  Darin Adler  <darin@bentspoon.com>
1102
1103         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
1104         (gtk_dialog_set_default_response): Add g_return_if_fail.
1105
1106 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
1107
1108         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
1109         Add row_draggable() vfunc, and wrapper function.
1110
1111         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
1112         row_drop_possible take a GtkSelectionData, rather than
1113         model/row pair.
1114
1115         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
1116         new DND interfaces.
1117
1118         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
1119         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
1120         and rename them to enable_model_drag_source/dest.
1121
1122         * gtk/treeviewcolumn.c: Add DND of columns between rows.
1123         Still can't drop _to_ the left tree, but other places
1124         work.
1125
1126         * gtk/gtktreeview.c (unset_reorderable): Unset the
1127         reorderable property if unset/enable_model_drag_source/dest
1128         are called manually.
1129
1130         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
1131         Correct for change in depth count handling.
1132
1133         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
1134         Pass in a expose area to gtk_tree_view_column_cell_render()
1135
1136 2001-11-06  Havoc Pennington  <hp@redhat.com>
1137
1138         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
1139
1140 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
1141
1142         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
1143
1144 2001-11-05  Havoc Pennington  <hp@redhat.com>
1145
1146         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
1147         widgets in here
1148         (gtk_text_view_realize): set parent window of child widgets
1149         (gtk_text_view_size_request): use child req to decide whether
1150         to invalidate layout, not widget->requisition
1151
1152         * gtk/gtktextdisplay.c (render_layout_line): set
1153         shaped_width_pixels for NULL shape objects, so that we properly
1154         draw the "missing pixbuf/widget" thing
1155         (render_layout_line): don't draw the widget here
1156         (gtk_text_layout_draw): pass out a list of widgets that need exposing
1157
1158         * demos/gtk-demo/textview.c (insert_text): add demo of child
1159         widgets
1160
1161         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
1162
1163         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
1164
1165         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
1166         scroll offsets
1167         (gtk_text_view_value_changed): poke new X and Y into child allocations
1168
1169 2001-11-06  Tor Lillqvist  <tml@iki.fi>
1170
1171         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
1172         -specific directory on Windows, too (#63759).
1173
1174 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
1175
1176         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
1177         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
1178         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
1179         directly to Picture objects instead of using XftDraw.
1180         This fixes the problem where we weren't able to 
1181         properly destroy XftDraw objects before destroying
1182         the accompanying windows, and probably improves
1183         efficiency a bit too. (#50214)
1184
1185 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
1186
1187         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
1188         Clamp max window width/height to 32767, not 32768 since
1189         we have to be able to deal with a dx/y of -32768 without
1190         getting a width of 65536 when guffaw scrolling.
1191
1192         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
1193         for the guffaw scrolling case, fixing some problems with
1194         copy-area case as well. Fix BadValue bug with moving windows
1195         by large amounts.
1196
1197         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
1198         clip in window structue before calling gdk_window_invalidate_region
1199         since that trims new invalidations to the window's visible
1200         region.
1201
1202         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
1203         Really set the static window gravity on the children, not
1204         repeatedly on the window.
1205
1206         * gtk/testgtk.c: Add a torture test for big windows and 
1207         gdk_window_scroll().
1208
1209 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
1210
1211         * acconfig.h configure.in: sigsetjmp is macroized in some places,
1212         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
1213
1214 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
1215
1216         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
1217         in terms of pango_color_parse().
1218
1219         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
1220         gdk_color_parse() implementations.
1221
1222 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
1223
1224         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
1225         queue_resize_on_group with both the old and new mode, not
1226         just the new mode. (#60171, Nicolas Setton). Also, notify
1227         the "mode" property.
1228         
1229 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
1230
1231         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
1232         for use in "shallow invalidation" of a widget. (Windows belonging
1233         to the widget, but not to the widget's children)
1234
1235         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
1236         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
1237         up on ancestors up to the resize container on queue_resize. Size
1238         requests only actually take place if GTK_REQUEST_NEEDED, size
1239         allocations only take place if GTK_ALLOC_NEEDED or the size
1240         changed.
1241
1242         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
1243         container->resize_widgets and the RESIZE_NEEDED flag since the
1244         above flags are sufficient to figure out what needs to be
1245         resized/reallocated. Remove code manipulating
1246         container->resize_widget.
1247
1248         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
1249         allows widgets to turn off being automatically invalidated is when
1250         they are resized.
1251
1252         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
1253         a widget is resized or moved is "shallow" as described above -
1254         only the windows that need to be invalidated are invalidated.
1255
1256         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
1257         Make these widget's init functions call 
1258         gtk_widget_set_redraw_on_allocate(widget,FALSE).
1259
1260         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
1261         _gtk_container_queue_resize(), since we don't want
1262         redrawing. (Probably could be done for other 
1263         calls to gtk_widget_queue_resize() in gtkwindow.c,
1264         but this is the most important one.)
1265
1266         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
1267         gtk_widget_queue_draw() - size_allocate() handles
1268         that as appropriate.
1269
1270         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
1271         of queue_clear() to avoid invalidating children.
1272
1273 2001-11-04  jacob berkman  <jacob@ximian.com>
1274
1275         * gtk/gtkmain.c (find_module): don't free the module name until
1276         after we load the module
1277
1278 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
1279  
1280         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
1281         derivation instead of boxed derivation.
1282  
1283         * gtk/gtkmarshal.list: Remove some now unused marshallers.
1284  
1285 2001-11-04  Tor Lillqvist  <tml@iki.fi>
1286
1287         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
1288         include yesterday, without really thinking), as that defeats the
1289         working of correct_libdir_prefix() (it becomes a no-op.). Add
1290         comment mentioning that. Thanks to Hans Breuer for noticing.
1291         
1292 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
1293
1294         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
1295         signal argument (was GtkWidget*).
1296
1297         * gtk/gtkwindow.c (gtk_window_frame_event),
1298           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
1299         Fixed argument types as above, removed GTK_WINDOW casts and
1300         added some GTK_WIDGET casts instead.
1301
1302 2001-11-03  Hans Breuer  <hans@breuer.org>
1303
1304         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
1305         finalize to parent class to get removed from the toplevel_list.
1306         Should fix 'random' crashes of #63474.
1307
1308         * gtk/gtktreemodelsort.c : chain finalize() to parent class
1309
1310 2001-11-03  Tor Lillqvist  <tml@iki.fi>
1311
1312         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
1313         for .dll or .so as appropriate as module suffix.
1314
1315         * gtk-zip.sh.in: Use correct import library names.
1316
1317         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
1318
1319         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
1320         Windows to turn build-time paths from a gtk.immodules distributed
1321         as part of a binary package into runtime ones in the
1322         end-user-chosen installation directory.
1323         (gtk_im_module_init): Use it for module path and domain
1324         directory.
1325
1326 2001-11-02  Tor Lillqvist  <tml@iki.fi>
1327
1328         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
1329         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
1330         Windows.
1331
1332 2001-10-30  Tor Lillqvist  <tml@iki.fi>
1333
1334         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
1335         files. Configure on Win32 (running on Cygwin) thinks symlinks
1336         exist, but pkg-config is not necesarily a Cygwin program, and
1337         doesn't understand them.
1338
1339 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
1340
1341         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
1342         a bit.  I don't think it's completely correct yet, but it's
1343         getting there.
1344
1345 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
1346
1347         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
1348         random + 5 for width and height. If people want padding,
1349         they should add padding. (Note the +5 isn't padding
1350         that will always appear - it just appears in the case
1351         where the widget is allocated it's requisition.)
1352         (#51018, Janet Davis)
1353
1354 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
1355
1356         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
1357         the structure for future expansion.
1358
1359 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
1360
1361         Patch from HideToshi Tajima (#51922)
1362         
1363         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
1364
1365         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
1366         set_use_preedit().
1367         
1368         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
1369         to destroy the input context because we change the
1370         client window or use_preedit, make sure we empty
1371         the preedit string.
1372
1373 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
1374
1375         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
1376         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
1377         proposed ordering of buttons with [OK] in the lower
1378         right hand corner. Patch from Gregory Merchan,
1379         #56331.
1380
1381 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
1382
1383         * gtk/gtklabel.c (gtk_label_select_region_index): remove
1384         extraneous gtk_label_clear_layout (label)
1385
1386 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1387
1388         * tests/makefile.msc, gtk/makefile.msc.in: Removed
1389         -DGTK_DISABLE_COMPAT_H.
1390
1391         * docs/Changes-2.0.txt:
1392         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
1393
1394         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
1395
1396 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
1397
1398         * examples/**/Makefile.am: Convert to use pkg-config
1399         rather than gtk-config. (#53375, Skip Montanaro)
1400
1401 2001-11-02  Matt Wilson  <msw@redhat.com>
1402
1403         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
1404         broken unused, non-compiling, static function.
1405
1406 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
1407
1408         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
1409         Iterate through children of the action area, not of
1410         the vbox. (#58278, Sergey Kuzminov)
1411
1412 2001-11-01  Havoc Pennington  <hp@pobox.com>
1413
1414         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
1415         order to remove a workaround in Nautilus that forced
1416         GTK_ENABLE_BROKEN
1417
1418         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
1419
1420 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
1421
1422         * gtk/gtkrange.c: Patch from George Lebl to 
1423         fix division by zero for full scroll bars. (#62114)
1424
1425 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
1426
1427         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
1428         around gtk_widget_event() if we are going to
1429         set a flag afterwards. (#63464)
1430
1431 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
1432
1433         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
1434         Actually add the missing/broken image icon as the
1435         image for the "missing image" stock icon.
1436
1437 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
1438
1439         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
1440         Set a reasonable default height for the window.
1441
1442         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
1443         bug where subsequent '-' weren't converted to '_'.
1444         (#59550, Matthias Clasen)
1445
1446         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
1447         justify the Help menu - just include a comment on
1448         how to do it. (#63539,  Marius Andreiana)
1449
1450         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
1451         list GTK_ICON_SIZE_INVALID.
1452
1453         * demos/gtk-demo/stock_browser.c: Show the biggest available
1454         size, not a fixed size. (Often reported, including #63539, 
1455         Marius Andreiana)
1456
1457 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
1458
1459         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
1460         #59583
1461
1462         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
1463         warning.
1464
1465 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
1466
1467         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
1468         (Daniel Elstner).
1469
1470 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
1471
1472         * gtk/gtkimcontext.[ch]: Add:
1473           - A ::retrieve_surrounding signal that asks the widget for
1474             context around the insertion point.
1475           - A ::delete_surrounding signal that asks the widget to 
1476             delete context aroudn the insertion point.
1477           - gtk_im_context_set_context() for widgets to set context
1478             around the insertion point in response to ::retrieve_context.
1479           - gtk_im_context_get_context() for context to get context
1480             around the insertion point
1481
1482         * gtkmarshal.list: Add BOOL:INT,INT
1483
1484         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
1485         set_surrounding() methods, and the ::retrieve_surrounding /
1486         ::delete_surrounding signals.
1487
1488         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
1489         GtkIMContext::retrieve_surrounding / ::delete_surrounding
1490         signals.
1491
1492 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
1493
1494         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
1495         it's amazing how well things work sometimes, even when they're
1496         completely wrong.
1497
1498         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
1499         where you could try to collapse a node w/o it having children.
1500
1501         (gtk_tree_view_class_init): remove Shift L<->R as they already
1502         existed for expand/collapse.
1503
1504 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
1505
1506         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
1507         found by Matt Wilson.
1508
1509 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
1510
1511         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
1512         Control, and Shift|Control L<->R, #63475
1513
1514 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
1515
1516         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
1517         infinite loop noticed by yosh.
1518
1519 2001-11-01  Michael Meeks  <michael@ximian.com>
1520
1521         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
1522         GTK_REALIZED flag so we don't re-enter when we are
1523         destroyed from the plug side.
1524
1525 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
1526
1527         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
1528         Add a "menu" property and notify on it. (#62798,
1529         Padraig O'Briain)
1530
1531         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
1532         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
1533         Fix set_text to take a gchar, not a guchar, and to have 
1534         a len argument.
1535
1536 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
1537
1538         * gtk/gtkstock.c: fix typo to make it compile
1539
1540 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
1541
1542         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
1543         the widget is insensitive, draw the text insensitively, #63306
1544
1545 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
1546
1547         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
1548
1549 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
1550
1551         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
1552         gtk_selection_data_set_tree_row, #60218
1553         (gtk_tree_get_row_drag_data): rename
1554         gtk_selection_data_get_tree_row, #60218
1555
1556         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
1557         get this right, after the third try, #63122.
1558
1559 2001-10-31  jacob berkman  <jacob@ximian.com>
1560
1561         * gdk/gdkselection.h (GDK_TARGET_STRING): 
1562         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
1563         for Xatoms (and not using the XA_* macros)!
1564
1565 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
1566
1567         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
1568         gtk_window_get_focus() getter to determine the currently
1569         focused widget within the window. (#63145, request
1570         from Damian Ivereigh)
1571
1572 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
1573
1574         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
1575
1576         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
1577         GTK_SELECTION_NONE enum.
1578         (_gtk_tree_selection_internal_select_node): ditto
1579
1580         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
1581         constness.
1582
1583         * gtk/gtkcellrenderertoggle.c: more yummy constness.
1584
1585         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
1586         if mode == GTK_SELECTION_NONE
1587
1588 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
1589
1590         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
1591         "cursor_changed" signal, #62850.
1592
1593 2001-10-31  Matt Wilson  <msw@redhat.com>
1594
1595         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
1596         allocating the treedatalist, zero it to make sure the values are
1597         cleared from any garbage that was in this chunk.
1598
1599 2001-10-31  Murray Cumming  <murrayc@usa.net>
1600
1601         * gtk/cellrenderertext.h: "edited" default signal handler
1602         gchar* args are now const.
1603         gtk/cellrenderertoggle.h: "toggled" default signal handler
1604         gchar* arg is now const.
1605         Also changed other signal handlers for "edited" and "toggled" to
1606         have the same signature.
1607
1608 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
1609
1610         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
1611         rewrite.  Static models now totally work.  I'm not 100% sure about
1612         row_inserted and row_changed, but I'll get those later.
1613
1614 2001-10-30  Sven Neumann  <sven@gimp.org>
1615
1616         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
1617         output for configure --help.
1618
1619 2001-10-30  Havoc Pennington  <hp@pobox.com>
1620
1621         * gtk/gtktextview.c (changed_handler): Update the IM spot location
1622         here, if text was invalidated in the visible area, because the
1623         scroll offset doesn't normally change in that case, and the mark
1624         isn't set, just implicitly moved over as text is added/removed
1625         
1626 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
1627
1628         * gtk/gtkseparatormenuitem.c: Code cleanup.
1629         (gtk_separator_menu_item_class_init): Fix bugs in this code.
1630
1631 2001-10-29  jacob berkman  <jacob@ximian.com>
1632
1633         * gdk/Makefile.am (LDFLAGS): 
1634         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
1635         LDFLAGS, so put win32 flags in here
1636
1637 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
1638
1639         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
1640         I can't believe this took this long to fix.
1641
1642 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
1643
1644         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
1645         reordered signal.
1646
1647 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
1648
1649         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
1650         the focus to the fileop entry for create dir / rename
1651         file. (#62838)
1652
1653 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
1654
1655         * configure.in: Don't use AC_CHECK_FILE to check for a 
1656         file since it always spits warnings about cross compilation,
1657         use -f instead. It's not like we cross compile properly
1658         anyways.
1659
1660         * configure.in (gtktargetlib): Move call to AC_PROG_CC
1661         to suppress autoconf warning.
1662
1663         * acconfig.h: Add some missing #undefs from recent
1664         Win32 additions.
1665
1666 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
1667
1668         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
1669         when we didn't find it. (#62944, Eric Lemings)
1670
1671         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
1672         sign in assignment. (#63209, Arkadiusz Miskiewicz)
1673
1674 2001-10-29  Anders Carlsson  <andersca@gnu.org>
1675
1676         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
1677         the buttons size request before using it. Fixes #61696.
1678
1679 2001-10-29  Tor Lillqvist  <tml@iki.fi>
1680
1681         * README.win32: Updates.
1682
1683         * gtk-zip.sh.in: New file, used to build distribution package for
1684         Windows.
1685
1686         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
1687         applicable with GDKVAR.
1688
1689         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
1690         Wintab library.
1691
1692         * gdk/win32/gdkwin32.h
1693         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
1694         X11 headers better, and to enable gdkwin32.h to be installed and
1695         included from applications, but not the *-win32.h headers.
1696
1697         * gdk/win32/*.c: Corresponding small changes, simplifications of
1698         #includes.
1699         
1700         * gdk/win32/gdkregion-win32.c: Remove.
1701
1702         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
1703
1704         * gdk/win32/gdkfont-win32.c
1705         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
1706
1707         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
1708         GDK_NONE values into hash table.
1709
1710         * gtk/gtk.def: Update.
1711
1712         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
1713         gethostname().
1714
1715         * gtk/gtkmain.c 
1716         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
1717         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
1718         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
1719         g_win32_get_package_installation_subdirectory() with the actual
1720         DLL name saved above. Redefine above directory name macros to call
1721         these functions. Remove some ifdefs.
1722
1723         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
1724         variable for export on Win32) also to the _vars file.
1725
1726         Changes for autoconfiscated build on Win32, and addition of Win32
1727         backend to the related files:
1728         
1729         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
1730         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
1731         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
1732         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
1733         win32 target, using pangowin32. Don't use the
1734         -export-symbols-regex option on Win32, we use .def files to list
1735         exported symbols. Check <winsock.h> (for gethostname() in
1736         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
1737         prevent premature m4 expansion.
1738
1739         * acconfig.h: Add HAVE_WINTAB.
1740
1741         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
1742         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
1743         MS_LIB_AVAILABLE, build MS import library. Install the import
1744         libraries. If HAVE_WINTAB, link with the Wintab library.
1745
1746         * gdk/win32/Makefile.am: Actually enable building the win32
1747         objects here, not just list all files in EXTRA_DIST. Link in the
1748         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
1749         copy the Wintab library into the .libs directory. 
1750
1751         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
1752         name of the GDK DLL when fetching the icon. Use the HMODULE saved
1753         in gdk_dll_hinstance by DllMain.
1754
1755         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
1756         build/win32/lt-compile-resource script.
1757
1758         * gdk/win32/rc/gdk.rc.in
1759         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
1760
1761         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
1762         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
1763         file. Install import libraries.
1764
1765 2001-10-29  Anders Carlsson  <andersca@gnu.org>
1766
1767         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
1768
1769 2001-10-28  Hans Breuer  <hans@breuer.org>
1770
1771         * gdk/gdk.c gdk/gdkevents.c
1772           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
1773           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
1774           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
1775           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
1776           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
1777           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
1778           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
1779         static correct-ness, underscore prefixing of library internal 
1780         functions
1781         (applied the undisputed and the win32 part. Of the latter 
1782          I'm probably the one who will change it back again, if Owen
1783          decides that the Gdk*Impl types should not be private to Gdk)
1784
1785         * gdk/gdk.def : added the remaining exported functions
1786
1787 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
1788
1789         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
1790         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
1791         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
1792
1793 2001-10-28  jacob berkman  <jacob@ximian.com>
1794
1795         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
1796         gtk_settings_get_default() here as that requires an X connection
1797         (which breaks doc building with no X connection) and is not
1798         multihead safe
1799         (gtk_color_selection_init): delay palette loading until realize
1800         time
1801         (gtk_color_selection_realize): load the palette, and initialize
1802         the global palette if it hasn't been already
1803
1804         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
1805         visual/cmap fields of klass->info since they are gone
1806         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
1807         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
1808         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
1809
1810         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
1811         cmap fields
1812         (gtk_preview_get_visual):
1813         (gtk_preview_get_cmap): mark as deprecated
1814
1815         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
1816         changes
1817
1818 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
1819
1820         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
1821         structure to have GObject not GtkObject as
1822         parent_instance. (Jeff Franks.)
1823
1824 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
1825
1826         * gdk/x11/gdkinput.c: Typo fix.
1827
1828 2001-10-26  Havoc Pennington  <hp@pobox.com>
1829
1830         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
1831         update_im_spot_location here explicitly
1832         (gtk_text_view_reset_im_context): don't update the spot location
1833         here
1834
1835 2001-10-27  Anders Carlsson  <andersca@gnu.org>
1836
1837         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
1838         This fixes #62942.
1839
1840         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
1841         Clarify that we're returning a spin button in the _new function.
1842         This fixes #54097.
1843         
1844 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
1845
1846         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
1847         Unfortunately, people apparently erroneously connect
1848         to ::clicked for GtkToggleButton and expect
1849         they know what happened in the default signal handler
1850         instead of appropriately connecting to notification
1851         signal ::toggled. When the revolution comes, such
1852         people will be first against the wall.
1853
1854         We'll just have to go back to the old less-reliable
1855         set-it-back hacks for handling model-view check
1856         buttons and radio buttons. :-(. 
1857
1858 2001-10-27  Hans Breuer  <hans@breuer.org>
1859
1860         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
1861           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
1862           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
1863           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
1864           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
1865           gtk/gtktreestore.c gtk/gtkvbbox.c : 
1866         to simplify parsing for exported functions:
1867         - made implementation signature static, when the local 
1868           prototype already was
1869         - put the functions return value on it's own line
1870         - added as space between the function name and the 
1871           opening bracket
1872
1873         * gtk/gtk.def : added the remaining exported functions
1874
1875 2001-10-27  Anders Carlsson  <andersca@gnu.org>
1876
1877         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
1878         Add note about width having to be greater than 0. This fixes
1879         #55574. 
1880
1881         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
1882         Fix docs to say previous instead of next.
1883         (gtk_text_iter_backward_word_start): Likewise.
1884         This fixes bug #62980.
1885
1886         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
1887         that the valid width is in range 0-65535 pixels. Fixes bug 
1888         #56754.
1889
1890         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
1891         a dot in the documentation. Fixes bug #62632.
1892
1893         * gdk/x11/gdkmain-x11.c: Replace int and guint with
1894         long and gulong in some places to make the code 64-bit
1895         clean.
1896         (_gdk_windowing_init_check): Replace gint with gulong.
1897         This patch was made by George Lebl and fixes bug #62113.
1898
1899         * tests/testgtk.c (create_range_controls): Don't set a 
1900         fixed height on the hscale widget. This fixes "bug" 
1901         #55840.
1902         (create_window_states): Set up destroy signals so that
1903         all windows will be destroyed when one is. This fixes 
1904         bug #58133.
1905
1906 2001-10-26  Anders Carlsson  <andersca@gnu.org>
1907
1908         * gtk/gtktreeview.c: 
1909         (gtk_tree_view_class_init): Create new "indent_expander"
1910         style property.
1911
1912         (gtk_tree_view_get_arrow_xrange): Add a tree argument
1913         to the function since the xrange can change depending
1914         on where in the tree we are. 
1915         
1916         (coords_are_over_arrow): Update function call to
1917         gtk_tree_view_get_arrow_xrange.
1918         (gtk_tree_view_draw_arrow): Likewise.
1919         
1920         (gtk_tree_view_real_expand_collapse_cursor_row):
1921         Call real_{expand|collapse}_row, so that we'll have an
1922         animation.
1923
1924 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
1925
1926         * tests/Makefile.am: fixed a small typo
1927
1928 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
1929
1930         * demos/gtk-demo/list_store.c (create_model): Anders
1931         Carlsson suggested to use G_N_ELEMENTS here
1932
1933 2001-10-26  Sven Neumann  <sven@gimp.org>
1934
1935         * gtk/gtkbutton.[ch]
1936         * gtk/gtkdnd.c: fixed inline comments
1937         
1938         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
1939
1940 2001-10-26  Hans Breuer  <hans@breuer.org>
1941
1942         * gdk-pixbuf/gdk_pixbuf.def : 
1943         * gdk/gdk.def : 
1944         * gtk/gtk.def : updated externals
1945
1946         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
1947         gdk_window_lookup implementation. It already was in
1948         gdk/win32/gdkwindow-win32.c
1949
1950         * gdk/win32/gdkproperty-win32.c : made it compile again
1951         after GdkAtom API change
1952
1953         * gtk/gtk/makefile.msc.in : updated
1954
1955 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
1956
1957         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
1958         require GLib 1.3.10.
1959
1960         * NEWS: updates.
1961
1962 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
1963
1964         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
1965         invalid nodes.
1966          (_gtk_rbnode_rotate_right): Ditto.
1967          (_gtk_rbtree_node_mark_invalid): New function.
1968          (_gtk_rbtree_node_mark_valid): New function.
1969
1970         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
1971         GObject, not a GtkObject.
1972         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
1973         correct.
1974         (gtk_tree_model_sort_row_deleted): ditto.
1975         (gtk_tree_model_sort_{un,}ref_node): Fix.
1976
1977         * gtk/gtktreeview.c: Protean incremental reflow support (commented
1978         out)
1979
1980         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
1981         to const char *key.
1982
1983         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
1984         Important 1 line fix to fix a lot of refcounting woes.
1985
1986 2001-10-25  Matt Wilson  <msw@redhat.com>
1987
1988         * gtk/gtktextview.c (gtk_text_view_destroy): call
1989         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
1990         now invalidates) so that we remove our idle functions.
1991         (gtk_text_view_destroy_layout): remove the first_validate_idle as
1992         well.
1993
1994         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
1995         the 'indent' property is G_MININT to G_MAXINT.  Don't use
1996         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
1997         instead.
1998
1999 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2000
2001         * gtk/gtktreeview.c: 
2002         (gtk_tree_view_real_expand_row): add an animate argument
2003         (gtk_tree_view_real_collapse_row): likewise
2004         
2005         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
2006         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
2007         (gtk_tree_view_collapse_row): update functions that call
2008         real_{expand|collapse}_row to set the animate argument 
2009         accordingly.
2010         
2011 2001-10-24  Alex Larsson  <alexl@redhat.com>
2012
2013         * gdk/linux-fb/gdkfont-fb.c:
2014         Update to new Pango APIs
2015
2016         * gdk/linux-fb/gdkproperty-fb.c:
2017         Update to new GdkAtom APIs
2018
2019         * gdk/linux-fb/gdkwindow-fb.c:
2020         Remove warnings
2021
2022 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
2023
2024         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
2025
2026 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
2027
2028         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
2029         s_path as a child path
2030
2031 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
2032
2033         * gtk/gtktreemodelsort.c: more changes in an attempt to get
2034         it right. It's not yet ready for general consumption.
2035
2036         * tests/treestoretest.c: add a button and entry for the new
2037         iter_change function
2038         (iter_change): new function, to test
2039         the row_changed signal implementation of the GtkTreeModelSort
2040
2041         * tests/testtreesort.c: cleanups, changes to test more features
2042         of the GtkTreeModelSort at once
2043
2044 2001-10-24  Havoc Pennington  <hp@redhat.com>
2045
2046         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
2047         remove hack to strip off the bogus newline, since we killed the
2048         bogus newline; fixes #61779
2049
2050 2001-10-24  Havoc Pennington  <hp@redhat.com>
2051
2052         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
2053         create layout if we didn't have one
2054         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
2055         as appropriate, avoids blanking the screen 
2056         (gtk_text_view_invalidate): new function to do invalidation,
2057         containing old guts of invalidated_handler
2058
2059 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
2060
2061         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
2062         dreadful tooltips.
2063
2064 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
2065
2066         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
2067         set window->parent (except or the root window itself); if 
2068         the window's parent is not a GdkWindow, or is a window of 
2069         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
2070
2071         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
2072         windows of type GDK_WINDOW_FOREIGN.
2073
2074 2001-10-24  Havoc Pennington  <hp@pobox.com>
2075
2076         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
2077         the front of a segment, use the "slow" technique for moving
2078         backward, so we don't mess up the any_segment field in the iter. 
2079         Fixes #57707
2080
2081         * tests/testtextbuffer.c: add code to detect #57707, to avoid
2082         regression
2083
2084 2001-10-23  Havoc Pennington  <hp@redhat.com>
2085
2086         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
2087         if selection contains some editable text, #60975
2088         (gtk_text_view_scroll_to_iter): remove warning about scrolling
2089         prior to map; it should actually be OK to do so in many cases, 
2090         it would be nice to warn about scrolling when many lines have
2091         height 0, but I don't know what to do about that. Perhaps 
2092         move part of flush_scroll into this function? comment added 
2093         to consider this.
2094
2095 2001-10-23  Havoc Pennington  <hp@redhat.com>
2096
2097         * gtk/gtktextview.c (changed_handler): Correctly keep the same
2098         text on the top of the screen, considering that the changed region
2099         may have overlapped the first paragraph. Should fix msw's "text
2100         widget scrolled to wrong place on map" bug, and probably some
2101         other scrolling cases as well.
2102         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
2103         instead of some random value
2104
2105         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
2106         grab_focus, so #59708 is really fixed
2107
2108 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2109
2110         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
2111         (popup_targets_received): Call append_action_signal with stock items
2112         
2113         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
2114         (gtk_label_do_popup): Call append_action_signal with stock items
2115         
2116         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
2117         (popup_targets_received): Call append_action_signal with stock items
2118
2119 2001-10-23  Havoc Pennington  <hp@redhat.com>
2120
2121         * gtk/gtktextview.c (changed_handler): queue a resize here; will
2122         temporarily slow down the widget a lot, until we figure out how to
2123         optimize to avoid full redraw everytime we queue a resize.
2124
2125 2001-10-23  Havoc Pennington  <hp@redhat.com>
2126
2127         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
2128         0 and char_len == 0, bug #61729
2129
2130 2001-10-23  Havoc Pennington  <hp@redhat.com>
2131
2132         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
2133         return value, #61714 (Vitaly Tishkov)
2134         (gtk_text_iter_backward_sentence_starts): ditto
2135         (gtk_text_iter_backward_word_starts): ditto
2136         (gtk_text_iter_forward_word_ends): ditto
2137         (gtk_text_iter_forward_sentence_ends): ditto
2138         (gtk_text_iter_backward_cursor_positions): ditto
2139
2140 2001-10-23  Havoc Pennington  <hp@redhat.com>
2141
2142         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
2143         fix from Dov Grobgeld, #61858
2144
2145 2001-10-23  Havoc Pennington  <hp@redhat.com>
2146
2147         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
2148         Update IM spot location at appropriate times, #50626
2149         (Hidetoshi Tajima)
2150
2151 2001-10-23  Havoc Pennington  <hp@redhat.com>
2152
2153         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
2154         on grab focus, unless it's caused by button click, #59708
2155
2156 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
2157
2158         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
2159
2160         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
2161         G_CONST_RETURN. (Murray Cumming)        
2162
2163         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
2164         Make G_CONST_RETURN.
2165
2166         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
2167         results of g_get_home_dir().
2168
2169         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
2170         copy. Storing the return from gtk_entry_get_text() is evil.
2171
2172         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
2173         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
2174         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
2175         gtk/gtksignal.c: Add const.
2176
2177         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
2178
2179         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
2180         if we are setting them on private widgets.
2181
2182         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
2183         Duplicate entry->text before setting it as object data.
2184
2185 2001-10-22  Havoc Pennington  <hp@redhat.com>
2186
2187         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
2188         up a char from the end iterator, fixes #61859 ("can't put cursor
2189         at the end of the buffer")
2190
2191         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
2192         to work with delimiters other than newline.
2193
2194         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
2195         get_bytes_in_line
2196
2197         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
2198         last line, since the newline is no longer counted.
2199         (gtk_text_iter_get_bytes_in_line): ditto
2200
2201 2001-10-22  Havoc Pennington  <hp@redhat.com>
2202
2203         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
2204         #58290 would trigger if it reappeared, I think
2205
2206 2001-10-22  Havoc Pennington  <hp@redhat.com>
2207
2208         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
2209         add temporary code to dump btree contents on assertion failure
2210         described in #62656
2211         
2212         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
2213         assertions that we're getting the right end iter segment
2214
2215         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
2216         verify that we aren't on the end iterator after moving 
2217         forward one segment - fixes return value in an obscure case. 
2218         Also, some trivial code cleanup/rearranging.
2219         
2220 2001-10-22  Havoc Pennington  <hp@redhat.com>
2221
2222         * gtk/gtktextlayout.h: add a #error unless you define
2223         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
2224
2225         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
2226         
2227 2001-10-22  Havoc Pennington  <hp@redhat.com>
2228
2229         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
2230         #62365
2231
2232 2001-10-22  Havoc Pennington  <hp@redhat.com>
2233
2234         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
2235         #62436
2236
2237 2001-10-22  Havoc Pennington  <hp@redhat.com>
2238
2239         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
2240         #62366
2241
2242 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
2243
2244         * gtk/gtklabel.c: Add cursor-position, selection-bound 
2245         properties. (#62148, reported by Padraig O'Briain)
2246
2247         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
2248         to cursor_position. (1.3.x addition, text_position is an awful
2249         name.) Make cursor_position read-only to avoid sticky questions
2250         of interaction with selection_bound. (#62636, reported by
2251         Padraig O'Briain)
2252
2253 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
2254
2255         Fixing popup menus to have "Paste" sensitized correctly. Original
2256         patches from Damian Ivereigh, much mangled.
2257
2258         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
2259         gtk_selection_data_targets_include_text(). (#60854)
2260
2261         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
2262         the clipboard has text" function gtk_clipboard_wait_is_text_available.
2263         (#60854)
2264
2265         * gtk/gtkentry.c: Only enable the paste item if the clipboard
2266         contains text. (#60973)
2267
2268         * gtk/gtktextview.c: Only enable the paste item if the clipboard
2269         contains text. (#60975)
2270
2271 2001-10-22  Havoc Pennington  <hp@redhat.com>
2272
2273         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
2274         "height_lines" and "width_columns" properties, it doesn't make
2275         sense to set the size request on a text view really. #62103
2276
2277 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
2278
2279         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
2280         g_node_depth is broken, and that it's not worth being consistent
2281         with it.
2282
2283 2001-10-22  Havoc Pennington  <hp@redhat.com>
2284
2285         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
2286         docs, #61777
2287         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
2288         change the two boolean args to a flags field, so we can extend 
2289         to add case insensitive, regexp searches later. #61852
2290
2291 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
2292
2293         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
2294         reflect reality, #62810
2295
2296 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
2297
2298         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
2299
2300         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
2301         system.  Instead of having a window the size of the tree, we have
2302         a window the size of widget->allocation, and simply draw with the
2303         offset.
2304         (coords_are_over_arrow): ditto.  Move to window coordinates.
2305         (do_prelight): ditto
2306         (do_unprelight): ditto
2307
2308         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
2309         Minor fix from Kristian Rietveld to fix unsorted case.
2310
2311 2001-10-22  jacob berkman  <jacob@ximian.com>
2312
2313         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
2314         a PIXMAP cell (fixes crash when using PIXTEXT cells)
2315
2316 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
2317
2318         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
2319         (#58768, Vitaly Tishkov)
2320         
2321         * gtk/gtkobject.h: Deprecate with abandon. 
2322         (#61942, Vitaly Tishkov, Matthias Clasen)
2323
2324         * gtk/gtksignal.h: Deprecate everything.
2325
2326         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
2327         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
2328         (#61942, Matthias Clasen)
2329
2330         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
2331         Havoc Pennington)
2332
2333         * gtk/gtkitemfactory.h: Deprecate compat functions
2334         for GtkMenuFactory code. (#62071)
2335
2336         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
2337         gdk_draw_text,gdk_draw_text_wc. (#62071)
2338
2339 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
2340
2341         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
2342         g_thread_init(), we don't want to link to -lgthread if we don't
2343         have to.
2344
2345 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
2346
2347         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
2348         Add a function, gdk_threads_init() that must be explicitely 
2349         called to enable the GDK thread mutex.
2350
2351 2001-10-22  Jakub Steiner <jimmac@ximian.com>
2352
2353         * gtk/stock-icons/stock_stop.png: no body parts
2354         
2355 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
2356
2357         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
2358         problem with g_return_if_fail return value.
2359
2360         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
2361         virtual atom code from the gdk-multihead branch, removing the per-display
2362         part. Virtualizing atoms needs to be done now to prevent compat
2363         breakage in direct Xlib accessing code in the future. (#62208)
2364  
2365         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
2366         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
2367  
2368         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
2369         an opaque pointer type so the compiler catches attempts
2370         to mingle it with X atoms.
2371
2372         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
2373           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
2374           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
2375           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
2376           tests/testdnd.c,tests/testselection.c: 
2377         Fix up for above atom changes.
2378
2379         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
2380         now have the ability to add custom predefines.
2381
2382         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
2383         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
2384         to gtk_clipboard_get().
2385
2386         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
2387         for GdkAtom => pointer change.
2388
2389         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
2390         atoms, fix for GdkAtom => pointer change.
2391
2392 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
2393
2394         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
2395         new function spin_button_get_arrow_size() instead.
2396
2397         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
2398         arrow was hardcoded, it's now variable.
2399
2400         Fixes bug #50200
2401
2402 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
2403
2404         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
2405         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
2406         for those
2407
2408 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
2409
2410         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
2411         in favor of g_signal_*, gtk_object_* in favor of 
2412         g_object_*.
2413
2414 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
2415
2416         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
2417         from GObject now, we have to use the g_object_* functions, not
2418         gtk_object_*.
2419
2420 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
2421
2422         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
2423         nailed down now (this code is not yet ready for general consumption)
2424
2425 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
2426
2427         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
2428         for use_align
2429
2430 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
2431
2432         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
2433
2434 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
2435
2436         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
2437         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
2438         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
2439         GObject, not GtkObject. (#62621)
2440
2441 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
2442
2443         * tests/testsocket.c: Remove now useless include of unistd.h,
2444         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
2445         
2446 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
2447
2448         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
2449         Pango font API. #61933. (Untested, even for compilation.)
2450
2451 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
2452
2453         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
2454         export gtk_disable_setlocale(). (Caught by Sven Neumann)
2455
2456 2001-10-18  Havoc Pennington  <hp@redhat.com>
2457
2458         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
2459
2460 2001-10-18  Havoc Pennington  <hp@redhat.com>
2461
2462         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
2463         to GTK_RUN_LAST, #50239
2464
2465 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
2466
2467         * gtk/gtkimmodule.c (match_locale):
2468         Support "*" for all locales with least priority
2469         when to select default im module, #58201
2470
2471 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
2472
2473         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
2474         Fix docs. (#61976)
2475  
2476         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
2477
2478         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
2479
2480         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
2481         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
2482         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
2483         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
2484         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
2485         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
2486         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
2487
2488         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
2489
2490         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
2491         Don't restrict the width of the spinbutton entry field 
2492         to 10 digits. (#58681)
2493
2494 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
2495
2496         * tests/testtreeflow.c: new test program for the tree.
2497
2498 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
2499
2500         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
2501         reported by (Oleg Maiboroda), #62600
2502
2503 2001-10-18  Michael Meeks  <michael@ximian.com>
2504
2505         * gtk/gtkentry.c (gtk_entry_set_property),
2506         (gtk_entry_get_property): impl 'text'
2507         (gtk_entry_class_init): add the 'text' prop.
2508         (gtk_entry_insert_text): notify 'text' changed.
2509         (gtk_entry_delete_text): ditto.
2510
2511 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
2512
2513         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
2514         Documentation updates.
2515
2516 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
2517
2518         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
2519         in truncating length of text to MAX_SIZE. (Found by 
2520         Padraig O'Briain, #62055)
2521
2522 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
2523
2524         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
2525         MNEMONIC_ACTIVATE; signal was changed a long time
2526         ago.
2527
2528         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
2529         Fix wrong return statement. (Reported by HideToshi
2530         Tajima and others.)
2531
2532         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
2533         left over select_all vfunc.
2534
2535 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
2536
2537         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
2538         a utility function to translate coordinates relative to
2539         one widget's allocation to coordinates relative to another
2540         widget's allocation.
2541
2542         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
2543         that:
2544          - only accepts external focus if there is no active
2545            member of the group or the button is active.
2546          - makes arrow keys move the active button as well
2547            as the focus
2548          - make tab tab out directly.
2549         This makes a radio button group act as a single focus location.
2550         (#53577).
2551         
2552         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
2553         it was only a small optimization that didn't matter and made
2554         things more complicated.
2555
2556         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
2557         sorter for FOCUS_TAB as we did for the other focus directions,
2558         sort by center of widgets, not upper-left corner. (Shouldn't
2559         matter in general.)
2560
2561         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
2562         from the different types of focusing: encapsulate sorting the
2563         widgets for the focus direction into one routine
2564         (gtk_container_focus_sort()) and then share the work of moving the
2565         focus between the different focus directions.
2566
2567         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
2568         work correctly with focus chains containing non-immediate
2569         children. Sorting was being done using allocation coordinates for
2570         each widget in the focus chain, and if there were intermediate
2571         window-widgets, these allocations would not be in the same
2572         coordinate system.
2573
2574 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
2575
2576         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
2577         mnemonic_activate function to option menu.
2578
2579 2001-10-15  Murray Cumming <murrayc@usa.net>
2580
2581         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
2582           Corrected the type names used in some calls to g_signal_new().
2583         
2584 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
2585
2586         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
2587         specs, use g_pattern_spec_equal() instead of direct field accesses.
2588         upon compressing two equal paths of the same type, the resulting
2589         priority has to be the maximum.
2590         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
2591         GtkPathPriorityType enum and make it a macro.
2592
2593 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
2594
2595         * gtk/gtkwidget.c: Fix some doc comments.
2596
2597 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
2598
2599         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
2600         on empty models.
2601
2602 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
2603
2604         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
2605         Remove stale gdk backend includes.
2606  
2607 2001-10-10  Michael Meeks  <michael@ximian.com>
2608
2609         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
2610         and value_in_list properties.
2611         (gtk_combo_set_value_in_list): notify change.
2612         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
2613
2614 2001-10-11  James Henstridge  <james@daa.com.au>
2615
2616         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
2617         that gtk+ can be built with automake 1.5 while not breaking
2618         things for automake 1.4.
2619
2620 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
2621
2622         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
2623         (#60606)
2624
2625         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
2626         to disable calling setlocale (LC_ALL, "").
2627
2628         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
2629         docs that this function is not typically useful.
2630
2631         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
2632         Automatically initialize GDK for the current locale
2633         on gdk_init(). Don't reset locale to C when
2634         XSupportsLocale() fails.
2635
2636         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
2637         useless checks for UTF-8 locale breakage that mattered
2638         only for X.
2639
2640         * examples/calendar/calendar.c
2641         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
2642         gtk_set_locale().
2643
2644         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
2645         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
2646
2647 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
2648
2649         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
2650
2651         Fixes bug #61904
2652
2653 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
2654
2655         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
2656         new function, #61923
2657         (gtk_tree_selection_path_is_selected): Ditto
2658
2659 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
2660
2661         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
2662         not a GtkObject.  Thanks andersca.
2663
2664         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
2665
2666 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
2667
2668         * gtk/gtktreeviewcolumn.c
2669         (gtk_tree_view_model_sort_column_changed): fix broken code.
2670
2671 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
2672
2673         * gtk/gtkselection.c: s/succesfully/successfully/g
2674
2675 2001-10-08  Havoc Pennington  <hp@pobox.com>
2676
2677         * demos/gtk-demo/stock_browser.c: remove unused enum
2678
2679         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
2680         pass the current selection state of the node in to the user
2681         selection func
2682
2683 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
2684
2685         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
2686         non-existent function gdk_x11_cursor_get_xid 
2687         by gdk_x11_cursor_get_xcursor.
2688
2689 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
2690
2691         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
2692         warning.
2693
2694         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
2695         unref nodes, #okay61676
2696
2697         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
2698         to the property; no need to clear the other columns.  Also, we go
2699         to 'unsorted' if the model supports it.
2700
2701 2001-10-05  Sven Neumann  <sven@gimp.org>
2702
2703         * demos/testpixbuf-save.c
2704         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
2705         feature.
2706
2707 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
2708
2709         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
2710         destroy the search dialog
2711
2712         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
2713         added check to prevent creation of a search dialog if there's
2714         already one around
2715
2716         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
2717         it instead of "search-dialog" (when getting/setting the search dialog
2718         widget).
2719
2720 2001-10-05  Jakub Steiner <jimmac@ximian.com>
2721
2722         * gtk/stock-icons/stock_broken_image.png: broken images icon
2723
2724 2001-10-04  Havoc Pennington  <hp@pobox.com>
2725
2726         Fix #56586
2727         
2728         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
2729         accelerator setting here...
2730
2731         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
2732         because we try to use it when a menu bar hasn't necessarily been 
2733         initialized.
2734
2735 2001-10-03  Havoc Pennington  <hp@redhat.com>
2736
2737         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
2738         it previously verified incorrect behavior
2739
2740         Fixes for #61565
2741         
2742         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
2743         off the end
2744         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
2745         the end
2746         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
2747         the end
2748         (gtk_text_iter_forward_lines): if on the last line, move to end of
2749         it
2750
2751         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
2752         don't return a line off the end
2753
2754 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
2755
2756         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
2757         functions to do_insert_text and do_delete_text, add signals
2758         insert_text, delete_text and changed
2759
2760         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
2761         and changed. Updates to match new situation.
2762
2763         * gtk/gtkspinbutton.c: updates to match new situation
2764
2765         * gtk/gtkoldeditable.h: remove signals changed, insert_text
2766         and delete_text
2767
2768         * gtk/gtkoldeditable.c: updates to match new situation
2769
2770         * gtk/gtktext.c: updates to match new situation
2771
2772         Fixes bug #59803
2773
2774 2001-10-03  Havoc Pennington  <hp@redhat.com>
2775
2776         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
2777         position
2778
2779         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
2780         changes
2781
2782         * tests/testtextbuffer.c (logical_motion_tests): updates
2783
2784 2001-10-03  jacob berkman  <jacob@ximian.com>
2785
2786         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
2787         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
2788         * gtk/gtksettings.c (apply_queued_setting): 
2789         * gtk/gtkmain.c (gtk_init_check): 
2790         * gtk/gtkcontainer.c (gtk_container_child_get_property):
2791         s/retrive/retrieve/
2792
2793 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
2794
2795         * gtk/gtktreemodelsort.[ch]: preparation for surgery
2796         * tests/testtreesort.c: ditto
2797
2798 2001-10-02  Havoc Pennington  <hp@redhat.com>
2799
2800         Throughout: assorted docs
2801         
2802         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
2803         gdk_window_set_geometry_hints() should be used instead.
2804
2805         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
2806         document them
2807
2808         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
2809         seem to exist in any .c files
2810
2811         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
2812         g_return_if_fail (pixel < colormap->size).
2813
2814 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
2815
2816         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
2817         NULL for @target_list to mean, use
2818         gtk_drag_dest_get_target_list (widget).
2819
2820         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
2821         drop could hang when calling gtk_drag_finish with 
2822         success == FALSE and del == TRUE.
2823
2824         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
2825         drops without a matching target found would propagate
2826         to the parent widget rather than being rejected.
2827
2828         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
2829         Use text_view->dnd_mark instead of mark name to be
2830         consistent with the rest of the code.
2831
2832         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
2833         pendantically correct for a drop-only-in-some-places
2834         widget. (Check whether you can insert in drag_drop,
2835         not just in drag_motion ... matters in theory, and
2836         for Motif drag and drop in practice.)
2837
2838         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
2839         Damian Ivereigh to not allow drops on non-editable
2840         entries. (#61124)
2841
2842         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
2843         text to be moved from a non-editable entry.
2844         
2845 2001-10-03  James Henstridge  <james@daa.com.au>
2846
2847         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
2848         s/width/fixed_width/ in order to get things to compile.
2849
2850 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
2851
2852         * gtk/gtkcelleditable.c: docs
2853
2854         * gtk/gtktreemodel.h: more docs.
2855
2856 2001-10-02  Havoc Pennington  <hp@redhat.com>
2857
2858         * gdk/x11/gdkwindow-x11.c: docs
2859
2860         * tests/testtextbuffer.c (logical_motion_tests): add sentence
2861         boundary tests
2862
2863 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
2864
2865         * demos/gtk-demo/Makefile.am: add editable_cells.c,
2866         list_store.c and tree_store.c
2867
2868         * demos/gtk-demo/appwindow.c: remove tearoff item from
2869         File menu, put menubar and toolbar in handle boxes.
2870
2871         * demos/gtk-demo/genincude.pl: various changes to support trees
2872
2873         * demos/gtk-demo/main.c: various changes to support trees
2874
2875         * demos/gtk-demo/stock_browser.c: changed name of demo
2876         to Stock Item and Icon Browser, so geninclude.pl doesn't see
2877         it as child
2878
2879         * demos/gtk-demo/editable_cells.c: new file/demo
2880         * demos/gtk-demo/list_store.c: new file/demo
2881         * demos/gtk-demo/tree_store.c: new file/demo
2882
2883 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
2884
2885         * gtk/gtkrc.c gtk/gtksettings.c: 
2886         g_string_printfa => g_string_append_printf.
2887
2888 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
2889
2890         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
2891         and destroy handler.
2892
2893         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
2894
2895         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
2896         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
2897         Singh <yosh@gimp.org>.
2898
2899 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2900
2901         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
2902         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
2903
2904         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
2905
2906 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
2907
2908         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
2909         scroll_to_cell delayed code to happen in size_allocate.
2910
2911         * gtk/gtkstyle.c (gtk_default_draw_expander): change
2912         prelight/normal arrow drawing.
2913
2914         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
2915
2916         * gtk/gtktreestore.c: refactor.
2917
2918 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
2919
2920         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
2921         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
2922         centers the child in relation to the to indicator height.
2923
2924 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
2925
2926         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
2927         correct
2928
2929 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
2930
2931         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
2932         property code using g_param_spec_int and changed from
2933         g_value_get_enum to g_value_get_int instead. Probably a better way
2934         to fix the problem :-)
2935
2936 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
2937
2938     * gtk/gtkcellrenderertext.c changed "weight" property type from 
2939       g_param_spec_int to g_param_spec_enum.
2940
2941 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
2942
2943         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
2944         fix: s/Wether/Whether/ in reorderable property description
2945
2946 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
2947
2948         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
2949         start editing when you select with a keyboard.
2950
2951         (gtk_tree_view_button_press_event): much more graceful now.
2952
2953         * gtk/gtkstyle.c: Draw togglebutton better.
2954
2955 2001-09-26  Havoc Pennington  <hp@redhat.com>
2956
2957         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
2958         of passing non-stock label in to gtk_dialog_new_with_buttons
2959
2960         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
2961         debugging updates
2962
2963         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
2964         are private
2965
2966         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
2967         exist, fall back to mnemonic label, not plain label, bug #61184
2968         
2969 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
2970
2971         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
2972         stupid and emitting the signal every time.
2973
2974         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
2975
2976 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
2977
2978        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
2979
2980        * contrib/gdk-pixbuf-xlib/Makefile.am: install
2981        gdk-pixbuf-xlib-2.0.pc.
2982
2983 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
2984
2985         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
2986         problem where menmonic wasn't removed properly when
2987         setting a label when there already is a label.
2988         Also, handle setting the tab label back to the same
2989         value. (#61160, #61161)
2990
2991         * gtk/gtkentry.c (paste_received): Patch from 
2992         Damian Ivereigh to replace selection if there is 
2993         one. (#61121)
2994
2995 2001-09-25  Darin Adler  <darin@bentspoon.com>
2996
2997         * tests/.cvsignore: Ignore new test program.
2998
2999 2001-09-25  Havoc Pennington  <hp@redhat.com>
3000
3001         * gtk/gtktextview.c: fix for #50317
3002         
3003 2001-09-25  Havoc Pennington  <hp@redhat.com>
3004
3005         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
3006         gtk_text_iter_can_insert
3007         
3008         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
3009
3010         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
3011          (gtk_text_iter_can_insert): new function to fix #60282, should
3012         also fix msw's "can paste into empty buffer" bug.
3013
3014         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
3015         "event object,"  #59091
3016
3017         * gtk/gtktextbtree.c: indentation fixes
3018
3019         * gtk/gtktextiter.c (find_by_log_attrs): fixes
3020
3021 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
3022
3023         * configure.in: Version 1.3.9, interface age 0, binary age 0.
3024
3025         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
3026
3027         * NEWS: Updates.
3028
3029 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
3030
3031         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
3032         function for drawing cursors between gtkentry/gtklabel/gtktextview.
3033         Should this be public? It has a bit of an odd interface, but
3034         custom editing widgets probably should be using it.
3035         Function will draw with wider width for taller cursors, and
3036         draws a little indicator arrow to indicate directoin for split 
3037         cursors.
3038
3039         * gtk/gtktextview.c: Add a "cursor_color" property.
3040
3041         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
3042         gtk_text_layout_draw().
3043
3044         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
3045         _gtk_draw_insertion_cursor().
3046
3047 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
3048
3049         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
3050         the behavior where you could turn family_set (etc) back on
3051         and get back the values you had before.
3052
3053         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
3054         g_string_ascii_up() rather than looping through the
3055         string ourself.
3056
3057 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
3058
3059         * gtk/gtktreeviewcolumn.c
3060         (gtk_tree_view_column_set_cell_renderer): Removed
3061         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
3062
3063         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
3064         Patch from Detlef Reichl
3065
3066 2001-09-25  Havoc Pennington  <hp@redhat.com>
3067
3068         * tests/testtextbuffer.c (line_separator_tests): Add tests for
3069         line separators, addresses bug #57428
3070
3071 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
3072
3073         * gtk/gtkentry.c: Make a GtkCellEditable
3074         (get_widget_window_size): Change to let it honor size_allocate
3075         when a CellEditable.
3076
3077         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
3078         editable changes.
3079         (gtk_tree_view_set_cursor): Now you can set the cursor
3080         horizontally, as well as start editing.
3081
3082         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
3083         code to look more like the other check buttons.
3084
3085         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
3086         Change the way we calculate cell size.
3087
3088         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
3089
3090         * demos/gtk-demo/sizegroup.c: Add mnemonics.
3091
3092         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
3093         Fix logic.
3094
3095         * gtk/gtkcellrenderertext.c: Change to be editable.
3096
3097         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
3098
3099         * test/testtreesort.c: Fix misspelling
3100
3101         * test/testreecolumns.c: Add mnemonics.
3102
3103         * test/testreeedit.c: New test program.
3104
3105 2001-09-25  Havoc Pennington  <hp@pobox.com>
3106
3107         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
3108         etc. docs about how these are not going to do what you want for 
3109         the X/win32 ports. Futile attempt to avoid a FAQ...
3110
3111 2001-09-24  James Henstridge  <james@daa.com.au>
3112
3113         * gtk/gtkmarshal.list (VOID): add marshal function types.
3114
3115         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
3116         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
3117         GTK_TYPE_POINTER.
3118         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
3119         with no-op copy/free functions.
3120
3121         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
3122         GtkCTreeNode get_type function.
3123
3124 2001-09-24  Havoc Pennington  <hp@redhat.com>
3125
3126         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
3127         gtktextlayout.c:
3128         Get rid of the newline-that-could-not-be-deleted; buffers may 
3129         now be zero-length. Much easier to fix than expected, once 
3130         I figured out the right way to do it. However, there are 
3131         various subtle bugs introduced by this that will have to get 
3132         sorted out. Please use bugzilla.
3133
3134 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
3135
3136         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
3137         response back from the window manager if our size hasn't changed 
3138         since we won't get a response back from the window manager;
3139         there was code in there to do this, but it was in the wrong
3140         place so if the hints change and the size didn't we'd expect
3141         a response.
3142
3143         Also, optimize the position-only-changed case by running
3144         the resize queue immediately, and clean up some comments
3145         for the changes.
3146
3147 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
3148
3149         * gtk/gtknotebook.h: Add a compat macro that got lost.
3150
3151         * gtk/gtktreestore.c: Doc fixes.
3152
3153         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
3154         leak for windows that receive events after being destroyed.
3155         (#60863, Joshua N. Pritikin)
3156
3157         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
3158         rather than gtk_container_queue_resize().
3159
3160         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
3161         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
3162         gtk_container_child_composite_name. (#60217.)
3163
3164 2001-09-22  Hans Breuer  <hans@breuer.org>
3165
3166         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
3167
3168 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
3169
3170         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
3171         weight value should be an int
3172
3173 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
3174
3175         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
3176         to gtk_menu_scroll_item_visible(). Only call
3177         gtk_menu_scroll_item_visible() if the menu widget has been
3178         realized. Fixes bug #55310.
3179
3180 2001-09-21  Havoc Pennington  <hp@redhat.com>
3181
3182         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
3183         key press to IM context if cursor isn't in an editable location;
3184         bug #58425, patch from Hidetoshi Tajima
3185
3186 2001-09-21  Havoc Pennington  <hp@redhat.com>
3187
3188         Bug #60862
3189         
3190         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
3191         (_gtk_text_btree_unref): fix up mark memory management
3192
3193         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
3194
3195 2001-09-20  Havoc Pennington  <hp@redhat.com>
3196
3197         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
3198         try to handle alignment here, because it's done by PangoLayout
3199         after we set the layout width. Fix from Dov.
3200
3201 2001-09-21  Hans Breuer  <hans@breuer.org>
3202
3203         * gdk/gdk.def :
3204         * gtk/gtk.def : updated externals
3205
3206         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
3207         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
3208         Also handle that Win32 pathes cann't be hard-coded      
3209
3210         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
3211         module, themes etc directory calculations
3212
3213         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
3214         >16 bit right. The size limit within Win9x appears _not_ to be 32767
3215         but slightly smaller ...
3216
3217         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
3218         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
3219
3220         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
3221
3222         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
3223         handling. I'm not sure if it is better now, but at least not worse
3224
3225         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
3226
3227         * gdk/win32/gdkwin32.h : reflect recent API restrictions
3228
3229 2001-09-21  Matt Wilson  <msw@redhat.com>
3230
3231         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
3232         radio_menu_item->group to NULL after removing it from the list, as
3233         it is no longer in the group. (#60869)
3234
3235         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
3236
3237 2001-09-20  Havoc Pennington  <hp@pobox.com>
3238
3239         * configure.in (PANGO_REQUIRED_VERSION)
3240         (ATK_REQUIRED_VERSION): add variables and checks for specific 
3241         versions of dependencies. Previously we didn't verify the 
3242         Pango or ATk versions.
3243
3244 2001-09-09  Havoc Pennington  <hp@pobox.com>
3245
3246         * gtk/gtktextiter.c: fool with indentation
3247         (gtk_text_iter_in_range): add g_return_if_fail
3248
3249 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
3250
3251         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
3252         ref count on new tag to be 1.  Update doc.  (#60836)
3253
3254 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
3255
3256         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
3257         call to gdk_image_new_bitmap(). (#59094, reported by
3258         by Sven Neumann)
3259
3260 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
3261
3262         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
3263         day, as well as the current month and year.
3264         (#59047, reported by Vitaly Tishkov)
3265
3266 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
3267
3268         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
3269         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
3270         
3271 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
3272
3273         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
3274
3275         (build_option_menu): add func argument, connect ::changed
3276         signal to option menu instead of connecting the ::activate
3277         signal to the menu items,
3278
3279         (toplevel): get rid of RADIOMENUTOGGLED macro,
3280
3281         (list_toggle_sel_mode), (clist_toggle_sel_mode),
3282         (ctree_toggle_line_style), (ctree_toggle_expander_style),
3283         (ctree_toggle_justify), (ctree_toggle_sel_mode),
3284         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
3285         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
3286
3287         (notebook_type_changed): merged standard_notebook(),
3288         notabs_notebook(), scrollable_notebook() and borderless_notebook()
3289         into notebook_type_changed()
3290
3291         (create_list), (create_ctree), (create_notebook),
3292         (create_progress_bar): changed OptionMenuItem arrays into
3293         gchar * arrays. Removed "Extended" item where used.
3294
3295         Fixes bug #59885
3296
3297 2001-09-20  Sven Neumann  <sven@gimp.org>
3298
3299         * configure.in
3300         * gdk/Makefile.am
3301         * gtk/Makefile.am
3302         * gtk/gtkselection.c
3303         * gtk/gtktreeview.c
3304         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
3305
3306 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
3307
3308         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
3309         a missing pango_layout_iter_free ().
3310
3311 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
3312
3313         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
3314         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
3315
3316         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
3317         the function definition so we don't accidentally rely on
3318         the compat #define from gtk_radio_menu_item_group.
3319         (#60782, Jeff Franks)
3320
3321 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
3322
3323         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
3324         incorrect values for top, right and bottom due to cut-and-paste
3325         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
3326
3327 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
3328
3329         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
3330         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
3331         window, not just on the client leader. (#58463)
3332
3333 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
3334
3335         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
3336
3337         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
3338         non-public _gtk_menu_item_set_placement.
3339
3340         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
3341
3342 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
3343
3344         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
3345           gdk/linux-fb/gdkcolor-fb.c:
3346         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
3347         (#59723)
3348
3349 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
3350
3351         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
3352         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
3353         #59723)
3354
3355 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
3356
3357         Patch from Frank Belew #59037 for Solaris compilation.
3358
3359         * gtk/maketypes.awk: Change syntax slightly for a call
3360         to sub(), apparently making awk on Solaris happier.
3361
3362         * gtk/gtktreeview.c: Remove C++ comments.
3363
3364 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
3365
3366         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
3367         to handle '99% of the time. (#60473, reported by Christian Rose)
3368
3369         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
3370         which no longer exists. (#60379, reported by Vitaly Tishkov)
3371
3372 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
3373
3374         * Released 1.3.8.
3375
3376         * gdk/Makefile.am: kill EXTRA_DIST clearing.
3377         
3378 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
3379
3380         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
3381         as its broken in automake 1.4, add explicit object rule to
3382         generate this.
3383         
3384         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
3385         get rid of uneccessary stamps, group stuff more logically, and build
3386         sources due to object rules. fix srcdir!=builddir.
3387
3388 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
3389
3390         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
3391         incorrect parameter to compute_double_length
3392         (#58680, patch from Matthias Clasen)
3393
3394         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
3395
3396         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
3397
3398         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
3399         for GDK_RELEASE_MASK to avoid warnings with Forte.
3400
3401         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
3402         break; statements.
3403
3404 2001-09-18  Alex Larsson  <alexl@redhat.com>
3405
3406         * gtk/gtkcheckbutton.c:
3407         * gtk/gtkradiobutton.c:
3408         Don't draw with GTK_STATE_ACTIVE.
3409
3410         * gtk/gtkclist.c:
3411         * gtk/gtkctree.c:
3412         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
3413
3414         * gtk/gtktextdisplay.c:
3415         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3416         unfocused with base_gc [GTK_STATE_ACTIVE].
3417         
3418         * gtk/gtkentry.c:
3419         Add select all menu-item.
3420         Default cursor color is red.
3421         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3422         unfocused with base_gc [GTK_STATE_ACTIVE].
3423
3424         * gtk/gtklabel.[ch]:
3425         Add keynav + menu to selectable lables.
3426         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
3427         unfocused with base_gc [GTK_STATE_ACTIVE].
3428
3429         * gtk/gtkfilesel.c:
3430         Add drag and drop support.
3431
3432         * gtk/gtkstyle.c:
3433         (This was checked in earlier)
3434         New default values for text/base SELECTED and ACTIVE
3435         
3436 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
3437
3438         * configure.in: up version to 1.3.8, interface age 0,
3439         binary age 0, depend on glib 1.3.8.
3440
3441         * NEWS: 1.3.8 updates.
3442
3443 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
3444
3445         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
3446         the editing code
3447
3448         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
3449         reason to call it beyond emiting the two signals.
3450
3451         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
3452         to GtkEntry.
3453
3454 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
3455
3456         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
3457           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
3458         PangoFontDescription.
3459
3460         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
3461         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
3462         structure.
3463   
3464         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
3465
3466         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
3467         direct access to style->font. Deprecate gtk_style_ref/unref.
3468   
3469         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
3470         Remove gtk_style_ref/unref with g_object_ref/unref.
3471   
3472         * gtk/gtkcalendar.c: Remove leftover macros accessing
3473         style->font.
3474   
3475         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
3476         variable.
3477   
3478         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
3479         style->font.
3480
3481 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
3482
3483         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
3484         "can_activate" properties in favor of
3485         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
3486         and GTK_CELL_RENDERER_MODE_EDITABLE
3487
3488 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
3489
3490         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
3491         editable widgets.  This function is private, and should only be
3492         used by GtkTreeView.
3493
3494 2001-09-18  Matt Wilson  <msw@redhat.com>
3495
3496         * docs/Makefile.am (EXTRA_DIST): don't use += before =
3497
3498         * docs/faq/Makefile.am (EXTRA_DIST): likewise
3499
3500         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
3501         
3502         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
3503         (EXTRA_HEADERS): likewise
3504
3505         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
3506         (EXTRA_HEADERS): likewise
3507         (EXTRA_DIST): likewise
3508         (CLEANFILES): likewise
3509
3510         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
3511
3512         * tests/Makefile.am (EXTRA_DIST): likewise
3513         
3514         * Makefile.am (install-data-local): changed to use
3515         install-data-hook, which runs after install-pkgconfigDATA, so that
3516         the pkgconfigdir will have been created and populated first.
3517
3518 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
3519
3520         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
3521         be the last big GtkTreeView API change.
3522
3523         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
3524         replace with "activate" and "start_editing".  Also, added a
3525         "can_activate" and "can_edit" property.
3526
3527         * gtk/gtktreeviewcolumn.c: modify to use above.
3528
3529 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
3530
3531         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
3532
3533 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
3534
3535         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
3536         icon instead of one with ugly white background.
3537
3538 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
3539
3540         * demos/gtk-demo/stock_browser.c (id_to_macro): make
3541         the uppercasing work. (#59550)
3542
3543 2001-09-14  Jakub Steiner <jimmac@ximian.com>
3544
3545         * gtk/stock-icons/dialog_error.png:
3546         * gtk/stock-icons/dialog_question.png: more road signs
3547
3548 2001-09-13  Jakub Steiner <jimmac@ximian.com>
3549
3550         * gtk/stock-icons/dialog_question.png:
3551         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
3552           like a road sign.
3553
3554 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
3555
3556         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
3557         signals to make them more clear.  Also, change ::range_changed to
3558         ::row_changed.
3559         * gtk/gtktreemodel.c: Adjust to interface change
3560         * gtk/gtktreemodel.h: ditto
3561         * gtk/gtktreemodelsort.c: ditto
3562         * gtk/gtktreestore.c: ditto
3563         * gtk/gtkliststore.c: ditto
3564         * gtk/gtktreeview.c: ditto
3565         * tests/testtreecolumns.c: ditto
3566         * gtk/gtkmarshal.list: Actually remove a marshaller!
3567
3568 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
3569
3570         * gtk/gtktextview.c
3571         Add support for Ctrl+Up/Down arrow to move cursor to beginning
3572         of previous/next paragraph. If within a paragraph cursor moves to
3573         beginning of that paragraph.
3574
3575 2001-09-12  Jakub Steiner <jimmac@ximian.com>
3576
3577         * gtk/stock-icons/dialog_question.png: replacing the shaky
3578           question mark with a sans-serif one.
3579         * gtk/stock-icons/stock_top.png, stock_bottom.png,
3580      stock_first.png, stock_last.png: using the new style arrows
3581         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
3582      colors.
3583         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
3584      color.
3585         * gtk/stock-icons/stock_zoom*: anti-aliased
3586         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
3587      '-' with a '_', removed the wrong files
3588
3589 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
3590  
3591         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
3592  
3593         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
3594         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
3595         than in gtk-2.0/major.minor.micro/<type>/. This
3596         works better for a search path for modules.
3597  
3598         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
3599         gtk_binary_version variable holding major.minor.(micro-binary_age).
3600  
3601         * modules/input/Makefile.am (moduledir): Fix installation
3602         directory to match change in lookup location.
3603  
3604         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
3605         suffixes. Needs to be handled in g_module_build_path().
3606
3607         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
3608         appropriate.
3609  
3610 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
3611
3612         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
3613         causing RC properties not to work.
3614
3615 2001-09-11  Jakub Steiner <jimmac@ximian.com>
3616
3617         * gtk/stock-icons/dialog-error.png: less drastic
3618         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
3619           "STOP" is international enough.
3620         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
3621         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
3622
3623 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
3624
3625         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
3626         (add|remove)_selection_clipboard symmetric. (bug #59836)
3627
3628         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
3629         Avoid SEGV for empty tree. (bug #60243)
3630
3631 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
3632
3633         * tests/testgtk.c (create_idle_test): slight fix for
3634         g_object_set() not usable for nesting anymore.
3635
3636         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
3637         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
3638         properties, supply ::shadow_type properties instead as most
3639         other widgets do.
3640
3641 2001-09-10  Alex Larsson  <alexl@redhat.com>
3642
3643         * demos/gtk-demo/stock_browser.c:
3644         * gdk/gdkcolor.c:
3645         * gdk/gdkfont.c:
3646         * gdk/gdkcursor.c:
3647         * gdk/gdkevents.c:
3648         * gdk/gdkrectangle.c:
3649         * gtk/gtktypeutils.c:
3650         Update to use the new g_boxed_type_register_static API.
3651
3652 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
3653
3654         * gtk/gtktreestore.c:
3655         Fix looping in gtk_tree_store_init() waiting for zero random int.
3656
3657 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
3658
3659         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
3660         behaviour which havoc broke. they have to default to 1.0 for
3661         expand behaviour.
3662
3663         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
3664
3665 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
3666
3667         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
3668         Amend previous change to avoid runtime error in g_param_spec_ref()
3669
3670 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
3671
3672         * gtk/gtkrc.c (insert_rc_property): Fix blank line
3673         in the wrong place.
3674
3675 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
3676
3677         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
3678         do a lookup immediately after creating style->property_cache,
3679         since bsearch crashes on zero length for Solaris.
3680         (Found by Padraig O'Briain.)
3681
3682 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
3683
3684         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
3685         Really return NULL if not set.
3686         (gtk_widget_init): Remove unused varaible.
3687         
3688 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
3689
3690         * configure.in:
3691         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
3692         in cvs.
3693
3694 2001-09-08  Havoc Pennington  <hp@pobox.com>
3695
3696         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
3697         people might want to use
3698
3699 2001-09-08  Havoc Pennington  <hp@pobox.com>
3700
3701         * gtk/gtkalignment.c (gtk_alignment_class_init): default
3702         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
3703
3704         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
3705
3706         * gtk/gtktextiter.c: fix docs
3707         (gtk_text_iter_spew): get rid of this
3708
3709         * gtk/gtklayout.c: docs
3710
3711         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
3712         to center image and label together, instead of having image on
3713         left and label centered, patch/suggestion from Jacob
3714
3715         * gtk/gtkdialog.c: docs
3716
3717 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
3718
3719         * gtk/gtkliststore.c: Write documentation
3720         * gtk/gtktreestore.c: Write documentation
3721
3722 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
3723
3724         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
3725         with GArray and bsearch(), to remove dependency on a still
3726         evolving interface that we want to keep private to glib/gobject. 
3727
3728 2001-09-08  Havoc Pennington  <hp@pobox.com>
3729
3730         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
3731         docs fixes
3732
3733         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
3734
3735         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
3736
3737         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
3738
3739         * gtk/gtkscrolledwindow.h: docs fixes
3740
3741         * gtk/gtkimage.c (gtk_image_new): docs fixes
3742
3743 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
3744
3745         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
3746         false alarm  constness warning with a cast.
3747
3748         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
3749         for the inside-gdk case.
3750
3751 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
3752
3753         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
3754         remove g_print.
3755
3756         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
3757         change models, #59899
3758
3759 2001-09-07  Havoc Pennington  <hp@pobox.com>
3760
3761         * gtk/gtkmain.c: move some docs inline
3762
3763 2001-09-07  Havoc Pennington  <hp@pobox.com>
3764
3765         * gtk/gtk.h: tsk tsk, jrb broke the build
3766
3767 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
3768
3769         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
3770         Removed 'fill' attribute.  It was silly b/c that was a property of
3771         the cell renderer, anyway.
3772         (gtk_tree_view_column_render): Actually render the packed
3773         renderers.
3774         * doc/tree-column-sizing.txt: initial devel documentation.
3775         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
3776         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
3777
3778         * tests/testtreefocus.c: fix up to reflect above changes.
3779         * tests/testtreeview.c: ditto
3780         * demos/gtk-demo/stock_browser.c: ditto
3781
3782 2001-09-07  Alex Larsson  <alexl@redhat.com>
3783
3784         * gdk/linux-fb/gdkcolor-fb.c:
3785         Removed unused function.
3786         
3787         * gdk/linux-fb/gdkdrawable-fb2.c
3788         * gdk/linux-fb/gdkfont-fb.c:
3789         Use PangoLanguage functions.
3790
3791         * gdk/linux-fb/gdkinput.c:
3792         * gdk/linux-fb/gdkselection-fb.c:
3793         Fix const warnings.
3794         
3795         * gdk/linux-fb/gdkwindow-fb.c:
3796         Fix warning. Implement gdk_window_set_icon_list() and
3797         gdk_window_get_frame_extents(). (No icon support yet though.)
3798
3799         * gtk/gtkwindow.c (gtk_window_get_position):
3800         If window->frame is set get the extents of it instead.
3801         
3802 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
3803
3804         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
3805         Make the default default colormap the GdkRGB colormap,
3806         not the system colormap.
3807
3808         * gtk/gtkinvisible.c (gtk_invisible_init) 
3809           gtk/gtkwindow.c (gtk_window_init): Set the current
3810         colormap, as returned by _gtk_widget_peek_colormap()
3811         on the widget.
3812
3813         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
3814         to GTK+. Make it return %NULL instead of the default
3815         colormap if no colormap has explicitely been pushed.
3816
3817         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
3818         colormaps on ancestral widgets before defaulting the
3819         the system default colormap.
3820
3821         * docs/Changes-2.0.txt: explain colormap changes.
3822
3823 2001-09-07  Havoc Pennington  <hp@redhat.com>
3824
3825         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
3826         #57424
3827
3828 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
3829
3830         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
3831         make gdk_set_use_xshm a noop. Remove --no-xshm command line
3832         option. If we aren't autodetecting properly, we need
3833         to fix the problem, or at least make it an environment
3834         variable setting, to avoid problems with propagating
3835         to embedded children, plugins, etc.
3836
3837         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
3838
3839         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
3840         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
3841         New function to render a pixmap and mask for a particular colormap.
3842
3843         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
3844         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
3845         of internal implementation of the same.
3846
3847 2001-09-07  Havoc Pennington  <hp@redhat.com>
3848
3849         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
3850         debug code that seems to have caused a breakpoint in valid cases
3851         
3852         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
3853         pointer on the first view when adding the second view, fixes
3854         crash when closing gtk-demo text test with active selection
3855
3856         * gtk/gtktextbuffer.c
3857         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
3858         clipboards in the list of clipboards - probably fixes #59836
3859
3860 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
3861
3862       Make gdkx.h the only installed header from gdk/x11.
3863       All structures in gdk/x11 are opaque.
3864
3865         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
3866         Don't install gdk{drawable,pixmap,window}-x11.h.
3867
3868         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
3869         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
3870         GdkVisualClass into C files.
3871
3872         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
3873
3874         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
3875         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
3876         Add public functions to replace previously exported direct
3877         structure access.
3878         gdk_x11_colormap_get_{xdisplay,xcolormap} 
3879         gdk_x11_cursor_get_{xdisplay,xcursor},
3880         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
3881         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
3882         gdk_x11_gc_get_{xdisplay,ximage}
3883         
3884         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
3885         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
3886
3887       Fix a number of variables and functions that were exported
3888       "accidentally" from GDK.
3889
3890         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
3891         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
3892         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
3893         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
3894         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
3895         gdk_event_queue_find_first, gdk_event_queue_remove_link,
3896         gdk_event_queue_append, gdk_event_button_generate,
3897         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
3898
3899         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
3900            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
3901         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
3902         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
3903         gdk_use_xshm, gdk_input_ignore_core.
3904
3905         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
3906         #defines to namespace functions into the private _gdk_ 
3907         namespace.
3908
3909         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
3910         to replace gdk_parent_root exported variable. Adjust and
3911         deprecate GDK_ROOT_PARENT().
3912
3913         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
3914         GDK_ROOT_PARENT usage, remove includes of port-specific
3915         headers.
3916
3917         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
3918         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
3919         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
3920
3921         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
3922         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
3923         gdk_wm_delete_window functions, gdk_wm_take_focus, 
3924         use gdk_atom_intern() instead.
3925
3926         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
3927           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
3928           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
3929           gtk/gtkselection.c 
3930         Unexport gdk_selection_property, just use 
3931         gdk_atom_intern ("GDK_SELECTION").
3932
3933         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
3934         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
3935         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
3936         GdkVisualprivate, gdk_x11_gc_flush.
3937
3938       Make a number of public exports of variables into functions
3939       to increase encapsulation.
3940
3941         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
3942         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
3943         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
3944
3945         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
3946         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
3947         gdk_error_warnings.
3948
3949         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
3950           docs/Changes-2.0.txt: 
3951         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
3952         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
3953         Add gdk_x11_get_default_xdisplay().
3954
3955         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
3956         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
3957         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
3958         Don't export gdk_progclass, move --class command line
3959         option and handling to common portion of GDK.
3960
3961       Miscellaneous fixes:
3962
3963         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
3964         g_return_val_if_fail that should have been g_return_if_fail.
3965
3966         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
3967         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
3968
3969         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
3970         X11 dependency.
3971
3972         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
3973         Remove unused gdk_key_repeat_disable/restore.
3974
3975         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
3976         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
3977         Remove unused gdk_null_window_warnings variable.
3978
3979         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
3980         it can be retrieved from the repository; it is too far
3981         from functional to be worth having people check out;
3982         it would be easier to start from scratch, I suspect.
3983
3984         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
3985
3986         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
3987         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
3988         Fix some accidentally global variables and unused global variables.
3989
3990         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
3991         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
3992         Fix some accidentally global variables and unused global variables.
3993
3994       Add some space for future expansion to multihead.
3995
3996         * gdk/gdkdrawable.h: Add four reserved function pointers
3997         for future expansion of GdkDrawableClass.
3998
3999         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
4000         where we can put a GdkScreen * later.
4001
4002 2001-09-07  Havoc Pennington  <hp@redhat.com>
4003
4004         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
4005         adjustments after validating destination yrange; fixes #53918
4006         (This may cause other issues, but I hope it won't)
4007         
4008 2001-09-05  Havoc Pennington  <hp@redhat.com>
4009
4010         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
4011         line into start line, update the character counts in parent nodes; 
4012         caused a bug when end and start line had different parent nodes.
4013
4014 2001-08-30  Havoc Pennington  <hp@redhat.com>
4015         
4016         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
4017         assertion that tag is in a table
4018
4019 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
4020
4021         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
4022         g_strcasecmp on NULL strings. (#59058)
4023
4024 2001-09-06  Alex Larsson  <alexl@redhat.com>
4025
4026         * gtk/gtkbin.c:
4027         * gtk/gtkfontsel.c:
4028         * gtk/gtkspinbutton.c:
4029         * gtk/gtktipsquery.c:
4030         Use GtkType/GType instead of uint.
4031
4032 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
4033
4034         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
4035         sort column.
4036
4037         * gtk/gtktreestore.c (gtk_list_store_init): ditto
4038
4039         * gtk/gtktreesortable.c: add docs.
4040
4041 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
4042
4043         * Version 1.3.7
4044
4045         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
4046         docs for gtk-config
4047
4048         * modules/input/Makefile.am (install-data-local): Don't
4049         run gtk-query-immodules if DESTDIR is set.
4050
4051         * NEWS: Various additions.
4052
4053 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
4054
4055         * NEWS: updates for 1.3.7 release.
4056
4057 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
4058
4059         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
4060         handle default sort feature
4061
4062         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
4063         new function to handle default sort.
4064         (gtk_tree_sortable_has_default_sort_func): check if default sort
4065         is set.
4066
4067         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
4068         handle default sort feature
4069
4070 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
4071
4072         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
4073         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
4074         #59731
4075
4076 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
4077
4078         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
4079         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
4080         time, #59727
4081
4082         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
4083         correctly.
4084
4085 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
4086
4087         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
4088         so that we don't eternally update the keymap after we
4089         get a change notification.
4090
4091         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
4092         incorrect cast.
4093
4094 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
4095
4096         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
4097         it working. It mostly works now, although there're still a few issues
4098         to be worked out.
4099
4100         * tests/testtreesort.c (main): changes to have a better test
4101         application for the GtkTreeModelSort.
4102
4103 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
4104
4105         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
4106         fix for bug #59222.
4107
4108         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
4109         gpointer search_data argument to function definition and
4110         prototype, to match GtkTreeViewSearchEqualFunc typedef.
4111
4112 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
4113
4114         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
4115         per jrb's request.
4116
4117 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
4118
4119         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
4120
4121         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
4122
4123 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
4124
4125         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
4126         Instead of always mirroring the selection to a single PRIMARY
4127         selection, allow it to be mirrored to any number of clipboards.
4128
4129         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
4130         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
4131
4132         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
4133         GtkClipboard argument, and for paste_clipboard, the
4134         @override_location argument from @paste_primary.
4135
4136         * gtk/gtktextview.c: Adapt to above change.
4137         
4138 2001-08-30  Havoc Pennington  <hp@redhat.com>
4139
4140         * gtk/gtktextview.c (invalidated_handler): put validate idle at
4141         resize - 2 just for flexibility
4142
4143 2001-08-30  Havoc Pennington  <hp@redhat.com>
4144
4145         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
4146         object from the empty-child-anchor case by drawing a little box.
4147         
4148         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
4149         if the child anchor has no anchored widgets - fixes #59328.
4150
4151         Also, remove bizarre deletion of preedit string that seems to have
4152         gotten in here somehow.
4153
4154 2001-08-30  Havoc Pennington  <hp@redhat.com>
4155
4156         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
4157         to #58420 from Hidetoshi Tajima and Matthias Clasen
4158
4159 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
4160
4161         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
4162         change color when the GtkTreeView loses focus.
4163
4164         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
4165         ditto.
4166         
4167         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
4168
4169 2001-08-28  Havoc Pennington  <hp@pobox.com>
4170
4171         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
4172
4173 2001-08-28  Havoc Pennington  <hp@pobox.com>
4174
4175         * demos/gtk-demo/main.c (setup_default_icon): add default icon
4176
4177         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
4178         warning fix
4179         (gtk_radio_button_new_with_label): warning fix
4180
4181         * gtk/gtkdnd.c: used some random GtkImage private structs, 
4182         update to reflect GtkImage changes
4183
4184         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
4185         whether the hint is supported, just always set the icon. A task
4186         list might want to use it even if the WM doesn't, and the WM may
4187         change over time. Also, XDeleteProperty() if list == NULL.
4188
4189         * gtk/gtkwindow.c (gtk_window_set_icon_list)
4190         (gtk_window_get_icon_list)
4191         (gtk_window_set_icon)
4192         (gtk_window_get_icon)
4193         (gtk_window_set_default_icon_list)
4194         (gtk_window_get_default_icon_list):
4195         new functions
4196
4197         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
4198
4199         * gtk/gtkimage.c: Implement property support, bug #59408
4200
4201         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
4202         on reparent-without-removing-first a bit more helpful.
4203         Let's just destroy this FAQ.
4204
4205 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
4206
4207         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
4208         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
4209
4210 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
4211
4212         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
4213         of use_text_format to the end of the function. (#56447)
4214
4215 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
4216
4217         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
4218         only in response to an area_prepared signal.
4219
4220 2001-08-28  Alex Larsson  <alexl@redhat.com>
4221
4222         * gtk/gtkwidget.c (gtk_widget_class_init):
4223         Make unrealize GTK_RUN_LAST.
4224
4225 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
4226
4227         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
4228         with_label and with_mnemonic should create radio buttons, not
4229         check buttons
4230
4231 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
4232
4233         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
4234         * tests/treestoretest.c (make_window): ditto
4235         * demos/gtk-demo/main.c (create_tree): ditto
4236         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
4237
4238 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
4239
4240         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
4241         GTK selection types rather than GtkTreeSelectionMode.
4242
4243         * docs/Changes-2.0: Add comment about selection change.
4244
4245 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
4246
4247         * gtk/gtkenums.h (GtkSelectionMode): deprecate
4248         GTK_SELECTION_EXTENDED.
4249
4250         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
4251         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
4252
4253         * gtk/gtkctree.c: ditto
4254
4255         * gtk/gtklist.c: ditto
4256
4257         * gtk/gtktree.c: ditto
4258
4259 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
4260
4261         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
4262         of typos in compat macros. (#59624, Skip Montaro)
4263
4264 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
4265
4266         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
4267         macro.
4268
4269          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
4270  
4271         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
4272         interface to be a standard setter from gtk_menu_item_right_justify.
4273         (gtk_menu_item_get_right_justified): a getter to go with the setter
4274
4275         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
4276         gtk_menu_item_right_justify.
4277
4278         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
4279         gtk_menu_item_set_right_justified.
4280  
4281 2001-08-27  Jens Finke <jens@gnome.org>
4282
4283         * gtk+.spec.in: Updated to match gpp requirements, reworked the
4284         files section to make it work with 1.3.x releases.
4285
4286 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
4287
4288         * gtk/gtkbutton.[ch]:
4289         Add properties for labels, mnemonics and stock items.
4290         Added C accessor functions for the properties.
4291         Removed deprecated button->child.
4292
4293         * gtk/gtkradiobutton.c:
4294         * gtk/gtktogglebutton.c:
4295         Update to use the functions in GtkButton.
4296
4297         * gtk/gtkcheckbutton.c:
4298         Update to use the functions in GtkButton.
4299         Changed size allocation of child. Now only gets as much
4300         space as it requests.
4301
4302         * gtk/gtkclist.c:
4303         Don't use GtkButton->child
4304
4305         * gtk/gtklabel.c:
4306         Fixed typo in docs
4307         
4308 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
4309
4310         * tests/testgtk.c:
4311         * tests/Makefile.am:
4312         Ressurect the properties test.
4313         I don't care if it is inferior, I just want to test my property code.
4314
4315 2001-08-25  Chema Celorio  <chema@celorio.com>
4316
4317         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
4318         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
4319         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
4320
4321 2001-08-24  Havoc Pennington  <hp@pobox.com>
4322
4323         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
4324         these are already in gtkmenu.h, and the copies
4325         here were broken.
4326
4327         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
4328
4329         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
4330         special-case bitmaps to allow no colormap
4331         (bitmap1): implement no-colormap bitmap-getting
4332         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
4333         alpha
4334         (rgb8): indentation
4335         (rgb1a, rgb1): change the way we read the data out of the image, 
4336         old way didn't seem to work quite right.
4337
4338         I'm pretty sure a lot of the rgbconvert code is still broken.
4339         
4340         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
4341         above position constraint (I really intended to do this before,
4342         don't know what's up with that)
4343         (gtk_XParseGeometry): shut up gcc
4344
4345         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
4346         and "0" should have been. remove the attempted 4-bytes-at-once
4347         optimization, it was totally broken.
4348
4349 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
4350
4351         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
4352         on push to buttons (based on patch from Soeren Sandmann, #54720)
4353
4354           - Add child_displacement_x/y style properties to control how far the
4355             child moves when the button is depressed.
4356
4357           - Add non-exported function _gtk_button_set_depressed to clean
4358             up the handling of the in/out shadow and separate it frmo
4359             widget->state.
4360
4361           - Lots of code cleanup and simplification of state handling
4362             for GtkButton/GtkToggleButton.
4363  
4364         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
4365         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
4366
4367 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
4368
4369         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
4370         and make gtk_image_new() take no arguments. The compiler will
4371         catch it, and it is vastly more useful than having
4372         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
4373
4374         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
4375         to add tearoff-title property (#51319, Lee Mallabone)
4376
4377 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
4378
4379         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
4380         gtk_menu_item_configure(). (#58925)
4381
4382 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
4383
4384         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
4385         "use_align" to give people the option to just make a cell visible.
4386
4387         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
4388         we were scrolling past the end of the tree.
4389
4390         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
4391         rename gtk_tree_view_column_pack_start_cell_renderer to
4392         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
4393
4394 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
4395
4396         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
4397         a stray g_object_ref() left over from gtk_object_ref/sink.
4398         (Pointed out by Josh Pritikin.)
4399
4400 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
4401
4402         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
4403         to gtk_container_get_children. Added deprecated compatibility
4404         macro. (Suggested by Vitaly Tishkov, #59051)
4405
4406         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
4407         calls.
4408
4409 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
4410
4411         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
4412         gtk_menu_bar_append/prepend/insert, forgot to do this
4413         when we deprecated gtk_menu_append/prepend/insert.
4414
4415         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
4416         compat macros.
4417
4418         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
4419         renamed by compat macro.
4420
4421         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
4422         gtk_font_selection_dialog_get_font(). (Suggested by
4423         Vitaly Tishkov, #59383)
4424
4425 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
4426
4427         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
4428         Rename from gtk_text_tag_table_size(). (#59366)
4429
4430 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
4431
4432         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
4433         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
4434         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
4435         (#59173).
4436
4437 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
4438
4439         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
4440         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
4441         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
4442
4443 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
4444
4445         [ Patch from Sebastian Wilhelmi, 52790 ]
4446
4447         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
4448
4449         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
4450         Move compatibility macros from g[dt]kcompat.h to within 
4451         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
4452
4453         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
4454
4455         * demos/Makefile.am demos/gtk-demo/Makefile.am 
4456           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
4457           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
4458
4459         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
4460                  testpixbuf.c}: Fix usages of deprecated functions.
4461
4462 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
4463
4464         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
4465         when changing models.
4466
4467 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
4468
4469         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
4470         We check the current event for modifiers rather than try to trap
4471         all presses.
4472
4473 2001-08-22  Anders Carlsson  <andersca@gnu.org>
4474
4475         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
4476         It's LIST_STORE, not LISTSTORE.
4477
4478 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
4479
4480         * gtk/gtk.h: Remove commented out gtkpacker reference.
4481
4482 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4483
4484         * configure.in (all_loaders): Add tga loader, 
4485         patch by Nicola Girardi. (#56067)
4486
4487 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
4488
4489         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
4490         a little.  More needs to be done tomorrow.
4491
4492 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
4493
4494         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
4495
4496 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
4497
4498         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
4499         reported by Kristian Rietveld <kristian@planet.nl> to handle row
4500         == NULL.
4501         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
4502         <kristian@planet.nl> to change destroy order.
4503
4504 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
4505
4506         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
4507         correct marshaller.
4508
4509 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
4510
4511         * gtk/gtkliststore.c: Fix up warnings, #58928.
4512
4513         * gtk/gtktreeselection.h: Change signal prototype, #58647
4514
4515         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
4516         #59221.
4517
4518         * gtk/gtkstyle.c: Actually prelight arrow, #50981
4519         
4520 2001-08-18  Hans Breuer  <hans@breuer.org>
4521
4522         * gdk/gdk.def : updated externals
4523
4524         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
4525         is required to get (at least) visible in entry fields. Some selections
4526         are really handled now - even on win32 - but copying via middle
4527         mouse button into a different app needs to wait ... 
4528
4529         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
4530         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
4531
4532         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
4533         handling. I'm not sure if it is better now, but at least not worse
4534
4535         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
4536         with SetWindowPos () which allows more fine-tuning backing-store wise
4537
4538         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
4539         Also changed move/resize to be more like the X version.
4540
4541         * gtk/gtk.def : updated externals
4542
4543 2001-08-19  Sven Neumann  <sven@gimp.org>
4544
4545         * gtk/gtktooltips.c
4546         * tests/testtreesort.c
4547         * tests/treestoretest.c: inserted some casts to get rid of compiler
4548         warnings.
4549
4550 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
4551
4552         * gtk/gtktreeviewcolumn.c
4553         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
4554
4555         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
4556         (_gtk_tree_view_find_node): If *node is NULL,
4557         *tree should be NULL too.
4558
4559         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
4560         column/renderers.
4561         * tests/testtreecolumns.c: ditto
4562         * tests/testtreefocus.c: ditto
4563         * tests/testtreesort.c: ditto
4564         * tests/testtreeview.c: ditto
4565         * tests/treestoretest.c: ditto
4566
4567 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
4568
4569         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
4570         signals; is_expander/is_expanded.
4571
4572         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
4573         pixbufs.
4574
4575         * gtk/gtktreeview.c: set above properties.
4576
4577 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
4578
4579         * gtk/gtkwidget.h: Really remove set_default_style().
4580
4581         * docs/Changes-2.0.txt: added a note about
4582         gtk_widget_push/pop/set_default_style.
4583
4584 2001-08-18  Havoc Pennington  <hp@pobox.com>
4585
4586         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
4587         hints_changed in addition to the other cases.
4588         (gtk_window_move_resize): include last position from configure
4589         notify in debug spew
4590
4591 2001-08-18  James Henstridge  <james@daa.com.au>
4592
4593         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
4594         second argument to the weak ref notify, cleaning up some uglyness.
4595         (gtk_accel_group_attach): remove and add the weak notifier when
4596         changing the accel groups slist.
4597         (gtk_accel_group_detach): same here.
4598
4599 2001-08-17  Darin Adler  <darin@bentspoon.com>
4600
4601         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
4602         missing parameters to utf8 functions to make it compile.
4603
4604 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
4605
4606         * gtk/gtktreeprivate.h:
4607         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
4608         (gtk_tree_view_init), (gtk_tree_view_set_property),
4609         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
4610         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
4611         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
4612         (gtk_tree_view_set_destroy_count_func),
4613         (gtk_tree_view_set_enable_search),
4614         (gtk_tree_view_get_enable_search),
4615         (gtk_tree_view_get_search_column),
4616         (gtk_tree_view_set_search_column),
4617         (gtk_tree_view_get_search_equal_func),
4618         (gtk_tree_view_set_search_equal_func),
4619         (gtk_tree_view_search_dialog_destroy),
4620         (gtk_tree_view_search_position_func),
4621         (gtk_tree_view_interactive_search),
4622         (gtk_tree_view_search_delete_event),
4623         (gtk_tree_view_search_button_press_event),
4624         (gtk_tree_view_search_key_press_event),
4625         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
4626         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
4627         * gtk/gtktreeview.h:
4628         Add heavily modified patch from Kristian Rietveld to handle
4629         interactive searching.
4630
4631 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
4632
4633         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
4634         string parameter.
4635
4636         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
4637         GtkMenuShell::selection_done, now that we have it, instead of 
4638         ::deactivate so we're not tearing the menu apart and notify
4639         the user prematurely.
4640
4641 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
4642
4643         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
4644         window, clear window->need_default_position to avoid infinite loops.
4645         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
4646
4647 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
4648
4649         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
4650         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
4651         (gtk_tree_view_set_property): don't cast possible NULL objects.
4652         (gtk_tree_view_destroy): reset the model to NULL.
4653
4654         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
4655         parent_class handler.
4656
4657 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4658
4659         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
4660
4661 2001-08-17  Anders Carlsson  <andersca@gnu.org>
4662
4663         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
4664         point numbers so that the result will be floating point.
4665
4666 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4667
4668         * tests/testgtk.c (create_handle_box): 
4669         (create_toolbar): Replace gtk_window_set_policy calls by
4670         gtk_window_set_resizable.
4671
4672 2001-08-16  Jakub Steiner <jimmac@ximian.com>
4673
4674         * gtk/stock-icons/dialog_info.png: new style bulb
4675         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
4676         * gtk/stock-icons/dialog_warning.png: need a hand?
4677         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
4678           the aa border gets chopped off ok
4679         * gtk/stock-icons/stock_colorselector.png: using the new hand
4680         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
4681           this one is for, but the old icon was butt ugly.
4682         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
4683         * gtk/stock-icons/stock*_insert_object.png: "
4684         * gtk/stock-icons/stock_index.png: using new hand icon
4685         * gtk/stock-icons/stock*_new.png: the document template being used 
4686           elsewhere too
4687         * gtk/stock-icons/stock*_print*.png: new print and print preview 
4688           icons (panel/menu)  
4689         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
4690           icons based on Tuomas' floppy image.
4691         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
4692         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
4693         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
4694         * gtk/stock-icons/stock*_undelete.png: "
4695         * gtk/stock-icons/stock_preferences.png: I have a version with a 
4696           document base if the sliders are no good.
4697         * gtk/stock-icons/stock_properties.png: properties 
4698         
4699
4700         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
4701           (tigert@ximian.com) clipboard icons
4702         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
4703         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
4704         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
4705           little bigger IMHO
4706
4707 2001-08-16  Sven Neumann  <sven@gimp.org>
4708
4709         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
4710
4711 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
4712
4713         * gtk/gtkcellrenderertext.c:
4714         Avoid warning when specifying NULL for "attributes" property
4715
4716 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4717
4718         * docs/debugging.txt: Add a warning about --enable-debug=no,
4719         some editorial changes.
4720
4721 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4722
4723         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
4724         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
4725         debugging info, remove unused debug flags. (#58330)
4726
4727 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
4728
4729         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
4730         (gtk_tree_selection_select_all): Remove strict checking for rows.
4731
4732 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4733         
4734         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
4735         Don't remove the tooltip window when the tip text changes. (#15891)
4736
4737 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
4738
4739         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
4740         $(srcdir).
4741
4742 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
4743
4744         * Makefile.am (EXTRA_DIST): Fix problem with trying to
4745         dist files from intl/, which is no longer there.
4746
4747 2001-08-11  Hans Breuer  <hans@breuer.org>
4748
4749         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
4750           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
4751           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
4752           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
4753           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
4754           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
4755
4756         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
4757           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
4758         GDK_TYPE_EVENT signals
4759
4760         * gtk/gtkalignment.c : removed 'direct allocation bug',
4761         which Tim discovered while reading the patch
4762
4763 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
4764
4765         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
4766         compat macros for push/pop/set_visual that were supposed
4767         to be added a long time ago, but got dropped. 
4768
4769 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
4770
4771         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
4772         property notifies.
4773
4774 2001-08-07  Havoc Pennington  <hp@pobox.com>
4775
4776         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
4777
4778         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
4779         some fixage is needed here, but nothing simple. Owen understands
4780         it. ;-)
4781
4782         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
4783         sizing and positioning.  Also, fix bug in compute_geometry_hints
4784         (width/height confusion for setting min size). 
4785         (gtk_window_move): new function
4786         (gtk_window_resize): new function
4787         (gtk_window_get_size): new function
4788         (gtk_window_get_position): new function
4789         (gtk_window_parse_geometry): new function
4790         
4791         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
4792         (gtk_widget_get_size_request): new function
4793         (gtk_widget_get_usize): delete, that was a short-lived function
4794         ;-)
4795         (gtk_widget_set_usize): deprecate
4796         (gtk_widget_set_uposition): deprecate, make it a trivial 
4797         gtk_window_move() wrapper
4798         (gtk_widget_class_init): remove x/y/width/height properties,
4799         add width_request height_request
4800         
4801         * demos/*: update to avoid deprecated functions
4802         
4803         * gtk/gtklayout.c: add x/y child properties
4804
4805         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
4806         uses of "gint16"
4807
4808         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
4809         sizing test
4810
4811         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
4812         configure events on toplevel windows are always in root window
4813         coordinates, following ICCCM spec that all synthetic events 
4814         are in root window coords already, while real events are 
4815         in parent window coords. Previously the code assumed that 
4816         coords of 0,0 were parent window coords, which was 
4817         really broken.
4818   
4819         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
4820         warning
4821  
4822         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
4823         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
4824         hints in gtk_window_parse_geometry()
4825  
4826         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
4827         new USER_POS USER_SIZE hints    
4828
4829 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4830
4831         * tests/prop-editor.c (properties_from_type): Use 
4832         g_object_class_list_properties to get the param specs 
4833         for a given type. (#58609)
4834
4835 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4836
4837         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
4838         free the text_aa parts. (#57549)
4839
4840 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4841
4842         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
4843         not the foreground color. (#57621)
4844
4845 2001-08-09  Alexander Larsson <alexl@redhat.com>
4846
4847         * gdk/win32/gdkfont-win32.c:
4848         Update to the new pango win32 api.
4849
4850 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
4851
4852         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
4853         COMPOUND_TEXT instead of TEXT
4854         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
4855         interpret the return value of g_string_to_compound_text()
4856         (#55152)
4857
4858 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4859
4860         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
4861         fail if iter is NULL. (#58347)
4862
4863 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4864
4865         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
4866         some off-by-one issues, fixing selection of line-ends. (#50323)
4867
4868 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4869
4870         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
4871         functions in order to make mouse operation work again in the
4872         color wheel. (#58604)
4873
4874 2001-08-07  James Henstridge  <james@daa.com.au>
4875
4876         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
4877         the accelerator when the accel object is changed.  Fixes bug
4878         #58628.
4879
4880 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
4881
4882         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
4883         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
4884         (gnome bugzilla #58202)
4885
4886 2001-08-06  Havoc Pennington  <hp@pobox.com>
4887  
4888         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
4889         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
4890         it was expecting a GdkWindow, not a GdkWindowImplX11.
4891  
4892         Also, we were getting the window rect in screen coords 
4893         and the screen rect in window coords then intersecting 
4894         them; instead, get window rect in window coords.
4895  
4896         Finally, there were codepaths that resulted in a stuck server grab
4897         (when the window was fully onscreen, or on gdk_image_new()
4898         failure); make the server ungrab thing a bit more
4899         robust/consistent.
4900
4901 2001-08-06  Sven Neumann  <sven@gimp.org>
4902
4903         * gdk/gdkpango.c (gdk_pango_context_destroy): 
4904         check if info->colormap != NULL before unref'ing it. It might have
4905         been set to NULL using gdk_pango_context_set_colormap().
4906
4907 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
4908
4909         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
4910         Fix conversion from float to int so that we don't get
4911         skew in the int => float => int roundtrip. 
4912         (#58120, reported by Vitaly Tishkov). Also fix problem
4913         where if no alpha was set, the returned alpha
4914         from (say) set_current_alpha() was returned as 1, not 65535.
4915
4916 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
4917
4918         * gtk/gtklist.c (gtk_list_clear_items): Fix
4919         problem with selecting a new focus child.
4920
4921         * gtk/gtklist.c (gtk_list_clear_items): Clear 
4922         list->undo/list_focus_child after unparenting
4923         child, since unparenting the child can result
4924         in list->last_focus_child being set. (#58024)
4925
4926         * Makefile.am (SUBDIRS): Add target specific pc
4927         files to DISTCLEANFILES.
4928
4929         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
4930         (58327, Matthias Clasen)
4931
4932 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
4933
4934         * tests/testgtk.c: Patch from Hans (with various modifications),
4935         to add the ability to use testgtk as a rough-and-ready
4936         benchmark. Try, 'testgtk --bench all:5' (if you want decent
4937         numbers, run without a window manager)
4938
4939 2001-08-04 Alexander Larsson <alexl@redhat.com>
4940
4941         * gdk/win32/gdkinput.c:
4942         Add #ifdef HAVE_WINTAB around wintab.h include.
4943
4944         * gtk/gtk.def:
4945         Removed marshals that have been moved to glib.
4946         Commented out plug and socket. They didn't compile for me 
4947         on win32.
4948
4949 2001-08-04  Hans Breuer  <hans@breuer.org>
4950
4951         * gtk/stocks-icons/makefile.msc : new file
4952         * gtk/makefile.msc.in : use it
4953
4954         * gtk/gtkstyle.c : not all platforms do provide M_PI and
4955         friends, but luckily there is G_PI
4956
4957         * gtk/gtk.def : updated
4958
4959         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
4960         windows WS_POPUP, but only those without a parent. This fixes the 
4961         mis-alignment between the selectable (temp, input only) window and 
4962         the window text of GtkLabel.
4963
4964         (gdk_window_show) : respect private->state when actually showing
4965         the window.
4966
4967         (gdk_window_set_transient_for) : Implementation from Wolfgang 
4968         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
4969         error handling. Should fix #50586.
4970
4971         * gdk/win32/gdkevents-win32.c : beautify log output
4972
4973 2001-08-04  Michael Natterer  <mitch@gimp.org>
4974
4975         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
4976         Need to show the image after adding it to the GtkImageMenuItem.
4977         This used to work without in testgtk because of the
4978         gtk_widget_show_all() at the end of the function.
4979         (Closes #54978).
4980
4981 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
4982
4983         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
4984         (gtk_notebook_set_child_property): fix finding of child's page,
4985         since we have to validly deal with labels and menus here as well.
4986         (gtk_notebook_get_child_property): fix warning.
4987         (gtk_notebook_class_init): property tab_pack is of type
4988         GTK_TYPE_PACK_TYPE (enum) not boolean.
4989         (gtk_notebook_find_child): don't always warn, we might be looking
4990         for a label or menu child.
4991         (gtk_notebook_map): fix mapping of panel.
4992
4993         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
4994         widget's mapped state, regardless of the value being set equals
4995         old settings, since things like REALIZED(parent) or MAPPED(parent)
4996         may have changed since the old value was set. make it an error to
4997         invoke this function on a toplevel widget.
4998
4999 2001-07-31  Darin Adler  <darin@bentspoon.com>
5000
5001         * gdk/gdkprivate.h:
5002         * gdk/x11/gdkx.h:
5003         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
5004
5005         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
5006         GTK_OBJECT.
5007
5008 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
5009
5010         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
5011         scoping error pointed out by matthiasc@poet.de.
5012
5013 2001-07-31  Sven Neumann  <sven@gimp.org>
5014
5015         * demos/gtk-demo/appwindow.c
5016         * demos/gtk-demo/item_factory.c
5017         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
5018
5019 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
5020
5021         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
5022         argument order for g_signal_has_handler_pending.
5023
5024 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
5025
5026         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
5027         instead of long deprecated g_scanner_stat_mode().
5028
5029 2001-07-29  Hans Breuer  <hans@breuer.org>
5030
5031         * gdk/makefile.msc : build in the backend dir after
5032         auto-generating files
5033
5034         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
5035         with code from win32-production-branch.
5036
5037         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
5038         before calling DestroyWindow, which indirectly calls 
5039         gdk_window_destroy_notify ()
5040
5041         (performance patch merged from win32-production-branch)
5042         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
5043         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
5044         R2_COPYPEN rop). It is claimed to be much faster.
5045
5046 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
5047
5048         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
5049         add an "attributes" property to the text renderer for ATK.
5050
5051 2001-07-26  Alex Larsson  <alexl@redhat.com>
5052
5053         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
5054         Initialize image->bits_per_pixel from the drawable, not from
5055         the root window.
5056
5057         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
5058         Fix cast. argument is an IMPL already.
5059
5060 2001-07-15  James Henstridge  <james@daa.com.au>
5061
5062         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
5063         (gtk_window_remove_accel_group): same here.
5064         (gtk_window_key_press_event): same here.
5065
5066         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
5067         (gtk_widget_remove_accelerator): same here.
5068         (gtk_widget_remove_accelerators): same here.
5069
5070         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
5071
5072         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
5073         instead of GtkObject.
5074
5075         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
5076         now takes GObjects.
5077
5078         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
5079         pass a GObject to gtk_accel_group_entries_from_object.
5080         (gtk_item_factory_create_item): s/accel_widget/accel_object/
5081
5082         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
5083
5084         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
5085
5086         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
5087         GObjects can have accelerators set now.  Add compatibility
5088         defines.
5089
5090         * gtk/gtkmarshal.list: add missing marshallers.
5091
5092         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
5093         accelerators on plain GObjects.  gtk_accel_group_object_destroy
5094         has been converted into a weak reference, and
5095         gtk_accel_group_delete_entries is now a destroy notify for that
5096         piece of data.
5097
5098 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
5099
5100         * gdk/gdkdraw.c: Added a check on the colormap depth to
5101         gdk_drawable_set_colormap()
5102         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
5103         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
5104         for pixmaps without visuals (more specifically, bitmaps)
5105         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
5106         doesn't set a colormap with the wrong depth
5107
5108
5109 2001-07-22  Anders Carlsson  <andersca@gnome.org>
5110
5111         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
5112         expander_height and expander_width properties with a single
5113         property, expander_size.
5114         (gtk_tree_view_init): Set the tab_offset to expander_size
5115         plus some padding.
5116         (gtk_tree_view_unrealize): Remove the expand/collapse
5117         timeout if it exists.
5118         (coords_are_over_arrow): Fix a small bug.
5119         (gtk_tree_view_motion_draw_column_motion_arrow): Use
5120         expander_size.
5121         (gtk_tree_view_draw_focus): Use "treeview" instead of
5122         "add-mode" as detail when drawing the focus.
5123         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
5124         instead of "add-mode" as detail when drawing the focus.
5125         (gtk_tree_view_deleted): If we have a node currently being
5126         expanded or collapsed, remove the timeout and set the node 
5127         to NULL.
5128         (gtk_tree_view_queue_draw_arrow): New function that just
5129         redraws the arrow of a node.
5130         (gtk_tree_view_draw_arrow): Use expander_size instead of
5131         expander_width/expander_height, also pass a different
5132         expander_style to gtk_paint_expander depending on the 
5133         state of the node being drawn.
5134         (expand_collapse_timeout): New function for expanding 
5135         or collapsing a node depending on the previous state.
5136         (gtk_tree_view_real_expand_row): Add timeout and set 
5137         correct state for node being expanded.
5138         (gtk_tree_view_real_collapse_row): Add timeout and set
5139         correct state for node being collapsed.
5140
5141         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
5142         information about the node currently being expanded or
5143         collapsed, and also a timeout id.
5144
5145         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
5146         with expander_style for draw_expander.
5147
5148         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
5149         expander_style.
5150         (create_expander_affine): New function for creating an 
5151         expander affine.
5152         (apply_affine_on_point): New function for applying an 
5153         affine to a point.
5154         (gtk_default_draw_expander): Modified to take expander_style
5155         instead of is_open, and to draw the rectangle rotated differently
5156         depending on the expander style.
5157         (gtk_paint_expander): Replace is_open with expander_style.
5158
5159         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
5160
5161         * gtk/gtkenums.h: Add expander style enum.
5162
5163 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
5164
5165         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
5166         value from gtk_tree_model_get_iter, the model might be empty.
5167
5168 2001-07-20  Hans Breuer  <hans@breuer.org>
5169
5170         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
5171         gdk/gdkinput.c like the other backends
5172
5173         * gdk/win32/gdkinput-win32.h :
5174         * gdk/win32/gdkinput.c :
5175         * gdk/win32/gdkvisual-win32.c :
5176         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
5177         GdkVisual GObjectification. UNTESTED for pen-devices because
5178         I simply have none.
5179
5180         * gdk/gdk.def :
5181         * gtk/gtk.def : updated externals
5182
5183         * gtk/gtkiconfactory.c :
5184         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
5185         before passing &error to functions to avoid strange crashes
5186         
5187         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
5188
5189         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
5190
5191         * gtk/makefile.msc.in : updated
5192
5193 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
5194
5195         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
5196         Add property support. (#51858)
5197
5198 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
5199
5200         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
5201         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
5202         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
5203
5204 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
5205
5206         * gtk/gtkcolorsel.c: Add propery support (roughly
5207         based on patch from Lee Mallabone, #51014)
5208
5209         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
5210         deprecated, since we already g_warning() on it.
5211
5212 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
5213
5214         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
5215         typo that sometimes caused selection not to work properly.
5216
5217         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
5218         entry when tabbing in. (#57743)
5219         
5220         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
5221         user drags up above or down below the entry, move
5222         to the end or the beginning of the entry. (Suggestion
5223         from Jay Cox, #50940)
5224
5225         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
5226         a current selection, then when moving by chars or
5227         words, move to the end of the selection rather than
5228         from entry->current_pos. (Suggestion from Jay Cox,
5229         #50942)
5230         
5231 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
5232
5233         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
5234         set window->decorated. (Patch from Hidetoshi Tajima,
5235         #55846)
5236
5237 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
5238
5239         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
5240         the widget/child realization/mapping invariants.
5241
5242         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
5243         gtk_widget_[get/set]_child_visible() to control
5244         whether visible children of a mapped window are
5245         mapped.
5246
5247         * docs/widget_system.txt: Updated for changes in
5248         container contract, and addition of GTK_CHILD_VISIBLE.
5249
5250         * gtk/gtkcontainer.c: Add generic map()/unmap()
5251         functions that work for almost all containers.
5252
5253         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
5254         gtk_widget_set_child_visible() where necessary.
5255
5256         * gtk/*.c: Remove excess map(), unmap(), and 
5257         realization/mapping invariant enforcing code
5258         from many containers.
5259
5260 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
5261
5262         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
5263         Get the foreground color from 'text', nor 'fg'. (#57568)
5264
5265 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
5266
5267         * gtk/*.c: Patch from Matthias Clasen to remove remove
5268         all instances of g_return_if_fail (foo != NULL); that are
5269         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
5270         since the second check catches the NULL anyways.
5271
5272 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
5273
5274         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
5275         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
5276         GDK_THREADS_ENTER()/LEAVE() pairs.
5277
5278         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
5279         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
5280         pairs. (Problem found by M. Meeks)
5281
5282 2001-07-18  Darin Adler  <darin@bentspoon.com>
5283
5284         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
5285         that we don't get a g_warning message every time we register a new
5286         icon size.
5287
5288         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
5289         using pixel variable of the correct type.
5290         
5291 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
5292
5293         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
5294         so that using X functions on a GdkWindow is possible, if
5295         a little hairy.
5296
5297         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
5298         and ts_origin of a GC, so that external parties can offset/restore
5299         a GC, when using gdk_window_get_internal_paint_info().
5300
5301 2001-07-17  Darin Adler  <darin@bentspoon.com>
5302
5303         * .cvsignore: Ignore the sgml directory made by gtkdoc.
5304         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
5305         instead of the deprecated gtk_window_set_policy.
5306         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
5307         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
5308         function to get rid of warning and some code too.
5309         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
5310         missing const.
5311         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
5312         unused local.
5313         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
5314         const.
5315         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
5316         (gdk_utf8_to_compound_text): Add missing const.
5317         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
5318         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
5319         cast and get rid of an unnecessary one.
5320         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
5321         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
5322         local.
5323         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
5324         Remove unused local.
5325         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
5326         missing const.
5327         * tests/testsocket.c: (add_child): Add cast so the printf format
5328         doesn't make us implicitly depend on what integer type
5329         gtk_socket_get_id returns.
5330         * tests/testtextbuffer.c: Add missing const.
5331         * tests/testtreefocus.c: (main): Remove unused local.
5332         * tests/treestoretest.c: (iter_remove): Remove unused local.
5333         (uppercase_value): Remove unused function.
5334         (make_window): Add statement to quiet the compiler's uninitialized
5335         variable warning.
5336
5337 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
5338
5339         * gtk/gtkrange.c:
5340         (second_timeout): 
5341         (initial_timeout): 
5342         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
5343         (gtk_range_calc_layout): compute the new layout based on an
5344         adjustment->value being passed in as argument.
5345         (gtk_range_button_press): for button2 slider warps, first recalc
5346         the layout, then adjust the value. also, use update_slider_position()
5347         for adjusting the value, so we keep pixel quantisation at which we
5348         usually operate (upon motion or button releases). the reason for this
5349         is that, we can't change the adjustment upon button2 presses to a non
5350         quantised value and upon button2 release re-quantise the value since
5351         that'd alter the value even if we didn't get any motion events (causing
5352         unexpected scroll area warps upon release and/or slider pixel-jitter).
5353         (gtk_range_motion_notify): update the slider position from queried
5354         coordinates, not event coordinates.
5355
5356 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
5357
5358         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
5359         the default gc values are: width=0, CapBut, JoinMiter.
5360
5361 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
5362
5363         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
5364         into account the xpad and ypad when calculating the width and the
5365         height of the pixbuf cel.
5366
5367 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
5368
5369         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
5370         Rename to gtk_radio_menu_item_get_group(), add deprecated
5371         alias. (#57044)
5372
5373         * gtk/gtkfilesel.c: Indentation fix.
5374
5375 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
5376
5377         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
5378         Hasselmann to fix warnings in compat macros. 
5379         (#56773)
5380
5381         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
5382         stupid wrong cast added in last patch.
5383
5384 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
5385
5386         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
5387         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
5388
5389 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
5390
5391         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
5392         missing cast.
5393
5394         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
5395         NULL/FALSE return value confusion.
5396
5397         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
5398         problem when scrollbar completely fills range. (Patch
5399         from  Matthias Clasen, #57047)
5400
5401 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
5402
5403         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
5404         clean up when handling events for move-resize emulation.
5405         (Problem traced down by Matthias Clasen, #57271)
5406
5407 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
5408
5409         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
5410           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
5411           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
5412           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
5413           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
5414           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
5415           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
5416         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
5417
5418 2001-07-09  Peter Williams  <peterw@ximian.com>
5419
5420         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
5421         for when srcdir != builddir
5422
5423 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
5424
5425         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
5426         gtk_tree_model_get_iter_root.
5427
5428         * gtk/gtkliststore.c: Add a bunch of g_return statements.
5429         (gtk_list_store_iter_n_children): Fix up.
5430
5431         * gtk/gtktreestore.c: Add a bunch of g_return statements.
5432
5433 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
5434
5435         * gtk/gtkwidget.c (gtk_widget_class_init):
5436         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
5437         restore some workingness.
5438
5439         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
5440         handle of window type for input-only windows.
5441
5442 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
5443
5444         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
5445         Patch from Gregory Merchan to add 
5446         gtk_button_box_set_secondary(), which separates
5447         the child into a separate group from the normal
5448         buttons. (#56331)
5449
5450         * gtk/gtkdialog.c: Make help buttons secondary by
5451         default.
5452
5453         * gtk/gtkbbox.c: Added a child property "secondary".
5454
5455         * gtk/testgtk.c: Turn on the help button for the 
5456         color selector to check that it properly appears
5457         as secondary.
5458
5459 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
5460  
5461         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
5462         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
5463         Add gdk_set_pointer_hooks() to allow pointer-querying to
5464         be hooked by an event record/playback system like GERD.
5465         (#56914)
5466         
5467 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
5468
5469         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
5470         in the right value of initial_emission to
5471         gtk_widget_set_style_internal (#57091)
5472
5473 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
5474
5475         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
5476         Make compile.
5477
5478         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
5479         with calling gtk_widget_set_style_internal() with
5480         the old style, not the new style. (#56989)
5481
5482 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
5483
5484         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
5485           gtk/gtkwidget.c:
5486         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
5487         not GTK_WIDGET_GET_ANCESTOR ... see 
5488         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
5489         Indicate the best practice in the docs for gtk_widget_get_toplevel().
5490
5491         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
5492         so GtkPlug can give the correct signals when transforming
5493         from a child to a toplevel.
5494         
5495         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
5496         reparentation correctly.
5497
5498         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
5499         Propagate the previous_toplevel argument down properly.
5500
5501         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
5502         of wrong atr list.
5503
5504         * gtk/gtkplug.[ch]: Add an "embedded" signal.
5505
5506         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
5507         signals.
5508
5509         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
5510         functions gtk_plug_get_id(), gtk_socket_get_id(),
5511         to avoid the user having to worry about realization,
5512         and gdkx.h.
5513
5514         * tests/testsocket.c: Extend to try out the new signals
5515         and gtk_plug/socket_get_id().
5516
5517         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
5518         setting of underline attributes.
5519
5520         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
5521         DestroyNotify events from SubstructureNotifyMask
5522
5523         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
5524         Switch GDK_WINDOW_TYPE (window) as needed.
5525
5526         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
5527         allow creation of toplevel windows as children of
5528         foreign windows.
5529
5530         * gtk/gtkplug.c: Remove hacks involving changing private
5531         fields of GdkWindow.
5532
5533         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
5534         exactly the same signals and notification
5535         be emitted for local embedding as for inter-process
5536         embedding.
5537
5538 2001-07-04  James Henstridge  <james@daa.com.au>
5539
5540         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
5541
5542 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
5543
5544         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
5545         XEMBED embedding add a _XEMBED_INFO property to the
5546         client with version number and a "mapped" flags.
5547         Use the mapped flag instead of the racy MapRequestEvent
5548
5549         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
5550         code to reliably set things (when the child is a passive
5551         embedder participating in the XEMBED protocol) intead
5552         of just being a hack for embedding non-participating
5553         programs. Fix various bugs and race conditions.
5554         
5555         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
5556         work by simply making the GtkSocket the gtk parent
5557         of the GtkPlug. Set a flag in this case and make
5558         the GtkPlug work like a normal container by overriding
5559         methods such as check_resize and "chaining past" GtkWindow
5560         to GtkBin.
5561
5562         * gtk/gtkentry.c (gtk_entry_real_activate)
5563           gtk/gtkmain.c (gtk_propagate_event): 
5564         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
5565         
5566         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
5567         gtk_widget_get_ancestor):
5568         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
5569         might not give the expected result and recommend
5570         an alternative.
5571
5572         * tests/testsocket.c tests/testsocket_child.c
5573         tests/testsocket_common.c tests/Makefile.am: Extended
5574         to test different type of adding plugs to sockets
5575         (local,active,passive), and to test mapping/unmapping
5576         the plug.
5577
5578         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
5579         mark the window as destroyed until after we
5580         called _gdk_windowing_window_destroy().
5581         (_gdk_windowing_window_destroy() may use GDK functions
5582         on the window.)
5583
5584         * gdk/x11/gdkinput.c: Remove the check for finalization - 
5585         devices can be finalized under some circumnstances.
5586  
5587         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
5588         small problem with GDK_TYPE_DEVICE.
5589  
5590 2001-07-02  Havoc Pennington  <hp@pobox.com>
5591
5592         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
5593         use constants not atoms.
5594
5595 2001-07-02  James Henstridge  <james@daa.com.au>
5596
5597         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
5598         PANGO_TYPE_TAB_ARRAY.
5599
5600         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
5601         for PANGO_TYPE_TAB_ARRAY.
5602
5603         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
5604         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
5605
5606         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
5607         the file.  Remove Pango types from defs -- they are now defined in
5608         libpango.
5609
5610 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
5611
5612         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
5613
5614         * gtk/gtkobject.c (gtk_object_destroy): invoke
5615         g_object_run_dispose().
5616
5617         * gtk/gtkwindow.c: 
5618         * gtk/gtkwidget.c: 
5619         * gtk/gtkobject.c:
5620         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
5621         method.
5622
5623 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
5624
5625         * gtk/gtktypeutils.c (gtk_type_class): Remove
5626         change check for GTK_TYPE_OBJECT derivation to
5627         G_TYPE_OBJECTS - it's Tim-approved to use this 
5628         for arbitary objects.
5629
5630         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
5631         prefix gtk_container_dequeue_resize_handler().
5632
5633         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
5634         to the hierarachy_changed signal, since you otherwise
5635         have to always keep that around.
5636
5637         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
5638         for extra argument to hierarchy_changed.
5639
5640 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
5641
5642         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
5643         for style to mean "revert to default style"
5644
5645         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
5646           gtk_widget_restore_default_style): Make this functions
5647         deprecated aliases for gtk_widget_set_style (widget, NULL).
5648
5649         * gtk/gtkwidget.[ch]: Remove:
5650            gtk_widget_set_default_style ()
5651            gtk_widget_push_style ()
5652            gtk_widget_pop_style ()
5653         These functions interact are overriden by RC files, and
5654         thus virtually useless, and complicated.
5655
5656 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
5657
5658         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
5659         most of the previous global variables in gtkrc.c. This is
5660         in preparation for multi-head, since each screen can
5661         have different GtkSettings and RC information.
5662
5663         * gtk/gtkrc.[ch]: 
5664
5665         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
5666         GtkSettings parameter to GtkRcStyle::parse.
5667
5668         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
5669         Add two new settings gtk-theme-name, gtk-key-theme-name,
5670         for RC files that are loaded by name after reading
5671         the default RC files.
5672         
5673         * gtk/gtkrc.c: Allow priorities for styles, as wll as
5674         bindings.
5675
5676         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
5677         and use it by default for RC files loaded via 
5678         gtk-theme-name, gtk-key-theme-name.
5679
5680         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
5681         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
5682         tests/testgtkrc: Require pathnames to be absolute.
5683
5684         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
5685         the source when parsing, since the operation of looking up a
5686         pixmap from an RC file depends on the parsing context.
5687
5688         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
5689         reset RC styles on all widgets when files are reparsed.
5690
5691         * tests/testgtk.c (create_rc_file) 
5692           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
5693         Simplify, now that gtk_rc_reparse_all() resets styles on
5694         all widgets itself.
5695
5696         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
5697         return value.
5698
5699         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
5700         GtkSettings argument.
5701
5702         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
5703         gtk_settings_get_global().
5704
5705         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
5706         to get the appropriate GtkSettings for a widget. (For now,
5707         just gets the default GtkSetttings.) 
5708
5709         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
5710           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
5711         changes.
5712
5713         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
5714         getting a style for a path without actually having a widget.
5715         (Allows using a style for a subpart of a widget, for
5716         example.)
5717
5718         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
5719         the RC files to be reloaded for just one GtkSettings
5720         (not sure how useful this really is.)
5721
5722         * gtk/gtkrc.h: Deprecate
5723         gtk_rc_add_widget_name/widget_class/class_style
5724
5725 2001-06-30  Alex Larsson  <alexl@redhat.com>
5726
5727         * gdk/linux-fb/gdkinput-none.c:
5728         * gdk/linux-fb/gdkinput.c:
5729         * gdk/linux-fb/gdkinputprivate.h:
5730         Convert GdkDevice to a GObject.
5731
5732         * linux-fb/gdkprivate-fb.h:
5733         * linux-fb/gdkvisual-fb.c:
5734         Convert GdkVisual to a GObject.
5735
5736 2001-06-29  Alex Larsson  <alexl@redhat.com>
5737
5738         * gdk/gdkvisual.h:
5739         * gdk/gdkcolor.c:
5740         * gdk/x11/gdkx.h:
5741         * gdk/x11/gdkvisual-x11.c:
5742         Convert GdkVisual to a GObject.
5743
5744         * gdk/gdkinput.h:
5745         * gdk/gdkevents.c:
5746         * gdk/x11/gdkinputprivate.h:
5747         * gdk/x11/gdkinput-gxi.c:
5748         * gdk/x11/gdkinput-none.c:
5749         * gdk/x11/gdkinput-x11.c:
5750         * gdk/x11/gdkinput-xfree.c:
5751         * gdk/x11/gdkinput.c:
5752         Convert GdkDevice to a GObject.
5753
5754 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
5755
5756         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
5757         to just plain new, fixing the number of columns, and column types
5758         at creation time.
5759
5760         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
5761
5762         * gtk/gtkcellrenderertext.c
5763         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
5764         height to a specific font.
5765
5766         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
5767
5768         * tests/*c: change to work with new store models.
5769
5770 2001-06-29  Havoc Pennington  <hp@redhat.com>
5771
5772        * Throughout: fixes to compile with G_DISABLE_COMPAT
5773         (s/g_signal_connectc/g_signal_connect/,
5774         s/g_signal_newc/g_signal_new/,
5775         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
5776
5777 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@webwynk.net>
5778
5779         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
5780         add path argument to selection callbacks.
5781
5782 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
5783
5784         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
5785         walk through a model in a depth first manner, with the option to
5786         break out.
5787
5788 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
5789
5790         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
5791         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
5792         column and follow it when draged, rather than a location in the
5793         view. "expander_column" property and drawing functions changed
5794         accordingly.  Fixes bug #55942.
5795
5796         (gtk_tree_view_{set,get}_expander_column): Now works with a
5797         GtkTreeViewColumn* instead of int.
5798
5799 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
5800
5801         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
5802
5803 2001-06-28  Havoc Pennington  <hp@pobox.com>
5804
5805         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
5806         image data to the screen, using a server grab to avoid race
5807         conditions.
5808
5809         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
5810         check for NULL return from gtk_image_new_from_stock(), it never
5811         returns NULL.
5812         (gtk_item_factory_create_item): fix bug where we parsed the stock
5813         ID as an inline pixbuf
5814
5815         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
5816
5817         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
5818         support (should be using binding set here)
5819
5820         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
5821         support (should be using binding set here)
5822
5823         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
5824         support
5825
5826         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
5827
5828         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
5829
5830         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
5831
5832         * gtk/gtkimcontextsimple.c
5833         (gtk_im_context_simple_filter_keypress): keypad
5834
5835         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
5836
5837         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
5838
5839         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
5840
5841         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
5842         should be binding-setted)
5843
5844         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
5845
5846         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
5847
5848         * gtk/gtkcalendar.c: numeric keypad fixes
5849
5850         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
5851         support
5852
5853         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
5854         screwup
5855
5856         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
5857         clip the render area to the drawable's clip region in advance,
5858         so we don't get data from the server that we don't need.
5859
5860         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
5861         check return value of gdk_pixbuf_get_from_drawable(), fall back 
5862         to bilevel alpha if we can't get the pixbuf to composite against.
5863
5864         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
5865
5866         * gdk/gdkimage.c (gdk_image_get_colormap): add
5867         gdk_image_set_colormap, gdk_image_get_colormap
5868
5869         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
5870         take a region of the image, instead of converting the entire
5871         image.
5872
5873         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
5874         keybinding signal. Add default bindings for it. Add default
5875         handler for show_help that shows the tooltip for the widget.
5876
5877         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
5878         "close" keybinding signal, remove key press handler.
5879
5880         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
5881         it's not our usual practice to leave a deprecated function around
5882         with a runtime warning, plus we don't want it to appear in docs,
5883         plus if we make them yellow no one will want to change them
5884         anyhow.
5885
5886 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
5887
5888         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
5889         GTK_WIDGET_REALIZE() for resize queueing.
5890
5891         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
5892         GTK_WIDGET_REALIZE() for post event delivery destruction upon
5893         GDK_DESTROY.
5894         
5895         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
5896         sompensate for former (pre-2.0) connect_after() facility.
5897         (gtk_widget_send_expose): 
5898         (gtk_widget_event): assert the widget is realized, since event delivery
5899         to non-realized widgets is essentially a bug. event handlers should
5900         be able to unconditionally rely on widget->window (unless they
5901         emit events on their own which can trigger widget destruction).
5902         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
5903         logic. event delivery happens as follows:
5904         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
5905         b) if !was_handled in (a) and the widget is still realized, emit event-
5906            specific signal (RUN_LAST handler). returns was_handled.
5907         c) emission of GtkWidget::event-after for notification if the widget is
5908            still realized (regardless of was_handled from previous stages, no
5909            class handler). no return value.
5910         d) was_handled gets passed on to caller, to determine further
5911            propagation. if the widget got unrealized meanwhile, was_handled
5912            is returned as TRUE.
5913
5914         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
5915         gdk_event_get_coords().
5916
5917 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
5918
5919         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
5920         age 0, binary age 0. depend on glib 1.3.7.
5921
5922         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
5923
5924         * gtk/gtkmenubar.c: same here.
5925         
5926         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
5927
5928         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
5929
5930         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
5931         
5932         * gtk/gtkmenubar.c (add_to_window): likewise.
5933         
5934         * gtk/gtktextbtree.c: and here...
5935         
5936         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
5937         
5938         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
5939         
5940         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
5941         
5942         * gtk/gtktreeviewcolumn.c:
5943         (_gtk_tree_view_column_set_tree_view): yet again.
5944
5945         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
5946         signal connections without g_signal_connect_data().
5947         
5948         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
5949         demo of the matter.
5950         
5951         * demos/testpixbuf.c (main): running out of equality phrases for the
5952         ChangeLog, but had to adapt connections here as well.
5953         
5954         * demos/testanimation.c (progressive_timeout): and for the fun of it,
5955         tackled this the same way.
5956         
5957         * tests/testtext.c (create_view): ok, it's becoming a pain at this
5958         point, but had enough enery for one more fix.
5959
5960         * tests/testtreecolumns.c (main): stand up man, do your work!
5961
5962         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
5963         fix, either that's been all of it or CVS gtk is broken yet again.
5964         
5965 2001-06-29  James Henstridge  <james@daa.com.au>
5966
5967         The following changes correspond to bug #56812
5968
5969         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
5970         code for GdkDevice.
5971
5972         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
5973         GdkCursor.
5974
5975 2001-06-19  Havoc Pennington  <hp@pobox.com>
5976
5977         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
5978         for mapping a window without fooling with stacking order, but
5979         updating the "withdrawn" flag
5980
5981         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
5982         filtering as soon as possible, moving move resize and wmspec_check
5983         handling after the event filter.  Make default filter apply to all
5984         events, not just those with no GdkWindow wrapped around the X
5985         window. Fix a FIXME about how the window could be a pixmap using 
5986         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
5987
5988         Also, be robust against events not on a known GdkWindow.
5989
5990         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
5991         gdk_x11_ungrab_server): export reference-counted server grabs, so
5992         other people can grab server over a GDK function that also does
5993         so.
5994
5995 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
5996
5997         * gtk/gtktreeviewcolumn.c
5998         (gtk_tree_view_column_pack_start_cell_renderer): New function to
5999         reflect that you can (hypothetically) pack cell renderers into a
6000         column.
6001         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
6002         (gtk_tree_view_column_cell_is_visible): Move more functionality to
6003         the column.
6004         (gtk_tree_view_column_cell_can_focus): Move more functionality to
6005         the column.
6006
6007         * gtk/gtktreeview.c: Move to use new column-packing code.
6008         (gtk_tree_view_real_expand_row): remove totally braindead code.
6009         (gtk_tree_view_real_collapse_row): ditto.
6010
6011 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
6012
6013         * gtk/gtktreeviewcolumn.c: Fix a typo.
6014         
6015 2001-06-26  Joel Becker  <jlbec@evilplan.org>
6016
6017         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
6018           at the end of the file
6019
6020 2001-06-26  Havoc Pennington  <hp@redhat.com>
6021
6022         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
6023
6024 2001-06-26  Havoc Pennington  <hp@redhat.com>
6025
6026         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
6027         property
6028
6029 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
6030
6031         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
6032         stupid missing statement
6033
6034         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
6035         private function for ATK.  It notifies you of how many _visible_
6036         children are deleted when a node is deleted.  Should be used by
6037         atk only.
6038
6039 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
6040
6041         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
6042         Use new pango_context_get_metrics() to fix problems
6043         with font lists in descriptions. (#56184, reported by
6044         Jonas Borgström)
6045
6046 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
6047
6048         * gtk/gtkiconfactory.c:
6049         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
6050         item factory so inlined pixbufs actually work.
6051
6052 2001-06-25  Havoc Pennington  <hp@redhat.com>
6053
6054         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
6055         s/RESIZEABLE/RESIZABLE/
6056
6057         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
6058
6059 2001-06-25  Alexander Larsson  <alexl@redhat.com>
6060
6061         * configure.in:
6062         Added --enable-fbmanager. This is some experimental code
6063         that lets several GtkFB apps coordinate their access to the
6064         framebuffer.
6065         
6066         * acconfig.h:
6067         Added ENABLE_FB_MANAGER.
6068
6069         * gdk/linux-fb/Makefile.am:
6070         Added gdkfbmanager and gdkfbswitch.
6071
6072         * gdk/linux-fb/gdkkeyboard-fb.c:
6073         * gdk/linux-fb/gdkmouse-fb.c:
6074         * gdk/linux-fb/gdkprivate-fb.h:
6075         Split device init and open so that
6076         they can be opened and closed while switched
6077         away.
6078
6079         * gdk/linux-fb/gdkmain-fb.c:
6080         Add the basic manager communication.
6081
6082         * gdk/linux-fb/gdkrender-fb.c:
6083         Don't update to the shadow fb if we're
6084         blocked by the fb manager.
6085
6086 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
6087
6088         * docs/Changes-2.0.txt: Add note about child property
6089         changes.
6090
6091 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
6092
6093         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
6094         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
6095
6096         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
6097         with un'reffing wrong list reported by Jeff Franks.
6098
6099         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
6100
6101         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
6102         for the default icon. Remove inline XPM.
6103
6104         * gtk/gtkstock.h gtk/gtkiconfactory.c:
6105         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
6106         is used for GTK_STOCK_DND, but it is a bit too small.)
6107
6108         * gtk/stock-icons/stock_dnd_multiple.png
6109         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
6110
6111         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
6112         TRUE when starting a drag. In other cases, we are
6113         just observing. (#52995)
6114
6115         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
6116         function to set the icon for a drag from a GdkPixbuf
6117         or stock ID.
6118
6119         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
6120         Likewise, for drag sources.
6121
6122         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
6123         (Now should be done using the stock system.)
6124
6125 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
6126
6127         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
6128         Removed - didn't work and not particularly useful anyways
6129         if it did. 
6130
6131 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
6132
6133         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
6134         introduced last night that was making things decidedly not work.
6135
6136         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
6137         so that we have getter/setter pairing everywhere it makes
6138         sense. (#55767)
6139
6140         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
6141         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
6142         deprecated compat macro. (#55516)
6143
6144         * gtk/gtklabel.[ch]: Add functions
6145         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
6146         gtk_label_set_label(), which mirror the property API for GtkLabel.
6147         Make gtk_label_get_attributes() only reflect the attributes
6148         set by gtk_label_set_attributes.
6149
6150         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
6151         from gtk_notebook_set_page().
6152
6153 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
6154
6155         * configure.in: Fix tests for XShm.h.
6156
6157         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
6158         gdk_image_new() by use of goto, properly use g_object_unref().
6159
6160 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
6161
6162         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
6163         calls, as GdkImage is an object. these should be g_obejct_unref()
6164         instead but that won't work because of the g_error() statement
6165         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
6166         to spot these places.
6167
6168 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
6169
6170         * modules/input/gtkimcontextxim.c: Fixup some problems with 
6171         text length handling in error cases.
6172
6173         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
6174         a bit to make test actually warn on attempt to allocation
6175         a negative size. (#56101, Matthias Clasen)
6176
6177 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
6178
6179         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6180         noticed by Brian Cameron.
6181         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
6182         Cameron.
6183
6184 2001-06-22  Hans Breuer  <hans@breuer.org>
6185
6186         * gdk/gdk.def : updated externals
6187
6188         * gdk/win32/gdkdrawable-win32.c : corrected some casts
6189         in GDK_NOTEs
6190
6191         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
6192         to translate coordinates to the internal > 16 bit system
6193         Try to handle WM_WINDOWPOSCHANGED to get better performance for
6194         when moving/resizing
6195
6196         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
6197         and gdk_keymap_get_direction (). The latter is untested for
6198         the RTL case
6199
6200         * gtk/gtk.def : updated externals
6201
6202         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
6203         from pango_language_from_string (), not an already freed pointer
6204
6205         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
6206         binary (-kb) to be useable on windoze
6207  
6208 2001-06-21  Alexander Larsson  <alexl@redhat.com>
6209
6210         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
6211         Update to new PangoLanguage changes.
6212         
6213         * gtk/gtkwindow-decorate.c:
6214         * gtk/gtkwindow.[ch]:
6215         Added setting argument to gtk_window_set_has_frame ()
6216         
6217 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
6218
6219         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
6220         the case without XKB properly.
6221
6222         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
6223         unused gtk_rc_auto_parse variable.
6224
6225         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
6226         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
6227         longer needed with GdkPixbuf.
6228
6229         * gtk/gtkrc.c (_gtk_rc_init): Make private.
6230
6231 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
6232
6233         * gtk/gtkentry.h: Mark deprecated functions with
6234         GTK_DISABLE_DEPRECATED.
6235
6236 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
6237
6238         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
6239
6240         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
6241
6242         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
6243           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
6244           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
6245           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
6246           to recent changes in Pango.
6247
6248         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
6249           to test whether the basic engine honors them.
6250
6251 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
6252
6253         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
6254         gtk_container_child_get_property().
6255
6256 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
6257
6258         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
6259         (gtk_tree_view_move_cursor_page_up_down): implement.
6260
6261 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
6262
6263         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
6264         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
6265         don't use automatic fixed size buffer for printf-ing floats, doubles
6266         can expand to really _huge_ strings, use g_strdup_printf() instead.
6267
6268 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
6269
6270         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
6271         construct property in 1.2 and still needs to be.
6272
6273         * gtk/gtkwidget.c: "composite_child" is not a settable property.
6274
6275 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
6276
6277         * gtk/gtkliststore.c (gtk_list_store_clear): 
6278         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
6279         clear a model.
6280
6281 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
6282
6283         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
6284
6285         * gtk/Makefile.am:
6286         * gtk/gtk.h: disabled GtkPacker compilation.
6287
6288         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
6289
6290         * gtk/gtknotebook.c:
6291         * gtk/gtktable.c:
6292         * gtk/gtkbox.c: ported this over to child properties.
6293
6294         * gtk/gtksettings.c: fetch class properties via
6295         g_object_class_list_properties().
6296
6297         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
6298         child arg interface. use gobjectnotifyqueue.c for child property
6299         notification.
6300
6301         * gtk/gtkwidget.[hc]: provide necessary means for container child
6302         properties, i.e. ::child_notify signal,
6303         gtk_widget_freeze_child_notify(),
6304         gtk_widget_child_notify(),
6305         gtk_widget_thaw_child_notify().
6306
6307         * tests/testgtk.c: removed inferior property handling code, for
6308         property editing, a generic module should be used, and GLE
6309         coincidentally fullfills that purpose.
6310
6311         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
6312         needs to be adapted to g_object_class_list_properties() before this
6313         builds again.
6314
6315 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
6316
6317         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
6318         test if a node is expanded.
6319
6320 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
6321
6322         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6323         where collapsing a selected row would result in the cursor/anchor
6324         getting screwed up.
6325
6326 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
6327
6328         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
6329         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
6330         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
6331         Now I can really reorder/sort all Store widgets.  treesorttest
6332         seems to just work now.
6333         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
6334         testtreesort worked through a big coincidence all this time.
6335         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
6336         code.
6337         * tests/testtreecolumns.c: Big 'ol warning at the top letting
6338         people know that this code should never ever ever be copied.
6339
6340 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
6341
6342         * gtk/gtkwindow.h: Fixed a small typo, it should be
6343         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
6344         on line 134.
6345
6346 2001-06-14  Havoc Pennington  <hp@redhat.com>
6347
6348         Docs fixups, and:
6349         
6350         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
6351         GTK_DISABLE_DEPRECATED
6352
6353 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
6354
6355         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
6356         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
6357         finish it off tonight, though it basically works now when it's a
6358         list.  Also, I have a sinking feeling neither GtkTreeStore or
6359         GtkListStore actually resort when adding a new item.  I'll look
6360         into it.
6361
6362 2001-06-14  Havoc Pennington  <hp@redhat.com>
6363
6364         * demos/gtk-demo/main.c (load_file): fix bug identified by
6365         warnings I just added to gtktextbuffer
6366
6367 2001-06-14  Havoc Pennington  <hp@redhat.com>
6368
6369         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
6370
6371         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
6372
6373         * gtk/gtktextbtree.c: don't leak node data all over the place.
6374
6375         * demos/gtk-demo/main.c (main): create fontify tags for the right
6376         buffer
6377
6378         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
6379         to mention tags in the same table can't have the same name,
6380         suggested by Skip Montanaro
6381
6382 2001-06-11  Havoc Pennington  <hp@redhat.com>
6383
6384         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
6385         for trying to add two tags with same name to the tag table
6386
6387         * demos/gtk-demo/main.c (main): fix colors ;-)
6388
6389 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
6390
6391         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
6392         that allows grouping together multiple windows so that grabs
6393         within that set of windows only affect those windows.
6394
6395         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
6396         signal for notification when a widget becomes shadowed
6397         by a grab or is no longer shadowed by a grab.
6398
6399         * gtk/gtkwidget.c (gtk_widget_propagate_state)
6400           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
6401         insenstive widgets to maintain a grab.
6402
6403 2001-06-14  Alexander Larsson  <alexl@redhat.com>
6404
6405         * docs/README.linux-fb:
6406         Add some example config files that can be used with the URW fonts.
6407         
6408         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
6409         Set up the color ramps for DirectColor mode.
6410
6411 2001-06-11  Havoc Pennington  <hp@redhat.com>
6412
6413         * Release 1.3.6
6414          
6415 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6416
6417         * gdk/linux-fb/gdkwindow-fb.c:
6418         Unify shaped window code and make it repaint the area that used
6419         to be part of the shape, but isn't anymore.
6420
6421 2001-06-11  Havoc Pennington  <hp@redhat.com>
6422
6423         * NEWS: Updates
6424
6425         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
6426
6427         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
6428         
6429 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6430
6431         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
6432         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
6433         passes zero instead, so do we.
6434         
6435 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
6436
6437         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
6438         Deep copy dash_list too.
6439         (_gdk_fb_gc_new): Set default cap_style before
6440         setting values.
6441
6442 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
6443
6444         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
6445         gdk_keymap_get_direction): New functions.
6446
6447 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
6448
6449         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
6450         gtk_tree_model_get_flags by adding a second flag for atk.
6451
6452         * gtk/gtktreemodel.c: make cursor behavior interact better with
6453         mouse presses.
6454
6455 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
6456
6457         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
6458         expand_row/collapse_row to be 2 signals each -- test_expand_row
6459         and row_expanded as well as test_collapse_row and row_collapsed.
6460
6461 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
6462
6463         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
6464         signal name to be changed instead of selection_changed.
6465
6466 2001-06-08  Havoc Pennington  <hp@redhat.com>
6467
6468         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
6469         "scroll_offset" property for notification when the layout offsets
6470         may have changed
6471         (gtk_entry_adjust_scroll): add notify for scroll_offset
6472         (gtk_entry_layout_index_to_text_index): function to compensate for
6473         preedit string when doing coordinate stuff on the entry's layout
6474         (gtk_entry_text_index_to_layout_index): inverse function
6475         (gtk_entry_get_layout_offsets): hook to get current position of
6476         the layout      
6477         (gtk_entry_get_layout): hook to get the layout itself.
6478
6479         * gtk/gtklabel.c (gtk_label_get_layout): new function
6480
6481 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
6482
6483         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
6484         keybinding.
6485         (gtk_tree_view_focus): Fix merge conflict.
6486
6487 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
6488
6489         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
6490         clean up cursor handling.
6491
6492 2001-06-08  Havoc Pennington  <hp@redhat.com>
6493
6494         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
6495         function
6496
6497         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
6498         this function
6499
6500 2001-06-08  Alex Larsson  <alexl@redhat.com>
6501
6502         * gtk/gtkcompat.h.in:
6503         Added compat macros for all old GTK_TYPE_GDK_xxx types.
6504         Fixes bug #52892
6505
6506 2001-06-08  Havoc Pennington  <hp@redhat.com>
6507         
6508         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
6509         parent still
6510
6511 2001-06-08  Havoc Pennington  <hp@redhat.com>
6512
6513         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
6514         don't call g_list funcs on GSList
6515
6516         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
6517         gtk_container_focus(), since some widgets have focusable locations
6518         which are not other widgets. These widgets should not have to be 
6519         containers just to manage the focus. For example, GtkHSV is
6520         currently a container for no good reason. Also, this cleans
6521         up the "if (is_container && is_sensitive && is_drawable)
6522         container_focus ()" mess in widget implementations.
6523
6524         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
6525         function, and have it just call gtk_widget_child_focus().
6526
6527         * gtk/gtkhsv.c: derive from widget not container
6528         
6529         Throughout: fix to reflect GtkContainer::focus change
6530         
6531 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
6532
6533         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
6534         range.  Fix bug #55921
6535
6536         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
6537         (#55920).
6538
6539 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
6540
6541         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
6542         and gdk_keymap_get_current_direction().
6543
6544         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
6545           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
6546         the current locked group, use it to set the keymap
6547         direction.
6548
6549         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
6550         to determine whether we draw a split cursor or use
6551         a jumping cursor based on the current direction.
6552
6553         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
6554         Obey the split cursor setting. 
6555
6556 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
6557
6558         * gtk/gtkimmulticontext.c (activate_cb): Only activate
6559         when toggling on, not when toggling off... (#55906)
6560
6561 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
6562
6563         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
6564         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
6565         in docs. (#55812, Vitaly Tishkov)
6566
6567 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
6568
6569         * demos/gtk-demo/main.c (create_tree): Changed signal name from
6570         selection_changed to changed in signal connection to GtkTreeSelection,
6571         also used g_signal_connectc since GtkTreeSelection is now a GObject.
6572
6573 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
6574
6575         * gtk/gtktreeselection.c: Now it's a GObject instead of a
6576         GtkObject.  The GtkTreeSelection::selection_changed signal is now
6577         the GtkTreeSelection::changed signal.
6578
6579         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
6580         object.
6581
6582         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
6583         object.
6584
6585 2001-06-07  Havoc Pennington  <hp@redhat.com>
6586
6587         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
6588
6589 2001-06-07  Havoc Pennington  <hp@redhat.com>
6590         
6591         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
6592         (not tested yet because with absolute path to srcdir I can't build
6593         atk, but it was broken anyway so this may help) 
6594
6595 2001-06-07  Havoc Pennington  <hp@redhat.com>
6596
6597         * configure.in: output m4macros/Makefile
6598         
6599 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
6600
6601         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
6602         buttons.  Fixes #55460 reported by matthiasc@poet.de.
6603
6604 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
6605
6606         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
6607         expansion/collapsing so it only happens in one place.
6608         (gtk_tree_view_real_expand_row): ditto.
6609
6610 2001-06-07  Havoc Pennington  <hp@redhat.com>
6611
6612         * tests/Makefile.am: add missing -I flag
6613
6614         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
6615
6616         * configure.in: use pkg-config to see if GModule is
6617         supported; fix to properly turn on included loaders 
6618         when GModule isn't supported; don't use AC_CHECK_LIB 
6619         when libs are not installed yet
6620
6621         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
6622
6623         * Makefile.am (SUBDIRS): add m4macros subdir
6624
6625         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
6626         dependencies also.
6627
6628 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
6629
6630         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
6631         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
6632
6633 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
6634
6635         * gtk/gtktreeview.c
6636         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
6637         bindings to expand and collapse rows.
6638         (gtk_tree_view_real_select_cursor_parent): New key binding.
6639         (gtk_tree_view_real_toggle_cursor_row): New key binding.
6640
6641         * gtk/gtkmarshal.list: new
6642         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
6643
6644 2001-06-06  Havoc Pennington  <hp@redhat.com>
6645
6646         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
6647
6648         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
6649         Down to move visually rather than logically, since it confuses 
6650         people. Add -/+ and Ctrl--/+ bindings for logical movement.
6651
6652 2001-06-06  Alex Larsson  <alexl@redhat.com>
6653
6654         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
6655         Fix up error messages.
6656
6657 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
6658
6659         * gtk/gtktooltips.h: Include gtkwidget.h 
6660         (#55798, Karl Nelson)
6661
6662         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
6663         a valid latin-1 character. (Marc Lehmann, #35467)
6664
6665         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
6666         (Marc Lehmann, #35467)
6667         
6668 2001-06-05  Alex Larsson  <alexl@redhat.com>
6669
6670         * demos/gtk-demo/appwindow.c (do_appwindow):
6671         Don't swap the order of the args to gtk_widget_destroyed.
6672
6673         * tests/testgtk.c (destroy_properties):
6674         Don't crash when the properties window is destroyed.
6675
6676         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
6677         Use with_mnemonics to handle the case of stock items with
6678         underscores in them.
6679
6680 2001-06-05  Havoc Pennington  <hp@redhat.com>
6681
6682         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
6683         gtk_text_iter_reorder
6684
6685 2001-06-05  Havoc Pennington  <hp@redhat.com>
6686
6687         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
6688
6689 2001-06-05  Havoc Pennington  <hp@redhat.com>
6690
6691         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
6692         to the range that was set
6693
6694         * gtk/gtkrange.c: add value_changed signal, primarily 
6695         intended for use with GtkScale
6696         (gtk_range_set_increments): new function
6697         (gtk_range_set_range): new function with weird name
6698         (gtk_range_set_value): new function
6699         (gtk_range_get_value): new function
6700
6701         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
6702         from gtk_spin_button_get_value_as_float(). Compat #define
6703         added for get_value_as_float.
6704
6705         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
6706
6707         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
6708
6709 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
6710
6711         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
6712
6713 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
6714
6715         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
6716
6717         * tests/testgtk.c (create_tooltips): Remove usage of
6718         gtk_widget_set().
6719
6720 2001-06-05  Havoc Pennington  <hp@redhat.com>
6721
6722         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
6723
6724         Applying patch from Jeff Franks, with function docs added.
6725         
6726         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
6727         remove call to set_mnemonic_widget, change docs a bit.  
6728
6729         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
6730         new function
6731
6732         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
6733         new function
6734
6735         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
6736
6737         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
6738         function
6739         (gtk_radio_button_new_with_mnemonic_from_widget): new function
6740
6741         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
6742         new function
6743
6744         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
6745         function        
6746
6747         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
6748         auto-selection of mnemonic widget.
6749
6750 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
6751
6752         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
6753         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
6754         (gtk_tree_view_column_set_min_width): ditto.
6755
6756 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
6757
6758         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
6759         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
6760
6761 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
6762
6763         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
6764         gtk_clist_thaw().
6765
6766 2001-06-04  Havoc Pennington  <hp@pobox.com>
6767
6768         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
6769 r       eleases for buttons 6, 7
6770
6771 2001-06-04  Havoc Pennington  <hp@redhat.com>
6772
6773         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
6774         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
6775         #55562
6776
6777 2001-06-04  Havoc Pennington  <hp@redhat.com>
6778
6779         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
6780         where text_view->layout == NULL by assuming its size is 0, 
6781         i.e. same as if we haven't done any reflow. Reported by 
6782         Hidetoshi Tajima #55448 
6783
6784 2001-06-04  Havoc Pennington  <hp@redhat.com>
6785
6786         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
6787         and 7 for scroll left/right, from Thomas Broyer
6788
6789 2001-05-10  Havoc Pennington  <hp@redhat.com>
6790
6791         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
6792         we need to parse the xsetting as if it were an RC file string.
6793
6794         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
6795         value of palette from settings, not from static variable
6796
6797         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
6798         xsettings translation table
6799
6800         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
6801         hardcoding the toolbar style conflicts with new customizable 
6802         toolbar style philosophy
6803         (gtk_toolbar_class_init): add settings for default toolbar style;
6804         these are used unless the app specifically forces a toolbar style
6805
6806         * gtk/gtksettings.c (settings_install_property_parser): only
6807         return at the start if we warn and parser == NULL
6808
6809         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
6810         palette changed handler so we don't notify dead color selections
6811
6812         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
6813         xthickness/ythickness of 0 or 1 properly 
6814         (gtk_default_draw_resize_grip): clear the background behind the
6815         resize grips, and align to bottom right if we square the 
6816         area to be drawn.
6817
6818         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
6819         statusbar label to 1, so it doesn't make toplevels resize oddly
6820         (gtk_statusbar_size_request): add grip size to request
6821         (gtk_statusbar_size_allocate): hack so the hbox still works with 
6822         the grip size in the request
6823
6824         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
6825         bug where showing all on a toplevel makes the toolbar 
6826         button text appear despite the toolbar mode
6827
6828         * gtk/gtkmenubar.c: add internal padding style property
6829
6830         * gtk/gtktoolbar.c: Add internal padding style property; add
6831         shadow type style property
6832
6833         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
6834         state; and put Container::border_width outside the frame
6835
6836         * gtk/gtktextview.c: don't draw focus rectangle if we're in
6837         interior focus mode, we just use blinking cursor
6838
6839 2001-06-04  Havoc Pennington  <hp@redhat.com>
6840
6841         * configure.in: Make gdk-pixbuf have same version number as GTK
6842
6843 2001-06-04  Havoc Pennington  <hp@redhat.com>
6844
6845         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
6846         digits greater than 6. If there actually are limits (which there
6847         likely aren't), should clamp to them not warn.
6848         (gtk_spin_button_new_with_range): don't take log of 0
6849         (gtk_spin_button_size_request): use digits to compute size
6850         request, rather than step increment.
6851
6852         * tests/testgtk.c (create_spins): test larger values of digits
6853         
6854         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
6855         font on map not expose, so we don't get weirdness during scrolling
6856
6857 2001-06-04  Havoc Pennington  <hp@redhat.com>
6858
6859         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
6860         Sam Solon, bug #54577, update value even if not drawable.
6861
6862 2001-06-04  Havoc Pennington  <hp@redhat.com>
6863
6864         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
6865         SCROLL_LEFT, reported by Thomas Broyer.
6866
6867 2001-06-04  Havoc Pennington  <hp@redhat.com>
6868
6869         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
6870         Process updates immediately, to prevent funny lag effect
6871         when scrolling, at some mild potential efficiency cost.
6872
6873 2001-06-04  Havoc Pennington  <hp@redhat.com>
6874
6875         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
6876         slider on the click.
6877
6878 2001-06-03  Havoc Pennington  <hp@pobox.com>
6879
6880         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
6881         hscale/vscale details, so we can use it for scrollbar as well.
6882
6883         * tests/testgtk.c (reformat_value): honor digits from GtkScale
6884
6885         * gtk/gtkenums.h (GtkTroughType): Remove this enum
6886         (GtkScrollType): add START and END from GtkTroughType
6887
6888         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
6889         its x/y arguments
6890
6891         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
6892         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
6893         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
6894         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
6895         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
6896
6897         Notable changes in the process:
6898          
6899         - stepper_size style property is the height for vertical 
6900           ranges, width for horizontal; the other dimension matches
6901           the trough size
6902         - add ability to do NeXT-style steppers (and several other styles
6903           that don't make any sense)
6904         - added min_slider_length, fixed_slider_length properties to
6905           GtkScrollbar
6906         - cleaned some private (or at least useless) functions out of
6907           gtkscale.h    
6908         - moved bindings to GtkScale from subclasses, even arrow keys,
6909           since blind users don't know scale orientation.
6910         - change move_slider action signal to use new GtkScrollType,
6911           remove GtkTroughType argument
6912         - digits rounds the values a range will input to the given 
6913           number of decimals, but will not try to force adjustment 
6914           values set by other controllers. That is, we no longer
6915           modify adjustment->value inside a value_changed handler.
6916         - added getters for GtkScale setters
6917         - middle-click begins a slider drag
6918         
6919 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
6920
6921         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
6922         getting the focus code to work.
6923         (gtk_tree_view_class_init): Add a bunch of keybindings.
6924
6925         * gtk/gtktreeviewcolumn.c
6926         (gtk_tree_view_column_set_cell_data_func):
6927         s/GtkCellDataFunc/GtkTreeCellDataFunc.
6928         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
6929         of "properties_changed" to help justify the death of the latter
6930         signal. (-:
6931
6932         * tests/testtreefocus.c (main): Let some columns be focussable to
6933         test focus better.
6934
6935 2001-06-01  Havoc Pennington  <hp@redhat.com>
6936
6937         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
6938         
6939         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
6940         overwrite in overwrite mode if we already deleted the selection
6941         and replaced it with new text.  
6942
6943         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
6944         selection to an empty range, clear the clipboard if we owned it.
6945         (gtk_label_set_selectable): give up selection if we become
6946         unselectable.
6947         (gtk_label_state_changed): override state changed to unselect text
6948         when insensitive
6949         (get_text_callback): add paranoia check that indexes aren't
6950         outside of label->text
6951         (gtk_label_select_region): make -1 for start_offset mean "end of
6952         label," for consistency with GtkEditable
6953
6954         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
6955         GTK_DIALOG_NO_SEPARATOR flag
6956
6957 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
6958
6959         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
6960         notifications on non-existant "enable_arrow_keys".
6961         (#53753, Skip Montanaro)
6962
6963 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
6964
6965         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
6966         GDK_TYPE_RECTANGLE.
6967
6968         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
6969         of allocation argument be GDK_TYPE_RECTANGLE.
6970
6971 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
6972
6973         * gtk/gtkoptionmenu.c: Account for the fact that the border
6974         width is _outside_ the window. (Fixes #54585, bug found
6975         by Bastien Nocera.)
6976
6977 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
6978
6979         * gtk/gtksettings.c (gtk_settings_get_property): Validate
6980         value from GDK settings against parameter spec.
6981
6982         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
6983         to temporary values and use g_value_transform(), since
6984         thinking that GValue was going to be easy or efficient
6985         to use was, of course, a mistake.
6986
6987         * gtk/gtksettings.c: Add cursor blink setting.
6988         
6989         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
6990
6991         * gtk/gtkentry.c: Add cursor blinking.
6992
6993         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
6994         cursor blink global settings.
6995
6996         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
6997         for :text_position in places where it is missing.
6998
6999 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
7000
7001         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
7002
7003 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
7004
7005         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
7006         not pkg-config. (#51032)
7007
7008         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
7009         (fixes #51952, James Henstridge)
7010         
7011 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
7012
7013         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
7014         Rename to the more correct gtk-go-up.
7015
7016         * gtk/stock-icons/stock_menu_sort_ascending.png:
7017         Added new file.
7018         
7019         * gtk/stock-icons/stock_menu_sort_descending.png:
7020         Changed to show descending instead of ascending.
7021
7022         * gtk/gtkiconfactory.c:
7023         Added menu size icon to sort ascending.
7024
7025         * gtk/stock-icons/Makefile.am:
7026         Added stock_menu_sort_ascending.png.
7027         
7028         * gtk/gtkseparatormenuitem.c:
7029         Use correct typenames.
7030
7031 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
7032
7033         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
7034         gulong as in GSignal.
7035
7036 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
7037
7038         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
7039         instances of GtkCellRenderer in code (all but dnd icon code).
7040         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
7041         there, and I can do multiple Cells per column.
7042
7043         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
7044
7045         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
7046         when model was unreffed prior to removing the row reference.
7047
7048 2001-05-25  Havoc Pennington  <hp@redhat.com>
7049
7050         * gtk/gtkiconfactory.c: fix so that default icons are created if 
7051         you call gtk_stock_list_ids()
7052
7053         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
7054         in list
7055
7056 2001-05-25  Havoc Pennington  <hp@redhat.com>
7057
7058         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
7059         set can render without falling back to missing image icon
7060
7061         * gtk/gtktextview.c (gtk_text_view_size_request): request full
7062         size of text, instead of random values
7063
7064         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
7065         size of tree view, instead of random values
7066
7067         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
7068         image in an appropriate size
7069
7070         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
7071         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
7072
7073         Throughout: fix GTK_STOCK_BUTTON_ instances
7074         
7075         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
7076         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
7077         Add a bunch of new stock items/icons
7078
7079         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
7080         new function, convenience for inserting columns with a data func
7081
7082         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
7083         (_gtk_icon_factory_list_ids): use list of all factories to
7084         generate a list of all known IDs
7085
7086         * gtk/gtkstock.c (gtk_stock_list_ids): replace
7087         gtk_stock_list_items() with a function that returns all IDs known
7088         including those for GtkIconFactory.
7089
7090 2001-05-25  Hans Breuer  <hans@breuer.org>
7091
7092         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
7093         work -> check boxes and radio buttons are drawn now, even on win9x.
7094         Improved line settings a bit, still no clue how to get really dotted
7095         lines on win9x, on NT it's PS_ALTERNATE.
7096
7097         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
7098         GDK_HINT_MIN_SIZE as well
7099
7100         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
7101
7102         * gtk/gtk.def : updated
7103
7104         * gtk/gtktreeprivate.h : change column_drop_func to be a function
7105         pointer not a function pointer pointer
7106
7107         * tests/testdnd.c : include <stdlib.h> for putenv prototype
7108
7109         * tests/testsocket.c : made it compile on win32 again
7110
7111         * tests/makefile.msc : one more test-app uses prop-editor.obj
7112
7113 2001-05-22  Havoc Pennington  <hp@pobox.com>
7114
7115         * gtk/gtkbin.c (gtk_bin_get_child): New function
7116
7117 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
7118
7119         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
7120         to ignore when doing compose processing.
7121
7122 2001-05-22  Joe Shaw  <joe@ximian.com>
7123
7124         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
7125         Simplify as suggested by Havoc. Just get the last iter and work
7126         backward to the tag instead of getting a line and working back from
7127         there. Fixes passing in an invalid offset to
7128         iter_init_from_byte_offset().
7129
7130 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
7131
7132         * gtk/gtktreeview*.h: 
7133         * gtk/gtkcell*.h:
7134         * gtk/gtk*store.h:
7135         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
7136         macros to all objects.
7137
7138 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
7139
7140         * gtk/gtkcellrenderertext.c
7141         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
7142         with very large (TM) amounts of text.  May be moved to
7143         GtkCellRenderer in the future, though I'm not sure it wants to be
7144         this accessible.
7145
7146         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
7147         More sanity brought to this class.  I like it.
7148
7149         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
7150         case.  Kids, don't try this at home.
7151
7152         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
7153         convenience function.
7154
7155         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
7156
7157 2001-05-21  Alexander Larsson  <alexl@redhat.com>
7158
7159         * gtk/gtkfontsel.c:
7160         Added properties. Based on patch by Lee Mallabone.
7161
7162         * gtk/gtkruler.c:
7163         * gtk/gtkhruler.c:
7164         * gtk/gtkvruler.c:
7165         * gtk/gtktext.c:
7166         * gtk/gtktextview.c:
7167         Converted GtkArg to GParam. Based on patches by John Margaglione.
7168
7169         * tests/Makefile.am:
7170         * tests/testtext.c:
7171         Add a property editor to testtext.
7172         
7173 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
7174
7175         * gtk/gtk{h,v,}paned.c: Only show the separator if 
7176
7177         * configure.in: Fixed reversed conditional causing all image
7178         libraries to be linked in.
7179
7180 2001-05-21  Joe Shaw  <joe@ximian.com>
7181
7182         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
7183         that top_y needs to be >= 0.
7184
7185 2001-05-11  Havoc Pennington  <hp@pobox.com>
7186         
7187         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
7188         losing connection to the X server.
7189
7190 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
7191
7192         * configure.in: Start checks for X from pangox/pangoxft
7193         CFLAGS to avoid duplicate libraries.
7194
7195         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
7196
7197         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
7198         to include gobject.
7199         
7200 2001-05-18  Alexander Larsson  <alexl@redhat.com>
7201
7202         * gtk/gtkspinbutton.c:
7203         Convert GtkArgs to GParams. Based on patch by John Margaglione.
7204         Also do size request reasonable for MAXDOUBLE. Previously it printed
7205         the limits to a buffer and overran it. Instead do it using log10() and
7206         limit the width to 10 digits.
7207         
7208         * gtk/gtkwidget.c (gtk_widget_get_property):
7209         Correctly handle setting the parent property to NULL.
7210
7211 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
7212
7213         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
7214         style attributes even if the widget isn't realized.
7215
7216         * demos/gtk-demo/main.c: Use a slightly smaller font.
7217
7218 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
7219
7220         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
7221         This is something that only a widget writer would ever want
7222         to change.
7223
7224         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
7225         gtk_signal_emit_by_name().
7226
7227         * gtk/gtkviewport.c: Fix some warnings.
7228
7229         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
7230         allowing the requisitions of multiple widgets to be grouped
7231         together.
7232
7233         * tests/testgtk.c: Add GtkSizeGroup test
7234
7235         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
7236
7237         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
7238         warnings.
7239
7240         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
7241
7242 2001-04-28  Martin Baulig  <baulig@suse.de>
7243
7244         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
7245         to gtk_image_menu_item_set_icon() and made it work if there's already
7246         an image.
7247         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
7248         (gtk_image_menu_item_new_with_label): New function.
7249
7250 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
7251
7252         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
7253         highlighting code!!!!  The result is okay so long as you don't try
7254         to stress it.  It also highlights a bug in the TextView so it's in
7255         an unproportional font right now until it's fixed.
7256
7257         *demos/gtk-demo/*.c: Clean up code a bit to make it
7258         ugly-parser(TM) friendly. (-:
7259
7260 2001-05-17  Joe Shaw  <joe@ximian.com>
7261
7262         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
7263         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
7264         if it is only partially onscreen.
7265
7266 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
7267
7268         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
7269         not by characters.
7270
7271         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
7272         are not zero or one; that is, when graphemes of multiple characters
7273         are involved.
7274
7275         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
7276         FIXME.
7277
7278 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
7279         
7280         * gtk/gtkbbox.c:
7281         Add properties, based on patch by Lee Mallabone.
7282
7283         * gtk/gtknotebook.c:
7284         * gtk/gtktoolbar.c:
7285         Convert from GtkArg to GParam, based on patch by John Margaglione.
7286         
7287         * gtk/gtkhscale.c:
7288         * gtk/gtkvscale.c:
7289         * gtk/gtkhscrollbar.c:
7290         * gtk/gtkvscrollbar.c:
7291         * gtk/gtkrange.c:
7292         Move adjustment property to GtkRange.
7293
7294         * gtk/gtklabel.c:
7295         Setup mnemonics on property changes
7296
7297         * gtk/gtkwidget.c (gtk_widget_get_property):
7298         GdkExtensionMode is an enum, not a flag. Set it with
7299         g_value_set_enum ().
7300
7301         * tests/prop-editor.c:
7302         Better propery editor.
7303
7304         * tests/testgtk.c:
7305         Add new property test. Pass zero to the property editor to
7306         get properties from all derived types.
7307         
7308 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
7309
7310         * autogen.sh (have_automake): Require libtool-1.4,
7311         automake-1.4p1.
7312
7313         * acinclude.m4: Remove libtool macros.
7314
7315         * gdk-pixbuf/Makefile.am: Add dependencies to loade
7316         modules.
7317
7318         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
7319         for libgdk.
7320
7321         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
7322         libgdk.la for libgtk.
7323
7324         * modules/input/Makefile.am: Make modules have full
7325         dependencies.
7326
7327 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
7328
7329         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
7330         #54699 where paths weren't being checked for correctness.
7331
7332 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
7333
7334         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
7335         in any order you wan, whether or not the column is added to the
7336         tree, or the tree is realized.  Yay!
7337
7338         * gtk/gtktreeviewcolumn.c
7339         (gtk_tree_view_column_setup_sort_column_id_callback): handle
7340         sorting columns a lot saner
7341
7342         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
7343         new function to actually set wether or not a column is
7344         reorderable.
7345
7346         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
7347         if we have 'em.
7348
7349         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
7350         Fix nasty bug where we were showing the button just before
7351         realizing it.  As a result, the parent window was
7352         tree_view->window instead of tree_view->priv->header_window.
7353
7354         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
7355         to let you easily reorder a list or tree.
7356
7357 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
7358
7359         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
7360         from args to properties.
7361
7362 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
7363
7364         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
7365         from args to properties. (#51957)
7366
7367         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
7368         calls to after ->set_property call.
7369
7370 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
7371
7372         * tests/prop-editor.c: Block against redundant changes.
7373
7374         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
7375         properties.
7376
7377 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
7378
7379         * gdk/gdkpixmap.h: Remove creative formatting.
7380
7381 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
7382
7383         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
7384         property API. (#51669)
7385
7386         * gtk/gtkscale.c: Patch from John Margaglione converting to
7387         property API. (#51891)
7388
7389         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
7390         to property API. (#50985)
7391
7392 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
7393
7394         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
7395         buffering state across expose event, so we still call end_paint().
7396
7397 2001-05-11  Alexander Larsson  <alexl@redhat.com>
7398
7399         * gtk/gtkhsv.c (paint_triangle):
7400         Expose the ring in the triangle at the correct place when
7401         exposing just a part of the triangle.
7402
7403         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
7404         Return FALSE, or window focusing will not work.
7405
7406 2001-05-11  Havoc Pennington  <hp@pobox.com>
7407
7408         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
7409         #54144
7410
7411         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
7412         bug #54330
7413
7414 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
7415
7416         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
7417         propagate exposes to NULL child.
7418
7419         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
7420         against not having one of the scrollbars.
7421
7422         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
7423         we don't keep a mnemonic window if we have no mnemonic installed.
7424
7425 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
7426
7427         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
7428         it has the _important_ side effect of initializing a class.
7429
7430 2001-05-10  Alexander Larsson  <alexl@redhat.com>
7431
7432         * gdk/linux-fb/gdkprivate-fb.h:
7433         Make sure you can compile out the implementation/wrapper assert
7434         macros.
7435
7436         * gdk/linux-fb/gdkdrawable-fb2.c:
7437         Check implementation/wrappers, initialize type for pixmap dummys.
7438
7439         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
7440         Hide the cursor if reading from the screen.
7441
7442         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
7443         Fix sign bug in tiling code.
7444
7445         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
7446         Handle background pixmaps.
7447
7448 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
7449
7450         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
7451         function to let user control where columns are dragged.
7452
7453         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
7454         Escape is pressed.
7455
7456 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
7457
7458         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
7459         "columns_changed" signal.
7460         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
7461         motion code to draw arrows to the side if indicator is outside the
7462         widget.
7463         (gtk_tree_view_map_expanded_rows): Implement.
7464
7465 2001-05-07  Alexander Larsson  <alexl@redhat.com>
7466
7467         * demos/testpixbuf-save.c: 
7468         * demos/testpixbuf-drawable.c:
7469         Include gdkfb.h on linux-fb.
7470
7471 2001-05-07  Alexander Larsson  <alexl@redhat.com>
7472
7473         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
7474         New function for getting toplevel window at position.
7475         (gdk_drag_find_window): Use get_toplevel_window () instead
7476         of gdk_window_get_pointer(). (gdk_drag_status): Use
7477         correct context for getting window.
7478
7479         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
7480         g_strdup the atom name.
7481
7482         * gdk/linux-fb/gdkwindow-fb.c:
7483         Costmetic fix.
7484
7485         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
7486         Add code for changing cursor on linux-fb backend (same as
7487         win32).
7488
7489 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
7490
7491         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
7492         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
7493         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
7494         report was not for the development branch of GTK+, but it applies
7495         anyways).
7496
7497 2001-05-04  Havoc Pennington  <hp@redhat.com>
7498
7499         * configure.in: fix some shell typos
7500
7501         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
7502
7503         * gtk/gtkimage.c: handle animations
7504
7505         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
7506         border_width * 2, not just border_width
7507
7508         * gtk/gtkscale.c: add "format_value" signal to allow people
7509         to override the way values are drawn.
7510         (gtk_scale_get_value_size): fix width/height mistake,
7511         and compute size from actual displayed text, not 
7512         from made-up text.
7513
7514         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
7515         signal registration
7516
7517         * tests/testtext.c: Add "Remove all tags" menu item for testing
7518
7519         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
7520
7521         * demos/gtk-demo/main.c (main): add hack so we can find modules
7522         without installing gtk
7523
7524         * demos/gtk-demo/textview.c (insert_text): demo font scaling
7525
7526         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
7527         factor)
7528         (gtk_cell_renderer_text_set_property): remove some bogus
7529         g_object_notify
7530
7531         * gtk/gtktexttag.c: add "scale" property which is a font scaling
7532         factor
7533
7534         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
7535         to layout
7536
7537         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
7538         gtk_text_iter_is_first
7539
7540 2001-01-06  Hans Breuer  <hans@breuer.org>
7541
7542         * gdk/gdk.def : updated exports
7543
7544         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
7545         gdk won't compile anymore
7546  
7547         * gdk/win32/gdkevents-win32.c : initialize ret_val when
7548         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
7549         Improved gdk_flush () to not only do pending drawing operations
7550         but also process all currently pending events. This should make
7551         the behaviour more similar to the X11 version.  
7552
7553         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
7554         option needs to be set even if there is no GDK_GC_BACKGROUND.
7555         (gdk_win32_hdc_get) : use predraw_set_background () independent
7556         of value_mask. This allows to draw dashed lines leaving the original
7557         background intact.
7558
7559         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
7560         after processing, because we can't reuse it as the X11 version does.
7561
7562         * gtk/gtk.def : updated exports
7563
7564         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
7565         would like to get rid of this file again, and use straight
7566         makefile.msc again, as the other Gtk+ subdirs do)
7567
7568         * test/makefile.msc (new file) : build the test apps here
7569
7570 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
7571
7572         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
7573         strike-through setting
7574         (gdk_draw_layout_line_with_colors): Render strike-through
7575
7576 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
7577
7578         * Release 1.3.5
7579
7580         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
7581
7582         * NEWS: Updated
7583
7584         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
7585         Makefile breakage.
7586
7587 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
7588
7589         * demos/gtk-demo/images.c (progressive_timeout): Fix
7590         typo in filename.
7591
7592         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
7593         out FIXME warning; just too annoying.
7594
7595 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
7596
7597         * gdk/linux-fb/gdkcolor-fb.c:
7598         Better error messages.
7599
7600         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
7601         Initialize abs_x and abs_y.
7602         
7603         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
7604         Correct handling of stipple offset.
7605
7606         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
7607         Treat directcolor framebuffers as truecolor.
7608         
7609 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
7610
7611         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
7612         dependency on Atk for accessibility support.
7613
7614         * configure.in **/Makefile.am: Major reworking of substituted
7615         variables for CFLAGS/LIBS to make a lot more sane and 
7616         keep the the compile/link lines a bit shorter.
7617
7618         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
7619
7620 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
7621
7622         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
7623         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
7624         use _gtk_boolean_handled_accumulator.
7625
7626 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
7627
7628         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
7629         to fix things so clicking inside selection leaves cursor
7630         at point where clicked. (#50324)
7631
7632         * gtk/gtksettings.c (gtk_settings_class_init): Restore
7633         sane value for default double click time.
7634
7635         * tests/testtext.c (test_init): Really path to input modules.
7636
7637 2001-05-03  Sven Neumann  <sven@convergence.de>
7638
7639         * demos/testpixbuf-save.c: include target-specific headers as
7640         done in testpixbuf-drawable.c
7641
7642 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
7643
7644         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
7645         new_text_length appropriately when we run into the 
7646         size limit for the entry. (#53445, reported by Jeff Franks)
7647
7648         * tests/testgtk.c (create_entry): Remove most of the
7649         property toggle buttons. Replace with a "Props" button
7650         that brings up a property editor.
7651
7652         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
7653         Split the property editor code out for reuse, improve.
7654
7655 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
7656
7657         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
7658         trap errors around calls to XSetInputFocus since we have
7659         no way of knowing reliably whether we are viewable or
7660         not. (#53947)
7661
7662 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
7663
7664         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
7665         fix bug in dropping columns.  Moving columns now basically works
7666         modula some fine tuning.
7667
7668 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
7669
7670         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
7671         autoscroll support.  It mostly works, but could use some fine
7672         tuning.
7673         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
7674         Actually move the column.
7675
7676 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
7677
7678         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
7679           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
7680           New default theme! A slighly improved version of the 2.0 Raleigh
7681           theme, with Windows-esque focus/drawing default. 
7682           (GtkWidget::interior_focus defaults to TRUE.)
7683
7684         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
7685
7686 2001-04-30  Havoc Pennington  <hp@pobox.com>
7687
7688         * tests/testtext.c (line_numbers_expose): fix to work with
7689         gtk_paint_layout change
7690
7691 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
7692
7693         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
7694           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
7695           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
7696           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
7697
7698         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
7699           with GtkWidget::interior_focus = TRUE better.
7700
7701         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
7702         ::default_outside_border for more flexibility.
7703
7704         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
7705         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
7706         change that had to be made with g_object_get.
7707
7708 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
7709
7710         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
7711         (gtk_tree_view_move_column_after): Clean up interface. 
7712
7713 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
7714
7715         * gtk/gtkpacker.h:
7716         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
7717          to gtkenum.h.
7718
7719         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
7720         handled in switch).
7721
7722         * gtk/Makefile.am:
7723         (gtk.defs): generate enum portions with  glib-mkenums.
7724         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
7725         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
7726         
7727         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
7728         addition.
7729
7730         * docs/Changes-2.0.txt: keep a note on signal handlers now
7731         not getting emitted during the emission they were connected within.
7732
7733 2001-04-28  Havoc Pennington  <hp@pobox.com>
7734
7735         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
7736
7737 2001-04-24  Havoc Pennington  <hp@redhat.com>
7738
7739         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
7740         (gtk_text_layout_move_iter_to_next_line): fix these two for
7741         invisible text, lots of other stuff still hosed.
7742
7743         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
7744         new function, replaces the get/set palette stuff. This function 
7745         is intended for use by libgnomeui which should set the hook to a
7746         thing which sets the palette in GConf, and we need the
7747         GConf-to-xsettings proxy which will result in the change being
7748         propagated back to the GTK app.
7749
7750         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
7751         about unusable signals that it may be because the signal has 
7752         parameters.
7753
7754         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
7755         style, otherwise gtkrc.c won't know to create a new GtkStyle for
7756         it.
7757         (gtk_widget_modify_color_component): call
7758         gtk_widget_modify_style() so the rc style will get copied.
7759         (gtk_widget_modify_font): ditto
7760
7761         * gtk/gtkrc.c: make a couple variables static
7762
7763         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
7764         help button by default, since it does nothing
7765
7766         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
7767         around with UI
7768
7769         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
7770         so we can have tooltips
7771
7772         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
7773         can have tooltips
7774
7775         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
7776         GDK_ENABLE_BROKEN, because its memory behavior is completely
7777         hosed.
7778
7779         * gtk/gtknotebook.c: remove key press handler, replace with
7780         binding set, add numeric keypad support
7781
7782         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
7783
7784         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
7785
7786         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
7787         addition to plain Delete
7788
7789         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
7790         GDK_KP_Enter in addition to GDK_Return
7791
7792         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
7793         activate on entry instead of key press
7794         (gtk_font_selection_on_clist_key_press): get
7795         rid of this signal handler, not needed with new font sel.
7796
7797         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
7798         no-longer-needed emit_stop_by_name(), just return TRUE
7799
7800         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
7801         cruft, this widget is no longer focusable.
7802
7803         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
7804         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
7805         move_slider action signal, add binding set for vscale/hscale, in
7806         the process support numeric keypad
7807
7808         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
7809         make GDK_Return and GDK_KP_Enter activate the entry via 
7810         binding set, instead of hardcoded.
7811
7812 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
7813
7814         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
7815         code.  Some documentation added.
7816
7817 2001-04-27  Havoc Pennington  <hp@redhat.com>
7818
7819         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
7820
7821         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
7822
7823         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
7824         line/para separators
7825         (gtk_entry_create_layout): set single paragraph mode on the layout
7826
7827         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
7828         spacing between the image and label; instead, inside a button box 
7829         the button will get extra space that will go there, but if people 
7830         configure button box for 0 chubbiness, then there's no spacing.
7831
7832         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
7833         and min/max size style properties, so people can tune their
7834         chubbiness.
7835
7836         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
7837         functions
7838
7839         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
7840         space_style, and button_relief into style properties, remove
7841         functions for setting them
7842         
7843         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
7844         it back down
7845
7846         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
7847         types from gtk_widget_style_get
7848
7849         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
7850         with a style property.
7851
7852         * gdk/x11/gdkevents-x11.c: namespace the settings
7853
7854         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
7855
7856         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
7857         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
7858         be used. Also, translate doc strings for settings. Also, namespace
7859         the double-click-time property. Also, remove bell properties crap.
7860
7861 2001-04-27  Sven Neumann  <sven@gimp.org>
7862
7863         * Makefile.am: before creating links, check if pkg-config files
7864         exist for the default target. Otherwise link to the pkg-config files
7865         that got installed with this build.
7866
7867 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
7868
7869         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
7870         dragging code.  Revealed some (potential) GdkWindow bugs.
7871
7872         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
7873         _gdk_window_init_position to the end of reparent to fix the case
7874         of reparenting when new_x != old_x and new_y != old_y.
7875
7876 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
7877
7878         * gtk/gtkentry.c (strstr_len): Fix optimization that
7879         was correct for the use here, but completely incorrect
7880         in general.
7881
7882 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
7883
7884         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
7885         until patch adding gtk_window_set_size() is recommitted. 
7886
7887         * **Makefile.am configure.in gdk/x11/gdkim-11.c
7888           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
7889           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
7890           (#10784)
7891
7892 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
7893
7894         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
7895         window == NULL in a number of cases.
7896
7897         * tests/testdnd.c: Set module path for gdk-pixbuf.
7898
7899 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
7900
7901         * gtk/Makefile.am xembed.h: File containing #defines
7902         for XEMBED protocol.
7903
7904         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
7905
7906         - Change protocol from old plug/socket specific protocol
7907           to XEMBED draft
7908         - Various fixes to work with GTK+-2.0
7909
7910         Still quite a bit of work to do here to handle initiation
7911         from the socket side (as specified by XEMBED), to handle
7912         the more advanced features of XEMBED, and to figure out
7913         a good way to handle same-app embedding with less overhead
7914         than using full XEMBED.
7915
7916 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
7917
7918         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
7919         track of whether the toplevel has the focus; only send
7920         focus-in events to the focus widget when the window
7921         actually has the focus.
7922
7923 2001-04-25  Havoc Pennington  <hp@pobox.com>
7924
7925         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
7926         were still in the header
7927
7928 2001-04-24  Alexander Larsson  <alexl@redhat.com>
7929
7930         * gtk/gtkclist.[ch]:
7931         * gtk/gtkctree.c:
7932         When there is a row highlighted for D'n'D it must alse
7933         be painted hightlighted on exposes. Otherwise exposes from
7934         the icon being dragged will mess up the hightlight.
7935
7936         * gtk/gtkfontsel.c:
7937         Don't recenter selected font when exposing the font family
7938         clist. This means you can now actually scroll the font family
7939         list.
7940
7941         * gtk/gtknotebook.c:
7942         Fix focus movement on scrolling tabs that are placed on the left
7943         and right.
7944
7945 2001-04-21  Havoc Pennington  <hp@pobox.com>
7946
7947         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
7948         empty/invisible lines.
7949
7950         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
7951         (gtk_text_iter_set_visible_line_index): new functions to set
7952         indexes excluding invisible text
7953
7954         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
7955         index
7956
7957         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
7958         (gtk_text_iter_get_visible_line_offset): new functions to 
7959         get indexes excluding invisible text
7960
7961         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
7962         bunch of extra padding that served no purpose
7963
7964         * gtk/gtkdialog.c: Make all the spacings configurable via style
7965         properties, for chubbiness configuration in themes
7966
7967         * tests/testtext.c: fix path to the immodules.
7968         
7969 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
7970
7971         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
7972         got munched by #endif.
7973
7974         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
7975
7976         * gtk/gtktreeview.c: Refactored code to clean up a number of
7977         events.
7978
7979         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
7980         values to make consistent with other functions.  Spotted by Jeff
7981         Franks <jcf@tpg.com.au>.
7982
7983         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
7984         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
7985
7986 2001-04-23  Sven Neumann  <sven@gimp.org>
7987
7988         * gtk/Makefile.am
7989         * gtk/gtkplug.c
7990         * gtk/gtksocket.c: on request of Owen, reverted my last change 
7991         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
7992
7993 2001-04-23  Sven Neumann  <sven@gimp.org>
7994
7995         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
7996         compile for non-X11 targets again
7997
7998 2001-04-20  Alexander Larsson  <alexl@redhat.com>
7999
8000         * gtk/gtkcolorsel.[ch]:
8001         API Change. Take GdkColor arguments instead of gdouble *.
8002         Leave the old gtk_color_selection_set_color for compatibility,
8003         but marked deprecated.
8004         Do correct rounding when converting RGB <-> HSV.
8005         
8006         * gtk/gtkcolorseldialog.c:
8007         * tests/testgtk.c:
8008         Use new GtkColorSelection API.
8009
8010         * gtk/gtkhsv.c:
8011         Fix problem selecting colors in triangle when Hue is 330.
8012         Fix some black dots around the HSB triangle.
8013         
8014         * gtk/gtkfilesel.c:
8015         return FALSE from the focus_in_event handler to fix focus problems.
8016
8017 2001-04-18  Havoc Pennington  <hp@redhat.com>
8018
8019         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
8020         set, so keybindings are configurable    
8021         (gtk_window_activate_default): Change to activate the focus widget
8022         instead if there's a focus widget, to be consistent with the
8023         behavior that previously existed in key_press_event
8024
8025 2001-04-18  Havoc Pennington  <hp@redhat.com>
8026
8027         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
8028
8029 2001-04-18  Havoc Pennington  <hp@redhat.com>
8030
8031         Close bug #50615:
8032         
8033         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
8034         the layout
8035
8036         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
8037
8038         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
8039
8040         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
8041         
8042         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
8043         to blue for base, in addition to bg
8044         
8045 2001-04-18  Havoc Pennington  <hp@redhat.com>
8046
8047         * tests/testgtk.c (create_image): allow shrinking the image window
8048         to test that we clip to allocation.
8049
8050         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
8051         #9845
8052
8053         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
8054
8055 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
8056
8057         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
8058         mode on shm segments to 0600. We'll see who complains.
8059
8060         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
8061         _gdk_windowing_window_destroy() AFTER recursing through
8062         children.
8063
8064         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
8065         testsocket_child on X.
8066
8067         * tests/testsocket[_child].c: Fix uses of
8068         gtk_window_get_default_accel_group().
8069
8070         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
8071
8072         * gdk/gdkimage.c: (gdk_image_get):
8073         Deal with the possibility that XGetImage() might return NULL.
8074         Allocate the GdkImagePrivate structure only after XGetImage()
8075         succeeds in order not to dereference a NULL ximage pointer.  This
8076         prevents a core dump when XGetImage() fails - which is unlikely,
8077         but can happen due to race conditions accessing the geometries of
8078         drawables.  An x error will still be triggered, but the gdk image
8079         wrapper at least wont seg fault.
8080         
8081 2001-04-18  Havoc Pennington  <hp@redhat.com>
8082
8083         * gtk/gtkimage.c: fix to properly queue resizes when the image is
8084         set
8085
8086         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
8087         if the insertion point isn't editable
8088
8089         * demos/gtk-demo/images.c: Added a GtkImage demo
8090
8091         * demos/gtk-demo/drawingarea.c: drawing area demo
8092         
8093         * demos/gtk-demo/menus.c (create_menu): cleanups
8094
8095 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
8096
8097         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
8098           gdk/x11/gdkevents-x11.c: Introduce an extra child
8099         of toplevel windows that serves to hold the focus to
8100         avoid events being delivered to embedded windows.
8101
8102         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
8103         some extra variables to clean up code and reduce the
8104         number of casts.
8105
8106         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
8107         guint for 1 bit bit fields, not gboolean.
8108
8109 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
8110
8111         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
8112         not TRUE. (Fixes #52925)
8113
8114 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
8115
8116         * Released 1.3.4
8117
8118         * NEWS: Updated
8119
8120         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
8121         use GTK_TYPE_ENUM.
8122
8123 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
8124
8125         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
8126
8127         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
8128         names to compatibility #defines so docs work.
8129
8130         * gtk/gtkenums.h: Remove GtkMenuFactoryType
8131
8132         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
8133
8134         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
8135
8136         * tests/testgtkrc: No magenta cursors, please.
8137
8138         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
8139
8140         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
8141         
8142 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
8143
8144         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
8145         grabs, since they are no longer necessary.
8146
8147         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
8148         by signal_connect() and call gtk_button_pressed() rather
8149         than signal_connect_after().
8150
8151         * tests/testgtk.c: Restore radio menu items to combos 
8152         since they'll look OK with Raleigh, and it is easier
8153         than finishing the process of removing them that was
8154         started earlier.
8155
8156 2001-04-16  Hans Breuer  <hans@breuer.org>
8157
8158         * gdk/gdk.def :
8159         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
8160
8161         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
8162         we are interested in the functions return value not the function address
8163         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
8164
8165         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
8166
8167 2001-04-14  Hans Breuer  <hans@breuer.org>
8168
8169         * gdk/gdk.def :
8170         * gdk/makefile.msc : updated
8171
8172         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
8173         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
8174         (the testgtk::text backgound pixmap is drawn again)
8175         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
8176         Win32 Pango change
8177         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
8178
8179         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
8180         Not sure if the returned settings have the right unit, because I couldn't
8181         find any docs for the X version ...
8182
8183         * gtk/gtk.def :
8184         * gtk/makefile.msc.in : updated
8185
8186 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
8187
8188         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
8189         wording problems. (Compared to version from Johannes Stezenbach to
8190         check correctness.)
8191
8192 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
8193
8194         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
8195         this to compile.
8196
8197 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
8198
8199         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
8200         not pixbufpos.
8201
8202         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
8203
8204         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
8205         are unsigned insts, therefore use g_value_set_uint.
8206         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
8207
8208 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
8209
8210         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
8211
8212         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
8213         GTK_TYPE_STRING.
8214
8215         * gtk/gtktreeview.c: New functions to allow initial column
8216         dragging work.
8217
8218         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
8219
8220         * tests/testtreefocus.c: give dave some love.
8221
8222         * tests/testtreesort.c: Modify test to check really long samples.
8223
8224 2001-04-11  Alexander Larsson  <alexl@redhat.com>
8225
8226         * gtk-2.0.m4: Pass pkg-config options
8227         before the other args so it works even if
8228         POSIXLY_CORRECT is set.
8229
8230 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
8231
8232         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
8233         0, interface 0).
8234
8235 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
8236
8237         * gtk/gtkcalendar.c (gtk_calendar_button_press):
8238         check for action_func != NULL
8239
8240 2001-04-04  Sven Neumann  <sven@gimp.org>
8241
8242         * tests/testgtk.c (test_init): corrected path to gtk.immodules
8243
8244 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
8245
8246         * Released Gtk+-1.3.3.
8247
8248 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
8249
8250         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
8251
8252 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
8253
8254         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
8255         files to/from source dir. (if we don't stay in builddir, we
8256         can't reach make-inline-pixbuf.
8257
8258         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
8259         deps.
8260
8261         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
8262         ages 0).
8263
8264 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
8265
8266         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
8267         moved to the GtkTreeSortable interface.
8268
8269         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8270         Make more efficient (fixes #50262).
8271
8272 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
8273
8274         * NEWS: Updated.
8275
8276         * configure.in: Remove support for uninstalled glib.
8277
8278         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
8279         so as not to stop emission.
8280
8281         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
8282         is no longer supported.
8283
8284         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
8285         into tests, change build order to build modules before
8286         gtk/.
8287
8288         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
8289         to here.
8290
8291 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
8292
8293         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
8294         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
8295         GPatternSpec. this is actually unlikely to cause breakage in
8296         third-party apps since except for gle, pretty much ever caller
8297         passes NULL here.
8298
8299         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
8300
8301         * *.c: use g_pattern_*() API.
8302
8303         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
8304
8305         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
8306         directions aren't passed in.
8307
8308         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
8309         functionality to be usable from gtkstyle.c as well, give precedence
8310         for conversion to user-supplied parsers.
8311         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
8312
8313         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
8314         _gtk_settings_parse_convert() for rcporperty value conversion.
8315
8316 2001-04-03  Alexander Larsson  <alexl@redhat.com>
8317
8318         * gdk/linux-fb/gdkevents-fb.c:
8319         Add empty gdk_setting_get().
8320
8321 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
8322
8323         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
8324         variable names.
8325         
8326         * gtk/makeenums.pl: touch this so enum files get remade.
8327
8328 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
8329
8330         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
8331         work again when not sorted.
8332
8333         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
8334         and "expand_row" signal, closing bug 52578.
8335
8336         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
8337         support.
8338
8339         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
8340         support.
8341
8342 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
8343
8344         * gdk/gdkevents.h: Add GdkEventSetting event for notification
8345         of changes to system settings, gdk_setting_get() to retrieve
8346         a single system setting.
8347
8348         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
8349         to the draft XSETTINGS mechanism.
8350
8351         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
8352         XSETTINGS.
8353
8354         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
8355         of GDK settings changes to the GtkSettings object.
8356
8357         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
8358         double-click-timeout property to GDK.
8359
8360         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
8361         Define GDK boxed types here.
8362
8363         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
8364         gdk/gdkenumtypes.[ch] for enum definitions.
8365
8366         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
8367         * gtk/gtk-boxed.defs: Comment out GDK types
8368         * gtk/gtktypeutils.h: Remove GDK types
8369         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
8370
8371 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
8372
8373         * Applied patch from Ron Steinke to add signal accumulators
8374         so that signals with the convention 'TRUE return means
8375         handled' stop emission on a TRUE return.
8376
8377         * gtk/gtkmain.[ch]: Add private accumulator 
8378         _gtk_boolean_handled_accumulator, used throughout GTK+.
8379         
8380         * gtk/gtkspinbutton.c: Add accumulator for ::output.
8381
8382         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
8383         
8384         * gtk/gtkwidget.c: Add accumulators for event signals,
8385         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
8386         for ::mnemonic-activate.
8387
8388         * gtk/gtkwindow.c: Add accumulator for ::frame_event
8389
8390 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
8391
8392         * gtk/gtkwidget.c: Add missing include.
8393
8394 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
8395
8396         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
8397         marshaller.
8398
8399         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
8400         "changed" signal to "range_changed".
8401
8402         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
8403         removing a tree from one model would remove all trees from that
8404         model.
8405         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
8406         changed signal instead.
8407
8408 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
8409
8410         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
8411         chaining up to parent impl, since we have a INPUT_ONLY
8412         window.
8413
8414         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
8415         foreground color for the cursor.
8416
8417 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
8418
8419         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
8420         param spec when caching property values, since we unref it
8421         later when we free the style.
8422
8423         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
8424         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
8425
8426 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
8427
8428         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
8429         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
8430         stupidity.
8431
8432 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
8433
8434         [ First pass at adding style properties. Still needs some definite
8435         fine-tuning. ]
8436
8437         * gtk/gtkbutton.c: Add ::default_spacing style property.
8438          
8439         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
8440         ::indicator_spacing style properties.
8441
8442         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
8443         style properties.
8444
8445         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
8446         rather than a normal property.
8447
8448         * gtk/gtkwidget.c: Add an ::interior_focus style property to
8449         draw focus inside buttons, in the Windows/Java Metal/etc. style.
8450
8451         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
8452         Honor ::interior_focus.
8453         
8454         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
8455         TRUE.
8456
8457         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
8458         Add ::slider_width, ::trough_border, ::stepper_size,
8459         ::stepper_spacing style properties.
8460
8461         * gtk/gtkscale.[ch] Add ::slider-length style property.
8462
8463 2001-04-02 Alexander Larsson   <alexl@redhat.com>
8464
8465         * gdk/linux-fb/gdkwindow-fb.c:
8466         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
8467         warnings that were spewed on startup.
8468
8469         * gtk/gtkwindow-decorate.c:
8470         gtk_window_reposition -> _gtk_window_reposition
8471
8472 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
8473
8474         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
8475         Add boxed type for GtkRequistion. Use it for ::size-request.
8476
8477         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
8478         Add a new GtkBorder structure useful for geometry properties
8479         for widgets. Add corresponding GTK_TYPE_BORDER.
8480         
8481         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
8482         Support automatic parser selection like
8483         gtk_settings_install_property_parser().
8484
8485         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
8486         functionality for use by gtk_widget_class_install_style_property.
8487         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
8488
8489 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
8490
8491         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
8492         g_param_spec_unichar(). 
8493
8494 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
8495
8496         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
8497         _NET window managers.
8498
8499         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
8500
8501 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
8502
8503         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
8504         bad needs to be nuked, not just deprecated.
8505
8506         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
8507         gtk_widget_popup().
8508
8509         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
8510         
8511         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
8512         widget.
8513         
8514         * docs/Changes-2.0.txt: updates.
8515         
8516 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
8517
8518         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
8519         for (i = 0; i < 100; i ++)
8520           g_print ("I will confirm it compile before committing\n");
8521
8522 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
8523
8524         * gtk/gtktreestore.c: Initial work on implementing the
8525         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
8526
8527 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
8528
8529         * gtk/gtkwidget.c: fixed a bunch of notifications, added
8530         reference counts around emissions where the widget is used afterwards.
8531         added freeze/thaws around multiple properties being notified.
8532         (_gtk_widget_get_aux_info): cleanups.
8533         
8534         * gtk/gtksettings.c (gtk_settings_install_property): provide
8535         default parsing functions for gdkcolor, enums and flags.
8536
8537         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
8538         applied by owen.
8539         backed out gtk_window_get_location(), gtk_window_set_location(),
8540         gtk_window_get_size() and gtk_window_set_size(), these
8541         have to be sorted out wrg x/y/width/height/default_with/default_height
8542         properties.
8543         kept a flag in GtkWindowGeometryInfo to handle user
8544         resetting default sizes.
8545         cleaned up ZVT comments.
8546         bunch of assorted bug fixes, notification fixes.
8547         (_gtk_window_reposition): make this a really internal function.
8548         
8549         * gtk/testgtk.c: fixups.
8550         
8551 2001-03-31  Hans Breuer  <hans@breuer.org>
8552
8553         * config.h.win32.in : disable USE_MMX for msvc build cause
8554         the assembler doesn't fit and is out of my scope. Disable
8555         USE_GMODULE for msvc build as wel. The right way to share
8556         binaries on win32 would be to use libtiff.dll etc. To reduce
8557         installation hassles IMO it's better to include all fileformats
8558         builtin to gdk-pixbuf
8559
8560         * gdk-pixbuf/makefile.msc : new file
8561
8562         * gdk/gdk.def : updated
8563
8564         * gdk/win32/gdkevents-win32.c : don't erase the background if
8565         .no_bg is set. It improves the scrolling (e.g. of testgtk main
8566         buttons
8567         * gdk/win32/gdkgeometry-win32.c : added comment about the above
8568
8569         * gdk/win32/gdkwindow-win32.c : added three new functions like
8570         the X version. Only one is implemented, because the other two
8571         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
8572         be default behaviour on win32 anyway ...
8573
8574         * gtk/gtk.def : updated
8575
8576         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
8577         from where it was built and add an additional rule to automagically
8578         build gtkmarshal.[hc]
8579
8580         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
8581         before array access for the current entry isn't finished
8582
8583         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
8584         use g_return_val_if_fail
8585
8586         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
8587         for the static array, but let the compiler calculate it. It
8588         makes me wonder if gcc isn't capable to catch bugs like this ...
8589
8590 2001-03-31  James Henstridge  <james@daa.com.au>
8591
8592         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
8593         constant "-1" in the aux info structure.
8594
8595 2001-03-30  Alexander Larsson  <alexl@redhat.com>
8596
8597         * gtk/gtkbutton.c (gtk_button_get_property):
8598         * gtk/gtklabel.c:
8599         Remove leaks.
8600         
8601         * gtk/gtkcontainer.c:
8602         * gtk/gtkhscale.c:
8603         * gtk/gtkhscrollbar.c:
8604         * gtk/gtklayout.c:
8605         * gtk/gtkmisc.c:
8606         * gtk/gtkprogress.c:
8607         * gtk/gtkprogressbar.c:
8608         * gtk/gtkrange.c:
8609         * gtk/gtktable.c:
8610         * gtk/gtkviewport.c:
8611         * gtk/gtkvscale.c:
8612         * gtk/gtkvscrollbar.c:
8613         * gtk/gtkwidget.c:
8614         Property patches, based on patches from John Margaglione and Lee Mallabone.
8615
8616 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
8617
8618         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
8619         adjustment. Cleaned redundant preconditions (spin != NULL). Added
8620         inline API function docs.
8621         (gtk_spin_button_new_with_range): New convenience constructor.
8622         (gtk_spin_button_set_increments): New adjustment helper.
8623         (gtk_spin_button_set_range): New adjustment helper.
8624
8625         * gtk/testgtk.c : added test of the new convenince constructor and
8626         value_changed signals.
8627
8628 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
8629
8630         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
8631         listen to the reorder signal.
8632
8633 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
8634
8635         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
8636         to get the aux info structure fo the widget.
8637
8638         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
8639         above function.
8640
8641         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
8642
8643         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
8644         to get the size of the window manager frame, basically the same
8645         code that gdk_window_get_root_origin() had
8646         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
8647
8648         * gtk/gtkwindow.c (gtk_window_set_default_size): use
8649         gdk_window_resize() if the window is realized and resizeable
8650
8651         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
8652         typo so that setting gravity works
8653
8654         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
8655         allocation if auto_shrink is on, even if the default size
8656         has not changed.
8657
8658         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
8659         g_return_if_fail
8660
8661 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
8662
8663         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
8664         reordering/sorting work.  Now pretty much works.
8665
8666         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
8667         reorder mostly work.  Still need to get the parity correct.
8668
8669         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
8670         signal, so I can listen for the sort_column_changed signal so I
8671         can change my "sort_indicator" property.  Cool.
8672
8673 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
8674
8675         [ Patch from Havoc Pennington, hp@redhat.com ]
8676
8677         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
8678         Add functions gdk_window_begin_resize_drag/begin_move_drag
8679         to start resizing or moving a toplevel window. This
8680         is done either using the _NET_WM_MOVERESIZE protocol,
8681         or, if that isn't present, by emulation.
8682
8683         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
8684         to export the above to GTK+-land.
8685
8686         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
8687         
8688         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
8689         Move this function into gdkwindow, since we need it
8690         when implementing fallback resizing.
8691
8692         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
8693         Fix typo when setting gravity.
8694
8695         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
8696         Add an optional (but on by default) resize grip for resizing 
8697         the parent window.
8698
8699 01-03-29  Alexander Larsson  <alexl@redhat.com>
8700
8701         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
8702         Don't return TRUE from the event handler, that blocks all
8703         event signals on the tooltip widget. Now you can press buttons
8704         in toolbars again.
8705
8706 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
8707
8708         * gtk/testtext.c (create_buffer): Add missing NULL on
8709         valist.
8710
8711         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
8712         c-n-p problem with INCONSISTENT property.
8713
8714         [ Patch from Havoc Pennington  <hp@redhat.com> ]
8715
8716         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
8717         hook.
8718
8719         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
8720         signal as a hook for extending the default popup menu
8721
8722         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
8723         use radio menu items for the input method menuitems
8724
8725         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
8726         inserted unicode from Ctrl-Shift-hex input method
8727
8728         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
8729         validatation here, already done at GtkTextBuffer level.
8730
8731         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
8732         popup_menu run action signal and Shift+F10 and Menu keybindings.
8733
8734         * gtk/gtkentry.c: implement a default handler for popup_menu
8735
8736         * gtk/gtktextview.c: implement a default handler for popup_menu
8737
8738         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
8739         from a key event
8740         
8741         * gtk/gtklabel.c: remove "trailer" cruft
8742
8743 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
8744
8745         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
8746         handle reordering of trees.  Seems to mostly work w/ the exception
8747         of the parity flag.
8748
8749         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
8750         signal.
8751
8752 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
8753
8754         * gtk/gtkwidget.h: c++ fixes.
8755
8756 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
8757
8758         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
8759         memory.
8760
8761 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
8762
8763         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
8764         Nils Barth fixing event return values. (#51041)
8765
8766         * gtk/gtkwidget.c: Fix some return values for default
8767         functions.
8768
8769         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
8770         return values for trough_keys functions.
8771
8772         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
8773         value for add_accelerator (shoudl have been a void
8774         return.)
8775
8776         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
8777         Fix return type of EVENT.
8778
8779         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
8780         signal return a boolean.
8781
8782 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
8783
8784         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
8785         reordered signal.
8786
8787         * tests/testtreesort.c (main): fix spelling.
8788
8789 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
8790
8791         * gtk/gtkliststore.c: More work on implementing sortable
8792         interface.
8793
8794 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
8795
8796         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
8797         reference the widgets in the resulting list. (#11821)
8798         This makes this consistent with gtk_container_children.
8799
8800         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
8801         uses of gtk_window_list_toplevels.
8802
8803 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
8804
8805         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
8806         a virtual function to set whether the IM context should use 
8807         the preedit string. (#51922)
8808         
8809 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
8810
8811         * gdk/gdkpango.h: Remove stale FIXME comment.
8812
8813 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
8814
8815         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
8816         Fixed bug that returned NULL if a filename was selected.
8817
8818 2001-03-24  Havoc Pennington  <hp@pobox.com>
8819
8820         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
8821         to contain the word "theme"
8822
8823 2001-03-24  Havoc Pennington  <hp@pobox.com>
8824
8825         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
8826         slower but finer-grained
8827         (gtk_hsv_focus): get initial focus on the ring or triangle 
8828         according to tab direction
8829
8830         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
8831
8832 2001-03-23  Havoc Pennington  <hp@pobox.com>
8833
8834         * gtk/gtkhsv.c: make this somewhat key-navigable
8835
8836         * gtk/gtkfontsel.c: mnemonics
8837
8838         * gtk/gtkgamma.c: mnemonics
8839
8840         * gtk/gtkcolorsel.c: add mnemonics to labels
8841
8842 2001-03-22  Havoc Pennington  <hp@pobox.com>
8843
8844         Applied big patch from Seth Lytle to fix event handler return
8845         values, slightly modified.
8846
8847         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
8848         handled.
8849         (gtk_calendar_key_press): return TRUE for GDK_space triggers
8850         select_day
8851
8852         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
8853         (gtk_clist_button_release): return TRUE if handled
8854
8855         * gtk/gtkcolorsel.c (mouse_release):
8856         (palette_activate): 
8857         (palette_press): 
8858         (palette_new): 
8859         (mouse_press): 
8860         (get_screen_color): 
8861         fixed return type (void to gboolean), return TRUE,
8862         added GTK_SIGNAL_FUNC cast
8863
8864         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
8865         (void to gboolean), and return TRUE
8866         (gtk_combo_button_release): changed return value to TRUE after
8867         gtk_grab_add on combo->popwin
8868
8869         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
8870         collapse or expand
8871
8872         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
8873         button/motion
8874
8875         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
8876         press/release and motion that trigger act
8877
8878         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
8879
8880         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
8881         for GDK_Return
8882         
8883         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
8884         (gtk_list_button_release): return TRUE if selection
8885
8886         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
8887         press
8888
8889         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
8890         (gtk_menu_shell_button_release): chain parent_menu_shell retval
8891
8892         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
8893         nothing triggered
8894         (gtk_notebook_button_release): return TRUE if we do anything
8895
8896         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
8897         (gtk_spin_button_button_release): return TRUE or chained retval
8898
8899         * gtk/gtktext.c (gtk_text_button_press): 
8900         (gtk_text_button_release): return TRUE
8901         (gtk_text_key_press): remove redundant retval code
8902         
8903         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
8904         and sensitive
8905         (gtk_tree_item_subtree_button_click): changed type to gint, and return
8906         TRUE if sensitive
8907
8908         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
8909         return TRUE
8910
8911 2001-03-23  Havoc Pennington  <hp@redhat.com>
8912
8913         * gtk/testgtk.c: fix warnings
8914
8915         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
8916
8917         * gtk/gtktextview.c: fix warnings
8918
8919         * gtk/gtktext.c (find_cursor_at_line): fix warning
8920
8921         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
8922
8923         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
8924         of this function
8925
8926         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
8927         fix warning
8928
8929         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
8930
8931         * gtk/gtkfontsel.c: fix warning
8932
8933         * gtk/gtkcolorsel.c: fix warnings
8934
8935 2001-03-23  Havoc Pennington  <hp@redhat.com>
8936
8937         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
8938
8939         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
8940
8941         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
8942         and deprecated gtk_check_menu_item_set_show_toggle().
8943         
8944         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
8945
8946         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
8947
8948         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
8949
8950 2001-03-23  Havoc Pennington  <hp@redhat.com>
8951
8952         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
8953         some docs
8954
8955 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
8956
8957         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
8958         this.
8959
8960         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
8961         set_cell to set_value
8962
8963         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
8964         set_cell to set_value
8965
8966 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
8967
8968         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
8969         fix braino.
8970         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
8971         support.
8972
8973         * gtk/gtktreeview.c: Addition of initial sortable support.
8974
8975         * gtk/gtktreestore.c: Addition of initial sortable support.
8976
8977         * gtk/gtkliststore.c: Addition of initial sortable support.
8978
8979         * gtk/gtkmarshal.list: yet another marshaller.
8980
8981         * gtk/gtktreedatallist.[ch]: shared code between the store models
8982         for handling sorting headers.
8983
8984 2001-03-22  Havoc Pennington  <hp@redhat.com>
8985
8986         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
8987         (gtk_container_unset_focus_chain): Add ability to override the 
8988         focus chain for a container explicitly
8989
8990 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
8991
8992         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
8993         added PROP_MNEMONIC_WIDGET.
8994
8995         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
8996         (gtk_window_remove_mnemonic): 
8997         (gtk_window_add_mnemonic): fixed assertions.
8998         (gtk_window_activate_mnemonic): constrain modifier checks to those
8999         permitted by gtk_accelerator_get_default_mod_mask().
9000         got rid of gtk_window_get_default_accel_group().
9001
9002         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
9003         activatable widgets either by focussing or a warning.
9004         added a signal accumulator to ::activate_mnemonic which stops the
9005         emission once a handler returned TRUE.
9006
9007 2001-03-22  Havoc Pennington  <hp@pobox.com>
9008
9009         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
9010         the stock item label
9011
9012         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
9013
9014         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
9015
9016         * demos/gtk-demo/*.c: Add mnemonics all over the place
9017
9018         * gtk/gtklabel.h: mark parse_uline deprecated
9019
9020 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9021
9022         * gtk/gtkitemfactory.[ch]:
9023         Add support for stock and normal imagemenuitems.
9024         
9025         * gtk/testgtk.c:
9026         Add some tests for mnemonics, stock toolbars, stock
9027         and image menuitems in itemfactory and gdk_window_scroll.
9028
9029 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9030
9031         * gtk/gtkbutton.[ch]:
9032         * gtk/gtkdialog.c:
9033         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
9034         removed accel_group argument. Renamed gtk_button_new_accel() to
9035         gtk_button_new_with_mnemonic() and removed accel_group argument.
9036
9037         * gtk/gtkcheckbutton.[ch]:
9038         New function gtk_check_button_new_with_mnemonic().
9039
9040         * gtk/gtkentry.c:
9041         Override activate_mnemonic and just grab focus.
9042
9043         * gtk/gtkitemfactory.c:
9044         Don't add menu uline accel group, instead use mnemonics support.
9045
9046         * gtk/gtklabel.[ch]:
9047         New support for mnemonics.
9048
9049         * gtk/gtkmarshal.list:
9050         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
9051
9052         * gtk/gtkmenu.[c]:
9053         * gtkmenushell.c:
9054         Use mnemonics instead of accel groups for uline
9055         support in menu items.
9056         Removed gtk_menu_get_uline_accel_group() and
9057         gtk_menu_ensure_uline_accel_group().
9058
9059         * gtk/gtkmenuitem.c:
9060         Override activate_mnemonic to handle switching between
9061         menu items if there are collisions.
9062         
9063         * gtk/gtknotebook.c:
9064         Connect to activate_mnemonic on the tab_label, so that
9065         activating it switches to that notebook page.
9066
9067         * gtk/gtkwidget.[ch]:
9068         Add activate_mnemonic signal. New function
9069         gtk_widget_activate_mnemonic() to emit it.
9070         Default implementation does activate/grab_focus.
9071
9072         * gtk/gtkwindow.[ch]:
9073         Add support for mnemonics in windows.
9074         New functions:
9075         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
9076         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
9077
9078         * gtk/testgtk.c:
9079         Update to function name changes.
9080         
9081 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9082
9083         * gtk/gtkimagemenuitem.[c]:
9084         Add gtk_image_menu_item_new_from_stock()
9085
9086 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
9087
9088         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9089         Fix buglet in meeting.
9090
9091 2001-03-19  Havoc Pennington  <hp@redhat.com>
9092
9093         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
9094         add a bunch of accessor functions. This is because we have
9095         reasonable expectations of extending what fields it contains in
9096         the future.
9097
9098         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
9099         changes
9100
9101         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
9102         GtkIconSource   
9103
9104 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
9105
9106         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
9107         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
9108
9109         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
9110           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
9111           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
9112           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
9113         Change float to double everywhere with the exception of 0<->1.0 alignment
9114         and GtkCurve.
9115
9116 2001-03-19  Tor Lillqvist  <tml@iki.fi>
9117
9118         * gdk/win32/gdkdrawable-win32.c
9119         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
9120         output.
9121
9122         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
9123         gdkwin32.h.
9124
9125 2001-03-18  Tor Lillqvist  <tml@iki.fi>
9126
9127         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
9128         print_event_state, print_event): Use preprocessor macro to make
9129         code more compact. Print also GDK_WINDOW_STATE events.
9130         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
9131         
9132         * gtk/gtk.def
9133         * gtk/makefile.mingw.in: Update.
9134
9135         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
9136         to catch also Cygwin.
9137
9138 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
9139
9140         * gtk/gtkspinbutton.[hc]: added rc-style argument
9141         GtkSpinButton::shadow_type.
9142         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
9143         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
9144         rc-style settings.
9145
9146         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
9147
9148         * gtk/gtkwidget.c: quark cleanups.
9149
9150         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
9151         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
9152         to create_rc_style() (we don't do cloning in standard OO sense).
9153         added per rc style properties.
9154         
9155         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
9156         property values and for caching those. some cleanups.
9157         
9158         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
9159         
9160         * gtk/gtksettings.[hc]: new file for global rc-file properties
9161         (at least currently, should get extended to support X properties
9162         and other communication mechanisms).
9163         
9164         * gtk/gtkwidget.[hc]: added style property support:
9165         (gtk_widget_class_install_style_property_parser): install style
9166         property pspec with parser function for rc-file values other
9167         than LONG, DOUBLE or STRING.
9168         (gtk_widget_class_install_style_property): same as above without
9169         parser (parsers are going to be needed quite infrequently).
9170         (gtk_widget_style_get_property): retrive style property value.
9171         (gtk_widget_style_get_valist): same as above with varargs support,
9172         has NOCOPY semantics.
9173         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
9174
9175 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
9176
9177         * demos/gtk-demo/main.c (row_activated_cb): modified to use
9178         "row_activated" signal.
9179
9180         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
9181         stupidity.  Lets actually pass in the row with this signal...
9182
9183 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
9184
9185         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
9186
9187         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
9188
9189         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
9190         everything into the ::destroy function, and freed a lot more.
9191
9192 2001-03-16  Havoc Pennington  <hp@redhat.com>
9193
9194         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
9195         instead of gint16, to avoid overflow issues, since sizes > 16-bit
9196         are now allowed.
9197
9198 2001-03-16  Havoc Pennington  <hp@redhat.com>
9199
9200         * Applied patch from Nils Barth (bug # 51041) to 
9201         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
9202         in various places.
9203
9204 2001-03-15  Havoc Pennington  <hp@redhat.com>
9205         
9206         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
9207         for properties to set on the tag.
9208
9209         * gtk/testtext.c: fixups to reflect create_tag change
9210         
9211         * gtk/gtktexttag.c (gtk_text_tag_set_property):
9212         background/foreground stipple are objects, not boxed.
9213
9214         * demos/gtk-demo/textview.c: intellihancing
9215
9216 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
9217
9218         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
9219         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
9220
9221 2001-03-16  Alexander Larsson  <alexl@redhat.com>
9222
9223         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
9224         Fix sign error with queued region translations.
9225
9226 2001-03-15  HideToshi Tajima  <tajima@happy>
9227
9228         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
9229         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
9230         * gtk/gtkentry.c (update_im_cursor_location): 
9231         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
9232         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
9233         set_cursor_pos to set_cursor_location in GtkInputContext class
9234
9235 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
9236
9237         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
9238         the location of the cell relative to its area.
9239         * gtk/gtkcell*: modified for above change
9240         * gtk/gtktreeview.c: modified for above change.
9241
9242 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
9243
9244         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
9245          (gtk_tree_view_finalize): actually unref the model.  Thanks to
9246         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
9247
9248 2001-03-14  Havoc Pennington  <hp@redhat.com>
9249
9250         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
9251         
9252         * gtk/gtk.h: remove gtkdata.h
9253
9254         * gtk/Makefile.am: remove gtkdata
9255         
9256         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
9257         not "disconnect" on the adjustments.
9258         
9259         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
9260         GtkData
9261
9262         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
9263         not GtkData
9264
9265         * configure.in: handle case where X render exists, but Pango lacks
9266         Xft support.
9267
9268 2001-03-15 Alexander Larsson  <alexl@redhat.com>
9269
9270         * gtk/gtktoolbar.[ch]:
9271         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
9272         to add stock items to toolbars.
9273
9274         * gtk/Makefile.am:
9275         Remove ../gdk/gdkim.h from gdk_headers.
9276
9277 2001-03-15  Sven Neumann  <sven@gimp.org>
9278
9279         * gdk/gdkim.h: removed
9280         
9281         * gdk/gdkprivate.h
9282         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
9283
9284 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
9285
9286         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
9287         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
9288         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
9289         set_cursor_pos() virtual method
9290
9291         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
9292         (gtk_im_context_xim_set_cursor_pos): add implementation for
9293         set_cursor_pos() method
9294
9295         * gtk/gtkentry.c (recompute_idle_func): set current cursor
9296         position to input methods
9297
9298 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
9299
9300         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
9301         code a lot.
9302
9303         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
9304         g_mem_chunk.
9305         (_gtk_tree_data_list_alloc): use g_mem_chunk.
9306         (_gtk_tree_data_list_node_to_value): Fix to switch on
9307         G_TYPE_FUNDAMENTAL.
9308         (_gtk_tree_data_list_value_to_node): Fix to switch on
9309         G_TYPE_FUNDAMENTAL.
9310         (_gtk_tree_data_list_node_copy): Fix to switch on
9311         G_TYPE_FUNDAMENTAL.
9312
9313 2001-03-12  Havoc Pennington  <hp@redhat.com>
9314
9315         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
9316         to convert to new property API. Also, change default_width and
9317         default_height get_property to return 0 as the flag value for
9318         "unset"; -1 is not a valid value for these fields.
9319
9320 2001-03-12  Havoc Pennington  <hp@redhat.com>
9321
9322         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
9323         enum with registration for icon sizes, instead of strings.
9324
9325         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
9326         gtkwidget.c: Fix to reflect GtkIconSize
9327         
9328 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9329
9330         Make GtkFB compile and link.
9331         
9332         * gdk/linux-fb/gdkdrawable-fb2.c:
9333         window->mapped to GDK_WINDOW_IS_MAPPED(). 
9334         
9335         * gdk/linux-fb/gdkwindow-fb.c:
9336         window->mapped to GDK_WINDOW_IS_MAPPED(). 
9337         Added gdk_window_shape_combine_region.
9338         Added assorted placeholders for unimplemented new GdkWindow API calls.
9339
9340 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9341
9342         * gtk/gtkfilesel.c:
9343         Add more test when converting filenames from/to utf-8.
9344         Don't allow entering text in the filename entry which isn't allowed in
9345         a filename. Just beep instead.
9346
9347 2001-03-12  Alexander Larsson  <alexl@redhat.com>
9348
9349         * gtk/gtkclist.c:
9350         Scroll using gdk_window_scroll(). Don't wait for exposes.
9351         Move the column headers in an order that makes them flash less.
9352
9353 2001-03-10  Hans Breuer  <hans@breuer.org>
9354
9355         * gdk/gdk.def : updated
9356
9357         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
9358         to offseting the clip_mask at the right place
9359
9360         * gdk/win32/gdkwindow-win32.c : don't create background brushes
9361         for all the gdkClasses, especially not for the input_only case.
9362         Otherwise flickering wont be avoidable, because we don't get
9363         WM_ERASEBKGND message for these windows.
9364
9365         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
9366         and fixed massive redraw problems apparently triggered by Alexanders 
9367         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
9368         but it seems to work quite well :-)
9369
9370         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
9371         prototype
9372
9373 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
9374
9375         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
9376         (gtk_list_store_set_cell): Fix a stupid typo.
9377
9378 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
9379
9380         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
9381         select_all not work if you're in SINGLE mode (it doesn't make that
9382         much sense, anyway.)
9383
9384         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
9385         handle types more sanely.
9386         (_gtk_tree_data_list_value_to_node): handle types more sanely.
9387         (_gtk_tree_data_list_node_copy): handle types more sanely.
9388
9389         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
9390         GValue better. Converts the type as well.
9391
9392         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
9393         GValue better. Converts the type as well.
9394
9395 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
9396
9397         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
9398         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
9399         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
9400         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
9401
9402         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
9403         gdk_im/gdk_ic.
9404
9405 2001-03-09  Hans Breuer  <hans@breuer.org>
9406
9407         * gdk/gdk.def : updated
9408
9409         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
9410         for their palette
9411
9412         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
9413         removing
9414
9415         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
9416         removing and implemented Havoc's GdkWindow state functions; 
9417         stick/unstick only as no-op, cause I don't know how to emulate 
9418         on win32 ...
9419
9420         * gtk/gtk.def : updated
9421
9422         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
9423
9424         * gtk/gtktypeutils.c : #include <string.h>
9425
9426         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
9427
9428 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
9429
9430         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
9431         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
9432         not a boxed.
9433
9434 2001-03-09  Alexander Larsson  <alexl@redhat.com>
9435
9436         * docs/Changes-2.0.txt:
9437         Document expose event->region change and that gtk_widget_event
9438         doesn't allow passing expose events.
9439
9440         * gdk/gdkevents.h:
9441         Add region to expose event.
9442         
9443         * gdk/gdkevents.c:
9444         Handle event->region in gdk_event_copy() and gdk_event_free().
9445
9446         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
9447         Generate expose_event->region when creating expose events.
9448
9449         * gdk/x11/gdkevents-x11.c:
9450         Generate expose events with regions when translating X events.
9451
9452         * gtk/gtkcontainer.[ch]:
9453         Default expose handler that propagates expose events to NO_WINDOW
9454         children. New function gtk_container_propagate_expose()
9455
9456         * gtk/gtkwidget.[ch]:
9457         Moved gtk_widget_event implementation to gtk_widget_event_internal.
9458         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
9459         expose events. New function gtk_widget_send_expose() to send expose
9460         events. New function gtk_widget_region_intersect() to calculate
9461         window/region intersections.
9462         
9463         * gtk/gtkmain.c (gtk_main_do_event):
9464         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
9465         Use gtk_widget_send_expose() to send expose events.
9466         
9467         * gtk/gtkbin.c:
9468         * gtk/gtkbox.c:
9469         * gtk/gtkfixed.c:
9470         * gtk/gtkimagemenuitem.c:
9471         * gtk/gtklist.c:
9472         * gtk/gtkpacker.c:
9473         * gtk/gtktable.c:
9474         * gtk/gtktree.c:
9475         Remove expose handler, using the default container implementation
9476         instead.
9477         
9478         * gtk/gtkbutton.c:
9479         * gtk/gtkcheckbutton.c:
9480         * gtk/gtkeventbox.c:
9481         * gtk/gtkfixed.c:
9482         * gtk/gtkhandlebox.c:
9483         * gtk/gtklayout.c:
9484         * gtk/gtklistitem.c:
9485         * gtk/gtkmenu.c:
9486         * gtk/gtkmenubar.c:
9487         * gtk/gtkmenuitem.c:
9488         * gtk/gtknotebook.c:
9489         * gtk/gtkoptionmenu.c:
9490         * gtk/gtkpaned.c:
9491         * gtk/gtkscrolledwindow.c:
9492         * gtk/gtktogglebutton.c:
9493         * gtk/gtktoolbar.c:
9494         * gtk/gtktreeitem.c:
9495         * gtk/gtkviewport.c:
9496         Chain expose handler to parent class handler. Use
9497         gtk_container_propagate_expose() to propagate exposes.
9498
9499         * gtk/gtkclist.c (check_exposures):
9500         * gtk/gtktext.c (process_exposes):
9501         Use gtk_widget_send_expose instead of gtk_widget_event.
9502
9503 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
9504
9505         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
9506
9507 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
9508
9509         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
9510         unref the nodes.   Fixes bug #50058.
9511
9512         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
9513         "::ref_iter" to "::ref_node".
9514         (gtk_tree_model_unref_node): change "::unref_iter" to
9515         "::unref_node". Fixes bug #50064.
9516
9517 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
9518
9519         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
9520         support for invisible cells.
9521          (gtk_tree_view_bin_expose): ditto
9522
9523 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
9524
9525         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
9526         on gobjects.
9527
9528         * tests/testtreefocus.c (main): New test file.
9529
9530         * tests/testtreeview.c: update to latest glib changes.
9531
9532         * tests/testtreecolumns.c: update to latest glib changes.
9533
9534 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
9535
9536         * gtk/testgtk.c: re-enabled event watcher emission hooks.
9537
9538 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
9539
9540         * *.c: added accumulator data argument to g_signal_newc()
9541         functions.
9542
9543         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
9544         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
9545         * gtk/treestoretest.c (make_window):
9546         s/g_signal_connect/g_signal_connectc/.
9547
9548         * gtk/gtktextbuffer.c: completed signal arg fixups,
9549         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
9550
9551 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
9552
9553         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
9554         G_CONST_RETURN.
9555
9556         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
9557         ::hierarchy-changed signal when a widget changes
9558         from anchored to unanchored or vice versa.
9559         (anchored means 
9560          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
9561         Use a private flag to keep track of this efficiently.
9562
9563 2001-03-07  Havoc Pennington  <hp@redhat.com>
9564
9565         * gtk/testgtk.c (create_spins): uglify so that size request gets
9566         tested.
9567
9568         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
9569         request on values for upper/lower, completes #6152
9570
9571 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
9572
9573         * Makefile.am: Remove gtk-config-2.0 again.
9574         (Grrrr, pkg-config. And stops make loops.)
9575
9576 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
9577
9578         * gtk/gtksignal.[hc]: removed old emission hook API.
9579         
9580         * docs/Changes-2.0.txt: fixed sections.
9581         
9582         * gtk/gtktextbuffer.c: signal arg fixups.
9583
9584 2001-03-07  Havoc Pennington  <hp@redhat.com>
9585
9586         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
9587
9588         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
9589         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
9590         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
9591         validation and the redraw which is higher priority than the
9592         validation.
9593
9594 2001-03-07  Havoc Pennington  <hp@redhat.com>
9595
9596         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
9597         (gtk_entry_set_property): remove trailer
9598
9599         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
9600         (gtk_entry_get_width_chars): new functions, to set size request to 
9601         a given number of characters
9602
9603         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
9604
9605         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
9606         (gtk_dialog_get_has_separator): new function
9607         (run_delete_handler): fix to not emit "response" signal
9608         because we already did in the delete event handler installed
9609         at dialog creation time.
9610         
9611         * gtk/gtkdialog.h: add a has_separator property,
9612         add GTK_DIALOG_NO_SEPARATOR flag
9613
9614 2001-03-07  Havoc Pennington  <hp@redhat.com>
9615
9616         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
9617         off decorations for a window.
9618
9619         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
9620         changes
9621
9622         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
9623         to get location of PangoLayout inside the label, closes #51198
9624
9625         * gtk/testgtk.c (create_bbox): fix up button box usage
9626
9627         * gtk/testcalendar.c (create_calendar): fix up button box usage
9628
9629         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
9630
9631         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
9632
9633         * gtk/gtkhbbox.h: deprecations
9634
9635         * gtk/gtkvbbox.h: deprecations
9636
9637         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
9638         emulate deprecated gtk_button_box_get_spacing
9639
9640         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
9641         the "set global default" functions
9642         (struct _GtkButtonBox): remove "spacing" field, use the one from 
9643         GtkBox base class
9644
9645         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
9646
9647         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
9648         render the icon, return the missing image icon.
9649
9650         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
9651         image icon if the load fails.   
9652
9653         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
9654         when no image is found; should be the Netscape "missing image"
9655         icon eventually but for now is a random image
9656
9657         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
9658         role for the session manager
9659
9660         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
9661
9662         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
9663         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
9664
9665         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
9666
9667 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
9668
9669         * gtk/*.c: marshaller fixes.
9670         
9671         * gtk/gtkmarshal.list: extreme cleanup.
9672
9673         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
9674         param spec for now.
9675
9676         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
9677         where appliable.
9678
9679         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
9680         special cased autogenerated boxed types from gtktypebuiltins_ids.c
9681         which are not reference counted:
9682         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
9683         PangoFontDescription, GtkTreeIter and GtkTreePath.
9684
9685 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
9686
9687         * gtk/gtktreeselection.h: 
9688         * gtk/gtktreemodel.c:
9689         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
9690         file should be included directly, and gobject/gmarshal.h
9691         as well as gtk/gtkmarshal.h even can't be included directly.
9692
9693         * Makefile.am: grr, install gtk-config-2.0.
9694
9695         * gtk/testgtk.c:
9696         * gtk/simple.c:
9697         * gtk/gtkmenu.c:
9698         * gtk/gtkitemfactory.c: use g_object_connect() instead of
9699         passing "*signal*::*" args to gtk_widget_set().
9700         
9701         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
9702         
9703         * gtk/*.c: removed trailer arg from property setters and getters.
9704         macro fixups.
9705
9706 2001-03-07  Alexander Larsson  <alexl@redhat.com>
9707
9708         * gtk/gtklabel.c (set_markup): Removed warning
9709
9710 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
9711
9712         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
9713         field to allow you to hide cell renderers.
9714
9715         * gtk/gtkcellrenderer.c: Add support for invisible cells.
9716
9717         * gtk/gtktreeview.c: Add support for invisible cells.
9718
9719 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
9720
9721         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
9722         Add "clicked" signal back to columns.
9723
9724         * ChangeLog: remove conflict markers.
9725
9726 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
9727
9728         * gtk/gtkbutton.c: Add animation of activation by, on 
9729         activate, pressing the button, and adding a timeout that 
9730         releases the button after 250ms or on key release and
9731         emits ::clicked. (#51501)
9732
9733         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
9734         action area, we connect to ::clicked instead of ::activate
9735         so the dialog stays up through the animation.
9736
9737 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
9738
9739         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
9740         check the ignore_enter flag for the menu shell that
9741         the item is actually a child of, not for attached
9742         submenus. (#51536)
9743
9744 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
9745
9746         * gtk/gtkmain.c (gtk_propagate_event): Only do special
9747         special key-press grab handling for widgets within
9748         GtkWindows. Otherwise, fall through to normal case.
9749
9750         This prevents key events being sent twice to GtkInvisible
9751         widgets, which can cause all sorts of mischief.
9752
9753 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
9754
9755         * gtk/gtkmain.c (gtk_propagate_event): When a grab
9756         widget is in effect, give the grab widget a first
9757         crack at KEY_PRESS/RELEASE events. (#424)
9758
9759 2001-03-06  James Henstridge  <james@daa.com.au>
9760
9761         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
9762         offset for the window_state_event to point at window_state_event
9763         rather than no_expose_event.
9764
9765 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
9766
9767         * gtk/gtkimmodule.h: fix busted /* comment */
9768
9769 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
9770
9771         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
9772         object properties.
9773
9774 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
9775
9776         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
9777         add object properties.
9778
9779         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
9780         to add object properties.
9781
9782         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
9783         object properties.
9784
9785         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
9786         add object properties.
9787
9788         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
9789         object properties.
9790
9791 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
9792
9793         * gtk/gtktreemodel.c: renamed "child_toggled" to
9794         "has_child_toggled".
9795
9796         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
9797         handle new signal name.
9798
9799         * gtk/gtktreestore.c: Updated to handle new signal name.
9800         * gtk/gtklisttore.c: Updated to handle new signal name.
9801         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
9802
9803 2001-03-05  Alexander Larsson  <alexl@redhat.com>
9804
9805         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
9806         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
9807
9808 2001-03-05  Michael Natterer  <mitch@gimp.org>
9809
9810         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
9811         pixbuf-engine coincidentially also failed to make one of it's
9812         parent_class pointers static, causing overwriting of GtkLabel's
9813         parent_class pointer in pixbuf_style_class_init().
9814         (Will commit the fix to the pixbuf-engine too).
9815
9816 2001-03-05  Alexander Larsson  <alexl@redhat.com>
9817
9818         * gdk/gdkwindow.h:
9819         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
9820         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
9821         gdk_window_set_icon_list for net wmspec functionality.
9822
9823         * gdk/x11/gdkwindow-x11.c:
9824         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
9825         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
9826         gdk_window_set_icon_list.
9827         Added gdk_wmspec_change_state helper function and used it in the code.
9828         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
9829
9830         * gtk/gtkdialog.c (gtk_dialog_init):
9831         Set GDK_WINDOW_TYPE_HINT_DIALOG.
9832
9833         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
9834         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
9835
9836         * gtk/gtkwindow.c:
9837         new function gtk_window_set_type_hint.
9838         On realize, set type hint and modal hint.
9839
9840         * gtk/gtkwindow.h:
9841         Added type_hint field and gtk_window_set_type_hint.
9842
9843 2001-03-05  Alexander Larsson  <alexl@redhat.com>
9844
9845         * gtk/gtklabel.[ch]:
9846         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
9847         New function gtk_label_get_accel_keyval () to get the underline accelerator
9848         of the label. Setting the label pattern overrides other attributes.
9849
9850 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
9851
9852         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
9853         Added missing initializers to gtk_rc_style_init().
9854
9855 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
9856
9857         * gtk/gtktextview.c: fixed bug #51097 about setting 
9858         gtk_text_view_set_border_window_size() if the widget is 
9859         already realized.
9860
9861 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
9862
9863         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
9864
9865         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
9866         comment. Won't do to have duplicated doc comments between
9867         the platform subdirs.
9868
9869 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
9870
9871         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
9872           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
9873
9874         Detectable auto-repeat - make a repeating key generate
9875         press/press/press/release instead of press/release pairs.
9876
9877         If we have Xkb and XkbSetDectableAutoRepeat supports
9878         that, we do it that way. Otherwise, when we get
9879         a release event, we check ahead with XPending to see
9880         if the next key is a KeyPress with the same keycode
9881         and timestamp. (Not 100% reliable, but pretty close.)
9882           
9883 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
9884         
9885         * gtk/gtkmain.c (gtk_propagate_event): Only do special
9886         special key-press grab handling for widgets within
9887         GtkWindows. Otherwise, fall through to normal case.
9888  
9889         This prevents key events being sent twice to GtkInvisible
9890         widgets, which can cause all sorts of mischief.
9891  
9892 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
9893  
9894         * gtk/gtkmain.c (gtk_propagate_event): When a grab
9895         widget is in effect, give the grab widget a first
9896         crack at KEY_PRESS/RELEASE events. (#424)
9897  
9898 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
9899
9900         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
9901         to extend the selection. (Roughly based on patch
9902         from Jay Cox, #50939)
9903
9904         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
9905         to properly handle previous GDK_BUTTON_PRESS. 
9906         (Patch from Jay Cox, #50938)
9907
9908         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
9909         '\0' back along with the deleted text. (#51148)
9910
9911 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
9912
9913         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
9914         the group when extracting it from the X keyboard event.
9915
9916         * modules/input/Makefile.am modules/input/imipa.c: 
9917         Simple module for entering IPA. (Do we need a 
9918         gtk-stupid-input-tricks CVS module?)
9919
9920 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
9921
9922         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
9923         const.
9924
9925         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
9926
9927         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
9928         is no focus widget for the dialog currently, grab the focus as well
9929         as the default.
9930
9931         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
9932         the action area's children to iterate through, not the
9933         dialog's children.
9934
9935 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
9936
9937         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
9938         Add plug-socket tests. (Won't work worth a darn until I commit
9939         the rest of the plug-socket changes, but no reason these
9940         can't go into CVS now.)
9941
9942 2001-03-02  Havoc Pennington  <hp@redhat.com>
9943
9944         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
9945         _gdk_region_get_xrectangles()
9946
9947         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
9948
9949         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
9950
9951         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
9952         function, contributed by Ron Steinke    
9953
9954         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
9955         gdk_net_wm_supports
9956
9957         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
9958         New function, contributed by Ron Steinke
9959
9960         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
9961         used to line up the text in the entry when using the entry for
9962         editable sheet cell hacks
9963
9964         * gtk/testgtk.c (create_entry): test the activate_default setting
9965         on GtkEntry
9966
9967         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
9968         cause the entry to activate the default button for a dialog when 
9969         activated
9970         (gtk_entry_get_activates_default): new function
9971
9972 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
9973
9974         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
9975         Hwang to move call to sync_selection() up a few lines
9976         to before the row list is modified, to fix crash when
9977         removing rows in the undo_selection list.
9978
9979         (Test case provided by Daniel Elstner:
9980
9981         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
9982
9983 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
9984
9985         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
9986         of tree->root_tree in parent_set rather than _map(), 
9987         fixing #50892 in a bit better manner.
9988
9989 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
9990
9991         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
9992
9993 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
9994
9995         * gtk/gtkstyle.c : Remove duplicate fwd decl for
9996         gtk_default_draw_shadow.
9997
9998 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
9999
10000         * gdk/gdkimage.c (gdk_image_new): Remove excess 
10001         warning, make warnings more verbose, treat a error
10002         in shmat as permanent, and don't try again.
10003         (#51163, Ed Randall.)
10004
10005 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
10006
10007         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
10008         delay for the first click before starting to scroll.
10009         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
10010
10011         * gtk/gtktext.c: GtkText should have I-beam cursor. 
10012         (based on gtk-enf-990513-1.patch, Eric Fisher.)
10013
10014 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
10015
10016         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
10017         cleanup to remove some references to unused
10018         ->xoffset, ->yoffset.
10019
10020 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
10021
10022         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
10023         mask. (#51039, fix from Martin Maierhofer)
10024
10025 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
10026
10027         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
10028         for unshifted + and shifted = for non-us keyboards.
10029         Make <Control>+ and <Control>- work as well as 
10030         <Control>KP_Plus, <Control>KP_Minus for recursive
10031         open/close.  (#2682, René Seindal)
10032
10033 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
10034
10035         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
10036         the active menu item before deactivating the menu,
10037         so gtk_menu_popdown doesn't change the history. (#50964)
10038         
10039 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
10040
10041         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
10042         draw lines with text_gc rather than black_gc.
10043         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
10044
10045 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
10046
10047         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
10048         Move handling of buttons fully in gtktreeviewcolumn.  This code is
10049         less interrelated then it was, but it still requires the
10050         GtkTreeView to map it.
10051
10052         * test/testtreecolumn.c: Now I can add a column to one view,
10053         remove it, add it to the another view, remove it, then re-add it
10054         to the first.  Nifty.
10055
10056 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
10057
10058         * docs/tutorial/gtk-tut.sgml: Minor corrections
10059
10060 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
10061
10062         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
10063         GtkRowReference.
10064
10065 2001-02-28  Havoc Pennington  <hp@redhat.com>
10066
10067         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
10068         draw_default
10069         (gtk_widget_draw_focus): remove this function; we could instead
10070         make it just gtk_widget_draw(), but in most cases I think the
10071         result would be broken user code, so think it's better to have
10072         that code not compile and get fixed
10073         (gtk_widget_draw_default): ditto
10074
10075         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
10076         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
10077         
10078         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
10079         widgets lose/get the default, instead of calling draw_default
10080         
10081         * docs/Changes-2.0.txt: note about all this
10082
10083         Then fixed every widget in GTK, I won't list all the filenames.
10084
10085 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
10086
10087         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
10088         _gtk_tree_row_reference_deleted.
10089         (inserted_callback): Proxy out to
10090         _gtk_tree_row_reference_inserted.
10091         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
10092         get around signal emission ordering problem.
10093
10094         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
10095         fix to work with SINGLE 
10096         (_gtk_tree_selection_internal_select_node): Major sanitization on
10097         selections.  SINGLE now seems to work.
10098
10099         * tests/Makefile.am: add testtreecolumn.c:
10100
10101         * tests/testtreecolumn.c: New test.  Mostly points out selection
10102         bugs currently, but will test columns later.
10103
10104         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
10105         selection bug.  I hate touching this code -- it's scary.
10106
10107 2001-02-26  Havoc Pennington  <hp@redhat.com>
10108
10109         * gtk/testgtk.c: test the window state stuff
10110
10111         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
10112         window come to the user's attention as if it were just created
10113         (gtk_window_iconify): new function
10114         (gtk_window_deiconify): new function
10115         (gtk_window_stick): new function
10116         (gtk_window_unstick): new function
10117         (gtk_window_maximize): new function
10118         (gtk_window_unmaximize): new function
10119
10120         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
10121
10122         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
10123
10124         * gdk/x11/gdkevents-x11.c: create window state events when
10125         appropriate
10126         (gdk_wmspec_supported): new function
10127
10128         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
10129         iconification before showing the window
10130         (gdk_window_deiconify): new function
10131         (gdk_window_stick): new function
10132         (gdk_window_unstick): new function
10133         (gdk_window_maximize): new function
10134         (gdk_window_unmaximize): new function
10135
10136         * gdk/gdkwindow.c: store the window state in the window; 
10137         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
10138         window->mapped.
10139         (gdk_window_get_state): return the current window state
10140
10141         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
10142         (gdk_event_get_state): handle GDK_WINDOW_STATE
10143         (gdk_synthesize_window_state): function to create the window state
10144         events
10145
10146         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
10147         event, for changes to "window state" such as maximized, sticky, 
10148         etc.
10149         
10150         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
10151         focuses a window
10152
10153         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
10154         finds out if we support a given WM spec hint
10155
10156 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
10157
10158         * docs/faq/gtk-faq.sgml: New question re memory leaks.
10159
10160 2001-02-25  Hans Breuer  <hans@breuer.org>
10161
10162         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
10163         cause we want to loose those prototypes only in the latter case
10164
10165         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
10166         GdkPixmapImplWin32 because it itsn't derived from it. Use the
10167         impl member variable instead
10168
10169         * gtk/gtk.def : updated
10170
10171         * gtk/gtklist.c : 
10172         * gtk/gtkmenus.c : include <string.h> for memset ()
10173
10174         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
10175         for everthing built here, but for gtk-x.x.dll only. This solves
10176         problem of indifferent gtk type definitions
10177
10178 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
10179
10180         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
10181
10182 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
10183
10184         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
10185         column that is exposed.
10186
10187         (_gtk_tree_view_update_size): Changed name from set_size, and
10188         changed function to do more work, and not force people calling it
10189         to figure out the size.  Simplifies a lot of code elsewhere.
10190
10191 2001-02-23  Alexander Larsson  <alexl@redhat.com>
10192
10193         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
10194         return solid masks for xpms that have no transparent color.
10195         This makes the ..._create_from_xpm... API backwards
10196         compatible.
10197
10198 2001-02-23  Tor Lillqvist  <tml@iki.fi>
10199
10200         * README.win32: Update. Mention the gtk-1-3-win32-production
10201         branch.
10202
10203         * gdk/win32/bdfcursor.c: New file. A program that generates
10204         xcursors.h. Thanks to Stefan Ondrejicka.
10205
10206         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
10207         compact format.
10208
10209         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
10210
10211         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
10212         function, uses xcursors.h.
10213         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
10214         cursor from inline data instead of using LoadCursor() to generate
10215         it from a resource.
10216
10217         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
10218         event, must check the Windows message for mouse button state, as
10219         the GDK event state might not have been built if it is
10220         undelivered. Remove one goto.
10221
10222         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
10223         SetCursor() if the current cursor as returned by GetCursor() is
10224         the window's previous cursor. The ChildWindowFromPoint() test
10225         apparently didn't work correctly.
10226
10227         * gdk/win32/rc/*.cur: Remove.
10228
10229         * gdk/win32/rc/gdk.rc.in: Remove cursors.
10230
10231         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
10232
10233         * gtk/makefile.{mingw,msc}.in: Updates.
10234
10235 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
10236
10237         * gtk/gtktreemodel.h: add functions for signal emission.
10238
10239         * gtk/gtktreestore.c: move to use above functions instead of
10240         g_signal_emit.
10241
10242         * gtk/gtkliststore.c: ditto
10243
10244 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
10245
10246         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
10247         GObject instead of GtkObject.
10248
10249         * gtk/gtkliststore.c: ditto.
10250
10251         * gtk/gtktreemodelsort.c: ditto.
10252
10253         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
10254         GtkTreeModelIface, instead of in each model.
10255
10256 2001-02-21  Havoc Pennington  <hp@redhat.com>
10257
10258         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
10259         unbreak this function
10260
10261         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
10262         properties
10263
10264         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
10265         properties
10266
10267         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
10268         properties
10269
10270         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
10271         mean unset the max length
10272
10273 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
10274
10275         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
10276         Changed name to be set_cell_data_func to make it clear what
10277         the functino does.  Close bug #51069.
10278
10279 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
10280
10281         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
10282         have memory actually freed.  Keeps box running longer.
10283
10284 2001-02-21  Alexander Larsson  <alexl@redhat.com>
10285         
10286         * gtk/gtkseparatormenuitem.[ch]:
10287         Added new menu separator item. The drawing and size handling
10288         is still done in GtkMenuItem, but the API is a bit more sane.
10289         
10290         * gtk/Makefile.am:
10291         Add gtkseparatormenuitem.[ch].
10292
10293         * gtk/gtk.h:
10294         Add gtkseparatormenuitem.h.
10295         
10296         * gtk/gtkentry.c:
10297         * gtk/gtkmenufactory.c:
10298         * gtk/gtktextview.c:
10299         Use the new API for menu separators.
10300         
10301         * demos/gtk-demo/menus.c (create_menu):
10302         Add some GtkSeparatorMenuItem demo code.
10303
10304 2001-02-20  Havoc Pennington  <hp@redhat.com>
10305
10306         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
10307         Lee Mallabone
10308
10309         * gtk/gtkarrow.c: Convert to new property API, patch from 
10310         Lee Mallabone
10311
10312 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
10313
10314         * tests/testtreeview.c (toggled_callback): fix to reflect change
10315         in GtkTreeModelStore.
10316
10317 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
10318
10319         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
10320         function to create an icon set from a pixbuf.
10321
10322 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10323
10324         * gtk/gtkcellrenderertext.[ch]:
10325         Add a "markup" property.
10326
10327         * gtk/treestoretest.c:
10328         Use the markup property, remove some leftover stuff from
10329         GtkTreeModelMapping.
10330
10331 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10332
10333         * gtk/gtklabel.c (gtk_label_set_selectable):
10334         Queue a redraw if the selectable setting was changed.
10335
10336 2001-02-20  Alexander Larsson  <alexl@redhat.com>
10337
10338         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
10339         Actually copy the whole gc, not just the public parts.
10340         
10341         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
10342         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
10343         labels.
10344
10345 2001-02-19  Havoc Pennington  <hp@pobox.com>
10346
10347         * gdk/gdkwindow.c: docs
10348
10349         * gdk/gdkrgb.c: docs
10350
10351         * gdk/gdkregion-generic.c: docs
10352
10353         * gdk/gdkgc.c (gdk_gc_set_values): docs
10354
10355         * gdk/gdkdraw.c: docs
10356
10357         * gdk/gdkdrawable.h: deprecate drawable get/set data
10358
10359 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
10360
10361         * demos/gtk-demo/dialog.c: Add simple new demo.
10362
10363 2001-02-19  Havoc Pennington  <hp@redhat.com>
10364
10365         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
10366         insert_child_anchor signal, bug #50245
10367
10368         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
10369         from create_child_anchor, so the anchor is passed in
10370
10371         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
10372         (_gtk_widget_segment_new): have the child anchor object passed in, 
10373         instead of creating it.
10374
10375         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
10376         to gtk_text_buffer_get_modified
10377
10378 2001-02-19  Havoc Pennington  <hp@redhat.com>
10379
10380         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
10381         changed GLib without fixing GTK
10382
10383         * gtk/gtkrange.h: Rename all the stupid implementation detail 
10384         functions to have an underscore in front. Most of them should 
10385         probably just go away, but for starters don't export them.
10386         Bug #50482
10387
10388 2001-02-19  Havoc Pennington  <hp@redhat.com>
10389
10390         * gdk/gdkcolor.h: test was backward, so deprecated functions were
10391         excluded by default
10392
10393         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
10394         clean up the old code a bit
10395
10396         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
10397         inconsistent state
10398
10399         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
10400         draw inconsistent state
10401
10402         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
10403         (create_menu): add inconsistent test
10404
10405         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
10406         new function
10407         (gtk_check_menu_item_get_inconsistent): new function
10408         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
10409         state (using etched in for now)
10410
10411         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
10412         draw inconsistent state
10413
10414         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
10415         function, used when the user has selected a range of stuff in
10416         different states
10417         (gtk_toggle_button_get_inconsistent): accessor for that
10418         (gtk_toggle_button_paint): draw inconsistent state (etched in?
10419         don't know what else to do)
10420
10421 2001-02-19  Hans Breuer <hans@breuer.org>
10422
10423         * gtk/gtk.def : updated exported symbols
10424
10425         * gtk/makefile.msc.in : updated
10426
10427         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
10428         a colormap, when invoked from testgtk::entry. I'm not sure where
10429         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
10430         avoids immediate crashing ...
10431
10432         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
10433         any objections ?
10434
10435         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
10436         0 parameter. At least msvc doesn't like macros with var args. 
10437         I simply removed the extra 0, was it a feature or a typo ?
10438
10439         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
10440         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
10441         because the value assignment to the internal struct wasn't working.
10442         I'm not absolutely sure. The problem could have been resolved by
10443         changing the "func" declartion in the struct, but was the pointer
10444         to the function pointer intended ?
10445
10446         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
10447
10448         * gdk/gdk.def : updated exported symbols
10449
10450         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
10451         only use SetDIBitsToDevice if there is a palette at the drawable
10452         and the image is GDK_VISUAL_PSEUDO_COLOR
10453
10454         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
10455
10456         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
10457
10458         * gdk/*/makefile.msc : updated
10459
10460 2001-02-19  Havoc Pennington  <hp@redhat.com>
10461
10462         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
10463         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
10464
10465         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
10466         (gdk_key_repeat_restore): nuke
10467
10468         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
10469         (gdk_init_check): no atexit func
10470
10471         * gdk/gdkrgb.h: mark some stuff deprecated
10472
10473         * gdk/gdkcolor.h: mark some stuff deprecated
10474         
10475         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
10476
10477         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
10478
10479 2001-02-16  Havoc Pennington  <hp@redhat.com>
10480
10481         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
10482         scroll steps.
10483
10484         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
10485         steps, and add Ctrl-arrow shortcuts for paging visually as with
10486         HScale, since Page Up and Page Down move logically.
10487
10488         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
10489         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
10490         
10491         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
10492         steps
10493         (gtk_range_scroll): handle the visual steps
10494
10495         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
10496         scroll steps
10497
10498         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
10499         steps, not the logical ones.
10500
10501         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
10502         (scroll_vertical): handle up/down steps
10503
10504 2001-02-19 Alexander Larsson  <alexl@redhat.com>
10505
10506         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
10507         Copy data and free data with free().
10508
10509         * gdk-pixbuf/gdk-pixbuf.c:
10510         * gdk-pixbuf/io-jpeg.c:
10511         * gdk-pixbuf/io-png.c:
10512         Use g_try_malloc/g_free instead malloc/free.
10513         
10514         * gdk-pixbuf/test-gdk-pixbuf.c:
10515         Must... initialize... gobject...
10516         
10517         * gdk-pixbuf/pixops/timescale.c:
10518         * gtk/gtkcalendar.c:
10519         Use g_malloc instead of malloc.
10520         
10521 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
10522
10523         * gtk/testgtkrc:
10524         Comment out property assignments, these don't work yet.
10525
10526 2001-02-17  Havoc Pennington  <hp@pobox.com>
10527
10528         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
10529         bit.
10530
10531 2001-02-17  Havoc Pennington  <hp@pobox.com>
10532
10533         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
10534         shadowed variables that had broken size request in some cases,
10535         leading to bogus tooltips (#50996)
10536
10537 2001-02-06  Jon K Hellan  <hellan@acm.org>
10538
10539         Implement fast browsing of tooltips, bug #50619
10540         
10541         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
10542         and last_popdown
10543         
10544         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
10545         use_sticky_delay and last_popdown.
10546         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
10547         time of popdown.
10548         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
10549         is NULL.
10550         (gtk_tooltips_recently_shown): New static function.  Return true
10551         if < sticky_delay has elapsed since last popdown.
10552         (gtk_tooltips_event_handler): Display window after sticky_delay
10553         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
10554         since last popdown.
10555         
10556 2001-02-17  Havoc Pennington  <hp@pobox.com>
10557
10558         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
10559         instead of (). #6394
10560
10561         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
10562         G_CONST_RETURN, make it return by reference, #50473
10563         
10564 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
10565
10566         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
10567         generated ENTER_NOTIFY event with 0, otherwise not explicitely
10568         setup fields contain garbage (e.g. subwindow, breaking
10569         gdk_drawable_ref() upon event copy).
10570         (gtk_menu_stop_navigating_submenu_cb): same here.
10571
10572         * gtk/gtklist.c (gtk_list_vertical_timeout): 
10573         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
10574         * gtk/gtkclist.c (vertical_timeout): 
10575         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
10576         default-zero-intialization for unions to memset(,0,), as unions are
10577         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
10578         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
10579
10580         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
10581         g_closure_sink() warning.
10582
10583         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
10584         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
10585         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
10586         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
10587         
10588 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
10589
10590         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
10591         gtk_*_store_get, and moved to GtkTreeModel.
10592
10593         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
10594
10595         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
10596
10597         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
10598
10599         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
10600         set the func.
10601
10602         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
10603         freeze/thaw notify between setting all the properties for a cell.
10604
10605         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
10606
10607 2001-02-15  Havoc Pennington  <hp@redhat.com>
10608
10609         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
10610         the X coordinates so they're with respect to the line, rather than 
10611         with respect to the layout.
10612
10613         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
10614         Mallabone
10615
10616         * gtk/testgtk.c (create_range_controls): add vscale tests, 
10617         and inverted test
10618
10619         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
10620         #50806
10621
10622         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
10623
10624         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
10625         gtk_text_iter_is_end
10626
10627         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
10628         rename gtk_text_buffer_get_end_iter
10629
10630         * gtk/testgtk.c (create_labels): Add test for selectable
10631
10632         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
10633         the selection stuff. This code is kind of broken since it doesn't 
10634         use the theme engine.
10635
10636         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
10637         fix infinite loop and y offset problem
10638         (gdk_draw_layout_line_with_colors): fix foreground color handling
10639
10640         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
10641         that makes the label selectable.
10642         
10643         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
10644         layout when the style is set, since fonts etc. could have changed.      
10645
10646 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
10647
10648         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
10649
10650         * gtk/gtktreemodelsimple.[ch]: removed.
10651
10652 2001-02-16  Alexander Larsson  <alexl@redhat.com>
10653
10654         * gtk/gtktreemodelmapping.[ch]:
10655         New files. Implement GtkTreeModelMapping.
10656         
10657         * gtk/Makefile.am:
10658         Add gtktreemodelmapping.[ch].
10659         
10660         * gtk/gtk.h:
10661         Add gtktreemodelmapping.h
10662
10663         * gtk/treestoretest.c:
10664         Test the GtkTreeModelMapping
10665
10666 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
10667
10668         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
10669         have a demo, we might as well pass in real values.  Thanks to
10670         clahey for pointing this out.
10671
10672 2001-02-14  Havoc Pennington  <hp@pobox.com>
10673
10674         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
10675         "static" to a private function
10676         (gtk_image_menu_item_class_init): remove destroy handler,
10677         add "image" object property
10678
10679 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
10680
10681         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
10682         Add a shortcut if the window and the current clip_region doesn't
10683         overlap. This is needed when there are a lot of windows in a
10684         window. The layout test in testgtk is a good test.
10685
10686         * gdk/linux-fb/gdkwindow-fb.c:
10687         Whitespace fix.
10688
10689 2001-02-13  Sven Neumann  <sven@convergence.de>
10690
10691         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
10692
10693 2001-02-13  Alexander Larsson  <alexl@redhat.com>
10694
10695         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
10696         Don't reference last_cursor if it is null. Fixes crash when rotating
10697         the screen before having moved the mouse.
10698
10699         * gdk/linux-fb/gdkcc-fb.c: Zapp!
10700
10701         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
10702
10703         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
10704         when using 90 or 270 degrees rotation.
10705
10706 2001-02-12  Havoc Pennington  <hp@pobox.com>
10707
10708         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
10709         it always set the foreground, even if we were only using
10710         a stipple.
10711         (gdk_draw_layout_line_with_colors): new function, allow
10712         override colors
10713         (gdk_draw_layout_with_colors): new function, allow override
10714         colors
10715         (gdk_pango_layout_line_get_clip_region): function to get the clip
10716         region for a logical text range
10717         (gdk_pango_layout_get_clip_region): get the clip region for a
10718         logical text range
10719
10720         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
10721         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
10722         the right number of arguments.
10723
10724         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
10725         enhance the function to check that node data corresponds to a 
10726         view still belonging to the tree.
10727
10728         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
10729         GtkTreePath
10730         (gtk_tree_view_inserted): ditto
10731         (gtk_tree_view_child_toggled): ditto
10732
10733         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
10734         simplify this code.
10735
10736         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
10737         a PangoAttrList
10738
10739         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
10740
10741         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
10742
10743         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
10744         size in the size request 
10745         (gtk_menu_bar_size_allocate): consider toggle size here
10746
10747         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
10748         that displays a widget in the toggle slot
10749
10750         * gtk/testgtk.c: test GtkImageMenuItem
10751
10752         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
10753         
10754         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
10755         request and allocation
10756
10757         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
10758
10759         * gtk/gtkcheckmenuitem.c
10760         (gtk_check_menu_item_toggle_size_request): ditto
10761         
10762 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
10763
10764         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
10765         reference.
10766
10767         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
10768         and refuse to initialize GTK+ if they fail.
10769
10770 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
10771
10772         * configure.in: Add check for gtk-doc version.
10773
10774 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
10775
10776         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
10777         where the xpad/ypad was only being used on one side!
10778
10779 2001-02-11  Tor Lillqvist  <tml@iki.fi>
10780
10781         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
10782         function, copied from X11 version.
10783
10784         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
10785         DestroyCursor failures. The reason for the problem (despite the
10786         inconsistent messages from GetLastError()) was that
10787         DestroyCursor() cannot be called while a cursor is set in a
10788         window. Set the new cursor first and then destroy the old one.
10789         Thanks to jpe@archaeopteryx.com.
10790
10791         * gdk/win32/gdkcc-win32.c: Remove.
10792
10793         * gdk/win32/Makefile.am: Remove from here, too.
10794         
10795         * gdk/gdk.def
10796         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
10797
10798         * gtk/gtk.def
10799         * gtk/makefile.mingw.in: Updates.
10800
10801 2001-02-08  Havoc Pennington  <hp@redhat.com>
10802
10803         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
10804         add a widget to a bin that already has a child.
10805
10806         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
10807
10808         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
10809         
10810         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
10811
10812         * gdk/gdk.h: remove gdkcc.h
10813
10814         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
10815
10816         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
10817         GdkPixbuf, since the previous implementation was GdkColorContext
10818         dependent.
10819
10820         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
10821         
10822 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
10823
10824         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
10825         a sane value!
10826
10827 2001-02-08  Havoc Pennington  <hp@redhat.com>
10828
10829         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
10830         lighten them.
10831
10832 2001-02-08  Havoc Pennington  <hp@redhat.com>
10833
10834         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
10835         validation idle
10836
10837         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
10838         cell renderer
10839
10840         * demos/pixbuf-demo.c (timeout): remove deprecated
10841         gtk_widget_draw
10842
10843         * demos/testpixbuf-save.c (main): remove deprecated
10844         gtk_drawing_area_size
10845
10846         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
10847         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
10848         at the start of the allocation.
10849         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
10850         unsetup or NULL model.
10851
10852         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
10853         even/odd/sorted cells in the tree view.
10854
10855         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
10856         bugfixes
10857
10858         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
10859         backgrounds with draw_flat_box using different detail for even/odd
10860         rows.
10861
10862         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
10863         row, so we can draw the alternating colors thing
10864
10865         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
10866         property from a synonym property, notify for the synonym.
10867         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
10868         (gtk_text_tag_get_property): Always return the font, even if
10869         all its fields aren't set
10870
10871         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
10872         store the attr list; it leaves us with no way to change attributes
10873         in _render according to the render flags, and no way to implement
10874         get_property. Instead store all the specific text attributes. 
10875         Separate whether an attribute is enabled from its value. Sync all
10876         properties with GtkTextTag, make them all consistent, etc.
10877
10878         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
10879         renderers can highlight the sort row/column     
10880
10881         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
10882         accessor functions to get values; this has the side effect of
10883         showing up which accessor functions were missing. Added those.
10884
10885         * gtk/gtktreeviewcolumn.h: Replace set_justification with
10886         set_alignment, to be consistent with GtkLabel, GtkMisc
10887
10888         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
10889         arrow.
10890
10891         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
10892
10893         * gtk/gtktreesortable.h: updates in here
10894
10895 2001-02-07  Sven Neumann  <sven@convergence.de>
10896
10897         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
10898         pango dimensions after painting the background. We used to draw
10899         gigantic flat boxes here.
10900
10901 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
10902
10903         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
10904         error introduced with earlier commit) (pointed out by
10905         Ollie Lho)
10906
10907 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
10908
10909         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
10910         which are no longer necessary.
10911
10912 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
10913
10914         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
10915
10916 2001-02-04  Tor Lillqvist  <tml@iki.fi>
10917
10918         * gdk/gdk.def
10919         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
10920         Provide dummy implementations.
10921
10922 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
10923
10924         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
10925
10926         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
10927         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
10928         deprecated this function.
10929
10930         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
10931         argument.
10932
10933 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
10934
10935         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
10936
10937 2001-02-03  Havoc Pennington  <hp@pobox.com>
10938
10939         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
10940         Mikael Hermansson with patch from Mikael (if there was a toggle
10941         start one after the first character in the range, this function
10942         was broken). Bug #50380
10943
10944 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
10945
10946         * configure.in: Remove confusing comment about X11.
10947
10948 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
10949
10950         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
10951         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
10952         
10953 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
10954
10955         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
10956         it breaks things on BSD. If you want to compile GTK+ with
10957         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
10958         when configuring, since GTK+ simply can't be "pure ANSI" 
10959         in the header files it uses. (#8170, Greg Hudson)
10960
10961 2001-02-02  Havoc Pennington  <hp@redhat.com>
10962
10963         * gtk/gtkwindow.c: docs
10964
10965         * gtk/gtkwidget.c: docs
10966         (gtk_widget_set_colormap): add a reference to the colormap
10967         (gtk_widget_get_default_colormap): add a reference to the colormap
10968
10969         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
10970
10971         * gtk/gtktextiter.c: docs
10972
10973         * gtk/gtkmain.c (gtk_propagate_event): docs
10974
10975         * gtk/gtkpaned.c (gtk_paned_get_position): docs
10976         (gtk_paned_set_position): docs
10977
10978         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
10979         sort interface, no implementation yet.
10980
10981         * demos/testpixbuf.c (new_testrgb_window): replace
10982         gtk_drawing_area_size() with gtk_widget_set_usize()
10983
10984         * demos/testpixbuf-drawable.c (main): ditto
10985         
10986         * gtk/testgtk.c: remove use of GtkStatusbarMsg
10987
10988         * gtk/gtktextbuffer.c: docs
10989
10990         * gtk/gtkstock.c: docs
10991
10992         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
10993
10994         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
10995
10996         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
10997         
10998         * gtk/gtkimage.c: add some docs in here
10999         (gtk_image_size_request): change name of
11000         gtk_widget_render_stock_icon
11001         (gtk_image_get_icon_set): don't dup returned string
11002         (gtk_image_get_icon_set): don't dup returned string
11003
11004         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
11005         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
11006         and gtkiconfactory.h functions
11007
11008         * gtk/gtkiconfactory.c: add some docs in here
11009
11010         * gtk/gtkmain.c (gtk_get_default_language): document
11011         (gtk_get_current_event): document
11012         (gtk_get_current_event_state): document
11013         (gtk_get_event_widget): document
11014
11015         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
11016
11017         * gtk/gtkcontainer.c: Add some documentation
11018         (gtk_container_add): give a more explanatory warning on adding an
11019         already-parented widget, this is kind of a FAQ and also a common
11020         typo that's easier to debug with a nice warning 
11021
11022         * gtk/gtkcellrenderertoggle.c
11023         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
11024         adding this, it's useless
11025         (gtk_cell_renderer_toggle_set_active): remove
11026         (gtk_cell_renderer_toggle_get_radio): add
11027
11028         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
11029         the NULL cell renderer, that doesn't make any sense to me. 
11030
11031         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
11032         demo code should never use deprecated features.
11033
11034         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
11035         code should never use deprecated features.
11036
11037         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
11038         gtk_widget_queue_clear_area deprecated
11039
11040         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
11041         deprecated
11042
11043         * gtk/gtklabel.h: mark gtk_label_get() deprecated
11044
11045         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
11046         a GdkImage deprecated, replaced by new consistently-named
11047         functions       
11048
11049         * gtk/gtkmain.h: Mark gtk_exit() deprecated
11050
11051         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
11052
11053         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
11054         deprecated
11055
11056         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
11057         so it won't appear in docs and confuse people.
11058
11059         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
11060
11061         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
11062         macros deprecated. (can't mark the type itself deprecated, since
11063         GtkProgressBar is not deprecated and we need the type decl to use
11064         GtkProgressBar)
11065
11066         * gtk/gtkpixmap.h: Mark deprecated
11067
11068         * gtk/gtkoldeditable.h: Mark deprecated
11069
11070         * gtk/gtklist.h: Mark deprecated
11071
11072         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
11073         for anything anymore.
11074
11075         * gtk/gtkctree.h: Mark deprecated
11076
11077         * gtk/gtkclist.h: Mark deprecated
11078
11079         * gtk/gtkpreview.h: Mark deprecated
11080
11081         * gtk/gtkpacker.h: Mark deprecated
11082
11083         * gtk/gtktipsquery.h: Mark deprecated
11084
11085         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
11086
11087         * gtk/gtkvruler.h: Add comment that it will move out of GTK
11088
11089         * gtk/gtkhruler.h: Add comment that it will move out of GTK
11090
11091         * gtk/gtkruler.h: Add comment that it will move out of GTK
11092
11093         * gtk/gtkgamma.h: Add comment that it will move out of GTK
11094
11095         * gtk/gtkcurve.h: Add comment that it will move out of GTK
11096
11097 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
11098
11099         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
11100         gdk_colormap_sync private since it was never exported
11101         in a header file.
11102
11103         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
11104         colormap->colors[] for StaticGray, StaticColor colormaps.
11105
11106         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
11107         was being used as if it was image->bits_per_pixel.
11108
11109         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
11110         for the image in the GdkImage structure since it isn't
11111         reconstructable, and we need it to handle packed types
11112
11113         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
11114         the assumption that on Win32 image->bits_per_pixel == image->depth,
11115         always.
11116
11117         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
11118
11119         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
11120         warning message if no converter can be found. 
11121
11122 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
11123
11124         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
11125         chars to isupper() / tolower(). (#567)
11126
11127         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
11128         to clear up 64-bit warnings. (#567)
11129
11130 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
11131
11132         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
11133         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
11134
11135         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
11136         since some people set $(libdir) separately. (#1290, David Kaelbling)
11137
11138 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
11139
11140         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
11141         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
11142         MAXPATHLEN, but the code here depends on a fixed value.)
11143         (#4524)
11144
11145 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
11146
11147         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
11148         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
11149
11150 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
11151
11152         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
11153         viewable there is no way that moving the node will cause the 
11154         focus row to become not viewable, so omit check on the visibility
11155         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
11156
11157 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
11158
11159         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
11160         selection before inserting new text.
11161
11162 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
11163
11164         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
11165         Make the sensitivity of the reparented child track that of
11166         the original parent menu item. (#34218, David Hodson)
11167
11168         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
11169         the case where the current item is destroyed properly.
11170
11171         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
11172         some edge cases with child-less menuitems.
11173         
11174 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
11175
11176         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
11177         key pop down window. (#12074, Jon K Hellan)
11178
11179 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
11180
11181         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
11182         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
11183         The solution here isn't perfect - you get an extraneous
11184         emission of "toggle", which could conceivably confuse an app,
11185         but better than the current situation. LXR search seems to
11186         indicate that no apps in GNOME CVS connect to "toggle".
11187
11188 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
11189
11190         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
11191         gtk_public_h_sources to directly here to avoid warning when
11192         building srcdir != builddir. (#9656)
11193
11194 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
11195
11196         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
11197         handlers in gtkrange.c return the proper values (TRUE == handled)
11198         (#10316).
11199
11200         This is just the tip of the iceberg, but gtkrange.c is the
11201         most common place where the propagation is problematical,
11202         and also a place where it is almost certainly safe to change
11203         this in the stable branch.
11204
11205         (You don't want right click popups on a range control or anything...)
11206
11207 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
11208
11209         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
11210         area on focus out, even if a background pixmap isn't set.
11211         (#13941)
11212         
11213 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
11214
11215         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
11216         to deal with setting the shape properly when scrolling arrows are
11217         turned on, but not visible because there is sufficient space.
11218         (#13432)
11219
11220 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
11221
11222         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
11223         items with submenus, destroy the item along with the submenu.
11224         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
11225         properly.
11226
11227         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
11228         later.
11229
11230 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
11231
11232         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
11233         the focus widget sometimes wasn't drawn with the default if there
11234         was no default widget.
11235
11236         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
11237         unreference pixmaps. 
11238
11239         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
11240         for some extra safety.
11241
11242 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
11243
11244         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
11245         the text of a cell to the old pointer value better, by
11246         copying the new text before freeing the old text. Some code
11247         cleanup. (#8079, Karl Nelson)
11248
11249 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
11250
11251         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
11252         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
11253
11254 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
11255
11256         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
11257         item from a menu, check to see if it matches 
11258         menu->old_active_menu_item, and if so, unref and clear
11259         old_active_menu_item (Patch from Pavel Cisler)
11260
11261         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
11262         menu_shell->active_menu_item, if it is the child being
11263         removed. (Patch based on that of Gene Ragan, #50337)
11264
11265 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
11266
11267         * gdk/linux-fb/gdkselection-fb.c: 
11268         * gdk/linux-fb/gdkcolor-fb.c: 
11269         * gdk/linux-fb/gdkdrawable-fb2.c: 
11270         * gdk/linux-fb/gdkfont-fb.c: 
11271         * gdk/linux-fb/gdkim-fb.c: 
11272         * gdk/linux-fb/gdkinput.c: 
11273         * gdk/linux-fb/gdkkeyboard-fb.c: 
11274         * gdk/linux-fb/gdkmain-fb.c: 
11275         * gdk/linux-fb/gdkrender-fb.c: 
11276         A bunch of whitespace cleanup.
11277         
11278 2001-01-30  Havoc Pennington  <hp@pobox.com>
11279
11280         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
11281         #ifdef GTK_ENABLE_BROKEN.
11282
11283         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
11284         GTK_ENABLE_BROKEN just before including the broken headers.
11285         
11286         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
11287         deprecated types registered.
11288
11289         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
11290         we have to test the broken stuff.
11291
11292         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
11293         
11294 2001-01-30  Havoc Pennington  <hp@redhat.com>
11295
11296         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
11297         here where prev pointer was set to the wrong thing
11298
11299         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
11300         (gtk_tree_path_is_descendant): new function
11301
11302         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
11303         cached length
11304         (gtk_list_store_get_iter): don't modify iter if we can't get the
11305         path.
11306
11307         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
11308         
11309         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
11310         GtkTreeDragDest
11311
11312         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
11313         was causing segfault
11314
11315         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
11316         pointer to NULL
11317
11318         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
11319
11320         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
11321         on returning FALSE
11322         (gtk_list_store_iter_children): ditto
11323         (gtk_list_store_iter_nth_child): ditto
11324         (gtk_list_store_iter_nth_child): ditto
11325         (gtk_list_store_iter_parent): ditto
11326
11327         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
11328         on iter->user_data != NULL instead of silently accepting it.
11329         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
11330         we are returning TRUE.
11331         (gtk_tree_store_iter_children): ditto
11332         (gtk_tree_store_iter_nth_child): ditto
11333         (gtk_tree_store_iter_parent): ditto
11334         (gtk_tree_store_insert): remove handling of parent->user_data ==
11335         NULL, replace with parent == NULL       
11336
11337         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
11338         and a comment explaining things
11339
11340         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
11341         interface support to GtkTreeStore.
11342
11343         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
11344         FALSE if no prev, fix
11345
11346         * gtk/gtktreeview.c (set_source_row): use a row reference
11347         (set_dest_row): use a row reference
11348
11349 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
11350
11351         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
11352         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
11353         (gtk_tree_selection_select_iter): The same as above.
11354
11355 2001-01-26  Havoc Pennington  <hp@redhat.com>
11356
11357         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
11358         which holds a handle to a specific row (particular set of values
11359         in the model, i.e. pointer-identity row).
11360
11361         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
11362         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
11363         Still need to use it for the src/dest row saved on the drag context.
11364
11365 2001-01-26  Havoc Pennington  <hp@redhat.com>
11366
11367         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
11368
11369         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
11370         not offset by TREE_VIEW_HEADER_HEIGHT
11371         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
11372         TREE_VIEW_HEADER_HEIGHT
11373
11374         * configure.in (included_loaders): for me, --with-included-loaders
11375         generates the error "the specified loader yes does not exist",
11376         i.e. the arg defaults to "yes", so change test for value ""
11377         to test for value "yes", and include all loaders in that case.
11378
11379         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
11380
11381         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
11382         handle TREE_VIEW_VERTICAL_SEPARATOR
11383         (gtk_tree_view_bin_expose): fix to consider the row offset as
11384         pointing halfway into vertical separator.       
11385         (gtk_tree_view_draw_node_focus_rect): ditto
11386
11387         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
11388         --gtk-debug=updates, which causes gdk_window_set_debug_updates
11389         (TRUE) to be called.
11390
11391         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
11392         debug mode where the invalid region is colored in on invalidate,
11393         so you can see the flicker and know whether your redraw code is 
11394         doing a good job.
11395
11396         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
11397         tree window coordinates (clip rect is in tree window coords)
11398
11399         * gtk/Makefile.am: add gtktreednd.[hc]
11400
11401         * gtk/gtkliststore.c: implement gtktreednd interfaces.
11402
11403         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
11404         drag-and-drop data operations on a model (so we can set up tree
11405         drag-and-drop automatically)
11406
11407         * gtk/testgtk.c: Add a window to change sensitivity in the
11408         GtkLabel test; add a way to change the entry frame in GtkEntry
11409         test
11410
11411         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
11412         (gtk_entry_get_has_frame): new functions to remove the frame
11413         around an entry
11414         (gtk_entry_size_request): shrink requisition if no frame
11415         (gtk_entry_draw_focus): don't draw frame if no frame
11416
11417         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
11418         checks inside a cell renderer
11419         (gtk_default_draw_option): ditto for options
11420
11421         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
11422         children from the alignment, not the button
11423         (gtk_tree_view_column_init): ref/sink the column, to emulate
11424         GObject refcounting.
11425
11426         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
11427         
11428         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
11429         Use theme functions to draw the toggles 
11430
11431         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
11432
11433         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
11434         GdkPangoAttrEmbossed to use in rendering insensitive text
11435
11436         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
11437
11438         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
11439         using new GDK features
11440         
11441 2001-01-24  Alexander Larsson  <alexl@redhat.com>
11442
11443         * gtk/gtkimage.c:
11444         Splitted gtk_image_clear into gtk_image_clear() and
11445         gtk_image_reset(). Call gtk_image_clear() in ::destroy
11446         to avoid leaks.
11447
11448         * gtk/gtklabel.c (set_markup):
11449         Don't leak text.
11450
11451         * gtk/gtktextlayout.c:
11452         Always free display->shaped_objects.
11453
11454         * gtk/testgtk.c (create_clist):
11455         Don't leak custom style.
11456
11457 2001-01-23  Alexander Larsson  <alexl@redhat.com>
11458
11459         * gtk/gtkcolorsel.c (grab_color_at_mouse):
11460         Don't leak image. Simplify using gdk_colormap_query_color().
11461         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
11462
11463         * linux-fb/gdkcolor-fb.c:
11464         Implemented gdk_colormap_query_color.
11465
11466 2001-01-23  Alexander Larsson  <alexl@redhat.com>
11467
11468         * linux-fb/gdkcursor-fb.c:
11469         Don't leak built-in cursors.
11470
11471         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
11472         Don't leak tmp_points.
11473
11474         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
11475         Don't modify desc. Don't leak font if the PangoFont
11476         isn't found.
11477         
11478         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
11479         Free dash_list.
11480
11481         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
11482         Don't leak string.
11483         
11484 2001-01-20  Havoc Pennington  <hp@pobox.com>
11485
11486         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
11487         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
11488         me, matches Pango
11489
11490 2001-01-22  Havoc Pennington  <hp@redhat.com>
11491
11492         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
11493
11494         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
11495
11496         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
11497         Remove, move back to gdk-pixbuf
11498
11499         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
11500         to all the word functions
11501
11502         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
11503         before doing anything on NULL layout or if we don't have the focus
11504
11505         * gtk/testtext.c (fill_example_buffer): "justification"
11506
11507         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
11508         to be called "justification" not "justify"
11509
11510         * demos/gtk-demo/textview.c (create_tags): "justification"
11511         
11512         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
11513
11514 2001-01-22  Alexander Larsson  <alexl@redhat.com>
11515
11516         * gdk/gdkwindow.c (gdk_window_invalidate_region):
11517         Don't leak visible_region. Use visible_region instead of region.
11518         
11519         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
11520         Don't do extra gdk_drawable_ref(). This is not X.
11521         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
11522         gdk_fb_focused_window is ref:ed.
11523         (gdk_fb_window_send_crossing_events): Watch out for destroyed
11524         windows.
11525
11526 2001-01-22  Alexander Larsson  <alexl@redhat.com>
11527
11528         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
11529         Don't leak the PangoFontDescriptor.
11530
11531 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
11532
11533         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
11534         when not realized.
11535         (gtk_tree_view_scroll_to_cell): Make work when not realized.
11536         (gtk_tree_view_realize): add scroll_to support
11537         (gtk_tree_view_finalize): add a finalize method.  Populate.
11538         (gtk_tree_view_insert_column): ref and sink the column.
11539         (gtk_tree_view_append_column): ref and sink the column.
11540         (gtk_tree_view_queue_draw_node): New function to handle redrawing
11541         individual nodes.  Should make the code much more efficient, if
11542         actually used.
11543
11544 2001-01-19  Havoc Pennington  <hp@redhat.com>
11545
11546         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
11547         byte_offset variable was being used to mean both "offset into
11548         layout" and "offset into buffer line" which was no longer true
11549         with addition of preedit string; fix
11550
11551 2001-01-19  Havoc Pennington  <hp@redhat.com>
11552
11553         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
11554
11555         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
11556         function
11557
11558         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
11559         implement
11560
11561         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
11562         scroll_to_cell, matches TextView scroll functions better
11563         (gtk_tree_view_tree_to_widget_coords): new function
11564         (gtk_tree_view_widget_to_tree_coords): new function
11565         (gtk_tree_view_get_visible_rect): new function
11566         (gtk_tree_view_get_path_at_pos): accept negative coordinates
11567         (gtk_tree_view_draw_node_focus_rect): new function moved from
11568         draw_focus, also, use width of bin_window as width of the focus
11569         rect
11570         (gtk_tree_view_expand_row): fix bug where it didn't recognize
11571         already-expanded rows
11572         (gtk_tree_view_get_cell_rect): new function
11573         (gtk_tree_view_get_path_at_pos): return the click position
11574         relative to the passed-in cell
11575         (gtk_tree_view_set_expander_column): new function
11576
11577         * configure.in: remove gtk-config-2.0 chmod
11578
11579         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
11580         and properly handle drags with targets we don't understand
11581         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
11582         scrolling anyway
11583         (gtk_text_view_drag_drop): stop scrolling here though, and set the
11584         mark invisible
11585
11586         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
11587         function
11588         (gtk_drag_dest_get_target_list): new function
11589         (gtk_drag_dest_set_target_list): new function
11590         
11591         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
11592
11593         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
11594         related to drag-and-drop
11595
11596 2001-01-19  Alexander Larsson  <alexl@redhat.com>
11597
11598         * gdk/linux-fb/gdkprivate-fb.h:
11599         Define EMULATE_GDKFONT.
11600         Add extra pango_font stuff to GfkFontPrivate.
11601         
11602         * gdk/linux-fb/gdkdrawable-fb2.c:
11603         * gdk/linux-fb/gdkfont-fb.c:
11604         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
11605         emulation using PangoFont.
11606
11607 2001-01-17  Havoc Pennington  <hp@pobox.com>
11608
11609         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
11610         all the non-deprecated set_foo functions. Added missing object
11611         properties, and added g_object_notify() to setters. 
11612         Wrote docs.
11613         
11614 2001-01-18  Tor Lillqvist  <tml@iki.fi>
11615
11616         * gtk/gtkmain.c
11617         * gtk/gtkrc.c: (Win32) Use the new
11618         g_win32_get_package_installation_(sub)directory() functions.
11619
11620         * config.h.win32.in: New file.
11621         
11622         * config.h.win32: Removed.
11623
11624         * configure.in: Output config.h.win32.
11625
11626         * Makefile.am: Add it to EXTRA_DIST.
11627
11628         * gtk/gtk.def: Update.
11629
11630 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
11631
11632         * gtk/gtklabel.c (gtk_label_size_request): Set the
11633         attributes onto the PangoLayout even if they are newly
11634         created from label->pattern.
11635
11636 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
11637
11638         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
11639
11640         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
11641         structures in functions. Fixes bug where gtk_dataset_*
11642         was accidentally still being used in one place, causing
11643         every dest side event to be treated independently.
11644
11645         * gtk/gtkdnd.c: Remove last vestages of handling
11646         ::draw (fixes warning)
11647         
11648         * gtk/gtkentry.[ch]: Add drag and drop support.
11649
11650         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
11651         new function gtk_check_drag_threshhold() for checking
11652         to check if (dx,dy) has exceeded the threshhold for starting
11653         a drag and use it everywhere.
11654
11655 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
11656
11657         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
11658         add -I{includedir}/gtk-2.0.
11659
11660         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
11661         gdk/gdk-pixbuf.h: Doc fixups.
11662         
11663         * gtk/gtkobject.h: Remove trailing , from enum
11664
11665 2001-01-17 Alexander Larsson <alexl@redhat.com> 
11666
11667         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
11668         Doh! Mixed up x and y.
11669
11670         * gdk/linux-fb/gdkglobals-fb.c:
11671         Removed gdk_fb_pointer_grab_window_events,
11672         added _gdk_fb_pointer_grab_owner_events and
11673         _gdk_fb_keyboard_grab_owner_events.
11674
11675         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
11676         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
11677         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
11678         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
11679         Send crossing events after ungrab finished.
11680         (gdk_keyboard_grab): Set ..._owner_events
11681         (type_masks): Move out of function.
11682         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
11683         gdk_fb_keyboard_event_window): New functions, return the
11684         window an event should be targeted at. Handles grabs and
11685         event propagation. Can return NULL.
11686         (gdk_event_make): Remove event_mask checking. Now always
11687         returns an event.
11688                 
11689         * gdk/linux-fb/gdkkeyboard-fb.c:
11690         * gdk/linux-fb/gdkproperty-fb.c:
11691         * gdk/linux-fb/gdkselection-fb.c:
11692         Use new event_window/gdk_event_make() behaviour.
11693         
11694         * gdk/linux-fb/gdkmouse-fb.c:
11695         Use new event_window/gdk_event_make() behaviour.
11696         Only send motion events if in the same window.
11697         If grabbed, use cursor from window if sibling of grabbed
11698         window, and cursor from grabbed window otherwise.
11699
11700         * gdk/linux-fb/gdkprivate-fb.h:
11701         Update gdk_fb_window_send_crossing_events, gdk_event_make
11702         and grab varaible declarations. Add gdk_fb_*_event_window().
11703
11704         * gdk/linux-fb/gdkwindow-fb.c:
11705         Use new event_window/gdk_event_make() behaviour.
11706         Keep correct track of focus window.
11707         (gdk_window_set_events): Set all specific button motion masks
11708         if GDK_BUTTON_MOTION_MASK set.
11709
11710         * gtk/gtkdnd.c (gtk_drag_update):
11711         Free info->last_event if gdk_drag_motion returned FALSE.
11712
11713 2001-01-16  Tor Lillqvist  <tml@iki.fi>
11714
11715         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
11716         Eliminate redraws when input-only windows are shown or
11717         hidden. Thanks to jpe@archaeopteryx.com.
11718
11719 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
11720
11721         * docs/faq/gtk-faq.sgml: FAQ update:
11722           - Update to bugzilla
11723           - Add GTK+ and security/SUID/SGID
11724           - Add DnD question
11725
11726 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
11727
11728         * gdk/linux-fb/gdkdnd-fb.c:
11729         Some cleanups.
11730         
11731 2001-01-15  Havoc Pennington  <hp@pobox.com>
11732
11733         * tests/testtreeview.c: add test stuff for CellRendererToggle
11734
11735         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
11736         accessor
11737
11738         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
11739         only toggle on button press (would do release like GtkButton, but
11740         we'd need implicit grab code for treeview cells)
11741
11742 2001-01-16  Tor Lillqvist  <tml@iki.fi>
11743
11744         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
11745
11746         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
11747         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
11748
11749         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
11750         to g_{locale,filename}_{to,from}_utf8 to match current API.
11751
11752         * gtk/makefile.msc.in (gtk_OBJECTS)
11753         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
11754
11755         * gtk/gtk.def: Update.
11756
11757 2001-01-15  Tor Lillqvist  <tml@iki.fi>
11758
11759         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
11760         implementaion that more closely mimics the events that an X server
11761         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
11762         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
11763         with nested preview widgets, for instance, more responsive when
11764         you move the mouse quickly into them.
11765         (find_window_for_pointer_event): Make it actually compile.
11766         (gdk_event_translate): Set send_event to the value of
11767         InSendMessage (). This doesn't really mean the same as X11's
11768         send_event flag, but is close enough, says jpe@archaeopteryx.com
11769
11770 2001-01-15  Alexander Larsson  <alexl@redhat.com>
11771
11772         * gdk/linux-fb/gdkdnd-fb.c:
11773         Implemented drag and drop.
11774         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
11775         when it tries to free and then copy the same event (info->last_event).
11776         I am not sure about why this happens, but will continue looking.
11777
11778 2001-01-15  Alexander Larsson  <alexl@redhat.com>
11779
11780         * gdk/linux-fb/gdkwindow-fb.c:
11781         Use gdk_window_invalidate_rect instead of
11782         gdk_window_invalidate_rect_clear to minimise flashing.
11783         When hiding windows you need to clear the root window though.
11784
11785 2001-01-15  Alexander Larsson  <alexl@redhat.com>
11786
11787         * gdk/linux-fb/gdkdrawable-fb2.c:
11788         For optization, add an full_shapes argument to gdk_fb_clip_region.
11789         If this is false, only the cliprects of the shapes are used.
11790
11791         * gdk/linux-fb/gdkprivate-fb.h:
11792         Export gdk_fb_window_peek_shape.
11793         Add full_shapes to gdk_fb_clip_region.
11794
11795         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
11796         When moving a window, don't clear everything under the it, just the
11797         root window. Makes stuff faster and flash less.
11798         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
11799         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
11800         offset of the shape.
11801         
11802
11803 2001-01-12  Havoc Pennington  <hp@redhat.com>
11804
11805         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
11806         current invalid region, fixes redraw bug while scrolling the 
11807         text widget
11808
11809         * gtk/gtktextview.c, gtk/gtktextview.h:
11810         Rearrange the scrolling/validation/etc. code in a major way, 
11811         so it seems to make sense to me. Probably isn't genuinely that
11812         much better, but...
11813
11814         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
11815         notifies
11816
11817         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
11818
11819 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
11820
11821         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
11822         Hide mouse pointer while rotation. Show it afterwards.
11823
11824 2001-01-12  Alexander Larsson  <alexl@redhat.com>
11825
11826         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
11827         windows in consideration when generating clip region.
11828
11829         * gdk/linux-fb/gdkfb.h:
11830         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
11831
11832         * gdk/linux-fb/gdkprivate-fb.h:
11833         Add shape to GdkWindowFBDatat.
11834         exported gdk_fb_window_get_abs_shape().
11835         removed gdk_fb_draw_lines declaration.
11836
11837         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
11838         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
11839         send focus changes when there is a grabbed window.
11840         (gdk_window_get_pointer): Handle shaped windows.
11841         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
11842         (gdk_fb_window_peek_shape): Returns the shape for a window,
11843         handles GDK_FB_USE_CHILD_SHAPE.
11844         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
11845         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
11846         (gdk_window_shape_combine_mask): Implement.
11847
11848         * gtk/gtkwindow-decorate.c:
11849         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
11850         setting the shape of a window makes the window transparent.
11851
11852 2001-01-11  Havoc Pennington  <hp@redhat.com>
11853
11854         * gtk/gtktreemodelsimple.h: Oops, broke some macros
11855
11856 2001-01-10  Havoc Pennington  <hp@redhat.com>
11857
11858         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
11859         add this function, bug 40251
11860
11861         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
11862         of type macro   
11863
11864 2001-01-11  Alexander Larsson  <alexl@redhat.com>
11865
11866         * acconfig.h:
11867         Added ENABLE_SHADOW_FB
11868
11869         * configure.in:
11870         Added --disable-shadowfb
11871
11872         * gdk/linux-fb/gdkcursor-fb.c:
11873         Update shadowfb when updating cursor
11874
11875         * gdk/linux-fb/gdkdrawable-fb2.c:
11876         Added wrappers for shadowfb that calls  the normal drawable
11877         methods, but calls gdk_shadow_fb_update(bounding box) when
11878         GdkWindows are drawed to.
11879         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
11880         which also returns the bounding box.
11881
11882         * gdk/linux-fb/gdkfb.h:
11883         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
11884
11885         * gdk/linux-fb/gdkgeometry-fb.c:
11886         Update shadowfb when scrolling window.
11887
11888         * gdk/linux-fb/gdkglobals-fb.c:
11889         Add _gdk_fb_screen_angle.
11890         
11891         * gdk/linux-fb/gdkkeyboard-fb.c:
11892         Test code for screen rotation. Shift-F2 in the xlate driver
11893         rotates the screen.
11894
11895         * gdk/linux-fb/gdkmain-fb.c:
11896         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
11897
11898         * gdk/linux-fb/gdkmouse-fb.c:
11899         Use fb_width/height instead of modeinfo.xres/yres.
11900
11901         * gdk/linux-fb/gdkprivate-fb.h:
11902         Added fb_men, fb_width, fb_height & fb_stride. When using
11903         shadow fb these can differ from the framebuffer stuff.
11904         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
11905         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
11906         _gdk_fb_screen_angle. Removed CM, RP.
11907
11908         * gdk/linux-fb/gdkrender-fb.c:
11909         Added code for shadowfb handling and screen rotation using
11910         shadowfb.
11911
11912         * gdk/linux-fb/gdkwindow-fb.c:
11913         Use fb_mem, fb_stride, fb_width, fb_height.
11914         Added recompute_rowstride to reset the rowstride of all windows.
11915         Added gdk_fb_recompute_all() which recomputes rootwindow size,
11916         window abs positions and window rowstrides. Usefull when the
11917         rotation has changed.
11918
11919 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
11920
11921         * docs/faq/gtk-faq.sgml: update to make web site updating easier
11922
11923 2001-01-10  Havoc Pennington  <hp@redhat.com>
11924
11925         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
11926         where sibling == iter
11927         (gtk_tree_store_insert_after): handle sibling == iter
11928         (gtk_tree_store_prepend): remove stamp checks
11929         (gtk_tree_store_insert_before): ditto
11930         (gtk_tree_store_append): ditto
11931         (gtk_tree_store_get_path): ditto
11932         (gtk_tree_store_get_value): ditto
11933         (gtk_tree_store_iter_has_child): ditto
11934         (gtk_tree_store_iter_n_children): ditto
11935         (gtk_tree_store_iter_nth_child): ditto
11936         (gtk_tree_store_insert_after): ditto
11937         (gtk_tree_store_is_ancestor): ditto
11938         (gtk_tree_store_iter_depth): ditto
11939         (gtk_tree_store_insert_before): assert that sibling's parent is
11940         the same as the passed-in parent
11941         (gtk_tree_store_insert_after): assert that sibling's parent is
11942         the same as the passed-in parent
11943
11944         
11945         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
11946         function to get the first iterator in a model
11947         
11948         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
11949         conventionally the "root" in this sense is just NULL afaict.
11950
11951         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
11952         where sibling == iter
11953         (gtk_list_store_insert_after): handle case where sibling == iter
11954
11955         * tests/testtreeview.c (run_automated_tests): fairly lame basic
11956         automated tests for ListStore, TreeStore
11957
11958         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
11959         (gtk_list_store_insert): update tail pointer, and fix it to work
11960         (gtk_list_store_insert_before): update tail pointer, and fix it to work
11961         (gtk_list_store_append): use tail to be faster
11962         (gtk_list_store_prepend): fix it, update tail pointer
11963         (gtk_list_store_insert_after): fix it, update tail pointer
11964
11965         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
11966         the list
11967
11968 2001-01-09  Havoc Pennington  <hp@redhat.com>
11969
11970         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
11971         is NULL due to a pending resize
11972
11973         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
11974         column width to values less than 1
11975
11976         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
11977         width to be between min/max width, and still set the width 
11978         even if autosize is turned on, so the tree view can use this 
11979         function in order to autosize.
11980         (gtk_tree_view_column_init): set initial width to 1 not 0
11981
11982         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
11983         setter function to modify column width, so we get notification
11984         (gtk_tree_view_insert_iter_height): ditto
11985         (gtk_tree_view_calc_size): ditto
11986         (gtk_tree_view_check_dirty): ditto
11987
11988         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
11989         properties to change all the interesting attributes of the tree
11990         view column.
11991         (gtk_tree_view_column_set_header_clickable): rename set_clickable
11992         (gtk_tree_view_column_get_clickable): add
11993         (gtk_tree_view_column_set_cell_renderer): don't unset the current
11994         attributes; assume a cell renderer with equivalent object
11995         properties has been swapped in. Do g_object_notify().
11996         (gtk_tree_view_column_set_visible): g_object_notify
11997         (gtk_tree_view_column_get_sizing): rename from get_col_type
11998         (gtk_tree_view_column_set_sizing): g_object_notify
11999         (gtk_tree_view_column_set_width): add g_object_notify
12000         (gtk_tree_view_column_set_min_width): ditto
12001         (gtk_tree_view_column_set_max_width): ditto
12002         (gtk_tree_view_column_set_title): ditto
12003         (gtk_tree_view_column_set_clickable): ditto
12004         (gtk_tree_view_column_set_widget): ditto
12005         (gtk_tree_view_column_set_justification): ditto
12006
12007 2001-01-09  Havoc Pennington  <hp@redhat.com>
12008
12009         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
12010         there are no rows in the model
12011
12012         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
12013         NULL, then return the start of the list
12014
12015         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
12016         if we can't get any rows from an empty model 
12017
12018         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
12019         extraneous * after function pointer typedef usage
12020
12021         * Makefile.am: don't specify full path to cp and rm
12022
12023         * gtk/gtkcellrenderertextpixbuf.c
12024         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
12025         NULL before dereferencing, fixes a segfault that happened from
12026         time to time
12027
12028         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
12029         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
12030         and reindent the function
12031         (gtk_cell_renderer_pixbuf_get_size): indentation
12032
12033         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
12034         we quit it
12035         (gtk_dialog_add_buttons_valist): add g_return_if_fail
12036         (gtk_dialog_set_default_response): New function, to set default
12037         button
12038         (gtk_dialog_set_response_sensitive): New function, to set 
12039         sensitivity of buttons
12040
12041         * gtk/gtkcellrendererpixbuf.c
12042         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
12043         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
12044
12045         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
12046         handle any G_TYPE_OBJECT subclass, not just the base class, and 
12047         also boxed types.
12048         (_gtk_tree_data_list_value_to_node): ditto
12049
12050         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
12051         --gtk-debug=tree
12052
12053         * gtk/gtkmain.c: add GTK_DEBUG_TREE
12054
12055         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
12056
12057 2001-01-09  Tor Lillqvist  <tml@iki.fi>
12058
12059         * gdk/win32/gdkevents-win32.c: Implement better mouse
12060         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
12061         (find_window_for_pointer_event): New function.
12062         (gdk_event_translate): Use it when handling mouse events.
12063
12064 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
12065
12066         * configure.in:
12067         Added --with-included-loaders option
12068
12069         * gdk-pixbuf/Makefile.am:
12070         * gdk-pixbuf/gdk-pixbuf-io.c:
12071         Add support for including selected gdk-pixbuf loaders only.
12072
12073         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
12074         gtk_window_set_has_frame):
12075         Added inline documentation.
12076
12077         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
12078         * docs/reference/gdk/tmpl/windows.sgml:
12079         Added inline documentation.
12080
12081 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
12082
12083         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
12084         realizing buttons that have already been realized.
12085
12086 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
12087
12088         * tests/testtreeview.c (main): Show menu items before adding to
12089         option menu.
12090
12091         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
12092         around if we kill them.
12093
12094         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
12095         Return if we pass in a NULL model.
12096
12097 2001-01-08  Havoc Pennington  <hp@redhat.com>
12098
12099         * tests/testtreeview.c: hack on this some
12100
12101         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
12102         gtk_tree_store_set_valist, v is for arrays, valist for varargs
12103         list
12104         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
12105
12106         * gtk/gtkliststore.h: Add varargs set() and get() convenience
12107         functions
12108
12109 2001-01-08  Alexander Larsson  <alexl@redhat.com>
12110
12111         * gtk/gtkwindow-decorate.[hc]:
12112         * gtk/Makefile.am:
12113         New files. Contains an implementation of a minimal WM for
12114         linux-fb.
12115
12116         * gtk/gtkwindow.h:
12117         Add the possibility for GtkWindows to specify a frame. This
12118         is used for the window decoration code, but could concievably
12119         be used for X programs too (xmms style windows).
12120         GtkWindow->frame is the toplevel window if the window is framed.
12121         The signal frame_event gets all events that are targeted to
12122         GtkWindow->frame.
12123         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
12124         
12125         * gtk/gtkwindow.c:
12126         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
12127         Call out to gtkwindow-decorate.c for WM support in linx-fb.
12128
12129 2001-01-08  Alexander Larsson  <alexl@redhat.com>
12130
12131         * docs/README.linux-fb:
12132         Correct filename ~/.pangoft2_aliases
12133
12134         * gdk/gdkwindow.h:
12135         Added new function gdk_window_get_decorations.
12136
12137         * gdk/linux-fb/gdkfb.h:
12138         Removed _gdk_window_get_decorations declaration.
12139         Renamed _gdk_window_set_child_handler to
12140         gdk_fb_window_set_child_handler.
12141
12142         * gdk/linux-fb/gdkwindow-fb.c:
12143         Renamed _gdk_window_set_child_handler to
12144         gdk_fb_window_set_child_handler.
12145
12146         * gdk/x11/gdkwindow-x11.c:
12147         New function gdk_window_get_mwm_hints().
12148         Implemented gdk_window_get_decorations.
12149
12150         * docs/reference/gdk/tmpl/windows.sgml:
12151         * docs/reference/gdk/gdk-sections.txt:
12152         Added gdk_window_get_decorations docs.
12153         
12154 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
12155
12156         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
12157         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
12158         gdk_fb_window_send_crossing_events):
12159         Possibly send focus events when the mouse moves from one
12160         window to another.
12161
12162 2001-01-07  Tor Lillqvist  <tml@iki.fi>
12163
12164         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
12165         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
12166         to match current API.
12167
12168         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
12169         environment variable is set, don't call g_error when on a
12170         palettized (PseudoColor) display. Some people want to use GTK+ 
12171         in 256-colour mode even though works only partially.
12172
12173         * gdk/gdk.def
12174         * gtk/gtk.def
12175         * gtk/makefile.mingw.in: Update.
12176
12177 2001-01-05  Havoc Pennington  <hp@redhat.com>
12178
12179         * tests/testtreeview.c: hack on this a bit
12180
12181         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
12182         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
12183
12184         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
12185         was spelled incorrectly
12186         (GTK_IS_TREE_MODEL_SIMPLE): ditto
12187
12188         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
12189         from gtk_tree_view_set_headers_active   
12190
12191         * gtk/gtktexttag.c:
12192         (gtk_text_tag_get_property): handle PROP_DIRECTION
12193         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
12194         properties, bug 40235
12195
12196         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
12197         forward_to_line_end
12198
12199 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
12200
12201         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
12202         modules/input/gtkimcontextxim.c: Adapt to new prototypes
12203         for unicode,locale,filename conversion functions.
12204
12205 2001-01-05  Havoc Pennington  <hp@redhat.com>
12206
12207         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
12208         broken if called on the first position in the buffer.
12209
12210         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
12211         forward_to_delimiters to be called only if we aren't already at
12212         the delimiters.
12213
12214 2001-01-05  Havoc Pennington  <hp@redhat.com>
12215
12216         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
12217
12218 2001-01-05  Alexander Larsson  <alexl@redhat.com>
12219
12220         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
12221         colormap in here. Sync from X port.
12222         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
12223         Sync from X port.
12224         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
12225         This happens now and then, and i don't think it is a bug.
12226         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
12227         != endpoint.
12228         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
12229         GDK_LINE_SOLID.
12230
12231         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
12232         some of the fields filled in at least.
12233
12234         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
12235         miLineArcD is no more, remove it from the function definition.
12236
12237 2001-01-04  Havoc Pennington  <hp@redhat.com>
12238
12239         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
12240         this
12241
12242         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
12243         user_data instead of tree_node
12244
12245         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
12246         TREE_VIEW_COLUMN_SIZE
12247
12248         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
12249         "size" field to "width" finishes bug 40061
12250
12251         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
12252         for bitfields, bug 40268
12253
12254 2001-01-04  Havoc Pennington  <hp@redhat.com>
12255
12256         Rename some stuff:
12257         
12258         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
12259
12260         s/GtkModelSimple/GtkTreeModelSimple/g;
12261         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
12262         s/gtk_model_simple/gtk_tree_model_simple/g;
12263         s/gtkmodelsimple/gtktreemodelsimple/g;
12264
12265         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
12266
12267         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
12268         s/column_set_col_type/column_set_sizing/g;
12269
12270         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
12271         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
12272
12273         s/GtkCellRendererType/GtkCellRendererState/g;
12274         
12275         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
12276         (gtk_cell_renderer_toggle_class_init): change "state" property to
12277         "active", to match GtkToggleButton
12278         (gtk_cell_renderer_toggle_get_active): new function, bug
12279         40269
12280         (gtk_cell_renderer_toggle_set_active): new function
12281         (gtk_cell_renderer_toggle_set_property): route changes to toggle
12282         state through gtk_cell_renderer_set_active
12283
12284 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
12285
12286         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
12287         temporarily until they work again.  Brought up to date with
12288         changes in the model.
12289         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
12290         model.
12291
12292 2001-01-04  Havoc Pennington  <hp@redhat.com>
12293
12294         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
12295         equal to the line length, then position iterator before paragraph 
12296         separators. Fixes crash reported by Mikael Hermansson when
12297         pressing left arrow from the start of a line.   
12298
12299         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
12300         about byte indexes off the end
12301         (iter_set_from_char_offset): add g_error about char offsets
12302         off the end
12303
12304 2001-01-03  Havoc Pennington  <hp@redhat.com>
12305
12306         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
12307
12308         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
12309         of private functions; remove inclusion of private headers.
12310
12311         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
12312         function, so we don't need private functions in gtktextdisplay.c
12313
12314         * gtk/gtktextiterprivate.h: underscore-ification
12315
12316         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
12317         to instead say "only useful to implement widgets"
12318
12319         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
12320         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
12321         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
12322
12323         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
12324         This function was completely broken
12325
12326         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
12327
12328         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
12329
12330         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
12331
12332         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
12333
12334         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
12335
12336         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
12337
12338         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
12339         gtk_paint_layout
12340
12341         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
12342         gtk_paint_layout
12343
12344         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
12345         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
12346         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
12347         which were not implemented.     
12348
12349         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
12350         insert_pixbuf signal. Rename delete_text to delete_range since it
12351         also deletes pixbufs and child anchors. This almost closes bug
12352         40245 (still need to deal with child anchors)
12353
12354         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
12355         insert_pixbuf, change signal names as appropriate, change types of
12356         signals taking marks/tags to have the specific type, not just
12357         G_TYPE_OBJECT
12358         
12359         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
12360         closes bug 40051
12361
12362         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
12363         unnecessary remove_contents() call
12364         (gtk_option_menu_class_init): add a "changed" signal, closes
12365         bug 40039
12366         (gtk_option_menu_update_contents): emit "changed" if the 
12367         active menu item changes
12368
12369         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
12370         cast to GtkObject, reported by Jonas Borgstrom
12371         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
12372         we can't do stuff with side effects in finalize. Instead, spew a
12373         warning if the loader isn't closed.
12374
12375         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
12376         colormap in here, non-X ports probably need to sync to this change
12377
12378         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
12379         assertion that colormap != NULL, you can set the colormap to NULL
12380         if you like.
12381         
12382         * Makefile.am: remove gtk-config-2.0
12383
12384         * configure.in: Use pkg-config to locate GLib. Remove
12385         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
12386         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
12387         Use pkg-config to locate Pango. Output correct Pango libs to
12388         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
12389
12390         * Makefile.am (pkgconfig_DATA): install only target-specific pc
12391         files
12392         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
12393         X11 pc files
12394
12395         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
12396         unref from here
12397
12398 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
12399
12400         * configure.in:
12401         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
12402
12403 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
12404
12405         * gtk/gtktextlayout.c
12406         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
12407         variable when moving back onto a single line.
12408
12409 2001-01-01  Havoc Pennington  <hp@redhat.com>
12410
12411         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
12412
12413         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
12414
12415         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
12416         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
12417
12418 2001-01-01  Havoc Pennington  <hp@redhat.com>
12419
12420         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
12421
12422         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
12423         GtkTextAttributes
12424
12425         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
12426         #40246
12427         (gtk_text_attributes_copy_values): rename from 
12428         gtk_text_attributes_copy
12429         (gtk_text_attributes_copy): a more standard GTK copy function, 
12430         which returns a new object
12431
12432 2001-01-01  Havoc Pennington  <hp@redhat.com>
12433
12434         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
12435         
12436         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
12437         don't fill in tree_view->priv->selection, kind of an unexpected
12438         side effect
12439
12440         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
12441         gtkintl.h
12442         
12443         * gtk/gtkcellrenderer.c: Remove definition of _ and include
12444         gtkintl.h
12445         (gtk_cell_renderer_get_property): remove calls to g_value_init
12446
12447         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
12448         gtkintl.h
12449
12450         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
12451         and include gtkintl.h
12452         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
12453         property names
12454
12455         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
12456         GtkTreeSelection
12457         (_gtk_tree_selection_new_from_with_view): rename, return
12458         GtkTreeSelection
12459         (_gtk_tree_selection_set_tree_view): rename with uscore
12460         (gtk_tree_selection_get_selected): fill in the "model" out param
12461         first, so it gets filled in even if we return at the top of the 
12462         function
12463         (gtk_tree_selection_real_select_all): add a comment and an else{}
12464         to clarify this a bit
12465         (gtk_tree_selection_real_unselect_all): add the same else{}
12466
12467         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
12468         set_tree_view to have underscore prefixes, move them to the
12469         private header, fix return type of new_with_tree_view
12470         (struct _GtkTreeSelection): mark struct
12471         fields private  
12472
12473         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
12474         GtkTreeModelFlags, not a guint
12475         (gtk_tree_path_prev): return gboolean not gint
12476         (gtk_tree_path_up): return gboolean not gint
12477
12478         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
12479         return GtkTreeModelFlags, not a guint
12480
12481         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
12482         that child model is non-null before unrefing it
12483         (g_value_int_compare_func): make this a qsort compare func, not 
12484         a boolean predicate
12485
12486         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
12487         (add -umn to the end), and mark it unimplemented
12488         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
12489         I don't see what it's for - doesn't the model always sort itself?
12490         (gtk_tree_model_sort_set_compare): this had the wrong signature
12491
12492         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
12493         Fix the docs to say that it destructively replaces existing
12494         attributes (previously said that it added attributes).
12495         (gtk_tree_view_column_set_visible): canonicalize bool before
12496         equality testing. Also, check for realization before
12497         hiding/showing the tree_column->window; if this window could exist
12498         before realization, then it's busted and needs fixing, we can't 
12499         create GDK resources pre-realization. Also, remove
12500         superfluous queue_resize(), since set_size() does that for us.
12501         (gtk_tree_view_column_set_col_type): check realization before 
12502         using tree_column->window
12503
12504         * gtk/gtktreedatalist.c: fix filename in copyright notice
12505
12506 2000-12-31  Havoc Pennington  <hp@pobox.com>
12507
12508         * gtk/gtktextview.c: Rearrange all the
12509         scroll-while-dragging-or-selecting code to be different, not
12510         necessarily better. ;-)
12511         (gtk_text_view_scroll_to_mark): Change this
12512         function to take within_margin as a fraction instead of a pixel
12513         value, and to take alignment arguments (indicating where to align 
12514         the mark inside the visible area)
12515         
12516         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
12517         to GtkObject
12518
12519         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
12520         behavior so that offsets past the end of the line are not 
12521         allowed, and an offset equal to the line length moves the iterator
12522         to the next line
12523         (gtk_text_iter_set_line_index): make parallel change
12524         (gtk_text_iter_get_bytes_in_line): add this function
12525         
12526         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
12527         of byte indexes off the end of the line; byte index at the end of
12528         the line now returns FALSE and doesn't fill in the requested
12529         values, byte index past the end of the line is an error.  Also,
12530         don't allow -1 offset anymore, since its meaning is unclear.
12531
12532         This change exposes some bug in visual cursor motion, where we
12533         end up with a huge invalid byte index; needs fixing. Symptom of 
12534         bug is a crash when you hit up arrow.
12535         
12536         (_gtk_text_line_char_locate): match the change to byte_locate
12537
12538         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
12539         from start of line properly. fixes bug reported by Mikael
12540         Hermansson where backspace would delete all text before the
12541         cursor.
12542
12543 2000-12-30  Tor Lillqvist  <tml@iki.fi>
12544
12545         * gdk/win32/gdkwindow-win32.c
12546         (gdk_window_impl_win32_get_visible_region): New function, as in
12547         the X11 backend.
12548         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
12549         instead of duplicating the same code here.
12550
12551         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
12552         GDK_COLORMAP macro.
12553
12554         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
12555         destroy function.
12556         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
12557         access that.
12558
12559         * gtk/gtk.def: Update.
12560
12561         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
12562
12563 2000-12-30  Havoc Pennington  <hp@pobox.com>
12564
12565         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
12566         colormap on input only windows, to avoid special cases all over
12567         the code for these windows.
12568
12569 2000-12-26  Tor Lillqvist  <tml@iki.fi>
12570
12571         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
12572         we are on a palettized display ("PseudoColor" in X11), as the code
12573         for that doesn't work anyway, and never has.
12574
12575 2000-12-22  Alexander Larsson  <alexl@redhat.com>
12576
12577         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
12578         Don't use isprint() for chars > 255.
12579
12580 2000-12-21  Havoc Pennington  <hp@redhat.com>
12581
12582         * tests/testtreeview.c: more work
12583
12584 2000-12-21  Alexander Larsson  <alexl@redhat.com>
12585
12586         * docs/README.linux-fb:
12587         Update the docs to the new pangoft2 way.
12588
12589 2000-12-21  Alexander Larsson  <alexl@redhat.com>
12590
12591         * configure.in:
12592         For linux-fb get the pangoft2 cflags and libs. This needs a recent
12593         pango version.
12594         Remove modules/linux-fb/Makefile.
12595
12596         * gdk/linux-fb/gdkdrawable-fb2.c:
12597         Render glyphs using freetype.
12598
12599         * gdk/linux-fb/gdkfb.h:
12600         Add new fb-specific functions needed for managing windows.
12601
12602         * gdk/linux-fb/gdkmain-fb.c:
12603         Remove gdk_font_init/fini() calls.
12604
12605         * gdk/linux-fb/gdkpango-fb.c:
12606         Remove old implementation. Use pangoft2 instead.
12607
12608         * gdk/linux-fb/gdkprivate-fb.h:
12609         Remove PangoFBFont and related stuff.
12610
12611         * gdk/linux-fb/gdkwindow-fb.c:
12612         Implement drawable->get_visible_region.
12613         Implement support for _gdk_window_set_child_handler () and
12614         _gdk_window_get_decorations().
12615
12616         * modules/Makefile.am:
12617         Remove linux-fb subdir.
12618
12619         * modules/linux-fb/*:
12620         Removed all.
12621         
12622 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
12623
12624         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
12625         calls, as they are no longer needed.
12626
12627         * gtk/gtktreemodelsort.c: Fix up the comparison code.
12628         
12629         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
12630         figure out how to emit a signal on an interface.
12631
12632 2000-12-20  Havoc Pennington  <hp@redhat.com>
12633
12634         * tests: new directory to contain tests, gtk/test* should move
12635         here sometime (with appropriate on-cvs-server hackery)
12636
12637         * tests/testtreeview.c, tests/Makefile.am: a test
12638         
12639         * configure.in (AC_OUTPUT): add tests/Makefile
12640
12641         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
12642         and "invisible_set" which were missing
12643
12644         * gtk/gtkrbtree.h: some cheesy indentation fix
12645         
12646 2000-12-20  Alexander Larsson  <alexl@redhat.com>
12647
12648         * gtk/gtkinvisible.c (gtk_invisible_realize):
12649         Attach the style to the window so that the style it is not
12650         leaked when unrealizing the window.
12651
12652 2000-12-18  Havoc Pennington  <hp@redhat.com>
12653
12654         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
12655         begin/end user action where appropriate
12656         (gtk_text_view_commit_handler): add begin/end user action
12657
12658         * gtk/gtktextbuffer.c: add begin/end user action signals, and
12659         bracket interactive operations with begin/end user action pair.
12660         
12661         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
12662         "interactive" arg from insert_text and delete_text signals.
12663         Add begin_user_action, end_user_action signals
12664         (gtk_text_buffer_begin_user_action): 
12665         (gtk_text_buffer_end_user_action): New functions to delimit 
12666         a user-visible action
12667
12668         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
12669         signals.
12670         
12671 2000-12-18  Havoc Pennington  <hp@redhat.com>
12672
12673         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
12674         was pretty non-working.
12675
12676         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
12677         by passing the length to g_utf8_validate().
12678
12679 2000-12-16  Havoc Pennington  <hp@pobox.com>
12680
12681         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
12682         Port to GObject, can go back in gdk-pixbuf after setting up 
12683         a gdk-pixbuf-marshal.h header over there.
12684
12685         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
12686         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
12687         args
12688         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
12689         set
12690         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
12691         here, do it when we create the buttons later
12692         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
12693         (gtk_tree_view_map): paranoia checks that column->button is shown 
12694         and unmapped
12695         (gtk_tree_view_size_request): only request visible children.
12696         Move header size calculation in here, for cleanliness, and 
12697         to maintain invariants for child widgets if we eventually 
12698         let users set different children inside the buttons
12699         (gtk_tree_view_map_buttons): factor out code to map buttons,
12700         since it was being called several times
12701         (gtk_tree_view_size_allocate_buttons): move_resize the drag
12702         windows instead of just moving them; their height may change 
12703         if we allow random widgets in there, or the theme changes.
12704         (gtk_tree_view_size_allocate): move button size allocation 
12705         above emitting the scroll signals, to ensure a sane state when we
12706         hit user code
12707         (gtk_tree_view_button_release): remove queue_resize after
12708         tree_view_set_size(), set_size() will handle any resize queuing
12709         that's needed
12710         (gtk_tree_view_focus_in): just queue a draw, don't fool with
12711         draw_focus goo
12712         (gtk_tree_view_focus): use gtk_get_current_event() and
12713         gdk_event_get_state()
12714         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
12715         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
12716         semicolon
12717         (gtk_tree_view_create_button): show the button here
12718         (gtk_tree_view_button_clicked): actually emit the clicked signal
12719         on the column
12720         (_gtk_tree_view_set_size): return right away if the size is
12721         unchanged, as a cheesy optimization
12722         (gtk_tree_view_setup_model): rename set_model_realized to 
12723         setup_model to match the flag that indicates whether we've 
12724         called it
12725         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
12726         exist, because set_scroll_adjustment does that and it shouldn't
12727         matter what order you call these in
12728         (gtk_tree_view_get_vadjustment): ditto
12729         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
12730         for paranoia
12731         (gtk_tree_view_set_headers_visible): call
12732         gtk_tree_view_map_buttons() instead of using cut-and-paste code
12733         (gtk_tree_view_append_column): clarify whether the return value
12734         is the count of columns before or after, and do the increment 
12735         separately from the return statement so you can tell from the code.
12736         (gtk_tree_view_remove_column): ditto
12737         (gtk_tree_view_insert_column): ditto
12738         (gtk_tree_view_get_column): remove g_return_if_fail for columns
12739         outside the existing range, the docs say that outside-range
12740         columns are allowed, so we handle them as documented. (Presumably
12741         this allows a nice loop with column != NULL as test.)
12742         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
12743         mean (left/right/center etc.).
12744         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
12745         (gtk_tree_view_expand_row): add docs
12746         (gtk_tree_view_collapse_row): add docs
12747
12748         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
12749         function to emit the clicked signal on a column
12750         
12751         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
12752         state of an event
12753         (gdk_event_get_time): don't treat GDK_SCROLL 
12754         as a button event, remove default case from switch so gcc 
12755         will whine if we don't explicitly handle all event types
12756
12757         * gtk/gtktreeselection.h: added some FIXME 
12758         
12759         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
12760         "columns" to "n_columns" and "column" to "columns" for clarity
12761
12762 2000-12-16  Havoc Pennington  <hp@pobox.com>
12763         
12764         * gtk/gtktextiter.c: General cleanup of the log attr iteration
12765         stuff. This should make e.g. the delete key work again in the
12766         text widget...
12767         (gtk_text_iter_forward_cursor_positions): handle negative count
12768         (gtk_text_iter_backward_cursor_positions): handle negative count
12769         (gtk_text_iter_forward_word_ends): handle negative count
12770         (gtk_text_iter_backward_word_starts): handle negative count
12771
12772         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
12773         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
12774         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
12775         GObject. No doubt will cause breakage.
12776
12777         * demos/gtk-demo/textview.c: remove hacks around
12778         non-GObject-ification of the text objects
12779
12780         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
12781         the text tag
12782         
12783 2000-12-14  Havoc Pennington  <hp@pobox.com>
12784
12785         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
12786         that we have Xrender
12787
12788 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
12789
12790         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
12791         Add two virtualized functions gdk_drawable_get_clip_region - to
12792         get the clip region when drawing.
12793         
12794         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
12795         use invalidate_region.
12796
12797         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
12798         region.
12799
12800         * acconfig.h configure.in: Check for Xft. For now, assume
12801         that if Xft is found, Pango was compiled with Xft support
12802         as well.
12803
12804         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
12805         gdk_colormap_query_color().
12806         
12807         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
12808         with Xft if appropriate.
12809
12810         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
12811         a pangoxft context if we have XFT and the environment
12812         variable GD_USE_XFT is set.
12813         
12814         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
12815         and also possibly an XftDraw structure.
12816
12817         * gtk/gtkfontsel.c: Handle the case where the font from the
12818         style doesn't match any of the fonts a bit better.
12819         
12820         * gtk/testgtk.c: Add tabs between directional segments for
12821         hebrew/arabic test. (Not really necessary, just a little
12822         prettier.)
12823
12824 2000-12-14  Havoc Pennington  <hp@redhat.com>
12825
12826         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
12827         reading a file
12828
12829 2000-12-14  Havoc Pennington  <hp@redhat.com>
12830
12831         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
12832         unused call to get_last_line()
12833
12834         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
12835         here until boxed is working (and maybe after that - we should
12836         really not gratuitously break old code)
12837
12838         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
12839         specific types for font_desc and tabs args, move them to
12840         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
12841         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
12842
12843         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
12844         use GTK_TYPE_POINTER for signal signatures as a hack-around
12845
12846         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
12847         PangoTabArray
12848
12849         * gtk/gtktextlayout.c (line_display_iter_to_index): 
12850         make static
12851         (line_display_index_to_iter): make static
12852
12853         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
12854         to marshal a string not a boxed
12855
12856         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
12857
12858         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
12859         since the UTF-8 isn't validated yet
12860
12861         * gtk/gtktextsegment.c (char_segment_check_func): don't require
12862         lines to end in '\n'
12863         
12864         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
12865         forward_to_delimiters, and grapheme boundaries
12866         (gtk_text_view_delete_from_cursor): properly handle non-newline
12867         delimiters, and grapheme boundaries
12868
12869         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
12870         to gtk_text_iter_forward_to_delimiters, and make it work properly
12871         if empty lines end with a character other than '\n'
12872
12873         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
12874         position
12875
12876 2000-12-15  Tor Lillqvist  <tml@iki.fi>
12877
12878         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
12879
12880         * gtk/gtk.def
12881         * gdk/gdk.def: Update.
12882
12883         * gdk/win32/gdkmain-win32.c
12884         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
12885         gdkmain-win32.c here.
12886
12887         * gdk/win32/makefile.mingw.in (all): No need to make
12888         gdk-win32res.o here, the makefile one step up will call us to make
12889         it.
12890
12891         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
12892         gdkkeys-win32.
12893
12894         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
12895
12896         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
12897         call to g_source_add().
12898
12899         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
12900         leak. Thanks to Andreas Kemnade.
12901
12902 2000-12-13  Havoc Pennington  <hp@pobox.com>
12903
12904         * gtk/gtktextbtree.h: Remove double _ in front of some functions
12905
12906         * gtk/gtktext*.[hc]: update accordingly
12907         
12908 2000-12-13  Havoc Pennington  <hp@pobox.com>
12909
12910         * gtk/gtktextbtree.h: Put _ in front of every function in this 
12911         header file
12912
12913         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
12914
12915 2000-12-13  Alex Larsson  <alexl@redhat.com>
12916
12917         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
12918         Add support for ps2 intellimouse.
12919
12920         * gdkkeyboard-fb.c:
12921         Move shift-F1 repaint handling to xlate handler only.
12922         
12923         * docs/README.linux-fb:
12924         Add imps2 to docs.
12925         Document the new refresh keys.
12926         
12927 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
12928
12929         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
12930
12931         * gtk/gtkbox.c: change property types from (u)long to (u)int for
12932         ::position and ::padding.
12933
12934         * gtk/gtkcontainer.c: make ::border_width an INT property.
12935
12936         * gtk/gtkpacker.c: make ::position an INT property.
12937
12938         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
12939         guard against NULL h/v scrollbars, since this is used at construction
12940         time.
12941
12942         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
12943         internal gtk_clist_constructor().
12944
12945         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
12946         gtk_ctree_constructor().
12947
12948         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
12949         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
12950
12951         * docs/reference/Makefile.am: fun stuff, disabled docs generation
12952         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
12953
12954         * gtk/gtkwidget.[hc]:
12955         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
12956         and gtk_widget_get().
12957         (gtk_widget_new): use g_object_new_valist().
12958         (gtk_widget_set): use g_object_set_valist().
12959
12960         * gtk/gtkobject.[hc]:
12961         removed gtk_object_arg_get_info(), gtk_object_getv(),
12962         gtk_object_query_args(), gtk_object_newv(),
12963         gtk_object_class_add_signals(),
12964         gtk_object_class_user_signal_new(),
12965         gtk_object_class_user_signal_newv(),
12966         gtk_object_arg_set(), gtk_object_arg_get(),
12967         gtk_object_args_collect(),
12968         gtk_object_default_construct(),
12969         gtk_object_constructed(),
12970         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
12971         removed nsignals, signals and n_args members from GtkObjectClass.
12972         (gtk_object_new): use g_object_new_valist().
12973         (gtk_object_set): use g_object_set_valist().
12974         (gtk_object_get): use g_object_get_valist().
12975         
12976         * gtk/gtkcompat.h: define gtk_object_default_construct().
12977         
12978         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
12979         g_object_new().
12980
12981         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
12982         fucntions, cleaned up method assignments (make sure your structures
12983         are setup properly before calling out). removed all GTK_CONSTRUCTED
12984         hacks ;)
12985
12986 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
12987
12988         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
12989         off-by-one error in checks. (Dave Lambert)
12990
12991 2000-12-12  Alexander Larsson  <alexl@redhat.com>
12992
12993         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
12994         Don't free gdk_fb_keyboard twice.
12995
12996 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
12997
12998         * gtk/testgtk.c:
12999         (create_tooltips): 
13000         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
13001         use GObject swapped_signal:: properties instead.
13002
13003         * gtk/gtkcellrenderertoggle.c: 
13004         * gtk/gtkcellrenderertextpixbuf.c: 
13005         * gtk/gtkcellrenderertext.c: 
13006         * gtk/gtkcellrendererpixbuf.c: 
13007         * gtk/gtkcellrenderer.c:
13008         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
13009         missing warnings for invalid property ids, install properties
13010         with g_object_class_install_property() now.
13011         
13012         * gtk/gtksignal.c:
13013         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
13014         
13015 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
13016         
13017         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
13018         to determine if a window is the focus widget within
13019         its toplevel.
13020
13021         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
13022         to be boolean.
13023
13024         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
13025         of the case where the container CAN_FOCUS to here instead
13026         of having it in each individual move-the-focus place.
13027
13028         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
13029         focusing to be geometric in a much more obvious sense. Arrowing
13030         around is still non-intuitive because it isn't perfect and
13031         because entries, etc, grab the arrow keys, but it at least
13032         usually will do what you expect now.
13033         
13034         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
13035         file.
13036
13037         * gtk/gtknotebook.c: Change tabs to be a single item in
13038         the focus chain. Make movement of focus on tabs with arrow
13039         keys wrap around.
13040         
13041         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
13042         CHECK_FIND_CHILD macro to give informative error messages
13043         instead of silent returns.
13044
13045         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
13046         flag since we handle GdkReturn on the tabs.
13047
13048         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
13049         windows rather than sending expose events directly.
13050
13051         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
13052         definition for GtkNotebookPage into .c file, since it is private.
13053
13054         * gtk/testgtk.c (create_notebook): Add option for 
13055         testing borderless notebook.
13056
13057         * gtk/testgtk.c (page_switch): Removed egregious poking
13058         around in GTK+ internals.
13059
13060         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
13061
13062         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
13063         properly through gtk_clist_focus. Make the title headers a
13064         single item in the tab-focus chain, and make left-right wrap
13065         around.
13066
13067         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
13068         focus method so that wrapping around works properly.
13069
13070         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
13071         that is handled for the widget now. 
13072
13073 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
13074
13075         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
13076         widgets as TOPLEVEL.
13077
13078         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
13079         TOPLEVEL widgets are containers.
13080
13081         * gtk/gtkinvisible.h: Remove useless include.
13082
13083 2000-12-11  Havoc Pennington  <hp@redhat.com>
13084
13085         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
13086         Handle chopping off \r\n and 0x2029 in addition to \n before
13087         passing to PangoLayout
13088
13089         * gtk/gtkimcontextsimple.c
13090         (gtk_im_context_simple_get_preedit_string): 
13091         return an empty string if no match is pending
13092
13093         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
13094         assertion that the returned preedit string was sane
13095
13096         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
13097         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
13098         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
13099
13100 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
13101
13102         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
13103         Fix up finalizer to chain to its parent.
13104
13105 2000-12-11  Alexander Larsson  <alexl@redhat.com>
13106
13107         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
13108         Clearified the difference between the keyboard types. Wrote a note
13109         about the magic sysrq key to get out of raw mode.
13110
13111 2000-12-09  James Henstridge  <james@daa.com.au>
13112
13113         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
13114         member to hold masks for detecting the start of a protocol packet.
13115         (mouse_devs): add packet start masks for ps2 and ms device types.
13116         Left the mask for fidmour blank, as I have no idea what it should
13117         be.
13118         (handle_mouse_io): skip bytes until we get to the start of a
13119         packet.  My Logitech mouse seems to be passing an extra NULL pad
13120         byte, and GPM does a similar thing here.
13121         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
13122         this is the ms mouse driver.
13123         (gdk_fb_mouse_ms_packet): fix up button handling, which was
13124         completely broken except for button1.  It was checking the wrong
13125         bit in the packet for the status of the right mouse button, and
13126         wrongly assuming right == button2 rather than 3.  I fixed that and
13127         also added support for middle button (button2).
13128
13129 2000-12-08  Havoc Pennington  <hp@redhat.com>
13130
13131         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
13132         that cause a segfault on text insertion
13133
13134         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
13135         warning
13136
13137         * gtk/gtktextiter.c (test_log_attrs): use
13138         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
13139
13140         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
13141         Get log attrs for a line, using a cache stored on the buffer
13142         
13143         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
13144         reported by Jeff Franks
13145
13146 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13147
13148         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
13149         /dev/ttyS0 -> /dev/mouse
13150
13151 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13152
13153         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
13154         Added dummy gdk_fontset_load.
13155
13156 2000-12-08  Alexander Larsson  <alexl@redhat.com>
13157
13158         * docs/README.linux-fb:
13159         * docs/Makefile.am:
13160         Initial GtkFB docs.
13161         
13162         * gdk/linux-fb/Makefile.am:
13163         Define GDK_DATA_PREFIX.
13164
13165         * gdk/linux-fb/gdkmain-fb.c:
13166         Fix typo.
13167         Change default display to /dev/fb0.
13168
13169         * gdk/linux-fb/gdkpango-fb.c:
13170         Add $(prefix)/share/fonts/ to font path.
13171         
13172 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13173
13174         * gdk/linux-fb/gdkkeyboard-fb.c:
13175         New file containing the abstracted keyboard driver. Most code
13176         taken from gdkinput-ps2.c
13177
13178         * gdk/linux-fb/gdkinput-ps2.c:
13179         Removed file.
13180         
13181         * gdk/linux-fb/Makefile.am:
13182         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
13183
13184         * gdk/linux-fb/gdkcolor-fb.c:
13185         display->fb was renamed to display->fb_fd.
13186
13187         * gdk/linux-fb/gdkcursor-fb.c:
13188         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13189
13190         * gdk/linux-fb/gdkinput.c:
13191         Moved gdk_input_init here from gdkinput-ps2.c
13192
13193         * gdk/linux-fb/gdkmain-fb.c:
13194         display->fb was renamed to display->fb_fd.
13195         Now the tty and the console is opened here instead
13196         of in the keyboard driver. Also check GDK_VT to see what
13197         tty to open.
13198         Move gdk_beep () here from gdkinput-ps2.c
13199         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13200
13201         * gdk/linux-fb/gdkmouse-fb.c:
13202         Add header.
13203         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13204         Return correct keyboard modifiers.
13205         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
13206
13207         * gdk/linux-fb/gdkprivate-fb.h:
13208         Add tty and vt info to display.
13209         Add orignal modeinfo storage to display
13210         Update global functions
13211
13212         * gdk/linux-fb/gdkwindow-fb.c:
13213         Added gdk_fb_window_find_focus().
13214         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13215
13216 2000-12-07  Havoc Pennington  <hp@pobox.com>
13217
13218         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
13219         function, noticed by Alex
13220
13221 2000-12-06  Elliot Lee  <sopwith@redhat.com>
13222
13223         * configure.in: Detect freetype properly
13224
13225         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
13226         above.
13227
13228 2000-12-06  Alexander Larsson  <alexl@redhat.com>
13229
13230         * gdk/linux-fb/Makefile.am:
13231         Add gdkmouse-fb.c
13232         
13233         * gdk/linux-fb/gdkmouse-fb.c:
13234         New file. Abstracted the mouse drivers a bit.
13235
13236         * gdk/linux-fb/gdkcursor-fb.c:
13237         The cursor hide/show functions was moved here from gdkinput-ps2.c.
13238
13239         * gdk/linux-fb/gdkinput-ps2.c:
13240         Removed old mouse handling code. Moved cursor handling code
13241         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
13242         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
13243         gdk_mouse_get_info.
13244
13245         * gdk/linux-fb/gdkmain-fb.c:
13246         Pass NULL pointers for x,y in gdk_mouse_get_info call.
13247
13248         * gdk/linux-fb/gdkprivate-fb.h:
13249         Removed public gdk_fb_find_common_ancestor, added and renamed
13250         functions for the new mouse handling code.
13251
13252         * gdk/linux-fb/gdkwindow-fb.c:
13253         Moved gdk_fb_window_send_crossing_events here. added global
13254         variable gdk_fb_window_containing_pointer. made
13255         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
13256         renamed to gdk_mouse_get_info.
13257
13258 2000-12-06  Alexander Larsson  <alexl@redhat.com>
13259
13260         * gdk/linux-fb/gdkevents-fb.c:
13261         Update to match latest gmain/gsource changes.
13262
13263         * gdk/linux-fb/gdkinput-ps2.c:
13264         Bogus gdk_keymap_get_entries_for_keycode implementation so that
13265         it links. Will be implemented later.
13266
13267 2000-12-03  Havoc Pennington  <hp@pobox.com>
13268
13269         * gdk/Makefile.am: add gdkkeys.[hc]
13270
13271         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
13272         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
13273
13274         * acconfig.h, configure.in: add checks and command line options
13275         for XKB
13276
13277         * gdk/x11/gdkkeys-x11.c: Implement the above functions
13278         
13279         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
13280         and group in the key event
13281
13282         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
13283         field with the low-level hardware key code, and a group
13284         field with the keyboard group
13285
13286         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
13287         and declare a couple globals used for keymap handling
13288         
13289         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
13290         hold down Shift-Control and type a hex number to get a Unicode 
13291         character corresponding to the hex number
13292         (gtk_im_context_simple_get_preedit_string): Fix cursor position
13293         (return bytes not chars)
13294
13295 2000-12-05  Elliot Lee  <sopwith@redhat.com>
13296
13297         * gdk/gdkcolor.h: Make GdkColor specify element sizes
13298         to avoid waste on 64-bit platforms.
13299
13300 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
13301
13302         * INSTALL: Fix link to PNG home, remove reference
13303         to fribidi.
13304
13305         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
13306         
13307         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
13308         tested.)
13309
13310         * gtk/gtkcheckmenuitem.c: Permanently turn on
13311         always_show_toggle.
13312
13313         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
13314         be NULL. (Vladimir Klebanov, #26545)
13315
13316         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
13317         some signed/unsigned comparison problems. (#6510,
13318         David Kaelbling)
13319
13320         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
13321         return type to boolean (Oskar Liljeblad, #18648)
13322
13323 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13324
13325         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
13326         Remove bogus colormap setting.
13327
13328 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13329
13330         * gdk/linux-fb/gdkcolor-fb.c:
13331         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
13332
13333         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
13334         Must set colormap.
13335         
13336 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
13337
13338         * docs/tutorial/gtk-tut.sgml: DND updates
13339
13340 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
13341
13342         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
13343         Remove old debug g_warning().
13344         (gdk_fb_draw_drawable): The src argument can be either a wrapper
13345         or an implementation, just pass the implementation to draw_drawable_2.
13346         
13347         * gdk/linux-fb/gdkprivate-fb.h:
13348         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
13349
13350         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
13351         clear and invalidate area when window is destroyed.
13352         (send_map_events): Remove old commented out code.
13353
13354 2000-12-05  Alexander Larsson  <alexl@redhat.com>
13355
13356         * gdk/linux-fb/gdkpango-fb.c:
13357         Use italic instead of oblique in font aliases.
13358         
13359         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
13360         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
13361         other unsupported functions.
13362
13363 2000-12-04  Havoc Pennington  <hp@redhat.com>
13364
13365         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
13366
13367         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
13368
13369         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
13370
13371         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
13372         hack to avoid infinite loops (synthetic expose event) - 
13373         Owen has more appropriate fixes in a branch he'll check in later.
13374
13375         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
13376         separator, CR, and CRLF as line ends
13377
13378         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
13379         into lines using pango_find_paragraph_boundary(); other bits of
13380         the widget are still going to be broken if the boundary isn't '\n'
13381         though
13382
13383 2000-12-04  Alexander Larsson  <alexl@redhat.com>
13384
13385         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
13386         multiply.
13387
13388         * gdk/linux-fb/gdkpango-fb.c:
13389         Copied some 26.6 scaling macros from pango to clean up the rounding.
13390         (pango_fb_font_get_glyph_info): Correct sign on x value.
13391
13392         * gdk/linux-fb/gdkprivate-fb.h:
13393         Removed unreferenced external functions.
13394
13395         * modules/linux-fb/Makefile.am: Use ` instead of '.
13396
13397         * modules/linux-fb/basic.c:
13398         Remove dead code. In particular the dummy lang engine which broke all
13399         pango layouts in GtkFB. Don't include tables-big.i anymore.
13400
13401         * modules/linux-fb/tables-big.i:
13402         Upgrade to latest version from pango. Left for reference, basic_ranges
13403         moved to basic.c.
13404         
13405 2000-12-04  Havoc Pennington  <hp@redhat.com>
13406
13407         Fix bugs Alex found:
13408         
13409         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
13410         to "draw"
13411
13412         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
13413
13414         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
13415
13416         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
13417         implementation in here, apparently the expose() implementation was
13418         dead code.
13419
13420 2000-12-04  Alexander Larsson  <alexl@redhat.com>
13421
13422         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
13423         Return positive descent.
13424
13425 2000-12-02  Havoc Pennington  <hp@pobox.com>
13426
13427         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
13428         method and signal
13429         
13430         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
13431         calls gdk_window_process_updates() to push the exposes through
13432         (gtk_widget_class_init): No more draw signal, no
13433         gtk_widget_real_draw()  
13434         
13435         * gtk/gtkbin.c (gtk_bin_draw): remove
13436
13437         * gtk/gtkbox.c (gtk_box_draw): remove
13438
13439         * gtk/gtkbutton.c (gtk_button_draw): remove
13440
13441         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
13442
13443         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
13444
13445         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
13446
13447         * gtk/gtkclist.c (gtk_clist_draw): remove
13448
13449         * gtk/gtkentry.c (gtk_entry_draw): remove
13450
13451         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
13452
13453         * gtk/gtkfixed.c (gtk_fixed_draw): remove
13454
13455         * gtk/gtkframe.c (gtk_frame_draw): remove
13456
13457         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
13458
13459         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
13460
13461         * gtk/gtklayout.c (gtk_layout_draw): remove
13462
13463         * gtk/gtklist.c (gtk_list_draw): remove
13464
13465         * gtk/gtklistitem.c (gtk_list_item_draw): remove
13466
13467         * gtk/gtkmenu.c (gtk_menu_draw): remove
13468
13469         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
13470
13471         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
13472
13473         * gtk/gtknotebook.c (gtk_notebook_draw): remove
13474
13475         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
13476
13477         * gtk/gtkpacker.c (gtk_packer_draw): remove
13478
13479         * gtk/gtkrange.c (gtk_range_draw): remove
13480
13481         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
13482
13483         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
13484
13485         * gtk/gtktable.c (gtk_table_draw): remove
13486
13487         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
13488
13489         * gtk/gtktext.c (gtk_text_draw): remove
13490
13491         * gtk/gtktextview.c (gtk_text_view_draw): remove
13492
13493         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
13494
13495         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
13496
13497         * gtk/gtktree.c (gtk_tree_draw): remove
13498
13499         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
13500
13501         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
13502
13503         * gtk/gtkviewport.c (gtk_viewport_draw): remove
13504
13505         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
13506
13507         * gtk/gtkvscale.c (gtk_vscale_draw): remove
13508
13509         * gtk/gtkwindow.c (gtk_window_draw): remove
13510
13511 2000-20-01  Anders Carlsson  <andersca@gnu.org>
13512
13513         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
13514         a GtkToggleButton is both insensitive and active, it was being
13515         drawn by the GtkButton draw handler which doesn't check the
13516         state. Now it's calling gtk_toggle_button_paint instead.
13517         
13518 2000-12-01  Havoc Pennington  <hp@redhat.com>
13519
13520         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
13521         dangling pointers to the appearance attributes from the 
13522         line display
13523
13524         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
13525         width/height to mean "full width/height of drawable"
13526
13527         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
13528         click to select word/line
13529         
13530         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
13531         when getting log attrs. Get a slice, so that pixmaps and stuff
13532         are properly handled.
13533
13534         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
13535         paste into the selection (replaces selection now, previously
13536         crashed or added to selection). Reveals longstanding btree bug -
13537         select multiple lines, middle-click on the selection, boom. This
13538         isn't related to my changes though.
13539
13540         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
13541         PangoLogAttrs changes
13542         (gtk_entry_move_backward_word): ditto
13543
13544         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
13545         functions return bool whether the iter moved onto a
13546         dereferenceable position.
13547  
13548         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
13549         functions for motion in terms of display lines.
13550
13551         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
13552         get the buffer a mark is inside
13553         
13554 2000-12-01  Alexander Larsson  <alexl@redhat.com>
13555
13556         * gdk/linux-fb/Makefile.am:
13557         * modules/linux-fb/Makefile.am:
13558         Freetype 2 final uses freetype-config
13559
13560         * gdk/linux-fb/gdkpango-fb.c:
13561         Upgrade to use Freetype 2 final.
13562         More flexible support for font aliases, this also fixes a bug with
13563         GtkFontSelector, as the aliases must be visible in the font/family list,
13564         or GtkFontSelector reads uninitialized memory.
13565
13566 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
13567
13568         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
13569         XGetIMValues to properly terminate variable argument list, and do
13570         NULL return check for ic_values and xim_styles.
13571
13572         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
13573         Restore preedit state after XmbResetIC().
13574         
13575         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
13576         XvaCreateNestedList() should take XvaNestedList, but not
13577         XvaNestedList*.
13578
13579         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
13580         preedit_draw_callback, preedit_caret_callback): Match
13581         "preedit-changed" signal name to "preedit_changed" to be
13582         consistent to the spec.
13583
13584         * gtk/gtkimcontextsimple.c (check_table):
13585         Match "preedit-changed" to "preedit_changed" to be consistent
13586         to the spec.
13587
13588 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
13589
13590         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
13591         gc->clip_region == NULL>
13592
13593 2000-11-30  Tor Lillqvist  <tml@iki.fi>
13594
13595         Changes by Hans Breuer:
13596         
13597         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
13598         Dont't use negative width and height as max_hints. This fixes
13599         Owen's recent testgtk changes for win32.
13600
13601         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
13602         gdk_win32_hdc_release): These are exported and may be called with
13603         other drawable types than our GdkDrawableImplWin32 (?).
13604
13605         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
13606         so always #define USE_BACKING_STORE.
13607
13608         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
13609         of printf for debugging output.
13610
13611         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
13612         
13613         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
13614
13615         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
13616         declaration.
13617
13618         * gtk/gtktexttypes.h: Ditto.
13619
13620         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
13621         (GDK_VoidSymbol) also if in case of arg check failure.
13622
13623         * gtk/gtkimcontextsimple.c
13624         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
13625         position to the pointer, but to the variable it points to.
13626
13627         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
13628
13629         * gtk/gtk.def: Updates.
13630
13631 2000-11-29  Elliot Lee  <sopwith@redhat.com>
13632
13633         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
13634         GTK_TYPE_TREE_MODEL.
13635
13636 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13637
13638         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
13639         Set the size of the font from the description.
13640         (gdk_text_width): Gross hack that calculates the width
13641         of text by text_length * size/2. This is necessary because
13642         GtkLabel does some ugly gtk_string_width call to calculate
13643         an good size.
13644         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
13645
13646 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
13647
13648         * docs/tutorial/gtk-tut.sgml: DND updates
13649
13650 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13651
13652         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
13653         If you pass width or height == 0 to gdk_window_clear_area they
13654         should be calculated from the window size.
13655
13656 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13657
13658         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
13659         a grab, but no grab-cursor, use the cursor from the grabbed
13660         window. (gdk_fb_window_send_crossing_events): Send normal
13661         enter/leave notifications if grab and owner_events == TRUE.
13662
13663 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13664
13665         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
13666         Do implicit button grabs, even if the window doesn't
13667         want the event.
13668         (gdk_fb_window_send_crossing_events): If there is a
13669         grab, only the grabbed window gets normal enter/leave
13670         notifications. On ungrab go from grabbed window to current.
13671         Don't send any notification to b when propagating from c -> b.
13672         If setting a grab on window, don't set prev_window.
13673         (handle_mouse_input): Send enter/leave events to the window the
13674         mouse is over, not the grabbed one.
13675         
13676 2000-11-28  Elliot Lee  <sopwith@redhat.com>
13677
13678         * gdk/gdkregion-generic.c: Zap warning.
13679         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
13680         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
13681
13682 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
13683
13684         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
13685         The cursor should be hidden if it is part of either the
13686         source or destination region. Not only if it is in both.
13687         (gdk_window_set_transient_for): Silence warnings.
13688
13689 2000-11-28  Alexander Larsson  <alexl@redhat.com>
13690
13691         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
13692         The default mode in X is Pie Arcs, therefore that is
13693         what Gtk+ uses.
13694
13695 2000-11-28  Alexander Larsson  <alexl@redhat.com>
13696
13697         * gdk/linux-fb/gdkinput-ps2.c:
13698         Implement correct EnterNotify/LeaveNotify:
13699         (gdk_fb_window_send_crossing_events): New function that sends
13700         all GdkCrossingEvents from the last mouse-window to the specified
13701         destination.
13702         (gdk_fb_window_visibility_crossing): Removed function.
13703         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
13704         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
13705         instead of gdk_window_get_pointer() for better readability.
13706
13707         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
13708         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
13709
13710         * gdk/linux-fb/gdkprivate-fb.h:
13711         removed gdk_fb_window_visibility_crossing, added
13712         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
13713
13714         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
13715         New function that finds the least common ancestor of two windows.
13716         (gdk_window_show, gdk_window_hide):
13717         Use gdk_fb_window_send_crossing_events.
13718         (gdk_fb_window_move_resize): Send configure events to toplevel
13719         windows. Use gdk_fb_window_send_crossing_events.
13720
13721 2000-11-27  Havoc Pennington  <hp@redhat.com>
13722
13723         * gtk/gtkprivate.h (enum): Remove a trailing comma
13724
13725 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
13726
13727         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
13728         the "changed" callback of the adjustment.  We need to redraw the
13729         spin button's arrows when the adjustment's range changes.
13730         (adjustment_changed_cb): Draw the arrows.
13731         (gtk_spin_button_value_changed): Draw the arrows.
13732
13733 2000-11-23  Alexander Larsson  <alexl@redhat.com>
13734
13735         * gdk/linux-fb/gdkselection-fb.c:
13736         Initial selection implementation.
13737
13738         * gtk/gtkselection.c:
13739         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
13740         requestor in gtk_selection_request.
13741         
13742         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
13743         Added gdk_selection_property atom.
13744
13745         * gdk/linux-fb/gdkprivate-fb.h:
13746         Export _gdk_selection_window_destroyed.
13747         Removed mask_off_x/y from GdkCursorPrivateFB.
13748         Removed hbearing, added top, left to PangoFBGlyphInfo.
13749
13750         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
13751         Call _gdk_selection_window_destroyed
13752         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
13753         the root window has been created.
13754         (static_dx_hack, static_dy_hack, compare_draw_rects,
13755         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
13756         in region. They are already sorted. Instead just traverse them in
13757         reverse if draw_direction < 0.
13758         
13759         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
13760         Double-clicks must be sent after the normal button_press.
13761         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
13762         
13763         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
13764         Pass _gdk_fb_screen_gc instead of NULL.
13765
13766         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
13767         Initialize gdk_selection_property.
13768         (gdk_event_make): Remove unused code.
13769
13770         * gdk/linux-fb/gdkcursor-fb.c:
13771         Make the pixmap for the cursor the same size as the mask. Also remove
13772         the mask_off_x/y fields in GdkCursorPrivateFB and combine
13773         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
13774         Now the whole cursor is visible.
13775
13776         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
13777         Fix bug where xdest+height instead of ydest+height was used
13778         to calculate if the source and dest overlapped. This fixes the
13779         redraw bug when the main window in testgtk was scrolled when
13780         partially covered by a tall window.
13781         Copy rectangles in region in order depending on draw_direction.
13782         Also moved the draw_direction flipping of start_y and end_y into
13783         the gc functions, as this might not be what all of them want.
13784         (gdk_fb_draw_lines): Support dashed lines.
13785         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
13786         so that the text is positioned correctly (was 1 pixel high).
13787
13788         gdk/linux-fb/gdkgc-fb.c:
13789         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
13790         all lines were drawn a pixel to short. Also checked the default of
13791         the rest of the values, and they're the same as X now.
13792
13793         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
13794         Clean up pixel positioning of the glyphs. Just use bgy->top and
13795         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
13796         to all divisions to get correct rounding behaviour.
13797
13798         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
13799         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
13800         Moved start_y/end_y flip into draw_drawable implementations.
13801         Flip also x rendering when draw_direction < 0.
13802         Remove unneccesary multiply with draw_direction.
13803
13804 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
13805
13806         * docs/tutorial/gtk-tut.sgml:
13807           - get rid of gtk_toggle_button_toggled FUD
13808           - start DND section - needs work - based on:
13809                 http://wolfpack.twu.net/docs/gtkdnd/
13810
13811 2000-11-22  Alexander Larsson  <alexl@redhat.com>
13812
13813         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
13814         Correct calculation of font metrics. Now GtkEntrys have sane
13815         size.
13816
13817 2000-11-22  Alexander Larsson  <alexl@redhat.com>
13818
13819         * gdk/gdktypes.h:
13820         Add new type GdkSpan
13821         
13822         * docs/reference/gdk/gdk-sections.txt,
13823         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
13824         gdk/gdkregion.h:
13825         Implement and document gdk_region_spans_intersect_foreach.
13826
13827         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
13828         Add new file gdkrender-fb.c which contains all core
13829         rendering code.
13830         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
13831         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
13832         (optimized rectangle fillers).
13833
13834         * gdk/linux-fb/gdkdrawable-fb2.c:
13835         Move all rendering code to gdkrender-fb.c.
13836         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
13837         Use the new span intersection functions in gdk_fb_fill_spans.
13838         gdk_fb_draw_rectangle() clips filled rectangles and calls
13839         gc->fill_rectangle with the result.
13840         gdk_fb_fill_spans() gets extra argument "sorted".
13841
13842         * gdk/linux-fb/gdkevents-fb.c:
13843         Remove unused includes and defines.
13844         New function gdk_fb_get_time() to get correct time for events.
13845
13846         * gdk/linux-fb/gdkinput-ps2.c:
13847         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
13848         Make sure to set the time of all events.
13849
13850         * gdk/linux-fb/gdkmain-fb.c:
13851         Use gdk_fb_get_time ().
13852
13853         * gdk/linux-fb/gdkprivate-fb.h:
13854         New virtual GC calls: fill_span & fill_rectangle.
13855         Export gdk_fb_get_time().
13856         gdk_fb_fill_spans() gets extra argument "sorted".
13857
13858         * gdk/linux-fb/mi*.c:
13859         Use GdkSpan instead of GdkRectangle.
13860         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
13861         from XFree 4 source)
13862         
13863 2000-11-22    <jrb@redhat.com>
13864
13865         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
13866         reversing the order in an if statement will do.  Doing so managed
13867         to make the treemodelsort half work.  Other half will follow after
13868         I get the insert function fully fixed.
13869
13870 2000-11-21  Elliot Lee  <sopwith@redhat.com>
13871         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
13872         more than 2 bits. Besides, I need to implement an evil hack. :)
13873
13874 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
13875
13876         * docs/tutorial/gtk-tut.sgml: minor corrections
13877
13878 2000-11-20  Jonathan Blandford <jrb@redhat.com>
13879         * gtk/gtktreemodelsort.h: Add convertion functions to let you
13880           convert to and from relative path's and iters.
13881
13882         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
13883           testing sorting functions a bit better.  Currently broken -- will
13884           fix in morning.
13885
13886 2000-11-20  Havoc Pennington  <hp@redhat.com>
13887
13888         * gtk/gtkwidget.c: Documented a bunch of functions in here
13889         (gtk_widget_realize): Warn if you try to realize
13890         a widget with no parent that isn't a toplevel
13891         (gtk_widget_intersect): return a gboolean
13892
13893 2000-11-20  Havoc Pennington  <hp@redhat.com>
13894
13895         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
13896         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
13897         scrolling to be implemented in GDK to finish. Also, right now
13898         we just size_allocate all children on every layout change,
13899         which is pretty lame. Test commented out of testtext.c, 
13900         until it works better.
13901
13902 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
13903
13904         * gdk/linux-fb/gdkdrawable-fb2.c:
13905         Removed unused arguments from gdk_fb_drawable_get_pixel().
13906
13907         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
13908         Renamed fidur specific mouse packet data in MouseDevice to
13909         generic. Used it in ps2 mouse handling code to avoid blocking
13910         reads.
13911
13912 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
13913
13914         * demos/gtk-demo/main.c: Changed to have the list become
13915         non-italic when the demo window is destroyed through an external
13916         event (like a close button).  Doing so found three bugs in the
13917         widget.
13918
13919         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
13920
13921         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
13922         we actually set the cell.
13923
13924         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
13925
13926         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
13927         free a leaked path.  Thanks memprof.
13928
13929 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
13930
13931         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
13932         off-by-one error when destroying allocated segments
13933         on failure. (Elliot)
13934
13935 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
13936
13937         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
13938         memleaks found by Evan Martin.
13939
13940 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
13941
13942         * Released 1.3.2
13943         
13944         * NEWS: Updates for 1.3.2
13945
13946 2000-11-17  Tor Lillqvist  <tml@iki.fi>
13947
13948         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
13949         but in general for window system specific events.
13950
13951         * gtk/gtk.def
13952         * gtk/makefile.mingw.in
13953         * gtk/makefile.msc.in: Update.
13954         
13955         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
13956
13957 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
13958
13959         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
13960         distribute gtk.immodules.
13961
13962         * gtk/Makefile.am (install-data-local): Don't install the
13963         gtk.immodules file created for the uninstalled modules;
13964         instead run gtk-query-immodules after install
13965
13966 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
13967
13968         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
13969         -rpath to the right install location.
13970
13971         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
13972         -export-dynamic.
13973
13974         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
13975         properly.
13976
13977 2000-11-15  Havoc Pennington  <hp@pobox.com>
13978
13979         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
13980         patch from Mikael Hermansson to temporarily stop blinking while
13981         the user is using the keyboard to type or navigate. 
13982
13983         Also, when blinking, stay on for longer than we stay off. Also,
13984         return from start_cursor_blink if !cursor_visible, to save
13985         checking that flag all over the place before we call
13986         start_cursor_blink.
13987
13988 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
13989
13990         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
13991         only contain a "fontset" line, which is now ignored.
13992
13993         * gtk/gtkentry.c (gtk_entry_button_release): Make 
13994         double-click-to-select-word work.
13995         
13996 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
13997
13998         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
13999         Don't move back one char when we are actually at the end of the 
14000         paragraph.
14001
14002 2000-11-15  Robert Brady  <robert@suse.co.uk>
14003
14004         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
14005         'o' < 'p'.
14006         
14007         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
14008         bind_textdomain_codeset.
14009
14010         (gtk_init_check): Make the warning about translating default:LTR
14011         sterner.
14012         
14013 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
14014
14015         * **/Makefile.am : remove unecessary rules for win32-specific
14016         config-substituted targets. If you want these rules, use
14017         --enable-maintainer-mode (called automatically by autogen.sh).
14018         Stops a lot of unneccessary make-time warnings.
14019
14020         * gtk/gtktext{layout,display}.c: Factor in total width as
14021         well as screen when figuring alignment for word-wrap as well as
14022         no wrap; this is necessary to handle lines that cannot be wrapped
14023         at all.
14024
14025 2000-11-15  Havoc Pennington  <hp@redhat.com>
14026
14027         * gtk/testtext.c: Implement essential color cycling feature
14028
14029 2000-11-15  Havoc Pennington  <hp@redhat.com>
14030
14031         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
14032         when we invalidate the main window.
14033
14034         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
14035         GtkTextView will now invalidate the side windows for us when text
14036         changes.
14037
14038 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
14039
14040         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
14041         unconditionally, since we may need to update the horizontal
14042         scrollbars even if the height didn't change.
14043
14044         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
14045         the extra attrs, since some of them affect size.
14046
14047         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
14048         x_offset correctly.
14049
14050 2000-11-15  Havoc Pennington  <hp@redhat.com>
14051
14052         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
14053         don't move the first line out into the margin, instead move the
14054         whole paragraph in order to make space for the first line within 
14055         the margin
14056
14057 2000-11-15  Havoc Pennington  <hp@redhat.com>
14058
14059         * gtk/gtktextview.c (changed_handler): offset redraw rect by
14060         xoffset in addition to yoffset, so horizontal scrolling doesn't
14061         break redraws
14062
14063 2000-11-15  Havoc Pennington  <hp@redhat.com>
14064
14065         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
14066         from the cursor
14067         (render_layout_line): fix reversed test that caused weird
14068         underlines to get drawn
14069
14070 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14071
14072         * gdk/linux-fb/gdkprivate-fb.h:
14073         Fix debug macros.
14074         
14075 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14076
14077         * gdk/linux-fb/gdkprivate-fb.h:
14078         Added virtual functions set_pixel, get_color,
14079         fill_span and draw_drawable to the GC.
14080         Added global _gdk_fb_screen_gc to use instead of
14081         NULL when drawing to the screen.
14082         Added _gdk_fb_gc_calc_state() prototype.
14083
14084         * gdk/linux-fb/gdkgc-fb.c:
14085         Call _gdk_fb_gc_calc_state() on any gc state change.
14086
14087         * gdk/linux-fb/gdkglobals-fb.c:
14088         Add _gdk_fb_screen_gc
14089                 
14090         * gdk/linux-fb/gdkdrawable-fb2.c:
14091         _gdk_fb_gc_calc_state() calculates best functions
14092         for the GC state and depth.
14093         Moved bpp specialized code to separate functions.
14094         Added optimized 24 bpp AA draw_drawable.
14095
14096         * gdk/linux-fb/gdkevents-fb.c:
14097         Silence gcc warning.
14098
14099         * gdk/linux-fb/gdkimage-fb.c:
14100         Use _gdk_fb_screen_gc
14101
14102         * gdk/linux-fb/gdkwindow-fb.c:
14103         Init and use _gdk_fb_screen_gc
14104
14105         * gdk/linux-fb/mitypes.h:
14106         Remove unused types.
14107
14108 2000-11-14  Havoc Pennington  <hp@pobox.com>
14109
14110         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
14111         to pixels
14112
14113 2000-11-14  Havoc Pennington  <hp@pobox.com>
14114
14115         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
14116
14117         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
14118         unknown char, no real reason we were using a variable. 
14119         Remove gtk_text_unknown_char variable. Fix all the text widget
14120         files accordingly.
14121
14122         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
14123         since the Unicode spec seems to prefer that character for our
14124         purposes.
14125
14126 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
14127
14128         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
14129         value of g_getenv() isn't freeable, so g_strdup it.
14130
14131         * modules/input/inuktitut.c: Inuktitut input method.
14132
14133         * modules/input/Makefile.am: Build this.
14134         
14135 2000-11-14  Elliot Lee  <sopwith@redhat.com>
14136
14137         * gtk/Makefile.am: Install gtk.immodules, needed for operation
14138         of gtk programs.
14139
14140 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
14141
14142         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
14143         reversed > that was causing Home to go to end of previous line.
14144
14145         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
14146         modified-keypresses (leave for bindings.)
14147
14148         * modules/input/Makefile.am: Remove useless -export-dynamic
14149         from module LDFLAGS.
14150
14151 2000-11-14  Havoc Pennington  <hp@redhat.com>
14152
14153         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
14154         higher.
14155
14156         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
14157         account. Also, render rise, underline, background, etc. for
14158         pixbufs as well as text. Also, draw underlines one pixel higher.
14159
14160         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
14161         PangoAttribute for the rise, so it gets drawn properly. Also,
14162         add the GtkTextAppearance attribute for pixbuf/widget segments
14163         as well; we should go ahead and have rise, underline, background,
14164         stipple work for those
14165
14166         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
14167         Pango
14168
14169 2000-11-15  Tor Lillqvist  <tml@iki.fi>
14170
14171         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
14172
14173         * gtk/gtk.def: Update.
14174
14175         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
14176         included.
14177         (gtk_rc_get_im_module_file): Use run-time installation directory
14178         on Win32.
14179
14180         * gdk/win32/rc/gdk.rc: Remove.
14181         * gdk/win32/rc/gdk.rc.in: New file.
14182         * gdk/win32/rc/Makefile.am: New file
14183         * gdk/win32/Makefile.am: Corresponding changes.
14184
14185         * gtk/gtk.rc: Remove.
14186         * gtk/gtk-win32.rc.in: New file.
14187         * gtk/Makefile.am: Corresponding changes.
14188
14189         * configure.in: Corresponding changes.
14190
14191         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
14192         has a built gtkcompat.h. Developers using CVS code on Win32 can
14193         hand-edit it from gtkcompat.h.in.
14194
14195         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
14196         gtkcompat.h from gtkcompat.h.win32.
14197
14198 2000-11-14  Havoc Pennington  <hp@redhat.com>
14199
14200         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
14201         to default to GDK_ACTION_MOVE if the drag is within a single
14202         widget. Defaults to GDK_ACTION_COPY between widgets.
14203
14204 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
14205
14206         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
14207
14208         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
14209
14210         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
14211         srcdir != builddir
14212
14213         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
14214
14215         * configure.in (GTK_VERSION): Up to 1.3.2
14216
14217         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
14218         gtkimcontextxim.h
14219
14220         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
14221         missing doc comment.
14222
14223 2000-11-14  Alexander Larsson  <alexl@redhat.com>
14224
14225         * modules/linux-fb/basic.c:
14226         Use the glib iconv wrappers.
14227
14228 2000-11-13  Havoc Pennington  <hp@pobox.com>
14229
14230         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
14231         still more bugs.
14232
14233         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
14234         scroll the GdkWindows before realization.
14235
14236 2000-11-13  Havoc Pennington  <hp@redhat.com>
14237
14238         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
14239         where GC didn't always get updated properly
14240
14241         * demos/gtk-demo/textview.c (create_tags): Use subattributes
14242         of fonts instead of setting the entire font
14243
14244         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
14245         setting entire font
14246
14247         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
14248
14249         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
14250         a bunch of individually-settable font attributes. You can still 
14251         use the "font" and "font_desc" args, they just set all the font
14252         attributes at once.
14253
14254 2000-11-13 Elliot Lee <sopwith@redhat.com>
14255
14256         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
14257
14258 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
14259
14260         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
14261         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
14262
14263         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
14264         work better.
14265
14266 2000-11-13  Havoc Pennington  <hp@redhat.com>
14267
14268         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
14269         the module file.
14270
14271         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
14272         dest->language
14273
14274         * gtk/testtext.c: Test pixels above/below/inside paragraphs
14275         settings
14276
14277         * gtk/gtktextview.c: Implement object args and setters/getters for
14278         all the aspects of the GtkTextAttributes that are not set from
14279         GtkWidget attributes. This is spacing, justification, margins,
14280         etc.
14281
14282         (gtk_text_view_set_arg)
14283         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
14284         args
14285         (gtk_text_view_class_init): Add args for justify, left_margin,
14286         right_margin, indent, and tabs
14287         
14288
14289         * gtk/gtktextlayout.c (set_para_values): fix to display indent
14290         attribute properly
14291
14292         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
14293         replace with indent attribute
14294
14295         * gtk/gtktextlayout.c (set_para_values): multiply indent by
14296         PANGO_SCALE
14297
14298         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
14299         rearranging code to do that
14300         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
14301         i.e. don't subtract the top_margin first, just to keep
14302         all margin-futzing in one place.
14303
14304         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
14305
14306         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
14307         special case of last line, Pango now handles this itself.
14308         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
14309         Y coordinate
14310         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
14311         (find_display_line_above): wasn't moving the byte index as it
14312         iterated over lines, so always returned byte 0. Also, port to use
14313         PangoLayoutIter.
14314         (find_display_line_below): same problem as
14315         find_display_line_above. Also, port to use PangoLayoutIter.
14316
14317 2000-11-13  Alexander Larsson  <alexl@redhat.com>
14318
14319         * gdk/linux-fb/*.[ch]:
14320         Massive reindent to gtk+ standard. My hands hurt.
14321
14322         * gdk/linux-fb/gdkcolor-fb.c:
14323         Move GdkColorPrivateFB from inherited to windowing_data
14324
14325         * gdk/linux-fb/gdkcursor-fb.c:
14326         _gdk_cursor_new_from_pixmap made static
14327
14328         * gdk/linux-fb/gdkdnd-fb.c:
14329         GdkDragContextPrivate moved to windowing_data
14330
14331         * gdk/linux-fb/gdkdrawable-fb2.c:
14332         Removed endian.h, use glib endianness macros instead
14333         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
14334         and GDK_DRAWABLE_IMPL_FBDATA
14335
14336         * gdk/linux-fb/gdkfont-fb.c:
14337         Add empty gdk_font_load(). Needed for linking of Gtk+.
14338
14339         * gdk/linux-fb/gdkimage-fb.c:
14340         Removed endian.h, use glib endianness macros instead
14341         Moved GdkImagePrivateFB to windowing_data
14342         gdk_image_new_bitmap didn't always allocate enough
14343         memory.
14344
14345         * gdk/linux-fb/gdkinput-ps2.c:
14346         Added semi-working support for MS serial mice.
14347
14348         * gdk/linux-fb/gdkprivate-fb.h:
14349         s/GdkWindowPrivate/GdkWindowObject/
14350         Removed GdkWindowPrivate typedef
14351         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
14352         Removed GDK_DRAWABLE_P
14353         Move GdkColorPrivateFB from inherited to windowing_data
14354         Moved GdkImagePrivateFB to windowing_data
14355
14356         * gdk/linux-fb/gdkvisual-fb.c:
14357         Removed some unused debug code.
14358
14359         * gdk/linux-fb/gdkwindow-fb.c:
14360         Use stock cursors instead of including X headers.
14361         s/GdkWindowPrivate/GdkWindowObject/
14362
14363         * gdk/linux-fb/mitypes.h:
14364         Removed unused types.
14365
14366         * modules/linux-fb/basic.c:
14367         Use the pango fribidi wrappers.
14368
14369 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
14370
14371         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
14372         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
14373         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
14374         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
14375         GEqualFunc where applicable.
14376         
14377         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
14378         pango_font_description_equal as changed in pango.
14379         
14380         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
14381
14382         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
14383
14384         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
14385
14386         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
14387
14388         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
14389
14390         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
14391
14392         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
14393         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
14394
14395         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
14396         gtk_rc_styles_compare -> gtk_rc_styles_equal.
14397
14398 2000-11-12  Havoc Pennington  <hp@pobox.com>
14399
14400         * demos/gtk-demo/Makefile.am (democodedir): change demo install
14401         dir to datadir/gtk+-2.0/demo
14402
14403         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
14404         sorts of text widget and Pango font bugs. Urgh.
14405
14406         * demos/gtk-demo/Makefile.am (demos): Add textview.c
14407
14408         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
14409         tree that you should double click to see the demo. Fix 
14410         types of variables to reflect changed return values from 
14411         GtkTreeStore and GtkTreeViewColumn constructors.
14412
14413         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
14414         newly-created buffer to prepare for GObject semantics
14415
14416         * gtk/testtext.c: don't leak the buffer with GObject semantics
14417
14418         * gtk/testtextbuffer.c: ditto
14419         
14420 2000-11-12  Havoc Pennington  <hp@pobox.com>
14421
14422         Rename this testgtk to gtk-demo to avoid confusion, and 
14423         install it so people can use it as a supplement to 
14424         the documentation.
14425         
14426         * demos/gtk-demo: Moved from demos/testgtk
14427
14428         * demos/testgtk: Removed
14429
14430         * configure.in: make Makefile in gtk-demo
14431         
14432         * demos/gtk-demo/Makefile.am: Install sample source to 
14433         datadir/gtk-demo (maybe there's a better place?), and 
14434         rename the binary to gtk-demo
14435         
14436         * demos/gtk-demo/main.c (load_file): Load installed sample
14437         source if source isn't found in pwd.
14438
14439 2000-11-09  Havoc Pennington  <hp@pobox.com>
14440
14441         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
14442         argument to set the char displayed when visibility == FALSE
14443         (gtk_entry_create_layout): If !entry->visible, replace 
14444         all chars with the "invisible char"
14445
14446         * gtk/testgtk.c: Test the invisible_char deal
14447         
14448 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
14449
14450         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
14451         can't get a native font in the right encoding.
14452
14453 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
14454
14455         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
14456         respectively.
14457
14458 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
14459
14460         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
14461         Fix warning when moving between paragraphs.
14462
14463         * gtk/gtkentry.[ch]: Change move => move_cursor, 
14464         delete => delete_from_cursor, insert => insert_at_cursor
14465
14466 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
14467
14468         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
14469
14470         * modules/input/imthai-broken.c: A Thai input method for use if
14471         Thai keys are really generating Latin1 keysyms.
14472
14473         * modules/input/Makefile.am: Build these.
14474
14475 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
14476
14477         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
14478         g_filename_{to,from}_utf8 now takes an extra parameter.
14479
14480         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
14481         strftime into UTF-8.
14482
14483         (column_from_x, gtk_calendar_paint_day_names): Support RTL
14484         calendars.
14485
14486         (gtk_calendar_paint_day_names): Draw day names in the right 
14487         place.
14488         
14489 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
14490
14491         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
14492         problem with using result of g_get_charset() backwards -
14493         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
14494
14495         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
14496         negative min_width/height and max_width/height to
14497         mean "requisition"; this allows setting a window
14498         to be user-resizable in only one direction easily.
14499
14500         * gtk/testgtk.c (create_main_window): Remove hard-coded
14501         usize - set a default size in the vertical direction.
14502
14503 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
14504
14505         * gtk/gtkrange.c: Add some missing casts. Support 
14506         2 and 3 button clicks on the arrows to mean 
14507         "move by pages" and "jump to end". (Like gtkspinbutton)
14508
14509 2000-11-12 Hans Breuer <Hans@Breuer.Org>
14510
14511         * gdk/win32/makefile.msc : reflect build module changes
14512
14513         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
14514         from GdkPixmap*, cast implementation member instead.
14515
14516         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
14517         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
14518         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
14519         more Gdi functions return value checking. 
14520         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
14521         GdkImagePrivateWin32 *.
14522
14523         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
14524         menus useable again. Add #pragma message to keep reminded on this issue.
14525         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
14526         windows. This allows to enable backing store on Win32!
14527
14528         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
14529         in drawable is of impl type. Correct specific type checks appropriate.
14530  
14531         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
14532         GDK_WINDOW_DESTROYED before allocating new resources.
14533
14534         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
14535
14536         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
14537         (gdk_window_foreign_new) initialize parent handle.
14538         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
14539
14540         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
14541         Let the GDI invalidate the window on MoveWindow call to fix scrolling
14542         problems (e.g. main buttons in testgtk). 
14543
14544 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
14545
14546         * gtk/gtkentry.c (gtk_entry_key_press): Call 
14547         gtk_widget_activate for GDK_Return.
14548
14549         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
14550         of preedit cursor position.
14551
14552 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
14553
14554         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
14555         static.
14556
14557 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
14558
14559         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
14560         out support for multiple locales; that simple doesn't
14561         work reliably with current Xlib
14562
14563         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
14564         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
14565         Add support for positioning the cursor within the preedit string.
14566
14567 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
14568
14569         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
14570         at XIM input method module.
14571
14572         * gtk/gtktextview.c: Check for bindings after passing
14573         events to im context filter.
14574
14575 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
14576
14577         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
14578         empty attribute lists properly.
14579
14580 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
14581
14582         * gtk/queryimmodules.c (main): Return non-zero exit
14583         status if errors were encountered querying any
14584         modules.
14585
14586         * modules/input/Makefile.am (moduledir): remove
14587         leftover bin program target.
14588
14589         * docs/make-todo: Fix typo in error message.
14590
14591 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
14592
14593         * configure.in: Add modules/input/Makefile
14594
14595 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
14596
14597         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
14598         don't include gtkthemes.h.
14599
14600         * gtk/testgtk.c gtk/testtext.c: Set environment variables
14601         to point
14602
14603         * gtk/Makefile.am: Add new .c and .h files, build 
14604         gtk-query-immodules and use it to create a gtk.immodules
14605         file for use of test programs.
14606
14607         * gtk/gtkpreview.c: remove extra blank line.
14608
14609 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
14610
14611         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
14612         Add the ability to add extra tables beyond the default
14613         one, and also the ability to have compose sequences 
14614         that are prefixes of other compose sequences. 
14615
14616         * gtk/gtkimcontextsimple.c: Export a preedit string which
14617         consists of possible candidates for keystrokes that have
14618         been entered but not yet committed.
14619
14620         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
14621         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
14622
14623         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
14624         Add a function to add input-method switching menu items
14625         to a menu.
14626
14627         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
14628         when switching input methods.
14629
14630         * gtk/gtkimcontextsimple.[ch]: Change the format of
14631         the compose table to allow compose tables of different
14632         lengths / sequence.
14633
14634 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
14635
14636         * gtk/gtkimmodule.[ch]: Support routines for loading
14637         GtkIMContext implementations dynamically at runtime.
14638
14639         * modules/input/imcyrillic-translit.c: A sample input
14640         method (based on GtkIMContextSimple with an extra table),
14641         which demonstrates preedit strings and the module
14642         system for input modules
14643
14644         * gtk/queryimmodules.c: Program to query the available
14645         input modules and write the results into a file.
14646          
14647         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
14648         extra config options "im_module_file" (cache file for
14649         input method modules), and "im_module_path" - path
14650         to look for modules when generating cache file.
14651
14652         This doesn't scale.
14653
14654 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
14655
14656         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
14657         generic code from gtkthemes into a new abstraction
14658         GtkModule which has the logic for implementing
14659         a loadable module which implements a number of 
14660         GObject types.
14661
14662 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
14663
14664         * gtk/gtkeditable.[ch]: Convert GtkEditable from
14665         a class into an interface  
14666         
14667         * gtk/gtkoldeditable.[ch]: Move the old editable
14668         implementation into here, so legacy widgets can
14669         still rely on the implemenation. GtkOldEditable
14670         exports GtkEditable. Make selection handling
14671         code use new text conversion functions (and
14672         handle UTF-8 as a side-effect). Use GtkClipboard
14673         for CLIPBOARD.
14674
14675         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
14676         Adopt to match above changes.
14677
14678         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
14679         avoid GtkOldEditable implementation. Restructure
14680         to reduce number of places that modify state directly.
14681         Move to GtkBindingSet. Display the preedit string.
14682         Queue recomputation of PangoLayout and scroll position
14683         to improve effiency of doing complex changes naively.
14684         Add a menu with cut/copy/paste and input method selection.
14685
14686 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
14687
14688         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
14689         to set preedit string and attributes; display preedit string by
14690         inserting string and attributes at cursor when creating the
14691         GtkTextLineDisplay.
14692
14693         * gtk/gtktextlayout.c: Move all conversions between byte
14694         positions in PangoLayout and GtkTextIter into new functions
14695         line_display_iter_to_index/index_to_iter that properly
14696         handle the preedit string.
14697
14698         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
14699         it to return const char * (eventually will end up
14700         as GCONST char *, most likely.)
14701
14702         * gtk/gtktextview.[ch]: Handle the preedit string, call
14703         gtk_im_context_reset() as necessary, add a menu to switch
14704         input methods.
14705         
14706         * gtk/gtktextlayout.[ch]: Remove useless
14707         gtk_text_layout_get_log_attrs() function.
14708
14709 2000-11-11  Tor Lillqvist  <tml@iki.fi>
14710
14711         * gdk/gdk.def
14712         * gtk/gtk.def: Update.
14713
14714         * gdk/win32/*.c: Add last argument to g_type_register_static()
14715         calls.
14716
14717         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
14718
14719         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
14720         generated by older wheel mouse drivers. Get the correct y
14721         coordinate from WM_MOUSEWHEEL messages.
14722
14723         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
14724         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
14725         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
14726         Debugging functions.
14727
14728         * gdk/win32/gdkprivate-win32.h: Declare them.
14729
14730         * gdk/win32/gdkinput-win32.h: Add declaration for
14731         gdk_input_window_destroy().
14732
14733         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
14734
14735 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
14736
14737         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
14738         function to help handle keeping things in sync.
14739
14740 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
14741
14742         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
14743         BOXED marshallers.
14744
14745         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
14746         (gtk_list_store_class_init): use the new BOXED marshallers.
14747
14748         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
14749         new_with_values to new_with_types.
14750         (gtk_tree_store_get_column_type): add this.
14751         (gtk_tree_store_class_init): use the new BOXED marshallers.
14752
14753         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
14754         mirror some POINTER marshallers.
14755
14756 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
14757
14758         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
14759         allow more interesting iterators.  Also, made the lifecycle of
14760         iterators more explicit.
14761
14762         * gtk/gtktreemodelsort.[ch]: New model for sorting.
14763
14764         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
14765         types.
14766
14767 2000-11-09  Alexander Larsson  <alexl@redhat.com>
14768
14769         * demos/testgtk/menus.c:
14770         Changes to make the new testgtk compile after
14771         gtk_menu_append was removed.
14772
14773         * gdk/linux-fb/gdkdrawable-fb2.c
14774         (gdk_fb_get_depth, gdk_fb_get_visual,
14775         gdk_drawable_impl_fb_class_init): Implement
14776         these drawable functions. Now GtkImages work again.
14777
14778         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
14779
14780         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
14781         
14782         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
14783         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
14784         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
14785         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
14786
14787 2000-11-08  Havoc Pennington  <hp@pobox.com>
14788
14789         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
14790         visible_set args, don't know where these had gone, I thought they
14791         used to be there
14792
14793         * gtk/testtext.c: Add a menu item to apply invisibility tag;
14794         now we can test the feature and see that it's totally broken.
14795
14796 2000-11-08  Havoc Pennington  <hp@pobox.com>
14797
14798         Make DND copy pixbufs and tags when source and target share a 
14799         tag table.
14800         
14801         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
14802         in-process GTK_TEXT_BUFFER_CONTENTS target
14803         (gtk_text_view_drag_data_received): Paste from
14804         GTK_TEXT_BUFFER_CONTENTS if we receive it.
14805
14806 2000-11-08  Alexander Larsson  <alexl@redhat.com>
14807
14808         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
14809         API changes.
14810
14811         * gtk/gtkmenu.c: Add support for scrolling menus.
14812         Remove gtk_menu_append/prepend/insert, these have been moved to
14813         gtkcompat.h as #defines.
14814
14815         * gtk/gtkcompat.h.in:
14816         Add compatibility #defines for gtk_menu_append/prepend/insert
14817
14818         * gtk/gtkmenu.h: Add data needed for scrolling menus.
14819         GtkMenuPositionFunc gets an extra argument push_in.
14820         gtk_menu_append/prepend/insert removed.
14821         
14822         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
14823         positioning behaviour to fit to scrolling menus.
14824
14825         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
14826         into menuitem->submeny. That is wrong, and broke torn
14827         off submenus of torn off menus, since they were unrealized
14828         when the first menu was unrealized.
14829
14830         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
14831         gtk_menu_shell_select_item() since these need to be overridden in
14832         GtkMenu.
14833
14834         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
14835         positioning behaviour to fit to scrolling menus.
14836         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
14837         the current item so that it is prelighted when the menu pops up.
14838         This is a workaround to the fact that the menu doesn't get the
14839         initial enter event (due to grabs).
14840
14841         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
14842         s/gtk_menu_append/gtk_menu_shell_append/
14843
14844         * gtk/gtknotebook.c:
14845         s/gtk_menu_insert/gtk_menu_shell_insert/
14846
14847         * gtk/testgtk.c (create_menu, create_menus):
14848         Create the first menu with 50 items so that menu scrolling
14849         can be tested.
14850         
14851         
14852         Patch from Jonathan Blandford  <jrb@redhat.com>
14853
14854         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
14855         system to handle size requests.  First, we ask what the size of
14856         the toggle is.  Then, when allocating the size, we allocate the
14857         toggle_size first.  This way we can have multiple menu-item
14858         classes w/o needing a seperate class for each.
14859
14860         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
14861         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
14862
14863         * gtk/gtkcheckmenuitem.c
14864         (gtk_check_menu_item_toggle_size_request): New function to handle
14865         the toggle size-request.
14866
14867 2000-11-07  Havoc Pennington  <hp@redhat.com>
14868
14869         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
14870         Half-ass somewhat fix this function, so that scrolling to the
14871         insertion point works. Pango hacking is in the future to really
14872         fix it.
14873
14874         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
14875         length of data, no longer used.
14876
14877         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
14878         method contents in here, get rid of destroy method
14879         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
14880         that were backward. Remove debug spew.
14881         (cut_or_copy): Make the clipboard work with insert_range to
14882         preserve tags and pixbufs, not just the primary selection.
14883
14884 2000-11-07  Havoc Pennington  <hp@redhat.com>
14885
14886         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
14887         to gtk_text_mark_get_visible
14888
14889         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
14890         bug that was generating an invalid iterator
14891
14892         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
14893         ensure_char_offsets() in front of code placing the iter in an
14894         invalid state.
14895
14896         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
14897         make override_location arg const
14898         (paste): Replace the selection if we paste into the 
14899         current selection
14900
14901         * gtk/gtkselection.h: Remove "GtkSelectioData"
14902         (struct _GtkSelectionData): move the definition here.
14903
14904         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
14905         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
14906
14907         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
14908
14909         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
14910         (gtk_text_buffer_insert_range_interactive): implement
14911         (gtk_text_buffer_get_tags): Remove, replaced by
14912         gtk_text_iter_get_tags()
14913
14914         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
14915         limit parameter, to avoid infinite linear scan.
14916         (gtk_text_iter_backward_search): Add search limit
14917         (gtk_text_iter_forward_find_char): Add search limit
14918         (gtk_text_iter_backward_find_char): Add search limit
14919
14920 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
14921
14922         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
14923         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
14924         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
14925         gdk/linux-fb/gdkwindow-fb.c:
14926         use g_object_new() instead of g_type_create_instance() which
14927         is a private function for fundamental type implementations.
14928
14929         * gdk/linux-fb/gdkinput-ps2.c:
14930         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
14931         instead just store the current modifier state. Add a (somewhat broken)
14932         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
14933         Rename exported function gdk_input_ps2_get_mouseinfo to
14934         gdk_input_get_mouseinfo.
14935
14936         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
14937         gdk/linux-fb/gdkwindow-fb.c:
14938         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
14939         
14940
14941 2000-11-02  Havoc Pennington  <hp@redhat.com>
14942
14943         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
14944         use stock buttons. Should be 100% source compatible, appropriate
14945         filesel fields now point to dialog->vbox and dialog->action_area.
14946         On the bizarre side, dialog->action_area and filesel->action_area
14947         are not the same widget.
14948         (gtk_file_selection_init): Put some padding around the selection
14949         entry, so it isn't touching the GtkDialog separator.    
14950
14951         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
14952         use stock buttons, etc. Should also be source compatible.
14953         Set the dialog default title in _init not _new().
14954         
14955         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
14956         Use stock buttons; don't put a button box inside the existing
14957         dialog button box. Don't bother with push/pop colormap anymore.
14958
14959         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
14960         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
14961         for message dialog, and necessary for the font selection and color
14962         selection with help and apply buttons.
14963         
14964         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
14965         to the created button widget. Set GTK_CAN_DEFAULT on the button.
14966         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
14967         between buttons, put less padding around the action area.
14968         (gtk_dialog_run): Exit on unmap rather than on destroy. 
14969         This will also exit the loop if the widget is hidden.
14970         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
14971         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
14972         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
14973         special-case delete event.
14974
14975         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
14976         formatting
14977         
14978 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
14979
14980         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
14981         button to temporarily disable position recording in the
14982         "saved position" test.
14983
14984 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
14985
14986         * gtk/gtkthemes.c: added compat code that temporarily implements
14987         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
14988         going to be revamped by owen's upcoming GtkModule patches, but
14989         untill then people want gtk to build, right? ;)
14990
14991 2000-11-04  Havoc Pennington  <hp@pobox.com>
14992
14993         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
14994         list
14995
14996         * docs/Changes-2.0.txt: Add note about
14997         gtk_container_get_toplevels()
14998
14999         * gtk/gtktextview.h: formatting
15000         
15001         * gtk/gtktextview.c: don't start descriptions with "Returns",
15002         confuses gtk-doc
15003
15004 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
15005
15006         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
15007         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
15008
15009 2000-11-03  Havoc Pennington  <hp@redhat.com>
15010
15011         * gtk/gtktexttagtable.c: Docs
15012         (gtk_text_tag_table_size): return a signed int
15013
15014         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
15015         (gtk_text_tag_event): make the event_object a GObject
15016
15017         * gtk/gtktextview.c: Write API docs for all functions.
15018
15019         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
15020         for gtk_text_view_get_window_type() called on one of the private
15021         windows.
15022
15023         * gtk/gtktextview.c: Instead of accessing text_view->buffer
15024         directly, call get_buffer() which demand-creates a default
15025         buffer. So gtk_text_view_new() can be used to create a view with a
15026         default buffer in it, if you just want an empty text box users can
15027         put data in. Useful for GUI builders also.
15028
15029 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
15030
15031         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
15032         the charset encodign portion MUST be in lowercase.
15033         * gtk/gtkrc.az: added file for Azeri language
15034
15035 2000-11-03  Havoc Pennington  <hp@redhat.com>
15036
15037         Get widgets working on the btree/buffer side. Display of them 
15038         still doesn't work.
15039         
15040         * gtk/gtktextview.c: start implementing child widget stuff
15041
15042         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
15043
15044         * gtk/gtktextlayout.c: handle embedded widgets
15045
15046         * gtk/gtktextdisplay.c: handle embedded widgets
15047
15048         * gtk/gtktextchild.c: Implement all the child anchor goo
15049
15050         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
15051         function
15052
15053         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
15054         (insert_pixbuf_or_widget_segment): abstract out common portions of 
15055         creating a child anchor or a pixbuf segment.
15056         (gtk_text_btree_create_child_anchor): new function
15057         (gtk_text_btree_unregister_child_anchor): new function
15058
15059         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
15060         allocate_child signal on GtkTextLayout
15061
15062         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
15063         values
15064         (gtk_text_iter_get_child_anchor): new function
15065
15066         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
15067         default handler for the changed signal, which calls
15068         gtk_text_buffer_set_modified(), instead of just always emitting
15069         changed then calling set_modified() manually. I guess this is
15070         maybe more flexible. It seems logical.
15071
15072 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
15073
15074         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
15075         now.
15076
15077         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
15078
15079 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
15080
15081         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
15082         been marked static.
15083
15084 2000-11-02  Havoc Pennington  <hp@redhat.com>
15085
15086         * gtk/testgtk.c (create_labels): had a test backward
15087
15088         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
15089         fields, so the dest GC ends up with the correct clip origin, 
15090         etc. Fixes a bug where colored labels didn't redraw 
15091         properly.
15092
15093 2000-11-02  Alexander Larsson  <alexl@redhat.com>
15094
15095         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
15096         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
15097         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
15098         Add last argument to t_type_register_static call.
15099         
15100         * gdk/linux-fb/gdkdrawable-fb2.c:
15101         Add last argument to t_type_register_static call.
15102         export the get_image drawable virtual function.
15103
15104         * gdk/linux-fb/gdkimage-fb.c:
15105         Add last argument to t_type_register_static call.
15106         rename gtk_image_get to _gdk_fb_get_image and
15107         export it for use by gdkdrawable-fb2.
15108
15109         * gdk/linux-fb/gdkprivate-fb.h:
15110         export _gdk_fb_get_image.
15111
15112         * gdk/linux-fb/gdkselection-fb.c:
15113         Add new api call stubs.
15114
15115         * gtk/Makefile.am:
15116         Missing ( in linux-fb part.
15117
15118         * modules/linux-fb/Makefile.am:
15119         Must link with gdk_pixbuf or get unresolved symbol.
15120
15121 2000-11-01  Havoc Pennington  <hp@pobox.com>
15122
15123         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
15124         GTK_TYPE_TEXT_ITER and BOXED marshallers
15125
15126         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
15127
15128         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
15129         
15130         * gtk/gtk-boxed.defs: add GtkTextIter
15131
15132         * gtk/gtkmarshal.list: Add marshallers for text widget that 
15133         properly use OBJECT and BOXED
15134
15135 2000-11-01  Havoc Pennington  <hp@redhat.com>
15136
15137         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
15138
15139         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
15140         before returning it. 
15141         
15142 2000-11-01  Havoc Pennington  <hp@redhat.com>
15143
15144         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
15145         Clip the rectangle to be rendered to the drawable, since
15146         get_from_drawable() requires a region within the drawable
15147
15148 2000-11-01  Havoc Pennington  <hp@redhat.com>
15149
15150         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
15151         from coordinates.
15152
15153 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
15154
15155         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
15156         it isn't NULL.
15157
15158 2000-11-01  Havoc Pennington  <hp@pobox.com>
15159
15160         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
15161         on a label
15162         (gtk_label_finalize): unref the attr list if any.
15163
15164         * gtk/testgtk.c (create_get_image): close test on second click
15165         (make_message_dialog): close dialog if it exists
15166
15167         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
15168
15169         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
15170         gdk-pixbuf
15171
15172         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
15173         from Pango markup format
15174         (gtk_label_set_markup_with_accel): ditto but with accelerator
15175         parsing
15176
15177         * gtk/gtkimage.c (gtk_image_expose): reformatting.
15178
15179         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
15180         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
15181         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
15182         call gdk_window_get_origin().
15183
15184         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
15185         implement GDK_PIXBUF_ALPHA_FULL
15186         
15187 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
15188
15189         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
15190         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
15191         g_signal_handlers_disconnect_matched to block/unblock and disconnect
15192         multiple handlers respectively, instead of only treating the
15193         first handler found (bug reported by owen).
15194
15195 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
15196
15197         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
15198
15199         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
15200
15201         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
15202         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
15203         gtk/gtktreeviewcolumn.h: Fixed inline docs.
15204
15205         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
15206         widget.  Needs writing someday.
15207
15208         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
15209         the docs.
15210
15211 2000-10-30  Havoc Pennington  <hp@redhat.com>
15212
15213         * gtk/gtktextview.h, gtk/gtktextview.c:
15214         Rename delete_at_cursor delete_from_cursor, and 
15215         move to move_cursor.
15216
15217 2000-10-30  Havoc Pennington  <hp@redhat.com>
15218
15219         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
15220         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
15221         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
15222         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
15223         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
15224         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
15225         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
15226         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
15227         gtktexttypes.h, gtktextview.c, gtktextview.h:
15228
15229         Massive reindentation and reformatting. Arg alignment and comments
15230         still need fixing in various places.
15231
15232 2000-10-30  Havoc Pennington  <hp@redhat.com>
15233
15234         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
15235         to be named insert_at_cursor and delete_at_cursor so C++ can
15236         handle them.
15237
15238 2000-10-28  Tor Lillqvist  <tml@iki.fi>
15239
15240         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
15241         to get a double directory separator in case the home directory
15242         ends with one. This would cause trouble especially on Windows,
15243         where the path will be confused with the syntax for an an UNC
15244         (network share) path \\server\share\path.
15245         (gtk_rc_add_initial_default_files): Ditto.
15246
15247 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
15248
15249         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
15250
15251         * gtk/gtktextview.c: Use correct marshallers.
15252
15253 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
15254
15255         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
15256         use new iter stuff, and added all the appropriate signals et al.
15257
15258         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
15259         code is internal to gtk only.
15260
15261 2000-10-28  Tor Lillqvist  <tml@iki.fi>
15262
15263         * gtk/gtk.def
15264         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
15265         glib-genmarshal etc.
15266
15267 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
15268
15269         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
15270         parallel builds.
15271
15272 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
15273
15274         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
15275
15276 2000-10-27  Robert Brady  <robert@suse.co.uk>
15277
15278         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
15279         en_GB (British), ia (Interlingua).
15280
15281 2000-10-26  Havoc Pennington  <hp@redhat.com>
15282
15283         * gtk/gtktextiter.c (my_strrstr): fix constness warning
15284
15285         Fixed output of:
15286         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
15287         
15288         * gtk/gtktextsegment.c (char_segment_new): rename
15289         (_char_segment_new_from_two_strings): rename
15290         (_toggle_segment_new): rename
15291         
15292         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
15293         (make_clipboard_widget): make it static
15294         (text_get_func): static
15295         (text_clear_func): static
15296
15297         * gtk/gtkcolorsel.c (adjustment_changed): make this function
15298         static
15299         (hex_changed): make it static
15300         (hsv_changed): make it static
15301         (opacity_entry_changed): make it static
15302
15303         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
15304         (toggle_segment_check_func): rename with _gtk
15305
15306         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
15307         (_widget_segment_new): rename
15308         (_widget_segment_add): rename
15309         (_widget_segment_remove): rename
15310         (_widget_segment_ref): rename
15311         (_widget_segment_unref): rename
15312
15313         * gtk/gtktextmark.c (_mark_segment_new): Rename
15314         _gtk_mark_segment_new   
15315
15316 2000-10-26  Havoc Pennington  <hp@redhat.com>
15317
15318         * gtk/gtkmarshal.list: add new marshallers used by the text widget
15319         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
15320         types
15321
15322         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
15323         marshaller types
15324
15325         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
15326         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
15327         license on these files.
15328
15329         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
15330         work.
15331
15332         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
15333         runtime random number different for each tree, instead of 
15334         a constant I made up.
15335
15336 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
15337
15338         * gtk/Makefile.am: buncha cleanups, kludged build sources
15339         dependencies with a Makefile: oldest-source-stamp dependancy
15340         for the moment. automake is really fighting us here, with
15341         intentionally not allowing user-defined rules or dependancies
15342         prior to it's -include $(DEP_FILES) statement. sucks rocks!
15343
15344         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
15345         to public headers. tehy have a comment stating that they are
15346         "semi-public" aren't included by gtk.h and if enums popup there,
15347         they can be /*< skip >*/-ed.
15348
15349         * gtk/gtktextlayout.h: 
15350         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
15351         added LGPL... <SIGH>
15352
15353 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
15354
15355         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
15356         GtkTreeIter.  Added iterators everywhere.
15357
15358         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
15359
15360         * gtk/gtktreeviewselection.c: Changed to use the iterators.
15361
15362         * gtk/gtktreestore.c: Changed to use the iterators.
15363
15364         * gtk/gtkliststore.c: Commented out the code.  Will convert to
15365         iterators tomorrow.
15366
15367         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
15368         iterators tomorrow.
15369
15370         * gtk/treestoretest.c: Changed to use iterators.
15371
15372         * demos/testgtk/main.c: Moved to use the new iterator system.
15373
15374 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
15375
15376         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
15377         localization misbehaviour.
15378
15379         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
15380         a useless type without copy/free.
15381
15382         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
15383         of GTK_TYPE_CTREE_NODE.
15384
15385 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
15386
15387         * gtk/gtksignal.c:
15388         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
15389         applicable.
15390
15391         * gtk/gtk-boxed.defs (GtkSelectionData): specify
15392         gtk_selection_data_copy and gtk_selection_data_free
15393         do GtkSelectionData work as params in signals.
15394
15395 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
15396
15397         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
15398         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
15399         couldn't they at least give it a non-standard name?
15400         
15401         * gtk/gtktextlayout.c: arg! yet another implementation of
15402         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
15403
15404         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
15405         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
15406         home. now i know this _is_ a conspiracy.
15407
15408         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
15409         ::state-changed.
15410
15411         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
15412         (gtk_accel_group_create_add): marshaller signature fixups.
15413
15414         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
15415         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
15416
15417         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
15418         anymore.
15419
15420 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
15421
15422         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
15423         due to the signal system changes, it wouldn't build currently. to
15424         be fixed soon.
15425
15426         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
15427
15428         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
15429         so it needs gtk_marshal_VOID__ENUM() instead of
15430         gtk_marshal_NONE__UINT().
15431
15432         * gdk/gdk*.c: adapted type registration functions.
15433
15434         * gtk/gtkbindings.c:
15435         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
15436         gone.
15437
15438         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
15439
15440         * gtk/gtkobject.c:
15441         (gtk_object_destroy):
15442         (gtk_object_shutdown): fixed recursion guards. basically we have to
15443         catch the case where any of GObject.shutdown() or gtk_object_destroy()
15444         is called during ::destroy, and avoid recursion there.
15445
15446         * gtk/gtktypeutils.c:
15447         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
15448         boxed_copy/boxed_free. this needs a more general solution based on a
15449         publically installed code-generator utility.
15450
15451         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
15452         glib's gobject has support for that now.
15453         define GtkSignalMarshaller in terms of GSignalCMarshaller.
15454
15455 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
15456
15457         * gtk/gtksignal.[hc]:
15458         * gtk/gtkmarshal.[hc]:
15459         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
15460         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
15461         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
15462         care of that.
15463
15464         * *.c: marshaller name fixups.
15465
15466         * gtk/gtkmarshal.list: added a comment briefing the format.
15467
15468 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
15469
15470         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
15471         compatibility macros here now. more specifically, most of
15472         the API is preserved (yes, _most_, nonwithstanding the
15473         following exceptions listed, the API is stil lHUGE ;)
15474         things that got removed completely:
15475         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
15476         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
15477         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
15478         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
15479         gtk_signal_remove_emission_hook().
15480         non-functional functions variants:
15481         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
15482         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
15483         not supported anymore.
15484         (gtk_signal_compat_matched): new internal function to aid
15485         implementation of the compatibility macros, it  provides
15486         functionality to block/unblock/disconnect handlers based
15487         on func/data.
15488
15489         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
15490
15491         * *.c: adaptions to new type registration API signatures.
15492
15493 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
15494
15495         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
15496
15497 2000-10-25  Robert Brady  <robert@suse.co.uk>
15498
15499         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
15500         gdk_property_delete): If window == NULL, assume the root window.
15501         (restoring the behaviour that was in 1.2).
15502         
15503         * gtk/testtext.c (save_buffer): Allow creation of new files when
15504         saving.
15505
15506         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
15507         calls to read().
15508
15509 2000-10-25  Tor Lillqvist  <tml@iki.fi>
15510
15511         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
15512
15513         * gdk/win32/gdkdrawable-win32.c
15514         * gdk/win32/gdkimage-win32.c
15515         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
15516         X11 backend.
15517
15518         * gdk/win32/gdkcc-win32.c
15519         * gdk/win32/gdkcolor-win32.c
15520         * gdk/win32/gdkfont-win32.c
15521         * gdk/win32/gdkinput-win32.c
15522         * gdk/win32/gdkmain-win32.c
15523         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
15524
15525 2000-10-24  Havoc Pennington  <hp@redhat.com>
15526
15527         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
15528         it a static function
15529
15530         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
15531         redraw text when a tag is applied to it.
15532
15533         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
15534         (gtk_text_tag_affects_nonsize_appearance): private functions to
15535         see if a tag requires various kinds of redraw/layout to be queued
15536         up.
15537
15538         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
15539
15540         * gtk/testtext.c (fill_example_buffer): Put the cursor 
15541         at the start of the buffer, so search works by default
15542
15543         * gtk/gtktextiter.c (lines_match): init match_start always
15544
15545         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
15546         function, get iter at a line + a byte index
15547
15548         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
15549         to set byte position within a line
15550         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
15551
15552 2000-10-23  Havoc Pennington  <hp@redhat.com>
15553
15554         * gtk/testtext.c: Re-enable the "find" dialog
15555
15556         * gtk/testgtk.c: Add test for gdk_drawable_get_image
15557         
15558         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
15559         the arguments to gdk_draw_drawable were in the wrong order
15560         (gdk_window_paint_init_bg): This function was ignoring the
15561         init_region, instead of clipping to it, so the entire backing
15562         pixmap was cleared on every begin_paint()
15563         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
15564         was in here again, the loop kept using the same GtkWindowPaint
15565         over and over.
15566         (gdk_window_begin_paint_region): Fix a bug where we had two
15567         x_offset instead of x_offset and y_offset
15568
15569         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
15570         before we get the image.
15571         (gdk_draw_drawable): get the composite before we draw the drawable.
15572         (gdk_drawable_real_get_composite_drawable): default
15573         get_composite_drawable implementation that returns the drawable 
15574         itself
15575
15576         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
15577         get_composite_drawable virtual function
15578
15579         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
15580         list-walking bug
15581
15582         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
15583         make this work if the source drawable is a GdkDrawableImplX11
15584         instead of a public drawable type. This is really broken; the
15585         problem is that GdkDrawable needs a virtual method get_xid(), but
15586         of course that doesn't work in practice. Enter RTTI.
15587
15588         Also, improve mismatched depth message.
15589
15590         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
15591         GdkPixmap
15592
15593         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
15594         install _gdk_x11_get_image as our implementation of get_image
15595         
15596         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
15597         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
15598
15599         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
15600         gdk_drawable_get_image
15601
15602         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
15603
15604         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
15605         get_image
15606
15607         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
15608         trailing semicolon after for loop
15609
15610 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
15611
15612         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
15613         where font_desc for widget's context lagged widget's font_desc by
15614         one step.
15615
15616 2000-10-22  Tor Lillqvist  <tml@iki.fi>
15617
15618         * gdk/win32/gdkgc-win32.c
15619         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
15620
15621         * gtk/makefile.mingw.in
15622         * gtk/gtk.def: Updates.
15623
15624         * gtk/testgtk.c: sleep() is called _sleep in MS's C
15625         library.
15626
15627         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
15628
15629         * gtk/makefile.msc: Remove
15630
15631         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
15632
15633         * gtk/Makefile.am: Add it.
15634
15635         * configure.in: Generate it.
15636
15637         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
15638         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
15639         something even if not implemented, to satisfy picky MSVC.
15640
15641         Patches by Hans Breuer:
15642         
15643         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
15644         SetBkMode() and SetTextAlign() before calling
15645         pango_win32_render().
15646
15647         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
15648         Set hcliprgn to NULL after destroying it.
15649         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
15650
15651         * gdk/win32/gdkgeometry-win32.c
15652         (_gdk_windowing_window_queue_antiexpose): More effective
15653         implementation.
15654
15655         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
15656         depth as default, not the visual's.
15657
15658         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
15659         against empty title.
15660
15661         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
15662         IMAGE_PRIVATE_DATA.
15663
15664         * gdk/win32/gdkimage-win32.c: Use it.
15665
15666 2000-10-22  Robert Brady  <robert@suse.co.uk>
15667
15668         * configure.in: Check for bind_textdomain_codeset
15669
15670         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
15671         present, make use of it.
15672
15673         Add a translatable string "default:LTR" which, if translated
15674         to "default:RTL", will cause the default direction to be
15675         Right-to-Left.
15676
15677         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
15678         direction if marked as flippable.
15679
15680         * gtk/gtkhscale.c: Mark widget as flippable.
15681         
15682 2000-10-04  Havoc Pennington  <hp@redhat.com>
15683
15684         * gtk/testgtk.c (create_buttons): create some stock buttons
15685         with the default accel group
15686         (create_image): test some new GtkImage features
15687         (make_message_dialog): test GtkMessageDialog
15688         (create_modal_window): fix someone's bizzarro indentation
15689
15690         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
15691         GTK_WIN_POS_CENTER_ON_PARENT. 
15692         Add "destroy with parent" setting, which means the window goes
15693         away with its transient parent.
15694         (gtk_window_get_default_accel_group): get the default accel group
15695         for the window.
15696         (gtk_window_set_destroy_with_parent): set/unset destroy with
15697         parent flag
15698         (gtk_window_read_rcfiles): invalidate icon set caches
15699         after reloading rcfiles 
15700
15701         * gtk/gtkenums.h (GtkWindowPosition): add
15702         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
15703         on its parent window when the dialog is mapped for the first time.
15704
15705         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
15706         a simple message dialog class
15707         
15708         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
15709         handler to emit response signal, and maybe later it would
15710         honor a hide_on_delete flag - though that isn't there yet.
15711         Set border width on the vbox to 2, so we get some padding.      
15712         Use a button box for the action area.
15713         (gtk_dialog_key_press): synthesize a delete event if Esc
15714         is pressed and the GtkWidget key press handler didn't 
15715         handle the escape key.
15716         (gtk_dialog_new_with_buttons): new function creates a dialog
15717         with some default buttons in it.
15718         (gtk_dialog_add_action_widget): add an activatable widget
15719         as a button in the dialog - you can also add a non-activatable
15720         widget by accessing the action area directly.
15721         (gtk_dialog_add_button): add a simple button - stock ID or 
15722         label - to the action area
15723         (gtk_dialog_response): emit response signal
15724         (gtk_dialog_run): block waiting for the dialog, return 
15725         the response. Override normal delete_event behavior, so that 
15726         delete_event does nothing inside gtk_dialog_run().
15727
15728         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
15729         emitted when an action widget is clicked or the dialog gets
15730         delete_event
15731
15732         * gtk/gtk.h: add gtkmessagedialog.h
15733
15734         * gtk/Makefile.am: add gtkmessagedialog.[hc]
15735
15736 2000-10-18  Havoc Pennington  <hp@redhat.com>
15737
15738         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
15739         where any number of empty lines would get skipped
15740
15741         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
15742         edge.
15743
15744         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
15745         warning about invalid iterators (explain more thoroughly)
15746         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
15747
15748         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
15749         big
15750
15751         * demos/*.c: Add error handling
15752
15753         * gtk/gtktextbuffer.c: don't modify const iterators
15754
15755         * gtk/gdk-pixbuf-loader.c: Add full error handling here
15756
15757         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
15758         on file load
15759
15760         * gtk/gtkiconfactory.c: Update to reflect addition of error
15761         handling to gdk-pixbuf loaders
15762
15763 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
15764
15765         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
15766         move to new modularized testgtk.
15767
15768 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
15769
15770         * gtk/gtktreeview.c: Draw the arrows correctly.
15771
15772         * gtk/gtktreemodel.c: Added user docs.
15773
15774         * gtk/gtk.h: remove gtktreedatalist.h.
15775
15776         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
15777         parent when generating my type.
15778
15779         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
15780         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
15781
15782 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
15783
15784         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
15785         GtkTreeModel from object to interface.
15786
15787 2000-10-16  Havoc Pennington  <hp@redhat.com>
15788
15789         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
15790         compilation
15791
15792 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
15793
15794         * gtk/gtktreeselection.c: Add API documentation to all public
15795         functions.
15796
15797         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
15798         functions.
15799
15800 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
15801
15802         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
15803         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
15804         docs to all public functions.
15805
15806         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
15807         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
15808         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
15809         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
15810         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
15811         issue.
15812
15813 2000-10-14  Robert Brady  <robert@suse.co.uk>
15814
15815         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
15816
15817 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
15818
15819         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
15820         values other then G_TYPE_STRING.
15821         * gtk/gtktreeselection.c: Minor commenting updates.
15822         * gtk/gtktreeview.c: Format updates.
15823
15824 2000-10-09  Tor Lillqvist  <tml@iki.fi>
15825
15826         * README.win32: Update.
15827
15828         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
15829         lines that had been deleted by mistake (?).
15830
15831         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
15832         also the case fg==white and bg==black (but still not randomly
15833         coloured cursors). Thanks to Wolfgang Sourdeau.
15834
15835         * gdk/win32/*.c: Silence gcc -Wall.
15836
15837         * gtk/gtk.def: Add missing entry points.
15838
15839         Fixes by Hans Breuer:
15840
15841         * gdk/makefile.msc
15842         * gdk/win32/makefile.msc: Update.
15843
15844         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
15845         some MSVC thing, presumably), cause breakpoint on failures. Add
15846         GDK_NOR case. Call g_log_set_always_fatal.
15847
15848         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
15849         should be pased by reference.
15850         
15851         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
15852         
15853         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
15854
15855         * gdk/win32/gdkevents-win32.c
15856         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
15857
15858         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
15859         implementation object.
15860
15861         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
15862         not just windows.
15863         
15864         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
15865         Use the wrapper object.
15866         
15867 2000-10-06  Havoc Pennington  <hp@redhat.com>
15868
15869         * Makefile.am (SRC_SUBDIRS): contrib subdir
15870
15871         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
15872         so it can be used in Xlib version
15873
15874         * demos/testpixbuf.c (update_timeout): error checking from 1.0
15875         tree
15876
15877         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
15878         change from 1.0 tree that returns first frame of animation
15879         if the loaded file is an animation.
15880
15881         * contrib: add new directory to hold stuff that comes with GTK+
15882         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
15883         
15884         * configure.in: add contrib/*
15885
15886 2000-10-05  Havoc Pennington  <hp@redhat.com>
15887
15888         * demos/testpixbuf-save.c: add pixbuf save test
15889
15890         * demos/Makefile.am: add testpixbuf-save.c
15891
15892 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
15893
15894         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
15895         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
15896         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
15897         * gtk/gtktreeselection.[ch]: Replaced
15898         "node_selected"/"node_unselected" signal with "selection_changed"
15899         signal.
15900
15901 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
15902
15903         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
15904         tree widget.
15905
15906 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
15907
15908         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
15909         drawing.
15910
15911 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
15912
15913         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
15914         Move list pointer forwards before removing item from
15915         list. (Crash reported by Salmaso Raffaele)
15916
15917         * gdk/gdkwindow.h: Remove spurious trailing ,
15918
15919         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
15920         dependencies on uninstalled libraries, sorry folks.
15921
15922 2000-10-04  Havoc Pennington  <hp@redhat.com>
15923
15924         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
15925         gtk/gtkiconfactory.c: Fix copyrights    
15926
15927         * demos/testpixbuf.c: add inline pixbuf test
15928         
15929 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
15930
15931         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
15932         Add gdk_window_iconify.
15933
15934         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
15935         (gdk_window_set_geometry_hints): Add win_gravity
15936         to geometry structure.
15937
15938         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
15939         Implement _NET_WM_PING.
15940
15941         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
15942         Set _NET_WM_PID on the client leader.
15943
15944         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
15945         Handle UTF-8 better.
15946
15947         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
15948         UTF-8 better, set _NET_WM_NAME as well. Only set
15949         icon name if it hasn't previously been explicitely 
15950         set.
15951
15952 2000-10-03  Havoc Pennington  <hp@redhat.com>
15953
15954         * gtk/testtextbuffer.c: clean up trailing whitespace,
15955         add extensive tests for tag toggle iteration.
15956         
15957         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
15958         distance
15959
15960         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
15961         optimize case where the tag root is on level 1
15962         (gtk_text_line_previous_could_contain_tag): attempt to implement
15963         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
15964         functionality
15965
15966         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
15967         Implement this, though not very efficiently.
15968
15969         * gtk/gtktextiterprivate.h: reformat
15970
15971         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
15972         iterator
15973
15974         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
15975         this to properly revalidate the iterators.
15976
15977         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
15978         properly at the end of the line (and therefore on empty lines)
15979
15980         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
15981         maybe we should return a value...
15982
15983 2000-10-03  Tor Lillqvist  <tml@iki.fi>
15984
15985         * config.h.win32: Guard definition of alloca(). glib.h now handles
15986         that.
15987
15988         * gdk/gdk.def
15989         * gtk/gtk.def: Add new entry points.
15990
15991         Changes just to make GTK+ build without errors on Win32. No hope
15992         of it working in its current state, though...:
15993         
15994         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
15995         some functions from the X11 backend, just to make GTK+ build.
15996
15997         * gdk/makefile.mingw.in
15998         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
15999         number. Add new object files.
16000
16001         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
16002         GetMessageTime to get timestamp (where on X11 uses
16003         gdk_x11_get_server_time()).
16004
16005 2000-10-02  Havoc Pennington  <hp@pobox.com>
16006
16007         * gtk/gtktextview.c: text_window_* weren't static and should have
16008         been.
16009         Start work on child widgets; not yet complete, syncing to 
16010         office computer.
16011
16012         * gtk/gtktextchild.h: change this to contain a public interface,
16013         starting work on child interfaces.
16014         * gtk/gtktextchildprivate.h: move private interfaces here
16015
16016         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
16017
16018         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
16019         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
16020         gtk/gtktextmark.c: copyright notices
16021
16022         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
16023         internal functions      
16024
16025         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
16026         internal function
16027
16028         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
16029         Reformatting    
16030
16031 2000-09-30  Havoc Pennington  <hp@pobox.com>
16032
16033         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
16034         NULL start/end pointers
16035
16036         * gtk/gtktextbuffer.c: Write some docs
16037         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
16038         NULL, so you can just check whether there's a selection.        
16039
16040         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
16041         cleanup_line or segments_changed ourselves, it gets done 
16042         in unlink_segment
16043
16044         * gtk/gtktextmark.h:
16045         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
16046         
16047         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
16048
16049         * gtk/gtktextmark.c: delete some more old Tk cruft
16050
16051         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
16052         mark before removing it, so we can emit MARK_DELETED with a valid
16053         pointer.
16054         (gtk_text_buffer_mark_set): hold ref across signal emission
16055
16056         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
16057         whining about attempts to delete special marks
16058
16059         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
16060         underscore, since it's internal.
16061
16062         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
16063         now implemented in terms of iterators in gtktextiter.h
16064
16065         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
16066         New function, destructively sets contents of buffer. Also 
16067         a convenient way to clear the buffer by setting text to ""
16068
16069         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
16070         multiline string literal
16071
16072         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
16073         text changes.
16074
16075         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
16076         is not dereferenceable
16077         (gtk_text_iter_forward_lines): fix return value
16078
16079 2000-09-29  Havoc Pennington  <hp@redhat.com>
16080
16081         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
16082
16083         * gtk/gtktextview.c: Implement drag thresholding; change functions 
16084         that set border window size to have nicer name
16085         (gtk_text_view_mark_set_handler):  Fix this to have the 
16086         right signature.
16087
16088         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
16089
16090         * gtk/testtext.c: Update with API changes, put line numbers on 
16091         both sides.
16092         
16093         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
16094         with this
16095
16096         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
16097         pixbuf; delete a big block of #if 0 Tk code
16098
16099         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
16100         insert_pixmap with insert_pixbuf
16101
16102 2000-09-29  Martin Baulig  <baulig@suse.de>
16103
16104         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
16105         confusion with the GdkPixbuf of the GNOME 1.x platform.
16106
16107 2000-09-29  Havoc Pennington  <hp@pobox.com>
16108
16109         * gtk/gtktextview.c: Implement the side windows.
16110
16111         * gtk/testtext.c: Implement simple line numbering in the 
16112         left side window; seems to make scrolling sloooow. Oops.
16113         Also, cursor blink is for some reason causing redraws
16114         of the line numbers. Should investigate...
16115
16116 2000-09-28  Havoc Pennington  <hp@redhat.com>
16117
16118         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
16119         scrolling child windows, and draw focus rectangle properly.
16120         
16121         (gtk_text_view_buffer_to_window_coords):
16122         Coordinate transformation to deal with all these freaking windows
16123         and offsets
16124         (gtk_text_view_window_to_buffer_coords): transform the other way
16125
16126         * gtk/testtext.c (create_buffer): Update to match Pango API change
16127
16128         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
16129         anonymous tags
16130         (foreach_unref): don't emit remove signal from finalize, just
16131         set tag's parent to NULL
16132
16133 2000-09-26  Havoc Pennington  <hp@redhat.com>
16134
16135         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
16136         Fix some warnings       
16137
16138 2000-09-26  Havoc Pennington  <hp@redhat.com>
16139
16140         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
16141         headers into the private header list
16142
16143         * Makefile.am (pkgconfig_DATA): install pkg-config files
16144
16145         * configure.in: add pkg-config files
16146
16147         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
16148
16149         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
16150         outstanding icon caches on theme change.
16151
16152         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
16153         important types:
16154
16155         (GtkIconSource): Specification for creating a pixbuf 
16156         appropriate for a direction/state/size triplet from 
16157         a source pixbuf or filename
16158
16159         (GtkIconSet): List of GtkIconSource objects that are used to
16160         create the "same" icon (e.g. an OK button icon), and cache for
16161         rendered icons
16162
16163         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
16164         up the icon set for a given stock ID.  GTK maintains a stack of
16165         GtkIconFactory to search, and applications or libraries can add
16166         additional icon factories on top of the stack
16167         
16168         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
16169         the set of GtkIconSource specified for a given stock ID into 
16170         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
16171         RcStyle, under the specified stock ID.
16172
16173         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
16174         render_icon used to derive a GdkPixbuf from a GtkIconSource.
16175         This allows people to theme how prelight, insensitive, etc. are
16176         done.
16177
16178         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
16179         icon factories for a style, and return the resulting 
16180         icon set if any.
16181
16182         (gtk_style_render_icon): Render an icon using the render_icon 
16183         method in the GtkStyleClass.
16184
16185         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
16186         Use the style for a given widget to look up a stock ID, get the
16187         icon set, and render an icon using the render_icon method 
16188         of the style
16189
16190         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
16191         (contains information about a stock item), the built-in stock item
16192         IDs, and functions to add/lookup stock items.
16193
16194         * gtk/stock-icons/*: Stock icons that come with GTK
16195
16196         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
16197         a button based on a GtkStockItem
16198         (gtk_button_new_accel): Takes a uline string and accel group, and
16199         installs the accelerator.
16200
16201         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
16202         image-display widget.
16203
16204 2000-09-25  Havoc Pennington  <hp@redhat.com>
16205
16206         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
16207
16208         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
16209         Fix a bug when removing node data, we didn't properly 
16210         re-splice the linked list after removing the data.
16211
16212         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
16213         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
16214
16215         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
16216
16217         * gtk/gtktextlayout.c (set_para_values): Set tab array 
16218         for the layout from the GtkTextTag.
16219
16220         * gtk/gtktexttypes.h: delete tab and search cruft, 
16221         remove g_convert() in favor of GLib version
16222
16223         * gtk/gtktexttypes.c: remove tab implementation from here,
16224         move to Pango
16225
16226         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
16227         tab stuff using new PangoTabArray from Pango
16228
16229         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
16230         unused border_width stuff
16231
16232 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
16233
16234         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
16235         glib) and now useless utf_to_latin1() latin1_to_utf()
16236
16237         * gtk/gtktextview.[ch]: Change ::move_insert and
16238         ::delete_text action signals to ::move and ::delete;
16239         create the signals with the right enumeration type,
16240         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
16241         C-v bindings, change Home, End to move to beginning/end
16242         of line, Add C-Home C-End to move to beginning/end
16243         of buffer. Change ::cut_text to ::cut_clipboard, etc;
16244         combine ::scroll_text into ::move; use new GtkSelectionData
16245         functions to simplify DND text handling.
16246         
16247         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
16248         deletion enumerations here, rename enumeration values to 
16249         be consistently plural.
16250
16251         * gtk/gtktextbuffer.c: Use new clipboard interfaces
16252         for cut/copy/paste and primary selection.
16253
16254         * gtk/gtktextbuffer.[ch]: Remove excess time and
16255         'interactive' arguments from cut/copy/paste;
16256         rename cut to cut_clipboard, etc; remove
16257         gtk_text_buffer_get_clipboard_contents().
16258
16259         * gtk/gtktextlayout.[ch]: Add 
16260         gtk_text_layout_move_iter_to_line_end() to move the iter to 
16261         line ends.
16262
16263         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
16264         Functions to set or get a UTF-8 string on the selection
16265         data.
16266
16267         * gtk/gtkclipboard.[ch]: New, simplified selection handling
16268         interfaces.
16269
16270         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
16271         created widgets - one of these is useless if we don't.
16272
16273         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
16274         a public function clear all targets registered for the
16275         widget.
16276
16277         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
16278         Never call gtk_widget_realize() - that was just asking
16279         for bizarre side-effects.
16280
16281         * gtk/gtkselection.c (gtk_selection_owner_set): Call
16282         gdk_selection_owner_set even if the widget is the
16283         same so that we reliably update the timestamp on
16284         the server.
16285
16286         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
16287         gdk_x11_get_server_time() function.
16288         
16289         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
16290         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
16291         Add some tricky filtering on serial numbers for
16292         selection clear events to fix up long-standard
16293         race condition FIXME's in gtkselection.c.
16294
16295         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
16296         routines to convert from utf8 to compound text or
16297         STRING and from a text property to UTF-8.
16298
16299         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
16300         a convenience function gdk_get_current_event_time().
16301
16302         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
16303         and free selection_data->data properly
16304
16305 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
16306
16307         * gtk/gtkthemes.c: Remove some unecessary includes.
16308
16309 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
16310
16311         * gtk/gtktextdisplay.c
16312         * gtk/gtktextlayout.c
16313         * gtk/gtktexttag.c
16314         * gtk/gtktexttag.h
16315         * gtk/testtext.c: Change the overstrike property to strikethrough,
16316         to closer match pango.
16317
16318 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
16319
16320         * gtk/gtktextview.c: Fix up visibility so that focus,
16321         cursor_visible and blink interact properly.  Reenable cursor blink
16322         which had been roughly disabled. Make blink and focus
16323         properly per-view.
16324
16325         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
16326         Add a flag for whether to display insertion cursor and
16327         a function to set the flag.
16328
16329         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
16330         get_line_y() to get_line_yrange(), to be a bit more generally
16331         useful.
16332
16333 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
16334
16335         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
16336           do stop_navigating_submenu, to clear last timeout properly.
16337           Also in gtk_menu_motion_notify move ignore_enter above
16338           the conditional to make it always happen as suggested by Owen
16339
16340 2000-09-07  Tor Lillqvist  <tml@iki.fi>
16341
16342         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
16343
16344         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
16345         w32api headers.
16346
16347         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
16348         declarations.
16349
16350         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
16351         (gdk_win32_get_colormap): A line had been deleted by mistake.
16352
16353         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
16354         (gdk_event_translate): Handle more virtual keycodes to be able to
16355         generate GDK events for Control-comma, Control-period, etc.
16356
16357         * gtk/gtk.def: Add some missing entry points.
16358
16359 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
16360
16361         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
16362         Doc comment fixing. (Mostly non-matching parameter names.)
16363
16364         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
16365         comments a little to avoid looking like a doc comment.
16366
16367         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
16368         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
16369         conversions be changed to GError?)
16370
16371         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
16372         Move private #defines into .c file.
16373
16374         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
16375         order of argument addition, remove duplicates.
16376
16377         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
16378         parent class is FrameClass, not BinClass.
16379
16380         * gtk/gtk.h: Add gtkinvisible, which was missing.
16381         (It's occasionalyl useful for client apps, if seldom.)
16382
16383         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
16384         #define.
16385
16386 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
16387
16388         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
16389         coordinates when creating window, instead of GDK-space
16390         coordinates. (Avoid BadValue on too large windows.)
16391
16392 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
16393
16394         * configure.in (use_mmx_asm): Remove conftest* after use along the
16395         lines of AC_TRY_COMPILE.        
16396         
16397         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
16398         of g_dirname, which is deprecated.
16399         (gtk_rc_parse_any): Removed calls to
16400         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
16401
16402         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
16403         Removed calls to g_hash_table_{freeze,thaw}, as they are
16404         deprecated now.
16405
16406         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
16407         instead of g_basename.
16408         
16409 2000-09-04 Elliot Lee <sopwith@redhat.com>
16410         
16411         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
16412         ANSI warning.
16413
16414 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
16415
16416         * gtk/gtkwidget.h:  Add some documenting comments about 
16417           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
16418           just as owen said on irc.
16419
16420         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
16421           set HAS_DEFAULT.  Only set it if there isn't another window
16422           holding it (a focus window which RECEIVES_DEFAULT) and only unset
16423           it if the widget is not the focused window with RECEIVES_DEFAULT.
16424           This fixes weird double default bugs in dialogs which has things
16425           call gtk_window_set_default at times.
16426
16427 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
16428
16429         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
16430         Nils Barth and David Santiago to improve submenu
16431         navigation. The patch does this by creating a triangular
16432         region from the point where the pointer leaves the
16433         menu to the submenu.  While the pointer is in
16434         that region and a timeout has not expired, events 
16435         that would cause the active submenu to change are
16436         ignored.
16437
16438 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
16439
16440         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
16441         moving a toplevel window immediately after sizing it would
16442         result in it being sized back to the old size since 
16443         impl->width, impl->height aren't updated until we hear
16444         back from the server. There is still a (longstanding) bug
16445         here that gdk_window_get_size() will give the wrong size
16446         until we do hear back.
16447
16448 2000-08-31  Havoc Pennington  <hp@redhat.com>
16449
16450         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
16451         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
16452         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
16453         Rename GtkTextStyleValues to GtkTextAttributes
16454
16455 2000-08-31  Havoc Pennington  <hp@pobox.com>
16456
16457         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
16458         for rapid testing whether an iterator is the end iterator
16459         (gtk_text_btree_new): init end line cache
16460         (gtk_text_line_is_last): use fast cached line to 
16461         see if we're the last line.
16462         (get_last_line): use cached line here too, should 
16463         speed up some random unrelated code.
16464         
16465 2000-08-30  Havoc Pennington  <hp@pobox.com>
16466
16467         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
16468         signals.
16469
16470         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
16471         delete_text signals. This allows the signals to be used for
16472         implementing undo.
16473
16474         * gtk/gtktextbuffer.c: Change signal handler signatures; 
16475         provide "interactive" argument when emitting insert_text or
16476         delete_text signal.
16477         
16478 2000-08-30  Havoc Pennington  <hp@pobox.com>
16479
16480         * gtk/gtktextbuffer.c: Docs
16481
16482 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
16483
16484         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
16485         from switch statements, since Tor removed the enumeration
16486         value.
16487         
16488         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
16489         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
16490
16491 2000-08-29 Elliot Lee <sopwith@redhat.com>
16492         * */*.h: Use G_GNUC_CONST.
16493
16494 2000-08-27  Havoc Pennington  <hp@pobox.com>
16495
16496         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
16497         minor indentation fixes, inserted some FIXME about stuff I
16498         realized was broken while documenting it.
16499         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
16500         GTK convention  
16501
16502 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
16503
16504         * gtk/testgtk.c (create_styles): Fix double free of
16505         font desc.
16506
16507 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
16508
16509         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
16510         
16511         * gtk/testgtk.c (create_styles): Add a test for modifying
16512         the style through gtk_widget_modify_*.
16513
16514         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
16515         a function to get the current modifier style.
16516
16517         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
16518         of the passed in GtkRcStyle instead of ref'ing it.
16519
16520         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
16521
16522 2000-08-20  Tor Lillqvist  <tml@iki.fi>
16523
16524         * gdk/gdkimage.h
16525         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
16526         shared memory image+pixmap GdkImage type, or
16527         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
16528         I am dropping that.
16529
16530         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
16531         actually call gtk_init_abi_check(), passing also
16532         sizeof(GtkWindow). Ditto for gtk_init_check(). 
16533
16534         * gtk/gtk.def
16535         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
16536         New functions, used to check that the GTK+-using code has been
16537         compiled using the correct compiler and switches. In particular,
16538         with gcc one has to use the -fnative-struct switch as GTK+ is
16539         compiled with that.
16540
16541 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
16542
16543         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
16544         ->prev fields when merging lists. (Found simultaneously
16545         by Pawel Salek and Jakub Jelinek)
16546
16547 2000-08-12  Tor Lillqvist  <tml@iki.fi>
16548
16549         * gdk/gdk.def
16550         * gtk/gtk.def: Add missing entries.
16551
16552         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
16553         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
16554
16555         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
16556         function. Dummy implementation at this point.
16557
16558         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
16559         rules. Undefine GTK_COMPILATION when compiling the test programs.
16560         
16561         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
16562
16563 2000-08-11  Tor Lillqvist  <tml@iki.fi>
16564
16565         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
16566         to convert back and forth from UTF-8 and the "system" (or "current
16567         locale") charset when necessary. Indentation/spacing cleanup.
16568
16569 2000-08-10  Havoc Pennington  <hp@redhat.com>
16570
16571         * Makefile.am (snapshot): Change the format of the snapshot
16572         version to match glib
16573
16574         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
16575         from EXTRA_DIST since it doesn't seem to exist
16576
16577 2000-08-10  Tor Lillqvist  <tml@iki.fi>
16578
16579         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
16580         version of the directory name (not the UTF-8 one) when building
16581         the path name to stat().
16582
16583 2000-08-03  Elliot Lee  <sopwith@redhat.com>
16584
16585         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
16586         PANGO_ATTR_SHAPE set.
16587
16588 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
16589
16590         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
16591         Peter Osterlund to simplify the code while keeping the
16592         functionality the same.
16593
16594 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
16595
16596         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
16597         is_viewable() test further inside the function, since removing the 
16598         window from the redraw list without clearing ->update_area
16599         was also very broken.
16600
16601 2000-08-02  Tor Lillqvist  <tml@iki.fi>
16602
16603         * configure.in: Check for <unistd.h>.
16604
16605 2000-08-01  Martin Baulig  <baulig@suse.de>
16606
16607         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
16608         to display the message that this is a development version of GTK+.
16609
16610 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
16611
16612         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
16613         was depending on widget->allocation instead of the width of text_area,
16614         which was incorrect for subclasses like GtkSpinButton.
16615
16616         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
16617         with width == 1 tests that should be width == -1.
16618
16619 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
16620
16621         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
16622         (broken, Elliot, every single window blank on X) custom code with call
16623         to gdk_window_is_viewable() which a) prevents code duplicate and
16624         b) works. 
16625
16626 2000-07-31  Elliot Lee  <sopwith@redhat.com>
16627
16628         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
16629         to get the GDK_PARENT_ROOT() macro to work.
16630         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
16631         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
16632         of, windows that aren't shown.
16633         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
16634         pointer grab stuff.
16635
16636 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
16637
16638         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
16639           s/gtk_main_iteration/g_main_iteration/
16640
16641           Did this already in change:
16642                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
16643           don't know how it got reverted.
16644
16645 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
16646
16647         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
16648         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
16649
16650         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
16651         not gdk_pixbuf.
16652
16653 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
16654
16655         * configure.in,po/{sp,sr}.po: Added Serbian files
16656
16657 2000-07-30  Tor Lillqvist  <tml@iki.fi>
16658
16659         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
16660
16661         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
16662         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
16663         GIOChannel implementation.
16664
16665         * gdk/win32/gdkinput.c
16666         * gdk/win32/gdkpango-win32.c: Update license name here, too.
16667
16668         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
16669         definition to match prototype.
16670
16671         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
16672
16673 2000-07-27  Elliot Lee  <sopwith@redhat.com>
16674
16675         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
16676         function, to allow handling image formats that cannot be detected
16677         by looking at content alone.
16678
16679 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
16680
16681         * docs/tutorial/*.gif *.jpg *.eps
16682           Update these to the same look-n-feel.
16683           Why does including images in DocBook suck so badly?
16684
16685 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
16686
16687         * gtk/gtktable.c: applied patch from Phil Thompson
16688         <phil@river-bank.demon.co.uk> that enables space settings for
16689         the last row/columns as well.
16690
16691 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
16692
16693         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
16694         updates the license headers to the GNU Lesser General Public License,
16695         as well as updating the copyright year to 2000.
16696
16697 2000-07-26  Robert Brady  <rwb197@zepler.org>
16698
16699         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
16700           and po/Makefile, was installing and looking for them under gtk20
16701           and gtk2 respectively.
16702
16703 2000-07-25  Havoc Pennington  <hp@redhat.com>
16704
16705         * gtk/testtext.c: Comment out some stuff that depends on the rest
16706         of my patches.
16707
16708 2000-07-25  Havoc Pennington  <hp@redhat.com>
16709
16710         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
16711         buffer
16712
16713 2000-07-25  Havoc Pennington  <hp@redhat.com>
16714
16715         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
16716         widget changes.
16717
16718         * gtk/gtktextview.h: To be consistent with usage of "line"
16719         throughout the API to mean "newline-terminated thingy", change
16720         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
16721         to MOVEMENT_LINE.
16722
16723         (GtkTextView): Add flags for default editability, and whether to
16724         show the cursor. Add functions to get/set that. Add 
16725
16726         (gtk_text_view_get_iter_location): new function
16727
16728         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
16729         gtktextlayout.h
16730         (g_convert): Add g_convert temporarily, will go in glib in a bit
16731         
16732         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
16733         GtkTextTagTableForeach instead of brokenly using GHFunc.
16734         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
16735
16736         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
16737         moved to public header.
16738
16739         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
16740         "invisible", since "elide" was a bad name.
16741         (gtk_text_tag_get_priority): Added
16742
16743         (GtkTextStyleValues): put this in public header, along with
16744         functions to use it.
16745
16746         * gtk/gtktextmarkprivate.h: Include more headers, since we no
16747         longer include gtktextbtree.h.
16748
16749         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
16750         gtk_text_mark_deleted
16751
16752         * gtk/gtktextlayout.h: Don't include the "really private" headers,
16753         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
16754         to make this possible. Now we only need to install
16755         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
16756         (However the Makefile.am isn't changed yet because of the
16757         logistics of merging gtk-hp-patches piecemeal)
16758
16759         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
16760         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
16761         gtk_text_iter_get_line is now used in the public API for a
16762         different purpose.
16763
16764         * gtk/gtktextiter.h: Clean up function names to be more
16765         consistent. Always call char offset "offset" and byte index
16766         "index". A "line" is always a line number. 
16767
16768         (gtk_text_iter_is_last): new function, more efficient than 
16769         the existing way to check
16770         (gtk_text_iter_is_first): new function, also more efficient
16771
16772         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
16773
16774         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
16775         gtk_text_iter_forward_char, etc.
16776
16777         (gtk_text_iter_forward_to_tag_toggle): Renamed from
16778         forward_find_tag_toggle, since this isn't a linear search
16779
16780         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
16781
16782         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
16783         New functions, search for a buffer substring.
16784
16785         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
16786         interactive and default editable (since we need to store that info
16787         until we receive the selection data).
16788
16789         Remove all the _at_char and at_line etc. versions of functions;
16790         only have iterator versions.
16791
16792         Add _interactive() versions of functions, that consider the
16793         editability of text. (FIXME add interactive flag to the 
16794         insert/delete signals per Darin's suggestion)
16795
16796         (gtk_text_buffer_get_tag_table): new function, demand-creates the
16797         tag table if necessary
16798
16799         Remove declaration of gtk_text_buffer_get_iter_from_string
16800
16801         (_gtk_text_buffer_get_btree): private/internal function, added.
16802         
16803
16804         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
16805         (gtk_text_line_is_last): new function
16806
16807 2000-07-25  Havoc Pennington  <hp@redhat.com>
16808
16809         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
16810         using GtkProgressBar. See Changes-2.0.txt for details.
16811
16812         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
16813         "pulse_step" which are the equivalent of
16814         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
16815         Implement new API.
16816         
16817         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
16818         (use_text_format) to mark whether text set on the progress bar is
16819         a format string. Deprecate entire GtkProgress interface.
16820
16821         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
16822         (gtk_progress_build_string): make this a no-op if use_text_format
16823         is FALSE
16824
16825         * docs/Changes-2.0.txt: Describe progress bar changes.
16826
16827 2000-07-25  Tor Lillqvist  <tml@iki.fi>
16828
16829         * Makefile.am: Include the build directory.
16830
16831         * configure.in: Generate build/Makefile, build/win32/Makefile,
16832         gdk/, gdk/win32/, and gtk/makefile.mingw.
16833
16834         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
16835         Add GETTEXT_PACKAGE.
16836         
16837         * gdk/gdk.def
16838         * gtk/gtk.def: Updates.
16839
16840         * gdk/gdkfont.h
16841         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
16842         need them any longer.
16843
16844         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
16845
16846         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
16847         PANGOWIN32_LIBS and gdk_pixbuf.
16848
16849         * gdk/win32: Compiles, but no doubt doesn't work at all.
16850
16851         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
16852
16853         * gdk/win32/gdkinput.c: New file, temporarily.
16854         
16855         * gdk/win32/gdkinput-win32.h: New file
16856
16857         * gdk/win32/gdkinputprivate.h: Remove.
16858
16859         * gdk/win32/gdkpango-win32.c: New file.
16860
16861         * gtk/makefile.mingw.in: New file
16862
16863         * gtk/makefile.cygwin: Removed
16864         
16865         * gtk/Makefile.am: Update accordingly.
16866
16867         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
16868         made externally visible.
16869
16870         * gtk/gtkmain.c: Use it.
16871         
16872         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
16873         is enough.
16874
16875         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
16876
16877 2000-07-24 Elliot Lee <sopwith@redhat.com>
16878         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
16879         individual backends already.
16880         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
16881         again. Yes, there really is a good reason for this, if you are using the gdkregion
16882         internals, and if you're not, why do you care?
16883         * gdk/gdkwindow.c: Fix inverted condition
16884         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
16885         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
16886         * gtk/gtkrange.c: Redraw trough when moving.
16887         * gtk/gtktypeutils.c: Fix warning by adding const cast.
16888         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
16889
16890 2000-07-23  Tor Lillqvist  <tml@iki.fi>
16891
16892         * configure.in: Check for mkstemp and sigsetjmp. Output
16893         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
16894
16895         More work on GDK for Win32. Still in an intermediate state.
16896
16897         * gdk/makefile.cygwin
16898         * gdk/win32/makefile.cygwin: Removed.
16899         
16900         * gdk/makefile.mingw.in
16901         * gdk/win32/makefile.mingw.in: New files.
16902
16903         * gdk/Makefile.am
16904         * gdk/win32/Makefile.am: Generate and distribute them.
16905
16906         * gdk/win32/gdkwindow-win32.h
16907         * gdk/win32/gdkdrawable-win32.h
16908         * gdk/win32/gdkpixmap-win32.h: New files.
16909
16910         * gdk/win32/gdkcolor-win32.c
16911         * gdk/win32/gdkcursor-win32.c
16912         * gdk/win32/gdkdrawable-win32.c
16913         * gdk/win32/gdkgc-win32.c
16914         * gdk/win32/gdkimage-win32.c
16915         * gdk/win32/gdkprivate-win32.h
16916         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
16917         Rename fields and variables called xcursor, xid, etc (these names
16918         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
16919
16920 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
16921
16922         * gtk/gtkentry.[ch]: Fix some problems with vertical
16923         alignment.
16924
16925         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
16926         char/byte confusion.
16927
16928 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
16929
16930         * gtk/gtktextview.c (changed_handler): Fix bug where
16931         redraw wasn't being done properly when height of
16932         dirty region changed.
16933
16934         * demos/Makefile.am: Remove various references to
16935         -lgmodule
16936
16937 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
16938
16939         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
16940         PangoAttrShape to reserve space for pixmaps, add 
16941         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
16942         in the display functions.
16943         
16944         * gtk/testgtk.c (create_layout): Set some more exotic
16945         scrolled window options
16946
16947         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
16948         Add function to set the shadow type of a window, to allow
16949         putting a shadow around widgets such as GtkLayout or GnomeCanvas
16950         which don't draw their own frame.
16951
16952 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
16953
16954         * docs/tutorial/package-db-tutorial.sh: New file for
16955           packaging DocBook format tutorial
16956
16957 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
16958
16959         * docs/tutorial/gtk-tut.sgml: Minor updates
16960
16961         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
16962
16963 2000-07-19  Tor Lillqvist  <tml@iki.fi>
16964
16965         * gtk/gtksignal.c: Fix C++ comment.
16966
16967         * gtk/gtkimmulticontext.c
16968         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
16969         don't return value from void functions.
16970
16971         * gtk/gtk.def: Add gtk_rc_style_unref.
16972
16973 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
16974
16975         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
16976         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
16977         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
16978         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
16979         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
16980         gtk/gtktypeutils.h: Include files outside of the extern "C"
16981         block. Makes some C++ compiler happy. Reported by Denis Vakatov
16982         <vakatov@peony.nlm.nih.gov>.
16983
16984 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
16985
16986         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
16987           Completes first pass. Hurrah!
16988
16989 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
16990
16991         * docs/tutorial/gtk-tut.sgml: More clean ups.
16992
16993 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
16994
16995         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
16996         paint the background of the text area which was accidentally
16997         removed at some point.
16998
16999         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
17000           
17001          - Move most of the functionality from the theme vtable
17002            into GtkRcStyleClass and GtkStyleClass. The moved
17003            vtable functions were changed a bit in the move to
17004            work better in their new home.
17005
17006          - Get rid of the engine and engine_data fields from
17007            GtkRcStyle and GtkStyle; instead the theme
17008            engine derives theme-specific subclasses of GtkRcStyle
17009            and GtkStyle
17010
17011          - Add extra dlsym() found entry point to themes,
17012            theme_create_rc_style().
17013
17014         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
17015         in gtk_style_real_copy.
17016
17017         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
17018         to register a type associated with an engine. (The engine
17019         won't be unloaded as there is an instance of the type.)
17020
17021
17022 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
17023
17024         * docs/tutorial/gtk-tut.sgml: Clean ups.
17025
17026 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
17027
17028         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
17029           of cleaning up to do.
17030
17031 2000-07-15  Tor Lillqvist  <tml@iki.fi>
17032
17033         * gdk/testgdk.c: New file, quick hack to test backends for
17034         pixel-by-pixel correctness of the most simple graphic operations.
17035
17036 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
17037
17038         * Really release 1.3.1
17039         
17040         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
17041         include structure.
17042
17043 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
17044
17045         * Released 1.3.1
17046
17047 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
17048
17049         * gtk/gtktextlayout.c: use FALSE for size_only most
17050         of the time when calling gtk_text_layout_get_line_display()
17051         to avoid causing double reshapes when a redraw follows
17052         immediately after.
17053
17054 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
17055
17056         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
17057         appropriate region and gdk_window_process_updates() so trough
17058         updating doesn't lag behind the window being scrolled.
17059
17060         * gdk/gdkgc.c: Make parent_class pointer static.
17061          
17062 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
17063
17064         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
17065         include <string.h>.
17066          
17067         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
17068         cut-and-paste error in computing memory offset for 4 channels.
17069
17070 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
17071
17072         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
17073         gtk_rc_append_default_pixmap_path(), since it wasn't
17074         adding an interesting path and we don't have a meaningful
17075         default for this value.
17076
17077 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
17078
17079         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
17080         gtk-config to gtk-config-2.0 move gtk_.m4 to
17081         gtk-2.0.m4
17082
17083         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17084         gdk/Makefile.am demos/Makefile.am: Change 
17085         library names to libgtk-1.3.la, etc, so that we
17086         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
17087
17088         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17089         gdk/Makefile.am gdk/x11/Makfile.am
17090         Move include files into /usr/include/gtk-2.0, 
17091         /usr/lib/gtk-2.0/include/
17092          
17093         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
17094         gtk/gtkintl.h: Change package for gettext from 
17095         gtk+ to gtk20. Put hack in autogen.sh to modify
17096         po/Makefile.in.in after gettextize to make this
17097         possible.
17098
17099         * gtk+.spec: Some updates, not tested.
17100
17101         * gdk-pixbuf/Makefile.am: Move loaders into
17102         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
17103
17104         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
17105         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
17106         to THEMENAME/gtk-2.0/. Move engine directory  to
17107         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
17108         
17109 2000-07-12  Tor Lillqvist  <tml@iki.fi>
17110
17111         Win32 changes, still doesn't build though.
17112
17113         * gdk/makefile.cygwin
17114         * gdk/win32/makefile.cygwin
17115         * gtk/makefile.cygwin: Updates.
17116
17117         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
17118         default values for fg and bg pixel as X11 does (0 and 1), not
17119         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
17120         Use 0 for pen width by default (treated as 1 anyway later, but for
17121         apps that might check the value in the GdkGC).
17122         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
17123         interface to gdk_gc_predraw and _postdraw.
17124
17125         * gdk/win32/gdkwin32.h
17126         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
17127
17128         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
17129         extraneous semicolon.
17130
17131         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
17132
17133         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
17134         not the Win32 bitspixel value.
17135
17136         * gdk/win32/gdkcc-win32.c:
17137         * gdk/win32/gdkcolor-win32.c 
17138         * gdk/win32/gdkprivate-win32.h
17139         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
17140         GDK object structure.
17141
17142 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
17143
17144         * docs/tutorial/gtk_tut_12.es.sgml (name): 
17145         * docs/tutorial/gtk_tut_it.sgml (name): 
17146         * docs/tutorial/gtk_tut_fr.sgml (name): 
17147         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
17148         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
17149
17150 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
17151
17152         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
17153           small changes.
17154
17155 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
17156
17157         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
17158         a bug here, never been here and never fixed anything ;(
17159         (don't segfault if tree->root_tree is NULL, which happens prior
17160         to widget realization, but puke instead).
17161
17162 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
17163
17164         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
17165         add the necessary tokens.
17166
17167         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
17168         (gtk_rc_style_to_style): copy thicknesses.
17169         (gtk_rc_init_style): apply thicknesses.
17170         (gtk_rc_parse_style): parse xthickness and ythickness.
17171
17172         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
17173
17174         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
17175         (gdk_window_new): 
17176         (_gdk_windowing_window_init): 
17177         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
17178         (gdk_pixmap_create_from_data): 
17179         (gdk_bitmap_create_from_data): 
17180         (gdk_pixmap_new): 
17181         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
17182         (gdk_image_new): 
17183         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
17184         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
17185         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
17186         (gdk_colormap_get_system): 
17187         (gdk_colormap_new): 
17188         * gdk/gdkwindow.c (gdk_window_init): 
17189         * gtk/gtkstyle.c (gtk_style_new):
17190         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
17191         * gdk/gdkpixmap.c (gdk_pixmap_init): 
17192         * gtk/gtkrc.c (gtk_rc_style_new):
17193         use g_object_new() instead of g_type_create_instance() which
17194         is a private function for fundamental type implementations.
17195
17196 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
17197
17198         * configure.in: Add check for db2html
17199
17200 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
17201
17202         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
17203         hack to set glib_debug_objects based on gtk_debug_flags.
17204
17205 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
17206
17207         * INSTALL.in: Update the Prerequisites section.
17208
17209         * Makefile.am demos/Makefile.am docs/Makefile.am
17210         docs/tutorial/Makefile.am gdk/x11/Makefile.am
17211         gdk/linux-fb/Makefile.am: Dist fixes
17212
17213 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
17214
17215         * NEWS: 10,000 foot view of 1.3.1 changes.
17216
17217 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
17218
17219         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
17220         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
17221         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
17222         gdk/x11/gdkmain-x11.c: 
17223
17224         Patch from George Lebl to add a GdkGrabStatus enumeration to use
17225         as a return value of gdk_*_grab(). Previously, we just
17226         returned the X11 values directly.
17227
17228 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
17229
17230         * gdk/x11/Makefile.am: Patch from George Lebl to 
17231         install all the headers in the right place.
17232
17233 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
17234
17235         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
17236           initial conversion to DocBook.
17237
17238 2000-07-04  Tor Lillqvist  <tml@iki.fi>
17239
17240         * README.win32: Improve a bit.
17241
17242         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
17243         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
17244         Alt+0nnn on the numpad (used to enter characters by numeric code
17245         from current DOS or ANSI codepage) working correctly, as in other
17246         Windows apps.
17247
17248         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
17249         same argument validity tests as in X11 version.
17250         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
17251
17252         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
17253         definitions in case missing from headers.
17254
17255         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
17256         destroy the window-specific cursor.
17257         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
17258         calling GetModuleHandle(NULL).
17259         (gdk_window_set_cursor): Reworked to always copy the passed cursor
17260         with CopyCursor before setting it as the window-specific
17261         cursor. It is OK for the caller to destroy the GdkCursor (and thus
17262         also its Windows cursor) after calling this function. Destroy any
17263         previous window-specific cursor.
17264
17265 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
17266
17267         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
17268         font charset is iso8859-1, not iso-8859-1.
17269
17270 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
17271
17272         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
17273         Use g_get_charset() instead of g_get_codeset().
17274
17275         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
17276         Comment out some strdup'ing functions to keep timj
17277         happy until we finish fighting this out.
17278
17279 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
17280
17281         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
17282         <= width or height.
17283
17284         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
17285         from 1.2 for parent/child states.
17286
17287         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
17288         of typos.
17289
17290         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
17291         event structures, replace with a generic axes field. Replace 
17292         deviceid/sourec with GdkDevice *device.
17293
17294         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
17295         to extract particular axis use value from event. (Also
17296         can be used for normal X/Y.)
17297
17298         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
17299         allow for arbitrary number of axes, namespace everything
17300         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
17301         everywhere.
17302
17303         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
17304         Get rid of the gdk_input_vtable setup if favor of simply
17305         defining the functions in gdkinput-none/gxi/xfree.c in
17306         a similar fashion to the way that the port structure is 
17307         done.
17308
17309         * gtk/gtkdnd.c: Fix fields of synthesized button press event
17310         for new event structures. 
17311
17312         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
17313         new device interfaces.
17314
17315 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
17316
17317         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
17318         set the initial text.
17319
17320         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
17321         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
17322         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
17323         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
17324
17325         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
17326         pango_layout_set_font_description to simplify.
17327
17328 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
17329
17330         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
17331         pango_layout_set_font_description to simplify.
17332
17333 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
17334
17335         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
17336         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
17337         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
17338
17339         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
17340         PANGO_PIXELS() macro.
17341
17342 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
17343
17344         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
17345         that returns a PangoContext owned by the widget and updated to
17346         match future changes in the widget. Also, make 
17347         gtk_widget_create_pango_layout() use this context. If we ever
17348         add a ::changed signal to PangoContext, this will make things
17349         much more convenient. 
17350
17351         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
17352         in the appropriate places instead of destroying the layouts and
17353         creating new ones.
17354
17355         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
17356         in a few strategic places.
17357
17358 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
17359
17360         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
17361         gtk_widget_size_request() on reparented child, if one. Otherwise,
17362         queue_resize() on the child never results in it getting size-requested
17363         at all.
17364
17365         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
17366         in option menus, so that (with luck) people won't copy it into
17367         their apps in the future.
17368
17369         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
17370         to gtk_option_menu_calc_size. This isn't perfect, but should fix
17371         a lot of problems with changing the size of the menu's menu
17372         items after adding it to the option menu.
17373
17374         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
17375
17376         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
17377         the text direction for a widget changes.
17378
17379         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
17380         ::direction_changed to get rid of various hacks.
17381
17382 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
17383
17384         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
17385         name.
17386
17387 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
17388
17389         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
17390         flag to the structure. Do not call XFreePixmap on pixmaps created
17391         by gdk_pixmap_foreign_new().
17392
17393 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
17394
17395         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
17396         value using GdkRGB functionality given GdkColormap and GdkColor.
17397         (name not final, waiting for inspiration.)
17398         
17399         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
17400         set the foreground/background of a GC using the GC's colormap
17401         and GdkRGB. (name not final, waiting for inspiration.)
17402
17403         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
17404         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
17405
17406         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
17407         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
17408         purely a function of the corresponding colormap. Make
17409         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
17410
17411         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
17412         gdk_pixbuf_*create_from_xpm_* in terms of
17413         gdk_pixbuf_new_from_xpm_data(), move into platform independent
17414         code.
17415
17416         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
17417         advantage of the new draw_rgb_32_image_dithalign.
17418
17419         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
17420
17421         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
17422         on each created GC.
17423
17424         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
17425
17426         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
17427         which we initialize from the drawable when the GC is created,
17428         if the drawable has a colormap.
17429
17430         * gdk/x11/gdkgc-x11.c: include string.h for memset.
17431
17432         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
17433
17434         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
17435
17436 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
17437
17438         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
17439         actually returning expose events, make sure to set
17440         the count field properly.
17441
17442         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
17443         accidentally reintroced bug which always cleared
17444         the graphics_exposures value. 
17445
17446 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
17447
17448         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
17449
17450 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
17451
17452         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
17453
17454 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
17455
17456         * docs/faq/gtk-faq.sgml: Start of Section 6.
17457
17458 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
17459
17460         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
17461         
17462         (Fixes problem with drawing childless frames. Pointed out
17463         by and a first patch from Anders)
17464         
17465         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
17466         compute a child_allocation, even if we don't have a child.
17467
17468         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
17469         Always chain to the parent's impl, even if we don't have a child.
17470
17471 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
17472
17473         * gdk/gdkrgb.c: If possible, create only a single shm segment and
17474         use multiple parts of it instead of creating a bunch of separate
17475         segments, since the maximum number of segments per system is not
17476         large. (This might be worth backporting to GTK+-1.2.x if we make a
17477         new release )
17478
17479         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
17480         structure in preparation for per-colormap GdkRGB.
17481
17482         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
17483         to False when we get EINVAL from shmget so that the caller of
17484         gdk_image_new can retry with a smaller segment size.
17485
17486 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
17487
17488         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
17489
17490 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
17491
17492         * configure.in: make the current version number 1.3.1 (binary age 0,
17493         interface age 0).
17494         
17495         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
17496         gtkcompat.h is all we want.
17497
17498         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
17499         GLib primitive types. fixed g_type_register_fundamental() argument
17500         ordering.
17501
17502         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
17503         compiles.
17504
17505         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
17506         object code cleanup, comment trigraph fixes, etc...
17507
17508 2000-06-23  Havoc Pennington  <hp@redhat.com>
17509
17510         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
17511         instead of making up a bogus name for first_para_mark
17512
17513         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
17514         0 as a context ID
17515
17516 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
17517
17518         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
17519
17520 2000-06-21  Havoc Pennington  <hp@pobox.com>
17521
17522         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
17523         we didn't check window->bg_pixmap != GDK_NO_BG.
17524
17525         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
17526         gdk-pixbuf
17527
17528 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
17529
17530         * docs/faq/gtk-faq.sgm: Move file to here.
17531           TODO: Update Makfile.am 
17532
17533 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
17534
17535         * docs/gtk-faq.sgm: Add Section 2
17536
17537 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
17538
17539         * docs/gtk-faq.sgm: New file. Start of DocBook
17540           version of the FAQ.
17541
17542 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
17543
17544         * configure.in (GDK_PIXBUF_MAJOR): Define version
17545         numbers for GDK_PIXBUF_*, as they get substituted
17546         into a header file. Need to consider versioning
17547         for gdk-pixbuf more carefully later.
17548
17549 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
17550
17551         Work with srcdir != builddir.   
17552         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
17553         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
17554         * demos/testpixbuf.c: Likewise.
17555         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
17556         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
17557         <gdk/x11/gdkx.h>.
17558         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
17559         "gdk-pixbuf.h".
17560         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
17561
17562 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
17563
17564         * TODO.xml: Change 1.4 version numbers to 2.0.
17565
17566 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
17567
17568         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
17569         fixups to GTK+ standard.
17570
17571 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
17572
17573         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
17574         gdk-pixbuf.
17575
17576         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
17577         fixups for GObject.
17578
17579         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
17580         gdk-pixbuf with GDK dependencies moved into GDK.
17581         
17582         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
17583         move gdk-pixbuf-loader here until GObject has signals.
17584
17585         * demos/: New directory of demos. Move demos from
17586         gdk-pixbuf here.
17587
17588         * demos/pixbuf-init.c: Small bit of code to check for
17589         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
17590         set GDK_PIXBUF_MODULEDIR appropriately.
17591
17592         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
17593         define which no longer makes sense.
17594
17595 2000-06-21  Havoc Pennington  <hp@redhat.com>
17596
17597         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
17598         gtk_get_default_language
17599
17600         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
17601         new function to get the default language
17602
17603         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
17604         s/gtk_text_view_style_values/gtk_text_style_values/
17605
17606         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
17607         Add a "language" field to tags.
17608
17609         (gtk_text_tag_set_arg): Fix bug in setting
17610         "bg_full_height_set" tag.
17611
17612 2000-06-21  Havoc Pennington  <hp@redhat.com>
17613
17614         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
17615         in the interfaces
17616
17617         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
17618         stuff instead when possible.
17619
17620         * gtk/gtktexttypes.h: Delete some unused constants
17621
17622         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
17623         testtextbuffer.c: use glib instead of custom unicode routines
17624
17625 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
17626
17627         * docs/es/: Removed mistakenly added generated sgml
17628
17629         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
17630         Remove outdated info files.
17631
17632         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
17633         Moved tutorial files into subdir
17634
17635         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
17636         subdir.
17637
17638         * docs/man/gtk_button.pod: Remove. (contents will be
17639         integrated into gtk-reference button page.)
17640
17641         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
17642         docs/faq/Makefile.am: Adjust for new organization
17643
17644 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
17645
17646         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
17647         not $(MKINSTALLDIRS)
17648
17649 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
17650
17651         * gtk/testgtk.c (create_text): Finish the job Elliot started
17652         of removing font setting test for text widget. (Since text widget
17653         and GdkFont are not deprecated, and cause portability problems.)
17654
17655 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
17656
17657         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
17658         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
17659         Remove use of libunicode in favor of new GLib functions.
17660
17661         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
17662         nano-x, framebuffer. The X11 include is just a hack until we get
17663         the necessary functions in gdkcolor.h, so there is no reason to
17664         add other includes of platforms.
17665
17666         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
17667         window bigger than the screen change.
17668
17669         * gtk/testgtk.c: Revert some random changes from Elliot
17670         that had no particular point and were causing testgtkrc
17671         not to function correctly.
17672         
17673         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
17674         because GdkSegment and GdkRegionBox have the same fields,
17675         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
17676         results in clearer code.
17677
17678         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
17679         gdk_input_translate_coordinates): Fix missed GdkObjectification
17680
17681 2000-06-18  Elliot Lee  <sopwith@redhat.com>
17682
17683         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
17684         * gtk/gtk{plug,socket}.h: Missed commits from previous.
17685
17686 2000-06-20  Havoc Pennington  <hp@redhat.com>
17687
17688         * modules/linux-fb/Makefile.am: Make this compile
17689         without framebuffer enabled
17690
17691         * gdk/linux-fb/Makefile.am: Add conditional to not build
17692         framebuffer unless specified in configure
17693
17694         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
17695         the size of the target instead of source if -1 was passed for
17696         width/height
17697
17698         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
17699         width/height confusion.
17700
17701 2000-06-19  Havoc Pennington  <hp@redhat.com>
17702
17703         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
17704         GDK_DRAWABLE_XID. In the future, we probably want to make it
17705         faster with G_DISABLE_CHECKS turned on.
17706
17707 2000-06-14  Havoc Pennington  <hp@redhat.com>
17708
17709         * gdk/Makefile.am: add gdkpixmap.c
17710
17711         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
17712         s/gdk_image_init/_gdk_windowing_image_init
17713
17714         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
17715         ref/unref
17716
17717         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
17718
17719         * gdk/gdkcompat.h: remove GdkWindowType compat, since
17720         GdkWindowType is now non-deprecated; 
17721         change gdk_window_get_type() compat to be
17722         gdk_window_get_window_type().
17723
17724         * gdk/gdkdnd.h: make GdkDragContext a GObject.
17725
17726         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
17727         virtual GObject. Make all functions call into the vtable.
17728         Move gdk_image_put() guts in here. Remove GdkDrawableType
17729         and gdk_drawable_get_type(), these are now GdkWindow-specific.
17730         draw_image, get_depth, get_size, set_colormap, get_colormap,
17731         get_visual added to the vtable.
17732         
17733         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
17734         GObject. Virtualize everything. 
17735         (gdk_gc_new_with_values): remove check for destroyed window,
17736         because now GdkWindow::create_gc will check this.
17737         (gdk_gc_set_values): New function to set GC values, this 
17738         was already implemented but wasn't in the header
17739
17740         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
17741
17742         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
17743         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
17744         remove _gdk_window_class; add _gdk_window_impl_get_type() and
17745         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
17746         _gdk_windowing_window_init, rename gdk_image_init to
17747         _gdk_windowing_image_init.
17748         
17749         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
17750         (gdk_draw_layout): Remove check for destroyed window, 
17751         because all the drawable methods already check it.
17752         
17753         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
17754         Add gdkpixmap.c which contains implementation of GdkDrawable
17755         virtual table (by chaining to a platform-specific implementation
17756         object).
17757         
17758         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
17759         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
17760         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
17761         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
17762         GdkColormapPrivate. 
17763
17764         * gdk/gdktypes.h: #include <glib-object.h>
17765
17766         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
17767         Move most functionality to platform-specific implementation
17768         object. GdkWindow itself now handles the backing store, then
17769         chains to the platform-specific implementation.
17770         (gdk_window_get_window_type): return GdkWindowType of the window.
17771         (gdk_window_peek_children): New routine, returns the children of 
17772         a GdkWindow
17773         (gdk_window_get_children): Was in X11-specific code and did 
17774         XQueryTree. Changed to simply return a copy of window->children; 
17775         so it can go in cross-platform code.
17776         
17777         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
17778
17779         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
17780         GdkColormap; just changed to use the new private data instead
17781         of casting to GdkColormapPrivate.
17782
17783         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
17784         gdk_cursor_new().
17785
17786         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
17787         (private data member in the GObject). 
17788         (xdnd_manager_source_filter): Function had broken 
17789         error handling, fix it (use gdk_error_trap_push).
17790
17791         * gdk/x11/gdkdrawable-x11.c: This file now implements
17792         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
17793         base class is purely for the convenience of the X port,
17794         and not part of the interface to cross-platform GDK.
17795
17796         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
17797         
17798         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
17799         specific to X, and returned by the create_gc virtual method
17800         of GdkDrawableImplX11. 
17801         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
17802         rather than gchar, this was also changed in the GdkGC vtable.
17803         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
17804         mask is 0, return immediately, instead of checking every flag.
17805         This is faster, and keeps us from segfaulting if values is NULL
17806         and the mask contains some nonzero flags.
17807
17808         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
17809         GdkWindow.
17810
17811         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
17812         GdkWindowPrivate is gone.
17813
17814         * gdk/x11/gdkim-x11.c: rename things that got renamed.
17815
17816         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
17817         remove the image_put stuff that got transferred to GdkDrawable.
17818         
17819         * gdk/x11/gdkinput.c: renamings
17820
17821         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
17822
17823         * gdk/x11/gdkpixmap-x11.c: GObject conversion
17824
17825         * gdk/x11/gdkprivate-x11.h: indentation fixes
17826
17827         * gdk/x11/gdkproperty-x11.c: renamings
17828
17829         * gdk/x11/gdkselection-x11.c: renamings
17830
17831         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
17832         implements the platform-specific "impl" object.
17833         Moved gdk_window_get_children to gdk/gdkwindow.c
17834
17835         * gdk/x11/gdkx.h: Remove all the private structs and private datas
17836         that no longer exist. Add declaration of GdkGCX11 object here.
17837         Fix all the macros to still work. 
17838
17839         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
17840         GdkDragContext from the boxed types since they are now GObjects.
17841
17842         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
17843         moved xthickness/ythickness into the instance. GtkStyleClass
17844         functions are now in the standard vtable for GtkStyle, so you have
17845         to create a GObject subclass to write a theme engine.
17846         (gtk_style_copy): fixed a leaked PangoFontDescription
17847         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
17848         can be the standard GObject function.
17849         
17850         * Throughout GTK:
17851         s/style->klass->[xy]thickness/style->[xy]thickness
17852         s/pango_layout_unref/g_object_unref/
17853
17854         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
17855         
17856         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
17857         accessing GDK internals.
17858
17859         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
17860         accessing GDK internals.
17861
17862 2000-06-18  Elliot Lee  <sopwith@redhat.com>
17863
17864         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
17865
17866         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
17867         problem by calculating event position relative to the trough
17868         rather than the slider.
17869         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
17870
17871         * gdk/gdkgc.h: Add GDK_NOR.
17872
17873         * configure.in, Makefile.am: Add modules top level dir
17874         * configure.in: Only use pangox library if building x11 target.
17875         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
17876
17877 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
17878
17879         * gtk/gtkcolorsel.c: Change private class member to be named
17880         private_data throughout the file.
17881
17882         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
17883         private_data to avoid clashing with keyword.
17884
17885 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
17886
17887         * gdk/gdkdnd.h: Add comment to remove warning.
17888
17889 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
17890
17891         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
17892         Byelorussian language; changed the Makefile and file names 
17893         to reflect that.
17894
17895 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
17896
17897         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
17898         rather than gdk_window_hide; this makes things work
17899         correctly if the window is programmatically hidden while
17900         iconified.
17901
17902 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
17903
17904         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
17905         cut and paste typo where wrong pixmap was being
17906         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
17907
17908 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
17909
17910         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
17911         Add helper function to compute format / bytes 
17912         relationship. Use in a couple places to fix up
17913         errors which assume 8 * format.
17914
17915         * gtk/gtkselection.c (gtk_selection_request): Use 32
17916         rather than 8 * sizeof (GdkAtom), to work correctly
17917         on Alpha.
17918
17919 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
17920
17921         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
17922         libgtk.la
17923         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
17924         versions
17925
17926         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
17927         checking macros return NULL since the function has a return value.
17928
17929 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
17930
17931         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
17932         GTK+ from building at all.
17933
17934         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
17935
17936 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
17937
17938         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
17939         gtk/Makefile.am: make it possible to configure gtk for different
17940         targets on the same platform. The library name is now 
17941         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
17942         flag. Only the x11 target compiles right now.
17943         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
17944         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
17945         * gdk/nanox/gdk*generic*: delete generic region code.
17946         * gdk/linux-fb/gdk*generic*: delete generic region code.
17947         * README.nanox: update information.
17948         
17949 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
17950
17951         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
17952         prepend not append. (Pointed out by Brett Hall.)
17953
17954 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
17955
17956         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
17957
17958 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
17959
17960         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
17961         need this later, and this makes sure that the atexit for
17962         glib gets called after that for GDK, so atexits are
17963         properly ordered for object leak checking.
17964
17965         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
17966
17967         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
17968         pango_x_shutdown_display()
17969
17970         * gtk/simple.c (main): Close window on destroy.
17971
17972 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
17973
17974         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
17975         to treat initial creation different from setting with 
17976         regards to the graphics-exposures parameter, so add a parameter
17977         indicating whether this is initial or not.
17978
17979 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
17980
17981         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
17982         to sort of work by adding an extra return_exposes arg
17983         to gdk_event_translate() - it might be better to simply
17984         deprecate the function altogether and force people to rewrite
17985         without it. gdk_window_scroll() handles most of it, and where
17986         gdk_window_scroll() doesn't work, simply redrawing more does.
17987
17988         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
17989         assertion.
17990
17991         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
17992
17993         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
17994         bunch of pretty much useless /* Print debugging info */ comments 
17995         which had drifted away from the code they were commenting.
17996
17997 2000-06-02  Havoc Pennington  <hp@pobox.com>
17998
17999         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
18000         is in working order.
18001         
18002         * gtk/testtext.c: Change to reflect anonymous mark API
18003
18004         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
18005
18006         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
18007         field, which was unused.
18008
18009         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
18010         saves some typing.
18011
18012         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
18013
18014         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
18015         flag on the insertion point and selection bound
18016
18017         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
18018         make mark-manipulation functions take a GtkTextMark* instead of a
18019         mark name.
18020         
18021         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
18022         GtkTextMarkBody; will be used to detect attempts to delete
18023         the permanent marks (insert and selection bound)
18024
18025         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
18026
18027 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
18028
18029         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
18030         flag to on.
18031
18032         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
18033         Honor DOUBLE_BUFFRED_FLAG
18034
18035         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
18036         function to set the DOUBLE_BUFFERED flag.
18037
18038         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
18039         or not exposes done on the widget should be double-buffered.
18040
18041         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
18042         to be what would be expected. (Fixes problem with a
18043         g_return_if_fail() validating a TextDirection enumeration)
18044
18045 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
18046
18047         * gtk/gtkwidget.c: Remove all references to 
18048         offscreen flag which was no longer used.
18049
18050         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
18051
18052         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
18053         for non-null label_widget->parent.
18054
18055         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
18056         which no longer was used.
18057
18058         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
18059
18060         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
18061         for null arguments.
18062
18063         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
18064         check for destroyed windows.
18065
18066 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
18067
18068         * gtk/gtkimmulticontext.c: Add a finalize method and unref
18069         the slave context there.
18070
18071         * gtk/gtkinvisible.[ch]: Make reference counting behavior
18072         identical to GtkWindow.
18073
18074 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
18075
18076         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
18077         pangox to here, so we can write them independent of rendering
18078         system, using GDK primitives.
18079
18080         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
18081         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
18082         since we have a rendering-system independent implementation in
18083         terms of draw_glyphs().
18084         
18085         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
18086         function to render a single line.
18087
18088         * gdk/x11/gdkpango.c: Move the guts of this file mostly
18089         into ../gdkpango.c, which simplifies things, since we
18090         don't have to deal with raw X gc's.
18091
18092 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
18093
18094         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
18095         get the logical attributes for a given GtkTextLine.
18096
18097 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
18098
18099         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
18100         g_locale_get_codeset() to g_get_codeset() change.
18101
18102 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
18103
18104         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
18105         descriptions.
18106
18107         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
18108         the entry.
18109
18110         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
18111         redoing (vastly simplifying) for Pango. Still needs quite
18112         a bit of work. (Size selection is currently poor. List of 
18113         predefined sizes is not a good idea, since all of these
18114         sizes won't necessarily be distinct.)
18115
18116 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
18117
18118         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
18119         CODESET results for LANG=C.
18120
18121 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
18122
18123         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
18124         which takes a stringized pango font description;
18125         ignore the older 'font' and 'fontset' declarations.
18126
18127         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
18128         field with a GdkFont derived via gdk_font_from_description(),
18129         for compatibility. (Should we just remove it entirely?
18130         Probably too much compatibility breakage, but people
18131         should be migrating to the new Pango stuff as quickly
18132         as possible.)
18133
18134 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
18135
18136         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
18137
18138 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
18139
18140         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
18141         redoing; there are some bugs in size allocation right
18142         now, the semi-existant distinction between header / day
18143         fonts was removed, but, with Pango, could actually
18144         be made functional in a nice way.
18145         
18146         * gtk/testcalender: Move calender from examples into this
18147         directory as a test program. (We really need to restrcture
18148         testgtk into a whole directory full of tests for every
18149         widget or functionality group, separated into multiple .c
18150         files.)
18151
18152 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
18153
18154         * gtk/testgtk.c (file_exists): Fix stupid typo that
18155         was keeping RC file from being loaded.
18156
18157         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
18158         RC file font code.
18159
18160 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
18161
18162         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
18163         Add function to load a GdkFont from a PangoFontDescription.
18164
18165 2000-05-29  Tor Lillqvist  <tml@iki.fi>
18166
18167         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
18168         variable should be of type GdkEventPrivate.
18169
18170 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
18171
18172         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
18173         to have any widget for the label, use a GtkLabel widget
18174         to display the text. (Based partially on a patch from
18175         Anders Carlson.)
18176
18177         (Quite a bit of code reorganization - strip 90% of the
18178         guts out of gtkaspectframe and add a single virtual
18179         func to GtkFrameClass - compute_child_allocation.)
18180
18181 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
18182
18183         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
18184         (Removed clist->row_center_offset field because caching
18185         it wasn't saving time or code, added private function
18186         _gtk_clist_create_cell_layout()).
18187
18188 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
18189
18190         * gtk/gtkaccellabel.c: Pangoized.
18191
18192         * gtk/[hv]ruler.c: Pangoized
18193
18194 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
18195
18196         * gtk/gtkfilesel.c (gtk_file_selection_init):
18197         Use gtk_clist_set_column_auto_resize() to remove need
18198         need for manual column width computations.
18199
18200 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
18201
18202         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
18203         ensuring Pango correctness, and considerably simplifying the
18204         code.
18205         
18206         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
18207
18208         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
18209         getting of numbers of lines.
18210
18211         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
18212         to the actual requested width of the lable, not to the wrap
18213         width we set.
18214
18215         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
18216
18217         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
18218           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
18219
18220         * gtk/gtktextview.c: Fix structure inheritance.
18221
18222         * gtk/gtkprogressbar.c: Pangoize.
18223
18224 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
18225
18226         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
18227         in a function.
18228
18229         * gtk/gtktextlayout.c (find_display_line_above): Fixed
18230         bug with computing line tops.
18231
18232         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
18233
18234 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
18235
18236         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
18237         and y_offset coordinates to do what we need now. (The offset between
18238         buffer and layout coordinates has been reintroduced, but is a 
18239         bit different than before.)
18240
18241         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
18242         handle the adjustments ourselves, and scroll as necessary using
18243         the new gdk_window_scroll().
18244         
18245         The advantage of this is that when we are incrementally revalidating,
18246         we are essentially rearranging things around the visible portion
18247         of the screen. With the old setup, the visible portion of the
18248         screen was moved around in the layout, so scrolling and redrawing
18249         to track that caused jumping of the display. Since we now
18250         control the scrolling ourselves, we can suppress this and
18251         only redraw when things actually change.
18252
18253 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
18254
18255         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
18256         the region not just redisplay it after-all, since we store the
18257         cursors in the LineDisplay. (Ugly interactions here between
18258         GtkLayout and GtkTextBTree here.)
18259         
18260         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
18261
18262 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
18263
18264         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
18265         Added function to scroll contents of a window while keeping the
18266         window constant. Works by XCopyArea or guffaw-scrolling depending
18267         on the details of how the window is set up. (guffaw-scrolling
18268         still needs to be filled in.)
18269
18270 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
18271
18272         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
18273         move the debugging that was tied to a global variable
18274         to that.
18275
18276         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
18277
18278         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
18279         validated flag, in line data instead of setting height/width to
18280         -1. This allows us to perform operations with partially invalid
18281         buffer (using the old size for invalid lines) and thus to do
18282         incremental vaidation. Keep height/width aggregates up to date
18283         when deleting text and rebalancing the tree.
18284
18285         * gtk/gtktextbtree.[ch]: Add functions validate a line
18286         (gtk_text_btree_validate_line), and to validate up
18287         to a number of pixels (gtk_text_btree_validate).
18288
18289         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
18290         that indicates that something is changed and a revalidation
18291         pass is needed. Change ::need_repaint to ::changed, and
18292         make it take old and new yranges instead of a rectangle.
18293
18294         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
18295         the line_data_destroy() function from 
18296         gtk_text_btree_add_view() to a virtual function in 
18297         GtkTextLayout
18298
18299         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
18300         since we are handling partial repaints in a different fashion
18301         now.
18302
18303         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
18304         of the selection instead of queueing a repaint on the
18305         entire widget.
18306
18307         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
18308         get_selection_bounds() down to btree, make the function
18309         in buffer a wrapper around the btree function.
18310
18311         * gtk/gtktextlayout.[ch]: Add functions to check if the
18312         layout is valid and to recompute either a range of pixels
18313         aroudn a line or a certain total number of pixels.
18314
18315         * gtk/gtktextlayout.[ch]: Cache a single line display;
18316         now that we only redraw the needed portions, the hit rate
18317         for this cache is quite high.
18318         
18319         * gtk/gtktextview.[ch]: Keep track of the first paragraph
18320         on the screen so that when re-laying-out the buffer, we can
18321         keep the same place. This requires connecting to ::value_changed
18322         on the adjustments
18323
18324         * gtk/gtktextview.[ch]: Add idle functions to revalidate
18325         the buffer after we receive an ::invalidated signal.
18326         
18327 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
18328
18329         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
18330         to max of allocation and layout size, not just to the
18331         layout size.
18332
18333         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
18334         Invalidate window so it gets redrawn properly.
18335
18336         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
18337         to mean the entire window.
18338
18339         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
18340         into public header.
18341
18342 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
18343
18344         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
18345         to get the name of a mark.
18346
18347         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
18348         to find the paragraph from a y position.
18349
18350 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
18351
18352         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
18353         nodes have width/height >= 0, not > 0.
18354
18355 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
18356
18357         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
18358         Add a size_only flag, so when we only need the size, we don't create
18359         useless appearance attributes.
18360
18361         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
18362         duplicate setting of font description.
18363
18364         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
18365
18366 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
18367
18368         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
18369         EXTRA_DIST. It does not work well when the file that
18370         everything depends on is not in the tarball.
18371
18372 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
18373
18374         * gtk/testgtk.c: Some hacks and fixes so that it basically
18375         works when not sitting in the GTK+ build tree.
18376
18377 2000-05-03  Havoc Pennington  <hp@redhat.com>
18378
18379         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
18380         Properly determine the ordering of the tag root and the current
18381         line within the tree. Previous algorithm only worked if the tag
18382         root's immediate parent was the common root of both the current
18383         line and the tag root.
18384
18385 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
18386
18387         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
18388         alignment.
18389
18390         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
18391         the widget text directional dynamically.
18392
18393         * gtk/gtktextview.[ch]: Added functions to get and set default
18394         wrap mode.
18395
18396 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
18397
18398         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
18399         in cursor location computation.
18400
18401 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
18402
18403         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
18404         vadjusment values properly when layout gets smaller.
18405
18406         * gtk/gtktextview.c (need_repaint_handler): Areas being
18407         passed in are far completely inaccurate, and sometimes
18408         too small, so, for now, just queue a redraw on the
18409         whole visible region.
18410
18411 2000-04-25  Havoc Pennington  <hp@redhat.com>
18412
18413         * gtk/gtktextbtree.c (summary_destroy): new function to 
18414         destroy tag summary nodes
18415         (gtk_text_line_next_could_contain_tag): this function was 
18416         totally broken if the line passed in wasn't below the tag
18417         root. Fix it.
18418         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
18419         "wildcard" case, we have to do a linear scan. Blah.
18420         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
18421         we have to do the linear scan
18422         (tag_removed_cb): When a tag is removed from the tag table, 
18423         remove the GtkTextTagInfo node from the btree.
18424         (gtk_text_btree_spew): Implement the spew function, for 
18425         our debugging pleasure.
18426
18427 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
18428
18429         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
18430         a problem with referring to the wrong buffer.
18431
18432         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
18433
18434         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
18435         font description to gtk_style_new() - otherwise things
18436         don't work without a .gtkrc file.
18437
18438         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
18439         tags table if we create it ourself, too.
18440
18441         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
18442         it was conflicting with XKB modifiers.
18443
18444         * gtk/gtktextview.[ch]: Add simple support for 
18445         GtkIMContext.
18446
18447 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
18448
18449         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
18450         with deletion from last commit.
18451
18452 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
18453
18454         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
18455         in the context from the current locale.
18456         
18457         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
18458         context, not hardcoded value.
18459
18460         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
18461         not logical.
18462
18463 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
18464
18465         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
18466         attributes - that doesn't handle partial-glyph selection
18467         properly. Instead use new pango_layout_line_get_x_ranges()
18468         functionality to draw the selection.
18469
18470         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
18471         now properly handles out-of-range coordinates.
18472
18473         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
18474
18475         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
18476         public.
18477
18478         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
18479         for paragraphs opposite to the base direction of the widget.
18480
18481         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
18482
18483         * gtk/gtktextlayout.c: Don't split segments on marks, since that
18484         causes Arabic words to reshape as you cursor through.
18485
18486         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
18487         cursor position when moving vertically with the arrow keys and
18488         scrolling with page-up/page-down. (Arrow keys save only the X,
18489         scrolling saves both X and Y.)
18490
18491         This means you can line-up / line-down or page-up / page-down
18492         without losing your place, and also that moving vertically
18493         with the cursor keys keeps the same X position, not the same
18494         character count:
18495
18496         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
18497         arrow keys move by display lines, not paragraphs.
18498
18499 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
18500
18501         * gtk/gtklayout.c: Make sure that the bin window is at least
18502         as big as the allocation. (Should we also make sure that the
18503         bin window is big enough to completely cover widget->window?)
18504
18505         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
18506         function to get the onscreen rectangle.
18507
18508         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
18509         for offsets in window coordinates.
18510
18511 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
18512
18513         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
18514         confusion.
18515
18516         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
18517         from the widget direction.
18518
18519         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
18520         Add a "direction" attribute.
18521
18522         * gtk/gtktextview.c: global s/tkxt/text_view/.
18523
18524         * gtk/testtext.c: Added long block of text in Arabic, to test out
18525         the direction attributes. (Some problems with the shaping system
18526         for arabic become obvious - like the fact the cursor splits words
18527         into unjoined pieces.)
18528
18529 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
18530
18531         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
18532
18533         * gtk/gtktextlayout.c: Fix up alignment.
18534
18535         * gtk/testtext.c: Add some tests for centering, wrapping.
18536
18537 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
18538
18539         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
18540         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
18541         If we wrote GTK+-specific layout-render function this could just replace
18542         the draw_layout() operation in the vtable.
18543
18544         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
18545         pango_layout_get_cursor_pos() and use that function.
18546
18547         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
18548         is a non-static symbol.
18549
18550         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
18551         with gtk_text_btree_find_line_by_y()
18552
18553         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
18554         renderer that handles GtkTextAppearance attributes.
18555
18556         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
18557
18558           - Move the values in the style that don't affect geometry into a
18559             GtkTextAppearance structure.
18560           - Change underline to take a PangoUnderline and "font" a string
18561             representation of a font description
18562           - Add a "font_desc" attribute which takes a FontDescription structure.
18563
18564         * gtk/gtktextlayout.[ch]:
18565
18566           - Get rid of the display-line list per each line. Instead, we
18567             generate, on demand, a GtkTextLineDisplay structure which]
18568             contains a PangoLayout * and other necesary information
18569             (offsets, cursor locations) for displaying a paragraph.
18570           - Get rid of the code to wrap lines, create display chunks,
18571             etc. Instead, we just go through a paragraph and convert
18572             it into the necessary inputs to a PangoLayout.
18573           - Implement a new attribute type, GtkTextAttrAppearance. This
18574             holds a GtkTextAppearance, and is used to pass colors, 
18575             stipple, etc, through from the layout to the display without
18576             having to use lots and lots of individual attributes.
18577           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
18578             in terms of PangoLayout functions.
18579         
18580         * gtk/gtktextview.c: 
18581          
18582           - Handle passing the necessary PangoContext to the layout
18583           - Some fixups in painting to deal with the automatic backing store
18584             and offsetting of GTK+-1.4
18585           - Add a style_set handler so that the default style reacts
18586             properly to theme changes.
18587         
18588         * gtk/gtktext?*.[ch]: Random code-style fixes.
18589
18590         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
18591
18592 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
18593
18594         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
18595         in original form preparatory to Pango-ization and gdkimcontext-ization.
18596
18597 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
18598
18599         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
18600         so that we can derive from gtkimcontext in language bindings properly.
18601
18602 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
18603
18604         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
18605         Add a compose table including (almost) all the compose combinations
18606         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
18607         data in the XIM implementation.
18608
18609         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
18610         Moved functions to convert keyvalues from and to unicode here from
18611         the win32 port and made them public.
18612
18613 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
18614
18615         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
18616
18617 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
18618
18619         * gtk/gtkimcontext.[ch]: Base class for new input context system
18620
18621         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
18622         the real input context implementation to be loaded from modules
18623         and switched on the fly.
18624
18625         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
18626         context that just does direct keysymbol => unicode translation.
18627
18628         * gtk/gtkentry.[ch]: Start switching editing over to using
18629         GtkInputContext. (No handling of preedit yet.)
18630
18631 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
18632
18633         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
18634         many substitutions. (klass should not be subsituted.)
18635
18636 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
18637
18638         * configure.in: Add checks for Pango
18639
18640         * configure.in docs/Makefile.am: Add test for sgml2html
18641         and allow 'make dist' without building html, but print out
18642         warnings in that case. (For making snapshots)
18643
18644         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
18645         Add Pango libraries and C flags
18646
18647         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
18648         Add function (gdk_draw_layout) to draw a pango layout.
18649
18650         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
18651         for getting Pango contexts for GDK.
18652
18653         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
18654
18655         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
18656         editing.
18657
18658         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
18659         keysym => unicode translations. More languages can be added
18660         here, but real input-method support is needed.
18661
18662         * docs/Changes-1.4.txt: Added note about entry behavior.
18663         
18664         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
18665         to set the reading direction for a widget and the global direction.
18666         Add test which allows toggling the global direction. Two private
18667         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
18668
18669         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
18670           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
18671
18672         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
18673
18674         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
18675         underlining now handled by Pango.
18676
18677         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
18678         to RCStyle and Style. (Having both this and the old font name and GdkFont 
18679         is temporary.)
18680
18681         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
18682         convenience functions for creating contexts and layouts for widgets.
18683
18684         * gtk/testgtk.c: Enhance label tests with multilingual labels.
18685
18686 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
18687
18688         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
18689         titles to be active, even if they aren't visible.
18690         (gtk_clist_column_titles_passive):  Ditto.
18691
18692 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
18693
18694         * gtkmenu.c:
18695         * gtkmenu.h:
18696         * gtktypeutils.h: Spelling/grammar fixes in comments.
18697
18698 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
18699
18700         * gdk/nanox/*.h: add missing header files.
18701
18702 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
18703
18704         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
18705         send_event to TRUE.
18706         (gtk_drawing_area_size): queue a resize.
18707
18708 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
18709
18710         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
18711         the handlers, also invalidate them. bug nailed down by Karl Nelson
18712         <kenelson@ece.ucdavis.edu>.
18713
18714 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
18715
18716         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
18717         "(nil)" foundries, patch from Grigorios Magklis.
18718
18719         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
18720         on non-available fonts, based on a patch by Grigorios Magklis
18721         <maglis@cs.rochester.edu>.
18722
18723 2000-05-18  Elliot Lee  <sopwith@redhat.com>
18724
18725         * gdk/x11/gdkregion-generic.c: If a region does not have any
18726         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
18727         instead of GDK_OVERLAP_RECTANGLE_IN.
18728
18729 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
18730
18731         * gtk/gtklayout.c (gtk_layout_map): Remove references to
18732         OFFSCREEN, as it is no longer necessary.
18733
18734 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
18735
18736         * gtk/gtkcolorsel.c: Patch from David Santiago
18737         <mrcooger@cyberverse.com> to change things so that the 
18738         indicator of the active palette entry is done independently,
18739         not via the focus, since it should always be visible.
18740
18741 2000-05-17  Tor Lillqvist  <tml@iki.fi>
18742
18743         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
18744         refcount leaks as in the X11 backend.
18745
18746         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
18747         cosmetics.
18748
18749         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
18750         backend. Add _gdk_windowing_window_destroy().
18751
18752         * gtk/gtkcolorsel.c: Include correct backend-specific header.
18753         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
18754         either, but these probably do exist on nanox?)
18755         
18756         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
18757         which isn't necessarily defined by <math.h>.
18758
18759         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
18760         ancestry past GtkObject.
18761
18762         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
18763         from DLL on Win32.
18764
18765         * gtk/gtk.def: Update corresponding to recent changes.
18766
18767         * gtk/makefile.{cygwin,msc}: Updates.
18768
18769 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
18770
18771         * docs/Changes-1.4.txt: A bit of editing.
18772
18773         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
18774         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
18775         to clear the update area for the window, and clear it
18776         when hiding a window.
18777
18778         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
18779         if window destroyed.
18780
18781         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
18782
18783         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
18784         gdk_window_destroy() to the generic code, since there was a lot of 
18785         window-system-independent logic it in. Add a function:
18786         
18787          _gdk_window_destroy() 
18788
18789         to the internal API to destroy a window without unreferencing it.
18790         Add a function:
18791
18792          _gdk_windowing_window_destroy()
18793
18794         That does the windowing-system-dependent part of destroying 
18795         the window.
18796
18797 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
18798
18799         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
18800
18801 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
18802
18803         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
18804         Make gtk_widget_shape_combine_mask() keep a reference count on
18805         the pixmap since it keeps it around.
18806
18807 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
18808
18809         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
18810         leak.
18811
18812         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
18813         leak with event filters.
18814
18815 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
18816
18817         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
18818         signal handlers with the right data arguments. (Fixes
18819         some warnings when a widget was repeatedly set as a drag
18820         destination.)
18821
18822         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
18823         window so we can avoid avoid setting the DND properties on the
18824         toplevel window repeatedly.
18825
18826 2000-05-13  Tor Lillqvist  <tml@iki.fi>
18827
18828         * gdk/win32/gdkwin32.h: Define more message types missing from
18829         mingw headers.
18830
18831         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
18832         call gdk_window_destroy_notify(). It was never called. This
18833         probably meant that the GdkWindow was never freed. Thanks Owen for
18834         noticing (!).
18835
18836         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
18837         window as destroyed before calling DestroyWindow(). DestroyWindow()
18838         causes a call to the window procedure (gdk_WindowProc), which
18839         calls gdk_event_translate(), which calls
18840         gdk_window_destroy_notify(), which gets confused unless the window
18841         is set as destroyed.
18842
18843         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
18844         this function to indicate it's win32 only. Put inside #ifdef
18845         G_ENABLE_DEBUG.
18846
18847         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
18848         debugging function. (gdk_event_translate:) Add a default branch
18849         that uses the above function to print debug messages with all
18850         Windows messages symbolically.
18851
18852         * gdk/win32/gdkprivate-win32.h: Declare it, and
18853         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
18854
18855 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
18856
18857         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
18858         public header file.
18859
18860 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
18861
18862         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
18863
18864         * gtk/gtktext.c: made the adjustments no-construct args, simply
18865         provide default adjustments.
18866         (gtk_text_destroy): release adjustments.
18867
18868         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
18869         adjustment argument non-construct.
18870
18871         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
18872         instead of in finalize.
18873         (gtk_progress_get_text_from_value): 
18874         (gtk_progress_get_current_text): 
18875         (gtk_progress_set_value): 
18876         (gtk_progress_get_percentage_from_value): 
18877         (gtk_progress_get_current_percentage): 
18878         (gtk_progress_set_percentage): 
18879         (gtk_progress_configure): ensure an adjustment is present.
18880
18881 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
18882
18883         * gtk/gtkcolorsel.[hc]:
18884         * gtk/gtkcolorseldialog.[hc]:
18885         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
18886         their parent implementation, use bit fields for boolean values, don't
18887         create unused widgets, usage of glib types, braces go on their own
18888         lines, function argument alignment, #include directives etc. etc. etc..
18889
18890         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
18891
18892 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
18893
18894         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
18895
18896         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
18897         of NULL.
18898
18899         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
18900         to freed data.
18901         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
18902
18903         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
18904         to NULL when the toplevel is getting destroyed.
18905         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
18906         (gtk_menu_destroy): 
18907         (gtk_menu_init): store the information of whether we have to
18908         readd the initial child ref_count during destruction in a new
18909         GtkMenu field needs_destruction_ref_count.
18910
18911         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
18912         here, those reading: learn from my mistake! ;)
18913         in order for set_?adjustment to support a default adjustemnt if
18914         invoked with an adjustment pointer of NULL, the code read (pseudo):
18915         if (v->adjustment) unref (v->adjustment);
18916         if (!adjustment) adjustment = adjustment_new ();
18917         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
18918         now imagine the first unref to actually free the old adjustment and
18919         adjustment_new() creating a new adjustment from the very same memory
18920         portion. here, the latter comparision will unintendedly fail, and
18921         all hell breaks loose.
18922         (gtk_viewport_set_hadjustment):
18923         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
18924         after unreferencing it.
18925
18926         * gtk/gtkcontainer.[hc]: removed toplevel registration
18927         functions: gtk_container_register_toplevel(),
18928         gtk_container_unregister_toplevel() and
18929         gtk_container_get_toplevels() which had wrong semantics
18930         anyways: it didn't reference and copy the list.
18931
18932         * gtk/gtkwindow.c: we take over the container toplevel registration
18933         bussiness now. windows are registered across multiple destructions,
18934         untill they are finalized. the initial implicit reference count
18935         users are holding on windows is removed with the first destruction
18936         though.
18937         (gtk_window_init): ref & sink and set has_user_ref_count, got
18938         rid of gtk_container_register_toplevel() call. add window to
18939         toplevel_list.
18940         (gtk_window_destroy): unref the window if has_user_ref_count
18941         is still set, got rid of call to
18942         gtk_container_unregister_toplevel().
18943         (gtk_window_finalize): remove window from toplevel list.
18944         (gtk_window_list_toplevels): new function to return a newly
18945         created list with referenced toplevels.
18946         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
18947
18948         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
18949         adjustment a non-construct arg.
18950         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
18951         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
18952         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
18953
18954         * gtk/gtkrange.c: added some realized checks.
18955         (gtk_range_destroy): get rid of the h/v adjustments in the
18956         destroy handler instead of finalize. remove timer.
18957         (gtk_range_get_adjustment): demand create adjustment.
18958
18959         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
18960         we simply create them on demand now and get rid of them in
18961         the destroy handler.
18962         (gtk_viewport_destroy): get rid of the h/v adjustments in the
18963         destroy handler instead of finalize.
18964         (gtk_viewport_get_hadjustment): 
18965         (gtk_viewport_get_vadjustment): 
18966         (gtk_viewport_size_allocate): demand create h/v adjustment
18967         if required.
18968
18969         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
18970         gtk_widget_real_destroy () functionality.
18971         (gtk_widget_real_destroy): reinitialize with a new style, instead
18972         of setting widget->style to NULL.
18973
18974 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
18975
18976         * gtk/gtkcalendar.c:
18977         * gtk/gtkbutton.c: ported _get_type() implementation over to
18978         GType, either to preserve memchunks allocation facilities,
18979         or because Gtk+ 1.0 GtkTypeInfo was still being used.
18980
18981         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
18982         over. prepare for ::destroy to be emitted multiple times.
18983         removed reference tracer magic. chain into GObjectClass.shutdown()
18984         to emit ::destroy signal.
18985
18986         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
18987         fundamental.
18988
18989         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
18990         cludge.
18991
18992         * gtk/gtksocket.c:
18993         * gtk/gtkplug.c:
18994         * gtk/gtklayout.c:
18995         * gtk/gtklabel.c:
18996         * gtk/gtkargcollector.c:
18997         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
18998         not being a fundamental anymore, and to work with the new
18999         type system (nuked fundamental type varargs clutter).
19000
19001         * gtk/*.c: install finalize handlers in the GObjectClass
19002         part of the class structure.
19003         changed direct GTK_OBJECT()->klass accesses to
19004         GTK_*_GET_CLASS().
19005         changed direct object_class->type accesses to GTK_CLASS_TYPE().
19006
19007         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
19008         GType. made most of the GTK_*() type macros and Gtk* typedefs
19009         simple wrappers around macros and types provided by GType.
19010         most notably, a significant portion of the old API vanished:
19011         GTK_TYPE_MAKE(),
19012         GTK_TYPE_SEQNO(),
19013         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
19014         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
19015         GTK_TYPE_ARGS,
19016         GTK_TYPE_CALLBACK,
19017         GTK_TYPE_C_CALLBACK,
19018         GTK_TYPE_FOREIGN,
19019         GtkTypeQuery,
19020         gtk_type_query(),
19021         gtk_type_set_varargs_type(),
19022         gtk_type_get_varargs_type(),
19023         gtk_type_check_object_cast(),
19024         gtk_type_check_class_cast(),
19025         gtk_type_describe_tree(),
19026         gtk_type_describe_heritage(),
19027         gtk_type_free(),
19028         gtk_type_children_types(),
19029         gtk_type_set_chunk_alloc(),
19030         gtk_type_register_enum(),
19031         gtk_type_register_flags(),
19032         gtk_type_parent_class().
19033         replacements, where available are described in ../docs/Changes-1.4.txt.
19034         implemented compatibility functions for the remaining API.
19035
19036         * configure.in: depend on glib 1.3.1, use gobject module.
19037
19038 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
19039
19040         * TODO.xml: Various updates to current status.
19041
19042 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
19043
19044         * gtk.m4: Print out version when test succeeds.
19045
19046 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
19047
19048         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
19049         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
19050         
19051         (Original triangle color selector from Simon Budig
19052         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
19053         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
19054         Santiago <mrcooger@cyberverse.com>)
19055
19056         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
19057         out into a separate widget.
19058
19059         * gtk/testgtk.c: Add some checkbuttons for toggling palette
19060         and opacity controls.
19061
19062 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
19063
19064         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
19065         snuck in prematurely.
19066
19067 2000-05-07  Tor Lillqvist  <tml@iki.fi>
19068
19069         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
19070         had deleted a ! operator by mistake, which caused
19071         GDK_SELECTION_CLEAR events never to be generated, which caused
19072         only the first copy to the clipboard from an gtkeditable to
19073         actually cause a copy to the Windows clipboard.
19074
19075 2000-05-06  Tor Lillqvist  <tml@iki.fi>
19076
19077         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
19078         compilation, too. Current mingw gcc distributions include the
19079         necessary headers. Also the necessary IIDs are now in mingw
19080         headers/libraries, and own definitions unnecessary.
19081
19082         More hacking on OLE2 DND, still doesn't work though, and thus
19083         ifdeffed out.
19084
19085         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
19086         here, too.
19087
19088 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
19089
19090         * gdk/nanox/*: nano-X port work in progress.
19091         * gdk/simple.c: simple test for Gdk.
19092         * README.nanox: notes about the port: read this first!
19093         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
19094         with nano-X.
19095
19096 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
19097
19098         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
19099         gdk_window_clear() into common code, implement in terms of
19100         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
19101         not redirected to the backing rectangle.
19102
19103 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
19104
19105         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
19106         EXTRA_DIST. It does not work well when the file that
19107         everything depends on is not in the tarball.
19108
19109 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
19110
19111         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
19112         with recursion where process_updates() is called from
19113         an expose handler. (GtkTextView is highly broken in
19114         doing this, but it should work, so it is a nice test
19115         case.)
19116
19117 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19118
19119         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
19120         handle the case where updates are queued during processing of
19121         updates.
19122
19123 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
19124
19125         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
19126         window is on gdk_display - use that instead of segfaulting.
19127
19128 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
19129
19130         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
19131         broken and require an empty arg, give it to them.
19132
19133 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
19134
19135         * gtk/gtklabel.h: indentation fixes.
19136
19137 2000-05-02  Tor Lillqvist  <tml@iki.fi>
19138
19139         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
19140         draw too narrow or too low arcs, they seem to fail, at least with
19141         some display drivers.
19142
19143         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
19144
19145         Large changes to the Win32 backend, partially made necessary by
19146         the changes to the backend-independent internal
19147         structures. Attempts to implement similar backing store stuff as
19148         on X11. The current (CVS) version of the Win32 backend is *not* as
19149         stable as it was before the no-flicker branch was merged. A
19150         zipfile with that version is available from
19151         http://www.gimp.org/win32/. That should be use by "production"
19152         code until this CVS version is usable. (But note, the Win32
19153         backend has never been claimed to be "production quality".)
19154
19155         * README.win32: Add the above comment about versions.
19156
19157         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
19158
19159         * gdk/gdk.def: Update.
19160
19161         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
19162         presumably be replaced by some more better mechanism as 1.4 gets
19163         closer to release shape.
19164
19165         * gdk/makefile.{cygwin,msc}: Update.
19166
19167         * gdk/win32/*.c: Correct inclusions of the backend-specific and
19168         internal headers. Change code according to changes in these. Use
19169         gdk_drawable_*, not gdk_window_* where necessary.
19170
19171         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
19172         our old DND.
19173
19174         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
19175         to interpret single characters as UTF-8. Thanks to Hans Breuer.
19176         Use correct function name in warning messages.
19177
19178         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
19179         GSourceFuncs gdk_event_prepare and gdk_event_check.
19180         (gdk_event_get_graphics_expose): Do implement, use
19181         PeekMessage. Thanks to Hans Breuer.
19182         (event_mask_string): Debugging function to print an GdkEventMask.
19183         (gdk_pointer_grab): Use it.
19184
19185         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
19186         (old) book I used claimed was Hangul actually is CJK Unified
19187         Ideographs Extension A. Also, Hangul Syllables were missing.
19188         Improve logging.
19189
19190         * gdk/win32/gdkgc-win32.c: Largish changes.
19191
19192         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
19193         g_win32_getlocale() from GLib, and not setlocale() to get current
19194         locale name.
19195
19196         * gdk/win32/gdkprivate-win32.h
19197         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
19198         gdkwin32.h, similarily as in the X11 backend.
19199
19200         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
19201         assignment was used instead of equals in if test. Thanks to Hans
19202         Breuer.
19203
19204         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
19205         the X11 version.
19206
19207         * gdk/win32/makefile.{cygwin,msc}
19208         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
19209         path to the Win32 headers that works also with the mingw compiler.
19210
19211         * gtk/gtkstyle.c: Include <string.h>.
19212
19213 2000-04-26  Havoc Pennington  <hp@redhat.com>
19214
19215         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
19216         replacing the broken gtk_label_get ()
19217
19218 2000-04-15  Havoc Pennington  <hp@pobox.com>
19219
19220         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
19221         this keeps scanner scripts from getting confused.
19222
19223         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
19224         data, rather than void
19225
19226 2000-04-15  Tor Lillqvist  <tml@iki.fi>
19227
19228         * gtk/gtkclist.c (gtk_clist_motion)
19229         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
19230         with is_hint FALSE, get x and y from the event. They used to be
19231         used uninitialised. The Win32 backend never sends motion events
19232         marked as hints. This for instance fixes the annoying file and
19233         font selector behaviour in the Win32 version.
19234
19235 2000-04-14  Tor Lillqvist  <tml@iki.fi>
19236
19237         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
19238         gtk_private_n_signals variables, they are used by some software,
19239         sigh.
19240
19241         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
19242         installation directory from the Registry, where the installer
19243         should have put it.
19244
19245 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
19246
19247         * gdk/x11/Makefile.am: Fix problem with installation directory for
19248         gdkx.h
19249
19250         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
19251         <mrcooger@cyberverse.com> so that when selecting menus with the
19252         mouse, the first item will not be selected, but when selecting
19253         with an accelerator, or navigating left-right on a menubar with
19254         the menus popped up, the first item will be selected.
19255
19256 2000-04-05  Dan Damian  <dand@dnttm.ro>
19257
19258         * configure.in: Added "ro" to ALL_LINGUAS.
19259
19260 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
19261
19262         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
19263         indentation.
19264
19265         * Makefile.am (EXTRA_DIST): Fix typo.
19266
19267         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
19268         to catch gdkconfig.h
19269
19270         * gtk/gtkitemfactory.c: Added FIXME.
19271
19272 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
19273
19274         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
19275         s/return_if_fail/return_val_if_fail/g and add a return value.
19276
19277 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
19278
19279         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
19280         merge slipup.
19281
19282         * gdk/gdkinput.h: Fix missing line from merge.
19283
19284 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
19285
19286         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
19287         instead of gdkprivate.h.
19288
19289 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
19290
19291         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
19292         parent class to correctly be GtkDialogClass.
19293
19294 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
19295
19296         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
19297         toplevel windows and their immediate children by their parents,
19298         since the size of toplevel windows is out of our immediate
19299         control and we don't get any real benefit from trying to track
19300         this size for clipping.
19301
19302         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
19303         for input_only windows.
19304
19305         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
19306         to fix some hacks and make sure that we don't try to set the
19307         background of input only windows.
19308
19309 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
19310
19311         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
19312         the _really_ internal stuff, and leave gdkprivate.h for the fake private
19313         stuff that we've traditionally exposed.
19314
19315         * gdk/**.c: Use gdkinternals.h where appropriate.
19316
19317         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
19318         not include gdkprivate-x11.h, move all stuff of conceivable public
19319         interest into gdkx.h; keep all really private stuff in
19320         uninstalled header gdkprivate-x11.h.
19321
19322         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
19323         image->image_put on windows through a new function _gdk_window_draw_image()
19324         to allow us to do backing store for images. (Sort of ugly)
19325
19326         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
19327         contexts locally so that we can offset them properly when drawing 
19328         onto backing pixmaps.
19329
19330         * gdk/gdkinput.h: Reindented
19331
19332         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
19333         pixmap or color for the window, so we can properly initialize
19334         our double-buffer pixmaps, and also so that we temporarily set
19335         a background of None while scrolling.
19336
19337         * gdk/gdkregion.h: Revise region boolean operators to have an
19338         interface that is actually convenient - switch from creating new
19339         regions on every op, to "methods" that modify existing regions
19340         (A = A OP B). 3 argument forms which allow dest == src, would also
19341         be possible, but the current interfaces seem to map nicely
19342         onto what needs to be done. (There is quite a lot of region
19343         code in GDK now.)
19344
19345         * gdk/gdkregion.h: Add constructor from rectangle and a copy
19346         operator.
19347
19348         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
19349         gdkpoly-generic.h: Copy region code from Xlib, switch it over
19350         to 32 bit coordinates, modify it to be mostly GTK+ style
19351         and to have interfaces that match gdkregion.h.
19352
19353         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
19354         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
19355         create a backing pixmap and redirect all drawing to
19356         that backing pixmap until a matching gdk_window_end_paint().
19357
19358         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
19359         Create a special drawable class for GtkWindow's that 
19360         redirects the drawing to the backing pixmap as necessary
19361         and then calls the real operations in _gdk_windowing_window_class.
19362
19363         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
19364         Store invalid region for each window. Generate expose events for invalid
19365         region in an idle. This replaces both the expose compression
19366         and the redrawing queuing in GTK+. It is both more efficient and
19367         simpler than either one individually and far more so then the
19368         combination.
19369
19370         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
19371         Emulate 32 bit coordinates for windows with 16 bit coordinates
19372         by offsetting drawing, guffaw scrolling techniques and
19373         mapping/unmapping child windows as necessary.
19374
19375         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
19376         where, when invalid regions are processed, the region is stored,
19377         and if expose events come in that are detectably duplicate
19378         the processed exposes (by comparison of event serial numbers),
19379         the stored region is subtracted out of those exposes.
19380
19381         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
19382         regions newly exposed when scrolling or resizing windows.
19383         This, combined with forcing processesing of queued invalidated
19384         regions, gives nice flicker-free scrolling.
19385
19386         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
19387         invalidated regions after every scroll.
19388
19389         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
19390         emulation in GDK. Its, for all practical purposes just a
19391         GtkViewport/GtkFixed hybrid now.
19392
19393         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
19394         (16-bit) structures as necessary instead of just casting.
19395
19396         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
19397         in terms of the structures from gdkregion-generic.c, using appropriate
19398         offsets from GDK to X11 coordinates. Cache clip mask and
19399         origin and ts origin locally and only flush to the server
19400         when drawing, to avoid constantly setting and resetting these
19401         values when offsetting GC's for scrolling and backing pixmaps.
19402
19403         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
19404
19405         * gtk/gtkcontainer.c: Call process_all_updates at end
19406         of resizing to reduce flicker. (Avoids having redraw
19407         lag arbitrarily behind resize under some circumstances)
19408
19409         * gtk/gtkentry.c: Remove old backing store code, and simply take
19410         advantage of the new backing store capabilities of GDK.
19411
19412         * gtk/gtkmain.c: Simple implementation of widget backing
19413         store - simply push a paint while handling each expose.
19414         (Should really be configurable widget for widget.)
19415         
19416         * gtk/gtkwidget.c: Remove all the old complicated redraw
19417         code, and simply invalidate the GDK windows from
19418         gdk_window_queue_clear(), etc. (Sigh, so much carefully
19419         debugged complexity ... gone to the winds.)
19420
19421         Remove all the code for suppressing expose events while
19422         resizes are pending; this isn't needed since the invalid
19423         areas won't be processed until after the resizes are
19424         processed, since they are in a lower priority idle.
19425
19426 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
19427
19428         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
19429         and height of dest rectangle for non-intersecting rectangles.
19430
19431 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
19432
19433         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
19434         for GdkRectangle.
19435
19436 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
19437
19438         * gdk/gdk{events,image,private,types,window}.h
19439          gdk/x11/gdkinputprivate.h: Change all coordinates
19440          from int16 to int. Also, Change width and height from
19441          unsigned to signed to avoid all the stupid C 
19442          signedness bugs.
19443
19444 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
19445
19446         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
19447         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
19448         Add some more detailed checking.
19449
19450         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
19451         New function to retrieve the depth of a drawable.
19452
19453         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
19454         field, reorder fields to save memory. 
19455
19456 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
19457
19458         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
19459         of the background image instead of scaling the background down to
19460         a line.
19461
19462         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
19463         which temporarily set slider to wrong size.
19464
19465         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
19466         queue_clear().
19467
19468 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
19469
19470 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
19471
19472         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
19473
19474 2000-03-17  Tor Lillqvist  <tml@iki.fi>
19475
19476         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
19477         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
19478
19479         * gdk/win32/gdkfont-win32.c
19480         * gdk/win32/gdkproperty-win32.c
19481         * gdk/win32/gdkselection-win32.c
19482         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
19483         now declared such.
19484
19485 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
19486
19487         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
19488
19489 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
19490
19491         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
19492         is called without trapping X errors.
19493
19494 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
19495
19496         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
19497         way into the fontset lists.
19498
19499 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
19500
19501         * gtk/gtkthemes.h: add extern "C" scope.
19502
19503 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
19504
19505         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
19506         to make appends to the list constant. (gtk-guy-990901-0.patch)
19507
19508 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
19509
19510         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
19511         for the typename hash table.
19512
19513 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
19514
19515         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
19516         to make sure we never divide by zero. 
19517         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
19518
19519 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
19520
19521         * gtk/gtkfontsel.c: Apply patch from
19522         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
19523         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
19524
19525         Also, some cleanups in atom handling.
19526
19527 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
19528
19529         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
19530         not GtkWidget.
19531
19532 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
19533
19534         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
19535         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
19536         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
19537         more guint wrap-around bugs before going to bed.
19538
19539 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
19540
19541         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
19542         guint wrap arounds in allocation.width.
19543
19544         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
19545         process untill we fit the allocation given.
19546
19547 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
19548
19549         * gtk/gtkwidget.c:
19550         (gtk_widget_unrealize): guard widget access with ref/unref
19551         around signal emission.
19552         (gtk_widget_hide): same here, but also check its destroyed
19553         state before queueing a resize.
19554
19555 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
19556
19557         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
19558         of gtk_default_insensitive_bg as insensitive base color.
19559
19560         * gtk/gtktext.c (gtk_text_style_set): set the background color according
19561         to the widget's state.
19562         (gtk_text_realize): same here.
19563         (gtk_text_state_changed): same here.
19564         (draw_bg_rect): compare background color against base[] from
19565         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
19566
19567 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
19568
19569         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
19570         grabs are active, unless a delete event is send to the toplevel
19571         of the currently grab holding widget.
19572
19573 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
19574
19575         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
19576         debugging g_print's.
19577
19578 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
19579
19580         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
19581         ever make the scrolled-window requisition ever depend on the 
19582         visibility state of the scrollbars for the AUTOMATIC policy. 
19583         This breaks the GTK+ requisition model, and causes loops.
19584
19585 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
19586
19587         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
19588         the default font to avoid problems with XFree86-4.0 where the
19589         default charset is iso10646-1, not iso8859-1.
19590
19591 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
19592
19593         * acinclude.m4
19594         * config.guess
19595         * config.sub
19596         * ltconfig
19597         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
19598
19599         * gtk/Makefile.am: minor cosmetic consistency tweak
19600
19601 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
19602
19603         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
19604         the activate_time to 0, so that we handle a quick
19605         press/release press/release properly and don't suppress
19606         the second release. (Red Hat bug #7545)
19607
19608 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
19609
19610         * gtk/gtkctree.c (row_delete):
19611         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
19612         bugs with destruction notifier, *always* update internal
19613         structures *before* calling user code.
19614
19615 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
19616
19617         A few more fixes for bug #5487, #2051, #2677.
19618         * gtk/gtkclist.c : 
19619         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
19620         not GDK_BUTTON_PRESS.
19621         (resync_selection): resync only if selection_mode is
19622         GTK_SELECTION_EXTENDED
19623         * gtk/gtkctree.c (resync_selection): same here
19624
19625 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
19626
19627         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
19628         gdk_drag_get_selection() and gtk_menu_detach().
19629
19630         [ From Jeroen Ruigrok/Asmodai ]
19631
19632 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
19633
19634         * gtk/gtknotebook.c (gtk_notebook_size_request): 
19635         page->tab_label can be NULL.
19636
19637 2000-01-25  Havoc Pennington  <hp@pobox.com>
19638         
19639         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
19640         arg is boolean
19641
19642         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
19643
19644         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
19645
19646         * gdk/gdkproperty.c (gdk_property_get): return boolean
19647
19648         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
19649
19650         * gdk/gdkim.c (gdk_im_ready): return boolean
19651
19652         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
19653
19654         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
19655         glib clash, should fix glib)
19656
19657         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
19658         (gdk_get_show_events): return gboolean, and canonicalize 
19659         to TRUE/FALSE
19660
19661         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
19662         colormap is private
19663         (gdk_colors_alloc): gboolean whether to be contiguous
19664         (gdk_color_equal): return gboolean since we are a predicate
19665         and not a qsort() (this looks semi-wrong due to glib breakage,
19666         IMO glib should be fixed)
19667         
19668         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
19669         (gdk_get_use_xshm): return gboolean
19670         (gdk_pointer_is_grabbed): return gboolean
19671
19672         * gdk/gdk.h: Change prototypes to match all the above changes,
19673         and re-run egtk-format-protos as required.
19674
19675 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
19676
19677         * gtk/gtkctree.c (resync_selection): 
19678         * gtk/gtkclist.c (resync_selection):
19679
19680         Return immediately if clist->drag_pos < 0. This is a workaround
19681         for the corrupt state that the clist gets into when a
19682         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
19683
19684         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
19685         
19686         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
19687         variable from recent commit.
19688
19689 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
19690
19691         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
19692
19693 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
19694
19695         * gtk/Makefile.am: prefix all autogenerated source that get build in
19696         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
19697         in builddir. since we subsequently cd into srcdir for autogeneration,
19698         the paths have to be stripped from the target file names, thusly we
19699         use $(@F) as target names now.
19700         put a comment about configure.in's --disable-rebuilds option,
19701         which can be used for non-writable source directories, for development
19702         setups though, srcdir has to be *writable*.
19703
19704 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
19705
19706         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
19707           Finish the job of allowing event to be NULL.
19708           (Fixes bug #4283, reported by Chris Blizzard)
19709
19710         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
19711           things so that the cursor appears on screen, properly
19712           take into account INNER_BORDER.
19713           (Fixes bug #4754, reported by Antonio Campos)
19714
19715 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
19716
19717         * gtk/gtknotebook.c (gtk_notebook_map): Don't
19718           show the tab_label unless it itself is visible.
19719
19720           gtk/gtknotebook.c (gtk_notebook_size_request):
19721           Do a better job of making sure that the visibility
19722           of the tab label corresponds to whether it should
19723           be mapped or not.
19724
19725 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
19726
19727         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
19728           Use the requisition, not the allocation, since the
19729           allocation has not necessarily been computed yet.
19730           (Pointed out by Eugene Osintsev)
19731
19732 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
19733
19734         * gtk/gtkstyle.c (gtk_style_new): Dont' set
19735           style/base[GTK_STATE_INSENSITIVE] both to
19736           gtk_default_insensitive_bg!
19737           (Bug #2187, reported by Jonathan Blandford)
19738
19739         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
19740           Add Alt_L, Alt_R to list of invalid accelerators.
19741           (Bug #3736, reported by Vlad Harchev)
19742
19743 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
19744
19745         * gtk/gtkfilesel.c (open_ref_dir): Fix several
19746         bugs which occured after an attempt to open 
19747         invalid home directory left cmpl_state->reference_dir == NULL.
19748
19749          - completion on files in home directory didn't work
19750          - completion on an empty string caused  segfault
19751
19752          (Bug #3678, reported by Steve Ratcliffe)
19753
19754         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
19755         cut and paste error that was causing scales to
19756         be incorrectly positioned.
19757         (Bug #2956,
19758          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
19759
19760 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
19761
19762         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
19763         when checking for dcgettext, if we've found we needed
19764         it for dgettext.
19765 +
19766 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
19767
19768         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
19769         queue_clear on NO_WINDOW widgets during a reparent,
19770         since at that point the window and widget heirarchies
19771         are out of sync. This stops crashing in some cases
19772         (the scrolled window reparent test, for instance), and
19773         _probably_ won't cause drawing errors.
19774
19775         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
19776         test do what it was supposed to do and be robust against
19777         window closings, etc. (Bug #2443)
19778
19779 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
19780
19781         * gtk/gtkentry.c: Fix return values on mouse events.
19782         (Bug #2686, Sky <seb_sky@yahoo.com>)
19783
19784         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
19785         (pointed out by George Lebl)
19786
19787         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
19788         (From Ettore Perazzoli  <ettore@helixcode.com>)
19789  
19790 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
19791
19792         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
19793         clicks between rows or outside calender area correctly.
19794         (Patch from Damon Chaplin)
19795
19796         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
19797         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
19798           Call destroy function when overwriting existing data. 
19799           (Pointed out by Damon Chaplin)
19800
19801 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
19802
19803         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
19804           which was causing problems on various systems with Xmu.
19805           This hasn't been needed for a very long time.
19806           (Fixes #1185 3167)
19807
19808 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
19809
19810         * gdk/gdki18n.h: Include <ctype.h> when defining
19811           gdk_isw* in terms of is* as a fallback.
19812           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
19813
19814 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
19815
19816         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
19817           realize the widget when it is size allocated!
19818           (old, old bug)
19819
19820         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
19821           Removed unused call to gdk_window_get_size() that
19822           showed up when the above was fixed.
19823
19824 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
19825
19826         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
19827           fix up widget->window when the widget is a
19828           NO_WINDOW container widget.
19829
19830 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
19831
19832         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
19833           to account for the fact that feof() does _not_ 
19834           return TRUE on errors, and thus avoid infinite loops
19835           when trying to use gdk_pixmap_create_from_xpm()
19836           on unreadable values.
19837
19838 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
19839
19840         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
19841
19842 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
19843
19844         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
19845           gdk_gc_set_dashes to take gint8 instead of gchar to
19846           make it clearer that it is _not_ a NULL terminated string.
19847
19848         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
19849           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
19850           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
19851           arguments.
19852
19853 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
19854
19855         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
19856         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
19857         background size relative to our allocation, guard against small
19858         allocations, we may have not yet been size allocated.
19859
19860 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
19861
19862         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
19863         not just version == 3. We implement all 3 + most of 4 - 
19864         (we don't support matching text/plain;charset=iso-8859-1
19865         to a dest that expects text/plain). We'll still advertise
19866         3 to be safe, but any client implementing version >= 3
19867         must interoperate with 3.
19868         
19869 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
19870
19871         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
19872         background and gc members, add a warning in gtk_tooltips_set_color()
19873         indicating that this function is deprecated.
19874
19875 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
19876
19877         * docs/gtkfaq.sgml: FAQ Update:
19878           - Minor cleanups (Emmanuel, me)
19879           - New questions:
19880                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
19881                 How can I retrieve the text from a GtkMenuItem? (timj)
19882                 How do I validate/limit/filter the input to a GtkEntry? (me)
19883                 Memory does not seem to be released when I free the list
19884                         nodes I've allocated (timj)
19885
19886 2000-03-07  Tor Lillqvist  <tml@iki.fi>
19887
19888         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
19889         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
19890         for which it is no use to call GetLastError onWin9x.
19891         (gdk_other_api_failed) New function, for general error
19892         reporting without calling GetLastError.
19893         (gdk_win32_api_failed) OTOH, this function always calls
19894         GetLastError. (gdk_win32_last_error_string) Remove this function,
19895         GLib has the equivalent now.
19896
19897         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
19898         call them with function name, file name and line number in the
19899         arguments.
19900
19901         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
19902         functions.
19903         
19904         * gtk/gtk.def: Add some missing entry points.
19905
19906         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
19907         gtk_paned_set_gutter_size, which don't exist any longer, as void.
19908         
19909         Fixes by Hans Breuer:
19910
19911         * gdk/makefile.msc: Update for debugging.
19912
19913         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
19914         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
19915         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
19916         in the dash_list.
19917
19918         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
19919         the x11 backend.
19920
19921         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
19922
19923         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
19924
19925 2000-03-04  Tor Lillqvist  <tml@iki.fi>
19926
19927         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
19928         just pixel value of background colour.
19929
19930         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
19931         containing code snippet previously duplicated in a couple of
19932         places.
19933         
19934         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
19935         gdk_colormap_color.
19936
19937         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
19938         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
19939         events for autorepeated Shift, Control and Alt keys. Use
19940         gdk_colormap_color.
19941
19942         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
19943         pointer is inside the window the cursor of which we are setting,
19944         call SetCursor immediately.
19945
19946         * gdk/win32/makefile.cygwin
19947         * gtk/makefile.cygwin: If we don't have the build number stamp
19948         file, use zero.
19949
19950         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
19951         gtk_paned_set_gutter_size as empty.
19952
19953         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
19954         
19955 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
19956
19957         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
19958           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
19959           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
19960           docs/gtk_tut.sgml docs/gtk.texi TODO:
19961
19962           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
19963
19964 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
19965
19966         * gtk/gtkcalendar.c: Implement num_marked_dates,
19967           and don't emit mutiple day_selected signals on
19968           month_prev.
19969
19970 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
19971
19972         * docs/make-todo (lineno): let title and logo be configurable so
19973         that GNOME can use this script too.
19974
19975         * TODO.xml: added logourl and a title
19976
19977 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
19978
19979         * TODO.xml: Added some UI items, and an explanatory
19980         comment at the top of the file.
19981
19982 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
19983
19984         * TODO.xml: some updates, added abunch of new entries.
19985         a note for those fiddeling with this file, when done
19986         with it, invoke:
19987         $ ./docs/make-todo TODO.xml >/dev/null
19988         and correct output errors before comitting changes.
19989
19990 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
19991
19992         * TODO.xml: Added XML-structured TODO file.
19993         * docs/make-todo: python script to turn TODO.xml into
19994           pretty XML output. 
19995
19996 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
19997
19998         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
19999         the function to let it draw the seven dots, instead of the old,
20000         much maligned, method.
20001         (draw_dot): New function to draw a dot.
20002
20003         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
20004         to draw the handle inside the border width as opposed to outside.
20005         Use paint function instead of gdk_draw_point.
20006
20007         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
20008         to draw the handle inside the border width as opposed to outside.
20009         Use paint function instead of gdk_draw_point.
20010
20011         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
20012         Change indenting to be more GTK like.
20013
20014 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
20015
20016         * docs/gtk_tut.sgml: New section on GtkCalendar
20017         * examples/calendar: Update example code
20018
20019 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
20020
20021         * docs/gtkfaq.sgml: FAQ Update
20022
20023 2000-02-19  Anders Carlsson  <andersca@gnu.org>
20024
20025         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
20026         to prevent the scroll event to be propagated upwards.
20027
20028 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
20029
20030         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
20031         OwnerGrabButtonMask from button entries for
20032         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
20033
20034         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
20035         to the event mask (which will result in button/press release
20036         being added to the event mask on Unix) so scrolling works
20037         for layouts in scroll windows.
20038
20039         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
20040
20041         Patch from Anders Carlsson  <andersca@gnu.org> to add
20042         a scroll event.
20043
20044         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
20045         scrolling to the "Test Scrolling" part of testgtk.
20046  
20047         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
20048  
20049         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
20050         it against GDK_SCROLL.
20051  
20052         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
20053         way of mouse wheel scrolling.
20054  
20055         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
20056  
20057         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
20058  
20059         * gtk/gtkmain.c: Removed previous mouse wheel hack.
20060  
20061         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
20062         gdk_event_mask_table.
20063  
20064         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
20065         GdkEventScroll handler.
20066  
20067         * gdk/gdkevents.h: Added GdkEventScroll structure.
20068  
20069 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
20070
20071         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
20072         and Anders Carlsson to change the Paned widgets so that they
20073         can be dragged from anywhere along the length. Also change
20074         the way that this is drawn to make this apparent.
20075
20076         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
20077         from George Lebl to check that option_menu->menu is present
20078         before getting history.
20079
20080 2000-02-14  Tor Lillqvist  <tml@iki.fi>
20081
20082         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
20083         before the assertion for non-NULL segment list.
20084
20085         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
20086         Seems that pattern brushes *must* be 8x8 pixels! At least on my
20087         machine, but it might be display driver dependent. Sigh, so make
20088         sure the stipple is that size. Does Windows suck or what?
20089
20090         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
20091         places.
20092
20093 2000-02-13  Havoc Pennington  <hp@pobox.com>
20094
20095         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
20096         refcount to 1
20097         (gdk_cursor_new): init refcount to 1
20098
20099         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
20100
20101 2000-02-13  Tor Lillqvist  <tml@iki.fi>
20102
20103         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
20104         so that we don't have to do unnecessary settings to the HDC.
20105
20106         * gdk/win32/gdkdrawable-win32.c
20107         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
20108         gdk_gc_predraw.
20109
20110         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
20111         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
20112         GDI paths, call WidenPath to get the outline of the stroken path,
20113         and then fill the outline (with the brush that was built from the
20114         stipple).
20115
20116         * gdk/win32/gdkgc-win32.c: Factor out common code from
20117         _gdk_win32_gc_new and gdk_win32_gc_set_values into
20118         gdk_win32_gc_values_to_win32values. Use correct colour for
20119         SetBkColor() (Until now the code actually used a random colour in
20120         the call to SetBkColor()... but that didn't show up as not many
20121         GDI APIs use the background colour. Pattern (opaque stippled)
20122         brushes do.)
20123
20124         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
20125         gdk_win32_api_failed): New functions for error logging.
20126
20127         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
20128         WIN32_API_FAILED to call them, passing function or file name and
20129         line number.
20130
20131         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
20132
20133         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
20134         GdkColor for foreground and background in GdkGCWin32Data.
20135
20136         * gdk/makefile.cygwin: Link in the resource object separately.
20137
20138         * gdk/win32/rc/gdk.rc
20139         * gtk/gtk.rc (New file)
20140         * gdk/win32/makefile.cygwin
20141         * gtk/makefile.cygwin: Update build number in DLLs automatically,
20142         as in GLib.
20143
20144 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
20145
20146         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
20147         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
20148         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
20149         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
20150         parameters given and cursor->ref_count. coding style fixups.
20151
20152         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
20153         not GtkWidget.
20154         
20155         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
20156         fix up widget macros and add _GET_CLASS() variant.
20157         
20158         * gtk/*.c: some GtkType fixups.
20159
20160 2000-02-09  Tor Lillqvist  <tml@iki.fi>
20161
20162         * gdk/win32/gdkproperty-win32.c
20163         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
20164         were reversed.
20165
20166 2000-02-04  Tor Lillqvist  <tml@iki.fi>
20167
20168         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
20169         g_filename_to_utf8 to convert the font names Windows gives us from
20170         whatever is the default codepage to UTF-8.
20171         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
20172         in the other direction.
20173
20174         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
20175         error in debugging output.
20176
20177 2000-02-02  Tor Lillqvist  <tml@iki.fi>
20178
20179         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
20180         and height parameters to gdk_window_clear_area(). Not minus one.
20181
20182 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
20183
20184         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
20185         checks if the widget passed to gtk_drag_get_data() was not the
20186         dest widget.
20187
20188 2000-02-01  Tor Lillqvist  <tml@iki.fi>
20189
20190         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
20191         g_filename_from_utf8 functions (which were added a moment ago to
20192         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
20193         size buffers.
20194
20195         gtk_file_selection_get_filename returns the filename in the C
20196         runtime encoding. It calls g_filename_from_utf8, but copies the
20197         returned string to a static buffer, which is returned. I think
20198         this is better than returning the result from g_filename_from_utf8
20199         directly, which would mean all apps that use it would have to free
20200         the return value. Or should this function care about this issue at
20201         all? Maybe a new function with clearly defined semantics.
20202
20203         * gtk/gtkfilesel.h: Add comment about
20204         gtk_file_selection_get_filename returning the filename in the C
20205         runtime's encoding.
20206
20207         * README.win32
20208         * gdk/gdk.def
20209         * gdk/makefile.{cygwin,msc}
20210         * gtk/gtk.def: Updates.
20211
20212         * gdk/gdkcursor-win32.c: Initialise refcount.
20213
20214 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
20215
20216         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
20217
20218 2000-01-30  Havoc Pennington  <hp@pobox.com>
20219
20220         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
20221         destroy
20222
20223         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
20224
20225         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
20226         implemented in platform-specific code
20227
20228         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
20229
20230         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
20231         underscore in front
20232
20233         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
20234         put an underscore in front
20235
20236         * gdk/gdkcursor.c: new file, implements
20237         gdk_cursor_ref/gdk_cursor_unref
20238
20239         * gdk/gdkcursor.h: Refcount GdkCursor
20240
20241         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
20242
20243 2000-01-29  Tor Lillqvist  <tml@iki.fi>
20244
20245         * gdk/gdkwindow.h
20246         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
20247
20248 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
20249
20250         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
20251         structures to properly inherit from GtkWidget not GtkBin.
20252
20253 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
20254
20255         * gtk+.spec.in: Added lib/gtk+/include/* to %files
20256         (bug #5178 - Peter Wainright)
20257         
20258         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
20259         so that it will be installed.
20260         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
20261
20262 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
20263
20264         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
20265         for the GtkStyleClass vtable const.
20266
20267         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
20268         take a const string argument like GtkTranslateFunc. This will
20269         require changes in use code.
20270
20271 2000-01-19  Tor Lillqvist  <tml@iki.fi>
20272
20273         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
20274         semantics (to mimic the X11 backend, which just calls XClearArea)
20275         is to check for zero width (and height), and in that case use the
20276         window's width minus x (height minus y). This fixes for instance
20277         some redraw problems with gtkclist, which were easily noticeable
20278         in the gtk file selection widget.
20279
20280         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
20281         windows.
20282
20283 2000-01-13  Tor Lillqvist  <tml@iki.fi>
20284
20285         * configure.in
20286         * gdk/Makefile.am
20287         * gdk/x11/Makefile.am
20288         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
20289         (bug #5177).
20290         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
20291         out later.
20292
20293 2000-01-09  Tor Lillqvist  <tml@iki.fi>
20294
20295         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
20296         WM_MOVE for iconified or invisible windows. This fixes various
20297         problems when minimising windows. Thanks to Bernd Herd.
20298
20299 2000-01-05  Tor Lillqvist  <tml@iki.fi>
20300
20301         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
20302         backend's draw_lines method, not draw_points.
20303
20304 2000-01-02  Tor Lillqvist  <tml@iki.fi>
20305
20306         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
20307         before Owen's reorganisation: Don't have queued_events and
20308         queued_tail statics in this file, but use gdk_queued_events and
20309         gdk_queued_tail. This makes exposure event compression work again.
20310
20311         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
20312         seem to be needed?
20313
20314 1999-12-30  Tor Lillqvist  <tml@iki.fi>
20315
20316         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
20317         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
20318         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
20319         doesn't do anything.
20320
20321         * gdk/gdk.def: Add gdk_xid_table_insert.
20322
20323         * gdk/win32/gdkprivate-win32.h
20324         * gdk/win32/gdkevents-win32.c
20325         * gdk/win32/gdkinput-win32.c
20326         
20327         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
20328         extension_events field in the GdkWindowWin32Data struct. Use only
20329         the extension_events field in GdkWindowPrivate. Previously one was
20330         set, and the other one tested, which broke tablet
20331         functionality. Thanks to Keishi Suenaga for pointing this out.
20332
20333 1999-12-18  Tor Lillqvist  <tml@iki.fi>
20334
20335         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
20336         When handling a single character (text length == 1), don't handle
20337         it as if it was UTF-8.
20338
20339 1999-12-11  Tor Lillqvist  <tml@iki.fi>
20340
20341         * Makefile.am: Distribute README.win32.
20342         
20343         * gdk/Makefile.am
20344         * gdk/win32/Makefile.am: Distribute Win32 files.
20345
20346         * gdk/makefile.msc: New file.
20347
20348         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
20349         after label).
20350
20351         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
20352         gdk_error_code as GDKVAR, as they are referred outside GDK.
20353
20354         * gdk/win32/makefile.msc: Update.
20355
20356         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
20357         tweaks. Check only if at least one of those Unicode subrange bits
20358         we care for is set. If no code page bits are set, guess (wildly)
20359         based on the charset.
20360
20361         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
20362
20363         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
20364         non-NULL.
20365
20366         * gtk/gtkdnd.c
20367         * gtk/gtklayout.c
20368         * gtk/gtkplug.c
20369         * gtk/gtkselection.c
20370         * gtk/gtksocket.c
20371         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
20372         appropriate. There must be a cleaner way to handle this?
20373
20374         * gtk/gtkrc.c: Must include windows.h on Win32.
20375
20376         * gtk/testgtk.c: No need to include gdkx.h.
20377
20378         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
20379
20380 1999-12-07  Tor Lillqvist  <tml@iki.fi>
20381
20382         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
20383         the rbearing is set to the same as the width, but this should be
20384         fixed.
20385
20386 1999-12-06  Tor Lillqvist  <tml@iki.fi>
20387
20388         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
20389         function. If Windows doesn't tell us what Unicode subranges a font
20390         covers, guesstimate based on the codepages it covers. This will
20391         hopefully help those Windows versions or fonts that don't give us
20392         any useful Unicode subrange information with GetTextCharsetInfo.
20393         Call this function in gdk_font_load_internal.
20394
20395         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
20396         minor changes.
20397
20398 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
20399
20400         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
20401         New function, long needed.
20402
20403 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
20404
20405         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
20406         only_if_exists argument of gdk_atom_intern to
20407         bool.
20408
20409 1999-11-25  Tor Lillqvist  <tml@iki.fi>
20410
20411         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
20412         Fix two copy&paste errors.
20413
20414         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
20415         win32 has changed.
20416
20417         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
20418         GdkWin32SingleFont struct.
20419
20420         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
20421         subranges of loaded fonts. Clear font signature first, in case
20422         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
20423         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
20424
20425         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
20426         Unoffset clip region.
20427
20428 1999-11-23  Tor Lillqvist  <tml@iki.fi>
20429
20430         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
20431         event->any.window before calling filter functions.
20432
20433 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
20434
20435         * gtk/gtkgamma.h: Adapt cast macros to standard.
20436
20437 [ Merges from 1.2 ]
20438
20439 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
20440
20441         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
20442         If translation does not include a '/', use entire
20443         translation instead of crashing.
20444
20445 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
20446
20447         * docs/gtk_tut.sgml:
20448         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
20449
20450 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
20451
20452         * gtk/gtkselection.c (gtk_target_list_remove): Use
20453         g_list_remove_link, not g_list_remove.
20454
20455         [ From Geert Bevin <gbevin@thunderstorms.org> ]
20456         
20457 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
20458
20459         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
20460         statement upon unselection (how the heck did that slip in?).
20461
20462 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
20463
20464         * gtk/gtktext.c (gtk_text_freeze): 
20465         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
20466         in frozen state (and aparently crashes). patch provided by Anders
20467         Melchiorsen <and@kampsax.dtu.dk>.
20468
20469 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
20470
20471         * fix insensitive default/focus widget activation,
20472         reported by Matt Goodall <mgg@isotek.co.uk>.
20473
20474         * gtk/gtkwindow.c (gtk_window_key_press_event): 
20475         (gtk_window_activate_default):
20476         (gtk_window_activate_focus):
20477         return handled=FALSE for actiavtion of insensitive default
20478         widgets. return handled=TRUE for activation of insensitive
20479         focus widgets. don't activate in either case.
20480
20481 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
20482
20483         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
20484         and $glib_cflags to match library order and in the
20485         theory that an old version of GLib is more likely to
20486         be in the include directory for X then vice-versa.
20487         (Bug #2776)
20488
20489 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
20490
20491         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
20492         to determine the locale for fontsets, not LC_MESSAGES;
20493         the user may want English messages with a handling
20494         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
20495         will still be broken) (Bug #2891)
20496
20497 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
20498
20499         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
20500
20501 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
20502
20503         * gtk/gtkrc.ko: Changed the Korean default fontset.
20504
20505 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
20506
20507         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
20508         where when scrolling to the left or top double exposes
20509         were done, causing major slowdowns.
20510
20511 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
20512
20513         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
20514         names to lowercase and alphanumeric, before looking
20515         them up.
20516
20517         * gtk/Makefile.am: Install codeset variant gtkrc files
20518         with normalized names.
20519
20520 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
20521
20522         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
20523         popup menus when the menu is already visible, but its parent
20524         is still hidden, (happens after tornoff window got hidden).
20525
20526 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
20527
20528         * gtk/Makefile.am (install-data-local): Fix
20529         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
20530         deleted, causing error messages on install.
20531
20532 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
20533
20534         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
20535         the handle as well, since we now sometimes ignore
20536         exposes on the handle while resizing.
20537
20538 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
20539
20540         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
20541         extra g_free introduced in one of the last one or two 
20542         commits.
20543
20544 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
20545
20546         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
20547         consistent, put each style that a gtkrc.* file creates
20548         in a unique namespace, remove old files before installing.
20549
20550 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
20551
20552         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
20553         gtk_rc_init is called multiple times. (Yes, people who
20554         do that have bugs in their code.)
20555
20556 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
20557
20558         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
20559         Remove it since it's generated by the Makefile anyway
20560
20561 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
20562
20563         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
20564         device->info.axes for core pointer.
20565
20566 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
20567
20568         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
20569         idle_id, to deal with obsolete, broken C libraries.
20570
20571 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
20572
20573         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
20574         allocation->x/y twice!
20575
20576         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
20577         consistent with gtk_vscale_pos_trough().
20578
20579 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
20580
20581         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
20582         be queueing a resize on a toplevel container between
20583         the time we show it and when we map it. So, we need
20584         to test GTK_WIDGET_VISIBLE() for toplevels, and only
20585         use GTK_WIDGET_DRAWABLE() for child windows.
20586
20587 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
20588
20589         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
20590         (fixes bug #2144)
20591
20592 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
20593
20594         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
20595         container DRAWABLE (instead of VISIBLE), so we don't queue
20596         resizes on non-toplevel containers.
20597
20598 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
20599
20600         * gtk/gtkselection.[ch]: Make the data argument
20601         const guchar *.
20602
20603 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
20604
20605         * gtk/gtkwindow.c: Try to behave sensibly if 
20606         the focus widget is the window itself. (Should
20607         we allow this at all?)
20608
20609 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
20610
20611         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
20612         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
20613         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
20614         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
20615         in prototypes and implementations consistent (Tomas Ogren).
20616
20617         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
20618         before the widget is unparented (reported by damon).
20619
20620         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
20621         since we provide unsigned data anyways.
20622
20623 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
20624
20625         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
20626         the call to gtk_tooltips_layout_text() until later.
20627
20628         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
20629         Call gtk_widget_ensure_style() before using the style.
20630
20631 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
20632
20633         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
20634         for old widgets that don't propagate draws to all
20635         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
20636
20637 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
20638
20639         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
20640         for a redraw but just the widget that requested the resize.
20641
20642 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
20643
20644         * gtk/gtkcontainer.c: added new widget level method
20645         gtk_container_set_reallocate_redraws() and a GtkContainer flag
20646         reallocate_redraws : 1 to reflect the setting, exported this through
20647         the argument system as a boolean ::reallocate_redraws.
20648
20649         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
20650         on the widget because the allocation changes, do so as well for
20651         widget->parent if the parent has reallocate_redraws set to TRUE.
20652         with that containers requesting reallocation redraws get automatically
20653         redrawn if their children changed allocation (this unfortunately
20654         affects also other children that didn't change allocation, but we
20655         cannot work around that before 1.3).
20656
20657 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
20658
20659         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
20660         _and_ height are >0 (not _or_).
20661
20662         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
20663         instead of gtk_container_queue_resize(), which is a core gtk internal
20664         function (must have been on crack when i queued that).
20665
20666         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
20667         we can check more reliably if we want to discard expose events.
20668         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
20669         flag.
20670         
20671         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
20672         we simply trust these events. for deciding whether to discard exposes,
20673         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
20674         
20675 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
20676
20677         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
20678         queues of areas that are completely off screen.
20679
20680         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
20681         logic for handleboxes.
20682
20683         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
20684         check on width/height.
20685
20686 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
20687
20688         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
20689         we are fine with using $@ the way we do (if we actually encounter
20690         brokeness with $@ in VPATH builds because of additional path prefixes,
20691         we need to use $(@F) actually).
20692
20693 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
20694
20695         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
20696         short lived bugs, that would allow language bindings to do surgeries
20697         to our guts.
20698
20699 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
20700
20701         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
20702         where comparison was being done against an uninitialized
20703         value causing intermittant results depending on
20704         compiler flags. Also make it clearer that we aren't
20705         ever initializing the child as 0x0 (though this will
20706         be caught in gtk_widget_size_allocate())
20707
20708 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
20709
20710         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
20711         gtk_window_unset_transient_for() call after we do checks
20712         involving the old transient parent.
20713         [ From Lance Capser <lmc@cyberhighway.net> ]
20714
20715 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
20716
20717         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
20718         an empty file.
20719
20720 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
20721
20722         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
20723         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
20724
20725 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
20726
20727         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
20728         `$@' is valid only in the build dir, not after we've done 
20729         `cd $srcdir'.  Also use `test -f' instead of less portable
20730         `test -e'.
20731
20732 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
20733
20734         * gtk/gtktext.c (correct_cache_insert): Rewrite
20735          for simplicity, and hopefully correctness.
20736          (Fixes bug #1322, which was a segfault when
20737           on some insertions with the properties around
20738           the insertion set up just wrong.)
20739
20740         * gtk/gtktext.c (gtk_text_adjustment): When we receive
20741          a "changed" signal, clamp the new value to the adjustment
20742          bounds to avoid segfaulting if someone tries to change
20743          the adjustment to a bogus value. (Bug #1795)
20744
20745 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
20746
20747         * gtk/gtkmain.c: Ignore unexpected destroy notifies
20748         for children, for toplevel windows handle them
20749         like delete_event.
20750
20751         * gtk/gtkplug.c: Add an unrealize handler so that
20752         we unref plug->socket_window when we are done
20753         with it.
20754
20755 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
20756
20757         * gtk/gtktext.c (clear_area): Fix stupid signedness
20758          problem that was causing background to sometimes
20759          be misaligned.
20760
20761 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
20762
20763         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
20764         
20765         * gtk/gtkmenu.c (gtk_menu_position): Make
20766          sure we never position menus with negative x, y,
20767          since gtk_widget_set_uposition() can't handle that.
20768
20769         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
20770          Modify the positioning code a bit so that we always
20771          put the top-left corner onscreen. (This is for
20772          UI reasons, gtk_menu_position() now takes care of
20773          gtk_widet_set_uposition() brokeness.)
20774
20775 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
20776
20777         * gtk/Makefile.am: fixed up things for -jx, x > 1.
20778
20779 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
20780
20781         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
20782           RC style that is passed in. The lack of the ref
20783           before was a bug. If people worked around this
20784           bug, this will introduce a slight memory leak
20785           in their code. The code should typically look like:
20786
20787             rc_style = gtk_rc_style_new ();
20788             [...]
20789             gtk_widget_modify_style (widget, rc_style);
20790             gtk_rc_style_unref (rc_style);
20791
20792         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
20793           the style if it was already set.
20794
20795         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
20796           style if it was set before.
20797
20798 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
20799
20800         * gtk/testgtk.c (main): Add a check to see if we
20801           are being run from the correct directory and
20802           to quit nicely if we are not.
20803
20804         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
20805           static.
20806
20807 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
20808
20809         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
20810
20811         * gtk/gtkwindow.c:
20812         queue resizes unconditionally (gtk_widget_queue_resize will figure
20813         what to do if the window is not realized).
20814         (gtk_window_move_resize): only recenter the window
20815         for GTK_WIN_POS_CENTER_ALWAYS.
20816         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
20817         the same way as GTK_WIN_POS_CENTER.
20818
20819 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
20820
20821         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
20822         with (!(info->last_flags & GDK_HINT_POS)) instead of
20823         (!info->last_flags & GDK_HINT_POS).
20824
20825         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
20826         new_height unconditionally, because we use these values even if
20827         !default_size_changed && !hints_changed.
20828         comented the (default_size_changed || hints_changed) case with
20829         respect to resize rejects from the window manager.
20830
20831         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
20832         in the zvt condition hack, since this includes the window hints, set
20833         the hints after the handling_resize case.
20834
20835         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
20836         window is initially shown with to the geometry.
20837
20838 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
20839
20840         * gtk/gtkwindow.c (gtk_window_move_resize):
20841         s/size_changed/default_size_changed/g so i know what's
20842         really going on (frying brain on smaller flame now).
20843
20844 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
20845
20846         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
20847         we have size_changed upon handling_resize. this is a gross
20848         workaround for the broken zvt widget and should be removed in
20849         1.3 again (search for FIXME).
20850         Owen provided an accurate comment for this:
20851
20852         /* We could be here for two reasons
20853          *  1) We coincidentally got a resize while handling
20854          *     another resize.
20855          *  2) Our computation of size_changed was completely
20856          *     screwed up, probably because one of our children
20857          *     is broken. It's probably a zvt widget.
20858          *
20859          * For 1), we could just go ahead and ask for the
20860          * new size right now, but doing that for 2)
20861          * might well be fighting the user (and can even
20862          * trigger a loop). Since we really don't want to
20863          * do that, we requeue a resize in hopes that
20864          * by the time it gets handled, the child has seen
20865          * the light and is willing to go along with the
20866          * new size. (this happens for the zvt widget, since
20867          * the size_allocate() above will have stored the
20868          * requisition corresponding to the new size in the
20869          * zvt widget)
20870          *
20871          * This doesn't buy us anything for 1), but it shouldn't
20872          * hurt us too badly, since it is what would have
20873          * happened if we had gotten the configure event before
20874          * the new size had been set.
20875          */
20876
20877 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
20878
20879         * gtk/gtkrc.c: deal properly with the fact that RC
20880           style lists may include rc styles more than once.
20881
20882         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
20883           unused static function.
20884
20885         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
20886           stack of directories of RC files currently being
20887           parsed and implicitely add them to pixmap path.
20888           
20889           This fixes a bug where the directory would get
20890           appended then overwritten by pixmap_path declarations.
20891
20892           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
20893
20894         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
20895           theme's exit function. (Patch from Peter Wainwright,
20896           bug #1454)
20897
20898         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
20899           Add a destroy() handler to take care of removing
20900           group for menu item. (Fixes bug #1197)
20901
20902         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
20903           in warning message.
20904
20905 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
20906
20907         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
20908         roundtrip to figure window's width and height, since we know that
20909         anyways from widget->allocation.
20910
20911 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
20912
20913         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
20914           the hints after we request the new size.
20915
20916 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
20917
20918         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
20919           GTK_WIDGET_REALIZED() assertion - we can compute the
20920           hints before we are realized.
20921
20922         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
20923           hint changing so that we have a value of hints_changed
20924           when we decide whether to constrain the window size.
20925
20926         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
20927
20928         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
20929         change back to G_MAXINT.
20930
20931 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
20932
20933         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
20934         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
20935         contain uncluttered values.
20936         (gtk_window_compute_hints): simply assert that window is realized
20937         and that geometry_info is valid, since we rely on this anyways.
20938         (gtk_window_constrain_size): major cleanups to the code.
20939         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
20940         for the base size, instead of the minimums. use 32767 as max width
20941         and height (like in gtkwindow.c) instead of G_MAXINT.
20942
20943 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
20944
20945         * cleaned up the GtkContainer.need_resize flag handling mess, we
20946         only need to force resize requests when we were prematurely
20947         realized, or our widget tree was modified when we were temporarily
20948         hidden. handling these cases directly upon showing the window (i.e.
20949         while the GdkWindow is still unmapped) avoids the need to wait for
20950         a configure event response and therefore makes the GUI more snappier
20951         and avoids blank windows during the roundtrip.
20952
20953         * gtk/gtkwidget.c:
20954         (gtk_widget_hide): 
20955         (gtk_widget_show): don't queue resizes on toplevels, they know how
20956         to deal with matters.
20957
20958         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
20959         flag directly for not visible resize containers and spare us unecessary
20960         signal emissions.
20961
20962         * gtk/gtkwindow.c:
20963         (gtk_window_realize): if we need to enforce premature size allocation,
20964         queue a container resize so we are correctly resized later on.
20965         (gtk_window_init):
20966         (gtk_window_size_request):
20967         don't freak around with the ->need_resize flag,
20968         gtk_container_queue_resize() will care about that.
20969         (gtk_window_show):
20970         handle initial resizing issues here, we can handle matters better in
20971         this place, especially since we know that our GdkWindow is still
20972         unmapped.
20973         (gtk_window_move_resize):
20974         don't care about ->need_resize at all.
20975         handle size changes properly that occoured while we waited for a
20976         configure event.
20977
20978 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
20979
20980         * gtk/gtkwidget.c (gtk_widget_set_uposition):
20981         * gtk/gtkwindow.[hc] (gtk_window_reposition):
20982         Move the hint setting code from gtk_widget_set_uposition
20983         to here; set the hints so that we respect any previously
20984         set geometry hints.
20985
20986         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
20987         change the window hints here or move the window here,
20988         let that happen in gtk_window_move_resize().
20989
20990 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
20991
20992         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
20993         to already queued resizes (and therefore redraws) on a widget, check
20994         its anchestry as well.
20995
20996         * gtk/gtkcontainer.c:
20997         (gtk_container_queue_resize): clear resize widgets for resize
20998         containers before aborting prematurely. this is especially important
20999         for toplevels which may need imemdiate processing or their resize
21000         handler to be queued.
21001         (gtk_container_dequeue_resize_handler): added new internal function for
21002         gtkwindow.c.
21003
21004         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
21005         configure event, take possible changes in window position into account
21006         as well.
21007         if we request a new window size, queue up a resize handler that will
21008         last until the configure event response arrives.
21009         combined the ->need_resize case (initial show) with the general size
21010         (hints) changed case and added even more comments.
21011         if !auto_shrink, only revert to the old allocation if the new size
21012         is smaller than the current allocation.
21013
21014 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
21015
21016         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
21017                            gtk_window_set_geometry_hints
21018                            gtk_window_set_default_size):
21019         When hints are set, queue a resize so that the hints will
21020         be eventually reset on the toplevel.
21021
21022         * gtk/gtkwindow.c (gtk_window_show): Use
21023         gtk_window_compute_default_size(). Clear the need_resize flag
21024         on the initail map so that we don't unnecessarily trigger the
21025         resize code.
21026
21027         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
21028         into separate functions. Compare the hints we are setting
21029         with what we set last time so that we can accurately
21030         tell when we need to reset the hints.
21031
21032         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
21033         function to figure out the size from requisition
21034         and default_size.
21035
21036         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
21037         from fvwm to constrain a size to the geometry hints.
21038
21039         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
21040         to compare two sets of geometry hints.
21041
21042         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
21043         from gtk_window_set_hints(), just compute the hints,
21044         don't set them.
21045
21046         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
21047         code from gtk_window_move_resize() to separate function,
21048         rationalize a bit.
21049
21050 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
21051
21052         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
21053         structure into a new private structure.
21054
21055         * gtkrc.c: Split GtkRcStyle into public/private.
21056         In the private part, add a list of pointers to the
21057         RcStyle lists this RcStyle participates in.
21058
21059         * gtkrc.c: When a RcStyle is free, remove all
21060         lists referencing it from the 
21061         realized_style_ht hash, and free those lists.
21062         
21063         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
21064         gtk_rc_init(), since that adds the default styles
21065         to the list of parsed RC files again.
21066
21067         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
21068         
21069 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
21070
21071         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
21072         checks that ensure that a widget's allocation is at least 1 in width
21073         and height. (GNOME note: this doesn't affect old panel code anymore,
21074         because GtkSocket will request width and height of at least 1 since
21075         Fri Jul 23).
21076
21077         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
21078         allocated yet (happens if the user realizes the window prematurely),
21079         size request and allocate it.
21080         (gtk_window_size_allocate): guard against guint underflows.
21081
21082 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
21083
21084         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
21085         in gtk_built_sources, so gtk.defs gets built prior to all other
21086         sources.
21087
21088 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
21089
21090         * gtk/Makefile.am:
21091         invoke indent on gtkmarshal.*. 
21092         rewrote source generation rules, use COPYING as oldest source tag for
21093         a piggyback rule to generate all sources from (don't touch it ;).
21094         major cleanups, strip spaces on build rules for GNU Make.
21095
21096         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
21097         source and target files from commandline arguments. don't invoke indent.
21098
21099 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21100
21101         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21102         notebook after switch to avoid drawing problems.
21103         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21104         
21105         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21106         show them instead. 
21107         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21108
21109 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21110
21111         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21112         notebook after switch to avoid drawing problems.
21113         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21114         
21115         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21116         show them instead. 
21117         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21118
21119 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
21120
21121         * gtk/gtkwindow.c:
21122         we use window->need_resize from configure_event now, to indicate that
21123         the gtkwindow should keep its allocation (e.g. because the user resized
21124         the window through window manager handles). resize_count is now reliably
21125         used to figure whether we got the allocation we requested from the
21126         window manager.
21127         configure events get queued as resizes now, the real stuff (size
21128         computation and allocation) now only goes on in gtk_window_move_resize().
21129         GtkWindow's requisition now contains its *real* requisition (like all
21130         other widgets), *not* taking usize into account.
21131         geometry_info->last_{width|height} is now updated from set_hints() only
21132         so it always contains the last hints we set for the window manager.
21133         made some event handlers return TRUE instead of FALSE.
21134         the overall code should be much more straight forward now, and the
21135         significant code portions are accompanied by comments now.
21136         (gtk_window_set_hints):
21137         removed requisition argument and made it
21138         fetch the requisition through gtk_widget_get_child_requisition.
21139         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
21140         does that now.
21141         (gtk_window_show):
21142         ensure that the widget is realized before calling 
21143         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
21144         ensure that we got properly size requested and allocated before
21145         realization.
21146         (gtk_window_configure_event):
21147         ignore plain window moves, or reallocate the widget tree through the
21148         resize queue otherwise.
21149         (gtk_window_move_resize):
21150         mostly rewrote this function to figure window manager hints more
21151         reliably, coalesce window moves and resizes to reduce configure events
21152         and do actuall size allocations.
21153
21154 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
21155
21156         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
21157         that have a resize pending, because a redraw is already queued for them.
21158
21159         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
21160         hack to clear resize_widgets.
21161
21162         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
21163         for resize containers prior to size allocation. (this is also a bit
21164         ugly, but avoids side effects for stopped emissions and is thus more
21165         reliable).
21166         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
21167
21168         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
21169         function from gtk_tooltips_expose, as we connect to ::expose_event
21170         *and* ::draw now.
21171
21172 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
21173
21174         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
21175         checks.
21176         (gtk_target_list_unref): Likewise.
21177
21178         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
21179
21180 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
21181
21182         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
21183         guard against division by zero. (Fixes bug #1339)
21184
21185 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
21186
21187         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
21188         Prevent the trivial leak of information of allowing
21189         word motion when the entry is not visible.
21190
21191 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
21192
21193         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
21194         modality to error dialog as well as confirmation dialogs.
21195         (Bug #1803, reported by Rosanna Wing Sze Yuen)
21196
21197 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
21198
21199         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
21200         tree->view_lines.
21201         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
21202
21203         * gtk/Makefile.am (install-data-local): Solaris apparently
21204         has various troubles with ln -f; use rm first instead.
21205         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
21206
21207 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
21208
21209         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
21210         use `cp' followed by `rm' (the `rm' was already there).
21211
21212 July 30, 1999 Elliot Lee <sopwith@redhat.com>
21213         
21214         * configure.in: Fix autoconf warnings about cross compilation by
21215         trying to provide sane defaults for AC_TRY_RUN.
21216         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
21217         put them into $(srcdir) when generated. Also add a dependency of
21218         gtksignal.h on gtkmarshal.h for -j builds. 
21219         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
21220
21221 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
21222
21223         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
21224         GDK_THREADS_{LEAVE,ENTER} pair.
21225         (From Paul Fisher <pnfisher@redhat.com>)
21226
21227 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
21228
21229         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
21230         width and height are always >0 (owen).
21231
21232 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
21233
21234         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
21235         change that assured that a widget's allocated with and height are
21236         always >1, since this breaks *buggy* panel code. unfortunately this
21237         back-breaks the gimp's color selector.
21238
21239         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
21240         allocation is always >0 in width and height, before sending the
21241         configure event; this is a *gross* hack to get the gimp back to work.
21242         
21243         * marked both cases with TODO-1.3
21244
21245 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
21246
21247         * gtk/gtktext.c: Don't display wrap indicators when
21248         text is not editable and word wrap is on.
21249
21250 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
21251
21252         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
21253         option menus here as they are not derived from menu shell, assure that
21254         the option menu has a menu we can add items to.
21255
21256 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
21257
21258         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
21259         width/height to (gint) before calculations and check against < 0 to
21260         avoid guint wraparounds.
21261
21262 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
21263
21264         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
21265         width and height is never zero. sanity check both dimensions against
21266         32767 and issue a warning if the allocation is greater than that.
21267
21268 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
21269
21270         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
21271         to g_main_pending() as well.
21272
21273 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
21274
21275         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
21276         call to g_main_iteration() - since that will regrab
21277         GTK+ lock to process events.
21278
21279 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
21280
21281         * gtk/gtkwindow.c
21282         - Regularize with the rest of GTK+ by making widget->requisition
21283           not reflect the set_usize()
21284         - Always recompute geometry hints, then check if they
21285           changed before sending them to the X server. The
21286           previous checks for changes would fail in a number
21287           of circumstances. 
21288
21289 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
21290
21291         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
21292
21293 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
21294
21295         * gtk/gtkdnd.c:
21296         - Code cleanups
21297         - Instantaneously update on modifier key presses
21298         - Allow cancellation of the drag with Escape.
21299
21300 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
21301
21302         * gtk/testgtk.c (create_handle_box): Set the policy
21303         to auto_shrink - otherwise the appearance is rather
21304         strange when flipping between horizontal and vertical.
21305
21306 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
21307
21308         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
21309         (gtk_window_set_default_size): don't change a value if it's < 0.
21310         queue a resize.
21311
21312 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
21313
21314         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
21315
21316 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
21317
21318         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
21319         add an extra "/" when concating "/" + filename.
21320         (From Matt Grossman <mattg@oz.net>)
21321
21322 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
21323
21324         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
21325         for fg_gc if we set it for drawing pixmap.
21326
21327 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
21328
21329         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
21330         
21331         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
21332         already set, call old engine's destroy function and
21333         unref the old engine.
21334
21335 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
21336
21337         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
21338
21339 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
21340
21341         * gtk/gtkaccelgroup.h: mark certain functions as internal.
21342
21343 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
21344
21345         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
21346         expand behaviour changed.
21347
21348         * gtk/gtklabel.c (gtk_label_set_pattern):
21349         (gtk_label_set_justify):
21350         (gtk_label_set_line_wrap):
21351         don't bother invoking queue_clear, the reallocation does
21352         that for us, always free_words so the upcoming resize will
21353         relayout the label's contents.
21354
21355 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
21356
21357         * applied argument implementation patches from Elena Devdariani
21358         <elena@cogent.ca>.
21359
21360         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
21361         ::space_style, ::relief
21362         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
21363         * gtk/gtkpreview.c: ::expand
21364         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
21365         * gtk/gtknotebook.c: ::homogeneous
21366         * gtk/gtklabel.c: ::wrap
21367         * gtk/gtklist.c: ::selection_mode
21368         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
21369         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
21370         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
21371         * gtk/gtkclist.c: ::sort_type
21372         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
21373         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
21374
21375 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
21376
21377         * gtk/gtkstyle.c: Removed ill-thought-out part of last
21378         comment.
21379
21380 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
21381
21382         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
21383         counting right when we have to attach a new style
21384         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
21385
21386         * gtk/gtkstyle.c: Documented the refcounting
21387         peculularities of gtk_style_attach.
21388
21389 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
21390
21391         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
21392         window types.
21393
21394         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
21395         of GTK_TOPLEVEL for creating the window.
21396
21397 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
21398
21399         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
21400         the last argument (reported by Per Winkvist).
21401         
21402 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
21403
21404         Fixes for invisible XOR lines (Frank Loemker
21405         <floemker@TechFak.Uni-Bielefeld.DE>)
21406         
21407         * gtk/gtkclist.c (gtk_clist_realize): Always use
21408         a non-zero pixel for GDK_XOR.
21409
21410         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
21411         Use GDK_INVERT instead of GDK_XOR.
21412
21413 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
21414
21415         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
21416         signals if h/voffsets differ from adjustment values.
21417         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
21418
21419 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
21420
21421         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
21422         ::selection-done emissions up to the topmost menu shell.
21423
21424 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
21425
21426         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
21427         the user data on the window before destroying it.
21428
21429         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
21430         unrealize handler to take care of destroying 
21431         notebook->panel properly. 
21432         (Bug #1198 - Morten Welinder <terra@diku.dk>)
21433
21434         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
21435         of g_new and g_realloc to stop memory leak. (Actually,
21436         we could just use g_realloc(), but I'm not 100% sure
21437         that is portable).
21438         (Bug #1196 - Morten Welinder <terra@diku.dk>)
21439
21440 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
21441
21442         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
21443
21444         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
21445         for fontsets.
21446
21447         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
21448         with bin/button confusion.
21449
21450 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
21451
21452         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
21453         and show how preselection of radio items is done.
21454
21455 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
21456
21457         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
21458         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
21459         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
21460         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
21461         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
21462         * gtk/gtktable.c (gtk_table_attach): 
21463         * gtk/gtklist.c (gtk_list_insert_items): 
21464         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
21465         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
21466         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
21467         * gtk/gtkbin.c (gtk_bin_add): 
21468         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
21469         * gtk/gtkfixed.c (gtk_fixed_put): 
21470         * gtk/gtklayout.c (gtk_layout_put):
21471         general fixups to container_add logic. always realize child if
21472         child->parent is realized, only map the child and queue a resize
21473         if child and child->parent are both visible.
21474
21475 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
21476
21477         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
21478         instead of gtk_container_foreach to walk and unrealize children, so
21479         composite children get also unrealized.
21480         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
21481         (gtk_widget_map): assert that the widget is visible (basic constrain).
21482         (gtk_widget_real_map): assert that the widget is realized (basic
21483         constrain).
21484
21485 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
21486
21487         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
21488
21489 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
21490
21491         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
21492         file for iso-8859-2 locales.
21493
21494         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
21495
21496 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
21497
21498         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
21499          (Pointed out by andy@rz.uni-karlsruhe.de and others).
21500          Remove some suspicious and useless lines. 
21501
21502 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
21503
21504         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
21505         width,height = 0, 0 to mean - here to edge of window,
21506         instead of -1, -1, since the former is all we support.
21507
21508 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
21509
21510         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
21511         when removing from quit_functions list.
21512
21513 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
21514
21515         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
21516
21517 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
21518
21519         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
21520          When redrawing characters on non-visible entry, use appropriate
21521          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
21522
21523 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
21524
21525         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
21526         from drag coordinates.
21527         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
21528         use drag_dest_cell.
21529
21530         * gtk/gtktree (drag_dest_cell)
21531         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
21532         (Bug #1129)
21533
21534 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
21535
21536         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
21537         translate_* fields.
21538         (gtk_item_factory_finalize): invoke translate_notify independant from
21539         translate_data.
21540         (gtk_item_factory_set_translate_func): likewise.
21541         (gtk_item_factory_destroy): only remove ifactory pointer from those
21542         widgets that belong to us (stupid me).
21543
21544 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
21545
21546         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
21547         rc_style list when lookup succeeeds.
21548
21549 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
21550
21551         * gtk/gtkctree.c (resync_selection): 
21552         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
21553         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
21554         bug.
21555
21556 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
21557
21558         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
21559         Add some missing GDK_THREADS_ENTER()/LEAVE around
21560         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
21561
21562 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
21563
21564         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
21565         rather than emit_by_name.
21566
21567         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
21568         on the widget across multiple signal emissions.
21569         (gtk_editable_delete_text): same here.
21570         (gtk_editable_class_init): set widget_class->activate_signal after
21571         editable_signals[ACTIVATE] has been created.
21572
21573 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
21574
21575         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
21576         position here prematurely -- we might not have the
21577         right ->min_position and ->max_position yet.
21578
21579 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
21580
21581         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
21582         Add error traps so if the other end of the connection
21583         dies, we survive.
21584
21585         * gtk/gtkselection.c (gtk_selection_notify): Clean
21586         up properly when selection property retrieval fails.
21587         
21588         * gtk/gtkselection.c (gtk_selection_request): Correctly
21589         reject SelectionRequest notifies where the handler
21590         returns no data.
21591
21592 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
21593
21594         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
21595         when we've previously highlighted.
21596
21597         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
21598         emit two "drag_leave" signals for Motif drops.
21599
21600         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
21601         back the correct status messages when dropping from
21602         Motif onto a proxy window that is rejecting the
21603         drop.
21604
21605 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
21606
21607         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
21608         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
21609         to compare two argument values. added gtk_arg_to_valueloc() to set a
21610         variable from an arg through its location (pointer).
21611
21612         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
21613         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
21614         as gfloat*, uchars are collected as guchar*, ints are collected as
21615         gint*, etc...
21616
21617 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
21618
21619         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
21620         Include <string.h> instead of <strings.h>.
21621
21622         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
21623         (actually, a lot more duplicate includes occur if
21624          you trace through the sequence of #include's)
21625         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
21626         
21627 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
21628
21629         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
21630         gtk-a-higuti-990322-[0-3]
21631
21632         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
21633         that was causing -DX_LOCALE not to work.
21634
21635         * gtk/gtkrc.c (gtk_rc_init):
21636         X_LOCALE will never have LC_MESSAGES defined
21637
21638 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
21639
21640         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
21641         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
21642
21643         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
21644         left/right as well (gtk-michael-980726-0.patch.gz).
21645
21646         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
21647         for pointer values, use gchar instead of char. fixed uline allocation
21648         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
21649         chunks instead of G_ALLOC_ONLY.
21650         (gtk_label_size_request): always alter requisition as passed and leave
21651         widget->requisition alone.
21652         (gtk_label_set_text): allow NULL strings.
21653         (gtk_label_new): likewise.
21654
21655 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
21656
21657         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
21658
21659 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
21660
21661         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
21662         *and* mapped (i.e. drawable).
21663         (gtk_bin_expose): only send exposes to drawable children.
21664
21665         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
21666         (gtk_box_expose): only send exposes to drawable children.
21667
21668         * gtk/gtkhscale.c (gtk_hscale_draw): 
21669         * gtk/gtkvscale.c (gtk_vscale_draw):
21670         hm, this is an ugly one. we first compute the size of our trough area
21671         here (window relative) and then check intersection with the draw_area
21672         which is parent relative because we're a NO_WINDOW widget, so we need
21673         to offset the trough area by allocation.x and allocation.y before the
21674         check. (this must not be done for the background area though, since
21675         that's already computed parent relative).
21676
21677 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
21678
21679         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
21680         unrealize title buttons.
21681
21682 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
21683
21684         * gtk/gtkclist.c (gtk_clist_column_title_passive)
21685         (gtk_clist_column_title_active): 
21686         only connect/disconnect to GtkWidgetClass::event to block mouse events.
21687
21688         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
21689         zero initialize event, removed superfluous gdk_window_get_pointer call
21690
21691         * gtk/gtklist.c (gtk_list_vertical_timeout)
21692         (gtk_list_horizontal_timeout): removed superfluous
21693         gdk_window_get_pointer call
21694
21695 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
21696
21697         * plugging problems reported by "Bruce Mitchener, Jr."
21698         <bruce@puremagic.com> due to a purify session.
21699
21700         * gtk/gtkstyle.c:
21701         (gtk_style_ref): 
21702         (gtk_style_unref): assert ref_count to be > 0.
21703
21704         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
21705         the requisition.
21706         (gtk_clist_set_shift): likewise.
21707
21708         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
21709         adjustments.
21710
21711         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
21712         event before sending it and set send_event to TRUE (which needs to
21713         be done for *all* synthesized events).
21714         (gtk_list_vertical_timeout): likewise.
21715
21716         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
21717         leaks.
21718
21719         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
21720         to TRUE when synthesizing events.
21721
21722 [ *** end of merges from 1.2 *** ]      
21723         
21724 1999-11-21  Tor Lillqvist  <tml@iki.fi>
21725
21726         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
21727         (or copied from gdkconfig.h.win32 on Win32, sigh).
21728
21729         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
21730
21731         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
21732
21733         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
21734
21735         * gdk/gdkconfig.h.win32: New file.
21736
21737         * gdk/win32/makefile.cygwin: Build just a static archive here.
21738
21739         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
21740         for the DLL from the static archive built above.
21741
21742         * gdk/gdk.def: Moved here from the win32 subdirectory.
21743
21744         * gdk/win32/*: Adapt for the changed private struct organisation.
21745
21746         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
21747
21748 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
21749
21750         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
21751         for wheel mice (buttons 4 and 5).
21752
21753 1999-11-18  Tor Lillqvist  <tml@iki.fi>
21754
21755         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
21756         drawables use just the pixel field in the foreground and
21757         background GdkColor of the GdkGC.
21758
21759         gdk_gc_set_{fore,back}ground() are called in the GIMP with
21760         GdkColors containing uninitialized (red,green,blue) fields, and
21761         just the pixel field filled in, and furthermore in the
21762         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
21763         It thus turns out that we really don't need to have the full
21764         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
21765         it later to have just the pixel values.
21766
21767 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
21768
21769         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
21770
21771 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
21772
21773         * docs/gtkfaq.sgml: threads example from Erik Mouw.
21774         New question on GtkLabel background colors.
21775
21776         * docs/gtk_tut.sgml:
21777           - Correct the example code callback
21778             function definitions.
21779           - Update the gtkdial example code, from Frans van Schaik.
21780           - Update setselection.c to current API.
21781
21782         * examples/Makefile examples/*/*.c: Update to code
21783         listed in tutorial.
21784
21785 1999-11-10  Tor Lillqvist  <tml@iki.fi>
21786
21787         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
21788         subrange table (from the "Developing International Software for
21789         WIndows 95 and Windows NT" book) was missing the Hangul syllable
21790         block... Get the loaded font's charset correctly.
21791
21792         (Note that this, and the other *-win32.c files, still really are
21793         the old ones, the win32 subdirectory is not ready for compilation
21794         yet after the reorg.)
21795
21796 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
21797
21798         * gtk/gtkclist.c: Fix off-by-one bug in parameter
21799         check.
21800
21801 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
21802
21803         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
21804         on results of XQueryDeviceState().
21805
21806 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
21807
21808         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
21809         we need to accesss only ->children. We need an accessor
21810         for the children.
21811
21812         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
21813         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
21814         to get rid of gdkx.h include.
21815         
21816         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
21817         and random references to 'None'.
21818
21819         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
21820         Get rid of unused #include <gdk/gdkx.h>
21821
21822         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
21823         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
21824         gdkconfig.h.
21825
21826 1999-11-08  Tor Lillqvist  <tml@iki.fi>
21827
21828         * gdk/win32/gdkdraw.c
21829         * gdk/win32/gdkfont.c
21830         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
21831         following yesterday's changes. (Unrelated to Owen's reorg.)
21832
21833 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
21834
21835         * gdk/x11/gdkinput-gxi.c: Add missing include,
21836           fix GdkWindowPrivate => GdkDrawablePrivate.
21837
21838         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
21839
21840         * gdk/x11/Makefile.am (xinput_sources): Add missing
21841         backslash to fix building with --with-xinput=none
21842
21843 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
21844
21845         Move all X specific code into the x11/ directory.
21846         Aside from shuffling things around, did the following:
21847
21848        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
21849          gdk_arg_context_* - a simple argument parsing system
21850          in the style of popt.
21851
21852        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
21853          gdk/x11/gdkprivate-x11.h:
21854          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
21855          add ->klass and ->klass_data fields. The klass_data
21856          field points to an auxilliary structure that is
21857          windowing system dependent.
21858
21859        * gdk/gdkfont.c: Make most of the measurement functions
21860          simply wrappers around gdk_text_extents().
21861
21862        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
21863          _gdk_font_strlen() function that hides the weird
21864          behavior in gtk+-1.[02] where a string is interpreted
21865          differently for 8-bit and 16-bit fonts.
21866
21867        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
21868          to store common code for synthesizing double/triple
21869          press events.
21870         
21871        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
21872          Make all the function that modify an existing GC
21873          simply wrappers around gdk_gc_set_values().
21874          
21875        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
21876          for throwing out later.
21877
21878        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
21879          GdkImagePrivate and GdkColormapPrivate to have a
21880          windowing system dependent part (GdkFontPrivateX etc.)
21881          that "derives" from the system-independent part.
21882
21883        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
21884          Got rid of the included-source-files for XInput in
21885          favor of automake conditionals. (Which didn't exist
21886          when XInput support was originally added.)
21887
21888        * gdk/gdkrgb.c: Remove the visual id from the debugging
21889          statements since that is X11 specific; print out
21890          type/depth info instead.
21891          
21892
21893 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
21894
21895         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
21896         loading duplicates of hashed fonts.
21897
21898         * gdk/gdk.c (gdk_keysym_convert_case): rename
21899         gdk_XConvertCase to gdk_keysym_convert_case, allow
21900         results to be NULL in the GTK+ style.
21901
21902         * gdk/gdkcompat.h: Started compatibility header
21903         for renames.
21904
21905 1999-11-07  Tor Lillqvist  <tml@iki.fi>
21906
21907         * gdk/win32/gdkprivate.h: New font private structures, related to
21908         fontsets.
21909
21910         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
21911         gdk_font_list_free(). On X11, will just be wrappers to
21912         XListFonts() and XFreeFontNames(). On Win32, the code previously
21913         in gtkfontsel.c is now here.
21914
21915         New function gdk_font_xlfd_create(). On X11 will get the FONT
21916         property of the font (for GDK_FONT_FONTs), or call
21917         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
21918         builds a XLFD style name from the font information in the LOGFONT
21919         struct(s).
21920
21921         New function gdk_font_xlfd_free(), which correspondingly frees the
21922         string returned by gdk_font_xlfd_create().
21923
21924         Implement fontsets on Win32. Add a function that iterates over a
21925         wide char string and calls a callback function for each substring
21926         of wide chars from the same Unicode subrange (and thus probably
21927         available in the same real font).
21928
21929         Improve the XLFD emulation a bit.
21930
21931         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
21932
21933         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
21934         Beta3, WM_IME_CHAR messages don't seem to contain the composed
21935         multi-byte char as with the Active IMM on Win9x. Oh well, handle
21936         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
21937         ImmGetCompositionStringW() to get the composed Unicode chars.
21938
21939         * gdk/win32/gdkgc.c
21940         * gdk/win32/gdkdraw.c: Changes needed because of the font private
21941         struct changes.
21942
21943         * gdk/win32/gdk.def: Add the new functions.
21944
21945 1999-11-04  Tor Lillqvist  <tml@iki.fi>
21946
21947         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
21948         get the Platform SDK to get <dimm.h>.
21949
21950         * gdk/win32/gdkevents.c: More event handling fixes and
21951         simplification. Never generate motion events with is_hint true. We
21952         used to do that on bogus grounds earlier. Windows sends
21953         WM_MOUSEMOVE messages on button events even if the mouse hasn't
21954         moved, ignore these.
21955
21956         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
21957
21958         * gdk/win32/gdkglobals.c
21959         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
21960         the TrackMouseEvent function, and use it.
21961
21962         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
21963         char before calling WideCharToMultiByte in order to get a string
21964         for the window title.
21965
21966         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
21967
21968         * gdk/win32/gdk.def: Remove obsolete functions.
21969
21970         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
21971         /nodefaultlib and /defaultlib switches.
21972
21973         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
21974
21975 1999-10-31  Tor Lillqvist  <tml@iki.fi>
21976
21977         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
21978         EuroSign).
21979
21980         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
21981         same type as GdkWChar, especially on Win32.
21982
21983         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
21984
21985         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
21986         before passing to Windows GDI for drawing etc. Convert to the
21987         system default codepage before passing to Windows as window
21988         titles.
21989
21990         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
21991         support changing input locale on the fly.
21992
21993         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
21994         on-the-fly changes. Convert incoming characters from the current
21995         codepage to Unicode (and then to a UTF-8 multi-byte string) based
21996         on the current input language. Use keysym<->Unicode mapping tables
21997         and functions borrowed from xterm sources.
21998
21999         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
22000         editions of Win9x, use the ActiveX-based Active IMM (Input Method
22001         Manager) if available. IMEs and the Active IMM are available under
22002         the disguise of Chinese, Korean and Japanese support for IE and
22003         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
22004         support is present in all editions (as long as you install it).
22005
22006         Call DispatchMessage from gdk_events_queue() (and thus
22007         gdk_WindowProc()), instead of duplicating the code in
22008         gdk_WindowProc().
22009
22010         Reworked the grab handling and propagation code, factored out
22011         duplicated code snippets into separate functions. Other cleanups,
22012         too.
22013
22014         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
22015         the <dimm.h> header describing the Active IMM.
22016
22017         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
22018         just do the same as for "single" fonts.
22019
22020         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
22021         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
22022         the new keysyms from gdkkeysyms.h.
22023
22024         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
22025         fontset, so that gtkentry uses wide characters.
22026
22027         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
22028         GTk+'s system directory "gtk+", not "gtk".
22029
22030 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
22031
22032         * docs/gtkfaq.sgml: FAQ update
22033
22034 1999-10-21  Tor Lillqvist  <tml@iki.fi>
22035
22036         * gdk/win32/gdkprivate.h: Add more font private data.
22037
22038         * gdk/win32/gdkfont.c
22039         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
22040         fonts and strings. Now works much better. You still have to
22041         have a correct font selected, though. No fontset emulation yet.
22042
22043 1999-10-19  Tor Lillqvist  <tml@iki.fi>
22044
22045         * gtk/maketypes.awk: Use G_OS_WIN32.
22046
22047         * gtk/gtk.def: Add some missing entry points. Also some non-public
22048         ones, but PyGTK porter claims to need them.
22049
22050         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
22051         built-in type generation.
22052
22053 1999-10-14  Tor Lillqvist  <tml@iki.fi>
22054
22055         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
22056         GDK_FONT_FONT fonts (which is all we have for now, we don't
22057         emulate fontsets). The X11 version uses plain XDrawString in that
22058         case, too. The string passed to gdk_draw_text_wc seems to be in
22059         fact (at least, when used by gtkentry and gtktext) either in a
22060         single-byte charset, or a DBCS. Not Unicode.
22061
22062         This fixes the problem in gtkfontsel, where even if you had
22063         selected a font with a non-Latin1 charset (windows-greek, for
22064         instance), the preview still used Latin-1 glyphs.
22065
22066         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
22067         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
22068         (gdk_font_load): Recognize the demibold etc weights, even if we
22069         don't have the corresponding constants in the headers.
22070         (gdk_font_hash_insert): Use same hash mechanism as in the X11
22071         version. Should save font resources a bit, when we don't have
22072         multiple HFONTs for the same font.
22073
22074         * gdk/win32/gdkprivate.h: Add the names field as in the X11
22075         version.
22076
22077 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
22078
22079         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
22080         X values
22081
22082 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
22083
22084         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
22085         layout support (as mentioned on
22086         http://www.jcinteractive.com/gnome-ui/software/widgets/)
22087
22088 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
22089
22090         * gtk/fnmatch.c
22091         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
22092
22093 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
22094
22095         * configure.in (ALL_LINGUAS): Added Galician (gl)
22096
22097 1999-10-05  Tor Lillqvist  <tml@iki.fi>
22098
22099         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
22100
22101         * gdk/win32/gdkcompat.c: New file, actually provide an
22102         implementation for the deprecated functions. (Just temporarily.)
22103
22104         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
22105
22106         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
22107
22108         * gdk/win32/gdk.def gtk/gtk.def: Updates.
22109
22110 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
22111
22112         * configure.in: Added "uk" to ALL_LINGUAS.
22113         
22114 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
22115
22116         * configure.in: correct checking for BeOS check
22117
22118         * gdk/gdktypes.h
22119         * gtk/fnmatch.c
22120         * gtk/gtkfilesel.c
22121         * gtk/gtkitemfactory.c
22122         * gtk/gtkmain.[ch]
22123         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
22124
22125 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
22126
22127         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
22128         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
22129         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
22130         by Bulgarian). 
22131
22132 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
22133
22134         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
22135         Fix a reference to window_private->destroyed.   
22136
22137         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
22138         (ugly) setting of an internal GdkWindow member to use
22139         a _slightly_ cleaner macro.
22140
22141         * gdk/gdkprivate.h: Split GdkWindowPrivate into
22142         GdkDrawablePrivate and GdkWindowPrivate.
22143         Add extra macros for accessing GDK_DRAWABLE_ components.
22144
22145         * *.[ch]: Massive adjustments for the above, use the
22146         new macros in a lot of places.
22147
22148 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
22149
22150         * gdk/gdktypes.h: Make GdkDrawable the base type,
22151         not GdkWindow.
22152
22153 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
22154
22155         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
22156
22157 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
22158
22159         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
22160
22161 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
22162
22163         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
22164         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
22165
22166         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
22167
22168         * docs/gtk-config.1: Now autogenerated.
22169         * docs/Changes-1.4.txt: started
22170         
22171 1999-10-03  Tor Lillqvist  <tml@iki.fi>
22172
22173         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
22174         to #ifdef also here.
22175
22176         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
22177         Owen did to the X11 backend.
22178
22179         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
22180         ScrollWindowEx when blitting inside a window, it can't be correct
22181         in the general case.
22182
22183         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
22184         WM_GETMINMAXINFO is easier.
22185
22186         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
22187         depth equal to the bitspixel value, not the visual's depth.
22188
22189         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
22190         to 24 even if the bitspixel value is 32.
22191
22192         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
22193         need to check for depth==32 when bpp==32, depth will always be 24.
22194
22195 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
22196
22197         * docs/Changes-1.4.txt: Started
22198         
22199         * gtk/Makefile.am (gdk_headers): Include all the new headers.
22200
22201         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
22202         
22203         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
22204         into C file.
22205         
22206         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
22207         header to gdkinputprivate.h.
22208
22209         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
22210         unused since before 1.2.
22211
22212 1999-09-30  Tor Lillqvist  <tml@iki.fi>
22213
22214         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
22215         expand possible hex escapes in the font family (put there by
22216         logfont_to_xlfd if the font name isn't a legal XLFD font family,
22217         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
22218         On Win32, add hex escapes here, too.
22219
22220 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
22221
22222         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
22223         to #ifdef GDK_WINDOWING_X11.
22224
22225 [ Merges from gtk-1-2 ]
22226
22227 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
22228
22229         * configure.in: fixed "GNU Make" check to pass with new make version
22230         3.77.95.
22231
22232 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
22233
22234         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
22235         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
22236         AM_PATH_GTK() macros don't get confused by the -pre1.
22237
22238 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
22239
22240         * configure.in (REBUILD): Change check for perl5
22241           to check explicitely for v >= 5.002. (5.001
22242           does not work with our scripts.)
22243
22244 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
22245
22246         * configure.in: evaluate $PERL for the perl version check. added
22247         --disable-rebuilds to give the user an option to completely disable
22248         any source autogeneration rules.
22249
22250 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
22251
22252         * configure.in: evaluate $ac_make when checking for GNU Make.
22253
22254 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22255
22256         * docs/Makefile.am: added generation.txt.
22257
22258         * Makefile.am: require automake 1.4, build README from README.in and
22259         INSTALL from INSTALL.in in dist-hook.
22260         
22261         * README.in:
22262         * INSTALL.in: new files to autogenerate README and INSTALL from.
22263
22264         * configure.in: figure whether we have GNU Make
22265
22266         * docs/generation.txt: minor additions/corrections.
22267
22268 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
22269
22270         * docs/gtkfaq.sgml: FAQ Update
22271
22272 July 30, 1999 Elliot Lee <sopwith@redhat.com>
22273         
22274         * configure.in: Fix autoconf warnings about cross compilation by
22275         trying to provide sane defaults for AC_TRY_RUN.
22276
22277 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
22278
22279         * ltconfig
22280         * ltmain.sh: upgrade to libtool 1.3.3
22281
22282 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
22283
22284         * INSTALL: Indicate that the --with-glib= configure
22285         time flag is unsupported.
22286
22287 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
22288
22289         * docs/generation.txt: Added a file that gives
22290         documenation about the autogeneration process for
22291         various autogenerated files.
22292         
22293 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
22294
22295         * configure.in (LIBS): Look for libgmodule in the
22296         right location.
22297
22298 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
22299
22300         * docs/gtk_tut.sgml: Removed references to
22301         code examples in my directory on gtk.org as
22302         they should all be in the tutorial now.
22303
22304         * docs/gtk_tut.sgml: Added sources for dial-test
22305         and scribble-xinput programs that were previously
22306         missing.
22307
22308 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
22309
22310         * TODO: Added entry about menu keyboard navigation, removed
22311         some finished items.
22312
22313 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
22314
22315         * acinclude.m4: Standardize on func_dgettext
22316         not func_gettext, so that the checks for dgettext
22317         actually are paid attention to.
22318
22319 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
22320
22321         * configure.in (LIBS): Add $INTLLIBS into $LIBS
22322         directly, rather than repeating the checks for
22323         gettext.
22324
22325         * INSTALL: Added information about gettext and
22326         NLS support.
22327
22328         * acinclude.m4 (LIBM): Check for dgettext, not
22329         just gettext. This should hopefully fix things wrt
22330         systems with old versions of GNU gettext installed.
22331
22332 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
22333
22334         * configure.in (LIBS): Look for libgmodule in the
22335         right location.
22336
22337 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
22338
22339         * autogen.sh: add --enable-maintainer-mode
22340
22341         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
22342
22343 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
22344
22345         * docs/gtk-config.1.in:
22346           docs/Makefile.am:
22347           configure.in: gtk-config is now generated.
22348
22349         * docs/gtk-config.1: Removed, now generated.
22350
22351 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
22352
22353         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
22354         handle CreateNotify itself, still put out a debuging message for
22355         --gdk-debug=events. made the ReparentNotify debugging message more
22356         verbose.
22357         wrap xcoords translation for ConfigureEvents into an error trap,
22358         a destroy event may already be pending, and in that case, the
22359         actuall coordinate values are not at all critical.
22360
22361 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
22362
22363         * gdk/gdkcc.c: Stop leaking the color_hash all over
22364         the place. Simplify and improve the logic.
22365
22366 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
22367
22368         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
22369         for prototypes and function implementations consistent (reported
22370         by Tomas Ogren).
22371
22372 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
22373
22374         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
22375         send_event set in debugging output.
22376         (gdk_compress_exposures): default initialize the event so we don't
22377         operate on bogus values (namely send_event).
22378
22379 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
22380
22381         * gdk/gdkwindow.c: When we receive an unexpected
22382         destroy notify on one of our windows, don't just
22383         warn about it, also mark our windows as destroyed.
22384
22385 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
22386
22387         * gdk/gdkfont.c (gdk_font_hash_insert): Add
22388           name => font and name => fontset hashes. The 
22389           name => fontset hash is a _big_ win since we
22390           weren't previously caching fontsets at all and loading
22391           fontsets is expensive. The name => font hash
22392           is less of a win, but it does save us from doing
22393           repeated XQueryFont calls on the same font.
22394
22395         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
22396           list so we can remove font/fontset from hash.
22397
22398 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
22399
22400         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
22401           and slightly confusing test. [ XInternAtom (,,TRUE)
22402           will never return None ].
22403
22404 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
22405
22406         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
22407           gdk/gdkwindow.c (gdk_window_set_hints):
22408
22409         Don't omit setting the properties if flags == 0 -
22410         there may be an existing set of properties there
22411         already. (Very old bug. Would it be better to
22412         delete the property instead?)
22413
22414         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
22415           spelling error in comment.
22416
22417 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
22418
22419         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
22420           to avoid stomping over gdk_error_warnings.
22421
22422         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
22423           as (bits_per_pixel + 7) / 8. This gives the same
22424           result as before for multiples of 8, but actually
22425           a "reasonable" value for 1bit or 4bit displays.
22426
22427 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22428
22429         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
22430         GNU Make.
22431
22432 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
22433
22434         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
22435         discarding configure events.
22436
22437 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
22438
22439         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
22440         refcount is greater than zero.
22441
22442         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
22443
22444         * gdk/gdkfont.c (gdk_font_unref): Likewise.
22445
22446         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
22447
22448         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
22449
22450 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
22451
22452         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
22453         that format 32 => sizeof(item) == 4. It really is
22454         sizeof(long).
22455
22456 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
22457
22458         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
22459         core dump at all on X IO errors, only core dump
22460         if --enable-debug for X errors.
22461
22462 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
22463
22464         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
22465         unknown window:" message. disabled ConfigureNotify discarding code,
22466         because it led to events being processed out of order.
22467
22468 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
22469
22470         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
22471
22472         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
22473         we export this function, supress error warnings and don't reset the
22474         error code in the first half of this function.
22475
22476         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
22477         code (instead of just -1) so gdk_error_trap_pop() reveals something
22478         actually informative about the error that happened.
22479
22480         * gdk/*.c:
22481         don't rely on gdk_error_code being -1 if an error occoured, but just
22482         gdk_error_code != 0.
22483
22484 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
22485
22486         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
22487         pointer *before* invoking the filter function, so we at least don't
22488         crash if a filter is removed that is currently executed. window filters
22489         *really* need to be made truely reentrant at some point.
22490
22491 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
22492
22493         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
22494         PropertyNotify debug messages.
22495
22496 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
22497         
22498         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
22499         
22500         * gdk/gdkim.c: Fix cut-and-paste errors for 
22501         x/y and PreeditAttributes/StatusAttributes.
22502
22503 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
22504
22505         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
22506         G_MAXINT to 2^16 to alleviate overflow problems in
22507         various window managers.
22508
22509 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
22510
22511         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
22512         for fontsets.
22513
22514 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
22515
22516         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
22517         Initialize size_hints.x and size_hints.y because kwm
22518         brokenly pays attention to them.
22519         (Bug #1181 -  Lars Heete <hel@admin.de>)
22520
22521 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
22522
22523         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
22524         return value of gdk_list_visuals(). 
22525         (Bug #1193 - Morten Welinder <terra@diku.dk>)
22526
22527 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
22528
22529         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
22530         XSetIMValues to (void *) when comparing to NULL, to workaround
22531         the problem of some compilers barfing since older X headers don't
22532         have the prototype for it.
22533
22534 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
22535
22536         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
22537         for pseudocolor where colormap->colors was double
22538         allocated.
22539
22540         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
22541         color value in the hash table with the pixel filled
22542         in so when we do later hash table lookups, the color
22543         value is correct.
22544         
22545 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
22546
22547         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
22548         making the call
22549
22550 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
22551
22552         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
22553         pointed out by Morten Welinder <terra@diku.dk>.
22554
22555 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
22556
22557         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
22558           default filter from the list
22559
22560 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
22561
22562         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
22563           default filter from the list
22564
22565 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
22566
22567         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
22568
22569         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
22570         g_strdup_printf instead of calcing the length separately
22571
22572 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
22573
22574         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
22575         that we don't do in many other places. (Fixing duplicate 
22576         #include of config.h)
22577
22578         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
22579         Otherwise, #ifndef XINPUT_NONE check in the latter
22580         doesn't work. (Bug #546)
22581
22582 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
22583
22584         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
22585         "None" case insensitive.
22586
22587 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
22588
22589         * gdk/gdkselection.c: 
22590         Add error traps so if the other end of the connection
22591         dies, we survive.
22592
22593 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
22594
22595         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
22596         dest_xid field into two fields - one for the window
22597         to send in messages, one to indicate the last looked
22598         up window for caching purposes. This is needed, so
22599         that Leave messages get the correct window.
22600
22601 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
22602
22603         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
22604         Fix warning created by people mucking around
22605         with the gsource API.
22606
22607         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
22608         Change mapping between GIOCondition and GdkInputCondition
22609         to match the way the Linux kernel does it. This should
22610         fix problems where closed pipes were no longer signalling
22611         GDK_INPUT_READ on systems with a native poll().
22612
22613 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
22614
22615         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
22616         explicitly for the string "None" - it is in the XPM
22617         spec and some servers treat unknown colors in odd ways
22618         (like asking the user!)
22619
22620 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
22621
22622         * gdk/gdkevents.c: made "->" into a "." of previous change so
22623         it compiles
22624
22625 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
22626
22627         * gdk/gdkevents.c (gdk_compress_exposures): Set the
22628         window field of the event structure before calling
22629         user filters.
22630
22631 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
22632
22633         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
22634         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
22635
22636 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
22637
22638         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
22639         intermediate text property - prevents major memory
22640         leak when gdk_use_mb.
22641         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
22642
22643 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
22644
22645         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
22646         gtk-a-higuti-990322-[0-3]
22647
22648         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
22649         sizeof(wchar_t) != sizeof (GdkWChar)
22650
22651         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
22652         that was causing -DX_LOCALE not to work.
22653
22654         * gtk/gtkrc.c (gtk_rc_init):
22655         X_LOCALE will never have LC_MESSAGES defined
22656
22657         * gdk/gdk.c (gdk_init_check):
22658         Remove --xim-preedit and --xim-status from argv properly.
22659
22660         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
22661         that the client window is present on the X server
22662         before we pass it to the input method.
22663
22664 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
22665
22666         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
22667         if --display is specified on the command line, than
22668         the drag window will not be created on that display.
22669         
22670 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
22671
22672         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
22673         lookups with only_if_exists == TRUE were inserting
22674         bogus values into the atom cache.
22675
22676 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
22677
22678         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
22679         then reset it to NULL.
22680
22681         * gdk/gdkcolor.c:
22682         (gdk_colors_free): 
22683         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
22684         key for g_hash_table_remove() in both functions, this prevents us
22685         from accessing possibly uninitialized portions of a GdkColor structure
22686         where we are only interested in its pixel value.
22687
22688 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
22689
22690         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
22691         font hash table, if we have a GdkFontPrivate entry for this font
22692         already, simply increment its reference count, provided by Olaf Dietsche
22693         <olaf.dietsche+list.gtk@netcologne.de>.
22694
22695 1999-09-21  Tor Lillqvist  <tml@iki.fi>
22696
22697         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
22698         just to be sure.
22699
22700         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
22701         unused variables, leftovers from the X11 version.
22702
22703         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
22704
22705         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
22706         downcase fields on X11.
22707
22708 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
22709         
22710         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
22711         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
22712
22713 1999-09-17  Tor Lillqvist  <tml@iki.fi>
22714
22715         * gdk/win32/gdk.def: Add gdk_threads_mutex.
22716
22717         * gtk/makefile.msc: Correct path to libintl.
22718
22719         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
22720         use of gint vs. int, and gint vs. gboolean in headers and
22721         definitions. Use GtkType for the *_get_type functions. Note that
22722         these changes preserve binary compatibility.
22723
22724         * gdk/gdk.c
22725         * gdk/win32/gdk.c
22726         * gdk/gdk.h: Fix inconsistencies: gint vs int.
22727
22728         * gtk/gtkmain.c
22729         * gtk/gtkclist.c
22730         * gtk/gtkmenufactory.c
22731         * gtk/gtknotebook.c
22732         * gtk/gtkwidget.c: Fix inconsistencies, also gint
22733         vs. gboolean.
22734
22735         * gtk/gtkcolorsel.[ch]
22736         * gtk/gtkcombo.[ch]
22737         * gtk/gtkdrawingarea.[ch]
22738         * gtk/gtkgamma.[ch]
22739         * gtk/gtkhandlebox.[ch]
22740         * gtk/gtkhpaned.[ch]
22741         * gtk/gtkhruler.[ch]
22742         * gtk/gtkplug.[ch]
22743         * gtk/gtkpreview.[ch]
22744         * gtk/gtkruler.[ch]
22745         * gtk/gtksocket.[ch]
22746         * gtk/gtkstatusbar.[ch]
22747         * gtk/gtktoolbar.[ch]
22748         * gtk/gtkvbbox.[ch]
22749         * gtk/gtkvpaned.[ch]
22750         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
22751         functions.
22752
22753         * gtk/gtkgamma.h: Fix bug, missing () in call of
22754         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
22755
22756 1999-09-14  Tor Lillqvist  <tml@iki.fi>
22757
22758         * gdk/gdkcolor.c (gdk_colormap_new)
22759         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
22760         colormap->colors was allocated twice.
22761
22762         * gdk/win32/gdk.c: Remove some unused stuff.
22763
22764         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
22765         colormap.
22766
22767         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
22768         * gtk/gtklabel.h (gtk_label_get_type)
22769         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
22770         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
22771         in a couple of places, not guint.
22772
22773 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
22774
22775         * configure.in,po/et.po: added Estonian language file
22776
22777 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
22778
22779         * configure.in,po/da.po: added Danish file
22780
22781 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
22782
22783         * docs/gtkfaq.sgml: Minor FAQ Update
22784
22785 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
22786
22787         * docs/gtkfaq.sgml: FAQ update
22788
22789 1999-08-27  Tor Lillqvist  <tml@iki.fi>
22790
22791         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
22792         way to get window contents continually refreshed while resizing. I
22793         didn't like the effects myself, so it's not on by default.
22794
22795         * gdk/win32/gdkprivate.h: New flag variable
22796         gdk_event_func_from_window_proc, FALSE by default.
22797
22798         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
22799         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
22800         are passed --gdk-event-func-from-window-proc.
22801
22802         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
22803         and we have am event_func, call it instead of enqueing the event.
22804
22805 1999-08-23  Tor Lillqvist  <tml@iki.fi>
22806
22807         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
22808         Kelley: Set expose_count in GdkEventExposes correctly.
22809
22810         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
22811         MULTIPLE_WINDOW_CLASSES).
22812
22813         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
22814         for bug in NT, apparently NT *does* draw the end pixel, too, in
22815         LineTo with a one-pixel pen, so we don't have to do it ourselves.
22816
22817 1999-08-21  Tor Lillqvist  <tml@iki.fi>
22818
22819         Improvements by Hans Breuer: 
22820
22821         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
22822
22823         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
22824         CS_?REDRAW flags as they cause lots of (late) redraws when "show
22825         window contents while dragging" is turned on. Allocate at least
22826         one unique class for every GdkWindowType. If support for single
22827         window-specific icons is ever needed (eg. Dialog specific), every
22828         such window should get its own class.
22829
22830 1999-08-19  Tor Lillqvist  <tml@iki.fi>
22831
22832         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
22833         error that caused crashes.
22834
22835 1999-08-17  Tor Lillqvist  <tml@iki.fi>
22836
22837         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
22838         window, use ScrollWindowEx, and call UpdateWindow. This prevents
22839         bugs when for instance part of the window was outside the
22840         display. Thanks to Philippe Colantoni for finding and fixing this.
22841
22842 1999-08-16  Tor Lillqvist  <tml@iki.fi>
22843
22844         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
22845         endpoint calculations which were totally wrong. (A little RTFMing
22846         helps a lot ;-)
22847
22848         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
22849         from a separate directory, not from gettext, because of licensing
22850         issues (we want to use the LGPL version).
22851
22852         * README.win32: Mention the intl from glibc vs from gettext issue.
22853
22854 1999-08-13  Tor Lillqvist  <tml@iki.fi>
22855
22856         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
22857         in the key event handling: Now AltGr chars work again. Also,
22858         now Alt-digits are passed up as well as Control-digits.
22859         Pass keypad plus and minus as normal plus and minus.
22860
22861 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
22862
22863         * docs/gtkfaq.sgml: FAQ Update
22864
22865 1999-07-25  Tor Lillqvist  <tml@iki.fi>
22866
22867         * README.win32
22868         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
22869         the Wintab SDK.
22870
22871         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
22872         OK, but getting closer. Guard against bogus tilt data from Wacom
22873         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
22874         enable easier building without Wintab.
22875
22876         * gdk/win32/gdkinput.h
22877         * gdk/win32/gdkevents.c 
22878         * gdk/win32/gdkwindow.c: Minor changes related related to above.
22879         
22880         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
22881         code. As we have just one visual on Win32, no sense to have it in a
22882         table, and no need for the hash table.
22883
22884         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
22885         better on white background.
22886
22887 1999-07-21  Tor Lillqvist  <tml@iki.fi>
22888
22889         * README.win32: Update gcc build instructions. Mention gettext is
22890         GPL.
22891
22892         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
22893         supported cursor size with GetSystemMetrics.
22894
22895         * gdk/win32/gdkfont.c
22896         * gtk/gtkfontsel.c: Guard against some font weight and charset
22897         symbols being undefined (in mingw32 headers).
22898
22899         * gdk/win32/makefile.cygwin
22900         * gtk/makefile.cygwin
22901         * gtk/gtkthemes.c: No longer need to have differently named
22902         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
22903
22904 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
22905
22906         * docs/gtkfaq.sgml: Long awaited FAQ update.
22907
22908 1999-07-15  Tor Lillqvist  <tml@iki.fi>
22909
22910         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
22911         it. Obscure bit manipulation needed.
22912
22913         * gdk/win32/gdkevents.c: Logging.
22914         
22915         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
22916         style (file name include compiler name) for theme engines.
22917
22918 1999-07-13  Tor Lillqvist  <tml@iki.fi>
22919
22920         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
22921
22922         * gdk/win32/gdkevents.c: Fix long-standing bug in key
22923         events. The key.string wasn't zero-terminated, still we strdup'ed
22924         it in gdk_event_copy(). Synthesize crossing events for button
22925         events before possible propagation.
22926
22927         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
22928
22929         * gdk/win32/makefile.cygwin
22930         * gtk/makefile.cygwin: Use new DLL naming style for the
22931         GCC-compiled ones.
22932
22933         * gdk/win32/makefile.msc
22934         * gtk/makefile.msc: Cosmetics mostly.
22935
22936         * gtk/gtk.def: Add missing entry points.
22937
22938         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
22939
22940 1999-07-09  Tor Lillqvist  <tml@iki.fi>
22941
22942         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
22943         or height is zero. Don't print a warning if Pie or Arc fails, they
22944         always fail (?) for very narrow ellipses.
22945
22946         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
22947         the part or the destination window corresponding to source area
22948         outside of the source drawable's boundary.
22949
22950         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
22951         anything if less than two points.
22952
22953         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
22954         return NULL. Gtk cut-and-paste inside a single program works
22955         better this way. (It always gets the clipboard contents from
22956         Windows, not from its own copy, which is cleared anyway. I can't
22957         say I fully understand what happens... Emulating the X selection
22958         and property stuff is a bit of a mess.)
22959
22960         * gdk/win32/gdkevents.c
22961         * gdk/win32/gdkproperty.c: A bit more verbose logging.
22962
22963         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
22964         that never got deleted). Revamp gdk_region_shrink.
22965
22966         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
22967         after use.
22968
22969         * gtk/gtk.def: Add some missing entry points.
22970
22971         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
22972         component.
22973
22974 1999-07-04  Tor Lillqvist  <tml@iki.fi>
22975
22976         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
22977         Control-digits specially.
22978
22979 1999-07-03  Tor Lillqvist  <tml@iki.fi>
22980
22981         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
22982
22983 1999-06-28  Tor Lillqvist  <tml@iki.fi>
22984
22985         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
22986         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
22987         finding this.)
22988
22989 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
22990
22991         * gtk+.spec.in: Corrected some typos in files section.
22992         
22993 1999-06-15  Tor Lillqvist  <tml@iki.fi>
22994
22995         * README.win32: Mention using GNU gettext.
22996         * config.h.win32: Enable NLS stuff.
22997         * gtk/makefile.msc: Use GNU gettext.
22998         * gdk/win32/gdkdnd.c: Minor header reorg.
22999         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
23000         cosmetics.
23001         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
23002         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
23003
23004 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
23005
23006         * acinclude.m4
23007         * config.guess
23008         * config.status
23009         * ltconfig
23010         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
23011
23012 1999-05-30  Tor Lillqvist  <tml@iki.fi>
23013
23014         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
23015         SafeAdjustWindowRectEx. Don't override all calls to
23016         AdjustWindowRectEx by it, but use it only in two places: When
23017         creating a new top-level window and when moving a top-level
23018         window.
23019
23020         Use screen coordinate rectangle, not client rectangle, in
23021         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
23022         when we try to place a window so that the decoration (mainly,
23023         title bar) isn't visible.
23024
23025         These changes fix the bug that showed up for instance as the
23026         GIMP's saved top-level windows moving right and down (by an amount
23027         equal to the window decoration) for each session. This bug showed
23028         up also in testgtk's "Saved Position".
23029
23030         gdk_window_resize also redone a bit.
23031
23032 1999-05-25  Tor Lillqvist  <tml@iki.fi>
23033
23034         * gtk/testgtkrc: Add (commented out) Windows-style theme
23035         include line.
23036
23037         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
23038
23039 1999-05-18  Tor Lillqvist  <tml@iki.fi>
23040
23041         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
23042         gdkx.h to a gdk subdirectory, so that applications can include
23043         these with <gdk/*.h> without trouble.
23044
23045         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
23046         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
23047         have their bitmap destroyed.
23048
23049         * gdk/win32/gdk.def: Add gdk_root_parent.
23050
23051 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
23052
23053         * configure.in
23054           gtk-config.in
23055           ltconfig
23056           ltmain.sh     
23057           gtk/Makefile.am: changes to compile nicely (with xlib) 
23058           on BeOS
23059
23060 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
23061
23062         * acinclude.m4
23063         * config.guess
23064         * config.sub
23065         * ltconfig
23066         * ltmain.sh: upgrade to libtool 1.3
23067
23068 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
23069
23070         * gtk/gtkclist.c:
23071         * gtk/gtkctree.c: merges from gtk-1-2
23072
23073 1999-04-25  Tor Lillqvist  <tml@iki.fi>
23074
23075         Support added for building using a GNU toolchain on Win32,
23076         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
23077
23078         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
23079         * config.h.win32: Changes for gcc.
23080         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
23081         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
23082         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
23083         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
23084         Protect shl stuff unavaiilable with mingw32 headers.
23085         * gdk/win32/gdkevents.c: Fix typo.
23086         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
23087         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
23088         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
23089         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
23090         the mingw32 headers.
23091         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
23092         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
23093         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
23094         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
23095         Test for NATIVE_WIN32, not _MSC_VER.
23096         * gtk/gtkmain.c: No use warning about developer version on Win32,
23097         there aren't any non-developer versions anyhow.
23098         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
23099         * gtk/makefile.msc: Use pthread from another directory. Minor other
23100         changes. 
23101
23102 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23103
23104         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23105           default filter from the list
23106
23107 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
23108
23109         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
23110          when gtk_widget_grab_default() is called for a widget that
23111          is not within a GtkWindow.
23112
23113 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
23114
23115         * docs/gtk_tut.sgml, examples/clist.c: use a
23116           scrolled window in the clist example. Minor
23117           tutorial fixes.
23118
23119 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
23120
23121         * docs/gtk_tut.sgml: Style check from David King
23122           <dking@youvegotmail.net>
23123
23124 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
23125
23126         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
23127         compile with unknown value of GDK_WINDOWING
23128
23129 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
23130
23131         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
23132         after the rule is fired.
23133         (install-exec-local): Install gdkconfig.h only if the contents are
23134         different from the currently installed gdkconfig.h.
23135
23136 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
23137
23138         * gdk/Makefile.am (configexecincludedir): Rename from 
23139         configincludedir so that gdkconfig.h will be installed 
23140         as part of `make install-exec'. 
23141
23142 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
23143
23144         * acinclude.m4
23145         * config.guess
23146         * config.sub
23147         * ltconfig
23148         * ltmain.sh: upgrade to libtool 1.2f
23149
23150         * autogen.sh: libtool is not required to autogen gtk+
23151
23152         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
23153         needed)
23154
23155 1999-03-18  Tor Lillqvist  <tml@iki.fi>
23156
23157         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
23158         declaring gdk variables exported/imported from the DLL. New image
23159         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
23160         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
23161         GDK_DRAG_PROTO_OLE2.
23162
23163         * gdk/gdk.h: Merge in Win32 version: Two new functions,
23164         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
23165         declared only for the Win32 version, but could be in the X11
23166         version as well. (Needed for a Xlib-less gdk_imlib.)
23167         gdk_color_hash should have only one parameter. Declare
23168         gdk_threads_mutex with GDKVAR.
23169         
23170         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
23171         just one parameter.
23172
23173         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
23174         per pixel, not bits.
23175
23176         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
23177         Fetch bpp (which means bits-per-pixel here) from another place on
23178         Win32. Accept also depth==32 (which we might get on Win32) with
23179         bpp==32.
23180
23181         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
23182         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
23183         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
23184         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
23185         in the backend-dependent directory, not in the common gdk
23186         directory.
23187
23188         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
23189         headers.
23190
23191 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
23192
23193         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
23194         want to use the Gtk+ devel version (which is true, and yes - even i am
23195         currently working with the 1.2.x branch). so everyone reading this, you
23196         probably want to issue
23197         cvs checkout -r glib-1-2 glib
23198         and
23199         cvs checkout -r gtk-1-2 gtk+
23200         as your next two comands.
23201
23202 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
23203
23204         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
23205         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
23206
23207         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
23208         file. strongly deprecated the GTK_HAVE_* macros, we provide
23209         GTK_CHECK_VERSION() for people that need to check for certain
23210         Gtk+ versions.
23211
23212         * gtk/gtkcompat.h: removed this from CVS.
23213         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
23214         idea right from the start, it just didn't seem like that back then.
23215
23216 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
23217
23218         * merges from gtk-1-2:
23219
23220 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
23221
23222         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
23223         item factory class has been created.
23224         (gtk_item_factory_parse_rc): likewise.
23225
23226         * gtk/gtkmenu.c:
23227         keep proper references for old_active_menu_item.
23228         (gtk_menu_reparent): unset the usize of the new parent,
23229         so the menu can sanely be size requested and we don't get nasty screen
23230         artefacts upon next reparentation.
23231         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
23232         enter notify. only synthesize enter notifies if the pointer really is
23233         inside the event window.
23234         (gtk_menu_popdown): use gtk_menu_shell_deselect().
23235         (gtk_menu_popup): move the background setting stuff into
23236         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
23237
23238         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
23239         gtk_menu_shell_select_item() to select the new item.
23240         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
23241         do the right thing for deselection as well.
23242
23243 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
23244
23245         * gtk/gtkwidget.[hc]:
23246         (gtk_widget_accelerators_locked): return whether a widget's accelerators
23247         are locked.
23248
23249         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
23250         existing accelerators if the widget's accelerators are locked.
23251
23252 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
23253
23254         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
23255
23256         * gtk/gtkmenu.c: truely forward key press and key release events to
23257         the menu widget from the toplevel or tearoff window. we can't simply
23258         connect to that, we need to stop further processing of the events as
23259         well.
23260
23261 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
23262
23263         * gtk/gtkmenu.c:
23264         (gtk_menu_key_press): pass event->keyval, event->state to
23265         gtk_accelerator_valid, instead of event->keyval twice.
23266         refuse to install single letter accelerators for menus that use
23267         single letter shortcuts.
23268
23269         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
23270         gtk_menu_ensure_uline_accel_group().
23271
23272         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
23273         which will always return an uline accel group, made
23274         gtk_menu_get_uline_accel_group() return NULL if the group isn't
23275         yet created.
23276
23277 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
23278
23279         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
23280
23281         * gtk/gtkclist.c (gtk_clist_column_title_passive):
23282         Leave button sensitive, trap  button_press, button_release,
23283         motion_notify, enter_notify and leave_notify events instead.
23284         (gtk_clist_column_title_active): disconnect event handler.
23285         (gtk_clist_drag_data_get): fixed memory leak. Reported by
23286         Guillaume Laurent <glaurent@worldnet.fr>
23287
23288 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
23289
23290         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
23291         width/height mixups.
23292
23293         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
23294         if needed.
23295
23296 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
23297
23298         * gtk/testgtk.c (create_item_factory): unref the item factory after
23299         window's destruction.
23300
23301         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
23302         count on the menu shell around the menu item's activation, since the
23303         signal emission may cause menu shell destruction.
23304
23305         * gtk/gtkitemfactory.c:
23306         the previous code leaked one accel group per menu. we use
23307         gtk_menu_get_uline_accel_group() now to fix that, and with that
23308         also create the underline accelerator group of the menus only if
23309         required (i.e. an underline accelerator has been specified).
23310         (gtk_item_factory_construct):
23311         (gtk_item_factory_create_item): removed code that would create an
23312         extra accel group for the menu (and leak references).
23313         (gtk_item_factory_create_item): adapted the underline accelerator
23314         installation code to properly feature gtk_menu_get_uline_accel_group().
23315
23316         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
23317         menu->accel_group, this may return NULL if the accelerator group
23318         hasn't been set yet.
23319         added gtk_menu_get_uline_accel_group() to retrive the underline
23320         accelerator group of the menu, this will be created on demand
23321         and proper care is taken about its reference count.
23322
23323         * gtk/gtkitemfactory.h:
23324         * gtk/gtkitemfactory.c:
23325         dumped the approach of keeping a widgets by action list on the
23326         factory since the factory<->widget destroy negotiation didn't work
23327         and would be hard to get going at all. instead we keep a list of
23328         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
23329         persistant throughout a program's life time).
23330         also, i removed the static const gchar *key_* variables, and made
23331         them inline strings (they weren't actually used anyways).
23332         (gtk_item_factory_add_item): update ifactory->items.
23333         (gtk_item_factory_destroy): destroy ifactory->items (and remove
23334         the item factory pointer from the remaining ifactory widgets).
23335         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
23336         list to find the widget.
23337         (gtk_item_factory_get_item): new function that works around
23338         gtk_item_factory_get_widget() limitations, this function will only
23339         return menu items, even for <Branch> entries.
23340
23341 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23342
23343         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23344         font hash table, if we have a GdkFontPrivate entry for this font
23345         already, simply increment its reference count, provided by Olaf Dietsche
23346         <olaf.dietsche+list.gtk@netcologne.de>.
23347
23348         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
23349         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
23350
23351 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
23352
23353         * gtk/gtkcontainer.c:
23354         (gtk_container_add_with_args):
23355         (gtk_container_addv):
23356         (gtk_container_add): before adding a child to a conatiner, make sure
23357         it is (default) constructed, this is neccessary because under certain
23358         circumstances the child will get relized and mapped immediatedly, in
23359         which case it has to be constructed already.
23360
23361 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
23362
23363         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
23364         values > 1 as TRUE also.
23365
23366 1999-03-16  Tor Lillqvist  <tml@iki.fi>
23367
23368         * README.win32: New file.
23369                 
23370         * configure.in: Check for lstat.
23371
23372         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
23373         completeness.
23374
23375         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
23376
23377         * gtk/gtk.def: Removed CRs.
23378
23379         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
23380         ..\gdk\win32).
23381
23382         * gdk/win32/makefile.msc: Correct upwards relative paths.
23383         
23384 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
23385
23386         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
23387           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
23388           it was connecting a void function to expose_event and the int
23389           returning function to the draw signal
23390
23391 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
23392
23393         * configure.in:
23394         Use correct path to libgmodule.la when ref'ing uninstalled copy
23395         of glib.  (Already in stable branch, Bug #417)
23396
23397 1999-03-15  Tor Lillqvist  <tml@iki.fi>
23398
23399         Win32 merge and general portability stuff:
23400                 
23401         * acconfig.h,configure.in: Check for <sys/time.h>.
23402
23403         * gdk/win32: New directory (actually, been there for a while).
23404         
23405         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
23406         NATIVE_WIN32, and use these. Always case fold on Win32. No
23407         backslashed escapes on native Win32.
23408
23409         * gtk/{gtk.def,makefile.msc}: New files.
23410
23411         * gtk/Makefile.am: Add above new files.
23412         
23413         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
23414         instead of <strings.h>.
23415
23416         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
23417         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
23418         <unistd.h> appropriately.
23419
23420         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
23421         Use ABS() (from <glib.h>) instead of abs().
23422         
23423         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
23424         of gtk (and thus glib) headers, so that WIN32 will be
23425         defined. With MS C, include <direct.h> for mkdir prototype.
23426
23427         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
23428         some casts, needed by MS C.
23429
23430         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
23431         implemented).
23432
23433         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
23434         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
23435         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
23436
23437         * gtk/gtkmain.h: Mark variables for export/import on Win32.
23438                 
23439         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
23440         the event is not a hint, or its window is not the slider. Needed
23441         on Win32, at least.
23442
23443         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
23444         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
23445         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
23446         a subdirectory of the Windows directory as gtk system
23447         configuration directory.
23448
23449         * gtk/gtkselection.c: No chunks on Win32.
23450
23451         * gtk/gtksocket.c: Not implemented on Win32.
23452
23453         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
23454
23455         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
23456
23457         * gtk/maketypes.awk: Declare variables with a macro that expands to
23458         necessary export/import magic in the case of Win32.
23459                 
23460         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
23461
23462 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
23463
23464         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
23465         since those were meant only for gdki18n.h.  
23466         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
23467         for widechar tests.
23468         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
23469
23470 1999-03-13  Tor Lillqvist  <tml@iki.fi>
23471
23472         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
23473         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
23474
23475         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
23476         installed) to CFLAGS.
23477
23478         * gdk/Makefile.am: Add rules for gdkconfig.h.
23479
23480         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
23481         APIs.
23482
23483         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
23484         gdkx.h anyway when compiling for X11.
23485         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
23486         general): Merge in Win32 version.
23487         
23488         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
23489         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
23490         expansion (if we don't have HAVE_PWD_H), allow for drive
23491         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
23492         included code from Craig Setera's port to Win32 (the one that uses
23493         X11, and the cygwin dll), even if it probably will be abandoned.
23494
23495         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
23496         the user entered one herself.  This way one can complete *.h and
23497         don't get matches on any .help files, for instance.
23498         
23499 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23500
23501         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23502         font hash table, if we have a GdkFontPrivate entry for this font
23503         already, simply increment its reference count, provided by Olaf Dietsche
23504         <olaf.dietsche+list.gtk@netcologne.de>.
23505
23506         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
23507         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
23508
23509 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
23510
23511         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
23512         the number of calls to gdk_draw_point() (and thus to X) by
23513         clipping the points by hand.
23514
23515         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
23516         the clip parameter.
23517         (gtk_handle_box_paint): Only paint the handle if the expose area
23518         intersects it.
23519
23520 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
23521
23522         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
23523
23524 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
23525
23526         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
23527         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
23528
23529 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
23530
23531         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
23532          textmode (O_TEXT) for OS/2 version.
23533
23534 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
23535
23536         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
23537         GtkSpinButton, "input" and "output", to make the output more flexible.
23538         The user has to provide a mapping between adjustment->value and the
23539         output string (and vice versa, if the spin button is editable). 
23540         See testgtk for examples.
23541
23542 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
23543
23544         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
23545         new one.
23546         
23547         * configure.in: set gtk+ version to 1.3.0.