]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
add marshal function types.
[~andy/gtk] / ChangeLog.pre-2-8
1 2001-09-24  James Henstridge  <james@daa.com.au>
2
3         * gtk/gtkmarshal.list (VOID): add marshal function types.
4
5         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
6         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
7         GTK_TYPE_POINTER.
8         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
9         with no-op copy/free functions.
10
11         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
12         GtkCTreeNode get_type function.
13
14 2001-09-24  Havoc Pennington  <hp@redhat.com>
15
16         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
17         gtktextlayout.c:
18         Get rid of the newline-that-could-not-be-deleted; buffers may 
19         now be zero-length. Much easier to fix than expected, once 
20         I figured out the right way to do it. However, there are 
21         various subtle bugs introduced by this that will have to get 
22         sorted out. Please use bugzilla.
23
24 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
25
26         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
27         response back from the window manager if our size hasn't changed 
28         since we won't get a response back from the window manager;
29         there was code in there to do this, but it was in the wrong
30         place so if the hints change and the size didn't we'd expect
31         a response.
32
33         Also, optimize the position-only-changed case by running
34         the resize queue immediately, and clean up some comments
35         for the changes.
36
37 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
38
39         * gtk/gtknotebook.h: Add a compat macro that got lost.
40
41         * gtk/gtktreestore.c: Doc fixes.
42
43         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
44         leak for windows that receive events after being destroyed.
45         (#60863, Joshua N. Pritikin)
46
47         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
48         rather than gtk_container_queue_resize().
49
50         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
51         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
52         gtk_container_child_composite_name. (#60217.)
53
54 2001-09-22  Hans Breuer  <hans@breuer.org>
55
56         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
57
58 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
59
60         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
61         weight value should be an int
62
63 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
64
65         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
66         to gtk_menu_scroll_item_visible(). Only call
67         gtk_menu_scroll_item_visible() if the menu widget has been
68         realized. Fixes bug #55310.
69
70 2001-09-21  Havoc Pennington  <hp@redhat.com>
71
72         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
73         key press to IM context if cursor isn't in an editable location;
74         bug #58425, patch from Hidetoshi Tajima
75
76 2001-09-21  Havoc Pennington  <hp@redhat.com>
77
78         Bug #60862
79         
80         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
81         (_gtk_text_btree_unref): fix up mark memory management
82
83         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
84
85 2001-09-20  Havoc Pennington  <hp@redhat.com>
86
87         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
88         try to handle alignment here, because it's done by PangoLayout
89         after we set the layout width. Fix from Dov.
90
91 2001-09-21  Hans Breuer  <hans@breuer.org>
92
93         * gdk/gdk.def :
94         * gtk/gtk.def : updated externals
95
96         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
97         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
98         Also handle that Win32 pathes cann't be hard-coded      
99
100         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
101         module, themes etc directory calculations
102
103         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
104         >16 bit right. The size limit within Win9x appears _not_ to be 32767
105         but slightly smaller ...
106
107         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
108         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
109
110         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
111
112         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
113         handling. I'm not sure if it is better now, but at least not worse
114
115         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
116
117         * gdk/win32/gdkwin32.h : reflect recent API restrictions
118
119 2001-09-21  Matt Wilson  <msw@redhat.com>
120
121         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
122         radio_menu_item->group to NULL after removing it from the list, as
123         it is no longer in the group. (#60869)
124
125         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
126
127 2001-09-20  Havoc Pennington  <hp@pobox.com>
128
129         * configure.in (PANGO_REQUIRED_VERSION)
130         (ATK_REQUIRED_VERSION): add variables and checks for specific 
131         versions of dependencies. Previously we didn't verify the 
132         Pango or ATk versions.
133
134 2001-09-09  Havoc Pennington  <hp@pobox.com>
135
136         * gtk/gtktextiter.c: fool with indentation
137         (gtk_text_iter_in_range): add g_return_if_fail
138
139 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
140
141         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
142         ref count on new tag to be 1.  Update doc.  (#60836)
143
144 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
145
146         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
147         call to gdk_image_new_bitmap().
148
149 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
150
151         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
152         day, as well as the current month and year.
153
154 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
155
156         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
157         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
158         
159 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
160
161         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
162
163         (build_option_menu): add func argument, connect ::changed
164         signal to option menu instead of connecting the ::activate
165         signal to the menu items,
166
167         (toplevel): get rid of RADIOMENUTOGGLED macro,
168
169         (list_toggle_sel_mode), (clist_toggle_sel_mode),
170         (ctree_toggle_line_style), (ctree_toggle_expander_style),
171         (ctree_toggle_justify), (ctree_toggle_sel_mode),
172         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
173         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
174
175         (notebook_type_changed): merged standard_notebook(),
176         notabs_notebook(), scrollable_notebook() and borderless_notebook()
177         into notebook_type_changed()
178
179         (create_list), (create_ctree), (create_notebook),
180         (create_progress_bar): changed OptionMenuItem arrays into
181         gchar * arrays. Removed "Extended" item where used.
182
183         Fixes bug #59885
184
185 2001-09-20  Sven Neumann  <sven@gimp.org>
186
187         * configure.in
188         * gdk/Makefile.am
189         * gtk/Makefile.am
190         * gtk/gtkselection.c
191         * gtk/gtktreeview.c
192         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
193
194 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
195
196         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
197         a missing pango_layout_iter_free ().
198
199 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
200
201         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
202         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
203
204         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
205         the function definition so we don't accidentally rely on
206         the compat #define from gtk_radio_menu_item_group.
207         (#60782, Jeff Franks)
208
209 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
210
211         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
212         incorrect values for top, right and bottom due to cut-and-paste
213         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
214
215 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
216
217         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
218         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
219         window, not just on the client leader. (#58463)
220
221 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
222
223         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
224
225         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
226         non-public _gtk_menu_item_set_placement.
227
228         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
229
230 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
231
232         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
233           gdk/linux-fb/gdkcolor-fb.c:
234         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
235         (#59723)
236
237 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
238
239         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
240         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
241         #59723)
242
243 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
244
245         Patch from Frank Belew #59037 for Solaris compilation.
246
247         * gtk/maketypes.awk: Change syntax slightly for a call
248         to sub(), apparently making awk on Solaris happier.
249
250         * gtk/gtktreeview.c: Remove C++ comments.
251
252 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
253
254         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
255         to handle '99% of the time. (#60473, reported by Christian Rose)
256
257         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
258         which no longer exists. (#60379, reported by Vitaly Tishkov)
259
260 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
261
262         * Released 1.3.8.
263
264         * gdk/Makefile.am: kill EXTRA_DIST clearing.
265         
266 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
267
268         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
269         as its broken in automake 1.4, add explicit object rule to
270         generate this.
271         
272         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
273         get rid of uneccessary stamps, group stuff more logically, and build
274         sources due to object rules. fix srcdir!=builddir.
275
276 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
277
278         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
279         incorrect parameter to compute_double_length
280         (#58680, patch from Matthias Clasen)
281
282         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
283
284         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
285
286         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
287         for GDK_RELEASE_MASK to avoid warnings with Forte.
288
289         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
290         break; statements.
291
292 2001-09-18  Alex Larsson  <alexl@redhat.com>
293
294         * gtk/gtkcheckbutton.c:
295         * gtk/gtkradiobutton.c:
296         Don't draw with GTK_STATE_ACTIVE.
297
298         * gtk/gtkclist.c:
299         * gtk/gtkctree.c:
300         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
301
302         * gtk/gtktextdisplay.c:
303         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
304         unfocused with base_gc [GTK_STATE_ACTIVE].
305         
306         * gtk/gtkentry.c:
307         Add select all menu-item.
308         Default cursor color is red.
309         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
310         unfocused with base_gc [GTK_STATE_ACTIVE].
311
312         * gtk/gtklabel.[ch]:
313         Add keynav + menu to selectable lables.
314         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
315         unfocused with base_gc [GTK_STATE_ACTIVE].
316
317         * gtk/gtkfilesel.c:
318         Add drag and drop support.
319
320         * gtk/gtkstyle.c:
321         (This was checked in earlier)
322         New default values for text/base SELECTED and ACTIVE
323         
324 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
325
326         * configure.in: up version to 1.3.8, interface age 0,
327         binary age 0, depend on glib 1.3.8.
328
329         * NEWS: 1.3.8 updates.
330
331 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
332
333         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
334         the editing code
335
336         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
337         reason to call it beyond emiting the two signals.
338
339         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
340         to GtkEntry.
341
342 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
343
344         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
345           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
346         PangoFontDescription.
347
348         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
349         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
350         structure.
351   
352         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
353
354         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
355         direct access to style->font. Deprecate gtk_style_ref/unref.
356   
357         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
358         Remove gtk_style_ref/unref with g_object_ref/unref.
359   
360         * gtk/gtkcalendar.c: Remove leftover macros accessing
361         style->font.
362   
363         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
364         variable.
365   
366         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
367         style->font.
368
369 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
370
371         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
372         "can_activate" properties in favor of
373         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
374         and GTK_CELL_RENDERER_MODE_EDITABLE
375
376 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
377
378         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
379         editable widgets.  This function is private, and should only be
380         used by GtkTreeView.
381
382 2001-09-18  Matt Wilson  <msw@redhat.com>
383
384         * docs/Makefile.am (EXTRA_DIST): don't use += before =
385
386         * docs/faq/Makefile.am (EXTRA_DIST): likewise
387
388         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
389         
390         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
391         (EXTRA_HEADERS): likewise
392
393         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
394         (EXTRA_HEADERS): likewise
395         (EXTRA_DIST): likewise
396         (CLEANFILES): likewise
397
398         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
399
400         * tests/Makefile.am (EXTRA_DIST): likewise
401         
402         * Makefile.am (install-data-local): changed to use
403         install-data-hook, which runs after install-pkgconfigDATA, so that
404         the pkgconfigdir will have been created and populated first.
405
406 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
407
408         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
409         be the last big GtkTreeView API change.
410
411         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
412         replace with "activate" and "start_editing".  Also, added a
413         "can_activate" and "can_edit" property.
414
415         * gtk/gtktreeviewcolumn.c: modify to use above.
416
417 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
418
419         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
420
421 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
422
423         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
424         icon instead of one with ugly white background.
425
426 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
427
428         * demos/gtk-demo/stock_browser.c (id_to_macro): make
429         the uppercasing work. (#59550)
430
431 2001-09-14  Jakub Steiner <jimmac@ximian.com>
432
433         * gtk/stock-icons/dialog_error.png:
434         * gtk/stock-icons/dialog_question.png: more road signs
435
436 2001-09-13  Jakub Steiner <jimmac@ximian.com>
437
438         * gtk/stock-icons/dialog_question.png:
439         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
440           like a road sign.
441
442 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
443
444         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
445         signals to make them more clear.  Also, change ::range_changed to
446         ::row_changed.
447         * gtk/gtktreemodel.c: Adjust to interface change
448         * gtk/gtktreemodel.h: ditto
449         * gtk/gtktreemodelsort.c: ditto
450         * gtk/gtktreestore.c: ditto
451         * gtk/gtkliststore.c: ditto
452         * gtk/gtktreeview.c: ditto
453         * tests/testtreecolumns.c: ditto
454         * gtk/gtkmarshal.list: Actually remove a marshaller!
455
456 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
457
458         * gtk/gtktextview.c
459         Add support for Ctrl+Up/Down arrow to move cursor to beginning
460         of previous/next paragraph. If within a paragraph cursor moves to
461         beginning of that paragraph.
462
463 2001-09-12  Jakub Steiner <jimmac@ximian.com>
464
465         * gtk/stock-icons/dialog_question.png: replacing the shaky
466           question mark with a sans-serif one.
467         * gtk/stock-icons/stock_top.png, stock_bottom.png,
468      stock_first.png, stock_last.png: using the new style arrows
469         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
470      colors.
471         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
472      color.
473         * gtk/stock-icons/stock_zoom*: anti-aliased
474         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
475      '-' with a '_', removed the wrong files
476
477 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
478  
479         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
480  
481         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
482         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
483         than in gtk-2.0/major.minor.micro/<type>/. This
484         works better for a search path for modules.
485  
486         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
487         gtk_binary_version variable holding major.minor.(micro-binary_age).
488  
489         * modules/input/Makefile.am (moduledir): Fix installation
490         directory to match change in lookup location.
491  
492         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
493         suffixes. Needs to be handled in g_module_build_path().
494
495         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
496         appropriate.
497  
498 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
499
500         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
501         causing RC properties not to work.
502
503 2001-09-11  Jakub Steiner <jimmac@ximian.com>
504
505         * gtk/stock-icons/dialog-error.png: less drastic
506         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
507           "STOP" is international enough.
508         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
509         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
510
511 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
512
513         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
514         (add|remove)_selection_clipboard symmetric. (bug #59836)
515
516         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
517         Avoid SEGV for empty tree. (bug #60243)
518
519 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
520
521         * tests/testgtk.c (create_idle_test): slight fix for
522         g_object_set() not usable for nesting anymore.
523
524         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
525         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
526         properties, supply ::shadow_type properties instead as most
527         other widgets do.
528
529 2001-09-10  Alex Larsson  <alexl@redhat.com>
530
531         * demos/gtk-demo/stock_browser.c:
532         * gdk/gdkcolor.c:
533         * gdk/gdkfont.c:
534         * gdk/gdkcursor.c:
535         * gdk/gdkevents.c:
536         * gdk/gdkrectangle.c:
537         * gtk/gtktypeutils.c:
538         Update to use the new g_boxed_type_register_static API.
539
540 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
541
542         * gtk/gtktreestore.c:
543         Fix looping in gtk_tree_store_init() waiting for zero random int.
544
545 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
546
547         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
548         behaviour which havoc broke. they have to default to 1.0 for
549         expand behaviour.
550
551         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
552
553 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
554
555         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
556         Amend previous change to avoid runtime error in g_param_spec_ref()
557
558 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
559
560         * gtk/gtkrc.c (insert_rc_property): Fix blank line
561         in the wrong place.
562
563 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
564
565         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
566         do a lookup immediately after creating style->property_cache,
567         since bsearch crashes on zero length for Solaris.
568         (Found by Padraig O'Briain.)
569
570 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
571
572         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
573         Really return NULL if not set.
574         (gtk_widget_init): Remove unused varaible.
575         
576 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
577
578         * configure.in:
579         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
580         in cvs.
581
582 2001-09-08  Havoc Pennington  <hp@pobox.com>
583
584         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
585         people might want to use
586
587 2001-09-08  Havoc Pennington  <hp@pobox.com>
588
589         * gtk/gtkalignment.c (gtk_alignment_class_init): default
590         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
591
592         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
593
594         * gtk/gtktextiter.c: fix docs
595         (gtk_text_iter_spew): get rid of this
596
597         * gtk/gtklayout.c: docs
598
599         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
600         to center image and label together, instead of having image on
601         left and label centered, patch/suggestion from Jacob
602
603         * gtk/gtkdialog.c: docs
604
605 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
606
607         * gtk/gtkliststore.c: Write documentation
608         * gtk/gtktreestore.c: Write documentation
609
610 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
611
612         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
613         with GArray and bsearch(), to remove dependency on a still
614         evolving interface that we want to keep private to glib/gobject. 
615
616 2001-09-08  Havoc Pennington  <hp@pobox.com>
617
618         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
619         docs fixes
620
621         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
622
623         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
624
625         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
626
627         * gtk/gtkscrolledwindow.h: docs fixes
628
629         * gtk/gtkimage.c (gtk_image_new): docs fixes
630
631 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
632
633         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
634         false alarm  constness warning with a cast.
635
636         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
637         for the inside-gdk case.
638
639 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
640
641         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
642         remove g_print.
643
644         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
645         change models, #59899
646
647 2001-09-07  Havoc Pennington  <hp@pobox.com>
648
649         * gtk/gtkmain.c: move some docs inline
650
651 2001-09-07  Havoc Pennington  <hp@pobox.com>
652
653         * gtk/gtk.h: tsk tsk, jrb broke the build
654
655 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
656
657         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
658         Removed 'fill' attribute.  It was silly b/c that was a property of
659         the cell renderer, anyway.
660         (gtk_tree_view_column_render): Actually render the packed
661         renderers.
662         * doc/tree-column-sizing.txt: initial devel documentation.
663         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
664         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
665
666         * tests/testtreefocus.c: fix up to reflect above changes.
667         * tests/testtreeview.c: ditto
668         * demos/gtk-demo/stock_browser.c: ditto
669
670 2001-09-07  Alex Larsson  <alexl@redhat.com>
671
672         * gdk/linux-fb/gdkcolor-fb.c:
673         Removed unused function.
674         
675         * gdk/linux-fb/gdkdrawable-fb2.c
676         * gdk/linux-fb/gdkfont-fb.c:
677         Use PangoLanguage functions.
678
679         * gdk/linux-fb/gdkinput.c:
680         * gdk/linux-fb/gdkselection-fb.c:
681         Fix const warnings.
682         
683         * gdk/linux-fb/gdkwindow-fb.c:
684         Fix warning. Implement gdk_window_set_icon_list() and
685         gdk_window_get_frame_extents(). (No icon support yet though.)
686
687         * gtk/gtkwindow.c (gtk_window_get_position):
688         If window->frame is set get the extents of it instead.
689         
690 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
691
692         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
693         Make the default default colormap the GdkRGB colormap,
694         not the system colormap.
695
696         * gtk/gtkinvisible.c (gtk_invisible_init) 
697           gtk/gtkwindow.c (gtk_window_init): Set the current
698         colormap, as returned by _gtk_widget_peek_colormap()
699         on the widget.
700
701         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
702         to GTK+. Make it return %NULL instead of the default
703         colormap if no colormap has explicitely been pushed.
704
705         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
706         colormaps on ancestral widgets before defaulting the
707         the system default colormap.
708
709         * docs/Changes-2.0.txt: explain colormap changes.
710
711 2001-09-07  Havoc Pennington  <hp@redhat.com>
712
713         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
714         #57424
715
716 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
717
718         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
719         make gdk_set_use_xshm a noop. Remove --no-xshm command line
720         option. If we aren't autodetecting properly, we need
721         to fix the problem, or at least make it an environment
722         variable setting, to avoid problems with propagating
723         to embedded children, plugins, etc.
724
725         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
726
727         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
728         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
729         New function to render a pixmap and mask for a particular colormap.
730
731         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
732         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
733         of internal implementation of the same.
734
735 2001-09-07  Havoc Pennington  <hp@redhat.com>
736
737         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
738         debug code that seems to have caused a breakpoint in valid cases
739         
740         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
741         pointer on the first view when adding the second view, fixes
742         crash when closing gtk-demo text test with active selection
743
744         * gtk/gtktextbuffer.c
745         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
746         clipboards in the list of clipboards - probably fixes #59836
747
748 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
749
750       Make gdkx.h the only installed header from gdk/x11.
751       All structures in gdk/x11 are opaque.
752
753         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
754         Don't install gdk{drawable,pixmap,window}-x11.h.
755
756         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
757         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
758         GdkVisualClass into C files.
759
760         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
761
762         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
763         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
764         Add public functions to replace previously exported direct
765         structure access.
766         gdk_x11_colormap_get_{xdisplay,xcolormap} 
767         gdk_x11_cursor_get_{xdisplay,xcursor},
768         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
769         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
770         gdk_x11_gc_get_{xdisplay,ximage}
771         
772         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
773         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
774
775       Fix a number of variables and functions that were exported
776       "accidentally" from GDK.
777
778         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
779         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
780         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
781         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
782         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
783         gdk_event_queue_find_first, gdk_event_queue_remove_link,
784         gdk_event_queue_append, gdk_event_button_generate,
785         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
786
787         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
788            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
789         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
790         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
791         gdk_use_xshm, gdk_input_ignore_core.
792
793         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
794         #defines to namespace functions into the private _gdk_ 
795         namespace.
796
797         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
798         to replace gdk_parent_root exported variable. Adjust and
799         deprecate GDK_ROOT_PARENT().
800
801         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
802         GDK_ROOT_PARENT usage, remove includes of port-specific
803         headers.
804
805         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
806         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
807         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
808
809         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
810         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
811         gdk_wm_delete_window functions, gdk_wm_take_focus, 
812         use gdk_atom_intern() instead.
813
814         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
815           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
816           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
817           gtk/gtkselection.c 
818         Unexport gdk_selection_property, just use 
819         gdk_atom_intern ("GDK_SELECTION").
820
821         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
822         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
823         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
824         GdkVisualprivate, gdk_x11_gc_flush.
825
826       Make a number of public exports of variables into functions
827       to increase encapsulation.
828
829         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
830         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
831         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
832
833         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
834         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
835         gdk_error_warnings.
836
837         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
838           docs/Changes-2.0.txt: 
839         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
840         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
841         Add gdk_x11_get_default_xdisplay().
842
843         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
844         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
845         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
846         Don't export gdk_progclass, move --class command line
847         option and handling to common portion of GDK.
848
849       Miscellaneous fixes:
850
851         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
852         g_return_val_if_fail that should have been g_return_if_fail.
853
854         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
855         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
856
857         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
858         X11 dependency.
859
860         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
861         Remove unused gdk_key_repeat_disable/restore.
862
863         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
864         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
865         Remove unused gdk_null_window_warnings variable.
866
867         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
868         it can be retrieved from the repository; it is too far
869         from functional to be worth having people check out;
870         it would be easier to start from scratch, I suspect.
871
872         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
873
874         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
875         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
876         Fix some accidentally global variables and unused global variables.
877
878         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
879         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
880         Fix some accidentally global variables and unused global variables.
881
882       Add some space for future expansion to multihead.
883
884         * gdk/gdkdrawable.h: Add four reserved function pointers
885         for future expansion of GdkDrawableClass.
886
887         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
888         where we can put a GdkScreen * later.
889
890 2001-09-07  Havoc Pennington  <hp@redhat.com>
891
892         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
893         adjustments after validating destination yrange; fixes #53918
894         (This may cause other issues, but I hope it won't)
895         
896 2001-09-05  Havoc Pennington  <hp@redhat.com>
897
898         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
899         line into start line, update the character counts in parent nodes; 
900         caused a bug when end and start line had different parent nodes.
901
902 2001-08-30  Havoc Pennington  <hp@redhat.com>
903         
904         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
905         assertion that tag is in a table
906
907 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
908
909         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
910         g_strcasecmp on NULL strings. (#59058)
911
912 2001-09-06  Alex Larsson  <alexl@redhat.com>
913
914         * gtk/gtkbin.c:
915         * gtk/gtkfontsel.c:
916         * gtk/gtkspinbutton.c:
917         * gtk/gtktipsquery.c:
918         Use GtkType/GType instead of uint.
919
920 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
921
922         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
923         sort column.
924
925         * gtk/gtktreestore.c (gtk_list_store_init): ditto
926
927         * gtk/gtktreesortable.c: add docs.
928
929 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
930
931         * Version 1.3.7
932
933         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
934         docs for gtk-config
935
936         * modules/input/Makefile.am (install-data-local): Don't
937         run gtk-query-immodules if DESTDIR is set.
938
939         * NEWS: Various additions.
940
941 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
942
943         * NEWS: updates for 1.3.7 release.
944
945 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
946
947         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
948         handle default sort feature
949
950         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
951         new function to handle default sort.
952         (gtk_tree_sortable_has_default_sort_func): check if default sort
953         is set.
954
955         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
956         handle default sort feature
957
958 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
959
960         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
961         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
962         #59731
963
964 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
965
966         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
967         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
968         time, #59727
969
970         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
971         correctly.
972
973 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
974
975         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
976         so that we don't eternally update the keymap after we
977         get a change notification.
978
979         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
980         incorrect cast.
981
982 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
983
984         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
985         it working. It mostly works now, although there're still a few issues
986         to be worked out.
987
988         * tests/testtreesort.c (main): changes to have a better test
989         application for the GtkTreeModelSort.
990
991 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
992
993         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
994         fix for bug #59222.
995
996         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
997         gpointer search_data argument to function definition and
998         prototype, to match GtkTreeViewSearchEqualFunc typedef.
999
1000 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
1001
1002         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
1003         per jrb's request.
1004
1005 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
1006
1007         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
1008
1009         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
1010
1011 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
1012
1013         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
1014         Instead of always mirroring the selection to a single PRIMARY
1015         selection, allow it to be mirrored to any number of clipboards.
1016
1017         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
1018         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
1019
1020         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
1021         GtkClipboard argument, and for paste_clipboard, the
1022         @override_location argument from @paste_primary.
1023
1024         * gtk/gtktextview.c: Adapt to above change.
1025         
1026 2001-08-30  Havoc Pennington  <hp@redhat.com>
1027
1028         * gtk/gtktextview.c (invalidated_handler): put validate idle at
1029         resize - 2 just for flexibility
1030
1031 2001-08-30  Havoc Pennington  <hp@redhat.com>
1032
1033         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
1034         object from the empty-child-anchor case by drawing a little box.
1035         
1036         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
1037         if the child anchor has no anchored widgets - fixes #59328.
1038
1039         Also, remove bizarre deletion of preedit string that seems to have
1040         gotten in here somehow.
1041
1042 2001-08-30  Havoc Pennington  <hp@redhat.com>
1043
1044         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
1045         to #58420 from Hidetoshi Tajima and Matthias Clasen
1046
1047 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
1048
1049         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1050         change color when the GtkTreeView loses focus.
1051
1052         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
1053         ditto.
1054         
1055         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
1056
1057 2001-08-28  Havoc Pennington  <hp@pobox.com>
1058
1059         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
1060
1061 2001-08-28  Havoc Pennington  <hp@pobox.com>
1062
1063         * demos/gtk-demo/main.c (setup_default_icon): add default icon
1064
1065         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
1066         warning fix
1067         (gtk_radio_button_new_with_label): warning fix
1068
1069         * gtk/gtkdnd.c: used some random GtkImage private structs, 
1070         update to reflect GtkImage changes
1071
1072         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
1073         whether the hint is supported, just always set the icon. A task
1074         list might want to use it even if the WM doesn't, and the WM may
1075         change over time. Also, XDeleteProperty() if list == NULL.
1076
1077         * gtk/gtkwindow.c (gtk_window_set_icon_list)
1078         (gtk_window_get_icon_list)
1079         (gtk_window_set_icon)
1080         (gtk_window_get_icon)
1081         (gtk_window_set_default_icon_list)
1082         (gtk_window_get_default_icon_list):
1083         new functions
1084
1085         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
1086
1087         * gtk/gtkimage.c: Implement property support, bug #59408
1088
1089         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
1090         on reparent-without-removing-first a bit more helpful.
1091         Let's just destroy this FAQ.
1092
1093 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
1094
1095         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
1096         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
1097
1098 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
1099
1100         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
1101         of use_text_format to the end of the function. (#56447)
1102
1103 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
1104
1105         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
1106         only in response to an area_prepared signal.
1107
1108 2001-08-28  Alex Larsson  <alexl@redhat.com>
1109
1110         * gtk/gtkwidget.c (gtk_widget_class_init):
1111         Make unrealize GTK_RUN_LAST.
1112
1113 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
1114
1115         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
1116         with_label and with_mnemonic should create radio buttons, not
1117         check buttons
1118
1119 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
1120
1121         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
1122         * tests/treestoretest.c (make_window): ditto
1123         * demos/gtk-demo/main.c (create_tree): ditto
1124         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
1125
1126 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
1127
1128         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
1129         GTK selection types rather than GtkTreeSelectionMode.
1130
1131         * docs/Changes-2.0: Add comment about selection change.
1132
1133 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
1134
1135         * gtk/gtkenums.h (GtkSelectionMode): deprecate
1136         GTK_SELECTION_EXTENDED.
1137
1138         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
1139         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
1140
1141         * gtk/gtkctree.c: ditto
1142
1143         * gtk/gtklist.c: ditto
1144
1145         * gtk/gtktree.c: ditto
1146
1147 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
1148
1149         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
1150         of typos in compat macros. (#59624, Skip Montaro)
1151
1152 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
1153
1154         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
1155         macro.
1156
1157          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
1158  
1159         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
1160         interface to be a standard setter from gtk_menu_item_right_justify.
1161         (gtk_menu_item_get_right_justified): a getter to go with the setter
1162
1163         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
1164         gtk_menu_item_right_justify.
1165
1166         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
1167         gtk_menu_item_set_right_justified.
1168  
1169 2001-08-27  Jens Finke <jens@gnome.org>
1170
1171         * gtk+.spec.in: Updated to match gpp requirements, reworked the
1172         files section to make it work with 1.3.x releases.
1173
1174 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
1175
1176         * gtk/gtkbutton.[ch]:
1177         Add properties for labels, mnemonics and stock items.
1178         Added C accessor functions for the properties.
1179         Removed deprecated button->child.
1180
1181         * gtk/gtkradiobutton.c:
1182         * gtk/gtktogglebutton.c:
1183         Update to use the functions in GtkButton.
1184
1185         * gtk/gtkcheckbutton.c:
1186         Update to use the functions in GtkButton.
1187         Changed size allocation of child. Now only gets as much
1188         space as it requests.
1189
1190         * gtk/gtkclist.c:
1191         Don't use GtkButton->child
1192
1193         * gtk/gtklabel.c:
1194         Fixed typo in docs
1195         
1196 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
1197
1198         * tests/testgtk.c:
1199         * tests/Makefile.am:
1200         Ressurect the properties test.
1201         I don't care if it is inferior, I just want to test my property code.
1202
1203 2001-08-25  Chema Celorio  <chema@celorio.com>
1204
1205         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
1206         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
1207         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
1208
1209 2001-08-24  Havoc Pennington  <hp@pobox.com>
1210
1211         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
1212         these are already in gtkmenu.h, and the copies
1213         here were broken.
1214
1215         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
1216
1217         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
1218         special-case bitmaps to allow no colormap
1219         (bitmap1): implement no-colormap bitmap-getting
1220         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
1221         alpha
1222         (rgb8): indentation
1223         (rgb1a, rgb1): change the way we read the data out of the image, 
1224         old way didn't seem to work quite right.
1225
1226         I'm pretty sure a lot of the rgbconvert code is still broken.
1227         
1228         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
1229         above position constraint (I really intended to do this before,
1230         don't know what's up with that)
1231         (gtk_XParseGeometry): shut up gcc
1232
1233         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
1234         and "0" should have been. remove the attempted 4-bytes-at-once
1235         optimization, it was totally broken.
1236
1237 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
1238
1239         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
1240         on push to buttons (based on patch from Soeren Sandmann, #54720)
1241
1242           - Add child_displacement_x/y style properties to control how far the
1243             child moves when the button is depressed.
1244
1245           - Add non-exported function _gtk_button_set_depressed to clean
1246             up the handling of the in/out shadow and separate it frmo
1247             widget->state.
1248
1249           - Lots of code cleanup and simplification of state handling
1250             for GtkButton/GtkToggleButton.
1251  
1252         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
1253         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
1254
1255 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
1256
1257         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
1258         and make gtk_image_new() take no arguments. The compiler will
1259         catch it, and it is vastly more useful than having
1260         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
1261
1262         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
1263         to add tearoff-title property (#51319, Lee Mallabone)
1264
1265 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
1266
1267         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
1268         gtk_menu_item_configure(). (#58925)
1269
1270 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
1271
1272         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
1273         "use_align" to give people the option to just make a cell visible.
1274
1275         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
1276         we were scrolling past the end of the tree.
1277
1278         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
1279         rename gtk_tree_view_column_pack_start_cell_renderer to
1280         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
1281
1282 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
1283
1284         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
1285         a stray g_object_ref() left over from gtk_object_ref/sink.
1286         (Pointed out by Josh Pritikin.)
1287
1288 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
1289
1290         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
1291         to gtk_container_get_children. Added deprecated compatibility
1292         macro. (Suggested by Vitaly Tishkov, #59051)
1293
1294         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
1295         calls.
1296
1297 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
1298
1299         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
1300         gtk_menu_bar_append/prepend/insert, forgot to do this
1301         when we deprecated gtk_menu_append/prepend/insert.
1302
1303         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
1304         compat macros.
1305
1306         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
1307         renamed by compat macro.
1308
1309         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
1310         gtk_font_selection_dialog_get_font(). (Suggested by
1311         Vitaly Tishkov, #59383)
1312
1313 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
1314
1315         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
1316         Rename from gtk_text_tag_table_size(). (#59366)
1317
1318 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
1319
1320         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
1321         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
1322         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
1323         (#59173).
1324
1325 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
1326
1327         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
1328         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
1329         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
1330
1331 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
1332
1333         [ Patch from Sebastian Wilhelmi, 52790 ]
1334
1335         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
1336
1337         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
1338         Move compatibility macros from g[dt]kcompat.h to within 
1339         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
1340
1341         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
1342
1343         * demos/Makefile.am demos/gtk-demo/Makefile.am 
1344           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
1345           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
1346
1347         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
1348                  testpixbuf.c}: Fix usages of deprecated functions.
1349
1350 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
1351
1352         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
1353         when changing models.
1354
1355 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
1356
1357         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
1358         We check the current event for modifiers rather than try to trap
1359         all presses.
1360
1361 2001-08-22  Anders Carlsson  <andersca@gnu.org>
1362
1363         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
1364         It's LIST_STORE, not LISTSTORE.
1365
1366 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
1367
1368         * gtk/gtk.h: Remove commented out gtkpacker reference.
1369
1370 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1371
1372         * configure.in (all_loaders): Add tga loader, 
1373         patch by Nicola Girardi. (#56067)
1374
1375 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
1376
1377         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
1378         a little.  More needs to be done tomorrow.
1379
1380 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
1381
1382         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
1383
1384 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
1385
1386         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
1387         reported by Kristian Rietveld <kristian@planet.nl> to handle row
1388         == NULL.
1389         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
1390         <kristian@planet.nl> to change destroy order.
1391
1392 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
1393
1394         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
1395         correct marshaller.
1396
1397 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
1398
1399         * gtk/gtkliststore.c: Fix up warnings, #58928.
1400
1401         * gtk/gtktreeselection.h: Change signal prototype, #58647
1402
1403         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
1404         #59221.
1405
1406         * gtk/gtkstyle.c: Actually prelight arrow, #50981
1407         
1408 2001-08-18  Hans Breuer  <hans@breuer.org>
1409
1410         * gdk/gdk.def : updated externals
1411
1412         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
1413         is required to get (at least) visible in entry fields. Some selections
1414         are really handled now - even on win32 - but copying via middle
1415         mouse button into a different app needs to wait ... 
1416
1417         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
1418         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
1419
1420         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
1421         handling. I'm not sure if it is better now, but at least not worse
1422
1423         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
1424         with SetWindowPos () which allows more fine-tuning backing-store wise
1425
1426         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
1427         Also changed move/resize to be more like the X version.
1428
1429         * gtk/gtk.def : updated externals
1430
1431 2001-08-19  Sven Neumann  <sven@gimp.org>
1432
1433         * gtk/gtktooltips.c
1434         * tests/testtreesort.c
1435         * tests/treestoretest.c: inserted some casts to get rid of compiler
1436         warnings.
1437
1438 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
1439
1440         * gtk/gtktreeviewcolumn.c
1441         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
1442
1443         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
1444         (_gtk_tree_view_find_node): If *node is NULL,
1445         *tree should be NULL too.
1446
1447         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
1448         column/renderers.
1449         * tests/testtreecolumns.c: ditto
1450         * tests/testtreefocus.c: ditto
1451         * tests/testtreesort.c: ditto
1452         * tests/testtreeview.c: ditto
1453         * tests/treestoretest.c: ditto
1454
1455 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
1456
1457         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
1458         signals; is_expander/is_expanded.
1459
1460         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
1461         pixbufs.
1462
1463         * gtk/gtktreeview.c: set above properties.
1464
1465 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
1466
1467         * gtk/gtkwidget.h: Really remove set_default_style().
1468
1469         * docs/Changes-2.0.txt: added a note about
1470         gtk_widget_push/pop/set_default_style.
1471
1472 2001-08-18  Havoc Pennington  <hp@pobox.com>
1473
1474         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
1475         hints_changed in addition to the other cases.
1476         (gtk_window_move_resize): include last position from configure
1477         notify in debug spew
1478
1479 2001-08-18  James Henstridge  <james@daa.com.au>
1480
1481         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
1482         second argument to the weak ref notify, cleaning up some uglyness.
1483         (gtk_accel_group_attach): remove and add the weak notifier when
1484         changing the accel groups slist.
1485         (gtk_accel_group_detach): same here.
1486
1487 2001-08-17  Darin Adler  <darin@bentspoon.com>
1488
1489         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
1490         missing parameters to utf8 functions to make it compile.
1491
1492 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
1493
1494         * gtk/gtktreeprivate.h:
1495         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
1496         (gtk_tree_view_init), (gtk_tree_view_set_property),
1497         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
1498         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
1499         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
1500         (gtk_tree_view_set_destroy_count_func),
1501         (gtk_tree_view_set_enable_search),
1502         (gtk_tree_view_get_enable_search),
1503         (gtk_tree_view_get_search_column),
1504         (gtk_tree_view_set_search_column),
1505         (gtk_tree_view_get_search_equal_func),
1506         (gtk_tree_view_set_search_equal_func),
1507         (gtk_tree_view_search_dialog_destroy),
1508         (gtk_tree_view_search_position_func),
1509         (gtk_tree_view_interactive_search),
1510         (gtk_tree_view_search_delete_event),
1511         (gtk_tree_view_search_button_press_event),
1512         (gtk_tree_view_search_key_press_event),
1513         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
1514         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
1515         * gtk/gtktreeview.h:
1516         Add heavily modified patch from Kristian Rietveld to handle
1517         interactive searching.
1518
1519 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
1520
1521         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
1522         string parameter.
1523
1524         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
1525         GtkMenuShell::selection_done, now that we have it, instead of 
1526         ::deactivate so we're not tearing the menu apart and notify
1527         the user prematurely.
1528
1529 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
1530
1531         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
1532         window, clear window->need_default_position to avoid infinite loops.
1533         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
1534
1535 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
1536
1537         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
1538         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
1539         (gtk_tree_view_set_property): don't cast possible NULL objects.
1540         (gtk_tree_view_destroy): reset the model to NULL.
1541
1542         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
1543         parent_class handler.
1544
1545 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1546
1547         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
1548
1549 2001-08-17  Anders Carlsson  <andersca@gnu.org>
1550
1551         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
1552         point numbers so that the result will be floating point.
1553
1554 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1555
1556         * tests/testgtk.c (create_handle_box): 
1557         (create_toolbar): Replace gtk_window_set_policy calls by
1558         gtk_window_set_resizable.
1559
1560 2001-08-16  Jakub Steiner <jimmac@ximian.com>
1561
1562         * gtk/stock-icons/dialog_info.png: new style bulb
1563         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
1564         * gtk/stock-icons/dialog_warning.png: need a hand?
1565         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
1566           the aa border gets chopped off ok
1567         * gtk/stock-icons/stock_colorselector.png: using the new hand
1568         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
1569           this one is for, but the old icon was butt ugly.
1570         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
1571         * gtk/stock-icons/stock*_insert_object.png: "
1572         * gtk/stock-icons/stock_index.png: using new hand icon
1573         * gtk/stock-icons/stock*_new.png: the document template being used 
1574           elsewhere too
1575         * gtk/stock-icons/stock*_print*.png: new print and print preview 
1576           icons (panel/menu)  
1577         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
1578           icons based on Tuomas' floppy image.
1579         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
1580         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
1581         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
1582         * gtk/stock-icons/stock*_undelete.png: "
1583         * gtk/stock-icons/stock_preferences.png: I have a version with a 
1584           document base if the sliders are no good.
1585         * gtk/stock-icons/stock_properties.png: properties 
1586         
1587
1588         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
1589           (tigert@ximian.com) clipboard icons
1590         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
1591         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
1592         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
1593           little bigger IMHO
1594
1595 2001-08-16  Sven Neumann  <sven@gimp.org>
1596
1597         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
1598
1599 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
1600
1601         * gtk/gtkcellrenderertext.c:
1602         Avoid warning when specifying NULL for "attributes" property
1603
1604 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1605
1606         * docs/debugging.txt: Add a warning about --enable-debug=no,
1607         some editorial changes.
1608
1609 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1610
1611         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
1612         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
1613         debugging info, remove unused debug flags. (#58330)
1614
1615 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
1616
1617         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
1618         (gtk_tree_selection_select_all): Remove strict checking for rows.
1619
1620 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1621         
1622         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
1623         Don't remove the tooltip window when the tip text changes. (#15891)
1624
1625 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
1626
1627         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
1628         $(srcdir).
1629
1630 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
1631
1632         * Makefile.am (EXTRA_DIST): Fix problem with trying to
1633         dist files from intl/, which is no longer there.
1634
1635 2001-08-11  Hans Breuer  <hans@breuer.org>
1636
1637         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
1638           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
1639           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
1640           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
1641           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
1642           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
1643
1644         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
1645           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
1646         GDK_TYPE_EVENT signals
1647
1648         * gtk/gtkalignment.c : removed 'direct allocation bug',
1649         which Tim discovered while reading the patch
1650
1651 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
1652
1653         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
1654         compat macros for push/pop/set_visual that were supposed
1655         to be added a long time ago, but got dropped. 
1656
1657 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
1658
1659         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
1660         property notifies.
1661
1662 2001-08-07  Havoc Pennington  <hp@pobox.com>
1663
1664         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
1665
1666         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
1667         some fixage is needed here, but nothing simple. Owen understands
1668         it. ;-)
1669
1670         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
1671         sizing and positioning.  Also, fix bug in compute_geometry_hints
1672         (width/height confusion for setting min size). 
1673         (gtk_window_move): new function
1674         (gtk_window_resize): new function
1675         (gtk_window_get_size): new function
1676         (gtk_window_get_position): new function
1677         (gtk_window_parse_geometry): new function
1678         
1679         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
1680         (gtk_widget_get_size_request): new function
1681         (gtk_widget_get_usize): delete, that was a short-lived function
1682         ;-)
1683         (gtk_widget_set_usize): deprecate
1684         (gtk_widget_set_uposition): deprecate, make it a trivial 
1685         gtk_window_move() wrapper
1686         (gtk_widget_class_init): remove x/y/width/height properties,
1687         add width_request height_request
1688         
1689         * demos/*: update to avoid deprecated functions
1690         
1691         * gtk/gtklayout.c: add x/y child properties
1692
1693         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
1694         uses of "gint16"
1695
1696         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
1697         sizing test
1698
1699         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
1700         configure events on toplevel windows are always in root window
1701         coordinates, following ICCCM spec that all synthetic events 
1702         are in root window coords already, while real events are 
1703         in parent window coords. Previously the code assumed that 
1704         coords of 0,0 were parent window coords, which was 
1705         really broken.
1706   
1707         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
1708         warning
1709  
1710         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
1711         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
1712         hints in gtk_window_parse_geometry()
1713  
1714         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
1715         new USER_POS USER_SIZE hints    
1716
1717 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1718
1719         * tests/prop-editor.c (properties_from_type): Use 
1720         g_object_class_list_properties to get the param specs 
1721         for a given type. (#58609)
1722
1723 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1724
1725         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
1726         free the text_aa parts. (#57549)
1727
1728 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1729
1730         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
1731         not the foreground color. (#57621)
1732
1733 2001-08-09  Alexander Larsson <alexl@redhat.com>
1734
1735         * gdk/win32/gdkfont-win32.c:
1736         Update to the new pango win32 api.
1737
1738 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
1739
1740         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
1741         COMPOUND_TEXT instead of TEXT
1742         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
1743         interpret the return value of g_string_to_compound_text()
1744         (#55152)
1745
1746 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1747
1748         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
1749         fail if iter is NULL. (#58347)
1750
1751 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1752
1753         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
1754         some off-by-one issues, fixing selection of line-ends. (#50323)
1755
1756 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1757
1758         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
1759         functions in order to make mouse operation work again in the
1760         color wheel. (#58604)
1761
1762 2001-08-07  James Henstridge  <james@daa.com.au>
1763
1764         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
1765         the accelerator when the accel object is changed.  Fixes bug
1766         #58628.
1767
1768 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
1769
1770         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
1771         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
1772         (gnome bugzilla #58202)
1773
1774 2001-08-06  Havoc Pennington  <hp@pobox.com>
1775  
1776         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
1777         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
1778         it was expecting a GdkWindow, not a GdkWindowImplX11.
1779  
1780         Also, we were getting the window rect in screen coords 
1781         and the screen rect in window coords then intersecting 
1782         them; instead, get window rect in window coords.
1783  
1784         Finally, there were codepaths that resulted in a stuck server grab
1785         (when the window was fully onscreen, or on gdk_image_new()
1786         failure); make the server ungrab thing a bit more
1787         robust/consistent.
1788
1789 2001-08-06  Sven Neumann  <sven@gimp.org>
1790
1791         * gdk/gdkpango.c (gdk_pango_context_destroy): 
1792         check if info->colormap != NULL before unref'ing it. It might have
1793         been set to NULL using gdk_pango_context_set_colormap().
1794
1795 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
1796
1797         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
1798         Fix conversion from float to int so that we don't get
1799         skew in the int => float => int roundtrip. 
1800         (#58120, reported by Vitaly Tishkov). Also fix problem
1801         where if no alpha was set, the returned alpha
1802         from (say) set_current_alpha() was returned as 1, not 65535.
1803
1804 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
1805
1806         * gtk/gtklist.c (gtk_list_clear_items): Fix
1807         problem with selecting a new focus child.
1808
1809         * gtk/gtklist.c (gtk_list_clear_items): Clear 
1810         list->undo/list_focus_child after unparenting
1811         child, since unparenting the child can result
1812         in list->last_focus_child being set. (#58024)
1813
1814         * Makefile.am (SUBDIRS): Add target specific pc
1815         files to DISTCLEANFILES.
1816
1817         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
1818         (58327, Matthias Clasen)
1819
1820 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
1821
1822         * tests/testgtk.c: Patch from Hans (with various modifications),
1823         to add the ability to use testgtk as a rough-and-ready
1824         benchmark. Try, 'testgtk --bench all:5' (if you want decent
1825         numbers, run without a window manager)
1826
1827 2001-08-04 Alexander Larsson <alexl@redhat.com>
1828
1829         * gdk/win32/gdkinput.c:
1830         Add #ifdef HAVE_WINTAB around wintab.h include.
1831
1832         * gtk/gtk.def:
1833         Removed marshals that have been moved to glib.
1834         Commented out plug and socket. They didn't compile for me 
1835         on win32.
1836
1837 2001-08-04  Hans Breuer  <hans@breuer.org>
1838
1839         * gtk/stocks-icons/makefile.msc : new file
1840         * gtk/makefile.msc.in : use it
1841
1842         * gtk/gtkstyle.c : not all platforms do provide M_PI and
1843         friends, but luckily there is G_PI
1844
1845         * gtk/gtk.def : updated
1846
1847         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
1848         windows WS_POPUP, but only those without a parent. This fixes the 
1849         mis-alignment between the selectable (temp, input only) window and 
1850         the window text of GtkLabel.
1851
1852         (gdk_window_show) : respect private->state when actually showing
1853         the window.
1854
1855         (gdk_window_set_transient_for) : Implementation from Wolfgang 
1856         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
1857         error handling. Should fix #50586.
1858
1859         * gdk/win32/gdkevents-win32.c : beautify log output
1860
1861 2001-08-04  Michael Natterer  <mitch@gimp.org>
1862
1863         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
1864         Need to show the image after adding it to the GtkImageMenuItem.
1865         This used to work without in testgtk because of the
1866         gtk_widget_show_all() at the end of the function.
1867         (Closes #54978).
1868
1869 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
1870
1871         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
1872         (gtk_notebook_set_child_property): fix finding of child's page,
1873         since we have to validly deal with labels and menus here as well.
1874         (gtk_notebook_get_child_property): fix warning.
1875         (gtk_notebook_class_init): property tab_pack is of type
1876         GTK_TYPE_PACK_TYPE (enum) not boolean.
1877         (gtk_notebook_find_child): don't always warn, we might be looking
1878         for a label or menu child.
1879         (gtk_notebook_map): fix mapping of panel.
1880
1881         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
1882         widget's mapped state, regardless of the value being set equals
1883         old settings, since things like REALIZED(parent) or MAPPED(parent)
1884         may have changed since the old value was set. make it an error to
1885         invoke this function on a toplevel widget.
1886
1887 2001-07-31  Darin Adler  <darin@bentspoon.com>
1888
1889         * gdk/gdkprivate.h:
1890         * gdk/x11/gdkx.h:
1891         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
1892
1893         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
1894         GTK_OBJECT.
1895
1896 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
1897
1898         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
1899         scoping error pointed out by matthiasc@poet.de.
1900
1901 2001-07-31  Sven Neumann  <sven@gimp.org>
1902
1903         * demos/gtk-demo/appwindow.c
1904         * demos/gtk-demo/item_factory.c
1905         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
1906
1907 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
1908
1909         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
1910         argument order for g_signal_has_handler_pending.
1911
1912 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
1913
1914         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
1915         instead of long deprecated g_scanner_stat_mode().
1916
1917 2001-07-29  Hans Breuer  <hans@breuer.org>
1918
1919         * gdk/makefile.msc : build in the backend dir after
1920         auto-generating files
1921
1922         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
1923         with code from win32-production-branch.
1924
1925         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
1926         before calling DestroyWindow, which indirectly calls 
1927         gdk_window_destroy_notify ()
1928
1929         (performance patch merged from win32-production-branch)
1930         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
1931         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
1932         R2_COPYPEN rop). It is claimed to be much faster.
1933
1934 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
1935
1936         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
1937         add an "attributes" property to the text renderer for ATK.
1938
1939 2001-07-26  Alex Larsson  <alexl@redhat.com>
1940
1941         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
1942         Initialize image->bits_per_pixel from the drawable, not from
1943         the root window.
1944
1945         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
1946         Fix cast. argument is an IMPL already.
1947
1948 2001-07-15  James Henstridge  <james@daa.com.au>
1949
1950         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
1951         (gtk_window_remove_accel_group): same here.
1952         (gtk_window_key_press_event): same here.
1953
1954         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
1955         (gtk_widget_remove_accelerator): same here.
1956         (gtk_widget_remove_accelerators): same here.
1957
1958         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
1959
1960         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
1961         instead of GtkObject.
1962
1963         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
1964         now takes GObjects.
1965
1966         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
1967         pass a GObject to gtk_accel_group_entries_from_object.
1968         (gtk_item_factory_create_item): s/accel_widget/accel_object/
1969
1970         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
1971
1972         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
1973
1974         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
1975         GObjects can have accelerators set now.  Add compatibility
1976         defines.
1977
1978         * gtk/gtkmarshal.list: add missing marshallers.
1979
1980         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
1981         accelerators on plain GObjects.  gtk_accel_group_object_destroy
1982         has been converted into a weak reference, and
1983         gtk_accel_group_delete_entries is now a destroy notify for that
1984         piece of data.
1985
1986 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
1987
1988         * gdk/gdkdraw.c: Added a check on the colormap depth to
1989         gdk_drawable_set_colormap()
1990         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
1991         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
1992         for pixmaps without visuals (more specifically, bitmaps)
1993         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
1994         doesn't set a colormap with the wrong depth
1995
1996
1997 2001-07-22  Anders Carlsson  <andersca@gnome.org>
1998
1999         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
2000         expander_height and expander_width properties with a single
2001         property, expander_size.
2002         (gtk_tree_view_init): Set the tab_offset to expander_size
2003         plus some padding.
2004         (gtk_tree_view_unrealize): Remove the expand/collapse
2005         timeout if it exists.
2006         (coords_are_over_arrow): Fix a small bug.
2007         (gtk_tree_view_motion_draw_column_motion_arrow): Use
2008         expander_size.
2009         (gtk_tree_view_draw_focus): Use "treeview" instead of
2010         "add-mode" as detail when drawing the focus.
2011         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
2012         instead of "add-mode" as detail when drawing the focus.
2013         (gtk_tree_view_deleted): If we have a node currently being
2014         expanded or collapsed, remove the timeout and set the node 
2015         to NULL.
2016         (gtk_tree_view_queue_draw_arrow): New function that just
2017         redraws the arrow of a node.
2018         (gtk_tree_view_draw_arrow): Use expander_size instead of
2019         expander_width/expander_height, also pass a different
2020         expander_style to gtk_paint_expander depending on the 
2021         state of the node being drawn.
2022         (expand_collapse_timeout): New function for expanding 
2023         or collapsing a node depending on the previous state.
2024         (gtk_tree_view_real_expand_row): Add timeout and set 
2025         correct state for node being expanded.
2026         (gtk_tree_view_real_collapse_row): Add timeout and set
2027         correct state for node being collapsed.
2028
2029         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
2030         information about the node currently being expanded or
2031         collapsed, and also a timeout id.
2032
2033         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
2034         with expander_style for draw_expander.
2035
2036         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
2037         expander_style.
2038         (create_expander_affine): New function for creating an 
2039         expander affine.
2040         (apply_affine_on_point): New function for applying an 
2041         affine to a point.
2042         (gtk_default_draw_expander): Modified to take expander_style
2043         instead of is_open, and to draw the rectangle rotated differently
2044         depending on the expander style.
2045         (gtk_paint_expander): Replace is_open with expander_style.
2046
2047         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
2048
2049         * gtk/gtkenums.h: Add expander style enum.
2050
2051 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
2052
2053         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
2054         value from gtk_tree_model_get_iter, the model might be empty.
2055
2056 2001-07-20  Hans Breuer  <hans@breuer.org>
2057
2058         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
2059         gdk/gdkinput.c like the other backends
2060
2061         * gdk/win32/gdkinput-win32.h :
2062         * gdk/win32/gdkinput.c :
2063         * gdk/win32/gdkvisual-win32.c :
2064         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
2065         GdkVisual GObjectification. UNTESTED for pen-devices because
2066         I simply have none.
2067
2068         * gdk/gdk.def :
2069         * gtk/gtk.def : updated externals
2070
2071         * gtk/gtkiconfactory.c :
2072         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
2073         before passing &error to functions to avoid strange crashes
2074         
2075         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
2076
2077         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
2078
2079         * gtk/makefile.msc.in : updated
2080
2081 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
2082
2083         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
2084         Add property support. (#51858)
2085
2086 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
2087
2088         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
2089         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
2090         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
2091
2092 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
2093
2094         * gtk/gtkcolorsel.c: Add propery support (roughly
2095         based on patch from Lee Mallabone, #51014)
2096
2097         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
2098         deprecated, since we already g_warning() on it.
2099
2100 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
2101
2102         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
2103         typo that sometimes caused selection not to work properly.
2104
2105         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
2106         entry when tabbing in. (#57743)
2107         
2108         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
2109         user drags up above or down below the entry, move
2110         to the end or the beginning of the entry. (Suggestion
2111         from Jay Cox, #50940)
2112
2113         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
2114         a current selection, then when moving by chars or
2115         words, move to the end of the selection rather than
2116         from entry->current_pos. (Suggestion from Jay Cox,
2117         #50942)
2118         
2119 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
2120
2121         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
2122         set window->decorated. (Patch from Hidetoshi Tajima,
2123         #55846)
2124
2125 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
2126
2127         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
2128         the widget/child realization/mapping invariants.
2129
2130         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
2131         gtk_widget_[get/set]_child_visible() to control
2132         whether visible children of a mapped window are
2133         mapped.
2134
2135         * docs/widget_system.txt: Updated for changes in
2136         container contract, and addition of GTK_CHILD_VISIBLE.
2137
2138         * gtk/gtkcontainer.c: Add generic map()/unmap()
2139         functions that work for almost all containers.
2140
2141         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
2142         gtk_widget_set_child_visible() where necessary.
2143
2144         * gtk/*.c: Remove excess map(), unmap(), and 
2145         realization/mapping invariant enforcing code
2146         from many containers.
2147
2148 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
2149
2150         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
2151         Get the foreground color from 'text', nor 'fg'. (#57568)
2152
2153 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
2154
2155         * gtk/*.c: Patch from Matthias Clasen to remove remove
2156         all instances of g_return_if_fail (foo != NULL); that are
2157         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
2158         since the second check catches the NULL anyways.
2159
2160 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
2161
2162         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
2163         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
2164         GDK_THREADS_ENTER()/LEAVE() pairs.
2165
2166         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
2167         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
2168         pairs. (Problem found by M. Meeks)
2169
2170 2001-07-18  Darin Adler  <darin@bentspoon.com>
2171
2172         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
2173         that we don't get a g_warning message every time we register a new
2174         icon size.
2175
2176         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
2177         using pixel variable of the correct type.
2178         
2179 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
2180
2181         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
2182         so that using X functions on a GdkWindow is possible, if
2183         a little hairy.
2184
2185         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
2186         and ts_origin of a GC, so that external parties can offset/restore
2187         a GC, when using gdk_window_get_internal_paint_info().
2188
2189 2001-07-17  Darin Adler  <darin@bentspoon.com>
2190
2191         * .cvsignore: Ignore the sgml directory made by gtkdoc.
2192         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
2193         instead of the deprecated gtk_window_set_policy.
2194         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
2195         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
2196         function to get rid of warning and some code too.
2197         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
2198         missing const.
2199         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
2200         unused local.
2201         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
2202         const.
2203         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
2204         (gdk_utf8_to_compound_text): Add missing const.
2205         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
2206         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
2207         cast and get rid of an unnecessary one.
2208         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
2209         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
2210         local.
2211         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
2212         Remove unused local.
2213         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
2214         missing const.
2215         * tests/testsocket.c: (add_child): Add cast so the printf format
2216         doesn't make us implicitly depend on what integer type
2217         gtk_socket_get_id returns.
2218         * tests/testtextbuffer.c: Add missing const.
2219         * tests/testtreefocus.c: (main): Remove unused local.
2220         * tests/treestoretest.c: (iter_remove): Remove unused local.
2221         (uppercase_value): Remove unused function.
2222         (make_window): Add statement to quiet the compiler's uninitialized
2223         variable warning.
2224
2225 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
2226
2227         * gtk/gtkrange.c:
2228         (second_timeout): 
2229         (initial_timeout): 
2230         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
2231         (gtk_range_calc_layout): compute the new layout based on an
2232         adjustment->value being passed in as argument.
2233         (gtk_range_button_press): for button2 slider warps, first recalc
2234         the layout, then adjust the value. also, use update_slider_position()
2235         for adjusting the value, so we keep pixel quantisation at which we
2236         usually operate (upon motion or button releases). the reason for this
2237         is that, we can't change the adjustment upon button2 presses to a non
2238         quantised value and upon button2 release re-quantise the value since
2239         that'd alter the value even if we didn't get any motion events (causing
2240         unexpected scroll area warps upon release and/or slider pixel-jitter).
2241         (gtk_range_motion_notify): update the slider position from queried
2242         coordinates, not event coordinates.
2243
2244 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
2245
2246         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
2247         the default gc values are: width=0, CapBut, JoinMiter.
2248
2249 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
2250
2251         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
2252         into account the xpad and ypad when calculating the width and the
2253         height of the pixbuf cel.
2254
2255 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
2256
2257         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
2258         Rename to gtk_radio_menu_item_get_group(), add deprecated
2259         alias. (#57044)
2260
2261         * gtk/gtkfilesel.c: Indentation fix.
2262
2263 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
2264
2265         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
2266         Hasselmann to fix warnings in compat macros. 
2267         (#56773)
2268
2269         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
2270         stupid wrong cast added in last patch.
2271
2272 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
2273
2274         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
2275         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
2276
2277 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
2278
2279         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
2280         missing cast.
2281
2282         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
2283         NULL/FALSE return value confusion.
2284
2285         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
2286         problem when scrollbar completely fills range. (Patch
2287         from  Matthias Clasen, #57047)
2288
2289 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
2290
2291         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
2292         clean up when handling events for move-resize emulation.
2293         (Problem traced down by Matthias Clasen, #57271)
2294
2295 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
2296
2297         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
2298           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
2299           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
2300           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
2301           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
2302           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
2303           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
2304         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
2305
2306 2001-07-09  Peter Williams  <peterw@ximian.com>
2307
2308         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
2309         for when srcdir != builddir
2310
2311 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
2312
2313         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
2314         gtk_tree_model_get_iter_root.
2315
2316         * gtk/gtkliststore.c: Add a bunch of g_return statements.
2317         (gtk_list_store_iter_n_children): Fix up.
2318
2319         * gtk/gtktreestore.c: Add a bunch of g_return statements.
2320
2321 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
2322
2323         * gtk/gtkwidget.c (gtk_widget_class_init):
2324         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
2325         restore some workingness.
2326
2327         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
2328         handle of window type for input-only windows.
2329
2330 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
2331
2332         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
2333         Patch from Gregory Merchan to add 
2334         gtk_button_box_set_secondary(), which separates
2335         the child into a separate group from the normal
2336         buttons. (#56331)
2337
2338         * gtk/gtkdialog.c: Make help buttons secondary by
2339         default.
2340
2341         * gtk/gtkbbox.c: Added a child property "secondary".
2342
2343         * gtk/testgtk.c: Turn on the help button for the 
2344         color selector to check that it properly appears
2345         as secondary.
2346
2347 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
2348  
2349         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
2350         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
2351         Add gdk_set_pointer_hooks() to allow pointer-querying to
2352         be hooked by an event record/playback system like GERD.
2353         (#56914)
2354         
2355 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
2356
2357         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
2358         in the right value of initial_emission to
2359         gtk_widget_set_style_internal (#57091)
2360
2361 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
2362
2363         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
2364         Make compile.
2365
2366         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
2367         with calling gtk_widget_set_style_internal() with
2368         the old style, not the new style. (#56989)
2369
2370 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
2371
2372         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
2373           gtk/gtkwidget.c:
2374         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
2375         not GTK_WIDGET_GET_ANCESTOR ... see 
2376         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
2377         Indicate the best practice in the docs for gtk_widget_get_toplevel().
2378
2379         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
2380         so GtkPlug can give the correct signals when transforming
2381         from a child to a toplevel.
2382         
2383         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
2384         reparentation correctly.
2385
2386         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
2387         Propagate the previous_toplevel argument down properly.
2388
2389         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
2390         of wrong atr list.
2391
2392         * gtk/gtkplug.[ch]: Add an "embedded" signal.
2393
2394         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
2395         signals.
2396
2397         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
2398         functions gtk_plug_get_id(), gtk_socket_get_id(),
2399         to avoid the user having to worry about realization,
2400         and gdkx.h.
2401
2402         * tests/testsocket.c: Extend to try out the new signals
2403         and gtk_plug/socket_get_id().
2404
2405         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
2406         setting of underline attributes.
2407
2408         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
2409         DestroyNotify events from SubstructureNotifyMask
2410
2411         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
2412         Switch GDK_WINDOW_TYPE (window) as needed.
2413
2414         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
2415         allow creation of toplevel windows as children of
2416         foreign windows.
2417
2418         * gtk/gtkplug.c: Remove hacks involving changing private
2419         fields of GdkWindow.
2420
2421         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
2422         exactly the same signals and notification
2423         be emitted for local embedding as for inter-process
2424         embedding.
2425
2426 2001-07-04  James Henstridge  <james@daa.com.au>
2427
2428         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
2429
2430 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
2431
2432         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
2433         XEMBED embedding add a _XEMBED_INFO property to the
2434         client with version number and a "mapped" flags.
2435         Use the mapped flag instead of the racy MapRequestEvent
2436
2437         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
2438         code to reliably set things (when the child is a passive
2439         embedder participating in the XEMBED protocol) intead
2440         of just being a hack for embedding non-participating
2441         programs. Fix various bugs and race conditions.
2442         
2443         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
2444         work by simply making the GtkSocket the gtk parent
2445         of the GtkPlug. Set a flag in this case and make
2446         the GtkPlug work like a normal container by overriding
2447         methods such as check_resize and "chaining past" GtkWindow
2448         to GtkBin.
2449
2450         * gtk/gtkentry.c (gtk_entry_real_activate)
2451           gtk/gtkmain.c (gtk_propagate_event): 
2452         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
2453         
2454         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
2455         gtk_widget_get_ancestor):
2456         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
2457         might not give the expected result and recommend
2458         an alternative.
2459
2460         * tests/testsocket.c tests/testsocket_child.c
2461         tests/testsocket_common.c tests/Makefile.am: Extended
2462         to test different type of adding plugs to sockets
2463         (local,active,passive), and to test mapping/unmapping
2464         the plug.
2465
2466         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
2467         mark the window as destroyed until after we
2468         called _gdk_windowing_window_destroy().
2469         (_gdk_windowing_window_destroy() may use GDK functions
2470         on the window.)
2471
2472         * gdk/x11/gdkinput.c: Remove the check for finalization - 
2473         devices can be finalized under some circumnstances.
2474  
2475         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
2476         small problem with GDK_TYPE_DEVICE.
2477  
2478 2001-07-02  Havoc Pennington  <hp@pobox.com>
2479
2480         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
2481         use constants not atoms.
2482
2483 2001-07-02  James Henstridge  <james@daa.com.au>
2484
2485         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
2486         PANGO_TYPE_TAB_ARRAY.
2487
2488         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
2489         for PANGO_TYPE_TAB_ARRAY.
2490
2491         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
2492         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
2493
2494         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
2495         the file.  Remove Pango types from defs -- they are now defined in
2496         libpango.
2497
2498 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
2499
2500         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
2501
2502         * gtk/gtkobject.c (gtk_object_destroy): invoke
2503         g_object_run_dispose().
2504
2505         * gtk/gtkwindow.c: 
2506         * gtk/gtkwidget.c: 
2507         * gtk/gtkobject.c:
2508         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
2509         method.
2510
2511 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
2512
2513         * gtk/gtktypeutils.c (gtk_type_class): Remove
2514         change check for GTK_TYPE_OBJECT derivation to
2515         G_TYPE_OBJECTS - it's Tim-approved to use this 
2516         for arbitary objects.
2517
2518         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
2519         prefix gtk_container_dequeue_resize_handler().
2520
2521         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
2522         to the hierarachy_changed signal, since you otherwise
2523         have to always keep that around.
2524
2525         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
2526         for extra argument to hierarchy_changed.
2527
2528 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
2529
2530         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
2531         for style to mean "revert to default style"
2532
2533         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
2534           gtk_widget_restore_default_style): Make this functions
2535         deprecated aliases for gtk_widget_set_style (widget, NULL).
2536
2537         * gtk/gtkwidget.[ch]: Remove:
2538            gtk_widget_set_default_style ()
2539            gtk_widget_push_style ()
2540            gtk_widget_pop_style ()
2541         These functions interact are overriden by RC files, and
2542         thus virtually useless, and complicated.
2543
2544 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
2545
2546         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
2547         most of the previous global variables in gtkrc.c. This is
2548         in preparation for multi-head, since each screen can
2549         have different GtkSettings and RC information.
2550
2551         * gtk/gtkrc.[ch]: 
2552
2553         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
2554         GtkSettings parameter to GtkRcStyle::parse.
2555
2556         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
2557         Add two new settings gtk-theme-name, gtk-key-theme-name,
2558         for RC files that are loaded by name after reading
2559         the default RC files.
2560         
2561         * gtk/gtkrc.c: Allow priorities for styles, as wll as
2562         bindings.
2563
2564         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
2565         and use it by default for RC files loaded via 
2566         gtk-theme-name, gtk-key-theme-name.
2567
2568         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
2569         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
2570         tests/testgtkrc: Require pathnames to be absolute.
2571
2572         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
2573         the source when parsing, since the operation of looking up a
2574         pixmap from an RC file depends on the parsing context.
2575
2576         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
2577         reset RC styles on all widgets when files are reparsed.
2578
2579         * tests/testgtk.c (create_rc_file) 
2580           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
2581         Simplify, now that gtk_rc_reparse_all() resets styles on
2582         all widgets itself.
2583
2584         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
2585         return value.
2586
2587         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
2588         GtkSettings argument.
2589
2590         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
2591         gtk_settings_get_global().
2592
2593         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
2594         to get the appropriate GtkSettings for a widget. (For now,
2595         just gets the default GtkSetttings.) 
2596
2597         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
2598           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
2599         changes.
2600
2601         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
2602         getting a style for a path without actually having a widget.
2603         (Allows using a style for a subpart of a widget, for
2604         example.)
2605
2606         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
2607         the RC files to be reloaded for just one GtkSettings
2608         (not sure how useful this really is.)
2609
2610         * gtk/gtkrc.h: Deprecate
2611         gtk_rc_add_widget_name/widget_class/class_style
2612
2613 2001-06-30  Alex Larsson  <alexl@redhat.com>
2614
2615         * gdk/linux-fb/gdkinput-none.c:
2616         * gdk/linux-fb/gdkinput.c:
2617         * gdk/linux-fb/gdkinputprivate.h:
2618         Convert GdkDevice to a GObject.
2619
2620         * linux-fb/gdkprivate-fb.h:
2621         * linux-fb/gdkvisual-fb.c:
2622         Convert GdkVisual to a GObject.
2623
2624 2001-06-29  Alex Larsson  <alexl@redhat.com>
2625
2626         * gdk/gdkvisual.h:
2627         * gdk/gdkcolor.c:
2628         * gdk/x11/gdkx.h:
2629         * gdk/x11/gdkvisual-x11.c:
2630         Convert GdkVisual to a GObject.
2631
2632         * gdk/gdkinput.h:
2633         * gdk/gdkevents.c:
2634         * gdk/x11/gdkinputprivate.h:
2635         * gdk/x11/gdkinput-gxi.c:
2636         * gdk/x11/gdkinput-none.c:
2637         * gdk/x11/gdkinput-x11.c:
2638         * gdk/x11/gdkinput-xfree.c:
2639         * gdk/x11/gdkinput.c:
2640         Convert GdkDevice to a GObject.
2641
2642 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
2643
2644         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
2645         to just plain new, fixing the number of columns, and column types
2646         at creation time.
2647
2648         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
2649
2650         * gtk/gtkcellrenderertext.c
2651         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
2652         height to a specific font.
2653
2654         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
2655
2656         * tests/*c: change to work with new store models.
2657
2658 2001-06-29  Havoc Pennington  <hp@redhat.com>
2659
2660        * Throughout: fixes to compile with G_DISABLE_COMPAT
2661         (s/g_signal_connectc/g_signal_connect/,
2662         s/g_signal_newc/g_signal_new/,
2663         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
2664
2665 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@webwynk.net>
2666
2667         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
2668         add path argument to selection callbacks.
2669
2670 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
2671
2672         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
2673         walk through a model in a depth first manner, with the option to
2674         break out.
2675
2676 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
2677
2678         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
2679         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
2680         column and follow it when draged, rather than a location in the
2681         view. "expander_column" property and drawing functions changed
2682         accordingly.  Fixes bug #55942.
2683
2684         (gtk_tree_view_{set,get}_expander_column): Now works with a
2685         GtkTreeViewColumn* instead of int.
2686
2687 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
2688
2689         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
2690
2691 2001-06-28  Havoc Pennington  <hp@pobox.com>
2692
2693         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
2694         image data to the screen, using a server grab to avoid race
2695         conditions.
2696
2697         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
2698         check for NULL return from gtk_image_new_from_stock(), it never
2699         returns NULL.
2700         (gtk_item_factory_create_item): fix bug where we parsed the stock
2701         ID as an inline pixbuf
2702
2703         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
2704
2705         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
2706         support (should be using binding set here)
2707
2708         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
2709         support (should be using binding set here)
2710
2711         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
2712         support
2713
2714         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
2715
2716         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
2717
2718         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
2719
2720         * gtk/gtkimcontextsimple.c
2721         (gtk_im_context_simple_filter_keypress): keypad
2722
2723         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
2724
2725         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
2726
2727         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
2728
2729         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
2730         should be binding-setted)
2731
2732         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
2733
2734         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
2735
2736         * gtk/gtkcalendar.c: numeric keypad fixes
2737
2738         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
2739         support
2740
2741         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
2742         screwup
2743
2744         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
2745         clip the render area to the drawable's clip region in advance,
2746         so we don't get data from the server that we don't need.
2747
2748         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
2749         check return value of gdk_pixbuf_get_from_drawable(), fall back 
2750         to bilevel alpha if we can't get the pixbuf to composite against.
2751
2752         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
2753
2754         * gdk/gdkimage.c (gdk_image_get_colormap): add
2755         gdk_image_set_colormap, gdk_image_get_colormap
2756
2757         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
2758         take a region of the image, instead of converting the entire
2759         image.
2760
2761         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
2762         keybinding signal. Add default bindings for it. Add default
2763         handler for show_help that shows the tooltip for the widget.
2764
2765         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
2766         "close" keybinding signal, remove key press handler.
2767
2768         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
2769         it's not our usual practice to leave a deprecated function around
2770         with a runtime warning, plus we don't want it to appear in docs,
2771         plus if we make them yellow no one will want to change them
2772         anyhow.
2773
2774 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
2775
2776         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
2777         GTK_WIDGET_REALIZE() for resize queueing.
2778
2779         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
2780         GTK_WIDGET_REALIZE() for post event delivery destruction upon
2781         GDK_DESTROY.
2782         
2783         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
2784         sompensate for former (pre-2.0) connect_after() facility.
2785         (gtk_widget_send_expose): 
2786         (gtk_widget_event): assert the widget is realized, since event delivery
2787         to non-realized widgets is essentially a bug. event handlers should
2788         be able to unconditionally rely on widget->window (unless they
2789         emit events on their own which can trigger widget destruction).
2790         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
2791         logic. event delivery happens as follows:
2792         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
2793         b) if !was_handled in (a) and the widget is still realized, emit event-
2794            specific signal (RUN_LAST handler). returns was_handled.
2795         c) emission of GtkWidget::event-after for notification if the widget is
2796            still realized (regardless of was_handled from previous stages, no
2797            class handler). no return value.
2798         d) was_handled gets passed on to caller, to determine further
2799            propagation. if the widget got unrealized meanwhile, was_handled
2800            is returned as TRUE.
2801
2802         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
2803         gdk_event_get_coords().
2804
2805 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
2806
2807         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
2808         age 0, binary age 0. depend on glib 1.3.7.
2809
2810         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
2811
2812         * gtk/gtkmenubar.c: same here.
2813         
2814         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
2815
2816         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
2817
2818         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
2819         
2820         * gtk/gtkmenubar.c (add_to_window): likewise.
2821         
2822         * gtk/gtktextbtree.c: and here...
2823         
2824         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
2825         
2826         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
2827         
2828         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
2829         
2830         * gtk/gtktreeviewcolumn.c:
2831         (_gtk_tree_view_column_set_tree_view): yet again.
2832
2833         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
2834         signal connections without g_signal_connect_data().
2835         
2836         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
2837         demo of the matter.
2838         
2839         * demos/testpixbuf.c (main): running out of equality phrases for the
2840         ChangeLog, but had to adapt connections here as well.
2841         
2842         * demos/testanimation.c (progressive_timeout): and for the fun of it,
2843         tackled this the same way.
2844         
2845         * tests/testtext.c (create_view): ok, it's becoming a pain at this
2846         point, but had enough enery for one more fix.
2847
2848         * tests/testtreecolumns.c (main): stand up man, do your work!
2849
2850         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
2851         fix, either that's been all of it or CVS gtk is broken yet again.
2852         
2853 2001-06-29  James Henstridge  <james@daa.com.au>
2854
2855         The following changes correspond to bug #56812
2856
2857         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
2858         code for GdkDevice.
2859
2860         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
2861         GdkCursor.
2862
2863 2001-06-19  Havoc Pennington  <hp@pobox.com>
2864
2865         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
2866         for mapping a window without fooling with stacking order, but
2867         updating the "withdrawn" flag
2868
2869         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
2870         filtering as soon as possible, moving move resize and wmspec_check
2871         handling after the event filter.  Make default filter apply to all
2872         events, not just those with no GdkWindow wrapped around the X
2873         window. Fix a FIXME about how the window could be a pixmap using 
2874         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
2875
2876         Also, be robust against events not on a known GdkWindow.
2877
2878         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
2879         gdk_x11_ungrab_server): export reference-counted server grabs, so
2880         other people can grab server over a GDK function that also does
2881         so.
2882
2883 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
2884
2885         * gtk/gtktreeviewcolumn.c
2886         (gtk_tree_view_column_pack_start_cell_renderer): New function to
2887         reflect that you can (hypothetically) pack cell renderers into a
2888         column.
2889         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
2890         (gtk_tree_view_column_cell_is_visible): Move more functionality to
2891         the column.
2892         (gtk_tree_view_column_cell_can_focus): Move more functionality to
2893         the column.
2894
2895         * gtk/gtktreeview.c: Move to use new column-packing code.
2896         (gtk_tree_view_real_expand_row): remove totally braindead code.
2897         (gtk_tree_view_real_collapse_row): ditto.
2898
2899 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
2900
2901         * gtk/gtktreeviewcolumn.c: Fix a typo.
2902         
2903 2001-06-26  Joel Becker  <jlbec@evilplan.org>
2904
2905         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
2906           at the end of the file
2907
2908 2001-06-26  Havoc Pennington  <hp@redhat.com>
2909
2910         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
2911
2912 2001-06-26  Havoc Pennington  <hp@redhat.com>
2913
2914         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
2915         property
2916
2917 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
2918
2919         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
2920         stupid missing statement
2921
2922         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
2923         private function for ATK.  It notifies you of how many _visible_
2924         children are deleted when a node is deleted.  Should be used by
2925         atk only.
2926
2927 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
2928
2929         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
2930         Use new pango_context_get_metrics() to fix problems
2931         with font lists in descriptions. (#56184, reported by
2932         Jonas Borgström)
2933
2934 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
2935
2936         * gtk/gtkiconfactory.c:
2937         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
2938         item factory so inlined pixbufs actually work.
2939
2940 2001-06-25  Havoc Pennington  <hp@redhat.com>
2941
2942         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
2943         s/RESIZEABLE/RESIZABLE/
2944
2945         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
2946
2947 2001-06-25  Alexander Larsson  <alexl@redhat.com>
2948
2949         * configure.in:
2950         Added --enable-fbmanager. This is some experimental code
2951         that lets several GtkFB apps coordinate their access to the
2952         framebuffer.
2953         
2954         * acconfig.h:
2955         Added ENABLE_FB_MANAGER.
2956
2957         * gdk/linux-fb/Makefile.am:
2958         Added gdkfbmanager and gdkfbswitch.
2959
2960         * gdk/linux-fb/gdkkeyboard-fb.c:
2961         * gdk/linux-fb/gdkmouse-fb.c:
2962         * gdk/linux-fb/gdkprivate-fb.h:
2963         Split device init and open so that
2964         they can be opened and closed while switched
2965         away.
2966
2967         * gdk/linux-fb/gdkmain-fb.c:
2968         Add the basic manager communication.
2969
2970         * gdk/linux-fb/gdkrender-fb.c:
2971         Don't update to the shadow fb if we're
2972         blocked by the fb manager.
2973
2974 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
2975
2976         * docs/Changes-2.0.txt: Add note about child property
2977         changes.
2978
2979 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
2980
2981         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
2982         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
2983
2984         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
2985         with un'reffing wrong list reported by Jeff Franks.
2986
2987         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
2988
2989         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
2990         for the default icon. Remove inline XPM.
2991
2992         * gtk/gtkstock.h gtk/gtkiconfactory.c:
2993         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
2994         is used for GTK_STOCK_DND, but it is a bit too small.)
2995
2996         * gtk/stock-icons/stock_dnd_multiple.png
2997         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
2998
2999         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
3000         TRUE when starting a drag. In other cases, we are
3001         just observing. (#52995)
3002
3003         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
3004         function to set the icon for a drag from a GdkPixbuf
3005         or stock ID.
3006
3007         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
3008         Likewise, for drag sources.
3009
3010         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
3011         (Now should be done using the stock system.)
3012
3013 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
3014
3015         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
3016         Removed - didn't work and not particularly useful anyways
3017         if it did. 
3018
3019 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
3020
3021         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
3022         introduced last night that was making things decidedly not work.
3023
3024         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
3025         so that we have getter/setter pairing everywhere it makes
3026         sense. (#55767)
3027
3028         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
3029         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
3030         deprecated compat macro. (#55516)
3031
3032         * gtk/gtklabel.[ch]: Add functions
3033         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
3034         gtk_label_set_label(), which mirror the property API for GtkLabel.
3035         Make gtk_label_get_attributes() only reflect the attributes
3036         set by gtk_label_set_attributes.
3037
3038         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
3039         from gtk_notebook_set_page().
3040
3041 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
3042
3043         * configure.in: Fix tests for XShm.h.
3044
3045         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
3046         gdk_image_new() by use of goto, properly use g_object_unref().
3047
3048 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
3049
3050         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
3051         calls, as GdkImage is an object. these should be g_obejct_unref()
3052         instead but that won't work because of the g_error() statement
3053         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
3054         to spot these places.
3055
3056 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
3057
3058         * modules/input/gtkimcontextxim.c: Fixup some problems with 
3059         text length handling in error cases.
3060
3061         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
3062         a bit to make test actually warn on attempt to allocation
3063         a negative size. (#56101, Matthias Clasen)
3064
3065 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
3066
3067         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
3068         noticed by Brian Cameron.
3069         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
3070         Cameron.
3071
3072 2001-06-22  Hans Breuer  <hans@breuer.org>
3073
3074         * gdk/gdk.def : updated externals
3075
3076         * gdk/win32/gdkdrawable-win32.c : corrected some casts
3077         in GDK_NOTEs
3078
3079         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
3080         to translate coordinates to the internal > 16 bit system
3081         Try to handle WM_WINDOWPOSCHANGED to get better performance for
3082         when moving/resizing
3083
3084         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
3085         and gdk_keymap_get_direction (). The latter is untested for
3086         the RTL case
3087
3088         * gtk/gtk.def : updated externals
3089
3090         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
3091         from pango_language_from_string (), not an already freed pointer
3092
3093         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
3094         binary (-kb) to be useable on windoze
3095  
3096 2001-06-21  Alexander Larsson  <alexl@redhat.com>
3097
3098         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
3099         Update to new PangoLanguage changes.
3100         
3101         * gtk/gtkwindow-decorate.c:
3102         * gtk/gtkwindow.[ch]:
3103         Added setting argument to gtk_window_set_has_frame ()
3104         
3105 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
3106
3107         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
3108         the case without XKB properly.
3109
3110         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
3111         unused gtk_rc_auto_parse variable.
3112
3113         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
3114         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
3115         longer needed with GdkPixbuf.
3116
3117         * gtk/gtkrc.c (_gtk_rc_init): Make private.
3118
3119 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
3120
3121         * gtk/gtkentry.h: Mark deprecated functions with
3122         GTK_DISABLE_DEPRECATED.
3123
3124 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
3125
3126         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
3127
3128         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
3129
3130         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
3131           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
3132           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
3133           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
3134           to recent changes in Pango.
3135
3136         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
3137           to test whether the basic engine honors them.
3138
3139 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
3140
3141         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
3142         gtk_container_child_get_property().
3143
3144 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
3145
3146         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
3147         (gtk_tree_view_move_cursor_page_up_down): implement.
3148
3149 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
3150
3151         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
3152         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
3153         don't use automatic fixed size buffer for printf-ing floats, doubles
3154         can expand to really _huge_ strings, use g_strdup_printf() instead.
3155
3156 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
3157
3158         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
3159         construct property in 1.2 and still needs to be.
3160
3161         * gtk/gtkwidget.c: "composite_child" is not a settable property.
3162
3163 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
3164
3165         * gtk/gtkliststore.c (gtk_list_store_clear): 
3166         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
3167         clear a model.
3168
3169 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
3170
3171         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
3172
3173         * gtk/Makefile.am:
3174         * gtk/gtk.h: disabled GtkPacker compilation.
3175
3176         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
3177
3178         * gtk/gtknotebook.c:
3179         * gtk/gtktable.c:
3180         * gtk/gtkbox.c: ported this over to child properties.
3181
3182         * gtk/gtksettings.c: fetch class properties via
3183         g_object_class_list_properties().
3184
3185         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
3186         child arg interface. use gobjectnotifyqueue.c for child property
3187         notification.
3188
3189         * gtk/gtkwidget.[hc]: provide necessary means for container child
3190         properties, i.e. ::child_notify signal,
3191         gtk_widget_freeze_child_notify(),
3192         gtk_widget_child_notify(),
3193         gtk_widget_thaw_child_notify().
3194
3195         * tests/testgtk.c: removed inferior property handling code, for
3196         property editing, a generic module should be used, and GLE
3197         coincidentally fullfills that purpose.
3198
3199         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
3200         needs to be adapted to g_object_class_list_properties() before this
3201         builds again.
3202
3203 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
3204
3205         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
3206         test if a node is expanded.
3207
3208 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
3209
3210         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
3211         where collapsing a selected row would result in the cursor/anchor
3212         getting screwed up.
3213
3214 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
3215
3216         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
3217         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
3218         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
3219         Now I can really reorder/sort all Store widgets.  treesorttest
3220         seems to just work now.
3221         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
3222         testtreesort worked through a big coincidence all this time.
3223         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
3224         code.
3225         * tests/testtreecolumns.c: Big 'ol warning at the top letting
3226         people know that this code should never ever ever be copied.
3227
3228 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
3229
3230         * gtk/gtkwindow.h: Fixed a small typo, it should be
3231         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
3232         on line 134.
3233
3234 2001-06-14  Havoc Pennington  <hp@redhat.com>
3235
3236         Docs fixups, and:
3237         
3238         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
3239         GTK_DISABLE_DEPRECATED
3240
3241 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
3242
3243         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
3244         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
3245         finish it off tonight, though it basically works now when it's a
3246         list.  Also, I have a sinking feeling neither GtkTreeStore or
3247         GtkListStore actually resort when adding a new item.  I'll look
3248         into it.
3249
3250 2001-06-14  Havoc Pennington  <hp@redhat.com>
3251
3252         * demos/gtk-demo/main.c (load_file): fix bug identified by
3253         warnings I just added to gtktextbuffer
3254
3255 2001-06-14  Havoc Pennington  <hp@redhat.com>
3256
3257         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
3258
3259         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
3260
3261         * gtk/gtktextbtree.c: don't leak node data all over the place.
3262
3263         * demos/gtk-demo/main.c (main): create fontify tags for the right
3264         buffer
3265
3266         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
3267         to mention tags in the same table can't have the same name,
3268         suggested by Skip Montanaro
3269
3270 2001-06-11  Havoc Pennington  <hp@redhat.com>
3271
3272         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
3273         for trying to add two tags with same name to the tag table
3274
3275         * demos/gtk-demo/main.c (main): fix colors ;-)
3276
3277 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
3278
3279         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
3280         that allows grouping together multiple windows so that grabs
3281         within that set of windows only affect those windows.
3282
3283         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
3284         signal for notification when a widget becomes shadowed
3285         by a grab or is no longer shadowed by a grab.
3286
3287         * gtk/gtkwidget.c (gtk_widget_propagate_state)
3288           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
3289         insenstive widgets to maintain a grab.
3290
3291 2001-06-14  Alexander Larsson  <alexl@redhat.com>
3292
3293         * docs/README.linux-fb:
3294         Add some example config files that can be used with the URW fonts.
3295         
3296         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
3297         Set up the color ramps for DirectColor mode.
3298
3299 2001-06-11  Havoc Pennington  <hp@redhat.com>
3300
3301         * Release 1.3.6
3302          
3303 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
3304
3305         * gdk/linux-fb/gdkwindow-fb.c:
3306         Unify shaped window code and make it repaint the area that used
3307         to be part of the shape, but isn't anymore.
3308
3309 2001-06-11  Havoc Pennington  <hp@redhat.com>
3310
3311         * NEWS: Updates
3312
3313         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
3314
3315         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
3316         
3317 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
3318
3319         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
3320         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
3321         passes zero instead, so do we.
3322         
3323 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
3324
3325         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
3326         Deep copy dash_list too.
3327         (_gdk_fb_gc_new): Set default cap_style before
3328         setting values.
3329
3330 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
3331
3332         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
3333         gdk_keymap_get_direction): New functions.
3334
3335 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
3336
3337         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
3338         gtk_tree_model_get_flags by adding a second flag for atk.
3339
3340         * gtk/gtktreemodel.c: make cursor behavior interact better with
3341         mouse presses.
3342
3343 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
3344
3345         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
3346         expand_row/collapse_row to be 2 signals each -- test_expand_row
3347         and row_expanded as well as test_collapse_row and row_collapsed.
3348
3349 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
3350
3351         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
3352         signal name to be changed instead of selection_changed.
3353
3354 2001-06-08  Havoc Pennington  <hp@redhat.com>
3355
3356         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
3357         "scroll_offset" property for notification when the layout offsets
3358         may have changed
3359         (gtk_entry_adjust_scroll): add notify for scroll_offset
3360         (gtk_entry_layout_index_to_text_index): function to compensate for
3361         preedit string when doing coordinate stuff on the entry's layout
3362         (gtk_entry_text_index_to_layout_index): inverse function
3363         (gtk_entry_get_layout_offsets): hook to get current position of
3364         the layout      
3365         (gtk_entry_get_layout): hook to get the layout itself.
3366
3367         * gtk/gtklabel.c (gtk_label_get_layout): new function
3368
3369 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
3370
3371         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
3372         keybinding.
3373         (gtk_tree_view_focus): Fix merge conflict.
3374
3375 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
3376
3377         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
3378         clean up cursor handling.
3379
3380 2001-06-08  Havoc Pennington  <hp@redhat.com>
3381
3382         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
3383         function
3384
3385         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
3386         this function
3387
3388 2001-06-08  Alex Larsson  <alexl@redhat.com>
3389
3390         * gtk/gtkcompat.h.in:
3391         Added compat macros for all old GTK_TYPE_GDK_xxx types.
3392         Fixes bug #52892
3393
3394 2001-06-08  Havoc Pennington  <hp@redhat.com>
3395         
3396         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
3397         parent still
3398
3399 2001-06-08  Havoc Pennington  <hp@redhat.com>
3400
3401         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
3402         don't call g_list funcs on GSList
3403
3404         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
3405         gtk_container_focus(), since some widgets have focusable locations
3406         which are not other widgets. These widgets should not have to be 
3407         containers just to manage the focus. For example, GtkHSV is
3408         currently a container for no good reason. Also, this cleans
3409         up the "if (is_container && is_sensitive && is_drawable)
3410         container_focus ()" mess in widget implementations.
3411
3412         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
3413         function, and have it just call gtk_widget_child_focus().
3414
3415         * gtk/gtkhsv.c: derive from widget not container
3416         
3417         Throughout: fix to reflect GtkContainer::focus change
3418         
3419 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
3420
3421         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
3422         range.  Fix bug #55921
3423
3424         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
3425         (#55920).
3426
3427 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
3428
3429         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
3430         and gdk_keymap_get_current_direction().
3431
3432         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
3433           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
3434         the current locked group, use it to set the keymap
3435         direction.
3436
3437         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
3438         to determine whether we draw a split cursor or use
3439         a jumping cursor based on the current direction.
3440
3441         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
3442         Obey the split cursor setting. 
3443
3444 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
3445
3446         * gtk/gtkimmulticontext.c (activate_cb): Only activate
3447         when toggling on, not when toggling off... (#55906)
3448
3449 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
3450
3451         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
3452         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
3453         in docs. (#55812, Vitaly Tishkov)
3454
3455 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
3456
3457         * demos/gtk-demo/main.c (create_tree): Changed signal name from
3458         selection_changed to changed in signal connection to GtkTreeSelection,
3459         also used g_signal_connectc since GtkTreeSelection is now a GObject.
3460
3461 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
3462
3463         * gtk/gtktreeselection.c: Now it's a GObject instead of a
3464         GtkObject.  The GtkTreeSelection::selection_changed signal is now
3465         the GtkTreeSelection::changed signal.
3466
3467         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
3468         object.
3469
3470         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
3471         object.
3472
3473 2001-06-07  Havoc Pennington  <hp@redhat.com>
3474
3475         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
3476
3477 2001-06-07  Havoc Pennington  <hp@redhat.com>
3478         
3479         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
3480         (not tested yet because with absolute path to srcdir I can't build
3481         atk, but it was broken anyway so this may help) 
3482
3483 2001-06-07  Havoc Pennington  <hp@redhat.com>
3484
3485         * configure.in: output m4macros/Makefile
3486         
3487 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
3488
3489         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
3490         buttons.  Fixes #55460 reported by matthiasc@poet.de.
3491
3492 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
3493
3494         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
3495         expansion/collapsing so it only happens in one place.
3496         (gtk_tree_view_real_expand_row): ditto.
3497
3498 2001-06-07  Havoc Pennington  <hp@redhat.com>
3499
3500         * tests/Makefile.am: add missing -I flag
3501
3502         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
3503
3504         * configure.in: use pkg-config to see if GModule is
3505         supported; fix to properly turn on included loaders 
3506         when GModule isn't supported; don't use AC_CHECK_LIB 
3507         when libs are not installed yet
3508
3509         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
3510
3511         * Makefile.am (SUBDIRS): add m4macros subdir
3512
3513         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
3514         dependencies also.
3515
3516 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
3517
3518         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
3519         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
3520
3521 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
3522
3523         * gtk/gtktreeview.c
3524         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
3525         bindings to expand and collapse rows.
3526         (gtk_tree_view_real_select_cursor_parent): New key binding.
3527         (gtk_tree_view_real_toggle_cursor_row): New key binding.
3528
3529         * gtk/gtkmarshal.list: new
3530         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
3531
3532 2001-06-06  Havoc Pennington  <hp@redhat.com>
3533
3534         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
3535
3536         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
3537         Down to move visually rather than logically, since it confuses 
3538         people. Add -/+ and Ctrl--/+ bindings for logical movement.
3539
3540 2001-06-06  Alex Larsson  <alexl@redhat.com>
3541
3542         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
3543         Fix up error messages.
3544
3545 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
3546
3547         * gtk/gtktooltips.h: Include gtkwidget.h 
3548         (#55798, Karl Nelson)
3549
3550         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
3551         a valid latin-1 character. (Marc Lehmann, #35467)
3552
3553         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
3554         (Marc Lehmann, #35467)
3555         
3556 2001-06-05  Alex Larsson  <alexl@redhat.com>
3557
3558         * demos/gtk-demo/appwindow.c (do_appwindow):
3559         Don't swap the order of the args to gtk_widget_destroyed.
3560
3561         * tests/testgtk.c (destroy_properties):
3562         Don't crash when the properties window is destroyed.
3563
3564         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
3565         Use with_mnemonics to handle the case of stock items with
3566         underscores in them.
3567
3568 2001-06-05  Havoc Pennington  <hp@redhat.com>
3569
3570         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
3571         gtk_text_iter_reorder
3572
3573 2001-06-05  Havoc Pennington  <hp@redhat.com>
3574
3575         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
3576
3577 2001-06-05  Havoc Pennington  <hp@redhat.com>
3578
3579         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
3580         to the range that was set
3581
3582         * gtk/gtkrange.c: add value_changed signal, primarily 
3583         intended for use with GtkScale
3584         (gtk_range_set_increments): new function
3585         (gtk_range_set_range): new function with weird name
3586         (gtk_range_set_value): new function
3587         (gtk_range_get_value): new function
3588
3589         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
3590         from gtk_spin_button_get_value_as_float(). Compat #define
3591         added for get_value_as_float.
3592
3593         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
3594
3595         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
3596
3597 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
3598
3599         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
3600
3601 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
3602
3603         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
3604
3605         * tests/testgtk.c (create_tooltips): Remove usage of
3606         gtk_widget_set().
3607
3608 2001-06-05  Havoc Pennington  <hp@redhat.com>
3609
3610         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
3611
3612         Applying patch from Jeff Franks, with function docs added.
3613         
3614         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
3615         remove call to set_mnemonic_widget, change docs a bit.  
3616
3617         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
3618         new function
3619
3620         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
3621         new function
3622
3623         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
3624
3625         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
3626         function
3627         (gtk_radio_button_new_with_mnemonic_from_widget): new function
3628
3629         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
3630         new function
3631
3632         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
3633         function        
3634
3635         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
3636         auto-selection of mnemonic widget.
3637
3638 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
3639
3640         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
3641         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
3642         (gtk_tree_view_column_set_min_width): ditto.
3643
3644 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
3645
3646         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
3647         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
3648
3649 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
3650
3651         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
3652         gtk_clist_thaw().
3653
3654 2001-06-04  Havoc Pennington  <hp@pobox.com>
3655
3656         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
3657         releases for buttons 6, 7
3658
3659 2001-06-04  Havoc Pennington  <hp@redhat.com>
3660
3661         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
3662         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
3663         #55562
3664
3665 2001-06-04  Havoc Pennington  <hp@redhat.com>
3666
3667         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
3668         where text_view->layout == NULL by assuming its size is 0, 
3669         i.e. same as if we haven't done any reflow. Reported by 
3670         Hidetoshi Tajima #55448 
3671
3672 2001-06-04  Havoc Pennington  <hp@redhat.com>
3673
3674         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
3675         and 7 for scroll left/right, from Thomas Broyer
3676
3677 2001-05-10  Havoc Pennington  <hp@redhat.com>
3678
3679         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
3680         we need to parse the xsetting as if it were an RC file string.
3681
3682         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
3683         value of palette from settings, not from static variable
3684
3685         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
3686         xsettings translation table
3687
3688         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
3689         hardcoding the toolbar style conflicts with new customizable 
3690         toolbar style philosophy
3691         (gtk_toolbar_class_init): add settings for default toolbar style;
3692         these are used unless the app specifically forces a toolbar style
3693
3694         * gtk/gtksettings.c (settings_install_property_parser): only
3695         return at the start if we warn and parser == NULL
3696
3697         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
3698         palette changed handler so we don't notify dead color selections
3699
3700         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
3701         xthickness/ythickness of 0 or 1 properly 
3702         (gtk_default_draw_resize_grip): clear the background behind the
3703         resize grips, and align to bottom right if we square the 
3704         area to be drawn.
3705
3706         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
3707         statusbar label to 1, so it doesn't make toplevels resize oddly
3708         (gtk_statusbar_size_request): add grip size to request
3709         (gtk_statusbar_size_allocate): hack so the hbox still works with 
3710         the grip size in the request
3711
3712         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
3713         bug where showing all on a toplevel makes the toolbar 
3714         button text appear despite the toolbar mode
3715
3716         * gtk/gtkmenubar.c: add internal padding style property
3717
3718         * gtk/gtktoolbar.c: Add internal padding style property; add
3719         shadow type style property
3720
3721         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
3722         state; and put Container::border_width outside the frame
3723
3724         * gtk/gtktextview.c: don't draw focus rectangle if we're in
3725         interior focus mode, we just use blinking cursor
3726
3727 2001-06-04  Havoc Pennington  <hp@redhat.com>
3728
3729         * configure.in: Make gdk-pixbuf have same version number as GTK
3730
3731 2001-06-04  Havoc Pennington  <hp@redhat.com>
3732
3733         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
3734         digits greater than 6. If there actually are limits (which there
3735         likely aren't), should clamp to them not warn.
3736         (gtk_spin_button_new_with_range): don't take log of 0
3737         (gtk_spin_button_size_request): use digits to compute size
3738         request, rather than step increment.
3739
3740         * tests/testgtk.c (create_spins): test larger values of digits
3741         
3742         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
3743         font on map not expose, so we don't get weirdness during scrolling
3744
3745 2001-06-04  Havoc Pennington  <hp@redhat.com>
3746
3747         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
3748         Sam Solon, bug #54577, update value even if not drawable.
3749
3750 2001-06-04  Havoc Pennington  <hp@redhat.com>
3751
3752         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
3753         SCROLL_LEFT, reported by Thomas Broyer.
3754
3755 2001-06-04  Havoc Pennington  <hp@redhat.com>
3756
3757         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
3758         Process updates immediately, to prevent funny lag effect
3759         when scrolling, at some mild potential efficiency cost.
3760
3761 2001-06-04  Havoc Pennington  <hp@redhat.com>
3762
3763         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
3764         slider on the click.
3765
3766 2001-06-03  Havoc Pennington  <hp@pobox.com>
3767
3768         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
3769         hscale/vscale details, so we can use it for scrollbar as well.
3770
3771         * tests/testgtk.c (reformat_value): honor digits from GtkScale
3772
3773         * gtk/gtkenums.h (GtkTroughType): Remove this enum
3774         (GtkScrollType): add START and END from GtkTroughType
3775
3776         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
3777         its x/y arguments
3778
3779         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
3780         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
3781         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
3782         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
3783         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
3784
3785         Notable changes in the process:
3786          
3787         - stepper_size style property is the height for vertical 
3788           ranges, width for horizontal; the other dimension matches
3789           the trough size
3790         - add ability to do NeXT-style steppers (and several other styles
3791           that don't make any sense)
3792         - added min_slider_length, fixed_slider_length properties to
3793           GtkScrollbar
3794         - cleaned some private (or at least useless) functions out of
3795           gtkscale.h    
3796         - moved bindings to GtkScale from subclasses, even arrow keys,
3797           since blind users don't know scale orientation.
3798         - change move_slider action signal to use new GtkScrollType,
3799           remove GtkTroughType argument
3800         - digits rounds the values a range will input to the given 
3801           number of decimals, but will not try to force adjustment 
3802           values set by other controllers. That is, we no longer
3803           modify adjustment->value inside a value_changed handler.
3804         - added getters for GtkScale setters
3805         - middle-click begins a slider drag
3806         
3807 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
3808
3809         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
3810         getting the focus code to work.
3811         (gtk_tree_view_class_init): Add a bunch of keybindings.
3812
3813         * gtk/gtktreeviewcolumn.c
3814         (gtk_tree_view_column_set_cell_data_func):
3815         s/GtkCellDataFunc/GtkTreeCellDataFunc.
3816         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
3817         of "properties_changed" to help justify the death of the latter
3818         signal. (-:
3819
3820         * tests/testtreefocus.c (main): Let some columns be focussable to
3821         test focus better.
3822
3823 2001-06-01  Havoc Pennington  <hp@redhat.com>
3824
3825         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
3826         
3827         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
3828         overwrite in overwrite mode if we already deleted the selection
3829         and replaced it with new text.  
3830
3831         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
3832         selection to an empty range, clear the clipboard if we owned it.
3833         (gtk_label_set_selectable): give up selection if we become
3834         unselectable.
3835         (gtk_label_state_changed): override state changed to unselect text
3836         when insensitive
3837         (get_text_callback): add paranoia check that indexes aren't
3838         outside of label->text
3839         (gtk_label_select_region): make -1 for start_offset mean "end of
3840         label," for consistency with GtkEditable
3841
3842         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
3843         GTK_DIALOG_NO_SEPARATOR flag
3844
3845 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
3846
3847         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
3848         notifications on non-existant "enable_arrow_keys".
3849         (#53753, Skip Montanaro)
3850
3851 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
3852
3853         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
3854         GDK_TYPE_RECTANGLE.
3855
3856         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
3857         of allocation argument be GDK_TYPE_RECTANGLE.
3858
3859 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
3860
3861         * gtk/gtkoptionmenu.c: Account for the fact that the border
3862         width is _outside_ the window. (Fixes #54585, bug found
3863         by Bastien Nocera.)
3864
3865 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
3866
3867         * gtk/gtksettings.c (gtk_settings_get_property): Validate
3868         value from GDK settings against parameter spec.
3869
3870         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
3871         to temporary values and use g_value_transform(), since
3872         thinking that GValue was going to be easy or efficient
3873         to use was, of course, a mistake.
3874
3875         * gtk/gtksettings.c: Add cursor blink setting.
3876         
3877         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
3878
3879         * gtk/gtkentry.c: Add cursor blinking.
3880
3881         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
3882         cursor blink global settings.
3883
3884         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
3885         for :text_position in places where it is missing.
3886
3887 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
3888
3889         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
3890
3891 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
3892
3893         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
3894         not pkg-config. (#51032)
3895
3896         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
3897         (fixes #51952, James Henstridge)
3898         
3899 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
3900
3901         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
3902         Rename to the more correct gtk-go-up.
3903
3904         * gtk/stock-icons/stock_menu_sort_ascending.png:
3905         Added new file.
3906         
3907         * gtk/stock-icons/stock_menu_sort_descending.png:
3908         Changed to show descending instead of ascending.
3909
3910         * gtk/gtkiconfactory.c:
3911         Added menu size icon to sort ascending.
3912
3913         * gtk/stock-icons/Makefile.am:
3914         Added stock_menu_sort_ascending.png.
3915         
3916         * gtk/gtkseparatormenuitem.c:
3917         Use correct typenames.
3918
3919 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
3920
3921         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
3922         gulong as in GSignal.
3923
3924 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
3925
3926         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
3927         instances of GtkCellRenderer in code (all but dnd icon code).
3928         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
3929         there, and I can do multiple Cells per column.
3930
3931         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
3932
3933         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
3934         when model was unreffed prior to removing the row reference.
3935
3936 2001-05-25  Havoc Pennington  <hp@redhat.com>
3937
3938         * gtk/gtkiconfactory.c: fix so that default icons are created if 
3939         you call gtk_stock_list_ids()
3940
3941         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
3942         in list
3943
3944 2001-05-25  Havoc Pennington  <hp@redhat.com>
3945
3946         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
3947         set can render without falling back to missing image icon
3948
3949         * gtk/gtktextview.c (gtk_text_view_size_request): request full
3950         size of text, instead of random values
3951
3952         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
3953         size of tree view, instead of random values
3954
3955         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
3956         image in an appropriate size
3957
3958         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
3959         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
3960
3961         Throughout: fix GTK_STOCK_BUTTON_ instances
3962         
3963         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
3964         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
3965         Add a bunch of new stock items/icons
3966
3967         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
3968         new function, convenience for inserting columns with a data func
3969
3970         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
3971         (_gtk_icon_factory_list_ids): use list of all factories to
3972         generate a list of all known IDs
3973
3974         * gtk/gtkstock.c (gtk_stock_list_ids): replace
3975         gtk_stock_list_items() with a function that returns all IDs known
3976         including those for GtkIconFactory.
3977
3978 2001-05-25  Hans Breuer  <hans@breuer.org>
3979
3980         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
3981         work -> check boxes and radio buttons are drawn now, even on win9x.
3982         Improved line settings a bit, still no clue how to get really dotted
3983         lines on win9x, on NT it's PS_ALTERNATE.
3984
3985         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
3986         GDK_HINT_MIN_SIZE as well
3987
3988         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
3989
3990         * gtk/gtk.def : updated
3991
3992         * gtk/gtktreeprivate.h : change column_drop_func to be a function
3993         pointer not a function pointer pointer
3994
3995         * tests/testdnd.c : include <stdlib.h> for putenv prototype
3996
3997         * tests/testsocket.c : made it compile on win32 again
3998
3999         * tests/makefile.msc : one more test-app uses prop-editor.obj
4000
4001 2001-05-22  Havoc Pennington  <hp@pobox.com>
4002
4003         * gtk/gtkbin.c (gtk_bin_get_child): New function
4004
4005 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
4006
4007         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
4008         to ignore when doing compose processing.
4009
4010 2001-05-22  Joe Shaw  <joe@ximian.com>
4011
4012         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
4013         Simplify as suggested by Havoc. Just get the last iter and work
4014         backward to the tag instead of getting a line and working back from
4015         there. Fixes passing in an invalid offset to
4016         iter_init_from_byte_offset().
4017
4018 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
4019
4020         * gtk/gtktreeview*.h: 
4021         * gtk/gtkcell*.h:
4022         * gtk/gtk*store.h:
4023         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
4024         macros to all objects.
4025
4026 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
4027
4028         * gtk/gtkcellrenderertext.c
4029         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
4030         with very large (TM) amounts of text.  May be moved to
4031         GtkCellRenderer in the future, though I'm not sure it wants to be
4032         this accessible.
4033
4034         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
4035         More sanity brought to this class.  I like it.
4036
4037         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
4038         case.  Kids, don't try this at home.
4039
4040         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
4041         convenience function.
4042
4043         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
4044
4045 2001-05-21  Alexander Larsson  <alexl@redhat.com>
4046
4047         * gtk/gtkfontsel.c:
4048         Added properties. Based on patch by Lee Mallabone.
4049
4050         * gtk/gtkruler.c:
4051         * gtk/gtkhruler.c:
4052         * gtk/gtkvruler.c:
4053         * gtk/gtktext.c:
4054         * gtk/gtktextview.c:
4055         Converted GtkArg to GParam. Based on patches by John Margaglione.
4056
4057         * tests/Makefile.am:
4058         * tests/testtext.c:
4059         Add a property editor to testtext.
4060         
4061 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
4062
4063         * gtk/gtk{h,v,}paned.c: Only show the separator if 
4064
4065         * configure.in: Fixed reversed conditional causing all image
4066         libraries to be linked in.
4067
4068 2001-05-21  Joe Shaw  <joe@ximian.com>
4069
4070         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
4071         that top_y needs to be >= 0.
4072
4073 2001-05-11  Havoc Pennington  <hp@pobox.com>
4074         
4075         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
4076         losing connection to the X server.
4077
4078 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
4079
4080         * configure.in: Start checks for X from pangox/pangoxft
4081         CFLAGS to avoid duplicate libraries.
4082
4083         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
4084
4085         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
4086         to include gobject.
4087         
4088 2001-05-18  Alexander Larsson  <alexl@redhat.com>
4089
4090         * gtk/gtkspinbutton.c:
4091         Convert GtkArgs to GParams. Based on patch by John Margaglione.
4092         Also do size request reasonable for MAXDOUBLE. Previously it printed
4093         the limits to a buffer and overran it. Instead do it using log10() and
4094         limit the width to 10 digits.
4095         
4096         * gtk/gtkwidget.c (gtk_widget_get_property):
4097         Correctly handle setting the parent property to NULL.
4098
4099 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
4100
4101         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
4102         style attributes even if the widget isn't realized.
4103
4104         * demos/gtk-demo/main.c: Use a slightly smaller font.
4105
4106 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
4107
4108         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
4109         This is something that only a widget writer would ever want
4110         to change.
4111
4112         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
4113         gtk_signal_emit_by_name().
4114
4115         * gtk/gtkviewport.c: Fix some warnings.
4116
4117         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
4118         allowing the requisitions of multiple widgets to be grouped
4119         together.
4120
4121         * tests/testgtk.c: Add GtkSizeGroup test
4122
4123         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
4124
4125         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
4126         warnings.
4127
4128         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
4129
4130 2001-04-28  Martin Baulig  <baulig@suse.de>
4131
4132         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
4133         to gtk_image_menu_item_set_icon() and made it work if there's already
4134         an image.
4135         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
4136         (gtk_image_menu_item_new_with_label): New function.
4137
4138 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
4139
4140         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
4141         highlighting code!!!!  The result is okay so long as you don't try
4142         to stress it.  It also highlights a bug in the TextView so it's in
4143         an unproportional font right now until it's fixed.
4144
4145         *demos/gtk-demo/*.c: Clean up code a bit to make it
4146         ugly-parser(TM) friendly. (-:
4147
4148 2001-05-17  Joe Shaw  <joe@ximian.com>
4149
4150         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
4151         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
4152         if it is only partially onscreen.
4153
4154 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
4155
4156         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
4157         not by characters.
4158
4159         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
4160         are not zero or one; that is, when graphemes of multiple characters
4161         are involved.
4162
4163         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
4164         FIXME.
4165
4166 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
4167         
4168         * gtk/gtkbbox.c:
4169         Add properties, based on patch by Lee Mallabone.
4170
4171         * gtk/gtknotebook.c:
4172         * gtk/gtktoolbar.c:
4173         Convert from GtkArg to GParam, based on patch by John Margaglione.
4174         
4175         * gtk/gtkhscale.c:
4176         * gtk/gtkvscale.c:
4177         * gtk/gtkhscrollbar.c:
4178         * gtk/gtkvscrollbar.c:
4179         * gtk/gtkrange.c:
4180         Move adjustment property to GtkRange.
4181
4182         * gtk/gtklabel.c:
4183         Setup mnemonics on property changes
4184
4185         * gtk/gtkwidget.c (gtk_widget_get_property):
4186         GdkExtensionMode is an enum, not a flag. Set it with
4187         g_value_set_enum ().
4188
4189         * tests/prop-editor.c:
4190         Better propery editor.
4191
4192         * tests/testgtk.c:
4193         Add new property test. Pass zero to the property editor to
4194         get properties from all derived types.
4195         
4196 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
4197
4198         * autogen.sh (have_automake): Require libtool-1.4,
4199         automake-1.4p1.
4200
4201         * acinclude.m4: Remove libtool macros.
4202
4203         * gdk-pixbuf/Makefile.am: Add dependencies to loade
4204         modules.
4205
4206         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
4207         for libgdk.
4208
4209         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
4210         libgdk.la for libgtk.
4211
4212         * modules/input/Makefile.am: Make modules have full
4213         dependencies.
4214
4215 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
4216
4217         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
4218         #54699 where paths weren't being checked for correctness.
4219
4220 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
4221
4222         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
4223         in any order you wan, whether or not the column is added to the
4224         tree, or the tree is realized.  Yay!
4225
4226         * gtk/gtktreeviewcolumn.c
4227         (gtk_tree_view_column_setup_sort_column_id_callback): handle
4228         sorting columns a lot saner
4229
4230         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
4231         new function to actually set wether or not a column is
4232         reorderable.
4233
4234         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
4235         if we have 'em.
4236
4237         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
4238         Fix nasty bug where we were showing the button just before
4239         realizing it.  As a result, the parent window was
4240         tree_view->window instead of tree_view->priv->header_window.
4241
4242         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
4243         to let you easily reorder a list or tree.
4244
4245 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
4246
4247         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
4248         from args to properties.
4249
4250 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
4251
4252         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
4253         from args to properties. (#51957)
4254
4255         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
4256         calls to after ->set_property call.
4257
4258 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
4259
4260         * tests/prop-editor.c: Block against redundant changes.
4261
4262         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
4263         properties.
4264
4265 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
4266
4267         * gdk/gdkpixmap.h: Remove creative formatting.
4268
4269 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
4270
4271         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
4272         property API. (#51669)
4273
4274         * gtk/gtkscale.c: Patch from John Margaglione converting to
4275         property API. (#51891)
4276
4277         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
4278         to property API. (#50985)
4279
4280 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
4281
4282         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
4283         buffering state across expose event, so we still call end_paint().
4284
4285 2001-05-11  Alexander Larsson  <alexl@redhat.com>
4286
4287         * gtk/gtkhsv.c (paint_triangle):
4288         Expose the ring in the triangle at the correct place when
4289         exposing just a part of the triangle.
4290
4291         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
4292         Return FALSE, or window focusing will not work.
4293
4294 2001-05-11  Havoc Pennington  <hp@pobox.com>
4295
4296         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
4297         #54144
4298
4299         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
4300         bug #54330
4301
4302 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
4303
4304         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
4305         propagate exposes to NULL child.
4306
4307         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
4308         against not having one of the scrollbars.
4309
4310         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
4311         we don't keep a mnemonic window if we have no mnemonic installed.
4312
4313 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
4314
4315         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
4316         it has the _important_ side effect of initializing a class.
4317
4318 2001-05-10  Alexander Larsson  <alexl@redhat.com>
4319
4320         * gdk/linux-fb/gdkprivate-fb.h:
4321         Make sure you can compile out the implementation/wrapper assert
4322         macros.
4323
4324         * gdk/linux-fb/gdkdrawable-fb2.c:
4325         Check implementation/wrappers, initialize type for pixmap dummys.
4326
4327         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
4328         Hide the cursor if reading from the screen.
4329
4330         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
4331         Fix sign bug in tiling code.
4332
4333         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
4334         Handle background pixmaps.
4335
4336 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
4337
4338         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
4339         function to let user control where columns are dragged.
4340
4341         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
4342         Escape is pressed.
4343
4344 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
4345
4346         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
4347         "columns_changed" signal.
4348         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
4349         motion code to draw arrows to the side if indicator is outside the
4350         widget.
4351         (gtk_tree_view_map_expanded_rows): Implement.
4352
4353 2001-05-07  Alexander Larsson  <alexl@redhat.com>
4354
4355         * demos/testpixbuf-save.c: 
4356         * demos/testpixbuf-drawable.c:
4357         Include gdkfb.h on linux-fb.
4358
4359 2001-05-07  Alexander Larsson  <alexl@redhat.com>
4360
4361         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
4362         New function for getting toplevel window at position.
4363         (gdk_drag_find_window): Use get_toplevel_window () instead
4364         of gdk_window_get_pointer(). (gdk_drag_status): Use
4365         correct context for getting window.
4366
4367         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
4368         g_strdup the atom name.
4369
4370         * gdk/linux-fb/gdkwindow-fb.c:
4371         Costmetic fix.
4372
4373         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
4374         Add code for changing cursor on linux-fb backend (same as
4375         win32).
4376
4377 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
4378
4379         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
4380         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
4381         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
4382         report was not for the development branch of GTK+, but it applies
4383         anyways).
4384
4385 2001-05-04  Havoc Pennington  <hp@redhat.com>
4386
4387         * configure.in: fix some shell typos
4388
4389         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
4390
4391         * gtk/gtkimage.c: handle animations
4392
4393         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
4394         border_width * 2, not just border_width
4395
4396         * gtk/gtkscale.c: add "format_value" signal to allow people
4397         to override the way values are drawn.
4398         (gtk_scale_get_value_size): fix width/height mistake,
4399         and compute size from actual displayed text, not 
4400         from made-up text.
4401
4402         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
4403         signal registration
4404
4405         * tests/testtext.c: Add "Remove all tags" menu item for testing
4406
4407         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
4408
4409         * demos/gtk-demo/main.c (main): add hack so we can find modules
4410         without installing gtk
4411
4412         * demos/gtk-demo/textview.c (insert_text): demo font scaling
4413
4414         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
4415         factor)
4416         (gtk_cell_renderer_text_set_property): remove some bogus
4417         g_object_notify
4418
4419         * gtk/gtktexttag.c: add "scale" property which is a font scaling
4420         factor
4421
4422         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
4423         to layout
4424
4425         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
4426         gtk_text_iter_is_first
4427
4428 2001-01-06  Hans Breuer  <hans@breuer.org>
4429
4430         * gdk/gdk.def : updated exports
4431
4432         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
4433         gdk won't compile anymore
4434  
4435         * gdk/win32/gdkevents-win32.c : initialize ret_val when
4436         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
4437         Improved gdk_flush () to not only do pending drawing operations
4438         but also process all currently pending events. This should make
4439         the behaviour more similar to the X11 version.  
4440
4441         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
4442         option needs to be set even if there is no GDK_GC_BACKGROUND.
4443         (gdk_win32_hdc_get) : use predraw_set_background () independent
4444         of value_mask. This allows to draw dashed lines leaving the original
4445         background intact.
4446
4447         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
4448         after processing, because we can't reuse it as the X11 version does.
4449
4450         * gtk/gtk.def : updated exports
4451
4452         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
4453         would like to get rid of this file again, and use straight
4454         makefile.msc again, as the other Gtk+ subdirs do)
4455
4456         * test/makefile.msc (new file) : build the test apps here
4457
4458 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
4459
4460         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
4461         strike-through setting
4462         (gdk_draw_layout_line_with_colors): Render strike-through
4463
4464 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
4465
4466         * Release 1.3.5
4467
4468         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
4469
4470         * NEWS: Updated
4471
4472         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
4473         Makefile breakage.
4474
4475 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
4476
4477         * demos/gtk-demo/images.c (progressive_timeout): Fix
4478         typo in filename.
4479
4480         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
4481         out FIXME warning; just too annoying.
4482
4483 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
4484
4485         * gdk/linux-fb/gdkcolor-fb.c:
4486         Better error messages.
4487
4488         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
4489         Initialize abs_x and abs_y.
4490         
4491         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
4492         Correct handling of stipple offset.
4493
4494         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
4495         Treat directcolor framebuffers as truecolor.
4496         
4497 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
4498
4499         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
4500         dependency on Atk for accessibility support.
4501
4502         * configure.in **/Makefile.am: Major reworking of substituted
4503         variables for CFLAGS/LIBS to make a lot more sane and 
4504         keep the the compile/link lines a bit shorter.
4505
4506         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
4507
4508 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
4509
4510         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
4511         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
4512         use _gtk_boolean_handled_accumulator.
4513
4514 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
4515
4516         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
4517         to fix things so clicking inside selection leaves cursor
4518         at point where clicked. (#50324)
4519
4520         * gtk/gtksettings.c (gtk_settings_class_init): Restore
4521         sane value for default double click time.
4522
4523         * tests/testtext.c (test_init): Really path to input modules.
4524
4525 2001-05-03  Sven Neumann  <sven@convergence.de>
4526
4527         * demos/testpixbuf-save.c: include target-specific headers as
4528         done in testpixbuf-drawable.c
4529
4530 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
4531
4532         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
4533         new_text_length appropriately when we run into the 
4534         size limit for the entry. (#53445, reported by Jeff Franks)
4535
4536         * tests/testgtk.c (create_entry): Remove most of the
4537         property toggle buttons. Replace with a "Props" button
4538         that brings up a property editor.
4539
4540         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
4541         Split the property editor code out for reuse, improve.
4542
4543 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
4544
4545         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
4546         trap errors around calls to XSetInputFocus since we have
4547         no way of knowing reliably whether we are viewable or
4548         not. (#53947)
4549
4550 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
4551
4552         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
4553         fix bug in dropping columns.  Moving columns now basically works
4554         modula some fine tuning.
4555
4556 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
4557
4558         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
4559         autoscroll support.  It mostly works, but could use some fine
4560         tuning.
4561         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
4562         Actually move the column.
4563
4564 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
4565
4566         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
4567           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
4568           New default theme! A slighly improved version of the 2.0 Raleigh
4569           theme, with Windows-esque focus/drawing default. 
4570           (GtkWidget::interior_focus defaults to TRUE.)
4571
4572         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
4573
4574 2001-04-30  Havoc Pennington  <hp@pobox.com>
4575
4576         * tests/testtext.c (line_numbers_expose): fix to work with
4577         gtk_paint_layout change
4578
4579 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
4580
4581         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
4582           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
4583           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
4584           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
4585
4586         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
4587           with GtkWidget::interior_focus = TRUE better.
4588
4589         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
4590         ::default_outside_border for more flexibility.
4591
4592         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
4593         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
4594         change that had to be made with g_object_get.
4595
4596 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
4597
4598         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
4599         (gtk_tree_view_move_column_after): Clean up interface. 
4600
4601 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
4602
4603         * gtk/gtkpacker.h:
4604         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
4605          to gtkenum.h.
4606
4607         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
4608         handled in switch).
4609
4610         * gtk/Makefile.am:
4611         (gtk.defs): generate enum portions with  glib-mkenums.
4612         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
4613         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
4614         
4615         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
4616         addition.
4617
4618         * docs/Changes-2.0.txt: keep a note on signal handlers now
4619         not getting emitted during the emission they were connected within.
4620
4621 2001-04-28  Havoc Pennington  <hp@pobox.com>
4622
4623         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
4624
4625 2001-04-24  Havoc Pennington  <hp@redhat.com>
4626
4627         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
4628         (gtk_text_layout_move_iter_to_next_line): fix these two for
4629         invisible text, lots of other stuff still hosed.
4630
4631         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
4632         new function, replaces the get/set palette stuff. This function 
4633         is intended for use by libgnomeui which should set the hook to a
4634         thing which sets the palette in GConf, and we need the
4635         GConf-to-xsettings proxy which will result in the change being
4636         propagated back to the GTK app.
4637
4638         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
4639         about unusable signals that it may be because the signal has 
4640         parameters.
4641
4642         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
4643         style, otherwise gtkrc.c won't know to create a new GtkStyle for
4644         it.
4645         (gtk_widget_modify_color_component): call
4646         gtk_widget_modify_style() so the rc style will get copied.
4647         (gtk_widget_modify_font): ditto
4648
4649         * gtk/gtkrc.c: make a couple variables static
4650
4651         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
4652         help button by default, since it does nothing
4653
4654         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
4655         around with UI
4656
4657         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
4658         so we can have tooltips
4659
4660         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
4661         can have tooltips
4662
4663         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
4664         GDK_ENABLE_BROKEN, because its memory behavior is completely
4665         hosed.
4666
4667         * gtk/gtknotebook.c: remove key press handler, replace with
4668         binding set, add numeric keypad support
4669
4670         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
4671
4672         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
4673
4674         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
4675         addition to plain Delete
4676
4677         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
4678         GDK_KP_Enter in addition to GDK_Return
4679
4680         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
4681         activate on entry instead of key press
4682         (gtk_font_selection_on_clist_key_press): get
4683         rid of this signal handler, not needed with new font sel.
4684
4685         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
4686         no-longer-needed emit_stop_by_name(), just return TRUE
4687
4688         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
4689         cruft, this widget is no longer focusable.
4690
4691         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
4692         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
4693         move_slider action signal, add binding set for vscale/hscale, in
4694         the process support numeric keypad
4695
4696         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
4697         make GDK_Return and GDK_KP_Enter activate the entry via 
4698         binding set, instead of hardcoded.
4699
4700 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
4701
4702         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
4703         code.  Some documentation added.
4704
4705 2001-04-27  Havoc Pennington  <hp@redhat.com>
4706
4707         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
4708
4709         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
4710
4711         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
4712         line/para separators
4713         (gtk_entry_create_layout): set single paragraph mode on the layout
4714
4715         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
4716         spacing between the image and label; instead, inside a button box 
4717         the button will get extra space that will go there, but if people 
4718         configure button box for 0 chubbiness, then there's no spacing.
4719
4720         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
4721         and min/max size style properties, so people can tune their
4722         chubbiness.
4723
4724         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
4725         functions
4726
4727         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
4728         space_style, and button_relief into style properties, remove
4729         functions for setting them
4730         
4731         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
4732         it back down
4733
4734         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
4735         types from gtk_widget_style_get
4736
4737         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
4738         with a style property.
4739
4740         * gdk/x11/gdkevents-x11.c: namespace the settings
4741
4742         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
4743
4744         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
4745         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
4746         be used. Also, translate doc strings for settings. Also, namespace
4747         the double-click-time property. Also, remove bell properties crap.
4748
4749 2001-04-27  Sven Neumann  <sven@gimp.org>
4750
4751         * Makefile.am: before creating links, check if pkg-config files
4752         exist for the default target. Otherwise link to the pkg-config files
4753         that got installed with this build.
4754
4755 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
4756
4757         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
4758         dragging code.  Revealed some (potential) GdkWindow bugs.
4759
4760         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
4761         _gdk_window_init_position to the end of reparent to fix the case
4762         of reparenting when new_x != old_x and new_y != old_y.
4763
4764 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
4765
4766         * gtk/gtkentry.c (strstr_len): Fix optimization that
4767         was correct for the use here, but completely incorrect
4768         in general.
4769
4770 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
4771
4772         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
4773         until patch adding gtk_window_set_size() is recommitted. 
4774
4775         * **Makefile.am configure.in gdk/x11/gdkim-11.c
4776           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
4777           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
4778           (#10784)
4779
4780 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
4781
4782         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
4783         window == NULL in a number of cases.
4784
4785         * tests/testdnd.c: Set module path for gdk-pixbuf.
4786
4787 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
4788
4789         * gtk/Makefile.am xembed.h: File containing #defines
4790         for XEMBED protocol.
4791
4792         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
4793
4794         - Change protocol from old plug/socket specific protocol
4795           to XEMBED draft
4796         - Various fixes to work with GTK+-2.0
4797
4798         Still quite a bit of work to do here to handle initiation
4799         from the socket side (as specified by XEMBED), to handle
4800         the more advanced features of XEMBED, and to figure out
4801         a good way to handle same-app embedding with less overhead
4802         than using full XEMBED.
4803
4804 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
4805
4806         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
4807         track of whether the toplevel has the focus; only send
4808         focus-in events to the focus widget when the window
4809         actually has the focus.
4810
4811 2001-04-25  Havoc Pennington  <hp@pobox.com>
4812
4813         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
4814         were still in the header
4815
4816 2001-04-24  Alexander Larsson  <alexl@redhat.com>
4817
4818         * gtk/gtkclist.[ch]:
4819         * gtk/gtkctree.c:
4820         When there is a row highlighted for D'n'D it must alse
4821         be painted hightlighted on exposes. Otherwise exposes from
4822         the icon being dragged will mess up the hightlight.
4823
4824         * gtk/gtkfontsel.c:
4825         Don't recenter selected font when exposing the font family
4826         clist. This means you can now actually scroll the font family
4827         list.
4828
4829         * gtk/gtknotebook.c:
4830         Fix focus movement on scrolling tabs that are placed on the left
4831         and right.
4832
4833 2001-04-21  Havoc Pennington  <hp@pobox.com>
4834
4835         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
4836         empty/invisible lines.
4837
4838         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
4839         (gtk_text_iter_set_visible_line_index): new functions to set
4840         indexes excluding invisible text
4841
4842         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
4843         index
4844
4845         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
4846         (gtk_text_iter_get_visible_line_offset): new functions to 
4847         get indexes excluding invisible text
4848
4849         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
4850         bunch of extra padding that served no purpose
4851
4852         * gtk/gtkdialog.c: Make all the spacings configurable via style
4853         properties, for chubbiness configuration in themes
4854
4855         * tests/testtext.c: fix path to the immodules.
4856         
4857 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
4858
4859         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
4860         got munched by #endif.
4861
4862         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
4863
4864         * gtk/gtktreeview.c: Refactored code to clean up a number of
4865         events.
4866
4867         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
4868         values to make consistent with other functions.  Spotted by Jeff
4869         Franks <jcf@tpg.com.au>.
4870
4871         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
4872         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
4873
4874 2001-04-23  Sven Neumann  <sven@gimp.org>
4875
4876         * gtk/Makefile.am
4877         * gtk/gtkplug.c
4878         * gtk/gtksocket.c: on request of Owen, reverted my last change 
4879         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
4880
4881 2001-04-23  Sven Neumann  <sven@gimp.org>
4882
4883         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
4884         compile for non-X11 targets again
4885
4886 2001-04-20  Alexander Larsson  <alexl@redhat.com>
4887
4888         * gtk/gtkcolorsel.[ch]:
4889         API Change. Take GdkColor arguments instead of gdouble *.
4890         Leave the old gtk_color_selection_set_color for compatibility,
4891         but marked deprecated.
4892         Do correct rounding when converting RGB <-> HSV.
4893         
4894         * gtk/gtkcolorseldialog.c:
4895         * tests/testgtk.c:
4896         Use new GtkColorSelection API.
4897
4898         * gtk/gtkhsv.c:
4899         Fix problem selecting colors in triangle when Hue is 330.
4900         Fix some black dots around the HSB triangle.
4901         
4902         * gtk/gtkfilesel.c:
4903         return FALSE from the focus_in_event handler to fix focus problems.
4904
4905 2001-04-18  Havoc Pennington  <hp@redhat.com>
4906
4907         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
4908         set, so keybindings are configurable    
4909         (gtk_window_activate_default): Change to activate the focus widget
4910         instead if there's a focus widget, to be consistent with the
4911         behavior that previously existed in key_press_event
4912
4913 2001-04-18  Havoc Pennington  <hp@redhat.com>
4914
4915         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
4916
4917 2001-04-18  Havoc Pennington  <hp@redhat.com>
4918
4919         Close bug #50615:
4920         
4921         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
4922         the layout
4923
4924         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
4925
4926         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
4927
4928         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
4929         
4930         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
4931         to blue for base, in addition to bg
4932         
4933 2001-04-18  Havoc Pennington  <hp@redhat.com>
4934
4935         * tests/testgtk.c (create_image): allow shrinking the image window
4936         to test that we clip to allocation.
4937
4938         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
4939         #9845
4940
4941         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
4942
4943 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
4944
4945         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
4946         mode on shm segments to 0600. We'll see who complains.
4947
4948         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
4949         _gdk_windowing_window_destroy() AFTER recursing through
4950         children.
4951
4952         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
4953         testsocket_child on X.
4954
4955         * tests/testsocket[_child].c: Fix uses of
4956         gtk_window_get_default_accel_group().
4957
4958         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
4959
4960         * gdk/gdkimage.c: (gdk_image_get):
4961         Deal with the possibility that XGetImage() might return NULL.
4962         Allocate the GdkImagePrivate structure only after XGetImage()
4963         succeeds in order not to dereference a NULL ximage pointer.  This
4964         prevents a core dump when XGetImage() fails - which is unlikely,
4965         but can happen due to race conditions accessing the geometries of
4966         drawables.  An x error will still be triggered, but the gdk image
4967         wrapper at least wont seg fault.
4968         
4969 2001-04-18  Havoc Pennington  <hp@redhat.com>
4970
4971         * gtk/gtkimage.c: fix to properly queue resizes when the image is
4972         set
4973
4974         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
4975         if the insertion point isn't editable
4976
4977         * demos/gtk-demo/images.c: Added a GtkImage demo
4978
4979         * demos/gtk-demo/drawingarea.c: drawing area demo
4980         
4981         * demos/gtk-demo/menus.c (create_menu): cleanups
4982
4983 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
4984
4985         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
4986           gdk/x11/gdkevents-x11.c: Introduce an extra child
4987         of toplevel windows that serves to hold the focus to
4988         avoid events being delivered to embedded windows.
4989
4990         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
4991         some extra variables to clean up code and reduce the
4992         number of casts.
4993
4994         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
4995         guint for 1 bit bit fields, not gboolean.
4996
4997 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
4998
4999         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
5000         not TRUE. (Fixes #52925)
5001
5002 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
5003
5004         * Released 1.3.4
5005
5006         * NEWS: Updated
5007
5008         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
5009         use GTK_TYPE_ENUM.
5010
5011 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
5012
5013         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
5014
5015         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
5016         names to compatibility #defines so docs work.
5017
5018         * gtk/gtkenums.h: Remove GtkMenuFactoryType
5019
5020         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
5021
5022         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
5023
5024         * tests/testgtkrc: No magenta cursors, please.
5025
5026         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
5027
5028         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
5029         
5030 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
5031
5032         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
5033         grabs, since they are no longer necessary.
5034
5035         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
5036         by signal_connect() and call gtk_button_pressed() rather
5037         than signal_connect_after().
5038
5039         * tests/testgtk.c: Restore radio menu items to combos 
5040         since they'll look OK with Raleigh, and it is easier
5041         than finishing the process of removing them that was
5042         started earlier.
5043
5044 2001-04-16  Hans Breuer  <hans@breuer.org>
5045
5046         * gdk/gdk.def :
5047         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
5048
5049         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
5050         we are interested in the functions return value not the function address
5051         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
5052
5053         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
5054
5055 2001-04-14  Hans Breuer  <hans@breuer.org>
5056
5057         * gdk/gdk.def :
5058         * gdk/makefile.msc : updated
5059
5060         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
5061         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
5062         (the testgtk::text backgound pixmap is drawn again)
5063         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
5064         Win32 Pango change
5065         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
5066
5067         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
5068         Not sure if the returned settings have the right unit, because I couldn't
5069         find any docs for the X version ...
5070
5071         * gtk/gtk.def :
5072         * gtk/makefile.msc.in : updated
5073
5074 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
5075
5076         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
5077         wording problems. (Compared to version from Johannes Stezenbach to
5078         check correctness.)
5079
5080 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
5081
5082         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
5083         this to compile.
5084
5085 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
5086
5087         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
5088         not pixbufpos.
5089
5090         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
5091
5092         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
5093         are unsigned insts, therefore use g_value_set_uint.
5094         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
5095
5096 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
5097
5098         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
5099
5100         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
5101         GTK_TYPE_STRING.
5102
5103         * gtk/gtktreeview.c: New functions to allow initial column
5104         dragging work.
5105
5106         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
5107
5108         * tests/testtreefocus.c: give dave some love.
5109
5110         * tests/testtreesort.c: Modify test to check really long samples.
5111
5112 2001-04-11  Alexander Larsson  <alexl@redhat.com>
5113
5114         * gtk-2.0.m4: Pass pkg-config options
5115         before the other args so it works even if
5116         POSIXLY_CORRECT is set.
5117
5118 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
5119
5120         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
5121         0, interface 0).
5122
5123 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
5124
5125         * gtk/gtkcalendar.c (gtk_calendar_button_press):
5126         check for action_func != NULL
5127
5128 2001-04-04  Sven Neumann  <sven@gimp.org>
5129
5130         * tests/testgtk.c (test_init): corrected path to gtk.immodules
5131
5132 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
5133
5134         * Released Gtk+-1.3.3.
5135
5136 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
5137
5138         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
5139
5140 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
5141
5142         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
5143         files to/from source dir. (if we don't stay in builddir, we
5144         can't reach make-inline-pixbuf.
5145
5146         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
5147         deps.
5148
5149         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
5150         ages 0).
5151
5152 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
5153
5154         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
5155         moved to the GtkTreeSortable interface.
5156
5157         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
5158         Make more efficient (fixes #50262).
5159
5160 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
5161
5162         * NEWS: Updated.
5163
5164         * configure.in: Remove support for uninstalled glib.
5165
5166         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
5167         so as not to stop emission.
5168
5169         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
5170         is no longer supported.
5171
5172         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
5173         into tests, change build order to build modules before
5174         gtk/.
5175
5176         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
5177         to here.
5178
5179 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
5180
5181         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
5182         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
5183         GPatternSpec. this is actually unlikely to cause breakage in
5184         third-party apps since except for gle, pretty much ever caller
5185         passes NULL here.
5186
5187         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
5188
5189         * *.c: use g_pattern_*() API.
5190
5191         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
5192
5193         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
5194         directions aren't passed in.
5195
5196         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
5197         functionality to be usable from gtkstyle.c as well, give precedence
5198         for conversion to user-supplied parsers.
5199         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
5200
5201         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
5202         _gtk_settings_parse_convert() for rcporperty value conversion.
5203
5204 2001-04-03  Alexander Larsson  <alexl@redhat.com>
5205
5206         * gdk/linux-fb/gdkevents-fb.c:
5207         Add empty gdk_setting_get().
5208
5209 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
5210
5211         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
5212         variable names.
5213         
5214         * gtk/makeenums.pl: touch this so enum files get remade.
5215
5216 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
5217
5218         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
5219         work again when not sorted.
5220
5221         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
5222         and "expand_row" signal, closing bug 52578.
5223
5224         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
5225         support.
5226
5227         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
5228         support.
5229
5230 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
5231
5232         * gdk/gdkevents.h: Add GdkEventSetting event for notification
5233         of changes to system settings, gdk_setting_get() to retrieve
5234         a single system setting.
5235
5236         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
5237         to the draft XSETTINGS mechanism.
5238
5239         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
5240         XSETTINGS.
5241
5242         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
5243         of GDK settings changes to the GtkSettings object.
5244
5245         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
5246         double-click-timeout property to GDK.
5247
5248         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
5249         Define GDK boxed types here.
5250
5251         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
5252         gdk/gdkenumtypes.[ch] for enum definitions.
5253
5254         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
5255         * gtk/gtk-boxed.defs: Comment out GDK types
5256         * gtk/gtktypeutils.h: Remove GDK types
5257         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
5258
5259 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
5260
5261         * Applied patch from Ron Steinke to add signal accumulators
5262         so that signals with the convention 'TRUE return means
5263         handled' stop emission on a TRUE return.
5264
5265         * gtk/gtkmain.[ch]: Add private accumulator 
5266         _gtk_boolean_handled_accumulator, used throughout GTK+.
5267         
5268         * gtk/gtkspinbutton.c: Add accumulator for ::output.
5269
5270         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
5271         
5272         * gtk/gtkwidget.c: Add accumulators for event signals,
5273         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
5274         for ::mnemonic-activate.
5275
5276         * gtk/gtkwindow.c: Add accumulator for ::frame_event
5277
5278 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
5279
5280         * gtk/gtkwidget.c: Add missing include.
5281
5282 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
5283
5284         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
5285         marshaller.
5286
5287         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
5288         "changed" signal to "range_changed".
5289
5290         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
5291         removing a tree from one model would remove all trees from that
5292         model.
5293         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
5294         changed signal instead.
5295
5296 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
5297
5298         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
5299         chaining up to parent impl, since we have a INPUT_ONLY
5300         window.
5301
5302         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
5303         foreground color for the cursor.
5304
5305 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
5306
5307         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
5308         param spec when caching property values, since we unref it
5309         later when we free the style.
5310
5311         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
5312         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
5313
5314 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
5315
5316         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
5317         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
5318         stupidity.
5319
5320 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
5321
5322         [ First pass at adding style properties. Still needs some definite
5323         fine-tuning. ]
5324
5325         * gtk/gtkbutton.c: Add ::default_spacing style property.
5326          
5327         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
5328         ::indicator_spacing style properties.
5329
5330         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
5331         style properties.
5332
5333         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
5334         rather than a normal property.
5335
5336         * gtk/gtkwidget.c: Add an ::interior_focus style property to
5337         draw focus inside buttons, in the Windows/Java Metal/etc. style.
5338
5339         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
5340         Honor ::interior_focus.
5341         
5342         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
5343         TRUE.
5344
5345         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
5346         Add ::slider_width, ::trough_border, ::stepper_size,
5347         ::stepper_spacing style properties.
5348
5349         * gtk/gtkscale.[ch] Add ::slider-length style property.
5350
5351 2001-04-02 Alexander Larsson   <alexl@redhat.com>
5352
5353         * gdk/linux-fb/gdkwindow-fb.c:
5354         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
5355         warnings that were spewed on startup.
5356
5357         * gtk/gtkwindow-decorate.c:
5358         gtk_window_reposition -> _gtk_window_reposition
5359
5360 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
5361
5362         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
5363         Add boxed type for GtkRequistion. Use it for ::size-request.
5364
5365         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
5366         Add a new GtkBorder structure useful for geometry properties
5367         for widgets. Add corresponding GTK_TYPE_BORDER.
5368         
5369         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
5370         Support automatic parser selection like
5371         gtk_settings_install_property_parser().
5372
5373         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
5374         functionality for use by gtk_widget_class_install_style_property.
5375         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
5376
5377 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
5378
5379         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
5380         g_param_spec_unichar(). 
5381
5382 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
5383
5384         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
5385         _NET window managers.
5386
5387         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
5388
5389 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
5390
5391         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
5392         bad needs to be nuked, not just deprecated.
5393
5394         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
5395         gtk_widget_popup().
5396
5397         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
5398         
5399         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
5400         widget.
5401         
5402         * docs/Changes-2.0.txt: updates.
5403         
5404 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
5405
5406         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
5407         for (i = 0; i < 100; i ++)
5408           g_print ("I will confirm it compile before committing\n");
5409
5410 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
5411
5412         * gtk/gtktreestore.c: Initial work on implementing the
5413         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
5414
5415 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
5416
5417         * gtk/gtkwidget.c: fixed a bunch of notifications, added
5418         reference counts around emissions where the widget is used afterwards.
5419         added freeze/thaws around multiple properties being notified.
5420         (_gtk_widget_get_aux_info): cleanups.
5421         
5422         * gtk/gtksettings.c (gtk_settings_install_property): provide
5423         default parsing functions for gdkcolor, enums and flags.
5424
5425         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
5426         applied by owen.
5427         backed out gtk_window_get_location(), gtk_window_set_location(),
5428         gtk_window_get_size() and gtk_window_set_size(), these
5429         have to be sorted out wrg x/y/width/height/default_with/default_height
5430         properties.
5431         kept a flag in GtkWindowGeometryInfo to handle user
5432         resetting default sizes.
5433         cleaned up ZVT comments.
5434         bunch of assorted bug fixes, notification fixes.
5435         (_gtk_window_reposition): make this a really internal function.
5436         
5437         * gtk/testgtk.c: fixups.
5438         
5439 2001-03-31  Hans Breuer  <hans@breuer.org>
5440
5441         * config.h.win32.in : disable USE_MMX for msvc build cause
5442         the assembler doesn't fit and is out of my scope. Disable
5443         USE_GMODULE for msvc build as wel. The right way to share
5444         binaries on win32 would be to use libtiff.dll etc. To reduce
5445         installation hassles IMO it's better to include all fileformats
5446         builtin to gdk-pixbuf
5447
5448         * gdk-pixbuf/makefile.msc : new file
5449
5450         * gdk/gdk.def : updated
5451
5452         * gdk/win32/gdkevents-win32.c : don't erase the background if
5453         .no_bg is set. It improves the scrolling (e.g. of testgtk main
5454         buttons
5455         * gdk/win32/gdkgeometry-win32.c : added comment about the above
5456
5457         * gdk/win32/gdkwindow-win32.c : added three new functions like
5458         the X version. Only one is implemented, because the other two
5459         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
5460         be default behaviour on win32 anyway ...
5461
5462         * gtk/gtk.def : updated
5463
5464         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
5465         from where it was built and add an additional rule to automagically
5466         build gtkmarshal.[hc]
5467
5468         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
5469         before array access for the current entry isn't finished
5470
5471         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
5472         use g_return_val_if_fail
5473
5474         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
5475         for the static array, but let the compiler calculate it. It
5476         makes me wonder if gcc isn't capable to catch bugs like this ...
5477
5478 2001-03-31  James Henstridge  <james@daa.com.au>
5479
5480         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
5481         constant "-1" in the aux info structure.
5482
5483 2001-03-30  Alexander Larsson  <alexl@redhat.com>
5484
5485         * gtk/gtkbutton.c (gtk_button_get_property):
5486         * gtk/gtklabel.c:
5487         Remove leaks.
5488         
5489         * gtk/gtkcontainer.c:
5490         * gtk/gtkhscale.c:
5491         * gtk/gtkhscrollbar.c:
5492         * gtk/gtklayout.c:
5493         * gtk/gtkmisc.c:
5494         * gtk/gtkprogress.c:
5495         * gtk/gtkprogressbar.c:
5496         * gtk/gtkrange.c:
5497         * gtk/gtktable.c:
5498         * gtk/gtkviewport.c:
5499         * gtk/gtkvscale.c:
5500         * gtk/gtkvscrollbar.c:
5501         * gtk/gtkwidget.c:
5502         Property patches, based on patches from John Margaglione and Lee Mallabone.
5503
5504 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
5505
5506         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
5507         adjustment. Cleaned redundant preconditions (spin != NULL). Added
5508         inline API function docs.
5509         (gtk_spin_button_new_with_range): New convenience constructor.
5510         (gtk_spin_button_set_increments): New adjustment helper.
5511         (gtk_spin_button_set_range): New adjustment helper.
5512
5513         * gtk/testgtk.c : added test of the new convenince constructor and
5514         value_changed signals.
5515
5516 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
5517
5518         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
5519         listen to the reorder signal.
5520
5521 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
5522
5523         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
5524         to get the aux info structure fo the widget.
5525
5526         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
5527         above function.
5528
5529         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
5530
5531         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
5532         to get the size of the window manager frame, basically the same
5533         code that gdk_window_get_root_origin() had
5534         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
5535
5536         * gtk/gtkwindow.c (gtk_window_set_default_size): use
5537         gdk_window_resize() if the window is realized and resizeable
5538
5539         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
5540         typo so that setting gravity works
5541
5542         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
5543         allocation if auto_shrink is on, even if the default size
5544         has not changed.
5545
5546         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
5547         g_return_if_fail
5548
5549 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
5550
5551         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
5552         reordering/sorting work.  Now pretty much works.
5553
5554         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
5555         reorder mostly work.  Still need to get the parity correct.
5556
5557         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
5558         signal, so I can listen for the sort_column_changed signal so I
5559         can change my "sort_indicator" property.  Cool.
5560
5561 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
5562
5563         [ Patch from Havoc Pennington, hp@redhat.com ]
5564
5565         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
5566         Add functions gdk_window_begin_resize_drag/begin_move_drag
5567         to start resizing or moving a toplevel window. This
5568         is done either using the _NET_WM_MOVERESIZE protocol,
5569         or, if that isn't present, by emulation.
5570
5571         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
5572         to export the above to GTK+-land.
5573
5574         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
5575         
5576         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
5577         Move this function into gdkwindow, since we need it
5578         when implementing fallback resizing.
5579
5580         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
5581         Fix typo when setting gravity.
5582
5583         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
5584         Add an optional (but on by default) resize grip for resizing 
5585         the parent window.
5586
5587 01-03-29  Alexander Larsson  <alexl@redhat.com>
5588
5589         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
5590         Don't return TRUE from the event handler, that blocks all
5591         event signals on the tooltip widget. Now you can press buttons
5592         in toolbars again.
5593
5594 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
5595
5596         * gtk/testtext.c (create_buffer): Add missing NULL on
5597         valist.
5598
5599         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
5600         c-n-p problem with INCONSISTENT property.
5601
5602         [ Patch from Havoc Pennington  <hp@redhat.com> ]
5603
5604         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
5605         hook.
5606
5607         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
5608         signal as a hook for extending the default popup menu
5609
5610         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
5611         use radio menu items for the input method menuitems
5612
5613         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
5614         inserted unicode from Ctrl-Shift-hex input method
5615
5616         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
5617         validatation here, already done at GtkTextBuffer level.
5618
5619         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
5620         popup_menu run action signal and Shift+F10 and Menu keybindings.
5621
5622         * gtk/gtkentry.c: implement a default handler for popup_menu
5623
5624         * gtk/gtktextview.c: implement a default handler for popup_menu
5625
5626         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
5627         from a key event
5628         
5629         * gtk/gtklabel.c: remove "trailer" cruft
5630
5631 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
5632
5633         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
5634         handle reordering of trees.  Seems to mostly work w/ the exception
5635         of the parity flag.
5636
5637         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
5638         signal.
5639
5640 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
5641
5642         * gtk/gtkwidget.h: c++ fixes.
5643
5644 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
5645
5646         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
5647         memory.
5648
5649 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
5650
5651         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
5652         Nils Barth fixing event return values. (#51041)
5653
5654         * gtk/gtkwidget.c: Fix some return values for default
5655         functions.
5656
5657         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
5658         return values for trough_keys functions.
5659
5660         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
5661         value for add_accelerator (shoudl have been a void
5662         return.)
5663
5664         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
5665         Fix return type of EVENT.
5666
5667         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
5668         signal return a boolean.
5669
5670 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
5671
5672         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
5673         reordered signal.
5674
5675         * tests/testtreesort.c (main): fix spelling.
5676
5677 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
5678
5679         * gtk/gtkliststore.c: More work on implementing sortable
5680         interface.
5681
5682 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
5683
5684         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
5685         reference the widgets in the resulting list. (#11821)
5686         This makes this consistent with gtk_container_children.
5687
5688         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
5689         uses of gtk_window_list_toplevels.
5690
5691 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
5692
5693         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
5694         a virtual function to set whether the IM context should use 
5695         the preedit string. (#51922)
5696         
5697 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
5698
5699         * gdk/gdkpango.h: Remove stale FIXME comment.
5700
5701 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
5702
5703         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
5704         Fixed bug that returned NULL if a filename was selected.
5705
5706 2001-03-24  Havoc Pennington  <hp@pobox.com>
5707
5708         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
5709         to contain the word "theme"
5710
5711 2001-03-24  Havoc Pennington  <hp@pobox.com>
5712
5713         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
5714         slower but finer-grained
5715         (gtk_hsv_focus): get initial focus on the ring or triangle 
5716         according to tab direction
5717
5718         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
5719
5720 2001-03-23  Havoc Pennington  <hp@pobox.com>
5721
5722         * gtk/gtkhsv.c: make this somewhat key-navigable
5723
5724         * gtk/gtkfontsel.c: mnemonics
5725
5726         * gtk/gtkgamma.c: mnemonics
5727
5728         * gtk/gtkcolorsel.c: add mnemonics to labels
5729
5730 2001-03-22  Havoc Pennington  <hp@pobox.com>
5731
5732         Applied big patch from Seth Lytle to fix event handler return
5733         values, slightly modified.
5734
5735         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
5736         handled.
5737         (gtk_calendar_key_press): return TRUE for GDK_space triggers
5738         select_day
5739
5740         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
5741         (gtk_clist_button_release): return TRUE if handled
5742
5743         * gtk/gtkcolorsel.c (mouse_release):
5744         (palette_activate): 
5745         (palette_press): 
5746         (palette_new): 
5747         (mouse_press): 
5748         (get_screen_color): 
5749         fixed return type (void to gboolean), return TRUE,
5750         added GTK_SIGNAL_FUNC cast
5751
5752         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
5753         (void to gboolean), and return TRUE
5754         (gtk_combo_button_release): changed return value to TRUE after
5755         gtk_grab_add on combo->popwin
5756
5757         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
5758         collapse or expand
5759
5760         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
5761         button/motion
5762
5763         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
5764         press/release and motion that trigger act
5765
5766         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
5767
5768         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
5769         for GDK_Return
5770         
5771         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
5772         (gtk_list_button_release): return TRUE if selection
5773
5774         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
5775         press
5776
5777         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
5778         (gtk_menu_shell_button_release): chain parent_menu_shell retval
5779
5780         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
5781         nothing triggered
5782         (gtk_notebook_button_release): return TRUE if we do anything
5783
5784         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
5785         (gtk_spin_button_button_release): return TRUE or chained retval
5786
5787         * gtk/gtktext.c (gtk_text_button_press): 
5788         (gtk_text_button_release): return TRUE
5789         (gtk_text_key_press): remove redundant retval code
5790         
5791         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
5792         and sensitive
5793         (gtk_tree_item_subtree_button_click): changed type to gint, and return
5794         TRUE if sensitive
5795
5796         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
5797         return TRUE
5798
5799 2001-03-23  Havoc Pennington  <hp@redhat.com>
5800
5801         * gtk/testgtk.c: fix warnings
5802
5803         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
5804
5805         * gtk/gtktextview.c: fix warnings
5806
5807         * gtk/gtktext.c (find_cursor_at_line): fix warning
5808
5809         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
5810
5811         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
5812         of this function
5813
5814         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
5815         fix warning
5816
5817         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
5818
5819         * gtk/gtkfontsel.c: fix warning
5820
5821         * gtk/gtkcolorsel.c: fix warnings
5822
5823 2001-03-23  Havoc Pennington  <hp@redhat.com>
5824
5825         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
5826
5827         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
5828
5829         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
5830         and deprecated gtk_check_menu_item_set_show_toggle().
5831         
5832         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
5833
5834         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
5835
5836         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
5837
5838 2001-03-23  Havoc Pennington  <hp@redhat.com>
5839
5840         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
5841         some docs
5842
5843 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
5844
5845         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
5846         this.
5847
5848         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
5849         set_cell to set_value
5850
5851         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
5852         set_cell to set_value
5853
5854 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
5855
5856         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
5857         fix braino.
5858         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
5859         support.
5860
5861         * gtk/gtktreeview.c: Addition of initial sortable support.
5862
5863         * gtk/gtktreestore.c: Addition of initial sortable support.
5864
5865         * gtk/gtkliststore.c: Addition of initial sortable support.
5866
5867         * gtk/gtkmarshal.list: yet another marshaller.
5868
5869         * gtk/gtktreedatallist.[ch]: shared code between the store models
5870         for handling sorting headers.
5871
5872 2001-03-22  Havoc Pennington  <hp@redhat.com>
5873
5874         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
5875         (gtk_container_unset_focus_chain): Add ability to override the 
5876         focus chain for a container explicitly
5877
5878 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
5879
5880         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
5881         added PROP_MNEMONIC_WIDGET.
5882
5883         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
5884         (gtk_window_remove_mnemonic): 
5885         (gtk_window_add_mnemonic): fixed assertions.
5886         (gtk_window_activate_mnemonic): constrain modifier checks to those
5887         permitted by gtk_accelerator_get_default_mod_mask().
5888         got rid of gtk_window_get_default_accel_group().
5889
5890         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
5891         activatable widgets either by focussing or a warning.
5892         added a signal accumulator to ::activate_mnemonic which stops the
5893         emission once a handler returned TRUE.
5894
5895 2001-03-22  Havoc Pennington  <hp@pobox.com>
5896
5897         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
5898         the stock item label
5899
5900         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
5901
5902         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
5903
5904         * demos/gtk-demo/*.c: Add mnemonics all over the place
5905
5906         * gtk/gtklabel.h: mark parse_uline deprecated
5907
5908 2001-03-21  Alexander Larsson  <alexl@redhat.com>
5909
5910         * gtk/gtkitemfactory.[ch]:
5911         Add support for stock and normal imagemenuitems.
5912         
5913         * gtk/testgtk.c:
5914         Add some tests for mnemonics, stock toolbars, stock
5915         and image menuitems in itemfactory and gdk_window_scroll.
5916
5917 2001-03-21  Alexander Larsson  <alexl@redhat.com>
5918
5919         * gtk/gtkbutton.[ch]:
5920         * gtk/gtkdialog.c:
5921         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
5922         removed accel_group argument. Renamed gtk_button_new_accel() to
5923         gtk_button_new_with_mnemonic() and removed accel_group argument.
5924
5925         * gtk/gtkcheckbutton.[ch]:
5926         New function gtk_check_button_new_with_mnemonic().
5927
5928         * gtk/gtkentry.c:
5929         Override activate_mnemonic and just grab focus.
5930
5931         * gtk/gtkitemfactory.c:
5932         Don't add menu uline accel group, instead use mnemonics support.
5933
5934         * gtk/gtklabel.[ch]:
5935         New support for mnemonics.
5936
5937         * gtk/gtkmarshal.list:
5938         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
5939
5940         * gtk/gtkmenu.[c]:
5941         * gtkmenushell.c:
5942         Use mnemonics instead of accel groups for uline
5943         support in menu items.
5944         Removed gtk_menu_get_uline_accel_group() and
5945         gtk_menu_ensure_uline_accel_group().
5946
5947         * gtk/gtkmenuitem.c:
5948         Override activate_mnemonic to handle switching between
5949         menu items if there are collisions.
5950         
5951         * gtk/gtknotebook.c:
5952         Connect to activate_mnemonic on the tab_label, so that
5953         activating it switches to that notebook page.
5954
5955         * gtk/gtkwidget.[ch]:
5956         Add activate_mnemonic signal. New function
5957         gtk_widget_activate_mnemonic() to emit it.
5958         Default implementation does activate/grab_focus.
5959
5960         * gtk/gtkwindow.[ch]:
5961         Add support for mnemonics in windows.
5962         New functions:
5963         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
5964         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
5965
5966         * gtk/testgtk.c:
5967         Update to function name changes.
5968         
5969 2001-03-21  Alexander Larsson  <alexl@redhat.com>
5970
5971         * gtk/gtkimagemenuitem.[c]:
5972         Add gtk_image_menu_item_new_from_stock()
5973
5974 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
5975
5976         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
5977         Fix buglet in meeting.
5978
5979 2001-03-19  Havoc Pennington  <hp@redhat.com>
5980
5981         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
5982         add a bunch of accessor functions. This is because we have
5983         reasonable expectations of extending what fields it contains in
5984         the future.
5985
5986         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
5987         changes
5988
5989         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
5990         GtkIconSource   
5991
5992 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
5993
5994         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
5995         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
5996
5997         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
5998           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
5999           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
6000           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
6001         Change float to double everywhere with the exception of 0<->1.0 alignment
6002         and GtkCurve.
6003
6004 2001-03-19  Tor Lillqvist  <tml@iki.fi>
6005
6006         * gdk/win32/gdkdrawable-win32.c
6007         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
6008         output.
6009
6010         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
6011         gdkwin32.h.
6012
6013 2001-03-18  Tor Lillqvist  <tml@iki.fi>
6014
6015         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
6016         print_event_state, print_event): Use preprocessor macro to make
6017         code more compact. Print also GDK_WINDOW_STATE events.
6018         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
6019         
6020         * gtk/gtk.def
6021         * gtk/makefile.mingw.in: Update.
6022
6023         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
6024         to catch also Cygwin.
6025
6026 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
6027
6028         * gtk/gtkspinbutton.[hc]: added rc-style argument
6029         GtkSpinButton::shadow_type.
6030         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
6031         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
6032         rc-style settings.
6033
6034         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
6035
6036         * gtk/gtkwidget.c: quark cleanups.
6037
6038         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
6039         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
6040         to create_rc_style() (we don't do cloning in standard OO sense).
6041         added per rc style properties.
6042         
6043         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
6044         property values and for caching those. some cleanups.
6045         
6046         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
6047         
6048         * gtk/gtksettings.[hc]: new file for global rc-file properties
6049         (at least currently, should get extended to support X properties
6050         and other communication mechanisms).
6051         
6052         * gtk/gtkwidget.[hc]: added style property support:
6053         (gtk_widget_class_install_style_property_parser): install style
6054         property pspec with parser function for rc-file values other
6055         than LONG, DOUBLE or STRING.
6056         (gtk_widget_class_install_style_property): same as above without
6057         parser (parsers are going to be needed quite infrequently).
6058         (gtk_widget_style_get_property): retrive style property value.
6059         (gtk_widget_style_get_valist): same as above with varargs support,
6060         has NOCOPY semantics.
6061         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
6062
6063 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
6064
6065         * demos/gtk-demo/main.c (row_activated_cb): modified to use
6066         "row_activated" signal.
6067
6068         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
6069         stupidity.  Lets actually pass in the row with this signal...
6070
6071 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
6072
6073         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
6074
6075         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
6076
6077         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
6078         everything into the ::destroy function, and freed a lot more.
6079
6080 2001-03-16  Havoc Pennington  <hp@redhat.com>
6081
6082         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
6083         instead of gint16, to avoid overflow issues, since sizes > 16-bit
6084         are now allowed.
6085
6086 2001-03-16  Havoc Pennington  <hp@redhat.com>
6087
6088         * Applied patch from Nils Barth (bug # 51041) to 
6089         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
6090         in various places.
6091
6092 2001-03-15  Havoc Pennington  <hp@redhat.com>
6093         
6094         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
6095         for properties to set on the tag.
6096
6097         * gtk/testtext.c: fixups to reflect create_tag change
6098         
6099         * gtk/gtktexttag.c (gtk_text_tag_set_property):
6100         background/foreground stipple are objects, not boxed.
6101
6102         * demos/gtk-demo/textview.c: intellihancing
6103
6104 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
6105
6106         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
6107         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
6108
6109 2001-03-16  Alexander Larsson  <alexl@redhat.com>
6110
6111         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
6112         Fix sign error with queued region translations.
6113
6114 2001-03-15  HideToshi Tajima  <tajima@happy>
6115
6116         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
6117         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
6118         * gtk/gtkentry.c (update_im_cursor_location): 
6119         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
6120         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
6121         set_cursor_pos to set_cursor_location in GtkInputContext class
6122
6123 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
6124
6125         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
6126         the location of the cell relative to its area.
6127         * gtk/gtkcell*: modified for above change
6128         * gtk/gtktreeview.c: modified for above change.
6129
6130 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
6131
6132         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
6133          (gtk_tree_view_finalize): actually unref the model.  Thanks to
6134         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
6135
6136 2001-03-14  Havoc Pennington  <hp@redhat.com>
6137
6138         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
6139         
6140         * gtk/gtk.h: remove gtkdata.h
6141
6142         * gtk/Makefile.am: remove gtkdata
6143         
6144         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
6145         not "disconnect" on the adjustments.
6146         
6147         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
6148         GtkData
6149
6150         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
6151         not GtkData
6152
6153         * configure.in: handle case where X render exists, but Pango lacks
6154         Xft support.
6155
6156 2001-03-15 Alexander Larsson  <alexl@redhat.com>
6157
6158         * gtk/gtktoolbar.[ch]:
6159         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
6160         to add stock items to toolbars.
6161
6162         * gtk/Makefile.am:
6163         Remove ../gdk/gdkim.h from gdk_headers.
6164
6165 2001-03-15  Sven Neumann  <sven@gimp.org>
6166
6167         * gdk/gdkim.h: removed
6168         
6169         * gdk/gdkprivate.h
6170         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
6171
6172 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
6173
6174         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
6175         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
6176         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
6177         set_cursor_pos() virtual method
6178
6179         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
6180         (gtk_im_context_xim_set_cursor_pos): add implementation for
6181         set_cursor_pos() method
6182
6183         * gtk/gtkentry.c (recompute_idle_func): set current cursor
6184         position to input methods
6185
6186 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
6187
6188         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
6189         code a lot.
6190
6191         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
6192         g_mem_chunk.
6193         (_gtk_tree_data_list_alloc): use g_mem_chunk.
6194         (_gtk_tree_data_list_node_to_value): Fix to switch on
6195         G_TYPE_FUNDAMENTAL.
6196         (_gtk_tree_data_list_value_to_node): Fix to switch on
6197         G_TYPE_FUNDAMENTAL.
6198         (_gtk_tree_data_list_node_copy): Fix to switch on
6199         G_TYPE_FUNDAMENTAL.
6200
6201 2001-03-12  Havoc Pennington  <hp@redhat.com>
6202
6203         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
6204         to convert to new property API. Also, change default_width and
6205         default_height get_property to return 0 as the flag value for
6206         "unset"; -1 is not a valid value for these fields.
6207
6208 2001-03-12  Havoc Pennington  <hp@redhat.com>
6209
6210         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
6211         enum with registration for icon sizes, instead of strings.
6212
6213         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
6214         gtkwidget.c: Fix to reflect GtkIconSize
6215         
6216 2001-03-12  Alexander Larsson  <alexl@redhat.com>
6217
6218         Make GtkFB compile and link.
6219         
6220         * gdk/linux-fb/gdkdrawable-fb2.c:
6221         window->mapped to GDK_WINDOW_IS_MAPPED(). 
6222         
6223         * gdk/linux-fb/gdkwindow-fb.c:
6224         window->mapped to GDK_WINDOW_IS_MAPPED(). 
6225         Added gdk_window_shape_combine_region.
6226         Added assorted placeholders for unimplemented new GdkWindow API calls.
6227
6228 2001-03-12  Alexander Larsson  <alexl@redhat.com>
6229
6230         * gtk/gtkfilesel.c:
6231         Add more test when converting filenames from/to utf-8.
6232         Don't allow entering text in the filename entry which isn't allowed in
6233         a filename. Just beep instead.
6234
6235 2001-03-12  Alexander Larsson  <alexl@redhat.com>
6236
6237         * gtk/gtkclist.c:
6238         Scroll using gdk_window_scroll(). Don't wait for exposes.
6239         Move the column headers in an order that makes them flash less.
6240
6241 2001-03-10  Hans Breuer  <hans@breuer.org>
6242
6243         * gdk/gdk.def : updated
6244
6245         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
6246         to offseting the clip_mask at the right place
6247
6248         * gdk/win32/gdkwindow-win32.c : don't create background brushes
6249         for all the gdkClasses, especially not for the input_only case.
6250         Otherwise flickering wont be avoidable, because we don't get
6251         WM_ERASEBKGND message for these windows.
6252
6253         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
6254         and fixed massive redraw problems apparently triggered by Alexanders 
6255         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
6256         but it seems to work quite well :-)
6257
6258         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
6259         prototype
6260
6261 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
6262
6263         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
6264         (gtk_list_store_set_cell): Fix a stupid typo.
6265
6266 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
6267
6268         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
6269         select_all not work if you're in SINGLE mode (it doesn't make that
6270         much sense, anyway.)
6271
6272         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
6273         handle types more sanely.
6274         (_gtk_tree_data_list_value_to_node): handle types more sanely.
6275         (_gtk_tree_data_list_node_copy): handle types more sanely.
6276
6277         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
6278         GValue better. Converts the type as well.
6279
6280         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
6281         GValue better. Converts the type as well.
6282
6283 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
6284
6285         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
6286         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
6287         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
6288         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
6289
6290         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
6291         gdk_im/gdk_ic.
6292
6293 2001-03-09  Hans Breuer  <hans@breuer.org>
6294
6295         * gdk/gdk.def : updated
6296
6297         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
6298         for their palette
6299
6300         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
6301         removing
6302
6303         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
6304         removing and implemented Havoc's GdkWindow state functions; 
6305         stick/unstick only as no-op, cause I don't know how to emulate 
6306         on win32 ...
6307
6308         * gtk/gtk.def : updated
6309
6310         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
6311
6312         * gtk/gtktypeutils.c : #include <string.h>
6313
6314         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
6315
6316 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
6317
6318         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
6319         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
6320         not a boxed.
6321
6322 2001-03-09  Alexander Larsson  <alexl@redhat.com>
6323
6324         * docs/Changes-2.0.txt:
6325         Document expose event->region change and that gtk_widget_event
6326         doesn't allow passing expose events.
6327
6328         * gdk/gdkevents.h:
6329         Add region to expose event.
6330         
6331         * gdk/gdkevents.c:
6332         Handle event->region in gdk_event_copy() and gdk_event_free().
6333
6334         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
6335         Generate expose_event->region when creating expose events.
6336
6337         * gdk/x11/gdkevents-x11.c:
6338         Generate expose events with regions when translating X events.
6339
6340         * gtk/gtkcontainer.[ch]:
6341         Default expose handler that propagates expose events to NO_WINDOW
6342         children. New function gtk_container_propagate_expose()
6343
6344         * gtk/gtkwidget.[ch]:
6345         Moved gtk_widget_event implementation to gtk_widget_event_internal.
6346         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
6347         expose events. New function gtk_widget_send_expose() to send expose
6348         events. New function gtk_widget_region_intersect() to calculate
6349         window/region intersections.
6350         
6351         * gtk/gtkmain.c (gtk_main_do_event):
6352         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
6353         Use gtk_widget_send_expose() to send expose events.
6354         
6355         * gtk/gtkbin.c:
6356         * gtk/gtkbox.c:
6357         * gtk/gtkfixed.c:
6358         * gtk/gtkimagemenuitem.c:
6359         * gtk/gtklist.c:
6360         * gtk/gtkpacker.c:
6361         * gtk/gtktable.c:
6362         * gtk/gtktree.c:
6363         Remove expose handler, using the default container implementation
6364         instead.
6365         
6366         * gtk/gtkbutton.c:
6367         * gtk/gtkcheckbutton.c:
6368         * gtk/gtkeventbox.c:
6369         * gtk/gtkfixed.c:
6370         * gtk/gtkhandlebox.c:
6371         * gtk/gtklayout.c:
6372         * gtk/gtklistitem.c:
6373         * gtk/gtkmenu.c:
6374         * gtk/gtkmenubar.c:
6375         * gtk/gtkmenuitem.c:
6376         * gtk/gtknotebook.c:
6377         * gtk/gtkoptionmenu.c:
6378         * gtk/gtkpaned.c:
6379         * gtk/gtkscrolledwindow.c:
6380         * gtk/gtktogglebutton.c:
6381         * gtk/gtktoolbar.c:
6382         * gtk/gtktreeitem.c:
6383         * gtk/gtkviewport.c:
6384         Chain expose handler to parent class handler. Use
6385         gtk_container_propagate_expose() to propagate exposes.
6386
6387         * gtk/gtkclist.c (check_exposures):
6388         * gtk/gtktext.c (process_exposes):
6389         Use gtk_widget_send_expose instead of gtk_widget_event.
6390
6391 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
6392
6393         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
6394
6395 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
6396
6397         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
6398         unref the nodes.   Fixes bug #50058.
6399
6400         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
6401         "::ref_iter" to "::ref_node".
6402         (gtk_tree_model_unref_node): change "::unref_iter" to
6403         "::unref_node". Fixes bug #50064.
6404
6405 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
6406
6407         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
6408         support for invisible cells.
6409          (gtk_tree_view_bin_expose): ditto
6410
6411 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
6412
6413         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
6414         on gobjects.
6415
6416         * tests/testtreefocus.c (main): New test file.
6417
6418         * tests/testtreeview.c: update to latest glib changes.
6419
6420         * tests/testtreecolumns.c: update to latest glib changes.
6421
6422 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
6423
6424         * gtk/testgtk.c: re-enabled event watcher emission hooks.
6425
6426 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
6427
6428         * *.c: added accumulator data argument to g_signal_newc()
6429         functions.
6430
6431         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
6432         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
6433         * gtk/treestoretest.c (make_window):
6434         s/g_signal_connect/g_signal_connectc/.
6435
6436         * gtk/gtktextbuffer.c: completed signal arg fixups,
6437         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
6438
6439 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
6440
6441         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
6442         G_CONST_RETURN.
6443
6444         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
6445         ::hierarchy-changed signal when a widget changes
6446         from anchored to unanchored or vice versa.
6447         (anchored means 
6448          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
6449         Use a private flag to keep track of this efficiently.
6450
6451 2001-03-07  Havoc Pennington  <hp@redhat.com>
6452
6453         * gtk/testgtk.c (create_spins): uglify so that size request gets
6454         tested.
6455
6456         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
6457         request on values for upper/lower, completes #6152
6458
6459 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
6460
6461         * Makefile.am: Remove gtk-config-2.0 again.
6462         (Grrrr, pkg-config. And stops make loops.)
6463
6464 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
6465
6466         * gtk/gtksignal.[hc]: removed old emission hook API.
6467         
6468         * docs/Changes-2.0.txt: fixed sections.
6469         
6470         * gtk/gtktextbuffer.c: signal arg fixups.
6471
6472 2001-03-07  Havoc Pennington  <hp@redhat.com>
6473
6474         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
6475
6476         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
6477         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
6478         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
6479         validation and the redraw which is higher priority than the
6480         validation.
6481
6482 2001-03-07  Havoc Pennington  <hp@redhat.com>
6483
6484         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
6485         (gtk_entry_set_property): remove trailer
6486
6487         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
6488         (gtk_entry_get_width_chars): new functions, to set size request to 
6489         a given number of characters
6490
6491         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
6492
6493         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
6494         (gtk_dialog_get_has_separator): new function
6495         (run_delete_handler): fix to not emit "response" signal
6496         because we already did in the delete event handler installed
6497         at dialog creation time.
6498         
6499         * gtk/gtkdialog.h: add a has_separator property,
6500         add GTK_DIALOG_NO_SEPARATOR flag
6501
6502 2001-03-07  Havoc Pennington  <hp@redhat.com>
6503
6504         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
6505         off decorations for a window.
6506
6507         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
6508         changes
6509
6510         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
6511         to get location of PangoLayout inside the label, closes #51198
6512
6513         * gtk/testgtk.c (create_bbox): fix up button box usage
6514
6515         * gtk/testcalendar.c (create_calendar): fix up button box usage
6516
6517         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
6518
6519         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
6520
6521         * gtk/gtkhbbox.h: deprecations
6522
6523         * gtk/gtkvbbox.h: deprecations
6524
6525         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
6526         emulate deprecated gtk_button_box_get_spacing
6527
6528         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
6529         the "set global default" functions
6530         (struct _GtkButtonBox): remove "spacing" field, use the one from 
6531         GtkBox base class
6532
6533         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
6534
6535         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
6536         render the icon, return the missing image icon.
6537
6538         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
6539         image icon if the load fails.   
6540
6541         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
6542         when no image is found; should be the Netscape "missing image"
6543         icon eventually but for now is a random image
6544
6545         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
6546         role for the session manager
6547
6548         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
6549
6550         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
6551         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
6552
6553         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
6554
6555 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
6556
6557         * gtk/*.c: marshaller fixes.
6558         
6559         * gtk/gtkmarshal.list: extreme cleanup.
6560
6561         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
6562         param spec for now.
6563
6564         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
6565         where appliable.
6566
6567         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
6568         special cased autogenerated boxed types from gtktypebuiltins_ids.c
6569         which are not reference counted:
6570         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
6571         PangoFontDescription, GtkTreeIter and GtkTreePath.
6572
6573 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
6574
6575         * gtk/gtktreeselection.h: 
6576         * gtk/gtktreemodel.c:
6577         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
6578         file should be included directly, and gobject/gmarshal.h
6579         as well as gtk/gtkmarshal.h even can't be included directly.
6580
6581         * Makefile.am: grr, install gtk-config-2.0.
6582
6583         * gtk/testgtk.c:
6584         * gtk/simple.c:
6585         * gtk/gtkmenu.c:
6586         * gtk/gtkitemfactory.c: use g_object_connect() instead of
6587         passing "*signal*::*" args to gtk_widget_set().
6588         
6589         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
6590         
6591         * gtk/*.c: removed trailer arg from property setters and getters.
6592         macro fixups.
6593
6594 2001-03-07  Alexander Larsson  <alexl@redhat.com>
6595
6596         * gtk/gtklabel.c (set_markup): Removed warning
6597
6598 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
6599
6600         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
6601         field to allow you to hide cell renderers.
6602
6603         * gtk/gtkcellrenderer.c: Add support for invisible cells.
6604
6605         * gtk/gtktreeview.c: Add support for invisible cells.
6606
6607 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
6608
6609         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
6610         Add "clicked" signal back to columns.
6611
6612         * ChangeLog: remove conflict markers.
6613
6614 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
6615
6616         * gtk/gtkbutton.c: Add animation of activation by, on 
6617         activate, pressing the button, and adding a timeout that 
6618         releases the button after 250ms or on key release and
6619         emits ::clicked. (#51501)
6620
6621         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
6622         action area, we connect to ::clicked instead of ::activate
6623         so the dialog stays up through the animation.
6624
6625 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
6626
6627         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
6628         check the ignore_enter flag for the menu shell that
6629         the item is actually a child of, not for attached
6630         submenus. (#51536)
6631
6632 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
6633
6634         * gtk/gtkmain.c (gtk_propagate_event): Only do special
6635         special key-press grab handling for widgets within
6636         GtkWindows. Otherwise, fall through to normal case.
6637
6638         This prevents key events being sent twice to GtkInvisible
6639         widgets, which can cause all sorts of mischief.
6640
6641 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
6642
6643         * gtk/gtkmain.c (gtk_propagate_event): When a grab
6644         widget is in effect, give the grab widget a first
6645         crack at KEY_PRESS/RELEASE events. (#424)
6646
6647 2001-03-06  James Henstridge  <james@daa.com.au>
6648
6649         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
6650         offset for the window_state_event to point at window_state_event
6651         rather than no_expose_event.
6652
6653 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
6654
6655         * gtk/gtkimmodule.h: fix busted /* comment */
6656
6657 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
6658
6659         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
6660         object properties.
6661
6662 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
6663
6664         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
6665         add object properties.
6666
6667         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
6668         to add object properties.
6669
6670         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
6671         object properties.
6672
6673         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
6674         add object properties.
6675
6676         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
6677         object properties.
6678
6679 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
6680
6681         * gtk/gtktreemodel.c: renamed "child_toggled" to
6682         "has_child_toggled".
6683
6684         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
6685         handle new signal name.
6686
6687         * gtk/gtktreestore.c: Updated to handle new signal name.
6688         * gtk/gtklisttore.c: Updated to handle new signal name.
6689         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
6690
6691 2001-03-05  Alexander Larsson  <alexl@redhat.com>
6692
6693         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
6694         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
6695
6696 2001-03-05  Michael Natterer  <mitch@gimp.org>
6697
6698         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
6699         pixbuf-engine coincidentially also failed to make one of it's
6700         parent_class pointers static, causing overwriting of GtkLabel's
6701         parent_class pointer in pixbuf_style_class_init().
6702         (Will commit the fix to the pixbuf-engine too).
6703
6704 2001-03-05  Alexander Larsson  <alexl@redhat.com>
6705
6706         * gdk/gdkwindow.h:
6707         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
6708         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
6709         gdk_window_set_icon_list for net wmspec functionality.
6710
6711         * gdk/x11/gdkwindow-x11.c:
6712         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
6713         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
6714         gdk_window_set_icon_list.
6715         Added gdk_wmspec_change_state helper function and used it in the code.
6716         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
6717
6718         * gtk/gtkdialog.c (gtk_dialog_init):
6719         Set GDK_WINDOW_TYPE_HINT_DIALOG.
6720
6721         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
6722         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
6723
6724         * gtk/gtkwindow.c:
6725         new function gtk_window_set_type_hint.
6726         On realize, set type hint and modal hint.
6727
6728         * gtk/gtkwindow.h:
6729         Added type_hint field and gtk_window_set_type_hint.
6730
6731 2001-03-05  Alexander Larsson  <alexl@redhat.com>
6732
6733         * gtk/gtklabel.[ch]:
6734         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
6735         New function gtk_label_get_accel_keyval () to get the underline accelerator
6736         of the label. Setting the label pattern overrides other attributes.
6737
6738 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
6739
6740         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
6741         Added missing initializers to gtk_rc_style_init().
6742
6743 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
6744
6745         * gtk/gtktextview.c: fixed bug #51097 about setting 
6746         gtk_text_view_set_border_window_size() if the widget is 
6747         already realized.
6748
6749 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
6750
6751         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
6752
6753         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
6754         comment. Won't do to have duplicated doc comments between
6755         the platform subdirs.
6756
6757 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
6758
6759         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
6760           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
6761
6762         Detectable auto-repeat - make a repeating key generate
6763         press/press/press/release instead of press/release pairs.
6764
6765         If we have Xkb and XkbSetDectableAutoRepeat supports
6766         that, we do it that way. Otherwise, when we get
6767         a release event, we check ahead with XPending to see
6768         if the next key is a KeyPress with the same keycode
6769         and timestamp. (Not 100% reliable, but pretty close.)
6770           
6771 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
6772         
6773         * gtk/gtkmain.c (gtk_propagate_event): Only do special
6774         special key-press grab handling for widgets within
6775         GtkWindows. Otherwise, fall through to normal case.
6776  
6777         This prevents key events being sent twice to GtkInvisible
6778         widgets, which can cause all sorts of mischief.
6779  
6780 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
6781  
6782         * gtk/gtkmain.c (gtk_propagate_event): When a grab
6783         widget is in effect, give the grab widget a first
6784         crack at KEY_PRESS/RELEASE events. (#424)
6785  
6786 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
6787
6788         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
6789         to extend the selection. (Roughly based on patch
6790         from Jay Cox, #50939)
6791
6792         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
6793         to properly handle previous GDK_BUTTON_PRESS. 
6794         (Patch from Jay Cox, #50938)
6795
6796         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
6797         '\0' back along with the deleted text. (#51148)
6798
6799 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
6800
6801         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
6802         the group when extracting it from the X keyboard event.
6803
6804         * modules/input/Makefile.am modules/input/imipa.c: 
6805         Simple module for entering IPA. (Do we need a 
6806         gtk-stupid-input-tricks CVS module?)
6807
6808 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
6809
6810         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
6811         const.
6812
6813         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
6814
6815         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
6816         is no focus widget for the dialog currently, grab the focus as well
6817         as the default.
6818
6819         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
6820         the action area's children to iterate through, not the
6821         dialog's children.
6822
6823 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
6824
6825         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
6826         Add plug-socket tests. (Won't work worth a darn until I commit
6827         the rest of the plug-socket changes, but no reason these
6828         can't go into CVS now.)
6829
6830 2001-03-02  Havoc Pennington  <hp@redhat.com>
6831
6832         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
6833         _gdk_region_get_xrectangles()
6834
6835         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
6836
6837         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
6838
6839         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
6840         function, contributed by Ron Steinke    
6841
6842         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
6843         gdk_net_wm_supports
6844
6845         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
6846         New function, contributed by Ron Steinke
6847
6848         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
6849         used to line up the text in the entry when using the entry for
6850         editable sheet cell hacks
6851
6852         * gtk/testgtk.c (create_entry): test the activate_default setting
6853         on GtkEntry
6854
6855         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
6856         cause the entry to activate the default button for a dialog when 
6857         activated
6858         (gtk_entry_get_activates_default): new function
6859
6860 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
6861
6862         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
6863         Hwang to move call to sync_selection() up a few lines
6864         to before the row list is modified, to fix crash when
6865         removing rows in the undo_selection list.
6866
6867         (Test case provided by Daniel Elstner:
6868
6869         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
6870
6871 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
6872
6873         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
6874         of tree->root_tree in parent_set rather than _map(), 
6875         fixing #50892 in a bit better manner.
6876
6877 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
6878
6879         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
6880
6881 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
6882
6883         * gtk/gtkstyle.c : Remove duplicate fwd decl for
6884         gtk_default_draw_shadow.
6885
6886 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
6887
6888         * gdk/gdkimage.c (gdk_image_new): Remove excess 
6889         warning, make warnings more verbose, treat a error
6890         in shmat as permanent, and don't try again.
6891         (#51163, Ed Randall.)
6892
6893 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
6894
6895         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
6896         delay for the first click before starting to scroll.
6897         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
6898
6899         * gtk/gtktext.c: GtkText should have I-beam cursor. 
6900         (based on gtk-enf-990513-1.patch, Eric Fisher.)
6901
6902 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
6903
6904         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
6905         cleanup to remove some references to unused
6906         ->xoffset, ->yoffset.
6907
6908 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
6909
6910         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
6911         mask. (#51039, fix from Martin Maierhofer)
6912
6913 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
6914
6915         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
6916         for unshifted + and shifted = for non-us keyboards.
6917         Make <Control>+ and <Control>- work as well as 
6918         <Control>KP_Plus, <Control>KP_Minus for recursive
6919         open/close.  (#2682, René Seindal)
6920
6921 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
6922
6923         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
6924         the active menu item before deactivating the menu,
6925         so gtk_menu_popdown doesn't change the history. (#50964)
6926         
6927 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
6928
6929         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
6930         draw lines with text_gc rather than black_gc.
6931         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
6932
6933 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
6934
6935         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
6936         Move handling of buttons fully in gtktreeviewcolumn.  This code is
6937         less interrelated then it was, but it still requires the
6938         GtkTreeView to map it.
6939
6940         * test/testtreecolumn.c: Now I can add a column to one view,
6941         remove it, add it to the another view, remove it, then re-add it
6942         to the first.  Nifty.
6943
6944 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
6945
6946         * docs/tutorial/gtk-tut.sgml: Minor corrections
6947
6948 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
6949
6950         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
6951         GtkRowReference.
6952
6953 2001-02-28  Havoc Pennington  <hp@redhat.com>
6954
6955         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
6956         draw_default
6957         (gtk_widget_draw_focus): remove this function; we could instead
6958         make it just gtk_widget_draw(), but in most cases I think the
6959         result would be broken user code, so think it's better to have
6960         that code not compile and get fixed
6961         (gtk_widget_draw_default): ditto
6962
6963         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
6964         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
6965         
6966         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
6967         widgets lose/get the default, instead of calling draw_default
6968         
6969         * docs/Changes-2.0.txt: note about all this
6970
6971         Then fixed every widget in GTK, I won't list all the filenames.
6972
6973 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
6974
6975         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
6976         _gtk_tree_row_reference_deleted.
6977         (inserted_callback): Proxy out to
6978         _gtk_tree_row_reference_inserted.
6979         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
6980         get around signal emission ordering problem.
6981
6982         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
6983         fix to work with SINGLE 
6984         (_gtk_tree_selection_internal_select_node): Major sanitization on
6985         selections.  SINGLE now seems to work.
6986
6987         * tests/Makefile.am: add testtreecolumn.c:
6988
6989         * tests/testtreecolumn.c: New test.  Mostly points out selection
6990         bugs currently, but will test columns later.
6991
6992         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
6993         selection bug.  I hate touching this code -- it's scary.
6994
6995 2001-02-26  Havoc Pennington  <hp@redhat.com>
6996
6997         * gtk/testgtk.c: test the window state stuff
6998
6999         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
7000         window come to the user's attention as if it were just created
7001         (gtk_window_iconify): new function
7002         (gtk_window_deiconify): new function
7003         (gtk_window_stick): new function
7004         (gtk_window_unstick): new function
7005         (gtk_window_maximize): new function
7006         (gtk_window_unmaximize): new function
7007
7008         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
7009
7010         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
7011
7012         * gdk/x11/gdkevents-x11.c: create window state events when
7013         appropriate
7014         (gdk_wmspec_supported): new function
7015
7016         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
7017         iconification before showing the window
7018         (gdk_window_deiconify): new function
7019         (gdk_window_stick): new function
7020         (gdk_window_unstick): new function
7021         (gdk_window_maximize): new function
7022         (gdk_window_unmaximize): new function
7023
7024         * gdk/gdkwindow.c: store the window state in the window; 
7025         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
7026         window->mapped.
7027         (gdk_window_get_state): return the current window state
7028
7029         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
7030         (gdk_event_get_state): handle GDK_WINDOW_STATE
7031         (gdk_synthesize_window_state): function to create the window state
7032         events
7033
7034         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
7035         event, for changes to "window state" such as maximized, sticky, 
7036         etc.
7037         
7038         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
7039         focuses a window
7040
7041         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
7042         finds out if we support a given WM spec hint
7043
7044 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
7045
7046         * docs/faq/gtk-faq.sgml: New question re memory leaks.
7047
7048 2001-02-25  Hans Breuer  <hans@breuer.org>
7049
7050         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
7051         cause we want to loose those prototypes only in the latter case
7052
7053         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
7054         GdkPixmapImplWin32 because it itsn't derived from it. Use the
7055         impl member variable instead
7056
7057         * gtk/gtk.def : updated
7058
7059         * gtk/gtklist.c : 
7060         * gtk/gtkmenus.c : include <string.h> for memset ()
7061
7062         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
7063         for everthing built here, but for gtk-x.x.dll only. This solves
7064         problem of indifferent gtk type definitions
7065
7066 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
7067
7068         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
7069
7070 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
7071
7072         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
7073         column that is exposed.
7074
7075         (_gtk_tree_view_update_size): Changed name from set_size, and
7076         changed function to do more work, and not force people calling it
7077         to figure out the size.  Simplifies a lot of code elsewhere.
7078
7079 2001-02-23  Alexander Larsson  <alexl@redhat.com>
7080
7081         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
7082         return solid masks for xpms that have no transparent color.
7083         This makes the ..._create_from_xpm... API backwards
7084         compatible.
7085
7086 2001-02-23  Tor Lillqvist  <tml@iki.fi>
7087
7088         * README.win32: Update. Mention the gtk-1-3-win32-production
7089         branch.
7090
7091         * gdk/win32/bdfcursor.c: New file. A program that generates
7092         xcursors.h. Thanks to Stefan Ondrejicka.
7093
7094         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
7095         compact format.
7096
7097         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
7098
7099         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
7100         function, uses xcursors.h.
7101         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
7102         cursor from inline data instead of using LoadCursor() to generate
7103         it from a resource.
7104
7105         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
7106         event, must check the Windows message for mouse button state, as
7107         the GDK event state might not have been built if it is
7108         undelivered. Remove one goto.
7109
7110         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
7111         SetCursor() if the current cursor as returned by GetCursor() is
7112         the window's previous cursor. The ChildWindowFromPoint() test
7113         apparently didn't work correctly.
7114
7115         * gdk/win32/rc/*.cur: Remove.
7116
7117         * gdk/win32/rc/gdk.rc.in: Remove cursors.
7118
7119         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
7120
7121         * gtk/makefile.{mingw,msc}.in: Updates.
7122
7123 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
7124
7125         * gtk/gtktreemodel.h: add functions for signal emission.
7126
7127         * gtk/gtktreestore.c: move to use above functions instead of
7128         g_signal_emit.
7129
7130         * gtk/gtkliststore.c: ditto
7131
7132 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
7133
7134         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
7135         GObject instead of GtkObject.
7136
7137         * gtk/gtkliststore.c: ditto.
7138
7139         * gtk/gtktreemodelsort.c: ditto.
7140
7141         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
7142         GtkTreeModelIface, instead of in each model.
7143
7144 2001-02-21  Havoc Pennington  <hp@redhat.com>
7145
7146         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
7147         unbreak this function
7148
7149         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
7150         properties
7151
7152         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
7153         properties
7154
7155         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
7156         properties
7157
7158         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
7159         mean unset the max length
7160
7161 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
7162
7163         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
7164         Changed name to be set_cell_data_func to make it clear what
7165         the functino does.  Close bug #51069.
7166
7167 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
7168
7169         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
7170         have memory actually freed.  Keeps box running longer.
7171
7172 2001-02-21  Alexander Larsson  <alexl@redhat.com>
7173         
7174         * gtk/gtkseparatormenuitem.[ch]:
7175         Added new menu separator item. The drawing and size handling
7176         is still done in GtkMenuItem, but the API is a bit more sane.
7177         
7178         * gtk/Makefile.am:
7179         Add gtkseparatormenuitem.[ch].
7180
7181         * gtk/gtk.h:
7182         Add gtkseparatormenuitem.h.
7183         
7184         * gtk/gtkentry.c:
7185         * gtk/gtkmenufactory.c:
7186         * gtk/gtktextview.c:
7187         Use the new API for menu separators.
7188         
7189         * demos/gtk-demo/menus.c (create_menu):
7190         Add some GtkSeparatorMenuItem demo code.
7191
7192 2001-02-20  Havoc Pennington  <hp@redhat.com>
7193
7194         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
7195         Lee Mallabone
7196
7197         * gtk/gtkarrow.c: Convert to new property API, patch from 
7198         Lee Mallabone
7199
7200 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
7201
7202         * tests/testtreeview.c (toggled_callback): fix to reflect change
7203         in GtkTreeModelStore.
7204
7205 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
7206
7207         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
7208         function to create an icon set from a pixbuf.
7209
7210 2001-02-20  Alexander Larsson  <alexl@redhat.com>
7211
7212         * gtk/gtkcellrenderertext.[ch]:
7213         Add a "markup" property.
7214
7215         * gtk/treestoretest.c:
7216         Use the markup property, remove some leftover stuff from
7217         GtkTreeModelMapping.
7218
7219 2001-02-20  Alexander Larsson  <alexl@redhat.com>
7220
7221         * gtk/gtklabel.c (gtk_label_set_selectable):
7222         Queue a redraw if the selectable setting was changed.
7223
7224 2001-02-20  Alexander Larsson  <alexl@redhat.com>
7225
7226         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
7227         Actually copy the whole gc, not just the public parts.
7228         
7229         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
7230         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
7231         labels.
7232
7233 2001-02-19  Havoc Pennington  <hp@pobox.com>
7234
7235         * gdk/gdkwindow.c: docs
7236
7237         * gdk/gdkrgb.c: docs
7238
7239         * gdk/gdkregion-generic.c: docs
7240
7241         * gdk/gdkgc.c (gdk_gc_set_values): docs
7242
7243         * gdk/gdkdraw.c: docs
7244
7245         * gdk/gdkdrawable.h: deprecate drawable get/set data
7246
7247 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
7248
7249         * demos/gtk-demo/dialog.c: Add simple new demo.
7250
7251 2001-02-19  Havoc Pennington  <hp@redhat.com>
7252
7253         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
7254         insert_child_anchor signal, bug #50245
7255
7256         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
7257         from create_child_anchor, so the anchor is passed in
7258
7259         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
7260         (_gtk_widget_segment_new): have the child anchor object passed in, 
7261         instead of creating it.
7262
7263         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
7264         to gtk_text_buffer_get_modified
7265
7266 2001-02-19  Havoc Pennington  <hp@redhat.com>
7267
7268         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
7269         changed GLib without fixing GTK
7270
7271         * gtk/gtkrange.h: Rename all the stupid implementation detail 
7272         functions to have an underscore in front. Most of them should 
7273         probably just go away, but for starters don't export them.
7274         Bug #50482
7275
7276 2001-02-19  Havoc Pennington  <hp@redhat.com>
7277
7278         * gdk/gdkcolor.h: test was backward, so deprecated functions were
7279         excluded by default
7280
7281         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
7282         clean up the old code a bit
7283
7284         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
7285         inconsistent state
7286
7287         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
7288         draw inconsistent state
7289
7290         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
7291         (create_menu): add inconsistent test
7292
7293         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
7294         new function
7295         (gtk_check_menu_item_get_inconsistent): new function
7296         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
7297         state (using etched in for now)
7298
7299         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
7300         draw inconsistent state
7301
7302         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
7303         function, used when the user has selected a range of stuff in
7304         different states
7305         (gtk_toggle_button_get_inconsistent): accessor for that
7306         (gtk_toggle_button_paint): draw inconsistent state (etched in?
7307         don't know what else to do)
7308
7309 2001-02-19  Hans Breuer <hans@breuer.org>
7310
7311         * gtk/gtk.def : updated exported symbols
7312
7313         * gtk/makefile.msc.in : updated
7314
7315         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
7316         a colormap, when invoked from testgtk::entry. I'm not sure where
7317         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
7318         avoids immediate crashing ...
7319
7320         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
7321         any objections ?
7322
7323         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
7324         0 parameter. At least msvc doesn't like macros with var args. 
7325         I simply removed the extra 0, was it a feature or a typo ?
7326
7327         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
7328         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
7329         because the value assignment to the internal struct wasn't working.
7330         I'm not absolutely sure. The problem could have been resolved by
7331         changing the "func" declartion in the struct, but was the pointer
7332         to the function pointer intended ?
7333
7334         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
7335
7336         * gdk/gdk.def : updated exported symbols
7337
7338         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
7339         only use SetDIBitsToDevice if there is a palette at the drawable
7340         and the image is GDK_VISUAL_PSEUDO_COLOR
7341
7342         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
7343
7344         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
7345
7346         * gdk/*/makefile.msc : updated
7347
7348 2001-02-19  Havoc Pennington  <hp@redhat.com>
7349
7350         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
7351         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
7352
7353         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
7354         (gdk_key_repeat_restore): nuke
7355
7356         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
7357         (gdk_init_check): no atexit func
7358
7359         * gdk/gdkrgb.h: mark some stuff deprecated
7360
7361         * gdk/gdkcolor.h: mark some stuff deprecated
7362         
7363         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
7364
7365         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
7366
7367 2001-02-16  Havoc Pennington  <hp@redhat.com>
7368
7369         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
7370         scroll steps.
7371
7372         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
7373         steps, and add Ctrl-arrow shortcuts for paging visually as with
7374         HScale, since Page Up and Page Down move logically.
7375
7376         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
7377         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
7378         
7379         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
7380         steps
7381         (gtk_range_scroll): handle the visual steps
7382
7383         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
7384         scroll steps
7385
7386         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
7387         steps, not the logical ones.
7388
7389         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
7390         (scroll_vertical): handle up/down steps
7391
7392 2001-02-19 Alexander Larsson  <alexl@redhat.com>
7393
7394         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
7395         Copy data and free data with free().
7396
7397         * gdk-pixbuf/gdk-pixbuf.c:
7398         * gdk-pixbuf/io-jpeg.c:
7399         * gdk-pixbuf/io-png.c:
7400         Use g_try_malloc/g_free instead malloc/free.
7401         
7402         * gdk-pixbuf/test-gdk-pixbuf.c:
7403         Must... initialize... gobject...
7404         
7405         * gdk-pixbuf/pixops/timescale.c:
7406         * gtk/gtkcalendar.c:
7407         Use g_malloc instead of malloc.
7408         
7409 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
7410
7411         * gtk/testgtkrc:
7412         Comment out property assignments, these don't work yet.
7413
7414 2001-02-17  Havoc Pennington  <hp@pobox.com>
7415
7416         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
7417         bit.
7418
7419 2001-02-17  Havoc Pennington  <hp@pobox.com>
7420
7421         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
7422         shadowed variables that had broken size request in some cases,
7423         leading to bogus tooltips (#50996)
7424
7425 2001-02-06  Jon K Hellan  <hellan@acm.org>
7426
7427         Implement fast browsing of tooltips, bug #50619
7428         
7429         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
7430         and last_popdown
7431         
7432         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
7433         use_sticky_delay and last_popdown.
7434         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
7435         time of popdown.
7436         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
7437         is NULL.
7438         (gtk_tooltips_recently_shown): New static function.  Return true
7439         if < sticky_delay has elapsed since last popdown.
7440         (gtk_tooltips_event_handler): Display window after sticky_delay
7441         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
7442         since last popdown.
7443         
7444 2001-02-17  Havoc Pennington  <hp@pobox.com>
7445
7446         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
7447         instead of (). #6394
7448
7449         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
7450         G_CONST_RETURN, make it return by reference, #50473
7451         
7452 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
7453
7454         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
7455         generated ENTER_NOTIFY event with 0, otherwise not explicitely
7456         setup fields contain garbage (e.g. subwindow, breaking
7457         gdk_drawable_ref() upon event copy).
7458         (gtk_menu_stop_navigating_submenu_cb): same here.
7459
7460         * gtk/gtklist.c (gtk_list_vertical_timeout): 
7461         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
7462         * gtk/gtkclist.c (vertical_timeout): 
7463         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
7464         default-zero-intialization for unions to memset(,0,), as unions are
7465         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
7466         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
7467
7468         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
7469         g_closure_sink() warning.
7470
7471         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
7472         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
7473         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
7474         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
7475         
7476 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
7477
7478         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
7479         gtk_*_store_get, and moved to GtkTreeModel.
7480
7481         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
7482
7483         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
7484
7485         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
7486
7487         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
7488         set the func.
7489
7490         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
7491         freeze/thaw notify between setting all the properties for a cell.
7492
7493         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
7494
7495 2001-02-15  Havoc Pennington  <hp@redhat.com>
7496
7497         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
7498         the X coordinates so they're with respect to the line, rather than 
7499         with respect to the layout.
7500
7501         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
7502         Mallabone
7503
7504         * gtk/testgtk.c (create_range_controls): add vscale tests, 
7505         and inverted test
7506
7507         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
7508         #50806
7509
7510         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
7511
7512         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
7513         gtk_text_iter_is_end
7514
7515         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
7516         rename gtk_text_buffer_get_end_iter
7517
7518         * gtk/testgtk.c (create_labels): Add test for selectable
7519
7520         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
7521         the selection stuff. This code is kind of broken since it doesn't 
7522         use the theme engine.
7523
7524         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
7525         fix infinite loop and y offset problem
7526         (gdk_draw_layout_line_with_colors): fix foreground color handling
7527
7528         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
7529         that makes the label selectable.
7530         
7531         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
7532         layout when the style is set, since fonts etc. could have changed.      
7533
7534 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
7535
7536         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
7537
7538         * gtk/gtktreemodelsimple.[ch]: removed.
7539
7540 2001-02-16  Alexander Larsson  <alexl@redhat.com>
7541
7542         * gtk/gtktreemodelmapping.[ch]:
7543         New files. Implement GtkTreeModelMapping.
7544         
7545         * gtk/Makefile.am:
7546         Add gtktreemodelmapping.[ch].
7547         
7548         * gtk/gtk.h:
7549         Add gtktreemodelmapping.h
7550
7551         * gtk/treestoretest.c:
7552         Test the GtkTreeModelMapping
7553
7554 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
7555
7556         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
7557         have a demo, we might as well pass in real values.  Thanks to
7558         clahey for pointing this out.
7559
7560 2001-02-14  Havoc Pennington  <hp@pobox.com>
7561
7562         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
7563         "static" to a private function
7564         (gtk_image_menu_item_class_init): remove destroy handler,
7565         add "image" object property
7566
7567 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
7568
7569         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
7570         Add a shortcut if the window and the current clip_region doesn't
7571         overlap. This is needed when there are a lot of windows in a
7572         window. The layout test in testgtk is a good test.
7573
7574         * gdk/linux-fb/gdkwindow-fb.c:
7575         Whitespace fix.
7576
7577 2001-02-13  Sven Neumann  <sven@convergence.de>
7578
7579         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
7580
7581 2001-02-13  Alexander Larsson  <alexl@redhat.com>
7582
7583         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
7584         Don't reference last_cursor if it is null. Fixes crash when rotating
7585         the screen before having moved the mouse.
7586
7587         * gdk/linux-fb/gdkcc-fb.c: Zapp!
7588
7589         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
7590
7591         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
7592         when using 90 or 270 degrees rotation.
7593
7594 2001-02-12  Havoc Pennington  <hp@pobox.com>
7595
7596         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
7597         it always set the foreground, even if we were only using
7598         a stipple.
7599         (gdk_draw_layout_line_with_colors): new function, allow
7600         override colors
7601         (gdk_draw_layout_with_colors): new function, allow override
7602         colors
7603         (gdk_pango_layout_line_get_clip_region): function to get the clip
7604         region for a logical text range
7605         (gdk_pango_layout_get_clip_region): get the clip region for a
7606         logical text range
7607
7608         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
7609         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
7610         the right number of arguments.
7611
7612         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
7613         enhance the function to check that node data corresponds to a 
7614         view still belonging to the tree.
7615
7616         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
7617         GtkTreePath
7618         (gtk_tree_view_inserted): ditto
7619         (gtk_tree_view_child_toggled): ditto
7620
7621         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
7622         simplify this code.
7623
7624         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
7625         a PangoAttrList
7626
7627         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
7628
7629         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
7630
7631         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
7632         size in the size request 
7633         (gtk_menu_bar_size_allocate): consider toggle size here
7634
7635         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
7636         that displays a widget in the toggle slot
7637
7638         * gtk/testgtk.c: test GtkImageMenuItem
7639
7640         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
7641         
7642         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
7643         request and allocation
7644
7645         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
7646
7647         * gtk/gtkcheckmenuitem.c
7648         (gtk_check_menu_item_toggle_size_request): ditto
7649         
7650 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
7651
7652         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
7653         reference.
7654
7655         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
7656         and refuse to initialize GTK+ if they fail.
7657
7658 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
7659
7660         * configure.in: Add check for gtk-doc version.
7661
7662 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
7663
7664         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
7665         where the xpad/ypad was only being used on one side!
7666
7667 2001-02-11  Tor Lillqvist  <tml@iki.fi>
7668
7669         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
7670         function, copied from X11 version.
7671
7672         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
7673         DestroyCursor failures. The reason for the problem (despite the
7674         inconsistent messages from GetLastError()) was that
7675         DestroyCursor() cannot be called while a cursor is set in a
7676         window. Set the new cursor first and then destroy the old one.
7677         Thanks to jpe@archaeopteryx.com.
7678
7679         * gdk/win32/gdkcc-win32.c: Remove.
7680
7681         * gdk/win32/Makefile.am: Remove from here, too.
7682         
7683         * gdk/gdk.def
7684         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
7685
7686         * gtk/gtk.def
7687         * gtk/makefile.mingw.in: Updates.
7688
7689 2001-02-08  Havoc Pennington  <hp@redhat.com>
7690
7691         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
7692         add a widget to a bin that already has a child.
7693
7694         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
7695
7696         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
7697         
7698         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
7699
7700         * gdk/gdk.h: remove gdkcc.h
7701
7702         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
7703
7704         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
7705         GdkPixbuf, since the previous implementation was GdkColorContext
7706         dependent.
7707
7708         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
7709         
7710 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
7711
7712         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
7713         a sane value!
7714
7715 2001-02-08  Havoc Pennington  <hp@redhat.com>
7716
7717         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
7718         lighten them.
7719
7720 2001-02-08  Havoc Pennington  <hp@redhat.com>
7721
7722         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
7723         validation idle
7724
7725         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
7726         cell renderer
7727
7728         * demos/pixbuf-demo.c (timeout): remove deprecated
7729         gtk_widget_draw
7730
7731         * demos/testpixbuf-save.c (main): remove deprecated
7732         gtk_drawing_area_size
7733
7734         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
7735         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
7736         at the start of the allocation.
7737         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
7738         unsetup or NULL model.
7739
7740         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
7741         even/odd/sorted cells in the tree view.
7742
7743         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
7744         bugfixes
7745
7746         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
7747         backgrounds with draw_flat_box using different detail for even/odd
7748         rows.
7749
7750         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
7751         row, so we can draw the alternating colors thing
7752
7753         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
7754         property from a synonym property, notify for the synonym.
7755         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
7756         (gtk_text_tag_get_property): Always return the font, even if
7757         all its fields aren't set
7758
7759         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
7760         store the attr list; it leaves us with no way to change attributes
7761         in _render according to the render flags, and no way to implement
7762         get_property. Instead store all the specific text attributes. 
7763         Separate whether an attribute is enabled from its value. Sync all
7764         properties with GtkTextTag, make them all consistent, etc.
7765
7766         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
7767         renderers can highlight the sort row/column     
7768
7769         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
7770         accessor functions to get values; this has the side effect of
7771         showing up which accessor functions were missing. Added those.
7772
7773         * gtk/gtktreeviewcolumn.h: Replace set_justification with
7774         set_alignment, to be consistent with GtkLabel, GtkMisc
7775
7776         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
7777         arrow.
7778
7779         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
7780
7781         * gtk/gtktreesortable.h: updates in here
7782
7783 2001-02-07  Sven Neumann  <sven@convergence.de>
7784
7785         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
7786         pango dimensions after painting the background. We used to draw
7787         gigantic flat boxes here.
7788
7789 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
7790
7791         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
7792         error introduced with earlier commit) (pointed out by
7793         Ollie Lho)
7794
7795 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
7796
7797         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
7798         which are no longer necessary.
7799
7800 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
7801
7802         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
7803
7804 2001-02-04  Tor Lillqvist  <tml@iki.fi>
7805
7806         * gdk/gdk.def
7807         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
7808         Provide dummy implementations.
7809
7810 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
7811
7812         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
7813
7814         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
7815         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
7816         deprecated this function.
7817
7818         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
7819         argument.
7820
7821 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
7822
7823         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
7824
7825 2001-02-03  Havoc Pennington  <hp@pobox.com>
7826
7827         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
7828         Mikael Hermansson with patch from Mikael (if there was a toggle
7829         start one after the first character in the range, this function
7830         was broken). Bug #50380
7831
7832 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
7833
7834         * configure.in: Remove confusing comment about X11.
7835
7836 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
7837
7838         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
7839         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
7840         
7841 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
7842
7843         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
7844         it breaks things on BSD. If you want to compile GTK+ with
7845         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
7846         when configuring, since GTK+ simply can't be "pure ANSI" 
7847         in the header files it uses. (#8170, Greg Hudson)
7848
7849 2001-02-02  Havoc Pennington  <hp@redhat.com>
7850
7851         * gtk/gtkwindow.c: docs
7852
7853         * gtk/gtkwidget.c: docs
7854         (gtk_widget_set_colormap): add a reference to the colormap
7855         (gtk_widget_get_default_colormap): add a reference to the colormap
7856
7857         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
7858
7859         * gtk/gtktextiter.c: docs
7860
7861         * gtk/gtkmain.c (gtk_propagate_event): docs
7862
7863         * gtk/gtkpaned.c (gtk_paned_get_position): docs
7864         (gtk_paned_set_position): docs
7865
7866         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
7867         sort interface, no implementation yet.
7868
7869         * demos/testpixbuf.c (new_testrgb_window): replace
7870         gtk_drawing_area_size() with gtk_widget_set_usize()
7871
7872         * demos/testpixbuf-drawable.c (main): ditto
7873         
7874         * gtk/testgtk.c: remove use of GtkStatusbarMsg
7875
7876         * gtk/gtktextbuffer.c: docs
7877
7878         * gtk/gtkstock.c: docs
7879
7880         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
7881
7882         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
7883
7884         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
7885         
7886         * gtk/gtkimage.c: add some docs in here
7887         (gtk_image_size_request): change name of
7888         gtk_widget_render_stock_icon
7889         (gtk_image_get_icon_set): don't dup returned string
7890         (gtk_image_get_icon_set): don't dup returned string
7891
7892         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
7893         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
7894         and gtkiconfactory.h functions
7895
7896         * gtk/gtkiconfactory.c: add some docs in here
7897
7898         * gtk/gtkmain.c (gtk_get_default_language): document
7899         (gtk_get_current_event): document
7900         (gtk_get_current_event_state): document
7901         (gtk_get_event_widget): document
7902
7903         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
7904
7905         * gtk/gtkcontainer.c: Add some documentation
7906         (gtk_container_add): give a more explanatory warning on adding an
7907         already-parented widget, this is kind of a FAQ and also a common
7908         typo that's easier to debug with a nice warning 
7909
7910         * gtk/gtkcellrenderertoggle.c
7911         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
7912         adding this, it's useless
7913         (gtk_cell_renderer_toggle_set_active): remove
7914         (gtk_cell_renderer_toggle_get_radio): add
7915
7916         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
7917         the NULL cell renderer, that doesn't make any sense to me. 
7918
7919         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
7920         demo code should never use deprecated features.
7921
7922         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
7923         code should never use deprecated features.
7924
7925         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
7926         gtk_widget_queue_clear_area deprecated
7927
7928         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
7929         deprecated
7930
7931         * gtk/gtklabel.h: mark gtk_label_get() deprecated
7932
7933         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
7934         a GdkImage deprecated, replaced by new consistently-named
7935         functions       
7936
7937         * gtk/gtkmain.h: Mark gtk_exit() deprecated
7938
7939         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
7940
7941         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
7942         deprecated
7943
7944         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
7945         so it won't appear in docs and confuse people.
7946
7947         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
7948
7949         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
7950         macros deprecated. (can't mark the type itself deprecated, since
7951         GtkProgressBar is not deprecated and we need the type decl to use
7952         GtkProgressBar)
7953
7954         * gtk/gtkpixmap.h: Mark deprecated
7955
7956         * gtk/gtkoldeditable.h: Mark deprecated
7957
7958         * gtk/gtklist.h: Mark deprecated
7959
7960         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
7961         for anything anymore.
7962
7963         * gtk/gtkctree.h: Mark deprecated
7964
7965         * gtk/gtkclist.h: Mark deprecated
7966
7967         * gtk/gtkpreview.h: Mark deprecated
7968
7969         * gtk/gtkpacker.h: Mark deprecated
7970
7971         * gtk/gtktipsquery.h: Mark deprecated
7972
7973         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
7974
7975         * gtk/gtkvruler.h: Add comment that it will move out of GTK
7976
7977         * gtk/gtkhruler.h: Add comment that it will move out of GTK
7978
7979         * gtk/gtkruler.h: Add comment that it will move out of GTK
7980
7981         * gtk/gtkgamma.h: Add comment that it will move out of GTK
7982
7983         * gtk/gtkcurve.h: Add comment that it will move out of GTK
7984
7985 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
7986
7987         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
7988         gdk_colormap_sync private since it was never exported
7989         in a header file.
7990
7991         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
7992         colormap->colors[] for StaticGray, StaticColor colormaps.
7993
7994         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
7995         was being used as if it was image->bits_per_pixel.
7996
7997         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
7998         for the image in the GdkImage structure since it isn't
7999         reconstructable, and we need it to handle packed types
8000
8001         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
8002         the assumption that on Win32 image->bits_per_pixel == image->depth,
8003         always.
8004
8005         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
8006
8007         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
8008         warning message if no converter can be found. 
8009
8010 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
8011
8012         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
8013         chars to isupper() / tolower(). (#567)
8014
8015         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
8016         to clear up 64-bit warnings. (#567)
8017
8018 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
8019
8020         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
8021         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
8022
8023         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
8024         since some people set $(libdir) separately. (#1290, David Kaelbling)
8025
8026 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
8027
8028         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
8029         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
8030         MAXPATHLEN, but the code here depends on a fixed value.)
8031         (#4524)
8032
8033 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
8034
8035         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
8036         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
8037
8038 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
8039
8040         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
8041         viewable there is no way that moving the node will cause the 
8042         focus row to become not viewable, so omit check on the visibility
8043         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
8044
8045 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
8046
8047         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
8048         selection before inserting new text.
8049
8050 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
8051
8052         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
8053         Make the sensitivity of the reparented child track that of
8054         the original parent menu item. (#34218, David Hodson)
8055
8056         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
8057         the case where the current item is destroyed properly.
8058
8059         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
8060         some edge cases with child-less menuitems.
8061         
8062 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
8063
8064         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
8065         key pop down window. (#12074, Jon K Hellan)
8066
8067 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
8068
8069         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
8070         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
8071         The solution here isn't perfect - you get an extraneous
8072         emission of "toggle", which could conceivably confuse an app,
8073         but better than the current situation. LXR search seems to
8074         indicate that no apps in GNOME CVS connect to "toggle".
8075
8076 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
8077
8078         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
8079         gtk_public_h_sources to directly here to avoid warning when
8080         building srcdir != builddir. (#9656)
8081
8082 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
8083
8084         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
8085         handlers in gtkrange.c return the proper values (TRUE == handled)
8086         (#10316).
8087
8088         This is just the tip of the iceberg, but gtkrange.c is the
8089         most common place where the propagation is problematical,
8090         and also a place where it is almost certainly safe to change
8091         this in the stable branch.
8092
8093         (You don't want right click popups on a range control or anything...)
8094
8095 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
8096
8097         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
8098         area on focus out, even if a background pixmap isn't set.
8099         (#13941)
8100         
8101 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
8102
8103         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
8104         to deal with setting the shape properly when scrolling arrows are
8105         turned on, but not visible because there is sufficient space.
8106         (#13432)
8107
8108 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
8109
8110         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
8111         items with submenus, destroy the item along with the submenu.
8112         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
8113         properly.
8114
8115         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
8116         later.
8117
8118 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
8119
8120         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
8121         the focus widget sometimes wasn't drawn with the default if there
8122         was no default widget.
8123
8124         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
8125         unreference pixmaps. 
8126
8127         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
8128         for some extra safety.
8129
8130 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
8131
8132         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
8133         the text of a cell to the old pointer value better, by
8134         copying the new text before freeing the old text. Some code
8135         cleanup. (#8079, Karl Nelson)
8136
8137 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
8138
8139         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
8140         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
8141
8142 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
8143
8144         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
8145         item from a menu, check to see if it matches 
8146         menu->old_active_menu_item, and if so, unref and clear
8147         old_active_menu_item (Patch from Pavel Cisler)
8148
8149         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
8150         menu_shell->active_menu_item, if it is the child being
8151         removed. (Patch based on that of Gene Ragan, #50337)
8152
8153 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
8154
8155         * gdk/linux-fb/gdkselection-fb.c: 
8156         * gdk/linux-fb/gdkcolor-fb.c: 
8157         * gdk/linux-fb/gdkdrawable-fb2.c: 
8158         * gdk/linux-fb/gdkfont-fb.c: 
8159         * gdk/linux-fb/gdkim-fb.c: 
8160         * gdk/linux-fb/gdkinput.c: 
8161         * gdk/linux-fb/gdkkeyboard-fb.c: 
8162         * gdk/linux-fb/gdkmain-fb.c: 
8163         * gdk/linux-fb/gdkrender-fb.c: 
8164         A bunch of whitespace cleanup.
8165         
8166 2001-01-30  Havoc Pennington  <hp@pobox.com>
8167
8168         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
8169         #ifdef GTK_ENABLE_BROKEN.
8170
8171         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
8172         GTK_ENABLE_BROKEN just before including the broken headers.
8173         
8174         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
8175         deprecated types registered.
8176
8177         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
8178         we have to test the broken stuff.
8179
8180         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
8181         
8182 2001-01-30  Havoc Pennington  <hp@redhat.com>
8183
8184         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
8185         here where prev pointer was set to the wrong thing
8186
8187         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
8188         (gtk_tree_path_is_descendant): new function
8189
8190         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
8191         cached length
8192         (gtk_list_store_get_iter): don't modify iter if we can't get the
8193         path.
8194
8195         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
8196         
8197         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
8198         GtkTreeDragDest
8199
8200         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
8201         was causing segfault
8202
8203         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
8204         pointer to NULL
8205
8206         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
8207
8208         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
8209         on returning FALSE
8210         (gtk_list_store_iter_children): ditto
8211         (gtk_list_store_iter_nth_child): ditto
8212         (gtk_list_store_iter_nth_child): ditto
8213         (gtk_list_store_iter_parent): ditto
8214
8215         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
8216         on iter->user_data != NULL instead of silently accepting it.
8217         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
8218         we are returning TRUE.
8219         (gtk_tree_store_iter_children): ditto
8220         (gtk_tree_store_iter_nth_child): ditto
8221         (gtk_tree_store_iter_parent): ditto
8222         (gtk_tree_store_insert): remove handling of parent->user_data ==
8223         NULL, replace with parent == NULL       
8224
8225         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
8226         and a comment explaining things
8227
8228         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
8229         interface support to GtkTreeStore.
8230
8231         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
8232         FALSE if no prev, fix
8233
8234         * gtk/gtktreeview.c (set_source_row): use a row reference
8235         (set_dest_row): use a row reference
8236
8237 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
8238
8239         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
8240         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
8241         (gtk_tree_selection_select_iter): The same as above.
8242
8243 2001-01-26  Havoc Pennington  <hp@redhat.com>
8244
8245         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
8246         which holds a handle to a specific row (particular set of values
8247         in the model, i.e. pointer-identity row).
8248
8249         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
8250         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
8251         Still need to use it for the src/dest row saved on the drag context.
8252
8253 2001-01-26  Havoc Pennington  <hp@redhat.com>
8254
8255         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
8256
8257         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
8258         not offset by TREE_VIEW_HEADER_HEIGHT
8259         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
8260         TREE_VIEW_HEADER_HEIGHT
8261
8262         * configure.in (included_loaders): for me, --with-included-loaders
8263         generates the error "the specified loader yes does not exist",
8264         i.e. the arg defaults to "yes", so change test for value ""
8265         to test for value "yes", and include all loaders in that case.
8266
8267         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
8268
8269         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
8270         handle TREE_VIEW_VERTICAL_SEPARATOR
8271         (gtk_tree_view_bin_expose): fix to consider the row offset as
8272         pointing halfway into vertical separator.       
8273         (gtk_tree_view_draw_node_focus_rect): ditto
8274
8275         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
8276         --gtk-debug=updates, which causes gdk_window_set_debug_updates
8277         (TRUE) to be called.
8278
8279         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
8280         debug mode where the invalid region is colored in on invalidate,
8281         so you can see the flicker and know whether your redraw code is 
8282         doing a good job.
8283
8284         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
8285         tree window coordinates (clip rect is in tree window coords)
8286
8287         * gtk/Makefile.am: add gtktreednd.[hc]
8288
8289         * gtk/gtkliststore.c: implement gtktreednd interfaces.
8290
8291         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
8292         drag-and-drop data operations on a model (so we can set up tree
8293         drag-and-drop automatically)
8294
8295         * gtk/testgtk.c: Add a window to change sensitivity in the
8296         GtkLabel test; add a way to change the entry frame in GtkEntry
8297         test
8298
8299         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
8300         (gtk_entry_get_has_frame): new functions to remove the frame
8301         around an entry
8302         (gtk_entry_size_request): shrink requisition if no frame
8303         (gtk_entry_draw_focus): don't draw frame if no frame
8304
8305         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
8306         checks inside a cell renderer
8307         (gtk_default_draw_option): ditto for options
8308
8309         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
8310         children from the alignment, not the button
8311         (gtk_tree_view_column_init): ref/sink the column, to emulate
8312         GObject refcounting.
8313
8314         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
8315         
8316         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
8317         Use theme functions to draw the toggles 
8318
8319         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
8320
8321         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
8322         GdkPangoAttrEmbossed to use in rendering insensitive text
8323
8324         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
8325
8326         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
8327         using new GDK features
8328         
8329 2001-01-24  Alexander Larsson  <alexl@redhat.com>
8330
8331         * gtk/gtkimage.c:
8332         Splitted gtk_image_clear into gtk_image_clear() and
8333         gtk_image_reset(). Call gtk_image_clear() in ::destroy
8334         to avoid leaks.
8335
8336         * gtk/gtklabel.c (set_markup):
8337         Don't leak text.
8338
8339         * gtk/gtktextlayout.c:
8340         Always free display->shaped_objects.
8341
8342         * gtk/testgtk.c (create_clist):
8343         Don't leak custom style.
8344
8345 2001-01-23  Alexander Larsson  <alexl@redhat.com>
8346
8347         * gtk/gtkcolorsel.c (grab_color_at_mouse):
8348         Don't leak image. Simplify using gdk_colormap_query_color().
8349         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
8350
8351         * linux-fb/gdkcolor-fb.c:
8352         Implemented gdk_colormap_query_color.
8353
8354 2001-01-23  Alexander Larsson  <alexl@redhat.com>
8355
8356         * linux-fb/gdkcursor-fb.c:
8357         Don't leak built-in cursors.
8358
8359         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
8360         Don't leak tmp_points.
8361
8362         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
8363         Don't modify desc. Don't leak font if the PangoFont
8364         isn't found.
8365         
8366         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
8367         Free dash_list.
8368
8369         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
8370         Don't leak string.
8371         
8372 2001-01-20  Havoc Pennington  <hp@pobox.com>
8373
8374         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
8375         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
8376         me, matches Pango
8377
8378 2001-01-22  Havoc Pennington  <hp@redhat.com>
8379
8380         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
8381
8382         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
8383
8384         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
8385         Remove, move back to gdk-pixbuf
8386
8387         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
8388         to all the word functions
8389
8390         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
8391         before doing anything on NULL layout or if we don't have the focus
8392
8393         * gtk/testtext.c (fill_example_buffer): "justification"
8394
8395         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
8396         to be called "justification" not "justify"
8397
8398         * demos/gtk-demo/textview.c (create_tags): "justification"
8399         
8400         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
8401
8402 2001-01-22  Alexander Larsson  <alexl@redhat.com>
8403
8404         * gdk/gdkwindow.c (gdk_window_invalidate_region):
8405         Don't leak visible_region. Use visible_region instead of region.
8406         
8407         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
8408         Don't do extra gdk_drawable_ref(). This is not X.
8409         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
8410         gdk_fb_focused_window is ref:ed.
8411         (gdk_fb_window_send_crossing_events): Watch out for destroyed
8412         windows.
8413
8414 2001-01-22  Alexander Larsson  <alexl@redhat.com>
8415
8416         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
8417         Don't leak the PangoFontDescriptor.
8418
8419 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
8420
8421         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
8422         when not realized.
8423         (gtk_tree_view_scroll_to_cell): Make work when not realized.
8424         (gtk_tree_view_realize): add scroll_to support
8425         (gtk_tree_view_finalize): add a finalize method.  Populate.
8426         (gtk_tree_view_insert_column): ref and sink the column.
8427         (gtk_tree_view_append_column): ref and sink the column.
8428         (gtk_tree_view_queue_draw_node): New function to handle redrawing
8429         individual nodes.  Should make the code much more efficient, if
8430         actually used.
8431
8432 2001-01-19  Havoc Pennington  <hp@redhat.com>
8433
8434         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
8435         byte_offset variable was being used to mean both "offset into
8436         layout" and "offset into buffer line" which was no longer true
8437         with addition of preedit string; fix
8438
8439 2001-01-19  Havoc Pennington  <hp@redhat.com>
8440
8441         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
8442
8443         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
8444         function
8445
8446         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
8447         implement
8448
8449         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
8450         scroll_to_cell, matches TextView scroll functions better
8451         (gtk_tree_view_tree_to_widget_coords): new function
8452         (gtk_tree_view_widget_to_tree_coords): new function
8453         (gtk_tree_view_get_visible_rect): new function
8454         (gtk_tree_view_get_path_at_pos): accept negative coordinates
8455         (gtk_tree_view_draw_node_focus_rect): new function moved from
8456         draw_focus, also, use width of bin_window as width of the focus
8457         rect
8458         (gtk_tree_view_expand_row): fix bug where it didn't recognize
8459         already-expanded rows
8460         (gtk_tree_view_get_cell_rect): new function
8461         (gtk_tree_view_get_path_at_pos): return the click position
8462         relative to the passed-in cell
8463         (gtk_tree_view_set_expander_column): new function
8464
8465         * configure.in: remove gtk-config-2.0 chmod
8466
8467         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
8468         and properly handle drags with targets we don't understand
8469         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
8470         scrolling anyway
8471         (gtk_text_view_drag_drop): stop scrolling here though, and set the
8472         mark invisible
8473
8474         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
8475         function
8476         (gtk_drag_dest_get_target_list): new function
8477         (gtk_drag_dest_set_target_list): new function
8478         
8479         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
8480
8481         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
8482         related to drag-and-drop
8483
8484 2001-01-19  Alexander Larsson  <alexl@redhat.com>
8485
8486         * gdk/linux-fb/gdkprivate-fb.h:
8487         Define EMULATE_GDKFONT.
8488         Add extra pango_font stuff to GfkFontPrivate.
8489         
8490         * gdk/linux-fb/gdkdrawable-fb2.c:
8491         * gdk/linux-fb/gdkfont-fb.c:
8492         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
8493         emulation using PangoFont.
8494
8495 2001-01-17  Havoc Pennington  <hp@pobox.com>
8496
8497         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
8498         all the non-deprecated set_foo functions. Added missing object
8499         properties, and added g_object_notify() to setters. 
8500         Wrote docs.
8501         
8502 2001-01-18  Tor Lillqvist  <tml@iki.fi>
8503
8504         * gtk/gtkmain.c
8505         * gtk/gtkrc.c: (Win32) Use the new
8506         g_win32_get_package_installation_(sub)directory() functions.
8507
8508         * config.h.win32.in: New file.
8509         
8510         * config.h.win32: Removed.
8511
8512         * configure.in: Output config.h.win32.
8513
8514         * Makefile.am: Add it to EXTRA_DIST.
8515
8516         * gtk/gtk.def: Update.
8517
8518 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
8519
8520         * gtk/gtklabel.c (gtk_label_size_request): Set the
8521         attributes onto the PangoLayout even if they are newly
8522         created from label->pattern.
8523
8524 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
8525
8526         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
8527
8528         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
8529         structures in functions. Fixes bug where gtk_dataset_*
8530         was accidentally still being used in one place, causing
8531         every dest side event to be treated independently.
8532
8533         * gtk/gtkdnd.c: Remove last vestages of handling
8534         ::draw (fixes warning)
8535         
8536         * gtk/gtkentry.[ch]: Add drag and drop support.
8537
8538         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
8539         new function gtk_check_drag_threshhold() for checking
8540         to check if (dx,dy) has exceeded the threshhold for starting
8541         a drag and use it everywhere.
8542
8543 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
8544
8545         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
8546         add -I{includedir}/gtk-2.0.
8547
8548         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
8549         gdk/gdk-pixbuf.h: Doc fixups.
8550         
8551         * gtk/gtkobject.h: Remove trailing , from enum
8552
8553 2001-01-17 Alexander Larsson <alexl@redhat.com> 
8554
8555         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
8556         Doh! Mixed up x and y.
8557
8558         * gdk/linux-fb/gdkglobals-fb.c:
8559         Removed gdk_fb_pointer_grab_window_events,
8560         added _gdk_fb_pointer_grab_owner_events and
8561         _gdk_fb_keyboard_grab_owner_events.
8562
8563         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
8564         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
8565         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
8566         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
8567         Send crossing events after ungrab finished.
8568         (gdk_keyboard_grab): Set ..._owner_events
8569         (type_masks): Move out of function.
8570         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
8571         gdk_fb_keyboard_event_window): New functions, return the
8572         window an event should be targeted at. Handles grabs and
8573         event propagation. Can return NULL.
8574         (gdk_event_make): Remove event_mask checking. Now always
8575         returns an event.
8576                 
8577         * gdk/linux-fb/gdkkeyboard-fb.c:
8578         * gdk/linux-fb/gdkproperty-fb.c:
8579         * gdk/linux-fb/gdkselection-fb.c:
8580         Use new event_window/gdk_event_make() behaviour.
8581         
8582         * gdk/linux-fb/gdkmouse-fb.c:
8583         Use new event_window/gdk_event_make() behaviour.
8584         Only send motion events if in the same window.
8585         If grabbed, use cursor from window if sibling of grabbed
8586         window, and cursor from grabbed window otherwise.
8587
8588         * gdk/linux-fb/gdkprivate-fb.h:
8589         Update gdk_fb_window_send_crossing_events, gdk_event_make
8590         and grab varaible declarations. Add gdk_fb_*_event_window().
8591
8592         * gdk/linux-fb/gdkwindow-fb.c:
8593         Use new event_window/gdk_event_make() behaviour.
8594         Keep correct track of focus window.
8595         (gdk_window_set_events): Set all specific button motion masks
8596         if GDK_BUTTON_MOTION_MASK set.
8597
8598         * gtk/gtkdnd.c (gtk_drag_update):
8599         Free info->last_event if gdk_drag_motion returned FALSE.
8600
8601 2001-01-16  Tor Lillqvist  <tml@iki.fi>
8602
8603         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
8604         Eliminate redraws when input-only windows are shown or
8605         hidden. Thanks to jpe@archaeopteryx.com.
8606
8607 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
8608
8609         * docs/faq/gtk-faq.sgml: FAQ update:
8610           - Update to bugzilla
8611           - Add GTK+ and security/SUID/SGID
8612           - Add DnD question
8613
8614 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
8615
8616         * gdk/linux-fb/gdkdnd-fb.c:
8617         Some cleanups.
8618         
8619 2001-01-15  Havoc Pennington  <hp@pobox.com>
8620
8621         * tests/testtreeview.c: add test stuff for CellRendererToggle
8622
8623         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
8624         accessor
8625
8626         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
8627         only toggle on button press (would do release like GtkButton, but
8628         we'd need implicit grab code for treeview cells)
8629
8630 2001-01-16  Tor Lillqvist  <tml@iki.fi>
8631
8632         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
8633
8634         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
8635         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
8636
8637         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
8638         to g_{locale,filename}_{to,from}_utf8 to match current API.
8639
8640         * gtk/makefile.msc.in (gtk_OBJECTS)
8641         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
8642
8643         * gtk/gtk.def: Update.
8644
8645 2001-01-15  Tor Lillqvist  <tml@iki.fi>
8646
8647         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
8648         implementaion that more closely mimics the events that an X server
8649         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
8650         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
8651         with nested preview widgets, for instance, more responsive when
8652         you move the mouse quickly into them.
8653         (find_window_for_pointer_event): Make it actually compile.
8654         (gdk_event_translate): Set send_event to the value of
8655         InSendMessage (). This doesn't really mean the same as X11's
8656         send_event flag, but is close enough, says jpe@archaeopteryx.com
8657
8658 2001-01-15  Alexander Larsson  <alexl@redhat.com>
8659
8660         * gdk/linux-fb/gdkdnd-fb.c:
8661         Implemented drag and drop.
8662         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
8663         when it tries to free and then copy the same event (info->last_event).
8664         I am not sure about why this happens, but will continue looking.
8665
8666 2001-01-15  Alexander Larsson  <alexl@redhat.com>
8667
8668         * gdk/linux-fb/gdkwindow-fb.c:
8669         Use gdk_window_invalidate_rect instead of
8670         gdk_window_invalidate_rect_clear to minimise flashing.
8671         When hiding windows you need to clear the root window though.
8672
8673 2001-01-15  Alexander Larsson  <alexl@redhat.com>
8674
8675         * gdk/linux-fb/gdkdrawable-fb2.c:
8676         For optization, add an full_shapes argument to gdk_fb_clip_region.
8677         If this is false, only the cliprects of the shapes are used.
8678
8679         * gdk/linux-fb/gdkprivate-fb.h:
8680         Export gdk_fb_window_peek_shape.
8681         Add full_shapes to gdk_fb_clip_region.
8682
8683         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
8684         When moving a window, don't clear everything under the it, just the
8685         root window. Makes stuff faster and flash less.
8686         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
8687         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
8688         offset of the shape.
8689         
8690
8691 2001-01-12  Havoc Pennington  <hp@redhat.com>
8692
8693         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
8694         current invalid region, fixes redraw bug while scrolling the 
8695         text widget
8696
8697         * gtk/gtktextview.c, gtk/gtktextview.h:
8698         Rearrange the scrolling/validation/etc. code in a major way, 
8699         so it seems to make sense to me. Probably isn't genuinely that
8700         much better, but...
8701
8702         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
8703         notifies
8704
8705         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
8706
8707 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
8708
8709         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
8710         Hide mouse pointer while rotation. Show it afterwards.
8711
8712 2001-01-12  Alexander Larsson  <alexl@redhat.com>
8713
8714         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
8715         windows in consideration when generating clip region.
8716
8717         * gdk/linux-fb/gdkfb.h:
8718         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
8719
8720         * gdk/linux-fb/gdkprivate-fb.h:
8721         Add shape to GdkWindowFBDatat.
8722         exported gdk_fb_window_get_abs_shape().
8723         removed gdk_fb_draw_lines declaration.
8724
8725         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
8726         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
8727         send focus changes when there is a grabbed window.
8728         (gdk_window_get_pointer): Handle shaped windows.
8729         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
8730         (gdk_fb_window_peek_shape): Returns the shape for a window,
8731         handles GDK_FB_USE_CHILD_SHAPE.
8732         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
8733         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
8734         (gdk_window_shape_combine_mask): Implement.
8735
8736         * gtk/gtkwindow-decorate.c:
8737         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
8738         setting the shape of a window makes the window transparent.
8739
8740 2001-01-11  Havoc Pennington  <hp@redhat.com>
8741
8742         * gtk/gtktreemodelsimple.h: Oops, broke some macros
8743
8744 2001-01-10  Havoc Pennington  <hp@redhat.com>
8745
8746         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
8747         add this function, bug 40251
8748
8749         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
8750         of type macro   
8751
8752 2001-01-11  Alexander Larsson  <alexl@redhat.com>
8753
8754         * acconfig.h:
8755         Added ENABLE_SHADOW_FB
8756
8757         * configure.in:
8758         Added --disable-shadowfb
8759
8760         * gdk/linux-fb/gdkcursor-fb.c:
8761         Update shadowfb when updating cursor
8762
8763         * gdk/linux-fb/gdkdrawable-fb2.c:
8764         Added wrappers for shadowfb that calls  the normal drawable
8765         methods, but calls gdk_shadow_fb_update(bounding box) when
8766         GdkWindows are drawed to.
8767         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
8768         which also returns the bounding box.
8769
8770         * gdk/linux-fb/gdkfb.h:
8771         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
8772
8773         * gdk/linux-fb/gdkgeometry-fb.c:
8774         Update shadowfb when scrolling window.
8775
8776         * gdk/linux-fb/gdkglobals-fb.c:
8777         Add _gdk_fb_screen_angle.
8778         
8779         * gdk/linux-fb/gdkkeyboard-fb.c:
8780         Test code for screen rotation. Shift-F2 in the xlate driver
8781         rotates the screen.
8782
8783         * gdk/linux-fb/gdkmain-fb.c:
8784         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
8785
8786         * gdk/linux-fb/gdkmouse-fb.c:
8787         Use fb_width/height instead of modeinfo.xres/yres.
8788
8789         * gdk/linux-fb/gdkprivate-fb.h:
8790         Added fb_men, fb_width, fb_height & fb_stride. When using
8791         shadow fb these can differ from the framebuffer stuff.
8792         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
8793         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
8794         _gdk_fb_screen_angle. Removed CM, RP.
8795
8796         * gdk/linux-fb/gdkrender-fb.c:
8797         Added code for shadowfb handling and screen rotation using
8798         shadowfb.
8799
8800         * gdk/linux-fb/gdkwindow-fb.c:
8801         Use fb_mem, fb_stride, fb_width, fb_height.
8802         Added recompute_rowstride to reset the rowstride of all windows.
8803         Added gdk_fb_recompute_all() which recomputes rootwindow size,
8804         window abs positions and window rowstrides. Usefull when the
8805         rotation has changed.
8806
8807 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
8808
8809         * docs/faq/gtk-faq.sgml: update to make web site updating easier
8810
8811 2001-01-10  Havoc Pennington  <hp@redhat.com>
8812
8813         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
8814         where sibling == iter
8815         (gtk_tree_store_insert_after): handle sibling == iter
8816         (gtk_tree_store_prepend): remove stamp checks
8817         (gtk_tree_store_insert_before): ditto
8818         (gtk_tree_store_append): ditto
8819         (gtk_tree_store_get_path): ditto
8820         (gtk_tree_store_get_value): ditto
8821         (gtk_tree_store_iter_has_child): ditto
8822         (gtk_tree_store_iter_n_children): ditto
8823         (gtk_tree_store_iter_nth_child): ditto
8824         (gtk_tree_store_insert_after): ditto
8825         (gtk_tree_store_is_ancestor): ditto
8826         (gtk_tree_store_iter_depth): ditto
8827         (gtk_tree_store_insert_before): assert that sibling's parent is
8828         the same as the passed-in parent
8829         (gtk_tree_store_insert_after): assert that sibling's parent is
8830         the same as the passed-in parent
8831
8832         
8833         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
8834         function to get the first iterator in a model
8835         
8836         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
8837         conventionally the "root" in this sense is just NULL afaict.
8838
8839         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
8840         where sibling == iter
8841         (gtk_list_store_insert_after): handle case where sibling == iter
8842
8843         * tests/testtreeview.c (run_automated_tests): fairly lame basic
8844         automated tests for ListStore, TreeStore
8845
8846         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
8847         (gtk_list_store_insert): update tail pointer, and fix it to work
8848         (gtk_list_store_insert_before): update tail pointer, and fix it to work
8849         (gtk_list_store_append): use tail to be faster
8850         (gtk_list_store_prepend): fix it, update tail pointer
8851         (gtk_list_store_insert_after): fix it, update tail pointer
8852
8853         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
8854         the list
8855
8856 2001-01-09  Havoc Pennington  <hp@redhat.com>
8857
8858         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
8859         is NULL due to a pending resize
8860
8861         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
8862         column width to values less than 1
8863
8864         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
8865         width to be between min/max width, and still set the width 
8866         even if autosize is turned on, so the tree view can use this 
8867         function in order to autosize.
8868         (gtk_tree_view_column_init): set initial width to 1 not 0
8869
8870         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
8871         setter function to modify column width, so we get notification
8872         (gtk_tree_view_insert_iter_height): ditto
8873         (gtk_tree_view_calc_size): ditto
8874         (gtk_tree_view_check_dirty): ditto
8875
8876         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
8877         properties to change all the interesting attributes of the tree
8878         view column.
8879         (gtk_tree_view_column_set_header_clickable): rename set_clickable
8880         (gtk_tree_view_column_get_clickable): add
8881         (gtk_tree_view_column_set_cell_renderer): don't unset the current
8882         attributes; assume a cell renderer with equivalent object
8883         properties has been swapped in. Do g_object_notify().
8884         (gtk_tree_view_column_set_visible): g_object_notify
8885         (gtk_tree_view_column_get_sizing): rename from get_col_type
8886         (gtk_tree_view_column_set_sizing): g_object_notify
8887         (gtk_tree_view_column_set_width): add g_object_notify
8888         (gtk_tree_view_column_set_min_width): ditto
8889         (gtk_tree_view_column_set_max_width): ditto
8890         (gtk_tree_view_column_set_title): ditto
8891         (gtk_tree_view_column_set_clickable): ditto
8892         (gtk_tree_view_column_set_widget): ditto
8893         (gtk_tree_view_column_set_justification): ditto
8894
8895 2001-01-09  Havoc Pennington  <hp@redhat.com>
8896
8897         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
8898         there are no rows in the model
8899
8900         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
8901         NULL, then return the start of the list
8902
8903         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
8904         if we can't get any rows from an empty model 
8905
8906         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
8907         extraneous * after function pointer typedef usage
8908
8909         * Makefile.am: don't specify full path to cp and rm
8910
8911         * gtk/gtkcellrenderertextpixbuf.c
8912         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
8913         NULL before dereferencing, fixes a segfault that happened from
8914         time to time
8915
8916         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
8917         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
8918         and reindent the function
8919         (gtk_cell_renderer_pixbuf_get_size): indentation
8920
8921         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
8922         we quit it
8923         (gtk_dialog_add_buttons_valist): add g_return_if_fail
8924         (gtk_dialog_set_default_response): New function, to set default
8925         button
8926         (gtk_dialog_set_response_sensitive): New function, to set 
8927         sensitivity of buttons
8928
8929         * gtk/gtkcellrendererpixbuf.c
8930         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
8931         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
8932
8933         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
8934         handle any G_TYPE_OBJECT subclass, not just the base class, and 
8935         also boxed types.
8936         (_gtk_tree_data_list_value_to_node): ditto
8937
8938         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
8939         --gtk-debug=tree
8940
8941         * gtk/gtkmain.c: add GTK_DEBUG_TREE
8942
8943         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
8944
8945 2001-01-09  Tor Lillqvist  <tml@iki.fi>
8946
8947         * gdk/win32/gdkevents-win32.c: Implement better mouse
8948         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
8949         (find_window_for_pointer_event): New function.
8950         (gdk_event_translate): Use it when handling mouse events.
8951
8952 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
8953
8954         * configure.in:
8955         Added --with-included-loaders option
8956
8957         * gdk-pixbuf/Makefile.am:
8958         * gdk-pixbuf/gdk-pixbuf-io.c:
8959         Add support for including selected gdk-pixbuf loaders only.
8960
8961         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
8962         gtk_window_set_has_frame):
8963         Added inline documentation.
8964
8965         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
8966         * docs/reference/gdk/tmpl/windows.sgml:
8967         Added inline documentation.
8968
8969 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
8970
8971         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
8972         realizing buttons that have already been realized.
8973
8974 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
8975
8976         * tests/testtreeview.c (main): Show menu items before adding to
8977         option menu.
8978
8979         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
8980         around if we kill them.
8981
8982         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
8983         Return if we pass in a NULL model.
8984
8985 2001-01-08  Havoc Pennington  <hp@redhat.com>
8986
8987         * tests/testtreeview.c: hack on this some
8988
8989         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
8990         gtk_tree_store_set_valist, v is for arrays, valist for varargs
8991         list
8992         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
8993
8994         * gtk/gtkliststore.h: Add varargs set() and get() convenience
8995         functions
8996
8997 2001-01-08  Alexander Larsson  <alexl@redhat.com>
8998
8999         * gtk/gtkwindow-decorate.[hc]:
9000         * gtk/Makefile.am:
9001         New files. Contains an implementation of a minimal WM for
9002         linux-fb.
9003
9004         * gtk/gtkwindow.h:
9005         Add the possibility for GtkWindows to specify a frame. This
9006         is used for the window decoration code, but could concievably
9007         be used for X programs too (xmms style windows).
9008         GtkWindow->frame is the toplevel window if the window is framed.
9009         The signal frame_event gets all events that are targeted to
9010         GtkWindow->frame.
9011         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
9012         
9013         * gtk/gtkwindow.c:
9014         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
9015         Call out to gtkwindow-decorate.c for WM support in linx-fb.
9016
9017 2001-01-08  Alexander Larsson  <alexl@redhat.com>
9018
9019         * docs/README.linux-fb:
9020         Correct filename ~/.pangoft2_aliases
9021
9022         * gdk/gdkwindow.h:
9023         Added new function gdk_window_get_decorations.
9024
9025         * gdk/linux-fb/gdkfb.h:
9026         Removed _gdk_window_get_decorations declaration.
9027         Renamed _gdk_window_set_child_handler to
9028         gdk_fb_window_set_child_handler.
9029
9030         * gdk/linux-fb/gdkwindow-fb.c:
9031         Renamed _gdk_window_set_child_handler to
9032         gdk_fb_window_set_child_handler.
9033
9034         * gdk/x11/gdkwindow-x11.c:
9035         New function gdk_window_get_mwm_hints().
9036         Implemented gdk_window_get_decorations.
9037
9038         * docs/reference/gdk/tmpl/windows.sgml:
9039         * docs/reference/gdk/gdk-sections.txt:
9040         Added gdk_window_get_decorations docs.
9041         
9042 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
9043
9044         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
9045         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
9046         gdk_fb_window_send_crossing_events):
9047         Possibly send focus events when the mouse moves from one
9048         window to another.
9049
9050 2001-01-07  Tor Lillqvist  <tml@iki.fi>
9051
9052         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
9053         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
9054         to match current API.
9055
9056         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
9057         environment variable is set, don't call g_error when on a
9058         palettized (PseudoColor) display. Some people want to use GTK+ 
9059         in 256-colour mode even though works only partially.
9060
9061         * gdk/gdk.def
9062         * gtk/gtk.def
9063         * gtk/makefile.mingw.in: Update.
9064
9065 2001-01-05  Havoc Pennington  <hp@redhat.com>
9066
9067         * tests/testtreeview.c: hack on this a bit
9068
9069         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
9070         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
9071
9072         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
9073         was spelled incorrectly
9074         (GTK_IS_TREE_MODEL_SIMPLE): ditto
9075
9076         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
9077         from gtk_tree_view_set_headers_active   
9078
9079         * gtk/gtktexttag.c:
9080         (gtk_text_tag_get_property): handle PROP_DIRECTION
9081         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
9082         properties, bug 40235
9083
9084         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
9085         forward_to_line_end
9086
9087 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
9088
9089         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
9090         modules/input/gtkimcontextxim.c: Adapt to new prototypes
9091         for unicode,locale,filename conversion functions.
9092
9093 2001-01-05  Havoc Pennington  <hp@redhat.com>
9094
9095         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
9096         broken if called on the first position in the buffer.
9097
9098         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
9099         forward_to_delimiters to be called only if we aren't already at
9100         the delimiters.
9101
9102 2001-01-05  Havoc Pennington  <hp@redhat.com>
9103
9104         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
9105
9106 2001-01-05  Alexander Larsson  <alexl@redhat.com>
9107
9108         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
9109         colormap in here. Sync from X port.
9110         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
9111         Sync from X port.
9112         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
9113         This happens now and then, and i don't think it is a bug.
9114         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
9115         != endpoint.
9116         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
9117         GDK_LINE_SOLID.
9118
9119         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
9120         some of the fields filled in at least.
9121
9122         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
9123         miLineArcD is no more, remove it from the function definition.
9124
9125 2001-01-04  Havoc Pennington  <hp@redhat.com>
9126
9127         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
9128         this
9129
9130         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
9131         user_data instead of tree_node
9132
9133         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
9134         TREE_VIEW_COLUMN_SIZE
9135
9136         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
9137         "size" field to "width" finishes bug 40061
9138
9139         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
9140         for bitfields, bug 40268
9141
9142 2001-01-04  Havoc Pennington  <hp@redhat.com>
9143
9144         Rename some stuff:
9145         
9146         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
9147
9148         s/GtkModelSimple/GtkTreeModelSimple/g;
9149         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
9150         s/gtk_model_simple/gtk_tree_model_simple/g;
9151         s/gtkmodelsimple/gtktreemodelsimple/g;
9152
9153         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
9154
9155         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
9156         s/column_set_col_type/column_set_sizing/g;
9157
9158         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
9159         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
9160
9161         s/GtkCellRendererType/GtkCellRendererState/g;
9162         
9163         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
9164         (gtk_cell_renderer_toggle_class_init): change "state" property to
9165         "active", to match GtkToggleButton
9166         (gtk_cell_renderer_toggle_get_active): new function, bug
9167         40269
9168         (gtk_cell_renderer_toggle_set_active): new function
9169         (gtk_cell_renderer_toggle_set_property): route changes to toggle
9170         state through gtk_cell_renderer_set_active
9171
9172 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
9173
9174         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
9175         temporarily until they work again.  Brought up to date with
9176         changes in the model.
9177         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
9178         model.
9179
9180 2001-01-04  Havoc Pennington  <hp@redhat.com>
9181
9182         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
9183         equal to the line length, then position iterator before paragraph 
9184         separators. Fixes crash reported by Mikael Hermansson when
9185         pressing left arrow from the start of a line.   
9186
9187         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
9188         about byte indexes off the end
9189         (iter_set_from_char_offset): add g_error about char offsets
9190         off the end
9191
9192 2001-01-03  Havoc Pennington  <hp@redhat.com>
9193
9194         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
9195
9196         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
9197         of private functions; remove inclusion of private headers.
9198
9199         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
9200         function, so we don't need private functions in gtktextdisplay.c
9201
9202         * gtk/gtktextiterprivate.h: underscore-ification
9203
9204         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
9205         to instead say "only useful to implement widgets"
9206
9207         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
9208         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
9209         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
9210
9211         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
9212         This function was completely broken
9213
9214         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
9215
9216         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
9217
9218         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
9219
9220         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
9221
9222         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
9223
9224         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
9225
9226         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
9227         gtk_paint_layout
9228
9229         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
9230         gtk_paint_layout
9231
9232         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
9233         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
9234         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
9235         which were not implemented.     
9236
9237         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
9238         insert_pixbuf signal. Rename delete_text to delete_range since it
9239         also deletes pixbufs and child anchors. This almost closes bug
9240         40245 (still need to deal with child anchors)
9241
9242         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
9243         insert_pixbuf, change signal names as appropriate, change types of
9244         signals taking marks/tags to have the specific type, not just
9245         G_TYPE_OBJECT
9246         
9247         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
9248         closes bug 40051
9249
9250         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
9251         unnecessary remove_contents() call
9252         (gtk_option_menu_class_init): add a "changed" signal, closes
9253         bug 40039
9254         (gtk_option_menu_update_contents): emit "changed" if the 
9255         active menu item changes
9256
9257         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
9258         cast to GtkObject, reported by Jonas Borgstrom
9259         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
9260         we can't do stuff with side effects in finalize. Instead, spew a
9261         warning if the loader isn't closed.
9262
9263         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
9264         colormap in here, non-X ports probably need to sync to this change
9265
9266         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
9267         assertion that colormap != NULL, you can set the colormap to NULL
9268         if you like.
9269         
9270         * Makefile.am: remove gtk-config-2.0
9271
9272         * configure.in: Use pkg-config to locate GLib. Remove
9273         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
9274         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
9275         Use pkg-config to locate Pango. Output correct Pango libs to
9276         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
9277
9278         * Makefile.am (pkgconfig_DATA): install only target-specific pc
9279         files
9280         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
9281         X11 pc files
9282
9283         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
9284         unref from here
9285
9286 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
9287
9288         * configure.in:
9289         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
9290
9291 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
9292
9293         * gtk/gtktextlayout.c
9294         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
9295         variable when moving back onto a single line.
9296
9297 2001-01-01  Havoc Pennington  <hp@redhat.com>
9298
9299         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
9300
9301         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
9302
9303         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
9304         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
9305
9306 2001-01-01  Havoc Pennington  <hp@redhat.com>
9307
9308         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
9309
9310         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
9311         GtkTextAttributes
9312
9313         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
9314         #40246
9315         (gtk_text_attributes_copy_values): rename from 
9316         gtk_text_attributes_copy
9317         (gtk_text_attributes_copy): a more standard GTK copy function, 
9318         which returns a new object
9319
9320 2001-01-01  Havoc Pennington  <hp@redhat.com>
9321
9322         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
9323         
9324         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
9325         don't fill in tree_view->priv->selection, kind of an unexpected
9326         side effect
9327
9328         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
9329         gtkintl.h
9330         
9331         * gtk/gtkcellrenderer.c: Remove definition of _ and include
9332         gtkintl.h
9333         (gtk_cell_renderer_get_property): remove calls to g_value_init
9334
9335         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
9336         gtkintl.h
9337
9338         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
9339         and include gtkintl.h
9340         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
9341         property names
9342
9343         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
9344         GtkTreeSelection
9345         (_gtk_tree_selection_new_from_with_view): rename, return
9346         GtkTreeSelection
9347         (_gtk_tree_selection_set_tree_view): rename with uscore
9348         (gtk_tree_selection_get_selected): fill in the "model" out param
9349         first, so it gets filled in even if we return at the top of the 
9350         function
9351         (gtk_tree_selection_real_select_all): add a comment and an else{}
9352         to clarify this a bit
9353         (gtk_tree_selection_real_unselect_all): add the same else{}
9354
9355         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
9356         set_tree_view to have underscore prefixes, move them to the
9357         private header, fix return type of new_with_tree_view
9358         (struct _GtkTreeSelection): mark struct
9359         fields private  
9360
9361         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
9362         GtkTreeModelFlags, not a guint
9363         (gtk_tree_path_prev): return gboolean not gint
9364         (gtk_tree_path_up): return gboolean not gint
9365
9366         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
9367         return GtkTreeModelFlags, not a guint
9368
9369         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
9370         that child model is non-null before unrefing it
9371         (g_value_int_compare_func): make this a qsort compare func, not 
9372         a boolean predicate
9373
9374         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
9375         (add -umn to the end), and mark it unimplemented
9376         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
9377         I don't see what it's for - doesn't the model always sort itself?
9378         (gtk_tree_model_sort_set_compare): this had the wrong signature
9379
9380         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
9381         Fix the docs to say that it destructively replaces existing
9382         attributes (previously said that it added attributes).
9383         (gtk_tree_view_column_set_visible): canonicalize bool before
9384         equality testing. Also, check for realization before
9385         hiding/showing the tree_column->window; if this window could exist
9386         before realization, then it's busted and needs fixing, we can't 
9387         create GDK resources pre-realization. Also, remove
9388         superfluous queue_resize(), since set_size() does that for us.
9389         (gtk_tree_view_column_set_col_type): check realization before 
9390         using tree_column->window
9391
9392         * gtk/gtktreedatalist.c: fix filename in copyright notice
9393
9394 2000-12-31  Havoc Pennington  <hp@pobox.com>
9395
9396         * gtk/gtktextview.c: Rearrange all the
9397         scroll-while-dragging-or-selecting code to be different, not
9398         necessarily better. ;-)
9399         (gtk_text_view_scroll_to_mark): Change this
9400         function to take within_margin as a fraction instead of a pixel
9401         value, and to take alignment arguments (indicating where to align 
9402         the mark inside the visible area)
9403         
9404         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
9405         to GtkObject
9406
9407         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
9408         behavior so that offsets past the end of the line are not 
9409         allowed, and an offset equal to the line length moves the iterator
9410         to the next line
9411         (gtk_text_iter_set_line_index): make parallel change
9412         (gtk_text_iter_get_bytes_in_line): add this function
9413         
9414         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
9415         of byte indexes off the end of the line; byte index at the end of
9416         the line now returns FALSE and doesn't fill in the requested
9417         values, byte index past the end of the line is an error.  Also,
9418         don't allow -1 offset anymore, since its meaning is unclear.
9419
9420         This change exposes some bug in visual cursor motion, where we
9421         end up with a huge invalid byte index; needs fixing. Symptom of 
9422         bug is a crash when you hit up arrow.
9423         
9424         (_gtk_text_line_char_locate): match the change to byte_locate
9425
9426         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
9427         from start of line properly. fixes bug reported by Mikael
9428         Hermansson where backspace would delete all text before the
9429         cursor.
9430
9431 2000-12-30  Tor Lillqvist  <tml@iki.fi>
9432
9433         * gdk/win32/gdkwindow-win32.c
9434         (gdk_window_impl_win32_get_visible_region): New function, as in
9435         the X11 backend.
9436         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
9437         instead of duplicating the same code here.
9438
9439         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
9440         GDK_COLORMAP macro.
9441
9442         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
9443         destroy function.
9444         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
9445         access that.
9446
9447         * gtk/gtk.def: Update.
9448
9449         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
9450
9451 2000-12-30  Havoc Pennington  <hp@pobox.com>
9452
9453         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
9454         colormap on input only windows, to avoid special cases all over
9455         the code for these windows.
9456
9457 2000-12-26  Tor Lillqvist  <tml@iki.fi>
9458
9459         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
9460         we are on a palettized display ("PseudoColor" in X11), as the code
9461         for that doesn't work anyway, and never has.
9462
9463 2000-12-22  Alexander Larsson  <alexl@redhat.com>
9464
9465         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
9466         Don't use isprint() for chars > 255.
9467
9468 2000-12-21  Havoc Pennington  <hp@redhat.com>
9469
9470         * tests/testtreeview.c: more work
9471
9472 2000-12-21  Alexander Larsson  <alexl@redhat.com>
9473
9474         * docs/README.linux-fb:
9475         Update the docs to the new pangoft2 way.
9476
9477 2000-12-21  Alexander Larsson  <alexl@redhat.com>
9478
9479         * configure.in:
9480         For linux-fb get the pangoft2 cflags and libs. This needs a recent
9481         pango version.
9482         Remove modules/linux-fb/Makefile.
9483
9484         * gdk/linux-fb/gdkdrawable-fb2.c:
9485         Render glyphs using freetype.
9486
9487         * gdk/linux-fb/gdkfb.h:
9488         Add new fb-specific functions needed for managing windows.
9489
9490         * gdk/linux-fb/gdkmain-fb.c:
9491         Remove gdk_font_init/fini() calls.
9492
9493         * gdk/linux-fb/gdkpango-fb.c:
9494         Remove old implementation. Use pangoft2 instead.
9495
9496         * gdk/linux-fb/gdkprivate-fb.h:
9497         Remove PangoFBFont and related stuff.
9498
9499         * gdk/linux-fb/gdkwindow-fb.c:
9500         Implement drawable->get_visible_region.
9501         Implement support for _gdk_window_set_child_handler () and
9502         _gdk_window_get_decorations().
9503
9504         * modules/Makefile.am:
9505         Remove linux-fb subdir.
9506
9507         * modules/linux-fb/*:
9508         Removed all.
9509         
9510 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
9511
9512         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
9513         calls, as they are no longer needed.
9514
9515         * gtk/gtktreemodelsort.c: Fix up the comparison code.
9516         
9517         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
9518         figure out how to emit a signal on an interface.
9519
9520 2000-12-20  Havoc Pennington  <hp@redhat.com>
9521
9522         * tests: new directory to contain tests, gtk/test* should move
9523         here sometime (with appropriate on-cvs-server hackery)
9524
9525         * tests/testtreeview.c, tests/Makefile.am: a test
9526         
9527         * configure.in (AC_OUTPUT): add tests/Makefile
9528
9529         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
9530         and "invisible_set" which were missing
9531
9532         * gtk/gtkrbtree.h: some cheesy indentation fix
9533         
9534 2000-12-20  Alexander Larsson  <alexl@redhat.com>
9535
9536         * gtk/gtkinvisible.c (gtk_invisible_realize):
9537         Attach the style to the window so that the style it is not
9538         leaked when unrealizing the window.
9539
9540 2000-12-18  Havoc Pennington  <hp@redhat.com>
9541
9542         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
9543         begin/end user action where appropriate
9544         (gtk_text_view_commit_handler): add begin/end user action
9545
9546         * gtk/gtktextbuffer.c: add begin/end user action signals, and
9547         bracket interactive operations with begin/end user action pair.
9548         
9549         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
9550         "interactive" arg from insert_text and delete_text signals.
9551         Add begin_user_action, end_user_action signals
9552         (gtk_text_buffer_begin_user_action): 
9553         (gtk_text_buffer_end_user_action): New functions to delimit 
9554         a user-visible action
9555
9556         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
9557         signals.
9558         
9559 2000-12-18  Havoc Pennington  <hp@redhat.com>
9560
9561         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
9562         was pretty non-working.
9563
9564         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
9565         by passing the length to g_utf8_validate().
9566
9567 2000-12-16  Havoc Pennington  <hp@pobox.com>
9568
9569         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
9570         Port to GObject, can go back in gdk-pixbuf after setting up 
9571         a gdk-pixbuf-marshal.h header over there.
9572
9573         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
9574         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
9575         args
9576         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
9577         set
9578         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
9579         here, do it when we create the buttons later
9580         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
9581         (gtk_tree_view_map): paranoia checks that column->button is shown 
9582         and unmapped
9583         (gtk_tree_view_size_request): only request visible children.
9584         Move header size calculation in here, for cleanliness, and 
9585         to maintain invariants for child widgets if we eventually 
9586         let users set different children inside the buttons
9587         (gtk_tree_view_map_buttons): factor out code to map buttons,
9588         since it was being called several times
9589         (gtk_tree_view_size_allocate_buttons): move_resize the drag
9590         windows instead of just moving them; their height may change 
9591         if we allow random widgets in there, or the theme changes.
9592         (gtk_tree_view_size_allocate): move button size allocation 
9593         above emitting the scroll signals, to ensure a sane state when we
9594         hit user code
9595         (gtk_tree_view_button_release): remove queue_resize after
9596         tree_view_set_size(), set_size() will handle any resize queuing
9597         that's needed
9598         (gtk_tree_view_focus_in): just queue a draw, don't fool with
9599         draw_focus goo
9600         (gtk_tree_view_focus): use gtk_get_current_event() and
9601         gdk_event_get_state()
9602         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
9603         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
9604         semicolon
9605         (gtk_tree_view_create_button): show the button here
9606         (gtk_tree_view_button_clicked): actually emit the clicked signal
9607         on the column
9608         (_gtk_tree_view_set_size): return right away if the size is
9609         unchanged, as a cheesy optimization
9610         (gtk_tree_view_setup_model): rename set_model_realized to 
9611         setup_model to match the flag that indicates whether we've 
9612         called it
9613         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
9614         exist, because set_scroll_adjustment does that and it shouldn't
9615         matter what order you call these in
9616         (gtk_tree_view_get_vadjustment): ditto
9617         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
9618         for paranoia
9619         (gtk_tree_view_set_headers_visible): call
9620         gtk_tree_view_map_buttons() instead of using cut-and-paste code
9621         (gtk_tree_view_append_column): clarify whether the return value
9622         is the count of columns before or after, and do the increment 
9623         separately from the return statement so you can tell from the code.
9624         (gtk_tree_view_remove_column): ditto
9625         (gtk_tree_view_insert_column): ditto
9626         (gtk_tree_view_get_column): remove g_return_if_fail for columns
9627         outside the existing range, the docs say that outside-range
9628         columns are allowed, so we handle them as documented. (Presumably
9629         this allows a nice loop with column != NULL as test.)
9630         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
9631         mean (left/right/center etc.).
9632         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
9633         (gtk_tree_view_expand_row): add docs
9634         (gtk_tree_view_collapse_row): add docs
9635
9636         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
9637         function to emit the clicked signal on a column
9638         
9639         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
9640         state of an event
9641         (gdk_event_get_time): don't treat GDK_SCROLL 
9642         as a button event, remove default case from switch so gcc 
9643         will whine if we don't explicitly handle all event types
9644
9645         * gtk/gtktreeselection.h: added some FIXME 
9646         
9647         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
9648         "columns" to "n_columns" and "column" to "columns" for clarity
9649
9650 2000-12-16  Havoc Pennington  <hp@pobox.com>
9651         
9652         * gtk/gtktextiter.c: General cleanup of the log attr iteration
9653         stuff. This should make e.g. the delete key work again in the
9654         text widget...
9655         (gtk_text_iter_forward_cursor_positions): handle negative count
9656         (gtk_text_iter_backward_cursor_positions): handle negative count
9657         (gtk_text_iter_forward_word_ends): handle negative count
9658         (gtk_text_iter_backward_word_starts): handle negative count
9659
9660         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
9661         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
9662         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
9663         GObject. No doubt will cause breakage.
9664
9665         * demos/gtk-demo/textview.c: remove hacks around
9666         non-GObject-ification of the text objects
9667
9668         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
9669         the text tag
9670         
9671 2000-12-14  Havoc Pennington  <hp@pobox.com>
9672
9673         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
9674         that we have Xrender
9675
9676 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
9677
9678         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
9679         Add two virtualized functions gdk_drawable_get_clip_region - to
9680         get the clip region when drawing.
9681         
9682         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
9683         use invalidate_region.
9684
9685         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
9686         region.
9687
9688         * acconfig.h configure.in: Check for Xft. For now, assume
9689         that if Xft is found, Pango was compiled with Xft support
9690         as well.
9691
9692         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
9693         gdk_colormap_query_color().
9694         
9695         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
9696         with Xft if appropriate.
9697
9698         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
9699         a pangoxft context if we have XFT and the environment
9700         variable GD_USE_XFT is set.
9701         
9702         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
9703         and also possibly an XftDraw structure.
9704
9705         * gtk/gtkfontsel.c: Handle the case where the font from the
9706         style doesn't match any of the fonts a bit better.
9707         
9708         * gtk/testgtk.c: Add tabs between directional segments for
9709         hebrew/arabic test. (Not really necessary, just a little
9710         prettier.)
9711
9712 2000-12-14  Havoc Pennington  <hp@redhat.com>
9713
9714         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
9715         reading a file
9716
9717 2000-12-14  Havoc Pennington  <hp@redhat.com>
9718
9719         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
9720         unused call to get_last_line()
9721
9722         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
9723         here until boxed is working (and maybe after that - we should
9724         really not gratuitously break old code)
9725
9726         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
9727         specific types for font_desc and tabs args, move them to
9728         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
9729         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
9730
9731         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
9732         use GTK_TYPE_POINTER for signal signatures as a hack-around
9733
9734         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
9735         PangoTabArray
9736
9737         * gtk/gtktextlayout.c (line_display_iter_to_index): 
9738         make static
9739         (line_display_index_to_iter): make static
9740
9741         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
9742         to marshal a string not a boxed
9743
9744         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
9745
9746         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
9747         since the UTF-8 isn't validated yet
9748
9749         * gtk/gtktextsegment.c (char_segment_check_func): don't require
9750         lines to end in '\n'
9751         
9752         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
9753         forward_to_delimiters, and grapheme boundaries
9754         (gtk_text_view_delete_from_cursor): properly handle non-newline
9755         delimiters, and grapheme boundaries
9756
9757         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
9758         to gtk_text_iter_forward_to_delimiters, and make it work properly
9759         if empty lines end with a character other than '\n'
9760
9761         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
9762         position
9763
9764 2000-12-15  Tor Lillqvist  <tml@iki.fi>
9765
9766         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
9767
9768         * gtk/gtk.def
9769         * gdk/gdk.def: Update.
9770
9771         * gdk/win32/gdkmain-win32.c
9772         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
9773         gdkmain-win32.c here.
9774
9775         * gdk/win32/makefile.mingw.in (all): No need to make
9776         gdk-win32res.o here, the makefile one step up will call us to make
9777         it.
9778
9779         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
9780         gdkkeys-win32.
9781
9782         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
9783
9784         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
9785         call to g_source_add().
9786
9787         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
9788         leak. Thanks to Andreas Kemnade.
9789
9790 2000-12-13  Havoc Pennington  <hp@pobox.com>
9791
9792         * gtk/gtktextbtree.h: Remove double _ in front of some functions
9793
9794         * gtk/gtktext*.[hc]: update accordingly
9795         
9796 2000-12-13  Havoc Pennington  <hp@pobox.com>
9797
9798         * gtk/gtktextbtree.h: Put _ in front of every function in this 
9799         header file
9800
9801         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
9802
9803 2000-12-13  Alex Larsson  <alexl@redhat.com>
9804
9805         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
9806         Add support for ps2 intellimouse.
9807
9808         * gdkkeyboard-fb.c:
9809         Move shift-F1 repaint handling to xlate handler only.
9810         
9811         * docs/README.linux-fb:
9812         Add imps2 to docs.
9813         Document the new refresh keys.
9814         
9815 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
9816
9817         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
9818
9819         * gtk/gtkbox.c: change property types from (u)long to (u)int for
9820         ::position and ::padding.
9821
9822         * gtk/gtkcontainer.c: make ::border_width an INT property.
9823
9824         * gtk/gtkpacker.c: make ::position an INT property.
9825
9826         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
9827         guard against NULL h/v scrollbars, since this is used at construction
9828         time.
9829
9830         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
9831         internal gtk_clist_constructor().
9832
9833         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
9834         gtk_ctree_constructor().
9835
9836         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
9837         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
9838
9839         * docs/reference/Makefile.am: fun stuff, disabled docs generation
9840         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
9841
9842         * gtk/gtkwidget.[hc]:
9843         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
9844         and gtk_widget_get().
9845         (gtk_widget_new): use g_object_new_valist().
9846         (gtk_widget_set): use g_object_set_valist().
9847
9848         * gtk/gtkobject.[hc]:
9849         removed gtk_object_arg_get_info(), gtk_object_getv(),
9850         gtk_object_query_args(), gtk_object_newv(),
9851         gtk_object_class_add_signals(),
9852         gtk_object_class_user_signal_new(),
9853         gtk_object_class_user_signal_newv(),
9854         gtk_object_arg_set(), gtk_object_arg_get(),
9855         gtk_object_args_collect(),
9856         gtk_object_default_construct(),
9857         gtk_object_constructed(),
9858         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
9859         removed nsignals, signals and n_args members from GtkObjectClass.
9860         (gtk_object_new): use g_object_new_valist().
9861         (gtk_object_set): use g_object_set_valist().
9862         (gtk_object_get): use g_object_get_valist().
9863         
9864         * gtk/gtkcompat.h: define gtk_object_default_construct().
9865         
9866         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
9867         g_object_new().
9868
9869         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
9870         fucntions, cleaned up method assignments (make sure your structures
9871         are setup properly before calling out). removed all GTK_CONSTRUCTED
9872         hacks ;)
9873
9874 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
9875
9876         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
9877         off-by-one error in checks. (Dave Lambert)
9878
9879 2000-12-12  Alexander Larsson  <alexl@redhat.com>
9880
9881         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
9882         Don't free gdk_fb_keyboard twice.
9883
9884 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
9885
9886         * gtk/testgtk.c:
9887         (create_tooltips): 
9888         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
9889         use GObject swapped_signal:: properties instead.
9890
9891         * gtk/gtkcellrenderertoggle.c: 
9892         * gtk/gtkcellrenderertextpixbuf.c: 
9893         * gtk/gtkcellrenderertext.c: 
9894         * gtk/gtkcellrendererpixbuf.c: 
9895         * gtk/gtkcellrenderer.c:
9896         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
9897         missing warnings for invalid property ids, install properties
9898         with g_object_class_install_property() now.
9899         
9900         * gtk/gtksignal.c:
9901         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
9902         
9903 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
9904         
9905         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
9906         to determine if a window is the focus widget within
9907         its toplevel.
9908
9909         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
9910         to be boolean.
9911
9912         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
9913         of the case where the container CAN_FOCUS to here instead
9914         of having it in each individual move-the-focus place.
9915
9916         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
9917         focusing to be geometric in a much more obvious sense. Arrowing
9918         around is still non-intuitive because it isn't perfect and
9919         because entries, etc, grab the arrow keys, but it at least
9920         usually will do what you expect now.
9921         
9922         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
9923         file.
9924
9925         * gtk/gtknotebook.c: Change tabs to be a single item in
9926         the focus chain. Make movement of focus on tabs with arrow
9927         keys wrap around.
9928         
9929         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
9930         CHECK_FIND_CHILD macro to give informative error messages
9931         instead of silent returns.
9932
9933         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
9934         flag since we handle GdkReturn on the tabs.
9935
9936         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
9937         windows rather than sending expose events directly.
9938
9939         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
9940         definition for GtkNotebookPage into .c file, since it is private.
9941
9942         * gtk/testgtk.c (create_notebook): Add option for 
9943         testing borderless notebook.
9944
9945         * gtk/testgtk.c (page_switch): Removed egregious poking
9946         around in GTK+ internals.
9947
9948         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
9949
9950         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
9951         properly through gtk_clist_focus. Make the title headers a
9952         single item in the tab-focus chain, and make left-right wrap
9953         around.
9954
9955         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
9956         focus method so that wrapping around works properly.
9957
9958         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
9959         that is handled for the widget now. 
9960
9961 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
9962
9963         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
9964         widgets as TOPLEVEL.
9965
9966         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
9967         TOPLEVEL widgets are containers.
9968
9969         * gtk/gtkinvisible.h: Remove useless include.
9970
9971 2000-12-11  Havoc Pennington  <hp@redhat.com>
9972
9973         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
9974         Handle chopping off \r\n and 0x2029 in addition to \n before
9975         passing to PangoLayout
9976
9977         * gtk/gtkimcontextsimple.c
9978         (gtk_im_context_simple_get_preedit_string): 
9979         return an empty string if no match is pending
9980
9981         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
9982         assertion that the returned preedit string was sane
9983
9984         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
9985         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
9986         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
9987
9988 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
9989
9990         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
9991         Fix up finalizer to chain to its parent.
9992
9993 2000-12-11  Alexander Larsson  <alexl@redhat.com>
9994
9995         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
9996         Clearified the difference between the keyboard types. Wrote a note
9997         about the magic sysrq key to get out of raw mode.
9998
9999 2000-12-09  James Henstridge  <james@daa.com.au>
10000
10001         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
10002         member to hold masks for detecting the start of a protocol packet.
10003         (mouse_devs): add packet start masks for ps2 and ms device types.
10004         Left the mask for fidmour blank, as I have no idea what it should
10005         be.
10006         (handle_mouse_io): skip bytes until we get to the start of a
10007         packet.  My Logitech mouse seems to be passing an extra NULL pad
10008         byte, and GPM does a similar thing here.
10009         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
10010         this is the ms mouse driver.
10011         (gdk_fb_mouse_ms_packet): fix up button handling, which was
10012         completely broken except for button1.  It was checking the wrong
10013         bit in the packet for the status of the right mouse button, and
10014         wrongly assuming right == button2 rather than 3.  I fixed that and
10015         also added support for middle button (button2).
10016
10017 2000-12-08  Havoc Pennington  <hp@redhat.com>
10018
10019         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
10020         that cause a segfault on text insertion
10021
10022         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
10023         warning
10024
10025         * gtk/gtktextiter.c (test_log_attrs): use
10026         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
10027
10028         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
10029         Get log attrs for a line, using a cache stored on the buffer
10030         
10031         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
10032         reported by Jeff Franks
10033
10034 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
10035
10036         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
10037         /dev/ttyS0 -> /dev/mouse
10038
10039 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
10040
10041         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
10042         Added dummy gdk_fontset_load.
10043
10044 2000-12-08  Alexander Larsson  <alexl@redhat.com>
10045
10046         * docs/README.linux-fb:
10047         * docs/Makefile.am:
10048         Initial GtkFB docs.
10049         
10050         * gdk/linux-fb/Makefile.am:
10051         Define GDK_DATA_PREFIX.
10052
10053         * gdk/linux-fb/gdkmain-fb.c:
10054         Fix typo.
10055         Change default display to /dev/fb0.
10056
10057         * gdk/linux-fb/gdkpango-fb.c:
10058         Add $(prefix)/share/fonts/ to font path.
10059         
10060 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
10061
10062         * gdk/linux-fb/gdkkeyboard-fb.c:
10063         New file containing the abstracted keyboard driver. Most code
10064         taken from gdkinput-ps2.c
10065
10066         * gdk/linux-fb/gdkinput-ps2.c:
10067         Removed file.
10068         
10069         * gdk/linux-fb/Makefile.am:
10070         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
10071
10072         * gdk/linux-fb/gdkcolor-fb.c:
10073         display->fb was renamed to display->fb_fd.
10074
10075         * gdk/linux-fb/gdkcursor-fb.c:
10076         gdk_mouse_get_info -> gdk_fb_mouse_get_info
10077
10078         * gdk/linux-fb/gdkinput.c:
10079         Moved gdk_input_init here from gdkinput-ps2.c
10080
10081         * gdk/linux-fb/gdkmain-fb.c:
10082         display->fb was renamed to display->fb_fd.
10083         Now the tty and the console is opened here instead
10084         of in the keyboard driver. Also check GDK_VT to see what
10085         tty to open.
10086         Move gdk_beep () here from gdkinput-ps2.c
10087         gdk_mouse_get_info -> gdk_fb_mouse_get_info
10088
10089         * gdk/linux-fb/gdkmouse-fb.c:
10090         Add header.
10091         gdk_mouse_get_info -> gdk_fb_mouse_get_info
10092         Return correct keyboard modifiers.
10093         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
10094
10095         * gdk/linux-fb/gdkprivate-fb.h:
10096         Add tty and vt info to display.
10097         Add orignal modeinfo storage to display
10098         Update global functions
10099
10100         * gdk/linux-fb/gdkwindow-fb.c:
10101         Added gdk_fb_window_find_focus().
10102         gdk_mouse_get_info -> gdk_fb_mouse_get_info
10103
10104 2000-12-07  Havoc Pennington  <hp@pobox.com>
10105
10106         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
10107         function, noticed by Alex
10108
10109 2000-12-06  Elliot Lee  <sopwith@redhat.com>
10110
10111         * configure.in: Detect freetype properly
10112
10113         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
10114         above.
10115
10116 2000-12-06  Alexander Larsson  <alexl@redhat.com>
10117
10118         * gdk/linux-fb/Makefile.am:
10119         Add gdkmouse-fb.c
10120         
10121         * gdk/linux-fb/gdkmouse-fb.c:
10122         New file. Abstracted the mouse drivers a bit.
10123
10124         * gdk/linux-fb/gdkcursor-fb.c:
10125         The cursor hide/show functions was moved here from gdkinput-ps2.c.
10126
10127         * gdk/linux-fb/gdkinput-ps2.c:
10128         Removed old mouse handling code. Moved cursor handling code
10129         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
10130         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
10131         gdk_mouse_get_info.
10132
10133         * gdk/linux-fb/gdkmain-fb.c:
10134         Pass NULL pointers for x,y in gdk_mouse_get_info call.
10135
10136         * gdk/linux-fb/gdkprivate-fb.h:
10137         Removed public gdk_fb_find_common_ancestor, added and renamed
10138         functions for the new mouse handling code.
10139
10140         * gdk/linux-fb/gdkwindow-fb.c:
10141         Moved gdk_fb_window_send_crossing_events here. added global
10142         variable gdk_fb_window_containing_pointer. made
10143         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
10144         renamed to gdk_mouse_get_info.
10145
10146 2000-12-06  Alexander Larsson  <alexl@redhat.com>
10147
10148         * gdk/linux-fb/gdkevents-fb.c:
10149         Update to match latest gmain/gsource changes.
10150
10151         * gdk/linux-fb/gdkinput-ps2.c:
10152         Bogus gdk_keymap_get_entries_for_keycode implementation so that
10153         it links. Will be implemented later.
10154
10155 2000-12-03  Havoc Pennington  <hp@pobox.com>
10156
10157         * gdk/Makefile.am: add gdkkeys.[hc]
10158
10159         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
10160         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
10161
10162         * acconfig.h, configure.in: add checks and command line options
10163         for XKB
10164
10165         * gdk/x11/gdkkeys-x11.c: Implement the above functions
10166         
10167         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
10168         and group in the key event
10169
10170         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
10171         field with the low-level hardware key code, and a group
10172         field with the keyboard group
10173
10174         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
10175         and declare a couple globals used for keymap handling
10176         
10177         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
10178         hold down Shift-Control and type a hex number to get a Unicode 
10179         character corresponding to the hex number
10180         (gtk_im_context_simple_get_preedit_string): Fix cursor position
10181         (return bytes not chars)
10182
10183 2000-12-05  Elliot Lee  <sopwith@redhat.com>
10184
10185         * gdk/gdkcolor.h: Make GdkColor specify element sizes
10186         to avoid waste on 64-bit platforms.
10187
10188 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
10189
10190         * INSTALL: Fix link to PNG home, remove reference
10191         to fribidi.
10192
10193         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
10194         
10195         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
10196         tested.)
10197
10198         * gtk/gtkcheckmenuitem.c: Permanently turn on
10199         always_show_toggle.
10200
10201         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
10202         be NULL. (Vladimir Klebanov, #26545)
10203
10204         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
10205         some signed/unsigned comparison problems. (#6510,
10206         David Kaelbling)
10207
10208         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
10209         return type to boolean (Oskar Liljeblad, #18648)
10210
10211 2000-12-05  Alexander Larsson  <alexl@redhat.com>
10212
10213         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
10214         Remove bogus colormap setting.
10215
10216 2000-12-05  Alexander Larsson  <alexl@redhat.com>
10217
10218         * gdk/linux-fb/gdkcolor-fb.c:
10219         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
10220
10221         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
10222         Must set colormap.
10223         
10224 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
10225
10226         * docs/tutorial/gtk-tut.sgml: DND updates
10227
10228 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
10229
10230         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
10231         Remove old debug g_warning().
10232         (gdk_fb_draw_drawable): The src argument can be either a wrapper
10233         or an implementation, just pass the implementation to draw_drawable_2.
10234         
10235         * gdk/linux-fb/gdkprivate-fb.h:
10236         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
10237
10238         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
10239         clear and invalidate area when window is destroyed.
10240         (send_map_events): Remove old commented out code.
10241
10242 2000-12-05  Alexander Larsson  <alexl@redhat.com>
10243
10244         * gdk/linux-fb/gdkpango-fb.c:
10245         Use italic instead of oblique in font aliases.
10246         
10247         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
10248         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
10249         other unsupported functions.
10250
10251 2000-12-04  Havoc Pennington  <hp@redhat.com>
10252
10253         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
10254
10255         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
10256
10257         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
10258
10259         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
10260         hack to avoid infinite loops (synthetic expose event) - 
10261         Owen has more appropriate fixes in a branch he'll check in later.
10262
10263         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
10264         separator, CR, and CRLF as line ends
10265
10266         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
10267         into lines using pango_find_paragraph_boundary(); other bits of
10268         the widget are still going to be broken if the boundary isn't '\n'
10269         though
10270
10271 2000-12-04  Alexander Larsson  <alexl@redhat.com>
10272
10273         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
10274         multiply.
10275
10276         * gdk/linux-fb/gdkpango-fb.c:
10277         Copied some 26.6 scaling macros from pango to clean up the rounding.
10278         (pango_fb_font_get_glyph_info): Correct sign on x value.
10279
10280         * gdk/linux-fb/gdkprivate-fb.h:
10281         Removed unreferenced external functions.
10282
10283         * modules/linux-fb/Makefile.am: Use ` instead of '.
10284
10285         * modules/linux-fb/basic.c:
10286         Remove dead code. In particular the dummy lang engine which broke all
10287         pango layouts in GtkFB. Don't include tables-big.i anymore.
10288
10289         * modules/linux-fb/tables-big.i:
10290         Upgrade to latest version from pango. Left for reference, basic_ranges
10291         moved to basic.c.
10292         
10293 2000-12-04  Havoc Pennington  <hp@redhat.com>
10294
10295         Fix bugs Alex found:
10296         
10297         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
10298         to "draw"
10299
10300         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
10301
10302         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
10303
10304         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
10305         implementation in here, apparently the expose() implementation was
10306         dead code.
10307
10308 2000-12-04  Alexander Larsson  <alexl@redhat.com>
10309
10310         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
10311         Return positive descent.
10312
10313 2000-12-02  Havoc Pennington  <hp@pobox.com>
10314
10315         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
10316         method and signal
10317         
10318         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
10319         calls gdk_window_process_updates() to push the exposes through
10320         (gtk_widget_class_init): No more draw signal, no
10321         gtk_widget_real_draw()  
10322         
10323         * gtk/gtkbin.c (gtk_bin_draw): remove
10324
10325         * gtk/gtkbox.c (gtk_box_draw): remove
10326
10327         * gtk/gtkbutton.c (gtk_button_draw): remove
10328
10329         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
10330
10331         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
10332
10333         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
10334
10335         * gtk/gtkclist.c (gtk_clist_draw): remove
10336
10337         * gtk/gtkentry.c (gtk_entry_draw): remove
10338
10339         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
10340
10341         * gtk/gtkfixed.c (gtk_fixed_draw): remove
10342
10343         * gtk/gtkframe.c (gtk_frame_draw): remove
10344
10345         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
10346
10347         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
10348
10349         * gtk/gtklayout.c (gtk_layout_draw): remove
10350
10351         * gtk/gtklist.c (gtk_list_draw): remove
10352
10353         * gtk/gtklistitem.c (gtk_list_item_draw): remove
10354
10355         * gtk/gtkmenu.c (gtk_menu_draw): remove
10356
10357         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
10358
10359         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
10360
10361         * gtk/gtknotebook.c (gtk_notebook_draw): remove
10362
10363         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
10364
10365         * gtk/gtkpacker.c (gtk_packer_draw): remove
10366
10367         * gtk/gtkrange.c (gtk_range_draw): remove
10368
10369         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
10370
10371         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
10372
10373         * gtk/gtktable.c (gtk_table_draw): remove
10374
10375         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
10376
10377         * gtk/gtktext.c (gtk_text_draw): remove
10378
10379         * gtk/gtktextview.c (gtk_text_view_draw): remove
10380
10381         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
10382
10383         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
10384
10385         * gtk/gtktree.c (gtk_tree_draw): remove
10386
10387         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
10388
10389         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
10390
10391         * gtk/gtkviewport.c (gtk_viewport_draw): remove
10392
10393         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
10394
10395         * gtk/gtkvscale.c (gtk_vscale_draw): remove
10396
10397         * gtk/gtkwindow.c (gtk_window_draw): remove
10398
10399 2000-20-01  Anders Carlsson  <andersca@gnu.org>
10400
10401         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
10402         a GtkToggleButton is both insensitive and active, it was being
10403         drawn by the GtkButton draw handler which doesn't check the
10404         state. Now it's calling gtk_toggle_button_paint instead.
10405         
10406 2000-12-01  Havoc Pennington  <hp@redhat.com>
10407
10408         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
10409         dangling pointers to the appearance attributes from the 
10410         line display
10411
10412         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
10413         width/height to mean "full width/height of drawable"
10414
10415         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
10416         click to select word/line
10417         
10418         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
10419         when getting log attrs. Get a slice, so that pixmaps and stuff
10420         are properly handled.
10421
10422         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
10423         paste into the selection (replaces selection now, previously
10424         crashed or added to selection). Reveals longstanding btree bug -
10425         select multiple lines, middle-click on the selection, boom. This
10426         isn't related to my changes though.
10427
10428         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
10429         PangoLogAttrs changes
10430         (gtk_entry_move_backward_word): ditto
10431
10432         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
10433         functions return bool whether the iter moved onto a
10434         dereferenceable position.
10435  
10436         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
10437         functions for motion in terms of display lines.
10438
10439         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
10440         get the buffer a mark is inside
10441         
10442 2000-12-01  Alexander Larsson  <alexl@redhat.com>
10443
10444         * gdk/linux-fb/Makefile.am:
10445         * modules/linux-fb/Makefile.am:
10446         Freetype 2 final uses freetype-config
10447
10448         * gdk/linux-fb/gdkpango-fb.c:
10449         Upgrade to use Freetype 2 final.
10450         More flexible support for font aliases, this also fixes a bug with
10451         GtkFontSelector, as the aliases must be visible in the font/family list,
10452         or GtkFontSelector reads uninitialized memory.
10453
10454 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
10455
10456         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
10457         XGetIMValues to properly terminate variable argument list, and do
10458         NULL return check for ic_values and xim_styles.
10459
10460         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
10461         Restore preedit state after XmbResetIC().
10462         
10463         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
10464         XvaCreateNestedList() should take XvaNestedList, but not
10465         XvaNestedList*.
10466
10467         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
10468         preedit_draw_callback, preedit_caret_callback): Match
10469         "preedit-changed" signal name to "preedit_changed" to be
10470         consistent to the spec.
10471
10472         * gtk/gtkimcontextsimple.c (check_table):
10473         Match "preedit-changed" to "preedit_changed" to be consistent
10474         to the spec.
10475
10476 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
10477
10478         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
10479         gc->clip_region == NULL>
10480
10481 2000-11-30  Tor Lillqvist  <tml@iki.fi>
10482
10483         Changes by Hans Breuer:
10484         
10485         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
10486         Dont't use negative width and height as max_hints. This fixes
10487         Owen's recent testgtk changes for win32.
10488
10489         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
10490         gdk_win32_hdc_release): These are exported and may be called with
10491         other drawable types than our GdkDrawableImplWin32 (?).
10492
10493         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
10494         so always #define USE_BACKING_STORE.
10495
10496         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
10497         of printf for debugging output.
10498
10499         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
10500         
10501         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
10502
10503         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
10504         declaration.
10505
10506         * gtk/gtktexttypes.h: Ditto.
10507
10508         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
10509         (GDK_VoidSymbol) also if in case of arg check failure.
10510
10511         * gtk/gtkimcontextsimple.c
10512         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
10513         position to the pointer, but to the variable it points to.
10514
10515         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
10516
10517         * gtk/gtk.def: Updates.
10518
10519 2000-11-29  Elliot Lee  <sopwith@redhat.com>
10520
10521         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
10522         GTK_TYPE_TREE_MODEL.
10523
10524 2000-11-29  Alexander Larsson  <alexl@redhat.com>
10525
10526         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
10527         Set the size of the font from the description.
10528         (gdk_text_width): Gross hack that calculates the width
10529         of text by text_length * size/2. This is necessary because
10530         GtkLabel does some ugly gtk_string_width call to calculate
10531         an good size.
10532         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
10533
10534 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
10535
10536         * docs/tutorial/gtk-tut.sgml: DND updates
10537
10538 2000-11-29  Alexander Larsson  <alexl@redhat.com>
10539
10540         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
10541         If you pass width or height == 0 to gdk_window_clear_area they
10542         should be calculated from the window size.
10543
10544 2000-11-29  Alexander Larsson  <alexl@redhat.com>
10545
10546         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
10547         a grab, but no grab-cursor, use the cursor from the grabbed
10548         window. (gdk_fb_window_send_crossing_events): Send normal
10549         enter/leave notifications if grab and owner_events == TRUE.
10550
10551 2000-11-29  Alexander Larsson  <alexl@redhat.com>
10552
10553         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
10554         Do implicit button grabs, even if the window doesn't
10555         want the event.
10556         (gdk_fb_window_send_crossing_events): If there is a
10557         grab, only the grabbed window gets normal enter/leave
10558         notifications. On ungrab go from grabbed window to current.
10559         Don't send any notification to b when propagating from c -> b.
10560         If setting a grab on window, don't set prev_window.
10561         (handle_mouse_input): Send enter/leave events to the window the
10562         mouse is over, not the grabbed one.
10563         
10564 2000-11-28  Elliot Lee  <sopwith@redhat.com>
10565
10566         * gdk/gdkregion-generic.c: Zap warning.
10567         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
10568         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
10569
10570 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
10571
10572         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
10573         The cursor should be hidden if it is part of either the
10574         source or destination region. Not only if it is in both.
10575         (gdk_window_set_transient_for): Silence warnings.
10576
10577 2000-11-28  Alexander Larsson  <alexl@redhat.com>
10578
10579         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
10580         The default mode in X is Pie Arcs, therefore that is
10581         what Gtk+ uses.
10582
10583 2000-11-28  Alexander Larsson  <alexl@redhat.com>
10584
10585         * gdk/linux-fb/gdkinput-ps2.c:
10586         Implement correct EnterNotify/LeaveNotify:
10587         (gdk_fb_window_send_crossing_events): New function that sends
10588         all GdkCrossingEvents from the last mouse-window to the specified
10589         destination.
10590         (gdk_fb_window_visibility_crossing): Removed function.
10591         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
10592         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
10593         instead of gdk_window_get_pointer() for better readability.
10594
10595         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
10596         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
10597
10598         * gdk/linux-fb/gdkprivate-fb.h:
10599         removed gdk_fb_window_visibility_crossing, added
10600         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
10601
10602         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
10603         New function that finds the least common ancestor of two windows.
10604         (gdk_window_show, gdk_window_hide):
10605         Use gdk_fb_window_send_crossing_events.
10606         (gdk_fb_window_move_resize): Send configure events to toplevel
10607         windows. Use gdk_fb_window_send_crossing_events.
10608
10609 2000-11-27  Havoc Pennington  <hp@redhat.com>
10610
10611         * gtk/gtkprivate.h (enum): Remove a trailing comma
10612
10613 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
10614
10615         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
10616         the "changed" callback of the adjustment.  We need to redraw the
10617         spin button's arrows when the adjustment's range changes.
10618         (adjustment_changed_cb): Draw the arrows.
10619         (gtk_spin_button_value_changed): Draw the arrows.
10620
10621 2000-11-23  Alexander Larsson  <alexl@redhat.com>
10622
10623         * gdk/linux-fb/gdkselection-fb.c:
10624         Initial selection implementation.
10625
10626         * gtk/gtkselection.c:
10627         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
10628         requestor in gtk_selection_request.
10629         
10630         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
10631         Added gdk_selection_property atom.
10632
10633         * gdk/linux-fb/gdkprivate-fb.h:
10634         Export _gdk_selection_window_destroyed.
10635         Removed mask_off_x/y from GdkCursorPrivateFB.
10636         Removed hbearing, added top, left to PangoFBGlyphInfo.
10637
10638         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
10639         Call _gdk_selection_window_destroyed
10640         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
10641         the root window has been created.
10642         (static_dx_hack, static_dy_hack, compare_draw_rects,
10643         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
10644         in region. They are already sorted. Instead just traverse them in
10645         reverse if draw_direction < 0.
10646         
10647         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
10648         Double-clicks must be sent after the normal button_press.
10649         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
10650         
10651         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
10652         Pass _gdk_fb_screen_gc instead of NULL.
10653
10654         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
10655         Initialize gdk_selection_property.
10656         (gdk_event_make): Remove unused code.
10657
10658         * gdk/linux-fb/gdkcursor-fb.c:
10659         Make the pixmap for the cursor the same size as the mask. Also remove
10660         the mask_off_x/y fields in GdkCursorPrivateFB and combine
10661         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
10662         Now the whole cursor is visible.
10663
10664         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
10665         Fix bug where xdest+height instead of ydest+height was used
10666         to calculate if the source and dest overlapped. This fixes the
10667         redraw bug when the main window in testgtk was scrolled when
10668         partially covered by a tall window.
10669         Copy rectangles in region in order depending on draw_direction.
10670         Also moved the draw_direction flipping of start_y and end_y into
10671         the gc functions, as this might not be what all of them want.
10672         (gdk_fb_draw_lines): Support dashed lines.
10673         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
10674         so that the text is positioned correctly (was 1 pixel high).
10675
10676         gdk/linux-fb/gdkgc-fb.c:
10677         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
10678         all lines were drawn a pixel to short. Also checked the default of
10679         the rest of the values, and they're the same as X now.
10680
10681         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
10682         Clean up pixel positioning of the glyphs. Just use bgy->top and
10683         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
10684         to all divisions to get correct rounding behaviour.
10685
10686         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
10687         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
10688         Moved start_y/end_y flip into draw_drawable implementations.
10689         Flip also x rendering when draw_direction < 0.
10690         Remove unneccesary multiply with draw_direction.
10691
10692 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
10693
10694         * docs/tutorial/gtk-tut.sgml:
10695           - get rid of gtk_toggle_button_toggled FUD
10696           - start DND section - needs work - based on:
10697                 http://wolfpack.twu.net/docs/gtkdnd/
10698
10699 2000-11-22  Alexander Larsson  <alexl@redhat.com>
10700
10701         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
10702         Correct calculation of font metrics. Now GtkEntrys have sane
10703         size.
10704
10705 2000-11-22  Alexander Larsson  <alexl@redhat.com>
10706
10707         * gdk/gdktypes.h:
10708         Add new type GdkSpan
10709         
10710         * docs/reference/gdk/gdk-sections.txt,
10711         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
10712         gdk/gdkregion.h:
10713         Implement and document gdk_region_spans_intersect_foreach.
10714
10715         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
10716         Add new file gdkrender-fb.c which contains all core
10717         rendering code.
10718         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
10719         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
10720         (optimized rectangle fillers).
10721
10722         * gdk/linux-fb/gdkdrawable-fb2.c:
10723         Move all rendering code to gdkrender-fb.c.
10724         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
10725         Use the new span intersection functions in gdk_fb_fill_spans.
10726         gdk_fb_draw_rectangle() clips filled rectangles and calls
10727         gc->fill_rectangle with the result.
10728         gdk_fb_fill_spans() gets extra argument "sorted".
10729
10730         * gdk/linux-fb/gdkevents-fb.c:
10731         Remove unused includes and defines.
10732         New function gdk_fb_get_time() to get correct time for events.
10733
10734         * gdk/linux-fb/gdkinput-ps2.c:
10735         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
10736         Make sure to set the time of all events.
10737
10738         * gdk/linux-fb/gdkmain-fb.c:
10739         Use gdk_fb_get_time ().
10740
10741         * gdk/linux-fb/gdkprivate-fb.h:
10742         New virtual GC calls: fill_span & fill_rectangle.
10743         Export gdk_fb_get_time().
10744         gdk_fb_fill_spans() gets extra argument "sorted".
10745
10746         * gdk/linux-fb/mi*.c:
10747         Use GdkSpan instead of GdkRectangle.
10748         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
10749         from XFree 4 source)
10750         
10751 2000-11-22    <jrb@redhat.com>
10752
10753         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
10754         reversing the order in an if statement will do.  Doing so managed
10755         to make the treemodelsort half work.  Other half will follow after
10756         I get the insert function fully fixed.
10757
10758 2000-11-21  Elliot Lee  <sopwith@redhat.com>
10759         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
10760         more than 2 bits. Besides, I need to implement an evil hack. :)
10761
10762 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
10763
10764         * docs/tutorial/gtk-tut.sgml: minor corrections
10765
10766 2000-11-20  Jonathan Blandford <jrb@redhat.com>
10767         * gtk/gtktreemodelsort.h: Add convertion functions to let you
10768           convert to and from relative path's and iters.
10769
10770         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
10771           testing sorting functions a bit better.  Currently broken -- will
10772           fix in morning.
10773
10774 2000-11-20  Havoc Pennington  <hp@redhat.com>
10775
10776         * gtk/gtkwidget.c: Documented a bunch of functions in here
10777         (gtk_widget_realize): Warn if you try to realize
10778         a widget with no parent that isn't a toplevel
10779         (gtk_widget_intersect): return a gboolean
10780
10781 2000-11-20  Havoc Pennington  <hp@redhat.com>
10782
10783         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
10784         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
10785         scrolling to be implemented in GDK to finish. Also, right now
10786         we just size_allocate all children on every layout change,
10787         which is pretty lame. Test commented out of testtext.c, 
10788         until it works better.
10789
10790 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
10791
10792         * gdk/linux-fb/gdkdrawable-fb2.c:
10793         Removed unused arguments from gdk_fb_drawable_get_pixel().
10794
10795         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
10796         Renamed fidur specific mouse packet data in MouseDevice to
10797         generic. Used it in ps2 mouse handling code to avoid blocking
10798         reads.
10799
10800 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
10801
10802         * demos/gtk-demo/main.c: Changed to have the list become
10803         non-italic when the demo window is destroyed through an external
10804         event (like a close button).  Doing so found three bugs in the
10805         widget.
10806
10807         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
10808
10809         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
10810         we actually set the cell.
10811
10812         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
10813
10814         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
10815         free a leaked path.  Thanks memprof.
10816
10817 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
10818
10819         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
10820         off-by-one error when destroying allocated segments
10821         on failure. (Elliot)
10822
10823 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
10824
10825         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
10826         memleaks found by Evan Martin.
10827
10828 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
10829
10830         * Released 1.3.2
10831         
10832         * NEWS: Updates for 1.3.2
10833
10834 2000-11-17  Tor Lillqvist  <tml@iki.fi>
10835
10836         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
10837         but in general for window system specific events.
10838
10839         * gtk/gtk.def
10840         * gtk/makefile.mingw.in
10841         * gtk/makefile.msc.in: Update.
10842         
10843         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
10844
10845 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
10846
10847         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
10848         distribute gtk.immodules.
10849
10850         * gtk/Makefile.am (install-data-local): Don't install the
10851         gtk.immodules file created for the uninstalled modules;
10852         instead run gtk-query-immodules after install
10853
10854 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
10855
10856         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
10857         -rpath to the right install location.
10858
10859         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
10860         -export-dynamic.
10861
10862         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
10863         properly.
10864
10865 2000-11-15  Havoc Pennington  <hp@pobox.com>
10866
10867         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
10868         patch from Mikael Hermansson to temporarily stop blinking while
10869         the user is using the keyboard to type or navigate. 
10870
10871         Also, when blinking, stay on for longer than we stay off. Also,
10872         return from start_cursor_blink if !cursor_visible, to save
10873         checking that flag all over the place before we call
10874         start_cursor_blink.
10875
10876 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
10877
10878         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
10879         only contain a "fontset" line, which is now ignored.
10880
10881         * gtk/gtkentry.c (gtk_entry_button_release): Make 
10882         double-click-to-select-word work.
10883         
10884 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
10885
10886         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
10887         Don't move back one char when we are actually at the end of the 
10888         paragraph.
10889
10890 2000-11-15  Robert Brady  <robert@suse.co.uk>
10891
10892         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
10893         'o' < 'p'.
10894         
10895         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
10896         bind_textdomain_codeset.
10897
10898         (gtk_init_check): Make the warning about translating default:LTR
10899         sterner.
10900         
10901 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
10902
10903         * **/Makefile.am : remove unecessary rules for win32-specific
10904         config-substituted targets. If you want these rules, use
10905         --enable-maintainer-mode (called automatically by autogen.sh).
10906         Stops a lot of unneccessary make-time warnings.
10907
10908         * gtk/gtktext{layout,display}.c: Factor in total width as
10909         well as screen when figuring alignment for word-wrap as well as
10910         no wrap; this is necessary to handle lines that cannot be wrapped
10911         at all.
10912
10913 2000-11-15  Havoc Pennington  <hp@redhat.com>
10914
10915         * gtk/testtext.c: Implement essential color cycling feature
10916
10917 2000-11-15  Havoc Pennington  <hp@redhat.com>
10918
10919         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
10920         when we invalidate the main window.
10921
10922         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
10923         GtkTextView will now invalidate the side windows for us when text
10924         changes.
10925
10926 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
10927
10928         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
10929         unconditionally, since we may need to update the horizontal
10930         scrollbars even if the height didn't change.
10931
10932         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
10933         the extra attrs, since some of them affect size.
10934
10935         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
10936         x_offset correctly.
10937
10938 2000-11-15  Havoc Pennington  <hp@redhat.com>
10939
10940         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
10941         don't move the first line out into the margin, instead move the
10942         whole paragraph in order to make space for the first line within 
10943         the margin
10944
10945 2000-11-15  Havoc Pennington  <hp@redhat.com>
10946
10947         * gtk/gtktextview.c (changed_handler): offset redraw rect by
10948         xoffset in addition to yoffset, so horizontal scrolling doesn't
10949         break redraws
10950
10951 2000-11-15  Havoc Pennington  <hp@redhat.com>
10952
10953         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
10954         from the cursor
10955         (render_layout_line): fix reversed test that caused weird
10956         underlines to get drawn
10957
10958 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
10959
10960         * gdk/linux-fb/gdkprivate-fb.h:
10961         Fix debug macros.
10962         
10963 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
10964
10965         * gdk/linux-fb/gdkprivate-fb.h:
10966         Added virtual functions set_pixel, get_color,
10967         fill_span and draw_drawable to the GC.
10968         Added global _gdk_fb_screen_gc to use instead of
10969         NULL when drawing to the screen.
10970         Added _gdk_fb_gc_calc_state() prototype.
10971
10972         * gdk/linux-fb/gdkgc-fb.c:
10973         Call _gdk_fb_gc_calc_state() on any gc state change.
10974
10975         * gdk/linux-fb/gdkglobals-fb.c:
10976         Add _gdk_fb_screen_gc
10977                 
10978         * gdk/linux-fb/gdkdrawable-fb2.c:
10979         _gdk_fb_gc_calc_state() calculates best functions
10980         for the GC state and depth.
10981         Moved bpp specialized code to separate functions.
10982         Added optimized 24 bpp AA draw_drawable.
10983
10984         * gdk/linux-fb/gdkevents-fb.c:
10985         Silence gcc warning.
10986
10987         * gdk/linux-fb/gdkimage-fb.c:
10988         Use _gdk_fb_screen_gc
10989
10990         * gdk/linux-fb/gdkwindow-fb.c:
10991         Init and use _gdk_fb_screen_gc
10992
10993         * gdk/linux-fb/mitypes.h:
10994         Remove unused types.
10995
10996 2000-11-14  Havoc Pennington  <hp@pobox.com>
10997
10998         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
10999         to pixels
11000
11001 2000-11-14  Havoc Pennington  <hp@pobox.com>
11002
11003         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
11004
11005         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
11006         unknown char, no real reason we were using a variable. 
11007         Remove gtk_text_unknown_char variable. Fix all the text widget
11008         files accordingly.
11009
11010         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
11011         since the Unicode spec seems to prefer that character for our
11012         purposes.
11013
11014 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
11015
11016         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
11017         value of g_getenv() isn't freeable, so g_strdup it.
11018
11019         * modules/input/inuktitut.c: Inuktitut input method.
11020
11021         * modules/input/Makefile.am: Build this.
11022         
11023 2000-11-14  Elliot Lee  <sopwith@redhat.com>
11024
11025         * gtk/Makefile.am: Install gtk.immodules, needed for operation
11026         of gtk programs.
11027
11028 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
11029
11030         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
11031         reversed > that was causing Home to go to end of previous line.
11032
11033         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
11034         modified-keypresses (leave for bindings.)
11035
11036         * modules/input/Makefile.am: Remove useless -export-dynamic
11037         from module LDFLAGS.
11038
11039 2000-11-14  Havoc Pennington  <hp@redhat.com>
11040
11041         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
11042         higher.
11043
11044         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
11045         account. Also, render rise, underline, background, etc. for
11046         pixbufs as well as text. Also, draw underlines one pixel higher.
11047
11048         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
11049         PangoAttribute for the rise, so it gets drawn properly. Also,
11050         add the GtkTextAppearance attribute for pixbuf/widget segments
11051         as well; we should go ahead and have rise, underline, background,
11052         stipple work for those
11053
11054         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
11055         Pango
11056
11057 2000-11-15  Tor Lillqvist  <tml@iki.fi>
11058
11059         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
11060
11061         * gtk/gtk.def: Update.
11062
11063         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
11064         included.
11065         (gtk_rc_get_im_module_file): Use run-time installation directory
11066         on Win32.
11067
11068         * gdk/win32/rc/gdk.rc: Remove.
11069         * gdk/win32/rc/gdk.rc.in: New file.
11070         * gdk/win32/rc/Makefile.am: New file
11071         * gdk/win32/Makefile.am: Corresponding changes.
11072
11073         * gtk/gtk.rc: Remove.
11074         * gtk/gtk-win32.rc.in: New file.
11075         * gtk/Makefile.am: Corresponding changes.
11076
11077         * configure.in: Corresponding changes.
11078
11079         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
11080         has a built gtkcompat.h. Developers using CVS code on Win32 can
11081         hand-edit it from gtkcompat.h.in.
11082
11083         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
11084         gtkcompat.h from gtkcompat.h.win32.
11085
11086 2000-11-14  Havoc Pennington  <hp@redhat.com>
11087
11088         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
11089         to default to GDK_ACTION_MOVE if the drag is within a single
11090         widget. Defaults to GDK_ACTION_COPY between widgets.
11091
11092 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
11093
11094         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
11095
11096         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
11097
11098         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
11099         srcdir != builddir
11100
11101         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
11102
11103         * configure.in (GTK_VERSION): Up to 1.3.2
11104
11105         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
11106         gtkimcontextxim.h
11107
11108         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
11109         missing doc comment.
11110
11111 2000-11-14  Alexander Larsson  <alexl@redhat.com>
11112
11113         * modules/linux-fb/basic.c:
11114         Use the glib iconv wrappers.
11115
11116 2000-11-13  Havoc Pennington  <hp@pobox.com>
11117
11118         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
11119         still more bugs.
11120
11121         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
11122         scroll the GdkWindows before realization.
11123
11124 2000-11-13  Havoc Pennington  <hp@redhat.com>
11125
11126         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
11127         where GC didn't always get updated properly
11128
11129         * demos/gtk-demo/textview.c (create_tags): Use subattributes
11130         of fonts instead of setting the entire font
11131
11132         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
11133         setting entire font
11134
11135         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
11136
11137         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
11138         a bunch of individually-settable font attributes. You can still 
11139         use the "font" and "font_desc" args, they just set all the font
11140         attributes at once.
11141
11142 2000-11-13 Elliot Lee <sopwith@redhat.com>
11143
11144         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
11145
11146 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
11147
11148         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
11149         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
11150
11151         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
11152         work better.
11153
11154 2000-11-13  Havoc Pennington  <hp@redhat.com>
11155
11156         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
11157         the module file.
11158
11159         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
11160         dest->language
11161
11162         * gtk/testtext.c: Test pixels above/below/inside paragraphs
11163         settings
11164
11165         * gtk/gtktextview.c: Implement object args and setters/getters for
11166         all the aspects of the GtkTextAttributes that are not set from
11167         GtkWidget attributes. This is spacing, justification, margins,
11168         etc.
11169
11170         (gtk_text_view_set_arg)
11171         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
11172         args
11173         (gtk_text_view_class_init): Add args for justify, left_margin,
11174         right_margin, indent, and tabs
11175         
11176
11177         * gtk/gtktextlayout.c (set_para_values): fix to display indent
11178         attribute properly
11179
11180         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
11181         replace with indent attribute
11182
11183         * gtk/gtktextlayout.c (set_para_values): multiply indent by
11184         PANGO_SCALE
11185
11186         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
11187         rearranging code to do that
11188         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
11189         i.e. don't subtract the top_margin first, just to keep
11190         all margin-futzing in one place.
11191
11192         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
11193
11194         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
11195         special case of last line, Pango now handles this itself.
11196         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
11197         Y coordinate
11198         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
11199         (find_display_line_above): wasn't moving the byte index as it
11200         iterated over lines, so always returned byte 0. Also, port to use
11201         PangoLayoutIter.
11202         (find_display_line_below): same problem as
11203         find_display_line_above. Also, port to use PangoLayoutIter.
11204
11205 2000-11-13  Alexander Larsson  <alexl@redhat.com>
11206
11207         * gdk/linux-fb/*.[ch]:
11208         Massive reindent to gtk+ standard. My hands hurt.
11209
11210         * gdk/linux-fb/gdkcolor-fb.c:
11211         Move GdkColorPrivateFB from inherited to windowing_data
11212
11213         * gdk/linux-fb/gdkcursor-fb.c:
11214         _gdk_cursor_new_from_pixmap made static
11215
11216         * gdk/linux-fb/gdkdnd-fb.c:
11217         GdkDragContextPrivate moved to windowing_data
11218
11219         * gdk/linux-fb/gdkdrawable-fb2.c:
11220         Removed endian.h, use glib endianness macros instead
11221         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
11222         and GDK_DRAWABLE_IMPL_FBDATA
11223
11224         * gdk/linux-fb/gdkfont-fb.c:
11225         Add empty gdk_font_load(). Needed for linking of Gtk+.
11226
11227         * gdk/linux-fb/gdkimage-fb.c:
11228         Removed endian.h, use glib endianness macros instead
11229         Moved GdkImagePrivateFB to windowing_data
11230         gdk_image_new_bitmap didn't always allocate enough
11231         memory.
11232
11233         * gdk/linux-fb/gdkinput-ps2.c:
11234         Added semi-working support for MS serial mice.
11235
11236         * gdk/linux-fb/gdkprivate-fb.h:
11237         s/GdkWindowPrivate/GdkWindowObject/
11238         Removed GdkWindowPrivate typedef
11239         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
11240         Removed GDK_DRAWABLE_P
11241         Move GdkColorPrivateFB from inherited to windowing_data
11242         Moved GdkImagePrivateFB to windowing_data
11243
11244         * gdk/linux-fb/gdkvisual-fb.c:
11245         Removed some unused debug code.
11246
11247         * gdk/linux-fb/gdkwindow-fb.c:
11248         Use stock cursors instead of including X headers.
11249         s/GdkWindowPrivate/GdkWindowObject/
11250
11251         * gdk/linux-fb/mitypes.h:
11252         Removed unused types.
11253
11254         * modules/linux-fb/basic.c:
11255         Use the pango fribidi wrappers.
11256
11257 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
11258
11259         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
11260         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
11261         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
11262         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
11263         GEqualFunc where applicable.
11264         
11265         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
11266         pango_font_description_equal as changed in pango.
11267         
11268         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
11269
11270         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
11271
11272         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
11273
11274         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
11275
11276         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
11277
11278         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
11279
11280         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
11281         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
11282
11283         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
11284         gtk_rc_styles_compare -> gtk_rc_styles_equal.
11285
11286 2000-11-12  Havoc Pennington  <hp@pobox.com>
11287
11288         * demos/gtk-demo/Makefile.am (democodedir): change demo install
11289         dir to datadir/gtk+-2.0/demo
11290
11291         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
11292         sorts of text widget and Pango font bugs. Urgh.
11293
11294         * demos/gtk-demo/Makefile.am (demos): Add textview.c
11295
11296         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
11297         tree that you should double click to see the demo. Fix 
11298         types of variables to reflect changed return values from 
11299         GtkTreeStore and GtkTreeViewColumn constructors.
11300
11301         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
11302         newly-created buffer to prepare for GObject semantics
11303
11304         * gtk/testtext.c: don't leak the buffer with GObject semantics
11305
11306         * gtk/testtextbuffer.c: ditto
11307         
11308 2000-11-12  Havoc Pennington  <hp@pobox.com>
11309
11310         Rename this testgtk to gtk-demo to avoid confusion, and 
11311         install it so people can use it as a supplement to 
11312         the documentation.
11313         
11314         * demos/gtk-demo: Moved from demos/testgtk
11315
11316         * demos/testgtk: Removed
11317
11318         * configure.in: make Makefile in gtk-demo
11319         
11320         * demos/gtk-demo/Makefile.am: Install sample source to 
11321         datadir/gtk-demo (maybe there's a better place?), and 
11322         rename the binary to gtk-demo
11323         
11324         * demos/gtk-demo/main.c (load_file): Load installed sample
11325         source if source isn't found in pwd.
11326
11327 2000-11-09  Havoc Pennington  <hp@pobox.com>
11328
11329         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
11330         argument to set the char displayed when visibility == FALSE
11331         (gtk_entry_create_layout): If !entry->visible, replace 
11332         all chars with the "invisible char"
11333
11334         * gtk/testgtk.c: Test the invisible_char deal
11335         
11336 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
11337
11338         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
11339         can't get a native font in the right encoding.
11340
11341 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
11342
11343         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
11344         respectively.
11345
11346 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
11347
11348         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
11349         Fix warning when moving between paragraphs.
11350
11351         * gtk/gtkentry.[ch]: Change move => move_cursor, 
11352         delete => delete_from_cursor, insert => insert_at_cursor
11353
11354 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
11355
11356         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
11357
11358         * modules/input/imthai-broken.c: A Thai input method for use if
11359         Thai keys are really generating Latin1 keysyms.
11360
11361         * modules/input/Makefile.am: Build these.
11362
11363 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
11364
11365         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
11366         g_filename_{to,from}_utf8 now takes an extra parameter.
11367
11368         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
11369         strftime into UTF-8.
11370
11371         (column_from_x, gtk_calendar_paint_day_names): Support RTL
11372         calendars.
11373
11374         (gtk_calendar_paint_day_names): Draw day names in the right 
11375         place.
11376         
11377 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
11378
11379         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
11380         problem with using result of g_get_charset() backwards -
11381         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
11382
11383         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
11384         negative min_width/height and max_width/height to
11385         mean "requisition"; this allows setting a window
11386         to be user-resizable in only one direction easily.
11387
11388         * gtk/testgtk.c (create_main_window): Remove hard-coded
11389         usize - set a default size in the vertical direction.
11390
11391 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
11392
11393         * gtk/gtkrange.c: Add some missing casts. Support 
11394         2 and 3 button clicks on the arrows to mean 
11395         "move by pages" and "jump to end". (Like gtkspinbutton)
11396
11397 2000-11-12 Hans Breuer <Hans@Breuer.Org>
11398
11399         * gdk/win32/makefile.msc : reflect build module changes
11400
11401         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
11402         from GdkPixmap*, cast implementation member instead.
11403
11404         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
11405         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
11406         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
11407         more Gdi functions return value checking. 
11408         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
11409         GdkImagePrivateWin32 *.
11410
11411         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
11412         menus useable again. Add #pragma message to keep reminded on this issue.
11413         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
11414         windows. This allows to enable backing store on Win32!
11415
11416         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
11417         in drawable is of impl type. Correct specific type checks appropriate.
11418  
11419         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
11420         GDK_WINDOW_DESTROYED before allocating new resources.
11421
11422         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
11423
11424         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
11425         (gdk_window_foreign_new) initialize parent handle.
11426         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
11427
11428         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
11429         Let the GDI invalidate the window on MoveWindow call to fix scrolling
11430         problems (e.g. main buttons in testgtk). 
11431
11432 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
11433
11434         * gtk/gtkentry.c (gtk_entry_key_press): Call 
11435         gtk_widget_activate for GDK_Return.
11436
11437         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
11438         of preedit cursor position.
11439
11440 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
11441
11442         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
11443         static.
11444
11445 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
11446
11447         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
11448         out support for multiple locales; that simple doesn't
11449         work reliably with current Xlib
11450
11451         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
11452         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
11453         Add support for positioning the cursor within the preedit string.
11454
11455 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
11456
11457         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
11458         at XIM input method module.
11459
11460         * gtk/gtktextview.c: Check for bindings after passing
11461         events to im context filter.
11462
11463 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
11464
11465         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
11466         empty attribute lists properly.
11467
11468 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
11469
11470         * gtk/queryimmodules.c (main): Return non-zero exit
11471         status if errors were encountered querying any
11472         modules.
11473
11474         * modules/input/Makefile.am (moduledir): remove
11475         leftover bin program target.
11476
11477         * docs/make-todo: Fix typo in error message.
11478
11479 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
11480
11481         * configure.in: Add modules/input/Makefile
11482
11483 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
11484
11485         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
11486         don't include gtkthemes.h.
11487
11488         * gtk/testgtk.c gtk/testtext.c: Set environment variables
11489         to point
11490
11491         * gtk/Makefile.am: Add new .c and .h files, build 
11492         gtk-query-immodules and use it to create a gtk.immodules
11493         file for use of test programs.
11494
11495         * gtk/gtkpreview.c: remove extra blank line.
11496
11497 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
11498
11499         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
11500         Add the ability to add extra tables beyond the default
11501         one, and also the ability to have compose sequences 
11502         that are prefixes of other compose sequences. 
11503
11504         * gtk/gtkimcontextsimple.c: Export a preedit string which
11505         consists of possible candidates for keystrokes that have
11506         been entered but not yet committed.
11507
11508         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
11509         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
11510
11511         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
11512         Add a function to add input-method switching menu items
11513         to a menu.
11514
11515         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
11516         when switching input methods.
11517
11518         * gtk/gtkimcontextsimple.[ch]: Change the format of
11519         the compose table to allow compose tables of different
11520         lengths / sequence.
11521
11522 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
11523
11524         * gtk/gtkimmodule.[ch]: Support routines for loading
11525         GtkIMContext implementations dynamically at runtime.
11526
11527         * modules/input/imcyrillic-translit.c: A sample input
11528         method (based on GtkIMContextSimple with an extra table),
11529         which demonstrates preedit strings and the module
11530         system for input modules
11531
11532         * gtk/queryimmodules.c: Program to query the available
11533         input modules and write the results into a file.
11534          
11535         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
11536         extra config options "im_module_file" (cache file for
11537         input method modules), and "im_module_path" - path
11538         to look for modules when generating cache file.
11539
11540         This doesn't scale.
11541
11542 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
11543
11544         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
11545         generic code from gtkthemes into a new abstraction
11546         GtkModule which has the logic for implementing
11547         a loadable module which implements a number of 
11548         GObject types.
11549
11550 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
11551
11552         * gtk/gtkeditable.[ch]: Convert GtkEditable from
11553         a class into an interface  
11554         
11555         * gtk/gtkoldeditable.[ch]: Move the old editable
11556         implementation into here, so legacy widgets can
11557         still rely on the implemenation. GtkOldEditable
11558         exports GtkEditable. Make selection handling
11559         code use new text conversion functions (and
11560         handle UTF-8 as a side-effect). Use GtkClipboard
11561         for CLIPBOARD.
11562
11563         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
11564         Adopt to match above changes.
11565
11566         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
11567         avoid GtkOldEditable implementation. Restructure
11568         to reduce number of places that modify state directly.
11569         Move to GtkBindingSet. Display the preedit string.
11570         Queue recomputation of PangoLayout and scroll position
11571         to improve effiency of doing complex changes naively.
11572         Add a menu with cut/copy/paste and input method selection.
11573
11574 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
11575
11576         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
11577         to set preedit string and attributes; display preedit string by
11578         inserting string and attributes at cursor when creating the
11579         GtkTextLineDisplay.
11580
11581         * gtk/gtktextlayout.c: Move all conversions between byte
11582         positions in PangoLayout and GtkTextIter into new functions
11583         line_display_iter_to_index/index_to_iter that properly
11584         handle the preedit string.
11585
11586         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
11587         it to return const char * (eventually will end up
11588         as GCONST char *, most likely.)
11589
11590         * gtk/gtktextview.[ch]: Handle the preedit string, call
11591         gtk_im_context_reset() as necessary, add a menu to switch
11592         input methods.
11593         
11594         * gtk/gtktextlayout.[ch]: Remove useless
11595         gtk_text_layout_get_log_attrs() function.
11596
11597 2000-11-11  Tor Lillqvist  <tml@iki.fi>
11598
11599         * gdk/gdk.def
11600         * gtk/gtk.def: Update.
11601
11602         * gdk/win32/*.c: Add last argument to g_type_register_static()
11603         calls.
11604
11605         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
11606
11607         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
11608         generated by older wheel mouse drivers. Get the correct y
11609         coordinate from WM_MOUSEWHEEL messages.
11610
11611         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
11612         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
11613         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
11614         Debugging functions.
11615
11616         * gdk/win32/gdkprivate-win32.h: Declare them.
11617
11618         * gdk/win32/gdkinput-win32.h: Add declaration for
11619         gdk_input_window_destroy().
11620
11621         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
11622
11623 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
11624
11625         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
11626         function to help handle keeping things in sync.
11627
11628 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
11629
11630         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
11631         BOXED marshallers.
11632
11633         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
11634         (gtk_list_store_class_init): use the new BOXED marshallers.
11635
11636         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
11637         new_with_values to new_with_types.
11638         (gtk_tree_store_get_column_type): add this.
11639         (gtk_tree_store_class_init): use the new BOXED marshallers.
11640
11641         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
11642         mirror some POINTER marshallers.
11643
11644 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
11645
11646         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
11647         allow more interesting iterators.  Also, made the lifecycle of
11648         iterators more explicit.
11649
11650         * gtk/gtktreemodelsort.[ch]: New model for sorting.
11651
11652         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
11653         types.
11654
11655 2000-11-09  Alexander Larsson  <alexl@redhat.com>
11656
11657         * demos/testgtk/menus.c:
11658         Changes to make the new testgtk compile after
11659         gtk_menu_append was removed.
11660
11661         * gdk/linux-fb/gdkdrawable-fb2.c
11662         (gdk_fb_get_depth, gdk_fb_get_visual,
11663         gdk_drawable_impl_fb_class_init): Implement
11664         these drawable functions. Now GtkImages work again.
11665
11666         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
11667
11668         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
11669         
11670         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
11671         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
11672         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
11673         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
11674
11675 2000-11-08  Havoc Pennington  <hp@pobox.com>
11676
11677         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
11678         visible_set args, don't know where these had gone, I thought they
11679         used to be there
11680
11681         * gtk/testtext.c: Add a menu item to apply invisibility tag;
11682         now we can test the feature and see that it's totally broken.
11683
11684 2000-11-08  Havoc Pennington  <hp@pobox.com>
11685
11686         Make DND copy pixbufs and tags when source and target share a 
11687         tag table.
11688         
11689         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
11690         in-process GTK_TEXT_BUFFER_CONTENTS target
11691         (gtk_text_view_drag_data_received): Paste from
11692         GTK_TEXT_BUFFER_CONTENTS if we receive it.
11693
11694 2000-11-08  Alexander Larsson  <alexl@redhat.com>
11695
11696         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
11697         API changes.
11698
11699         * gtk/gtkmenu.c: Add support for scrolling menus.
11700         Remove gtk_menu_append/prepend/insert, these have been moved to
11701         gtkcompat.h as #defines.
11702
11703         * gtk/gtkcompat.h.in:
11704         Add compatibility #defines for gtk_menu_append/prepend/insert
11705
11706         * gtk/gtkmenu.h: Add data needed for scrolling menus.
11707         GtkMenuPositionFunc gets an extra argument push_in.
11708         gtk_menu_append/prepend/insert removed.
11709         
11710         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
11711         positioning behaviour to fit to scrolling menus.
11712
11713         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
11714         into menuitem->submeny. That is wrong, and broke torn
11715         off submenus of torn off menus, since they were unrealized
11716         when the first menu was unrealized.
11717
11718         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
11719         gtk_menu_shell_select_item() since these need to be overridden in
11720         GtkMenu.
11721
11722         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
11723         positioning behaviour to fit to scrolling menus.
11724         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
11725         the current item so that it is prelighted when the menu pops up.
11726         This is a workaround to the fact that the menu doesn't get the
11727         initial enter event (due to grabs).
11728
11729         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
11730         s/gtk_menu_append/gtk_menu_shell_append/
11731
11732         * gtk/gtknotebook.c:
11733         s/gtk_menu_insert/gtk_menu_shell_insert/
11734
11735         * gtk/testgtk.c (create_menu, create_menus):
11736         Create the first menu with 50 items so that menu scrolling
11737         can be tested.
11738         
11739         
11740         Patch from Jonathan Blandford  <jrb@redhat.com>
11741
11742         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
11743         system to handle size requests.  First, we ask what the size of
11744         the toggle is.  Then, when allocating the size, we allocate the
11745         toggle_size first.  This way we can have multiple menu-item
11746         classes w/o needing a seperate class for each.
11747
11748         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
11749         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
11750
11751         * gtk/gtkcheckmenuitem.c
11752         (gtk_check_menu_item_toggle_size_request): New function to handle
11753         the toggle size-request.
11754
11755 2000-11-07  Havoc Pennington  <hp@redhat.com>
11756
11757         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
11758         Half-ass somewhat fix this function, so that scrolling to the
11759         insertion point works. Pango hacking is in the future to really
11760         fix it.
11761
11762         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
11763         length of data, no longer used.
11764
11765         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
11766         method contents in here, get rid of destroy method
11767         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
11768         that were backward. Remove debug spew.
11769         (cut_or_copy): Make the clipboard work with insert_range to
11770         preserve tags and pixbufs, not just the primary selection.
11771
11772 2000-11-07  Havoc Pennington  <hp@redhat.com>
11773
11774         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
11775         to gtk_text_mark_get_visible
11776
11777         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
11778         bug that was generating an invalid iterator
11779
11780         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
11781         ensure_char_offsets() in front of code placing the iter in an
11782         invalid state.
11783
11784         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
11785         make override_location arg const
11786         (paste): Replace the selection if we paste into the 
11787         current selection
11788
11789         * gtk/gtkselection.h: Remove "GtkSelectioData"
11790         (struct _GtkSelectionData): move the definition here.
11791
11792         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
11793         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
11794
11795         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
11796
11797         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
11798         (gtk_text_buffer_insert_range_interactive): implement
11799         (gtk_text_buffer_get_tags): Remove, replaced by
11800         gtk_text_iter_get_tags()
11801
11802         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
11803         limit parameter, to avoid infinite linear scan.
11804         (gtk_text_iter_backward_search): Add search limit
11805         (gtk_text_iter_forward_find_char): Add search limit
11806         (gtk_text_iter_backward_find_char): Add search limit
11807
11808 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
11809
11810         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
11811         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
11812         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
11813         gdk/linux-fb/gdkwindow-fb.c:
11814         use g_object_new() instead of g_type_create_instance() which
11815         is a private function for fundamental type implementations.
11816
11817         * gdk/linux-fb/gdkinput-ps2.c:
11818         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
11819         instead just store the current modifier state. Add a (somewhat broken)
11820         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
11821         Rename exported function gdk_input_ps2_get_mouseinfo to
11822         gdk_input_get_mouseinfo.
11823
11824         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
11825         gdk/linux-fb/gdkwindow-fb.c:
11826         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
11827         
11828
11829 2000-11-02  Havoc Pennington  <hp@redhat.com>
11830
11831         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
11832         use stock buttons. Should be 100% source compatible, appropriate
11833         filesel fields now point to dialog->vbox and dialog->action_area.
11834         On the bizarre side, dialog->action_area and filesel->action_area
11835         are not the same widget.
11836         (gtk_file_selection_init): Put some padding around the selection
11837         entry, so it isn't touching the GtkDialog separator.    
11838
11839         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
11840         use stock buttons, etc. Should also be source compatible.
11841         Set the dialog default title in _init not _new().
11842         
11843         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
11844         Use stock buttons; don't put a button box inside the existing
11845         dialog button box. Don't bother with push/pop colormap anymore.
11846
11847         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
11848         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
11849         for message dialog, and necessary for the font selection and color
11850         selection with help and apply buttons.
11851         
11852         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
11853         to the created button widget. Set GTK_CAN_DEFAULT on the button.
11854         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
11855         between buttons, put less padding around the action area.
11856         (gtk_dialog_run): Exit on unmap rather than on destroy. 
11857         This will also exit the loop if the widget is hidden.
11858         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
11859         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
11860         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
11861         special-case delete event.
11862
11863         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
11864         formatting
11865         
11866 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
11867
11868         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
11869         button to temporarily disable position recording in the
11870         "saved position" test.
11871
11872 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
11873
11874         * gtk/gtkthemes.c: added compat code that temporarily implements
11875         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
11876         going to be revamped by owen's upcoming GtkModule patches, but
11877         untill then people want gtk to build, right? ;)
11878
11879 2000-11-04  Havoc Pennington  <hp@pobox.com>
11880
11881         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
11882         list
11883
11884         * docs/Changes-2.0.txt: Add note about
11885         gtk_container_get_toplevels()
11886
11887         * gtk/gtktextview.h: formatting
11888         
11889         * gtk/gtktextview.c: don't start descriptions with "Returns",
11890         confuses gtk-doc
11891
11892 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
11893
11894         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
11895         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
11896
11897 2000-11-03  Havoc Pennington  <hp@redhat.com>
11898
11899         * gtk/gtktexttagtable.c: Docs
11900         (gtk_text_tag_table_size): return a signed int
11901
11902         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
11903         (gtk_text_tag_event): make the event_object a GObject
11904
11905         * gtk/gtktextview.c: Write API docs for all functions.
11906
11907         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
11908         for gtk_text_view_get_window_type() called on one of the private
11909         windows.
11910
11911         * gtk/gtktextview.c: Instead of accessing text_view->buffer
11912         directly, call get_buffer() which demand-creates a default
11913         buffer. So gtk_text_view_new() can be used to create a view with a
11914         default buffer in it, if you just want an empty text box users can
11915         put data in. Useful for GUI builders also.
11916
11917 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
11918
11919         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
11920         the charset encodign portion MUST be in lowercase.
11921         * gtk/gtkrc.az: added file for Azeri language
11922
11923 2000-11-03  Havoc Pennington  <hp@redhat.com>
11924
11925         Get widgets working on the btree/buffer side. Display of them 
11926         still doesn't work.
11927         
11928         * gtk/gtktextview.c: start implementing child widget stuff
11929
11930         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
11931
11932         * gtk/gtktextlayout.c: handle embedded widgets
11933
11934         * gtk/gtktextdisplay.c: handle embedded widgets
11935
11936         * gtk/gtktextchild.c: Implement all the child anchor goo
11937
11938         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
11939         function
11940
11941         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
11942         (insert_pixbuf_or_widget_segment): abstract out common portions of 
11943         creating a child anchor or a pixbuf segment.
11944         (gtk_text_btree_create_child_anchor): new function
11945         (gtk_text_btree_unregister_child_anchor): new function
11946
11947         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
11948         allocate_child signal on GtkTextLayout
11949
11950         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
11951         values
11952         (gtk_text_iter_get_child_anchor): new function
11953
11954         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
11955         default handler for the changed signal, which calls
11956         gtk_text_buffer_set_modified(), instead of just always emitting
11957         changed then calling set_modified() manually. I guess this is
11958         maybe more flexible. It seems logical.
11959
11960 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
11961
11962         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
11963         now.
11964
11965         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
11966
11967 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
11968
11969         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
11970         been marked static.
11971
11972 2000-11-02  Havoc Pennington  <hp@redhat.com>
11973
11974         * gtk/testgtk.c (create_labels): had a test backward
11975
11976         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
11977         fields, so the dest GC ends up with the correct clip origin, 
11978         etc. Fixes a bug where colored labels didn't redraw 
11979         properly.
11980
11981 2000-11-02  Alexander Larsson  <alexl@redhat.com>
11982
11983         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
11984         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
11985         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
11986         Add last argument to t_type_register_static call.
11987         
11988         * gdk/linux-fb/gdkdrawable-fb2.c:
11989         Add last argument to t_type_register_static call.
11990         export the get_image drawable virtual function.
11991
11992         * gdk/linux-fb/gdkimage-fb.c:
11993         Add last argument to t_type_register_static call.
11994         rename gtk_image_get to _gdk_fb_get_image and
11995         export it for use by gdkdrawable-fb2.
11996
11997         * gdk/linux-fb/gdkprivate-fb.h:
11998         export _gdk_fb_get_image.
11999
12000         * gdk/linux-fb/gdkselection-fb.c:
12001         Add new api call stubs.
12002
12003         * gtk/Makefile.am:
12004         Missing ( in linux-fb part.
12005
12006         * modules/linux-fb/Makefile.am:
12007         Must link with gdk_pixbuf or get unresolved symbol.
12008
12009 2000-11-01  Havoc Pennington  <hp@pobox.com>
12010
12011         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
12012         GTK_TYPE_TEXT_ITER and BOXED marshallers
12013
12014         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
12015
12016         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
12017         
12018         * gtk/gtk-boxed.defs: add GtkTextIter
12019
12020         * gtk/gtkmarshal.list: Add marshallers for text widget that 
12021         properly use OBJECT and BOXED
12022
12023 2000-11-01  Havoc Pennington  <hp@redhat.com>
12024
12025         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
12026
12027         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
12028         before returning it. 
12029         
12030 2000-11-01  Havoc Pennington  <hp@redhat.com>
12031
12032         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
12033         Clip the rectangle to be rendered to the drawable, since
12034         get_from_drawable() requires a region within the drawable
12035
12036 2000-11-01  Havoc Pennington  <hp@redhat.com>
12037
12038         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
12039         from coordinates.
12040
12041 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
12042
12043         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
12044         it isn't NULL.
12045
12046 2000-11-01  Havoc Pennington  <hp@pobox.com>
12047
12048         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
12049         on a label
12050         (gtk_label_finalize): unref the attr list if any.
12051
12052         * gtk/testgtk.c (create_get_image): close test on second click
12053         (make_message_dialog): close dialog if it exists
12054
12055         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
12056
12057         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
12058         gdk-pixbuf
12059
12060         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
12061         from Pango markup format
12062         (gtk_label_set_markup_with_accel): ditto but with accelerator
12063         parsing
12064
12065         * gtk/gtkimage.c (gtk_image_expose): reformatting.
12066
12067         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
12068         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
12069         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
12070         call gdk_window_get_origin().
12071
12072         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
12073         implement GDK_PIXBUF_ALPHA_FULL
12074         
12075 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
12076
12077         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
12078         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
12079         g_signal_handlers_disconnect_matched to block/unblock and disconnect
12080         multiple handlers respectively, instead of only treating the
12081         first handler found (bug reported by owen).
12082
12083 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
12084
12085         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
12086
12087         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
12088
12089         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
12090         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
12091         gtk/gtktreeviewcolumn.h: Fixed inline docs.
12092
12093         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
12094         widget.  Needs writing someday.
12095
12096         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
12097         the docs.
12098
12099 2000-10-30  Havoc Pennington  <hp@redhat.com>
12100
12101         * gtk/gtktextview.h, gtk/gtktextview.c:
12102         Rename delete_at_cursor delete_from_cursor, and 
12103         move to move_cursor.
12104
12105 2000-10-30  Havoc Pennington  <hp@redhat.com>
12106
12107         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
12108         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
12109         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
12110         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
12111         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
12112         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
12113         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
12114         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
12115         gtktexttypes.h, gtktextview.c, gtktextview.h:
12116
12117         Massive reindentation and reformatting. Arg alignment and comments
12118         still need fixing in various places.
12119
12120 2000-10-30  Havoc Pennington  <hp@redhat.com>
12121
12122         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
12123         to be named insert_at_cursor and delete_at_cursor so C++ can
12124         handle them.
12125
12126 2000-10-28  Tor Lillqvist  <tml@iki.fi>
12127
12128         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
12129         to get a double directory separator in case the home directory
12130         ends with one. This would cause trouble especially on Windows,
12131         where the path will be confused with the syntax for an an UNC
12132         (network share) path \\server\share\path.
12133         (gtk_rc_add_initial_default_files): Ditto.
12134
12135 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
12136
12137         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
12138
12139         * gtk/gtktextview.c: Use correct marshallers.
12140
12141 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
12142
12143         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
12144         use new iter stuff, and added all the appropriate signals et al.
12145
12146         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
12147         code is internal to gtk only.
12148
12149 2000-10-28  Tor Lillqvist  <tml@iki.fi>
12150
12151         * gtk/gtk.def
12152         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
12153         glib-genmarshal etc.
12154
12155 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
12156
12157         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
12158         parallel builds.
12159
12160 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
12161
12162         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
12163
12164 2000-10-27  Robert Brady  <robert@suse.co.uk>
12165
12166         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
12167         en_GB (British), ia (Interlingua).
12168
12169 2000-10-26  Havoc Pennington  <hp@redhat.com>
12170
12171         * gtk/gtktextiter.c (my_strrstr): fix constness warning
12172
12173         Fixed output of:
12174         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
12175         
12176         * gtk/gtktextsegment.c (char_segment_new): rename
12177         (_char_segment_new_from_two_strings): rename
12178         (_toggle_segment_new): rename
12179         
12180         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
12181         (make_clipboard_widget): make it static
12182         (text_get_func): static
12183         (text_clear_func): static
12184
12185         * gtk/gtkcolorsel.c (adjustment_changed): make this function
12186         static
12187         (hex_changed): make it static
12188         (hsv_changed): make it static
12189         (opacity_entry_changed): make it static
12190
12191         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
12192         (toggle_segment_check_func): rename with _gtk
12193
12194         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
12195         (_widget_segment_new): rename
12196         (_widget_segment_add): rename
12197         (_widget_segment_remove): rename
12198         (_widget_segment_ref): rename
12199         (_widget_segment_unref): rename
12200
12201         * gtk/gtktextmark.c (_mark_segment_new): Rename
12202         _gtk_mark_segment_new   
12203
12204 2000-10-26  Havoc Pennington  <hp@redhat.com>
12205
12206         * gtk/gtkmarshal.list: add new marshallers used by the text widget
12207         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
12208         types
12209
12210         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
12211         marshaller types
12212
12213         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
12214         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
12215         license on these files.
12216
12217         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
12218         work.
12219
12220         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
12221         runtime random number different for each tree, instead of 
12222         a constant I made up.
12223
12224 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
12225
12226         * gtk/Makefile.am: buncha cleanups, kludged build sources
12227         dependencies with a Makefile: oldest-source-stamp dependancy
12228         for the moment. automake is really fighting us here, with
12229         intentionally not allowing user-defined rules or dependancies
12230         prior to it's -include $(DEP_FILES) statement. sucks rocks!
12231
12232         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
12233         to public headers. tehy have a comment stating that they are
12234         "semi-public" aren't included by gtk.h and if enums popup there,
12235         they can be /*< skip >*/-ed.
12236
12237         * gtk/gtktextlayout.h: 
12238         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
12239         added LGPL... <SIGH>
12240
12241 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
12242
12243         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
12244         GtkTreeIter.  Added iterators everywhere.
12245
12246         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
12247
12248         * gtk/gtktreeviewselection.c: Changed to use the iterators.
12249
12250         * gtk/gtktreestore.c: Changed to use the iterators.
12251
12252         * gtk/gtkliststore.c: Commented out the code.  Will convert to
12253         iterators tomorrow.
12254
12255         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
12256         iterators tomorrow.
12257
12258         * gtk/treestoretest.c: Changed to use iterators.
12259
12260         * demos/testgtk/main.c: Moved to use the new iterator system.
12261
12262 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
12263
12264         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
12265         localization misbehaviour.
12266
12267         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
12268         a useless type without copy/free.
12269
12270         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
12271         of GTK_TYPE_CTREE_NODE.
12272
12273 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
12274
12275         * gtk/gtksignal.c:
12276         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
12277         applicable.
12278
12279         * gtk/gtk-boxed.defs (GtkSelectionData): specify
12280         gtk_selection_data_copy and gtk_selection_data_free
12281         do GtkSelectionData work as params in signals.
12282
12283 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
12284
12285         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
12286         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
12287         couldn't they at least give it a non-standard name?
12288         
12289         * gtk/gtktextlayout.c: arg! yet another implementation of
12290         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
12291
12292         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
12293         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
12294         home. now i know this _is_ a conspiracy.
12295
12296         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
12297         ::state-changed.
12298
12299         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
12300         (gtk_accel_group_create_add): marshaller signature fixups.
12301
12302         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
12303         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
12304
12305         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
12306         anymore.
12307
12308 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
12309
12310         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
12311         due to the signal system changes, it wouldn't build currently. to
12312         be fixed soon.
12313
12314         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
12315
12316         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
12317         so it needs gtk_marshal_VOID__ENUM() instead of
12318         gtk_marshal_NONE__UINT().
12319
12320         * gdk/gdk*.c: adapted type registration functions.
12321
12322         * gtk/gtkbindings.c:
12323         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
12324         gone.
12325
12326         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
12327
12328         * gtk/gtkobject.c:
12329         (gtk_object_destroy):
12330         (gtk_object_shutdown): fixed recursion guards. basically we have to
12331         catch the case where any of GObject.shutdown() or gtk_object_destroy()
12332         is called during ::destroy, and avoid recursion there.
12333
12334         * gtk/gtktypeutils.c:
12335         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
12336         boxed_copy/boxed_free. this needs a more general solution based on a
12337         publically installed code-generator utility.
12338
12339         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
12340         glib's gobject has support for that now.
12341         define GtkSignalMarshaller in terms of GSignalCMarshaller.
12342
12343 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
12344
12345         * gtk/gtksignal.[hc]:
12346         * gtk/gtkmarshal.[hc]:
12347         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
12348         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
12349         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
12350         care of that.
12351
12352         * *.c: marshaller name fixups.
12353
12354         * gtk/gtkmarshal.list: added a comment briefing the format.
12355
12356 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
12357
12358         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
12359         compatibility macros here now. more specifically, most of
12360         the API is preserved (yes, _most_, nonwithstanding the
12361         following exceptions listed, the API is stil lHUGE ;)
12362         things that got removed completely:
12363         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
12364         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
12365         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
12366         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
12367         gtk_signal_remove_emission_hook().
12368         non-functional functions variants:
12369         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
12370         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
12371         not supported anymore.
12372         (gtk_signal_compat_matched): new internal function to aid
12373         implementation of the compatibility macros, it  provides
12374         functionality to block/unblock/disconnect handlers based
12375         on func/data.
12376
12377         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
12378
12379         * *.c: adaptions to new type registration API signatures.
12380
12381 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
12382
12383         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
12384
12385 2000-10-25  Robert Brady  <robert@suse.co.uk>
12386
12387         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
12388         gdk_property_delete): If window == NULL, assume the root window.
12389         (restoring the behaviour that was in 1.2).
12390         
12391         * gtk/testtext.c (save_buffer): Allow creation of new files when
12392         saving.
12393
12394         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
12395         calls to read().
12396
12397 2000-10-25  Tor Lillqvist  <tml@iki.fi>
12398
12399         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
12400
12401         * gdk/win32/gdkdrawable-win32.c
12402         * gdk/win32/gdkimage-win32.c
12403         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
12404         X11 backend.
12405
12406         * gdk/win32/gdkcc-win32.c
12407         * gdk/win32/gdkcolor-win32.c
12408         * gdk/win32/gdkfont-win32.c
12409         * gdk/win32/gdkinput-win32.c
12410         * gdk/win32/gdkmain-win32.c
12411         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
12412
12413 2000-10-24  Havoc Pennington  <hp@redhat.com>
12414
12415         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
12416         it a static function
12417
12418         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
12419         redraw text when a tag is applied to it.
12420
12421         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
12422         (gtk_text_tag_affects_nonsize_appearance): private functions to
12423         see if a tag requires various kinds of redraw/layout to be queued
12424         up.
12425
12426         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
12427
12428         * gtk/testtext.c (fill_example_buffer): Put the cursor 
12429         at the start of the buffer, so search works by default
12430
12431         * gtk/gtktextiter.c (lines_match): init match_start always
12432
12433         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
12434         function, get iter at a line + a byte index
12435
12436         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
12437         to set byte position within a line
12438         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
12439
12440 2000-10-23  Havoc Pennington  <hp@redhat.com>
12441
12442         * gtk/testtext.c: Re-enable the "find" dialog
12443
12444         * gtk/testgtk.c: Add test for gdk_drawable_get_image
12445         
12446         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
12447         the arguments to gdk_draw_drawable were in the wrong order
12448         (gdk_window_paint_init_bg): This function was ignoring the
12449         init_region, instead of clipping to it, so the entire backing
12450         pixmap was cleared on every begin_paint()
12451         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
12452         was in here again, the loop kept using the same GtkWindowPaint
12453         over and over.
12454         (gdk_window_begin_paint_region): Fix a bug where we had two
12455         x_offset instead of x_offset and y_offset
12456
12457         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
12458         before we get the image.
12459         (gdk_draw_drawable): get the composite before we draw the drawable.
12460         (gdk_drawable_real_get_composite_drawable): default
12461         get_composite_drawable implementation that returns the drawable 
12462         itself
12463
12464         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
12465         get_composite_drawable virtual function
12466
12467         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
12468         list-walking bug
12469
12470         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
12471         make this work if the source drawable is a GdkDrawableImplX11
12472         instead of a public drawable type. This is really broken; the
12473         problem is that GdkDrawable needs a virtual method get_xid(), but
12474         of course that doesn't work in practice. Enter RTTI.
12475
12476         Also, improve mismatched depth message.
12477
12478         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
12479         GdkPixmap
12480
12481         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
12482         install _gdk_x11_get_image as our implementation of get_image
12483         
12484         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
12485         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
12486
12487         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
12488         gdk_drawable_get_image
12489
12490         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
12491
12492         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
12493         get_image
12494
12495         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
12496         trailing semicolon after for loop
12497
12498 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
12499
12500         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
12501         where font_desc for widget's context lagged widget's font_desc by
12502         one step.
12503
12504 2000-10-22  Tor Lillqvist  <tml@iki.fi>
12505
12506         * gdk/win32/gdkgc-win32.c
12507         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
12508
12509         * gtk/makefile.mingw.in
12510         * gtk/gtk.def: Updates.
12511
12512         * gtk/testgtk.c: sleep() is called _sleep in MS's C
12513         library.
12514
12515         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
12516
12517         * gtk/makefile.msc: Remove
12518
12519         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
12520
12521         * gtk/Makefile.am: Add it.
12522
12523         * configure.in: Generate it.
12524
12525         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
12526         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
12527         something even if not implemented, to satisfy picky MSVC.
12528
12529         Patches by Hans Breuer:
12530         
12531         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
12532         SetBkMode() and SetTextAlign() before calling
12533         pango_win32_render().
12534
12535         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
12536         Set hcliprgn to NULL after destroying it.
12537         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
12538
12539         * gdk/win32/gdkgeometry-win32.c
12540         (_gdk_windowing_window_queue_antiexpose): More effective
12541         implementation.
12542
12543         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
12544         depth as default, not the visual's.
12545
12546         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
12547         against empty title.
12548
12549         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
12550         IMAGE_PRIVATE_DATA.
12551
12552         * gdk/win32/gdkimage-win32.c: Use it.
12553
12554 2000-10-22  Robert Brady  <robert@suse.co.uk>
12555
12556         * configure.in: Check for bind_textdomain_codeset
12557
12558         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
12559         present, make use of it.
12560
12561         Add a translatable string "default:LTR" which, if translated
12562         to "default:RTL", will cause the default direction to be
12563         Right-to-Left.
12564
12565         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
12566         direction if marked as flippable.
12567
12568         * gtk/gtkhscale.c: Mark widget as flippable.
12569         
12570 2000-10-04  Havoc Pennington  <hp@redhat.com>
12571
12572         * gtk/testgtk.c (create_buttons): create some stock buttons
12573         with the default accel group
12574         (create_image): test some new GtkImage features
12575         (make_message_dialog): test GtkMessageDialog
12576         (create_modal_window): fix someone's bizzarro indentation
12577
12578         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
12579         GTK_WIN_POS_CENTER_ON_PARENT. 
12580         Add "destroy with parent" setting, which means the window goes
12581         away with its transient parent.
12582         (gtk_window_get_default_accel_group): get the default accel group
12583         for the window.
12584         (gtk_window_set_destroy_with_parent): set/unset destroy with
12585         parent flag
12586         (gtk_window_read_rcfiles): invalidate icon set caches
12587         after reloading rcfiles 
12588
12589         * gtk/gtkenums.h (GtkWindowPosition): add
12590         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
12591         on its parent window when the dialog is mapped for the first time.
12592
12593         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
12594         a simple message dialog class
12595         
12596         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
12597         handler to emit response signal, and maybe later it would
12598         honor a hide_on_delete flag - though that isn't there yet.
12599         Set border width on the vbox to 2, so we get some padding.      
12600         Use a button box for the action area.
12601         (gtk_dialog_key_press): synthesize a delete event if Esc
12602         is pressed and the GtkWidget key press handler didn't 
12603         handle the escape key.
12604         (gtk_dialog_new_with_buttons): new function creates a dialog
12605         with some default buttons in it.
12606         (gtk_dialog_add_action_widget): add an activatable widget
12607         as a button in the dialog - you can also add a non-activatable
12608         widget by accessing the action area directly.
12609         (gtk_dialog_add_button): add a simple button - stock ID or 
12610         label - to the action area
12611         (gtk_dialog_response): emit response signal
12612         (gtk_dialog_run): block waiting for the dialog, return 
12613         the response. Override normal delete_event behavior, so that 
12614         delete_event does nothing inside gtk_dialog_run().
12615
12616         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
12617         emitted when an action widget is clicked or the dialog gets
12618         delete_event
12619
12620         * gtk/gtk.h: add gtkmessagedialog.h
12621
12622         * gtk/Makefile.am: add gtkmessagedialog.[hc]
12623
12624 2000-10-18  Havoc Pennington  <hp@redhat.com>
12625
12626         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
12627         where any number of empty lines would get skipped
12628
12629         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
12630         edge.
12631
12632         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
12633         warning about invalid iterators (explain more thoroughly)
12634         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
12635
12636         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
12637         big
12638
12639         * demos/*.c: Add error handling
12640
12641         * gtk/gtktextbuffer.c: don't modify const iterators
12642
12643         * gtk/gdk-pixbuf-loader.c: Add full error handling here
12644
12645         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
12646         on file load
12647
12648         * gtk/gtkiconfactory.c: Update to reflect addition of error
12649         handling to gdk-pixbuf loaders
12650
12651 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
12652
12653         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
12654         move to new modularized testgtk.
12655
12656 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
12657
12658         * gtk/gtktreeview.c: Draw the arrows correctly.
12659
12660         * gtk/gtktreemodel.c: Added user docs.
12661
12662         * gtk/gtk.h: remove gtktreedatalist.h.
12663
12664         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
12665         parent when generating my type.
12666
12667         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
12668         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
12669
12670 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
12671
12672         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
12673         GtkTreeModel from object to interface.
12674
12675 2000-10-16  Havoc Pennington  <hp@redhat.com>
12676
12677         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
12678         compilation
12679
12680 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
12681
12682         * gtk/gtktreeselection.c: Add API documentation to all public
12683         functions.
12684
12685         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
12686         functions.
12687
12688 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
12689
12690         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
12691         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
12692         docs to all public functions.
12693
12694         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
12695         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
12696         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
12697         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
12698         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
12699         issue.
12700
12701 2000-10-14  Robert Brady  <robert@suse.co.uk>
12702
12703         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
12704
12705 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
12706
12707         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
12708         values other then G_TYPE_STRING.
12709         * gtk/gtktreeselection.c: Minor commenting updates.
12710         * gtk/gtktreeview.c: Format updates.
12711
12712 2000-10-09  Tor Lillqvist  <tml@iki.fi>
12713
12714         * README.win32: Update.
12715
12716         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
12717         lines that had been deleted by mistake (?).
12718
12719         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
12720         also the case fg==white and bg==black (but still not randomly
12721         coloured cursors). Thanks to Wolfgang Sourdeau.
12722
12723         * gdk/win32/*.c: Silence gcc -Wall.
12724
12725         * gtk/gtk.def: Add missing entry points.
12726
12727         Fixes by Hans Breuer:
12728
12729         * gdk/makefile.msc
12730         * gdk/win32/makefile.msc: Update.
12731
12732         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
12733         some MSVC thing, presumably), cause breakpoint on failures. Add
12734         GDK_NOR case. Call g_log_set_always_fatal.
12735
12736         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
12737         should be pased by reference.
12738         
12739         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
12740         
12741         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
12742
12743         * gdk/win32/gdkevents-win32.c
12744         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
12745
12746         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
12747         implementation object.
12748
12749         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
12750         not just windows.
12751         
12752         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
12753         Use the wrapper object.
12754         
12755 2000-10-06  Havoc Pennington  <hp@redhat.com>
12756
12757         * Makefile.am (SRC_SUBDIRS): contrib subdir
12758
12759         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
12760         so it can be used in Xlib version
12761
12762         * demos/testpixbuf.c (update_timeout): error checking from 1.0
12763         tree
12764
12765         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
12766         change from 1.0 tree that returns first frame of animation
12767         if the loaded file is an animation.
12768
12769         * contrib: add new directory to hold stuff that comes with GTK+
12770         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
12771         
12772         * configure.in: add contrib/*
12773
12774 2000-10-05  Havoc Pennington  <hp@redhat.com>
12775
12776         * demos/testpixbuf-save.c: add pixbuf save test
12777
12778         * demos/Makefile.am: add testpixbuf-save.c
12779
12780 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
12781
12782         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
12783         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
12784         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
12785         * gtk/gtktreeselection.[ch]: Replaced
12786         "node_selected"/"node_unselected" signal with "selection_changed"
12787         signal.
12788
12789 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
12790
12791         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
12792         tree widget.
12793
12794 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
12795
12796         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
12797         drawing.
12798
12799 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
12800
12801         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
12802         Move list pointer forwards before removing item from
12803         list. (Crash reported by Salmaso Raffaele)
12804
12805         * gdk/gdkwindow.h: Remove spurious trailing ,
12806
12807         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
12808         dependencies on uninstalled libraries, sorry folks.
12809
12810 2000-10-04  Havoc Pennington  <hp@redhat.com>
12811
12812         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
12813         gtk/gtkiconfactory.c: Fix copyrights    
12814
12815         * demos/testpixbuf.c: add inline pixbuf test
12816         
12817 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
12818
12819         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
12820         Add gdk_window_iconify.
12821
12822         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
12823         (gdk_window_set_geometry_hints): Add win_gravity
12824         to geometry structure.
12825
12826         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
12827         Implement _NET_WM_PING.
12828
12829         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
12830         Set _NET_WM_PID on the client leader.
12831
12832         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
12833         Handle UTF-8 better.
12834
12835         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
12836         UTF-8 better, set _NET_WM_NAME as well. Only set
12837         icon name if it hasn't previously been explicitely 
12838         set.
12839
12840 2000-10-03  Havoc Pennington  <hp@redhat.com>
12841
12842         * gtk/testtextbuffer.c: clean up trailing whitespace,
12843         add extensive tests for tag toggle iteration.
12844         
12845         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
12846         distance
12847
12848         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
12849         optimize case where the tag root is on level 1
12850         (gtk_text_line_previous_could_contain_tag): attempt to implement
12851         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
12852         functionality
12853
12854         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
12855         Implement this, though not very efficiently.
12856
12857         * gtk/gtktextiterprivate.h: reformat
12858
12859         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
12860         iterator
12861
12862         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
12863         this to properly revalidate the iterators.
12864
12865         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
12866         properly at the end of the line (and therefore on empty lines)
12867
12868         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
12869         maybe we should return a value...
12870
12871 2000-10-03  Tor Lillqvist  <tml@iki.fi>
12872
12873         * config.h.win32: Guard definition of alloca(). glib.h now handles
12874         that.
12875
12876         * gdk/gdk.def
12877         * gtk/gtk.def: Add new entry points.
12878
12879         Changes just to make GTK+ build without errors on Win32. No hope
12880         of it working in its current state, though...:
12881         
12882         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
12883         some functions from the X11 backend, just to make GTK+ build.
12884
12885         * gdk/makefile.mingw.in
12886         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
12887         number. Add new object files.
12888
12889         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
12890         GetMessageTime to get timestamp (where on X11 uses
12891         gdk_x11_get_server_time()).
12892
12893 2000-10-02  Havoc Pennington  <hp@pobox.com>
12894
12895         * gtk/gtktextview.c: text_window_* weren't static and should have
12896         been.
12897         Start work on child widgets; not yet complete, syncing to 
12898         office computer.
12899
12900         * gtk/gtktextchild.h: change this to contain a public interface,
12901         starting work on child interfaces.
12902         * gtk/gtktextchildprivate.h: move private interfaces here
12903
12904         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
12905
12906         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
12907         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
12908         gtk/gtktextmark.c: copyright notices
12909
12910         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
12911         internal functions      
12912
12913         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
12914         internal function
12915
12916         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
12917         Reformatting    
12918
12919 2000-09-30  Havoc Pennington  <hp@pobox.com>
12920
12921         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
12922         NULL start/end pointers
12923
12924         * gtk/gtktextbuffer.c: Write some docs
12925         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
12926         NULL, so you can just check whether there's a selection.        
12927
12928         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
12929         cleanup_line or segments_changed ourselves, it gets done 
12930         in unlink_segment
12931
12932         * gtk/gtktextmark.h:
12933         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
12934         
12935         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
12936
12937         * gtk/gtktextmark.c: delete some more old Tk cruft
12938
12939         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
12940         mark before removing it, so we can emit MARK_DELETED with a valid
12941         pointer.
12942         (gtk_text_buffer_mark_set): hold ref across signal emission
12943
12944         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
12945         whining about attempts to delete special marks
12946
12947         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
12948         underscore, since it's internal.
12949
12950         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
12951         now implemented in terms of iterators in gtktextiter.h
12952
12953         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
12954         New function, destructively sets contents of buffer. Also 
12955         a convenient way to clear the buffer by setting text to ""
12956
12957         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
12958         multiline string literal
12959
12960         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
12961         text changes.
12962
12963         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
12964         is not dereferenceable
12965         (gtk_text_iter_forward_lines): fix return value
12966
12967 2000-09-29  Havoc Pennington  <hp@redhat.com>
12968
12969         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
12970
12971         * gtk/gtktextview.c: Implement drag thresholding; change functions 
12972         that set border window size to have nicer name
12973         (gtk_text_view_mark_set_handler):  Fix this to have the 
12974         right signature.
12975
12976         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
12977
12978         * gtk/testtext.c: Update with API changes, put line numbers on 
12979         both sides.
12980         
12981         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
12982         with this
12983
12984         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
12985         pixbuf; delete a big block of #if 0 Tk code
12986
12987         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
12988         insert_pixmap with insert_pixbuf
12989
12990 2000-09-29  Martin Baulig  <baulig@suse.de>
12991
12992         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
12993         confusion with the GdkPixbuf of the GNOME 1.x platform.
12994
12995 2000-09-29  Havoc Pennington  <hp@pobox.com>
12996
12997         * gtk/gtktextview.c: Implement the side windows.
12998
12999         * gtk/testtext.c: Implement simple line numbering in the 
13000         left side window; seems to make scrolling sloooow. Oops.
13001         Also, cursor blink is for some reason causing redraws
13002         of the line numbers. Should investigate...
13003
13004 2000-09-28  Havoc Pennington  <hp@redhat.com>
13005
13006         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
13007         scrolling child windows, and draw focus rectangle properly.
13008         
13009         (gtk_text_view_buffer_to_window_coords):
13010         Coordinate transformation to deal with all these freaking windows
13011         and offsets
13012         (gtk_text_view_window_to_buffer_coords): transform the other way
13013
13014         * gtk/testtext.c (create_buffer): Update to match Pango API change
13015
13016         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
13017         anonymous tags
13018         (foreach_unref): don't emit remove signal from finalize, just
13019         set tag's parent to NULL
13020
13021 2000-09-26  Havoc Pennington  <hp@redhat.com>
13022
13023         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
13024         Fix some warnings       
13025
13026 2000-09-26  Havoc Pennington  <hp@redhat.com>
13027
13028         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
13029         headers into the private header list
13030
13031         * Makefile.am (pkgconfig_DATA): install pkg-config files
13032
13033         * configure.in: add pkg-config files
13034
13035         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
13036
13037         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
13038         outstanding icon caches on theme change.
13039
13040         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
13041         important types:
13042
13043         (GtkIconSource): Specification for creating a pixbuf 
13044         appropriate for a direction/state/size triplet from 
13045         a source pixbuf or filename
13046
13047         (GtkIconSet): List of GtkIconSource objects that are used to
13048         create the "same" icon (e.g. an OK button icon), and cache for
13049         rendered icons
13050
13051         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
13052         up the icon set for a given stock ID.  GTK maintains a stack of
13053         GtkIconFactory to search, and applications or libraries can add
13054         additional icon factories on top of the stack
13055         
13056         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
13057         the set of GtkIconSource specified for a given stock ID into 
13058         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
13059         RcStyle, under the specified stock ID.
13060
13061         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
13062         render_icon used to derive a GdkPixbuf from a GtkIconSource.
13063         This allows people to theme how prelight, insensitive, etc. are
13064         done.
13065
13066         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
13067         icon factories for a style, and return the resulting 
13068         icon set if any.
13069
13070         (gtk_style_render_icon): Render an icon using the render_icon 
13071         method in the GtkStyleClass.
13072
13073         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
13074         Use the style for a given widget to look up a stock ID, get the
13075         icon set, and render an icon using the render_icon method 
13076         of the style
13077
13078         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
13079         (contains information about a stock item), the built-in stock item
13080         IDs, and functions to add/lookup stock items.
13081
13082         * gtk/stock-icons/*: Stock icons that come with GTK
13083
13084         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
13085         a button based on a GtkStockItem
13086         (gtk_button_new_accel): Takes a uline string and accel group, and
13087         installs the accelerator.
13088
13089         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
13090         image-display widget.
13091
13092 2000-09-25  Havoc Pennington  <hp@redhat.com>
13093
13094         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
13095
13096         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
13097         Fix a bug when removing node data, we didn't properly 
13098         re-splice the linked list after removing the data.
13099
13100         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
13101         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
13102
13103         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
13104
13105         * gtk/gtktextlayout.c (set_para_values): Set tab array 
13106         for the layout from the GtkTextTag.
13107
13108         * gtk/gtktexttypes.h: delete tab and search cruft, 
13109         remove g_convert() in favor of GLib version
13110
13111         * gtk/gtktexttypes.c: remove tab implementation from here,
13112         move to Pango
13113
13114         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
13115         tab stuff using new PangoTabArray from Pango
13116
13117         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
13118         unused border_width stuff
13119
13120 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
13121
13122         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
13123         glib) and now useless utf_to_latin1() latin1_to_utf()
13124
13125         * gtk/gtktextview.[ch]: Change ::move_insert and
13126         ::delete_text action signals to ::move and ::delete;
13127         create the signals with the right enumeration type,
13128         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
13129         C-v bindings, change Home, End to move to beginning/end
13130         of line, Add C-Home C-End to move to beginning/end
13131         of buffer. Change ::cut_text to ::cut_clipboard, etc;
13132         combine ::scroll_text into ::move; use new GtkSelectionData
13133         functions to simplify DND text handling.
13134         
13135         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
13136         deletion enumerations here, rename enumeration values to 
13137         be consistently plural.
13138
13139         * gtk/gtktextbuffer.c: Use new clipboard interfaces
13140         for cut/copy/paste and primary selection.
13141
13142         * gtk/gtktextbuffer.[ch]: Remove excess time and
13143         'interactive' arguments from cut/copy/paste;
13144         rename cut to cut_clipboard, etc; remove
13145         gtk_text_buffer_get_clipboard_contents().
13146
13147         * gtk/gtktextlayout.[ch]: Add 
13148         gtk_text_layout_move_iter_to_line_end() to move the iter to 
13149         line ends.
13150
13151         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
13152         Functions to set or get a UTF-8 string on the selection
13153         data.
13154
13155         * gtk/gtkclipboard.[ch]: New, simplified selection handling
13156         interfaces.
13157
13158         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
13159         created widgets - one of these is useless if we don't.
13160
13161         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
13162         a public function clear all targets registered for the
13163         widget.
13164
13165         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
13166         Never call gtk_widget_realize() - that was just asking
13167         for bizarre side-effects.
13168
13169         * gtk/gtkselection.c (gtk_selection_owner_set): Call
13170         gdk_selection_owner_set even if the widget is the
13171         same so that we reliably update the timestamp on
13172         the server.
13173
13174         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
13175         gdk_x11_get_server_time() function.
13176         
13177         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
13178         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
13179         Add some tricky filtering on serial numbers for
13180         selection clear events to fix up long-standard
13181         race condition FIXME's in gtkselection.c.
13182
13183         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
13184         routines to convert from utf8 to compound text or
13185         STRING and from a text property to UTF-8.
13186
13187         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
13188         a convenience function gdk_get_current_event_time().
13189
13190         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
13191         and free selection_data->data properly
13192
13193 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
13194
13195         * gtk/gtkthemes.c: Remove some unecessary includes.
13196
13197 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
13198
13199         * gtk/gtktextdisplay.c
13200         * gtk/gtktextlayout.c
13201         * gtk/gtktexttag.c
13202         * gtk/gtktexttag.h
13203         * gtk/testtext.c: Change the overstrike property to strikethrough,
13204         to closer match pango.
13205
13206 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
13207
13208         * gtk/gtktextview.c: Fix up visibility so that focus,
13209         cursor_visible and blink interact properly.  Reenable cursor blink
13210         which had been roughly disabled. Make blink and focus
13211         properly per-view.
13212
13213         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
13214         Add a flag for whether to display insertion cursor and
13215         a function to set the flag.
13216
13217         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
13218         get_line_y() to get_line_yrange(), to be a bit more generally
13219         useful.
13220
13221 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
13222
13223         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
13224           do stop_navigating_submenu, to clear last timeout properly.
13225           Also in gtk_menu_motion_notify move ignore_enter above
13226           the conditional to make it always happen as suggested by Owen
13227
13228 2000-09-07  Tor Lillqvist  <tml@iki.fi>
13229
13230         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
13231
13232         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
13233         w32api headers.
13234
13235         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
13236         declarations.
13237
13238         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
13239         (gdk_win32_get_colormap): A line had been deleted by mistake.
13240
13241         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
13242         (gdk_event_translate): Handle more virtual keycodes to be able to
13243         generate GDK events for Control-comma, Control-period, etc.
13244
13245         * gtk/gtk.def: Add some missing entry points.
13246
13247 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
13248
13249         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
13250         Doc comment fixing. (Mostly non-matching parameter names.)
13251
13252         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
13253         comments a little to avoid looking like a doc comment.
13254
13255         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
13256         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
13257         conversions be changed to GError?)
13258
13259         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
13260         Move private #defines into .c file.
13261
13262         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
13263         order of argument addition, remove duplicates.
13264
13265         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
13266         parent class is FrameClass, not BinClass.
13267
13268         * gtk/gtk.h: Add gtkinvisible, which was missing.
13269         (It's occasionalyl useful for client apps, if seldom.)
13270
13271         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
13272         #define.
13273
13274 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
13275
13276         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
13277         coordinates when creating window, instead of GDK-space
13278         coordinates. (Avoid BadValue on too large windows.)
13279
13280 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
13281
13282         * configure.in (use_mmx_asm): Remove conftest* after use along the
13283         lines of AC_TRY_COMPILE.        
13284         
13285         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
13286         of g_dirname, which is deprecated.
13287         (gtk_rc_parse_any): Removed calls to
13288         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
13289
13290         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
13291         Removed calls to g_hash_table_{freeze,thaw}, as they are
13292         deprecated now.
13293
13294         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
13295         instead of g_basename.
13296         
13297 2000-09-04 Elliot Lee <sopwith@redhat.com>
13298         
13299         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
13300         ANSI warning.
13301
13302 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
13303
13304         * gtk/gtkwidget.h:  Add some documenting comments about 
13305           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
13306           just as owen said on irc.
13307
13308         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
13309           set HAS_DEFAULT.  Only set it if there isn't another window
13310           holding it (a focus window which RECEIVES_DEFAULT) and only unset
13311           it if the widget is not the focused window with RECEIVES_DEFAULT.
13312           This fixes weird double default bugs in dialogs which has things
13313           call gtk_window_set_default at times.
13314
13315 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
13316
13317         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
13318         Nils Barth and David Santiago to improve submenu
13319         navigation. The patch does this by creating a triangular
13320         region from the point where the pointer leaves the
13321         menu to the submenu.  While the pointer is in
13322         that region and a timeout has not expired, events 
13323         that would cause the active submenu to change are
13324         ignored.
13325
13326 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
13327
13328         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
13329         moving a toplevel window immediately after sizing it would
13330         result in it being sized back to the old size since 
13331         impl->width, impl->height aren't updated until we hear
13332         back from the server. There is still a (longstanding) bug
13333         here that gdk_window_get_size() will give the wrong size
13334         until we do hear back.
13335
13336 2000-08-31  Havoc Pennington  <hp@redhat.com>
13337
13338         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
13339         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
13340         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
13341         Rename GtkTextStyleValues to GtkTextAttributes
13342
13343 2000-08-31  Havoc Pennington  <hp@pobox.com>
13344
13345         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
13346         for rapid testing whether an iterator is the end iterator
13347         (gtk_text_btree_new): init end line cache
13348         (gtk_text_line_is_last): use fast cached line to 
13349         see if we're the last line.
13350         (get_last_line): use cached line here too, should 
13351         speed up some random unrelated code.
13352         
13353 2000-08-30  Havoc Pennington  <hp@pobox.com>
13354
13355         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
13356         signals.
13357
13358         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
13359         delete_text signals. This allows the signals to be used for
13360         implementing undo.
13361
13362         * gtk/gtktextbuffer.c: Change signal handler signatures; 
13363         provide "interactive" argument when emitting insert_text or
13364         delete_text signal.
13365         
13366 2000-08-30  Havoc Pennington  <hp@pobox.com>
13367
13368         * gtk/gtktextbuffer.c: Docs
13369
13370 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
13371
13372         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
13373         from switch statements, since Tor removed the enumeration
13374         value.
13375         
13376         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
13377         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
13378
13379 2000-08-29 Elliot Lee <sopwith@redhat.com>
13380         * */*.h: Use G_GNUC_CONST.
13381
13382 2000-08-27  Havoc Pennington  <hp@pobox.com>
13383
13384         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
13385         minor indentation fixes, inserted some FIXME about stuff I
13386         realized was broken while documenting it.
13387         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
13388         GTK convention  
13389
13390 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
13391
13392         * gtk/testgtk.c (create_styles): Fix double free of
13393         font desc.
13394
13395 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
13396
13397         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
13398         
13399         * gtk/testgtk.c (create_styles): Add a test for modifying
13400         the style through gtk_widget_modify_*.
13401
13402         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
13403         a function to get the current modifier style.
13404
13405         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
13406         of the passed in GtkRcStyle instead of ref'ing it.
13407
13408         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
13409
13410 2000-08-20  Tor Lillqvist  <tml@iki.fi>
13411
13412         * gdk/gdkimage.h
13413         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
13414         shared memory image+pixmap GdkImage type, or
13415         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
13416         I am dropping that.
13417
13418         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
13419         actually call gtk_init_abi_check(), passing also
13420         sizeof(GtkWindow). Ditto for gtk_init_check(). 
13421
13422         * gtk/gtk.def
13423         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
13424         New functions, used to check that the GTK+-using code has been
13425         compiled using the correct compiler and switches. In particular,
13426         with gcc one has to use the -fnative-struct switch as GTK+ is
13427         compiled with that.
13428
13429 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
13430
13431         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
13432         ->prev fields when merging lists. (Found simultaneously
13433         by Pawel Salek and Jakub Jelinek)
13434
13435 2000-08-12  Tor Lillqvist  <tml@iki.fi>
13436
13437         * gdk/gdk.def
13438         * gtk/gtk.def: Add missing entries.
13439
13440         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
13441         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
13442
13443         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
13444         function. Dummy implementation at this point.
13445
13446         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
13447         rules. Undefine GTK_COMPILATION when compiling the test programs.
13448         
13449         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
13450
13451 2000-08-11  Tor Lillqvist  <tml@iki.fi>
13452
13453         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
13454         to convert back and forth from UTF-8 and the "system" (or "current
13455         locale") charset when necessary. Indentation/spacing cleanup.
13456
13457 2000-08-10  Havoc Pennington  <hp@redhat.com>
13458
13459         * Makefile.am (snapshot): Change the format of the snapshot
13460         version to match glib
13461
13462         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
13463         from EXTRA_DIST since it doesn't seem to exist
13464
13465 2000-08-10  Tor Lillqvist  <tml@iki.fi>
13466
13467         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
13468         version of the directory name (not the UTF-8 one) when building
13469         the path name to stat().
13470
13471 2000-08-03  Elliot Lee  <sopwith@redhat.com>
13472
13473         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
13474         PANGO_ATTR_SHAPE set.
13475
13476 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
13477
13478         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
13479         Peter Osterlund to simplify the code while keeping the
13480         functionality the same.
13481
13482 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
13483
13484         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
13485         is_viewable() test further inside the function, since removing the 
13486         window from the redraw list without clearing ->update_area
13487         was also very broken.
13488
13489 2000-08-02  Tor Lillqvist  <tml@iki.fi>
13490
13491         * configure.in: Check for <unistd.h>.
13492
13493 2000-08-01  Martin Baulig  <baulig@suse.de>
13494
13495         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
13496         to display the message that this is a development version of GTK+.
13497
13498 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
13499
13500         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
13501         was depending on widget->allocation instead of the width of text_area,
13502         which was incorrect for subclasses like GtkSpinButton.
13503
13504         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
13505         with width == 1 tests that should be width == -1.
13506
13507 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
13508
13509         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
13510         (broken, Elliot, every single window blank on X) custom code with call
13511         to gdk_window_is_viewable() which a) prevents code duplicate and
13512         b) works. 
13513
13514 2000-07-31  Elliot Lee  <sopwith@redhat.com>
13515
13516         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
13517         to get the GDK_PARENT_ROOT() macro to work.
13518         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
13519         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
13520         of, windows that aren't shown.
13521         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
13522         pointer grab stuff.
13523
13524 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
13525
13526         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
13527           s/gtk_main_iteration/g_main_iteration/
13528
13529           Did this already in change:
13530                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
13531           don't know how it got reverted.
13532
13533 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
13534
13535         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
13536         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
13537
13538         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
13539         not gdk_pixbuf.
13540
13541 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
13542
13543         * configure.in,po/{sp,sr}.po: Added Serbian files
13544
13545 2000-07-30  Tor Lillqvist  <tml@iki.fi>
13546
13547         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
13548
13549         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
13550         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
13551         GIOChannel implementation.
13552
13553         * gdk/win32/gdkinput.c
13554         * gdk/win32/gdkpango-win32.c: Update license name here, too.
13555
13556         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
13557         definition to match prototype.
13558
13559         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
13560
13561 2000-07-27  Elliot Lee  <sopwith@redhat.com>
13562
13563         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
13564         function, to allow handling image formats that cannot be detected
13565         by looking at content alone.
13566
13567 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
13568
13569         * docs/tutorial/*.gif *.jpg *.eps
13570           Update these to the same look-n-feel.
13571           Why does including images in DocBook suck so badly?
13572
13573 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
13574
13575         * gtk/gtktable.c: applied patch from Phil Thompson
13576         <phil@river-bank.demon.co.uk> that enables space settings for
13577         the last row/columns as well.
13578
13579 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
13580
13581         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
13582         updates the license headers to the GNU Lesser General Public License,
13583         as well as updating the copyright year to 2000.
13584
13585 2000-07-26  Robert Brady  <rwb197@zepler.org>
13586
13587         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
13588           and po/Makefile, was installing and looking for them under gtk20
13589           and gtk2 respectively.
13590
13591 2000-07-25  Havoc Pennington  <hp@redhat.com>
13592
13593         * gtk/testtext.c: Comment out some stuff that depends on the rest
13594         of my patches.
13595
13596 2000-07-25  Havoc Pennington  <hp@redhat.com>
13597
13598         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
13599         buffer
13600
13601 2000-07-25  Havoc Pennington  <hp@redhat.com>
13602
13603         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
13604         widget changes.
13605
13606         * gtk/gtktextview.h: To be consistent with usage of "line"
13607         throughout the API to mean "newline-terminated thingy", change
13608         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
13609         to MOVEMENT_LINE.
13610
13611         (GtkTextView): Add flags for default editability, and whether to
13612         show the cursor. Add functions to get/set that. Add 
13613
13614         (gtk_text_view_get_iter_location): new function
13615
13616         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
13617         gtktextlayout.h
13618         (g_convert): Add g_convert temporarily, will go in glib in a bit
13619         
13620         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
13621         GtkTextTagTableForeach instead of brokenly using GHFunc.
13622         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
13623
13624         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
13625         moved to public header.
13626
13627         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
13628         "invisible", since "elide" was a bad name.
13629         (gtk_text_tag_get_priority): Added
13630
13631         (GtkTextStyleValues): put this in public header, along with
13632         functions to use it.
13633
13634         * gtk/gtktextmarkprivate.h: Include more headers, since we no
13635         longer include gtktextbtree.h.
13636
13637         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
13638         gtk_text_mark_deleted
13639
13640         * gtk/gtktextlayout.h: Don't include the "really private" headers,
13641         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
13642         to make this possible. Now we only need to install
13643         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
13644         (However the Makefile.am isn't changed yet because of the
13645         logistics of merging gtk-hp-patches piecemeal)
13646
13647         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
13648         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
13649         gtk_text_iter_get_line is now used in the public API for a
13650         different purpose.
13651
13652         * gtk/gtktextiter.h: Clean up function names to be more
13653         consistent. Always call char offset "offset" and byte index
13654         "index". A "line" is always a line number. 
13655
13656         (gtk_text_iter_is_last): new function, more efficient than 
13657         the existing way to check
13658         (gtk_text_iter_is_first): new function, also more efficient
13659
13660         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
13661
13662         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
13663         gtk_text_iter_forward_char, etc.
13664
13665         (gtk_text_iter_forward_to_tag_toggle): Renamed from
13666         forward_find_tag_toggle, since this isn't a linear search
13667
13668         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
13669
13670         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
13671         New functions, search for a buffer substring.
13672
13673         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
13674         interactive and default editable (since we need to store that info
13675         until we receive the selection data).
13676
13677         Remove all the _at_char and at_line etc. versions of functions;
13678         only have iterator versions.
13679
13680         Add _interactive() versions of functions, that consider the
13681         editability of text. (FIXME add interactive flag to the 
13682         insert/delete signals per Darin's suggestion)
13683
13684         (gtk_text_buffer_get_tag_table): new function, demand-creates the
13685         tag table if necessary
13686
13687         Remove declaration of gtk_text_buffer_get_iter_from_string
13688
13689         (_gtk_text_buffer_get_btree): private/internal function, added.
13690         
13691
13692         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
13693         (gtk_text_line_is_last): new function
13694
13695 2000-07-25  Havoc Pennington  <hp@redhat.com>
13696
13697         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
13698         using GtkProgressBar. See Changes-2.0.txt for details.
13699
13700         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
13701         "pulse_step" which are the equivalent of
13702         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
13703         Implement new API.
13704         
13705         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
13706         (use_text_format) to mark whether text set on the progress bar is
13707         a format string. Deprecate entire GtkProgress interface.
13708
13709         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
13710         (gtk_progress_build_string): make this a no-op if use_text_format
13711         is FALSE
13712
13713         * docs/Changes-2.0.txt: Describe progress bar changes.
13714
13715 2000-07-25  Tor Lillqvist  <tml@iki.fi>
13716
13717         * Makefile.am: Include the build directory.
13718
13719         * configure.in: Generate build/Makefile, build/win32/Makefile,
13720         gdk/, gdk/win32/, and gtk/makefile.mingw.
13721
13722         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
13723         Add GETTEXT_PACKAGE.
13724         
13725         * gdk/gdk.def
13726         * gtk/gtk.def: Updates.
13727
13728         * gdk/gdkfont.h
13729         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
13730         need them any longer.
13731
13732         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
13733
13734         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
13735         PANGOWIN32_LIBS and gdk_pixbuf.
13736
13737         * gdk/win32: Compiles, but no doubt doesn't work at all.
13738
13739         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
13740
13741         * gdk/win32/gdkinput.c: New file, temporarily.
13742         
13743         * gdk/win32/gdkinput-win32.h: New file
13744
13745         * gdk/win32/gdkinputprivate.h: Remove.
13746
13747         * gdk/win32/gdkpango-win32.c: New file.
13748
13749         * gtk/makefile.mingw.in: New file
13750
13751         * gtk/makefile.cygwin: Removed
13752         
13753         * gtk/Makefile.am: Update accordingly.
13754
13755         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
13756         made externally visible.
13757
13758         * gtk/gtkmain.c: Use it.
13759         
13760         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
13761         is enough.
13762
13763         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
13764
13765 2000-07-24 Elliot Lee <sopwith@redhat.com>
13766         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
13767         individual backends already.
13768         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
13769         again. Yes, there really is a good reason for this, if you are using the gdkregion
13770         internals, and if you're not, why do you care?
13771         * gdk/gdkwindow.c: Fix inverted condition
13772         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
13773         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
13774         * gtk/gtkrange.c: Redraw trough when moving.
13775         * gtk/gtktypeutils.c: Fix warning by adding const cast.
13776         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
13777
13778 2000-07-23  Tor Lillqvist  <tml@iki.fi>
13779
13780         * configure.in: Check for mkstemp and sigsetjmp. Output
13781         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
13782
13783         More work on GDK for Win32. Still in an intermediate state.
13784
13785         * gdk/makefile.cygwin
13786         * gdk/win32/makefile.cygwin: Removed.
13787         
13788         * gdk/makefile.mingw.in
13789         * gdk/win32/makefile.mingw.in: New files.
13790
13791         * gdk/Makefile.am
13792         * gdk/win32/Makefile.am: Generate and distribute them.
13793
13794         * gdk/win32/gdkwindow-win32.h
13795         * gdk/win32/gdkdrawable-win32.h
13796         * gdk/win32/gdkpixmap-win32.h: New files.
13797
13798         * gdk/win32/gdkcolor-win32.c
13799         * gdk/win32/gdkcursor-win32.c
13800         * gdk/win32/gdkdrawable-win32.c
13801         * gdk/win32/gdkgc-win32.c
13802         * gdk/win32/gdkimage-win32.c
13803         * gdk/win32/gdkprivate-win32.h
13804         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
13805         Rename fields and variables called xcursor, xid, etc (these names
13806         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
13807
13808 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
13809
13810         * gtk/gtkentry.[ch]: Fix some problems with vertical
13811         alignment.
13812
13813         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
13814         char/byte confusion.
13815
13816 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
13817
13818         * gtk/gtktextview.c (changed_handler): Fix bug where
13819         redraw wasn't being done properly when height of
13820         dirty region changed.
13821
13822         * demos/Makefile.am: Remove various references to
13823         -lgmodule
13824
13825 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
13826
13827         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
13828         PangoAttrShape to reserve space for pixmaps, add 
13829         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
13830         in the display functions.
13831         
13832         * gtk/testgtk.c (create_layout): Set some more exotic
13833         scrolled window options
13834
13835         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
13836         Add function to set the shadow type of a window, to allow
13837         putting a shadow around widgets such as GtkLayout or GnomeCanvas
13838         which don't draw their own frame.
13839
13840 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
13841
13842         * docs/tutorial/package-db-tutorial.sh: New file for
13843           packaging DocBook format tutorial
13844
13845 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
13846
13847         * docs/tutorial/gtk-tut.sgml: Minor updates
13848
13849         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
13850
13851 2000-07-19  Tor Lillqvist  <tml@iki.fi>
13852
13853         * gtk/gtksignal.c: Fix C++ comment.
13854
13855         * gtk/gtkimmulticontext.c
13856         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
13857         don't return value from void functions.
13858
13859         * gtk/gtk.def: Add gtk_rc_style_unref.
13860
13861 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
13862
13863         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
13864         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
13865         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
13866         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
13867         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
13868         gtk/gtktypeutils.h: Include files outside of the extern "C"
13869         block. Makes some C++ compiler happy. Reported by Denis Vakatov
13870         <vakatov@peony.nlm.nih.gov>.
13871
13872 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
13873
13874         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
13875           Completes first pass. Hurrah!
13876
13877 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
13878
13879         * docs/tutorial/gtk-tut.sgml: More clean ups.
13880
13881 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
13882
13883         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
13884         paint the background of the text area which was accidentally
13885         removed at some point.
13886
13887         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
13888           
13889          - Move most of the functionality from the theme vtable
13890            into GtkRcStyleClass and GtkStyleClass. The moved
13891            vtable functions were changed a bit in the move to
13892            work better in their new home.
13893
13894          - Get rid of the engine and engine_data fields from
13895            GtkRcStyle and GtkStyle; instead the theme
13896            engine derives theme-specific subclasses of GtkRcStyle
13897            and GtkStyle
13898
13899          - Add extra dlsym() found entry point to themes,
13900            theme_create_rc_style().
13901
13902         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
13903         in gtk_style_real_copy.
13904
13905         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
13906         to register a type associated with an engine. (The engine
13907         won't be unloaded as there is an instance of the type.)
13908
13909
13910 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
13911
13912         * docs/tutorial/gtk-tut.sgml: Clean ups.
13913
13914 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
13915
13916         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
13917           of cleaning up to do.
13918
13919 2000-07-15  Tor Lillqvist  <tml@iki.fi>
13920
13921         * gdk/testgdk.c: New file, quick hack to test backends for
13922         pixel-by-pixel correctness of the most simple graphic operations.
13923
13924 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
13925
13926         * Really release 1.3.1
13927         
13928         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
13929         include structure.
13930
13931 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
13932
13933         * Released 1.3.1
13934
13935 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
13936
13937         * gtk/gtktextlayout.c: use FALSE for size_only most
13938         of the time when calling gtk_text_layout_get_line_display()
13939         to avoid causing double reshapes when a redraw follows
13940         immediately after.
13941
13942 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
13943
13944         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
13945         appropriate region and gdk_window_process_updates() so trough
13946         updating doesn't lag behind the window being scrolled.
13947
13948         * gdk/gdkgc.c: Make parent_class pointer static.
13949          
13950 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
13951
13952         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
13953         include <string.h>.
13954          
13955         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
13956         cut-and-paste error in computing memory offset for 4 channels.
13957
13958 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
13959
13960         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
13961         gtk_rc_append_default_pixmap_path(), since it wasn't
13962         adding an interesting path and we don't have a meaningful
13963         default for this value.
13964
13965 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
13966
13967         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
13968         gtk-config to gtk-config-2.0 move gtk_.m4 to
13969         gtk-2.0.m4
13970
13971         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
13972         gdk/Makefile.am demos/Makefile.am: Change 
13973         library names to libgtk-1.3.la, etc, so that we
13974         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
13975
13976         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
13977         gdk/Makefile.am gdk/x11/Makfile.am
13978         Move include files into /usr/include/gtk-2.0, 
13979         /usr/lib/gtk-2.0/include/
13980          
13981         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
13982         gtk/gtkintl.h: Change package for gettext from 
13983         gtk+ to gtk20. Put hack in autogen.sh to modify
13984         po/Makefile.in.in after gettextize to make this
13985         possible.
13986
13987         * gtk+.spec: Some updates, not tested.
13988
13989         * gdk-pixbuf/Makefile.am: Move loaders into
13990         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
13991
13992         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
13993         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
13994         to THEMENAME/gtk-2.0/. Move engine directory  to
13995         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
13996         
13997 2000-07-12  Tor Lillqvist  <tml@iki.fi>
13998
13999         Win32 changes, still doesn't build though.
14000
14001         * gdk/makefile.cygwin
14002         * gdk/win32/makefile.cygwin
14003         * gtk/makefile.cygwin: Updates.
14004
14005         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
14006         default values for fg and bg pixel as X11 does (0 and 1), not
14007         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
14008         Use 0 for pen width by default (treated as 1 anyway later, but for
14009         apps that might check the value in the GdkGC).
14010         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
14011         interface to gdk_gc_predraw and _postdraw.
14012
14013         * gdk/win32/gdkwin32.h
14014         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
14015
14016         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
14017         extraneous semicolon.
14018
14019         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
14020
14021         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
14022         not the Win32 bitspixel value.
14023
14024         * gdk/win32/gdkcc-win32.c:
14025         * gdk/win32/gdkcolor-win32.c 
14026         * gdk/win32/gdkprivate-win32.h
14027         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
14028         GDK object structure.
14029
14030 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
14031
14032         * docs/tutorial/gtk_tut_12.es.sgml (name): 
14033         * docs/tutorial/gtk_tut_it.sgml (name): 
14034         * docs/tutorial/gtk_tut_fr.sgml (name): 
14035         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
14036         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
14037
14038 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
14039
14040         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
14041           small changes.
14042
14043 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
14044
14045         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
14046         a bug here, never been here and never fixed anything ;(
14047         (don't segfault if tree->root_tree is NULL, which happens prior
14048         to widget realization, but puke instead).
14049
14050 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
14051
14052         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
14053         add the necessary tokens.
14054
14055         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
14056         (gtk_rc_style_to_style): copy thicknesses.
14057         (gtk_rc_init_style): apply thicknesses.
14058         (gtk_rc_parse_style): parse xthickness and ythickness.
14059
14060         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
14061
14062         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
14063         (gdk_window_new): 
14064         (_gdk_windowing_window_init): 
14065         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
14066         (gdk_pixmap_create_from_data): 
14067         (gdk_bitmap_create_from_data): 
14068         (gdk_pixmap_new): 
14069         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
14070         (gdk_image_new): 
14071         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
14072         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
14073         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
14074         (gdk_colormap_get_system): 
14075         (gdk_colormap_new): 
14076         * gdk/gdkwindow.c (gdk_window_init): 
14077         * gtk/gtkstyle.c (gtk_style_new):
14078         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
14079         * gdk/gdkpixmap.c (gdk_pixmap_init): 
14080         * gtk/gtkrc.c (gtk_rc_style_new):
14081         use g_object_new() instead of g_type_create_instance() which
14082         is a private function for fundamental type implementations.
14083
14084 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
14085
14086         * configure.in: Add check for db2html
14087
14088 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
14089
14090         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
14091         hack to set glib_debug_objects based on gtk_debug_flags.
14092
14093 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
14094
14095         * INSTALL.in: Update the Prerequisites section.
14096
14097         * Makefile.am demos/Makefile.am docs/Makefile.am
14098         docs/tutorial/Makefile.am gdk/x11/Makefile.am
14099         gdk/linux-fb/Makefile.am: Dist fixes
14100
14101 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
14102
14103         * NEWS: 10,000 foot view of 1.3.1 changes.
14104
14105 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
14106
14107         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
14108         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
14109         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
14110         gdk/x11/gdkmain-x11.c: 
14111
14112         Patch from George Lebl to add a GdkGrabStatus enumeration to use
14113         as a return value of gdk_*_grab(). Previously, we just
14114         returned the X11 values directly.
14115
14116 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
14117
14118         * gdk/x11/Makefile.am: Patch from George Lebl to 
14119         install all the headers in the right place.
14120
14121 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
14122
14123         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
14124           initial conversion to DocBook.
14125
14126 2000-07-04  Tor Lillqvist  <tml@iki.fi>
14127
14128         * README.win32: Improve a bit.
14129
14130         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
14131         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
14132         Alt+0nnn on the numpad (used to enter characters by numeric code
14133         from current DOS or ANSI codepage) working correctly, as in other
14134         Windows apps.
14135
14136         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
14137         same argument validity tests as in X11 version.
14138         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
14139
14140         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
14141         definitions in case missing from headers.
14142
14143         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
14144         destroy the window-specific cursor.
14145         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
14146         calling GetModuleHandle(NULL).
14147         (gdk_window_set_cursor): Reworked to always copy the passed cursor
14148         with CopyCursor before setting it as the window-specific
14149         cursor. It is OK for the caller to destroy the GdkCursor (and thus
14150         also its Windows cursor) after calling this function. Destroy any
14151         previous window-specific cursor.
14152
14153 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
14154
14155         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
14156         font charset is iso8859-1, not iso-8859-1.
14157
14158 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
14159
14160         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
14161         Use g_get_charset() instead of g_get_codeset().
14162
14163         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
14164         Comment out some strdup'ing functions to keep timj
14165         happy until we finish fighting this out.
14166
14167 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
14168
14169         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
14170         <= width or height.
14171
14172         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
14173         from 1.2 for parent/child states.
14174
14175         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
14176         of typos.
14177
14178         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
14179         event structures, replace with a generic axes field. Replace 
14180         deviceid/sourec with GdkDevice *device.
14181
14182         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
14183         to extract particular axis use value from event. (Also
14184         can be used for normal X/Y.)
14185
14186         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
14187         allow for arbitrary number of axes, namespace everything
14188         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
14189         everywhere.
14190
14191         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
14192         Get rid of the gdk_input_vtable setup if favor of simply
14193         defining the functions in gdkinput-none/gxi/xfree.c in
14194         a similar fashion to the way that the port structure is 
14195         done.
14196
14197         * gtk/gtkdnd.c: Fix fields of synthesized button press event
14198         for new event structures. 
14199
14200         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
14201         new device interfaces.
14202
14203 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
14204
14205         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
14206         set the initial text.
14207
14208         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
14209         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
14210         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
14211         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
14212
14213         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
14214         pango_layout_set_font_description to simplify.
14215
14216 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
14217
14218         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
14219         pango_layout_set_font_description to simplify.
14220
14221 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
14222
14223         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
14224         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
14225         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
14226
14227         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
14228         PANGO_PIXELS() macro.
14229
14230 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
14231
14232         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
14233         that returns a PangoContext owned by the widget and updated to
14234         match future changes in the widget. Also, make 
14235         gtk_widget_create_pango_layout() use this context. If we ever
14236         add a ::changed signal to PangoContext, this will make things
14237         much more convenient. 
14238
14239         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
14240         in the appropriate places instead of destroying the layouts and
14241         creating new ones.
14242
14243         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
14244         in a few strategic places.
14245
14246 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
14247
14248         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
14249         gtk_widget_size_request() on reparented child, if one. Otherwise,
14250         queue_resize() on the child never results in it getting size-requested
14251         at all.
14252
14253         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
14254         in option menus, so that (with luck) people won't copy it into
14255         their apps in the future.
14256
14257         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
14258         to gtk_option_menu_calc_size. This isn't perfect, but should fix
14259         a lot of problems with changing the size of the menu's menu
14260         items after adding it to the option menu.
14261
14262         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
14263
14264         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
14265         the text direction for a widget changes.
14266
14267         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
14268         ::direction_changed to get rid of various hacks.
14269
14270 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
14271
14272         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
14273         name.
14274
14275 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
14276
14277         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
14278         flag to the structure. Do not call XFreePixmap on pixmaps created
14279         by gdk_pixmap_foreign_new().
14280
14281 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
14282
14283         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
14284         value using GdkRGB functionality given GdkColormap and GdkColor.
14285         (name not final, waiting for inspiration.)
14286         
14287         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
14288         set the foreground/background of a GC using the GC's colormap
14289         and GdkRGB. (name not final, waiting for inspiration.)
14290
14291         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
14292         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
14293
14294         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
14295         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
14296         purely a function of the corresponding colormap. Make
14297         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
14298
14299         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
14300         gdk_pixbuf_*create_from_xpm_* in terms of
14301         gdk_pixbuf_new_from_xpm_data(), move into platform independent
14302         code.
14303
14304         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
14305         advantage of the new draw_rgb_32_image_dithalign.
14306
14307         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
14308
14309         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
14310         on each created GC.
14311
14312         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
14313
14314         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
14315         which we initialize from the drawable when the GC is created,
14316         if the drawable has a colormap.
14317
14318         * gdk/x11/gdkgc-x11.c: include string.h for memset.
14319
14320         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
14321
14322         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
14323
14324 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
14325
14326         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
14327         actually returning expose events, make sure to set
14328         the count field properly.
14329
14330         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
14331         accidentally reintroced bug which always cleared
14332         the graphics_exposures value. 
14333
14334 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
14335
14336         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
14337
14338 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
14339
14340         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
14341
14342 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
14343
14344         * docs/faq/gtk-faq.sgml: Start of Section 6.
14345
14346 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
14347
14348         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
14349         
14350         (Fixes problem with drawing childless frames. Pointed out
14351         by and a first patch from Anders)
14352         
14353         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
14354         compute a child_allocation, even if we don't have a child.
14355
14356         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
14357         Always chain to the parent's impl, even if we don't have a child.
14358
14359 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
14360
14361         * gdk/gdkrgb.c: If possible, create only a single shm segment and
14362         use multiple parts of it instead of creating a bunch of separate
14363         segments, since the maximum number of segments per system is not
14364         large. (This might be worth backporting to GTK+-1.2.x if we make a
14365         new release )
14366
14367         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
14368         structure in preparation for per-colormap GdkRGB.
14369
14370         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
14371         to False when we get EINVAL from shmget so that the caller of
14372         gdk_image_new can retry with a smaller segment size.
14373
14374 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
14375
14376         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
14377
14378 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
14379
14380         * configure.in: make the current version number 1.3.1 (binary age 0,
14381         interface age 0).
14382         
14383         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
14384         gtkcompat.h is all we want.
14385
14386         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
14387         GLib primitive types. fixed g_type_register_fundamental() argument
14388         ordering.
14389
14390         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
14391         compiles.
14392
14393         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
14394         object code cleanup, comment trigraph fixes, etc...
14395
14396 2000-06-23  Havoc Pennington  <hp@redhat.com>
14397
14398         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
14399         instead of making up a bogus name for first_para_mark
14400
14401         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
14402         0 as a context ID
14403
14404 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
14405
14406         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
14407
14408 2000-06-21  Havoc Pennington  <hp@pobox.com>
14409
14410         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
14411         we didn't check window->bg_pixmap != GDK_NO_BG.
14412
14413         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
14414         gdk-pixbuf
14415
14416 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
14417
14418         * docs/faq/gtk-faq.sgm: Move file to here.
14419           TODO: Update Makfile.am 
14420
14421 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
14422
14423         * docs/gtk-faq.sgm: Add Section 2
14424
14425 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
14426
14427         * docs/gtk-faq.sgm: New file. Start of DocBook
14428           version of the FAQ.
14429
14430 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
14431
14432         * configure.in (GDK_PIXBUF_MAJOR): Define version
14433         numbers for GDK_PIXBUF_*, as they get substituted
14434         into a header file. Need to consider versioning
14435         for gdk-pixbuf more carefully later.
14436
14437 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
14438
14439         Work with srcdir != builddir.   
14440         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
14441         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
14442         * demos/testpixbuf.c: Likewise.
14443         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
14444         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
14445         <gdk/x11/gdkx.h>.
14446         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
14447         "gdk-pixbuf.h".
14448         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
14449
14450 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
14451
14452         * TODO.xml: Change 1.4 version numbers to 2.0.
14453
14454 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
14455
14456         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
14457         fixups to GTK+ standard.
14458
14459 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
14460
14461         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
14462         gdk-pixbuf.
14463
14464         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
14465         fixups for GObject.
14466
14467         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
14468         gdk-pixbuf with GDK dependencies moved into GDK.
14469         
14470         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
14471         move gdk-pixbuf-loader here until GObject has signals.
14472
14473         * demos/: New directory of demos. Move demos from
14474         gdk-pixbuf here.
14475
14476         * demos/pixbuf-init.c: Small bit of code to check for
14477         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
14478         set GDK_PIXBUF_MODULEDIR appropriately.
14479
14480         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
14481         define which no longer makes sense.
14482
14483 2000-06-21  Havoc Pennington  <hp@redhat.com>
14484
14485         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
14486         gtk_get_default_language
14487
14488         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
14489         new function to get the default language
14490
14491         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
14492         s/gtk_text_view_style_values/gtk_text_style_values/
14493
14494         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
14495         Add a "language" field to tags.
14496
14497         (gtk_text_tag_set_arg): Fix bug in setting
14498         "bg_full_height_set" tag.
14499
14500 2000-06-21  Havoc Pennington  <hp@redhat.com>
14501
14502         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
14503         in the interfaces
14504
14505         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
14506         stuff instead when possible.
14507
14508         * gtk/gtktexttypes.h: Delete some unused constants
14509
14510         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
14511         testtextbuffer.c: use glib instead of custom unicode routines
14512
14513 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
14514
14515         * docs/es/: Removed mistakenly added generated sgml
14516
14517         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
14518         Remove outdated info files.
14519
14520         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
14521         Moved tutorial files into subdir
14522
14523         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
14524         subdir.
14525
14526         * docs/man/gtk_button.pod: Remove. (contents will be
14527         integrated into gtk-reference button page.)
14528
14529         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
14530         docs/faq/Makefile.am: Adjust for new organization
14531
14532 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
14533
14534         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
14535         not $(MKINSTALLDIRS)
14536
14537 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
14538
14539         * gtk/testgtk.c (create_text): Finish the job Elliot started
14540         of removing font setting test for text widget. (Since text widget
14541         and GdkFont are not deprecated, and cause portability problems.)
14542
14543 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
14544
14545         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
14546         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
14547         Remove use of libunicode in favor of new GLib functions.
14548
14549         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
14550         nano-x, framebuffer. The X11 include is just a hack until we get
14551         the necessary functions in gdkcolor.h, so there is no reason to
14552         add other includes of platforms.
14553
14554         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
14555         window bigger than the screen change.
14556
14557         * gtk/testgtk.c: Revert some random changes from Elliot
14558         that had no particular point and were causing testgtkrc
14559         not to function correctly.
14560         
14561         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
14562         because GdkSegment and GdkRegionBox have the same fields,
14563         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
14564         results in clearer code.
14565
14566         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
14567         gdk_input_translate_coordinates): Fix missed GdkObjectification
14568
14569 2000-06-18  Elliot Lee  <sopwith@redhat.com>
14570
14571         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
14572         * gtk/gtk{plug,socket}.h: Missed commits from previous.
14573
14574 2000-06-20  Havoc Pennington  <hp@redhat.com>
14575
14576         * modules/linux-fb/Makefile.am: Make this compile
14577         without framebuffer enabled
14578
14579         * gdk/linux-fb/Makefile.am: Add conditional to not build
14580         framebuffer unless specified in configure
14581
14582         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
14583         the size of the target instead of source if -1 was passed for
14584         width/height
14585
14586         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
14587         width/height confusion.
14588
14589 2000-06-19  Havoc Pennington  <hp@redhat.com>
14590
14591         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
14592         GDK_DRAWABLE_XID. In the future, we probably want to make it
14593         faster with G_DISABLE_CHECKS turned on.
14594
14595 2000-06-14  Havoc Pennington  <hp@redhat.com>
14596
14597         * gdk/Makefile.am: add gdkpixmap.c
14598
14599         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
14600         s/gdk_image_init/_gdk_windowing_image_init
14601
14602         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
14603         ref/unref
14604
14605         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
14606
14607         * gdk/gdkcompat.h: remove GdkWindowType compat, since
14608         GdkWindowType is now non-deprecated; 
14609         change gdk_window_get_type() compat to be
14610         gdk_window_get_window_type().
14611
14612         * gdk/gdkdnd.h: make GdkDragContext a GObject.
14613
14614         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
14615         virtual GObject. Make all functions call into the vtable.
14616         Move gdk_image_put() guts in here. Remove GdkDrawableType
14617         and gdk_drawable_get_type(), these are now GdkWindow-specific.
14618         draw_image, get_depth, get_size, set_colormap, get_colormap,
14619         get_visual added to the vtable.
14620         
14621         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
14622         GObject. Virtualize everything. 
14623         (gdk_gc_new_with_values): remove check for destroyed window,
14624         because now GdkWindow::create_gc will check this.
14625         (gdk_gc_set_values): New function to set GC values, this 
14626         was already implemented but wasn't in the header
14627
14628         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
14629
14630         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
14631         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
14632         remove _gdk_window_class; add _gdk_window_impl_get_type() and
14633         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
14634         _gdk_windowing_window_init, rename gdk_image_init to
14635         _gdk_windowing_image_init.
14636         
14637         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
14638         (gdk_draw_layout): Remove check for destroyed window, 
14639         because all the drawable methods already check it.
14640         
14641         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
14642         Add gdkpixmap.c which contains implementation of GdkDrawable
14643         virtual table (by chaining to a platform-specific implementation
14644         object).
14645         
14646         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
14647         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
14648         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
14649         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
14650         GdkColormapPrivate. 
14651
14652         * gdk/gdktypes.h: #include <glib-object.h>
14653
14654         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
14655         Move most functionality to platform-specific implementation
14656         object. GdkWindow itself now handles the backing store, then
14657         chains to the platform-specific implementation.
14658         (gdk_window_get_window_type): return GdkWindowType of the window.
14659         (gdk_window_peek_children): New routine, returns the children of 
14660         a GdkWindow
14661         (gdk_window_get_children): Was in X11-specific code and did 
14662         XQueryTree. Changed to simply return a copy of window->children; 
14663         so it can go in cross-platform code.
14664         
14665         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
14666
14667         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
14668         GdkColormap; just changed to use the new private data instead
14669         of casting to GdkColormapPrivate.
14670
14671         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
14672         gdk_cursor_new().
14673
14674         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
14675         (private data member in the GObject). 
14676         (xdnd_manager_source_filter): Function had broken 
14677         error handling, fix it (use gdk_error_trap_push).
14678
14679         * gdk/x11/gdkdrawable-x11.c: This file now implements
14680         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
14681         base class is purely for the convenience of the X port,
14682         and not part of the interface to cross-platform GDK.
14683
14684         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
14685         
14686         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
14687         specific to X, and returned by the create_gc virtual method
14688         of GdkDrawableImplX11. 
14689         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
14690         rather than gchar, this was also changed in the GdkGC vtable.
14691         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
14692         mask is 0, return immediately, instead of checking every flag.
14693         This is faster, and keeps us from segfaulting if values is NULL
14694         and the mask contains some nonzero flags.
14695
14696         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
14697         GdkWindow.
14698
14699         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
14700         GdkWindowPrivate is gone.
14701
14702         * gdk/x11/gdkim-x11.c: rename things that got renamed.
14703
14704         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
14705         remove the image_put stuff that got transferred to GdkDrawable.
14706         
14707         * gdk/x11/gdkinput.c: renamings
14708
14709         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
14710
14711         * gdk/x11/gdkpixmap-x11.c: GObject conversion
14712
14713         * gdk/x11/gdkprivate-x11.h: indentation fixes
14714
14715         * gdk/x11/gdkproperty-x11.c: renamings
14716
14717         * gdk/x11/gdkselection-x11.c: renamings
14718
14719         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
14720         implements the platform-specific "impl" object.
14721         Moved gdk_window_get_children to gdk/gdkwindow.c
14722
14723         * gdk/x11/gdkx.h: Remove all the private structs and private datas
14724         that no longer exist. Add declaration of GdkGCX11 object here.
14725         Fix all the macros to still work. 
14726
14727         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
14728         GdkDragContext from the boxed types since they are now GObjects.
14729
14730         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
14731         moved xthickness/ythickness into the instance. GtkStyleClass
14732         functions are now in the standard vtable for GtkStyle, so you have
14733         to create a GObject subclass to write a theme engine.
14734         (gtk_style_copy): fixed a leaked PangoFontDescription
14735         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
14736         can be the standard GObject function.
14737         
14738         * Throughout GTK:
14739         s/style->klass->[xy]thickness/style->[xy]thickness
14740         s/pango_layout_unref/g_object_unref/
14741
14742         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
14743         
14744         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
14745         accessing GDK internals.
14746
14747         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
14748         accessing GDK internals.
14749
14750 2000-06-18  Elliot Lee  <sopwith@redhat.com>
14751
14752         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
14753
14754         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
14755         problem by calculating event position relative to the trough
14756         rather than the slider.
14757         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
14758
14759         * gdk/gdkgc.h: Add GDK_NOR.
14760
14761         * configure.in, Makefile.am: Add modules top level dir
14762         * configure.in: Only use pangox library if building x11 target.
14763         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
14764
14765 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
14766
14767         * gtk/gtkcolorsel.c: Change private class member to be named
14768         private_data throughout the file.
14769
14770         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
14771         private_data to avoid clashing with keyword.
14772
14773 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
14774
14775         * gdk/gdkdnd.h: Add comment to remove warning.
14776
14777 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
14778
14779         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
14780         Byelorussian language; changed the Makefile and file names 
14781         to reflect that.
14782
14783 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
14784
14785         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
14786         rather than gdk_window_hide; this makes things work
14787         correctly if the window is programmatically hidden while
14788         iconified.
14789
14790 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
14791
14792         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
14793         cut and paste typo where wrong pixmap was being
14794         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
14795
14796 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
14797
14798         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
14799         Add helper function to compute format / bytes 
14800         relationship. Use in a couple places to fix up
14801         errors which assume 8 * format.
14802
14803         * gtk/gtkselection.c (gtk_selection_request): Use 32
14804         rather than 8 * sizeof (GdkAtom), to work correctly
14805         on Alpha.
14806
14807 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
14808
14809         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
14810         libgtk.la
14811         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
14812         versions
14813
14814         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
14815         checking macros return NULL since the function has a return value.
14816
14817 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
14818
14819         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
14820         GTK+ from building at all.
14821
14822         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
14823
14824 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
14825
14826         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
14827         gtk/Makefile.am: make it possible to configure gtk for different
14828         targets on the same platform. The library name is now 
14829         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
14830         flag. Only the x11 target compiles right now.
14831         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
14832         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
14833         * gdk/nanox/gdk*generic*: delete generic region code.
14834         * gdk/linux-fb/gdk*generic*: delete generic region code.
14835         * README.nanox: update information.
14836         
14837 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
14838
14839         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
14840         prepend not append. (Pointed out by Brett Hall.)
14841
14842 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
14843
14844         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
14845
14846 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
14847
14848         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
14849         need this later, and this makes sure that the atexit for
14850         glib gets called after that for GDK, so atexits are
14851         properly ordered for object leak checking.
14852
14853         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
14854
14855         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
14856         pango_x_shutdown_display()
14857
14858         * gtk/simple.c (main): Close window on destroy.
14859
14860 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
14861
14862         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
14863         to treat initial creation different from setting with 
14864         regards to the graphics-exposures parameter, so add a parameter
14865         indicating whether this is initial or not.
14866
14867 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
14868
14869         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
14870         to sort of work by adding an extra return_exposes arg
14871         to gdk_event_translate() - it might be better to simply
14872         deprecate the function altogether and force people to rewrite
14873         without it. gdk_window_scroll() handles most of it, and where
14874         gdk_window_scroll() doesn't work, simply redrawing more does.
14875
14876         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
14877         assertion.
14878
14879         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
14880
14881         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
14882         bunch of pretty much useless /* Print debugging info */ comments 
14883         which had drifted away from the code they were commenting.
14884
14885 2000-06-02  Havoc Pennington  <hp@pobox.com>
14886
14887         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
14888         is in working order.
14889         
14890         * gtk/testtext.c: Change to reflect anonymous mark API
14891
14892         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
14893
14894         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
14895         field, which was unused.
14896
14897         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
14898         saves some typing.
14899
14900         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
14901
14902         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
14903         flag on the insertion point and selection bound
14904
14905         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
14906         make mark-manipulation functions take a GtkTextMark* instead of a
14907         mark name.
14908         
14909         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
14910         GtkTextMarkBody; will be used to detect attempts to delete
14911         the permanent marks (insert and selection bound)
14912
14913         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
14914
14915 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
14916
14917         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
14918         flag to on.
14919
14920         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
14921         Honor DOUBLE_BUFFRED_FLAG
14922
14923         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
14924         function to set the DOUBLE_BUFFERED flag.
14925
14926         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
14927         or not exposes done on the widget should be double-buffered.
14928
14929         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
14930         to be what would be expected. (Fixes problem with a
14931         g_return_if_fail() validating a TextDirection enumeration)
14932
14933 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
14934
14935         * gtk/gtkwidget.c: Remove all references to 
14936         offscreen flag which was no longer used.
14937
14938         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
14939
14940         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
14941         for non-null label_widget->parent.
14942
14943         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
14944         which no longer was used.
14945
14946         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
14947
14948         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
14949         for null arguments.
14950
14951         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
14952         check for destroyed windows.
14953
14954 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
14955
14956         * gtk/gtkimmulticontext.c: Add a finalize method and unref
14957         the slave context there.
14958
14959         * gtk/gtkinvisible.[ch]: Make reference counting behavior
14960         identical to GtkWindow.
14961
14962 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
14963
14964         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
14965         pangox to here, so we can write them independent of rendering
14966         system, using GDK primitives.
14967
14968         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
14969         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
14970         since we have a rendering-system independent implementation in
14971         terms of draw_glyphs().
14972         
14973         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
14974         function to render a single line.
14975
14976         * gdk/x11/gdkpango.c: Move the guts of this file mostly
14977         into ../gdkpango.c, which simplifies things, since we
14978         don't have to deal with raw X gc's.
14979
14980 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
14981
14982         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
14983         get the logical attributes for a given GtkTextLine.
14984
14985 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
14986
14987         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
14988         g_locale_get_codeset() to g_get_codeset() change.
14989
14990 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
14991
14992         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
14993         descriptions.
14994
14995         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
14996         the entry.
14997
14998         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
14999         redoing (vastly simplifying) for Pango. Still needs quite
15000         a bit of work. (Size selection is currently poor. List of 
15001         predefined sizes is not a good idea, since all of these
15002         sizes won't necessarily be distinct.)
15003
15004 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
15005
15006         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
15007         CODESET results for LANG=C.
15008
15009 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
15010
15011         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
15012         which takes a stringized pango font description;
15013         ignore the older 'font' and 'fontset' declarations.
15014
15015         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
15016         field with a GdkFont derived via gdk_font_from_description(),
15017         for compatibility. (Should we just remove it entirely?
15018         Probably too much compatibility breakage, but people
15019         should be migrating to the new Pango stuff as quickly
15020         as possible.)
15021
15022 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
15023
15024         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
15025
15026 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
15027
15028         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
15029         redoing; there are some bugs in size allocation right
15030         now, the semi-existant distinction between header / day
15031         fonts was removed, but, with Pango, could actually
15032         be made functional in a nice way.
15033         
15034         * gtk/testcalender: Move calender from examples into this
15035         directory as a test program. (We really need to restrcture
15036         testgtk into a whole directory full of tests for every
15037         widget or functionality group, separated into multiple .c
15038         files.)
15039
15040 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
15041
15042         * gtk/testgtk.c (file_exists): Fix stupid typo that
15043         was keeping RC file from being loaded.
15044
15045         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
15046         RC file font code.
15047
15048 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
15049
15050         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
15051         Add function to load a GdkFont from a PangoFontDescription.
15052
15053 2000-05-29  Tor Lillqvist  <tml@iki.fi>
15054
15055         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
15056         variable should be of type GdkEventPrivate.
15057
15058 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
15059
15060         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
15061         to have any widget for the label, use a GtkLabel widget
15062         to display the text. (Based partially on a patch from
15063         Anders Carlson.)
15064
15065         (Quite a bit of code reorganization - strip 90% of the
15066         guts out of gtkaspectframe and add a single virtual
15067         func to GtkFrameClass - compute_child_allocation.)
15068
15069 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
15070
15071         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
15072         (Removed clist->row_center_offset field because caching
15073         it wasn't saving time or code, added private function
15074         _gtk_clist_create_cell_layout()).
15075
15076 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
15077
15078         * gtk/gtkaccellabel.c: Pangoized.
15079
15080         * gtk/[hv]ruler.c: Pangoized
15081
15082 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
15083
15084         * gtk/gtkfilesel.c (gtk_file_selection_init):
15085         Use gtk_clist_set_column_auto_resize() to remove need
15086         need for manual column width computations.
15087
15088 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
15089
15090         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
15091         ensuring Pango correctness, and considerably simplifying the
15092         code.
15093         
15094         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
15095
15096         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
15097         getting of numbers of lines.
15098
15099         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
15100         to the actual requested width of the lable, not to the wrap
15101         width we set.
15102
15103         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
15104
15105         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
15106           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
15107
15108         * gtk/gtktextview.c: Fix structure inheritance.
15109
15110         * gtk/gtkprogressbar.c: Pangoize.
15111
15112 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
15113
15114         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
15115         in a function.
15116
15117         * gtk/gtktextlayout.c (find_display_line_above): Fixed
15118         bug with computing line tops.
15119
15120         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
15121
15122 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
15123
15124         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
15125         and y_offset coordinates to do what we need now. (The offset between
15126         buffer and layout coordinates has been reintroduced, but is a 
15127         bit different than before.)
15128
15129         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
15130         handle the adjustments ourselves, and scroll as necessary using
15131         the new gdk_window_scroll().
15132         
15133         The advantage of this is that when we are incrementally revalidating,
15134         we are essentially rearranging things around the visible portion
15135         of the screen. With the old setup, the visible portion of the
15136         screen was moved around in the layout, so scrolling and redrawing
15137         to track that caused jumping of the display. Since we now
15138         control the scrolling ourselves, we can suppress this and
15139         only redraw when things actually change.
15140
15141 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
15142
15143         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
15144         the region not just redisplay it after-all, since we store the
15145         cursors in the LineDisplay. (Ugly interactions here between
15146         GtkLayout and GtkTextBTree here.)
15147         
15148         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
15149
15150 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
15151
15152         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
15153         Added function to scroll contents of a window while keeping the
15154         window constant. Works by XCopyArea or guffaw-scrolling depending
15155         on the details of how the window is set up. (guffaw-scrolling
15156         still needs to be filled in.)
15157
15158 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
15159
15160         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
15161         move the debugging that was tied to a global variable
15162         to that.
15163
15164         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
15165
15166         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
15167         validated flag, in line data instead of setting height/width to
15168         -1. This allows us to perform operations with partially invalid
15169         buffer (using the old size for invalid lines) and thus to do
15170         incremental vaidation. Keep height/width aggregates up to date
15171         when deleting text and rebalancing the tree.
15172
15173         * gtk/gtktextbtree.[ch]: Add functions validate a line
15174         (gtk_text_btree_validate_line), and to validate up
15175         to a number of pixels (gtk_text_btree_validate).
15176
15177         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
15178         that indicates that something is changed and a revalidation
15179         pass is needed. Change ::need_repaint to ::changed, and
15180         make it take old and new yranges instead of a rectangle.
15181
15182         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
15183         the line_data_destroy() function from 
15184         gtk_text_btree_add_view() to a virtual function in 
15185         GtkTextLayout
15186
15187         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
15188         since we are handling partial repaints in a different fashion
15189         now.
15190
15191         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
15192         of the selection instead of queueing a repaint on the
15193         entire widget.
15194
15195         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
15196         get_selection_bounds() down to btree, make the function
15197         in buffer a wrapper around the btree function.
15198
15199         * gtk/gtktextlayout.[ch]: Add functions to check if the
15200         layout is valid and to recompute either a range of pixels
15201         aroudn a line or a certain total number of pixels.
15202
15203         * gtk/gtktextlayout.[ch]: Cache a single line display;
15204         now that we only redraw the needed portions, the hit rate
15205         for this cache is quite high.
15206         
15207         * gtk/gtktextview.[ch]: Keep track of the first paragraph
15208         on the screen so that when re-laying-out the buffer, we can
15209         keep the same place. This requires connecting to ::value_changed
15210         on the adjustments
15211
15212         * gtk/gtktextview.[ch]: Add idle functions to revalidate
15213         the buffer after we receive an ::invalidated signal.
15214         
15215 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
15216
15217         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
15218         to max of allocation and layout size, not just to the
15219         layout size.
15220
15221         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
15222         Invalidate window so it gets redrawn properly.
15223
15224         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
15225         to mean the entire window.
15226
15227         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
15228         into public header.
15229
15230 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
15231
15232         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
15233         to get the name of a mark.
15234
15235         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
15236         to find the paragraph from a y position.
15237
15238 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
15239
15240         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
15241         nodes have width/height >= 0, not > 0.
15242
15243 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
15244
15245         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
15246         Add a size_only flag, so when we only need the size, we don't create
15247         useless appearance attributes.
15248
15249         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
15250         duplicate setting of font description.
15251
15252         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
15253
15254 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
15255
15256         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
15257         EXTRA_DIST. It does not work well when the file that
15258         everything depends on is not in the tarball.
15259
15260 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
15261
15262         * gtk/testgtk.c: Some hacks and fixes so that it basically
15263         works when not sitting in the GTK+ build tree.
15264
15265 2000-05-03  Havoc Pennington  <hp@redhat.com>
15266
15267         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
15268         Properly determine the ordering of the tag root and the current
15269         line within the tree. Previous algorithm only worked if the tag
15270         root's immediate parent was the common root of both the current
15271         line and the tag root.
15272
15273 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
15274
15275         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
15276         alignment.
15277
15278         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
15279         the widget text directional dynamically.
15280
15281         * gtk/gtktextview.[ch]: Added functions to get and set default
15282         wrap mode.
15283
15284 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
15285
15286         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
15287         in cursor location computation.
15288
15289 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
15290
15291         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
15292         vadjusment values properly when layout gets smaller.
15293
15294         * gtk/gtktextview.c (need_repaint_handler): Areas being
15295         passed in are far completely inaccurate, and sometimes
15296         too small, so, for now, just queue a redraw on the
15297         whole visible region.
15298
15299 2000-04-25  Havoc Pennington  <hp@redhat.com>
15300
15301         * gtk/gtktextbtree.c (summary_destroy): new function to 
15302         destroy tag summary nodes
15303         (gtk_text_line_next_could_contain_tag): this function was 
15304         totally broken if the line passed in wasn't below the tag
15305         root. Fix it.
15306         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
15307         "wildcard" case, we have to do a linear scan. Blah.
15308         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
15309         we have to do the linear scan
15310         (tag_removed_cb): When a tag is removed from the tag table, 
15311         remove the GtkTextTagInfo node from the btree.
15312         (gtk_text_btree_spew): Implement the spew function, for 
15313         our debugging pleasure.
15314
15315 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
15316
15317         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
15318         a problem with referring to the wrong buffer.
15319
15320         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
15321
15322         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
15323         font description to gtk_style_new() - otherwise things
15324         don't work without a .gtkrc file.
15325
15326         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
15327         tags table if we create it ourself, too.
15328
15329         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
15330         it was conflicting with XKB modifiers.
15331
15332         * gtk/gtktextview.[ch]: Add simple support for 
15333         GtkIMContext.
15334
15335 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
15336
15337         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
15338         with deletion from last commit.
15339
15340 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
15341
15342         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
15343         in the context from the current locale.
15344         
15345         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
15346         context, not hardcoded value.
15347
15348         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
15349         not logical.
15350
15351 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
15352
15353         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
15354         attributes - that doesn't handle partial-glyph selection
15355         properly. Instead use new pango_layout_line_get_x_ranges()
15356         functionality to draw the selection.
15357
15358         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
15359         now properly handles out-of-range coordinates.
15360
15361         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
15362
15363         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
15364         public.
15365
15366         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
15367         for paragraphs opposite to the base direction of the widget.
15368
15369         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
15370
15371         * gtk/gtktextlayout.c: Don't split segments on marks, since that
15372         causes Arabic words to reshape as you cursor through.
15373
15374         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
15375         cursor position when moving vertically with the arrow keys and
15376         scrolling with page-up/page-down. (Arrow keys save only the X,
15377         scrolling saves both X and Y.)
15378
15379         This means you can line-up / line-down or page-up / page-down
15380         without losing your place, and also that moving vertically
15381         with the cursor keys keeps the same X position, not the same
15382         character count:
15383
15384         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
15385         arrow keys move by display lines, not paragraphs.
15386
15387 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
15388
15389         * gtk/gtklayout.c: Make sure that the bin window is at least
15390         as big as the allocation. (Should we also make sure that the
15391         bin window is big enough to completely cover widget->window?)
15392
15393         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
15394         function to get the onscreen rectangle.
15395
15396         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
15397         for offsets in window coordinates.
15398
15399 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
15400
15401         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
15402         confusion.
15403
15404         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
15405         from the widget direction.
15406
15407         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
15408         Add a "direction" attribute.
15409
15410         * gtk/gtktextview.c: global s/tkxt/text_view/.
15411
15412         * gtk/testtext.c: Added long block of text in Arabic, to test out
15413         the direction attributes. (Some problems with the shaping system
15414         for arabic become obvious - like the fact the cursor splits words
15415         into unjoined pieces.)
15416
15417 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
15418
15419         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
15420
15421         * gtk/gtktextlayout.c: Fix up alignment.
15422
15423         * gtk/testtext.c: Add some tests for centering, wrapping.
15424
15425 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
15426
15427         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
15428         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
15429         If we wrote GTK+-specific layout-render function this could just replace
15430         the draw_layout() operation in the vtable.
15431
15432         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
15433         pango_layout_get_cursor_pos() and use that function.
15434
15435         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
15436         is a non-static symbol.
15437
15438         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
15439         with gtk_text_btree_find_line_by_y()
15440
15441         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
15442         renderer that handles GtkTextAppearance attributes.
15443
15444         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
15445
15446           - Move the values in the style that don't affect geometry into a
15447             GtkTextAppearance structure.
15448           - Change underline to take a PangoUnderline and "font" a string
15449             representation of a font description
15450           - Add a "font_desc" attribute which takes a FontDescription structure.
15451
15452         * gtk/gtktextlayout.[ch]:
15453
15454           - Get rid of the display-line list per each line. Instead, we
15455             generate, on demand, a GtkTextLineDisplay structure which]
15456             contains a PangoLayout * and other necesary information
15457             (offsets, cursor locations) for displaying a paragraph.
15458           - Get rid of the code to wrap lines, create display chunks,
15459             etc. Instead, we just go through a paragraph and convert
15460             it into the necessary inputs to a PangoLayout.
15461           - Implement a new attribute type, GtkTextAttrAppearance. This
15462             holds a GtkTextAppearance, and is used to pass colors, 
15463             stipple, etc, through from the layout to the display without
15464             having to use lots and lots of individual attributes.
15465           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
15466             in terms of PangoLayout functions.
15467         
15468         * gtk/gtktextview.c: 
15469          
15470           - Handle passing the necessary PangoContext to the layout
15471           - Some fixups in painting to deal with the automatic backing store
15472             and offsetting of GTK+-1.4
15473           - Add a style_set handler so that the default style reacts
15474             properly to theme changes.
15475         
15476         * gtk/gtktext?*.[ch]: Random code-style fixes.
15477
15478         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
15479
15480 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
15481
15482         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
15483         in original form preparatory to Pango-ization and gdkimcontext-ization.
15484
15485 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
15486
15487         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
15488         so that we can derive from gtkimcontext in language bindings properly.
15489
15490 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
15491
15492         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
15493         Add a compose table including (almost) all the compose combinations
15494         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
15495         data in the XIM implementation.
15496
15497         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
15498         Moved functions to convert keyvalues from and to unicode here from
15499         the win32 port and made them public.
15500
15501 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
15502
15503         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
15504
15505 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
15506
15507         * gtk/gtkimcontext.[ch]: Base class for new input context system
15508
15509         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
15510         the real input context implementation to be loaded from modules
15511         and switched on the fly.
15512
15513         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
15514         context that just does direct keysymbol => unicode translation.
15515
15516         * gtk/gtkentry.[ch]: Start switching editing over to using
15517         GtkInputContext. (No handling of preedit yet.)
15518
15519 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
15520
15521         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
15522         many substitutions. (klass should not be subsituted.)
15523
15524 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
15525
15526         * configure.in: Add checks for Pango
15527
15528         * configure.in docs/Makefile.am: Add test for sgml2html
15529         and allow 'make dist' without building html, but print out
15530         warnings in that case. (For making snapshots)
15531
15532         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
15533         Add Pango libraries and C flags
15534
15535         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
15536         Add function (gdk_draw_layout) to draw a pango layout.
15537
15538         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
15539         for getting Pango contexts for GDK.
15540
15541         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
15542
15543         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
15544         editing.
15545
15546         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
15547         keysym => unicode translations. More languages can be added
15548         here, but real input-method support is needed.
15549
15550         * docs/Changes-1.4.txt: Added note about entry behavior.
15551         
15552         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
15553         to set the reading direction for a widget and the global direction.
15554         Add test which allows toggling the global direction. Two private
15555         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
15556
15557         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
15558           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
15559
15560         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
15561
15562         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
15563         underlining now handled by Pango.
15564
15565         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
15566         to RCStyle and Style. (Having both this and the old font name and GdkFont 
15567         is temporary.)
15568
15569         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
15570         convenience functions for creating contexts and layouts for widgets.
15571
15572         * gtk/testgtk.c: Enhance label tests with multilingual labels.
15573
15574 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
15575
15576         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
15577         titles to be active, even if they aren't visible.
15578         (gtk_clist_column_titles_passive):  Ditto.
15579
15580 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
15581
15582         * gtkmenu.c:
15583         * gtkmenu.h:
15584         * gtktypeutils.h: Spelling/grammar fixes in comments.
15585
15586 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
15587
15588         * gdk/nanox/*.h: add missing header files.
15589
15590 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
15591
15592         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
15593         send_event to TRUE.
15594         (gtk_drawing_area_size): queue a resize.
15595
15596 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
15597
15598         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
15599         the handlers, also invalidate them. bug nailed down by Karl Nelson
15600         <kenelson@ece.ucdavis.edu>.
15601
15602 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
15603
15604         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
15605         "(nil)" foundries, patch from Grigorios Magklis.
15606
15607         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
15608         on non-available fonts, based on a patch by Grigorios Magklis
15609         <maglis@cs.rochester.edu>.
15610
15611 2000-05-18  Elliot Lee  <sopwith@redhat.com>
15612
15613         * gdk/x11/gdkregion-generic.c: If a region does not have any
15614         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
15615         instead of GDK_OVERLAP_RECTANGLE_IN.
15616
15617 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
15618
15619         * gtk/gtklayout.c (gtk_layout_map): Remove references to
15620         OFFSCREEN, as it is no longer necessary.
15621
15622 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
15623
15624         * gtk/gtkcolorsel.c: Patch from David Santiago
15625         <mrcooger@cyberverse.com> to change things so that the 
15626         indicator of the active palette entry is done independently,
15627         not via the focus, since it should always be visible.
15628
15629 2000-05-17  Tor Lillqvist  <tml@iki.fi>
15630
15631         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
15632         refcount leaks as in the X11 backend.
15633
15634         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
15635         cosmetics.
15636
15637         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
15638         backend. Add _gdk_windowing_window_destroy().
15639
15640         * gtk/gtkcolorsel.c: Include correct backend-specific header.
15641         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
15642         either, but these probably do exist on nanox?)
15643         
15644         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
15645         which isn't necessarily defined by <math.h>.
15646
15647         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
15648         ancestry past GtkObject.
15649
15650         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
15651         from DLL on Win32.
15652
15653         * gtk/gtk.def: Update corresponding to recent changes.
15654
15655         * gtk/makefile.{cygwin,msc}: Updates.
15656
15657 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
15658
15659         * docs/Changes-1.4.txt: A bit of editing.
15660
15661         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
15662         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
15663         to clear the update area for the window, and clear it
15664         when hiding a window.
15665
15666         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
15667         if window destroyed.
15668
15669         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
15670
15671         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
15672         gdk_window_destroy() to the generic code, since there was a lot of 
15673         window-system-independent logic it in. Add a function:
15674         
15675          _gdk_window_destroy() 
15676
15677         to the internal API to destroy a window without unreferencing it.
15678         Add a function:
15679
15680          _gdk_windowing_window_destroy()
15681
15682         That does the windowing-system-dependent part of destroying 
15683         the window.
15684
15685 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
15686
15687         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
15688
15689 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
15690
15691         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
15692         Make gtk_widget_shape_combine_mask() keep a reference count on
15693         the pixmap since it keeps it around.
15694
15695 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
15696
15697         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
15698         leak.
15699
15700         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
15701         leak with event filters.
15702
15703 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
15704
15705         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
15706         signal handlers with the right data arguments. (Fixes
15707         some warnings when a widget was repeatedly set as a drag
15708         destination.)
15709
15710         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
15711         window so we can avoid avoid setting the DND properties on the
15712         toplevel window repeatedly.
15713
15714 2000-05-13  Tor Lillqvist  <tml@iki.fi>
15715
15716         * gdk/win32/gdkwin32.h: Define more message types missing from
15717         mingw headers.
15718
15719         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
15720         call gdk_window_destroy_notify(). It was never called. This
15721         probably meant that the GdkWindow was never freed. Thanks Owen for
15722         noticing (!).
15723
15724         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
15725         window as destroyed before calling DestroyWindow(). DestroyWindow()
15726         causes a call to the window procedure (gdk_WindowProc), which
15727         calls gdk_event_translate(), which calls
15728         gdk_window_destroy_notify(), which gets confused unless the window
15729         is set as destroyed.
15730
15731         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
15732         this function to indicate it's win32 only. Put inside #ifdef
15733         G_ENABLE_DEBUG.
15734
15735         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
15736         debugging function. (gdk_event_translate:) Add a default branch
15737         that uses the above function to print debug messages with all
15738         Windows messages symbolically.
15739
15740         * gdk/win32/gdkprivate-win32.h: Declare it, and
15741         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
15742
15743 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
15744
15745         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
15746         public header file.
15747
15748 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
15749
15750         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
15751
15752         * gtk/gtktext.c: made the adjustments no-construct args, simply
15753         provide default adjustments.
15754         (gtk_text_destroy): release adjustments.
15755
15756         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
15757         adjustment argument non-construct.
15758
15759         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
15760         instead of in finalize.
15761         (gtk_progress_get_text_from_value): 
15762         (gtk_progress_get_current_text): 
15763         (gtk_progress_set_value): 
15764         (gtk_progress_get_percentage_from_value): 
15765         (gtk_progress_get_current_percentage): 
15766         (gtk_progress_set_percentage): 
15767         (gtk_progress_configure): ensure an adjustment is present.
15768
15769 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
15770
15771         * gtk/gtkcolorsel.[hc]:
15772         * gtk/gtkcolorseldialog.[hc]:
15773         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
15774         their parent implementation, use bit fields for boolean values, don't
15775         create unused widgets, usage of glib types, braces go on their own
15776         lines, function argument alignment, #include directives etc. etc. etc..
15777
15778         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
15779
15780 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
15781
15782         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
15783
15784         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
15785         of NULL.
15786
15787         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
15788         to freed data.
15789         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
15790
15791         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
15792         to NULL when the toplevel is getting destroyed.
15793         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
15794         (gtk_menu_destroy): 
15795         (gtk_menu_init): store the information of whether we have to
15796         readd the initial child ref_count during destruction in a new
15797         GtkMenu field needs_destruction_ref_count.
15798
15799         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
15800         here, those reading: learn from my mistake! ;)
15801         in order for set_?adjustment to support a default adjustemnt if
15802         invoked with an adjustment pointer of NULL, the code read (pseudo):
15803         if (v->adjustment) unref (v->adjustment);
15804         if (!adjustment) adjustment = adjustment_new ();
15805         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
15806         now imagine the first unref to actually free the old adjustment and
15807         adjustment_new() creating a new adjustment from the very same memory
15808         portion. here, the latter comparision will unintendedly fail, and
15809         all hell breaks loose.
15810         (gtk_viewport_set_hadjustment):
15811         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
15812         after unreferencing it.
15813
15814         * gtk/gtkcontainer.[hc]: removed toplevel registration
15815         functions: gtk_container_register_toplevel(),
15816         gtk_container_unregister_toplevel() and
15817         gtk_container_get_toplevels() which had wrong semantics
15818         anyways: it didn't reference and copy the list.
15819
15820         * gtk/gtkwindow.c: we take over the container toplevel registration
15821         bussiness now. windows are registered across multiple destructions,
15822         untill they are finalized. the initial implicit reference count
15823         users are holding on windows is removed with the first destruction
15824         though.
15825         (gtk_window_init): ref & sink and set has_user_ref_count, got
15826         rid of gtk_container_register_toplevel() call. add window to
15827         toplevel_list.
15828         (gtk_window_destroy): unref the window if has_user_ref_count
15829         is still set, got rid of call to
15830         gtk_container_unregister_toplevel().
15831         (gtk_window_finalize): remove window from toplevel list.
15832         (gtk_window_list_toplevels): new function to return a newly
15833         created list with referenced toplevels.
15834         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
15835
15836         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
15837         adjustment a non-construct arg.
15838         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
15839         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
15840         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
15841
15842         * gtk/gtkrange.c: added some realized checks.
15843         (gtk_range_destroy): get rid of the h/v adjustments in the
15844         destroy handler instead of finalize. remove timer.
15845         (gtk_range_get_adjustment): demand create adjustment.
15846
15847         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
15848         we simply create them on demand now and get rid of them in
15849         the destroy handler.
15850         (gtk_viewport_destroy): get rid of the h/v adjustments in the
15851         destroy handler instead of finalize.
15852         (gtk_viewport_get_hadjustment): 
15853         (gtk_viewport_get_vadjustment): 
15854         (gtk_viewport_size_allocate): demand create h/v adjustment
15855         if required.
15856
15857         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
15858         gtk_widget_real_destroy () functionality.
15859         (gtk_widget_real_destroy): reinitialize with a new style, instead
15860         of setting widget->style to NULL.
15861
15862 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
15863
15864         * gtk/gtkcalendar.c:
15865         * gtk/gtkbutton.c: ported _get_type() implementation over to
15866         GType, either to preserve memchunks allocation facilities,
15867         or because Gtk+ 1.0 GtkTypeInfo was still being used.
15868
15869         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
15870         over. prepare for ::destroy to be emitted multiple times.
15871         removed reference tracer magic. chain into GObjectClass.shutdown()
15872         to emit ::destroy signal.
15873
15874         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
15875         fundamental.
15876
15877         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
15878         cludge.
15879
15880         * gtk/gtksocket.c:
15881         * gtk/gtkplug.c:
15882         * gtk/gtklayout.c:
15883         * gtk/gtklabel.c:
15884         * gtk/gtkargcollector.c:
15885         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
15886         not being a fundamental anymore, and to work with the new
15887         type system (nuked fundamental type varargs clutter).
15888
15889         * gtk/*.c: install finalize handlers in the GObjectClass
15890         part of the class structure.
15891         changed direct GTK_OBJECT()->klass accesses to
15892         GTK_*_GET_CLASS().
15893         changed direct object_class->type accesses to GTK_CLASS_TYPE().
15894
15895         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
15896         GType. made most of the GTK_*() type macros and Gtk* typedefs
15897         simple wrappers around macros and types provided by GType.
15898         most notably, a significant portion of the old API vanished:
15899         GTK_TYPE_MAKE(),
15900         GTK_TYPE_SEQNO(),
15901         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
15902         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
15903         GTK_TYPE_ARGS,
15904         GTK_TYPE_CALLBACK,
15905         GTK_TYPE_C_CALLBACK,
15906         GTK_TYPE_FOREIGN,
15907         GtkTypeQuery,
15908         gtk_type_query(),
15909         gtk_type_set_varargs_type(),
15910         gtk_type_get_varargs_type(),
15911         gtk_type_check_object_cast(),
15912         gtk_type_check_class_cast(),
15913         gtk_type_describe_tree(),
15914         gtk_type_describe_heritage(),
15915         gtk_type_free(),
15916         gtk_type_children_types(),
15917         gtk_type_set_chunk_alloc(),
15918         gtk_type_register_enum(),
15919         gtk_type_register_flags(),
15920         gtk_type_parent_class().
15921         replacements, where available are described in ../docs/Changes-1.4.txt.
15922         implemented compatibility functions for the remaining API.
15923
15924         * configure.in: depend on glib 1.3.1, use gobject module.
15925
15926 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
15927
15928         * TODO.xml: Various updates to current status.
15929
15930 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
15931
15932         * gtk.m4: Print out version when test succeeds.
15933
15934 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
15935
15936         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
15937         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
15938         
15939         (Original triangle color selector from Simon Budig
15940         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
15941         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
15942         Santiago <mrcooger@cyberverse.com>)
15943
15944         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
15945         out into a separate widget.
15946
15947         * gtk/testgtk.c: Add some checkbuttons for toggling palette
15948         and opacity controls.
15949
15950 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
15951
15952         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
15953         snuck in prematurely.
15954
15955 2000-05-07  Tor Lillqvist  <tml@iki.fi>
15956
15957         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
15958         had deleted a ! operator by mistake, which caused
15959         GDK_SELECTION_CLEAR events never to be generated, which caused
15960         only the first copy to the clipboard from an gtkeditable to
15961         actually cause a copy to the Windows clipboard.
15962
15963 2000-05-06  Tor Lillqvist  <tml@iki.fi>
15964
15965         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
15966         compilation, too. Current mingw gcc distributions include the
15967         necessary headers. Also the necessary IIDs are now in mingw
15968         headers/libraries, and own definitions unnecessary.
15969
15970         More hacking on OLE2 DND, still doesn't work though, and thus
15971         ifdeffed out.
15972
15973         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
15974         here, too.
15975
15976 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
15977
15978         * gdk/nanox/*: nano-X port work in progress.
15979         * gdk/simple.c: simple test for Gdk.
15980         * README.nanox: notes about the port: read this first!
15981         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
15982         with nano-X.
15983
15984 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
15985
15986         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
15987         gdk_window_clear() into common code, implement in terms of
15988         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
15989         not redirected to the backing rectangle.
15990
15991 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
15992
15993         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
15994         EXTRA_DIST. It does not work well when the file that
15995         everything depends on is not in the tarball.
15996
15997 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
15998
15999         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
16000         with recursion where process_updates() is called from
16001         an expose handler. (GtkTextView is highly broken in
16002         doing this, but it should work, so it is a nice test
16003         case.)
16004
16005 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
16006
16007         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
16008         handle the case where updates are queued during processing of
16009         updates.
16010
16011 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
16012
16013         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
16014         window is on gdk_display - use that instead of segfaulting.
16015
16016 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
16017
16018         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
16019         broken and require an empty arg, give it to them.
16020
16021 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
16022
16023         * gtk/gtklabel.h: indentation fixes.
16024
16025 2000-05-02  Tor Lillqvist  <tml@iki.fi>
16026
16027         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
16028         draw too narrow or too low arcs, they seem to fail, at least with
16029         some display drivers.
16030
16031         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
16032
16033         Large changes to the Win32 backend, partially made necessary by
16034         the changes to the backend-independent internal
16035         structures. Attempts to implement similar backing store stuff as
16036         on X11. The current (CVS) version of the Win32 backend is *not* as
16037         stable as it was before the no-flicker branch was merged. A
16038         zipfile with that version is available from
16039         http://www.gimp.org/win32/. That should be use by "production"
16040         code until this CVS version is usable. (But note, the Win32
16041         backend has never been claimed to be "production quality".)
16042
16043         * README.win32: Add the above comment about versions.
16044
16045         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
16046
16047         * gdk/gdk.def: Update.
16048
16049         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
16050         presumably be replaced by some more better mechanism as 1.4 gets
16051         closer to release shape.
16052
16053         * gdk/makefile.{cygwin,msc}: Update.
16054
16055         * gdk/win32/*.c: Correct inclusions of the backend-specific and
16056         internal headers. Change code according to changes in these. Use
16057         gdk_drawable_*, not gdk_window_* where necessary.
16058
16059         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
16060         our old DND.
16061
16062         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
16063         to interpret single characters as UTF-8. Thanks to Hans Breuer.
16064         Use correct function name in warning messages.
16065
16066         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
16067         GSourceFuncs gdk_event_prepare and gdk_event_check.
16068         (gdk_event_get_graphics_expose): Do implement, use
16069         PeekMessage. Thanks to Hans Breuer.
16070         (event_mask_string): Debugging function to print an GdkEventMask.
16071         (gdk_pointer_grab): Use it.
16072
16073         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
16074         (old) book I used claimed was Hangul actually is CJK Unified
16075         Ideographs Extension A. Also, Hangul Syllables were missing.
16076         Improve logging.
16077
16078         * gdk/win32/gdkgc-win32.c: Largish changes.
16079
16080         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
16081         g_win32_getlocale() from GLib, and not setlocale() to get current
16082         locale name.
16083
16084         * gdk/win32/gdkprivate-win32.h
16085         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
16086         gdkwin32.h, similarily as in the X11 backend.
16087
16088         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
16089         assignment was used instead of equals in if test. Thanks to Hans
16090         Breuer.
16091
16092         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
16093         the X11 version.
16094
16095         * gdk/win32/makefile.{cygwin,msc}
16096         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
16097         path to the Win32 headers that works also with the mingw compiler.
16098
16099         * gtk/gtkstyle.c: Include <string.h>.
16100
16101 2000-04-26  Havoc Pennington  <hp@redhat.com>
16102
16103         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
16104         replacing the broken gtk_label_get ()
16105
16106 2000-04-15  Havoc Pennington  <hp@pobox.com>
16107
16108         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
16109         this keeps scanner scripts from getting confused.
16110
16111         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
16112         data, rather than void
16113
16114 2000-04-15  Tor Lillqvist  <tml@iki.fi>
16115
16116         * gtk/gtkclist.c (gtk_clist_motion)
16117         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
16118         with is_hint FALSE, get x and y from the event. They used to be
16119         used uninitialised. The Win32 backend never sends motion events
16120         marked as hints. This for instance fixes the annoying file and
16121         font selector behaviour in the Win32 version.
16122
16123 2000-04-14  Tor Lillqvist  <tml@iki.fi>
16124
16125         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
16126         gtk_private_n_signals variables, they are used by some software,
16127         sigh.
16128
16129         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
16130         installation directory from the Registry, where the installer
16131         should have put it.
16132
16133 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
16134
16135         * gdk/x11/Makefile.am: Fix problem with installation directory for
16136         gdkx.h
16137
16138         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
16139         <mrcooger@cyberverse.com> so that when selecting menus with the
16140         mouse, the first item will not be selected, but when selecting
16141         with an accelerator, or navigating left-right on a menubar with
16142         the menus popped up, the first item will be selected.
16143
16144 2000-04-05  Dan Damian  <dand@dnttm.ro>
16145
16146         * configure.in: Added "ro" to ALL_LINGUAS.
16147
16148 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
16149
16150         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
16151         indentation.
16152
16153         * Makefile.am (EXTRA_DIST): Fix typo.
16154
16155         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
16156         to catch gdkconfig.h
16157
16158         * gtk/gtkitemfactory.c: Added FIXME.
16159
16160 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
16161
16162         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
16163         s/return_if_fail/return_val_if_fail/g and add a return value.
16164
16165 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
16166
16167         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
16168         merge slipup.
16169
16170         * gdk/gdkinput.h: Fix missing line from merge.
16171
16172 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
16173
16174         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
16175         instead of gdkprivate.h.
16176
16177 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
16178
16179         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
16180         parent class to correctly be GtkDialogClass.
16181
16182 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
16183
16184         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
16185         toplevel windows and their immediate children by their parents,
16186         since the size of toplevel windows is out of our immediate
16187         control and we don't get any real benefit from trying to track
16188         this size for clipping.
16189
16190         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
16191         for input_only windows.
16192
16193         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
16194         to fix some hacks and make sure that we don't try to set the
16195         background of input only windows.
16196
16197 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
16198
16199         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
16200         the _really_ internal stuff, and leave gdkprivate.h for the fake private
16201         stuff that we've traditionally exposed.
16202
16203         * gdk/**.c: Use gdkinternals.h where appropriate.
16204
16205         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
16206         not include gdkprivate-x11.h, move all stuff of conceivable public
16207         interest into gdkx.h; keep all really private stuff in
16208         uninstalled header gdkprivate-x11.h.
16209
16210         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
16211         image->image_put on windows through a new function _gdk_window_draw_image()
16212         to allow us to do backing store for images. (Sort of ugly)
16213
16214         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
16215         contexts locally so that we can offset them properly when drawing 
16216         onto backing pixmaps.
16217
16218         * gdk/gdkinput.h: Reindented
16219
16220         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
16221         pixmap or color for the window, so we can properly initialize
16222         our double-buffer pixmaps, and also so that we temporarily set
16223         a background of None while scrolling.
16224
16225         * gdk/gdkregion.h: Revise region boolean operators to have an
16226         interface that is actually convenient - switch from creating new
16227         regions on every op, to "methods" that modify existing regions
16228         (A = A OP B). 3 argument forms which allow dest == src, would also
16229         be possible, but the current interfaces seem to map nicely
16230         onto what needs to be done. (There is quite a lot of region
16231         code in GDK now.)
16232
16233         * gdk/gdkregion.h: Add constructor from rectangle and a copy
16234         operator.
16235
16236         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
16237         gdkpoly-generic.h: Copy region code from Xlib, switch it over
16238         to 32 bit coordinates, modify it to be mostly GTK+ style
16239         and to have interfaces that match gdkregion.h.
16240
16241         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
16242         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
16243         create a backing pixmap and redirect all drawing to
16244         that backing pixmap until a matching gdk_window_end_paint().
16245
16246         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
16247         Create a special drawable class for GtkWindow's that 
16248         redirects the drawing to the backing pixmap as necessary
16249         and then calls the real operations in _gdk_windowing_window_class.
16250
16251         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
16252         Store invalid region for each window. Generate expose events for invalid
16253         region in an idle. This replaces both the expose compression
16254         and the redrawing queuing in GTK+. It is both more efficient and
16255         simpler than either one individually and far more so then the
16256         combination.
16257
16258         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
16259         Emulate 32 bit coordinates for windows with 16 bit coordinates
16260         by offsetting drawing, guffaw scrolling techniques and
16261         mapping/unmapping child windows as necessary.
16262
16263         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
16264         where, when invalid regions are processed, the region is stored,
16265         and if expose events come in that are detectably duplicate
16266         the processed exposes (by comparison of event serial numbers),
16267         the stored region is subtracted out of those exposes.
16268
16269         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
16270         regions newly exposed when scrolling or resizing windows.
16271         This, combined with forcing processesing of queued invalidated
16272         regions, gives nice flicker-free scrolling.
16273
16274         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
16275         invalidated regions after every scroll.
16276
16277         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
16278         emulation in GDK. Its, for all practical purposes just a
16279         GtkViewport/GtkFixed hybrid now.
16280
16281         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
16282         (16-bit) structures as necessary instead of just casting.
16283
16284         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
16285         in terms of the structures from gdkregion-generic.c, using appropriate
16286         offsets from GDK to X11 coordinates. Cache clip mask and
16287         origin and ts origin locally and only flush to the server
16288         when drawing, to avoid constantly setting and resetting these
16289         values when offsetting GC's for scrolling and backing pixmaps.
16290
16291         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
16292
16293         * gtk/gtkcontainer.c: Call process_all_updates at end
16294         of resizing to reduce flicker. (Avoids having redraw
16295         lag arbitrarily behind resize under some circumstances)
16296
16297         * gtk/gtkentry.c: Remove old backing store code, and simply take
16298         advantage of the new backing store capabilities of GDK.
16299
16300         * gtk/gtkmain.c: Simple implementation of widget backing
16301         store - simply push a paint while handling each expose.
16302         (Should really be configurable widget for widget.)
16303         
16304         * gtk/gtkwidget.c: Remove all the old complicated redraw
16305         code, and simply invalidate the GDK windows from
16306         gdk_window_queue_clear(), etc. (Sigh, so much carefully
16307         debugged complexity ... gone to the winds.)
16308
16309         Remove all the code for suppressing expose events while
16310         resizes are pending; this isn't needed since the invalid
16311         areas won't be processed until after the resizes are
16312         processed, since they are in a lower priority idle.
16313
16314 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
16315
16316         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
16317         and height of dest rectangle for non-intersecting rectangles.
16318
16319 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
16320
16321         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
16322         for GdkRectangle.
16323
16324 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
16325
16326         * gdk/gdk{events,image,private,types,window}.h
16327          gdk/x11/gdkinputprivate.h: Change all coordinates
16328          from int16 to int. Also, Change width and height from
16329          unsigned to signed to avoid all the stupid C 
16330          signedness bugs.
16331
16332 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
16333
16334         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
16335         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
16336         Add some more detailed checking.
16337
16338         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
16339         New function to retrieve the depth of a drawable.
16340
16341         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
16342         field, reorder fields to save memory. 
16343
16344 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
16345
16346         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
16347         of the background image instead of scaling the background down to
16348         a line.
16349
16350         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
16351         which temporarily set slider to wrong size.
16352
16353         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
16354         queue_clear().
16355
16356 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
16357
16358 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
16359
16360         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
16361
16362 2000-03-17  Tor Lillqvist  <tml@iki.fi>
16363
16364         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
16365         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
16366
16367         * gdk/win32/gdkfont-win32.c
16368         * gdk/win32/gdkproperty-win32.c
16369         * gdk/win32/gdkselection-win32.c
16370         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
16371         now declared such.
16372
16373 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
16374
16375         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
16376
16377 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
16378
16379         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
16380         is called without trapping X errors.
16381
16382 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
16383
16384         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
16385         way into the fontset lists.
16386
16387 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
16388
16389         * gtk/gtkthemes.h: add extern "C" scope.
16390
16391 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
16392
16393         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
16394         to make appends to the list constant. (gtk-guy-990901-0.patch)
16395
16396 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
16397
16398         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
16399         for the typename hash table.
16400
16401 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
16402
16403         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
16404         to make sure we never divide by zero. 
16405         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
16406
16407 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
16408
16409         * gtk/gtkfontsel.c: Apply patch from
16410         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
16411         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
16412
16413         Also, some cleanups in atom handling.
16414
16415 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
16416
16417         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
16418         not GtkWidget.
16419
16420 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
16421
16422         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
16423         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
16424         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
16425         more guint wrap-around bugs before going to bed.
16426
16427 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
16428
16429         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
16430         guint wrap arounds in allocation.width.
16431
16432         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
16433         process untill we fit the allocation given.
16434
16435 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
16436
16437         * gtk/gtkwidget.c:
16438         (gtk_widget_unrealize): guard widget access with ref/unref
16439         around signal emission.
16440         (gtk_widget_hide): same here, but also check its destroyed
16441         state before queueing a resize.
16442
16443 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
16444
16445         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
16446         of gtk_default_insensitive_bg as insensitive base color.
16447
16448         * gtk/gtktext.c (gtk_text_style_set): set the background color according
16449         to the widget's state.
16450         (gtk_text_realize): same here.
16451         (gtk_text_state_changed): same here.
16452         (draw_bg_rect): compare background color against base[] from
16453         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
16454
16455 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
16456
16457         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
16458         grabs are active, unless a delete event is send to the toplevel
16459         of the currently grab holding widget.
16460
16461 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
16462
16463         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
16464         debugging g_print's.
16465
16466 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
16467
16468         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
16469         ever make the scrolled-window requisition ever depend on the 
16470         visibility state of the scrollbars for the AUTOMATIC policy. 
16471         This breaks the GTK+ requisition model, and causes loops.
16472
16473 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
16474
16475         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
16476         the default font to avoid problems with XFree86-4.0 where the
16477         default charset is iso10646-1, not iso8859-1.
16478
16479 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
16480
16481         * acinclude.m4
16482         * config.guess
16483         * config.sub
16484         * ltconfig
16485         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
16486
16487         * gtk/Makefile.am: minor cosmetic consistency tweak
16488
16489 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
16490
16491         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
16492         the activate_time to 0, so that we handle a quick
16493         press/release press/release properly and don't suppress
16494         the second release. (Red Hat bug #7545)
16495
16496 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
16497
16498         * gtk/gtkctree.c (row_delete):
16499         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
16500         bugs with destruction notifier, *always* update internal
16501         structures *before* calling user code.
16502
16503 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
16504
16505         A few more fixes for bug #5487, #2051, #2677.
16506         * gtk/gtkclist.c : 
16507         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
16508         not GDK_BUTTON_PRESS.
16509         (resync_selection): resync only if selection_mode is
16510         GTK_SELECTION_EXTENDED
16511         * gtk/gtkctree.c (resync_selection): same here
16512
16513 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
16514
16515         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
16516         gdk_drag_get_selection() and gtk_menu_detach().
16517
16518         [ From Jeroen Ruigrok/Asmodai ]
16519
16520 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
16521
16522         * gtk/gtknotebook.c (gtk_notebook_size_request): 
16523         page->tab_label can be NULL.
16524
16525 2000-01-25  Havoc Pennington  <hp@pobox.com>
16526         
16527         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
16528         arg is boolean
16529
16530         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
16531
16532         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
16533
16534         * gdk/gdkproperty.c (gdk_property_get): return boolean
16535
16536         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
16537
16538         * gdk/gdkim.c (gdk_im_ready): return boolean
16539
16540         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
16541
16542         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
16543         glib clash, should fix glib)
16544
16545         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
16546         (gdk_get_show_events): return gboolean, and canonicalize 
16547         to TRUE/FALSE
16548
16549         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
16550         colormap is private
16551         (gdk_colors_alloc): gboolean whether to be contiguous
16552         (gdk_color_equal): return gboolean since we are a predicate
16553         and not a qsort() (this looks semi-wrong due to glib breakage,
16554         IMO glib should be fixed)
16555         
16556         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
16557         (gdk_get_use_xshm): return gboolean
16558         (gdk_pointer_is_grabbed): return gboolean
16559
16560         * gdk/gdk.h: Change prototypes to match all the above changes,
16561         and re-run egtk-format-protos as required.
16562
16563 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
16564
16565         * gtk/gtkctree.c (resync_selection): 
16566         * gtk/gtkclist.c (resync_selection):
16567
16568         Return immediately if clist->drag_pos < 0. This is a workaround
16569         for the corrupt state that the clist gets into when a
16570         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
16571
16572         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
16573         
16574         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
16575         variable from recent commit.
16576
16577 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
16578
16579         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
16580
16581 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
16582
16583         * gtk/Makefile.am: prefix all autogenerated source that get build in
16584         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
16585         in builddir. since we subsequently cd into srcdir for autogeneration,
16586         the paths have to be stripped from the target file names, thusly we
16587         use $(@F) as target names now.
16588         put a comment about configure.in's --disable-rebuilds option,
16589         which can be used for non-writable source directories, for development
16590         setups though, srcdir has to be *writable*.
16591
16592 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
16593
16594         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
16595           Finish the job of allowing event to be NULL.
16596           (Fixes bug #4283, reported by Chris Blizzard)
16597
16598         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
16599           things so that the cursor appears on screen, properly
16600           take into account INNER_BORDER.
16601           (Fixes bug #4754, reported by Antonio Campos)
16602
16603 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
16604
16605         * gtk/gtknotebook.c (gtk_notebook_map): Don't
16606           show the tab_label unless it itself is visible.
16607
16608           gtk/gtknotebook.c (gtk_notebook_size_request):
16609           Do a better job of making sure that the visibility
16610           of the tab label corresponds to whether it should
16611           be mapped or not.
16612
16613 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
16614
16615         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
16616           Use the requisition, not the allocation, since the
16617           allocation has not necessarily been computed yet.
16618           (Pointed out by Eugene Osintsev)
16619
16620 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
16621
16622         * gtk/gtkstyle.c (gtk_style_new): Dont' set
16623           style/base[GTK_STATE_INSENSITIVE] both to
16624           gtk_default_insensitive_bg!
16625           (Bug #2187, reported by Jonathan Blandford)
16626
16627         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
16628           Add Alt_L, Alt_R to list of invalid accelerators.
16629           (Bug #3736, reported by Vlad Harchev)
16630
16631 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
16632
16633         * gtk/gtkfilesel.c (open_ref_dir): Fix several
16634         bugs which occured after an attempt to open 
16635         invalid home directory left cmpl_state->reference_dir == NULL.
16636
16637          - completion on files in home directory didn't work
16638          - completion on an empty string caused  segfault
16639
16640          (Bug #3678, reported by Steve Ratcliffe)
16641
16642         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
16643         cut and paste error that was causing scales to
16644         be incorrectly positioned.
16645         (Bug #2956,
16646          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
16647
16648 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
16649
16650         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
16651         when checking for dcgettext, if we've found we needed
16652         it for dgettext.
16653 +
16654 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
16655
16656         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
16657         queue_clear on NO_WINDOW widgets during a reparent,
16658         since at that point the window and widget heirarchies
16659         are out of sync. This stops crashing in some cases
16660         (the scrolled window reparent test, for instance), and
16661         _probably_ won't cause drawing errors.
16662
16663         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
16664         test do what it was supposed to do and be robust against
16665         window closings, etc. (Bug #2443)
16666
16667 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
16668
16669         * gtk/gtkentry.c: Fix return values on mouse events.
16670         (Bug #2686, Sky <seb_sky@yahoo.com>)
16671
16672         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
16673         (pointed out by George Lebl)
16674
16675         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
16676         (From Ettore Perazzoli  <ettore@helixcode.com>)
16677  
16678 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
16679
16680         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
16681         clicks between rows or outside calender area correctly.
16682         (Patch from Damon Chaplin)
16683
16684         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
16685         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
16686           Call destroy function when overwriting existing data. 
16687           (Pointed out by Damon Chaplin)
16688
16689 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
16690
16691         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
16692           which was causing problems on various systems with Xmu.
16693           This hasn't been needed for a very long time.
16694           (Fixes #1185 3167)
16695
16696 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
16697
16698         * gdk/gdki18n.h: Include <ctype.h> when defining
16699           gdk_isw* in terms of is* as a fallback.
16700           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
16701
16702 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
16703
16704         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
16705           realize the widget when it is size allocated!
16706           (old, old bug)
16707
16708         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
16709           Removed unused call to gdk_window_get_size() that
16710           showed up when the above was fixed.
16711
16712 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
16713
16714         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
16715           fix up widget->window when the widget is a
16716           NO_WINDOW container widget.
16717
16718 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
16719
16720         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
16721           to account for the fact that feof() does _not_ 
16722           return TRUE on errors, and thus avoid infinite loops
16723           when trying to use gdk_pixmap_create_from_xpm()
16724           on unreadable values.
16725
16726 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
16727
16728         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
16729
16730 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
16731
16732         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
16733           gdk_gc_set_dashes to take gint8 instead of gchar to
16734           make it clearer that it is _not_ a NULL terminated string.
16735
16736         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
16737           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
16738           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
16739           arguments.
16740
16741 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
16742
16743         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
16744         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
16745         background size relative to our allocation, guard against small
16746         allocations, we may have not yet been size allocated.
16747
16748 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
16749
16750         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
16751         not just version == 3. We implement all 3 + most of 4 - 
16752         (we don't support matching text/plain;charset=iso-8859-1
16753         to a dest that expects text/plain). We'll still advertise
16754         3 to be safe, but any client implementing version >= 3
16755         must interoperate with 3.
16756         
16757 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
16758
16759         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
16760         background and gc members, add a warning in gtk_tooltips_set_color()
16761         indicating that this function is deprecated.
16762
16763 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
16764
16765         * docs/gtkfaq.sgml: FAQ Update:
16766           - Minor cleanups (Emmanuel, me)
16767           - New questions:
16768                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
16769                 How can I retrieve the text from a GtkMenuItem? (timj)
16770                 How do I validate/limit/filter the input to a GtkEntry? (me)
16771                 Memory does not seem to be released when I free the list
16772                         nodes I've allocated (timj)
16773
16774 2000-03-07  Tor Lillqvist  <tml@iki.fi>
16775
16776         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
16777         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
16778         for which it is no use to call GetLastError onWin9x.
16779         (gdk_other_api_failed) New function, for general error
16780         reporting without calling GetLastError.
16781         (gdk_win32_api_failed) OTOH, this function always calls
16782         GetLastError. (gdk_win32_last_error_string) Remove this function,
16783         GLib has the equivalent now.
16784
16785         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
16786         call them with function name, file name and line number in the
16787         arguments.
16788
16789         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
16790         functions.
16791         
16792         * gtk/gtk.def: Add some missing entry points.
16793
16794         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
16795         gtk_paned_set_gutter_size, which don't exist any longer, as void.
16796         
16797         Fixes by Hans Breuer:
16798
16799         * gdk/makefile.msc: Update for debugging.
16800
16801         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
16802         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
16803         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
16804         in the dash_list.
16805
16806         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
16807         the x11 backend.
16808
16809         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
16810
16811         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
16812
16813 2000-03-04  Tor Lillqvist  <tml@iki.fi>
16814
16815         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
16816         just pixel value of background colour.
16817
16818         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
16819         containing code snippet previously duplicated in a couple of
16820         places.
16821         
16822         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
16823         gdk_colormap_color.
16824
16825         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
16826         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
16827         events for autorepeated Shift, Control and Alt keys. Use
16828         gdk_colormap_color.
16829
16830         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
16831         pointer is inside the window the cursor of which we are setting,
16832         call SetCursor immediately.
16833
16834         * gdk/win32/makefile.cygwin
16835         * gtk/makefile.cygwin: If we don't have the build number stamp
16836         file, use zero.
16837
16838         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
16839         gtk_paned_set_gutter_size as empty.
16840
16841         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
16842         
16843 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
16844
16845         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
16846           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
16847           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
16848           docs/gtk_tut.sgml docs/gtk.texi TODO:
16849
16850           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
16851
16852 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
16853
16854         * gtk/gtkcalendar.c: Implement num_marked_dates,
16855           and don't emit mutiple day_selected signals on
16856           month_prev.
16857
16858 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
16859
16860         * docs/make-todo (lineno): let title and logo be configurable so
16861         that GNOME can use this script too.
16862
16863         * TODO.xml: added logourl and a title
16864
16865 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
16866
16867         * TODO.xml: Added some UI items, and an explanatory
16868         comment at the top of the file.
16869
16870 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
16871
16872         * TODO.xml: some updates, added abunch of new entries.
16873         a note for those fiddeling with this file, when done
16874         with it, invoke:
16875         $ ./docs/make-todo TODO.xml >/dev/null
16876         and correct output errors before comitting changes.
16877
16878 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
16879
16880         * TODO.xml: Added XML-structured TODO file.
16881         * docs/make-todo: python script to turn TODO.xml into
16882           pretty XML output. 
16883
16884 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
16885
16886         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
16887         the function to let it draw the seven dots, instead of the old,
16888         much maligned, method.
16889         (draw_dot): New function to draw a dot.
16890
16891         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
16892         to draw the handle inside the border width as opposed to outside.
16893         Use paint function instead of gdk_draw_point.
16894
16895         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
16896         to draw the handle inside the border width as opposed to outside.
16897         Use paint function instead of gdk_draw_point.
16898
16899         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
16900         Change indenting to be more GTK like.
16901
16902 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
16903
16904         * docs/gtk_tut.sgml: New section on GtkCalendar
16905         * examples/calendar: Update example code
16906
16907 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
16908
16909         * docs/gtkfaq.sgml: FAQ Update
16910
16911 2000-02-19  Anders Carlsson  <andersca@gnu.org>
16912
16913         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
16914         to prevent the scroll event to be propagated upwards.
16915
16916 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
16917
16918         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
16919         OwnerGrabButtonMask from button entries for
16920         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
16921
16922         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
16923         to the event mask (which will result in button/press release
16924         being added to the event mask on Unix) so scrolling works
16925         for layouts in scroll windows.
16926
16927         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
16928
16929         Patch from Anders Carlsson  <andersca@gnu.org> to add
16930         a scroll event.
16931
16932         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
16933         scrolling to the "Test Scrolling" part of testgtk.
16934  
16935         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
16936  
16937         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
16938         it against GDK_SCROLL.
16939  
16940         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
16941         way of mouse wheel scrolling.
16942  
16943         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
16944  
16945         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
16946  
16947         * gtk/gtkmain.c: Removed previous mouse wheel hack.
16948  
16949         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
16950         gdk_event_mask_table.
16951  
16952         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
16953         GdkEventScroll handler.
16954  
16955         * gdk/gdkevents.h: Added GdkEventScroll structure.
16956  
16957 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
16958
16959         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
16960         and Anders Carlsson to change the Paned widgets so that they
16961         can be dragged from anywhere along the length. Also change
16962         the way that this is drawn to make this apparent.
16963
16964         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
16965         from George Lebl to check that option_menu->menu is present
16966         before getting history.
16967
16968 2000-02-14  Tor Lillqvist  <tml@iki.fi>
16969
16970         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
16971         before the assertion for non-NULL segment list.
16972
16973         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
16974         Seems that pattern brushes *must* be 8x8 pixels! At least on my
16975         machine, but it might be display driver dependent. Sigh, so make
16976         sure the stipple is that size. Does Windows suck or what?
16977
16978         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
16979         places.
16980
16981 2000-02-13  Havoc Pennington  <hp@pobox.com>
16982
16983         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
16984         refcount to 1
16985         (gdk_cursor_new): init refcount to 1
16986
16987         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
16988
16989 2000-02-13  Tor Lillqvist  <tml@iki.fi>
16990
16991         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
16992         so that we don't have to do unnecessary settings to the HDC.
16993
16994         * gdk/win32/gdkdrawable-win32.c
16995         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
16996         gdk_gc_predraw.
16997
16998         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
16999         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
17000         GDI paths, call WidenPath to get the outline of the stroken path,
17001         and then fill the outline (with the brush that was built from the
17002         stipple).
17003
17004         * gdk/win32/gdkgc-win32.c: Factor out common code from
17005         _gdk_win32_gc_new and gdk_win32_gc_set_values into
17006         gdk_win32_gc_values_to_win32values. Use correct colour for
17007         SetBkColor() (Until now the code actually used a random colour in
17008         the call to SetBkColor()... but that didn't show up as not many
17009         GDI APIs use the background colour. Pattern (opaque stippled)
17010         brushes do.)
17011
17012         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
17013         gdk_win32_api_failed): New functions for error logging.
17014
17015         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
17016         WIN32_API_FAILED to call them, passing function or file name and
17017         line number.
17018
17019         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
17020
17021         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
17022         GdkColor for foreground and background in GdkGCWin32Data.
17023
17024         * gdk/makefile.cygwin: Link in the resource object separately.
17025
17026         * gdk/win32/rc/gdk.rc
17027         * gtk/gtk.rc (New file)
17028         * gdk/win32/makefile.cygwin
17029         * gtk/makefile.cygwin: Update build number in DLLs automatically,
17030         as in GLib.
17031
17032 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
17033
17034         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
17035         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
17036         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
17037         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
17038         parameters given and cursor->ref_count. coding style fixups.
17039
17040         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
17041         not GtkWidget.
17042         
17043         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
17044         fix up widget macros and add _GET_CLASS() variant.
17045         
17046         * gtk/*.c: some GtkType fixups.
17047
17048 2000-02-09  Tor Lillqvist  <tml@iki.fi>
17049
17050         * gdk/win32/gdkproperty-win32.c
17051         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
17052         were reversed.
17053
17054 2000-02-04  Tor Lillqvist  <tml@iki.fi>
17055
17056         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
17057         g_filename_to_utf8 to convert the font names Windows gives us from
17058         whatever is the default codepage to UTF-8.
17059         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
17060         in the other direction.
17061
17062         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
17063         error in debugging output.
17064
17065 2000-02-02  Tor Lillqvist  <tml@iki.fi>
17066
17067         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
17068         and height parameters to gdk_window_clear_area(). Not minus one.
17069
17070 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
17071
17072         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
17073         checks if the widget passed to gtk_drag_get_data() was not the
17074         dest widget.
17075
17076 2000-02-01  Tor Lillqvist  <tml@iki.fi>
17077
17078         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
17079         g_filename_from_utf8 functions (which were added a moment ago to
17080         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
17081         size buffers.
17082
17083         gtk_file_selection_get_filename returns the filename in the C
17084         runtime encoding. It calls g_filename_from_utf8, but copies the
17085         returned string to a static buffer, which is returned. I think
17086         this is better than returning the result from g_filename_from_utf8
17087         directly, which would mean all apps that use it would have to free
17088         the return value. Or should this function care about this issue at
17089         all? Maybe a new function with clearly defined semantics.
17090
17091         * gtk/gtkfilesel.h: Add comment about
17092         gtk_file_selection_get_filename returning the filename in the C
17093         runtime's encoding.
17094
17095         * README.win32
17096         * gdk/gdk.def
17097         * gdk/makefile.{cygwin,msc}
17098         * gtk/gtk.def: Updates.
17099
17100         * gdk/gdkcursor-win32.c: Initialise refcount.
17101
17102 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
17103
17104         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
17105
17106 2000-01-30  Havoc Pennington  <hp@pobox.com>
17107
17108         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
17109         destroy
17110
17111         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
17112
17113         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
17114         implemented in platform-specific code
17115
17116         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
17117
17118         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
17119         underscore in front
17120
17121         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
17122         put an underscore in front
17123
17124         * gdk/gdkcursor.c: new file, implements
17125         gdk_cursor_ref/gdk_cursor_unref
17126
17127         * gdk/gdkcursor.h: Refcount GdkCursor
17128
17129         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
17130
17131 2000-01-29  Tor Lillqvist  <tml@iki.fi>
17132
17133         * gdk/gdkwindow.h
17134         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
17135
17136 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
17137
17138         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
17139         structures to properly inherit from GtkWidget not GtkBin.
17140
17141 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
17142
17143         * gtk+.spec.in: Added lib/gtk+/include/* to %files
17144         (bug #5178 - Peter Wainright)
17145         
17146         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
17147         so that it will be installed.
17148         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
17149
17150 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
17151
17152         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
17153         for the GtkStyleClass vtable const.
17154
17155         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
17156         take a const string argument like GtkTranslateFunc. This will
17157         require changes in use code.
17158
17159 2000-01-19  Tor Lillqvist  <tml@iki.fi>
17160
17161         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
17162         semantics (to mimic the X11 backend, which just calls XClearArea)
17163         is to check for zero width (and height), and in that case use the
17164         window's width minus x (height minus y). This fixes for instance
17165         some redraw problems with gtkclist, which were easily noticeable
17166         in the gtk file selection widget.
17167
17168         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
17169         windows.
17170
17171 2000-01-13  Tor Lillqvist  <tml@iki.fi>
17172
17173         * configure.in
17174         * gdk/Makefile.am
17175         * gdk/x11/Makefile.am
17176         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
17177         (bug #5177).
17178         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
17179         out later.
17180
17181 2000-01-09  Tor Lillqvist  <tml@iki.fi>
17182
17183         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
17184         WM_MOVE for iconified or invisible windows. This fixes various
17185         problems when minimising windows. Thanks to Bernd Herd.
17186
17187 2000-01-05  Tor Lillqvist  <tml@iki.fi>
17188
17189         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
17190         backend's draw_lines method, not draw_points.
17191
17192 2000-01-02  Tor Lillqvist  <tml@iki.fi>
17193
17194         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
17195         before Owen's reorganisation: Don't have queued_events and
17196         queued_tail statics in this file, but use gdk_queued_events and
17197         gdk_queued_tail. This makes exposure event compression work again.
17198
17199         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
17200         seem to be needed?
17201
17202 1999-12-30  Tor Lillqvist  <tml@iki.fi>
17203
17204         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
17205         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
17206         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
17207         doesn't do anything.
17208
17209         * gdk/gdk.def: Add gdk_xid_table_insert.
17210
17211         * gdk/win32/gdkprivate-win32.h
17212         * gdk/win32/gdkevents-win32.c
17213         * gdk/win32/gdkinput-win32.c
17214         
17215         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
17216         extension_events field in the GdkWindowWin32Data struct. Use only
17217         the extension_events field in GdkWindowPrivate. Previously one was
17218         set, and the other one tested, which broke tablet
17219         functionality. Thanks to Keishi Suenaga for pointing this out.
17220
17221 1999-12-18  Tor Lillqvist  <tml@iki.fi>
17222
17223         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
17224         When handling a single character (text length == 1), don't handle
17225         it as if it was UTF-8.
17226
17227 1999-12-11  Tor Lillqvist  <tml@iki.fi>
17228
17229         * Makefile.am: Distribute README.win32.
17230         
17231         * gdk/Makefile.am
17232         * gdk/win32/Makefile.am: Distribute Win32 files.
17233
17234         * gdk/makefile.msc: New file.
17235
17236         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
17237         after label).
17238
17239         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
17240         gdk_error_code as GDKVAR, as they are referred outside GDK.
17241
17242         * gdk/win32/makefile.msc: Update.
17243
17244         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
17245         tweaks. Check only if at least one of those Unicode subrange bits
17246         we care for is set. If no code page bits are set, guess (wildly)
17247         based on the charset.
17248
17249         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
17250
17251         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
17252         non-NULL.
17253
17254         * gtk/gtkdnd.c
17255         * gtk/gtklayout.c
17256         * gtk/gtkplug.c
17257         * gtk/gtkselection.c
17258         * gtk/gtksocket.c
17259         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
17260         appropriate. There must be a cleaner way to handle this?
17261
17262         * gtk/gtkrc.c: Must include windows.h on Win32.
17263
17264         * gtk/testgtk.c: No need to include gdkx.h.
17265
17266         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
17267
17268 1999-12-07  Tor Lillqvist  <tml@iki.fi>
17269
17270         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
17271         the rbearing is set to the same as the width, but this should be
17272         fixed.
17273
17274 1999-12-06  Tor Lillqvist  <tml@iki.fi>
17275
17276         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
17277         function. If Windows doesn't tell us what Unicode subranges a font
17278         covers, guesstimate based on the codepages it covers. This will
17279         hopefully help those Windows versions or fonts that don't give us
17280         any useful Unicode subrange information with GetTextCharsetInfo.
17281         Call this function in gdk_font_load_internal.
17282
17283         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
17284         minor changes.
17285
17286 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
17287
17288         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
17289         New function, long needed.
17290
17291 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
17292
17293         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
17294         only_if_exists argument of gdk_atom_intern to
17295         bool.
17296
17297 1999-11-25  Tor Lillqvist  <tml@iki.fi>
17298
17299         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
17300         Fix two copy&paste errors.
17301
17302         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
17303         win32 has changed.
17304
17305         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
17306         GdkWin32SingleFont struct.
17307
17308         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
17309         subranges of loaded fonts. Clear font signature first, in case
17310         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
17311         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
17312
17313         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
17314         Unoffset clip region.
17315
17316 1999-11-23  Tor Lillqvist  <tml@iki.fi>
17317
17318         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
17319         event->any.window before calling filter functions.
17320
17321 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
17322
17323         * gtk/gtkgamma.h: Adapt cast macros to standard.
17324
17325 [ Merges from 1.2 ]
17326
17327 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
17328
17329         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
17330         If translation does not include a '/', use entire
17331         translation instead of crashing.
17332
17333 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
17334
17335         * docs/gtk_tut.sgml:
17336         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
17337
17338 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
17339
17340         * gtk/gtkselection.c (gtk_target_list_remove): Use
17341         g_list_remove_link, not g_list_remove.
17342
17343         [ From Geert Bevin <gbevin@thunderstorms.org> ]
17344         
17345 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
17346
17347         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
17348         statement upon unselection (how the heck did that slip in?).
17349
17350 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
17351
17352         * gtk/gtktext.c (gtk_text_freeze): 
17353         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
17354         in frozen state (and aparently crashes). patch provided by Anders
17355         Melchiorsen <and@kampsax.dtu.dk>.
17356
17357 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
17358
17359         * fix insensitive default/focus widget activation,
17360         reported by Matt Goodall <mgg@isotek.co.uk>.
17361
17362         * gtk/gtkwindow.c (gtk_window_key_press_event): 
17363         (gtk_window_activate_default):
17364         (gtk_window_activate_focus):
17365         return handled=FALSE for actiavtion of insensitive default
17366         widgets. return handled=TRUE for activation of insensitive
17367         focus widgets. don't activate in either case.
17368
17369 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
17370
17371         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
17372         and $glib_cflags to match library order and in the
17373         theory that an old version of GLib is more likely to
17374         be in the include directory for X then vice-versa.
17375         (Bug #2776)
17376
17377 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
17378
17379         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
17380         to determine the locale for fontsets, not LC_MESSAGES;
17381         the user may want English messages with a handling
17382         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
17383         will still be broken) (Bug #2891)
17384
17385 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
17386
17387         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
17388
17389 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
17390
17391         * gtk/gtkrc.ko: Changed the Korean default fontset.
17392
17393 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
17394
17395         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
17396         where when scrolling to the left or top double exposes
17397         were done, causing major slowdowns.
17398
17399 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
17400
17401         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
17402         names to lowercase and alphanumeric, before looking
17403         them up.
17404
17405         * gtk/Makefile.am: Install codeset variant gtkrc files
17406         with normalized names.
17407
17408 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
17409
17410         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
17411         popup menus when the menu is already visible, but its parent
17412         is still hidden, (happens after tornoff window got hidden).
17413
17414 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
17415
17416         * gtk/Makefile.am (install-data-local): Fix
17417         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
17418         deleted, causing error messages on install.
17419
17420 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
17421
17422         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
17423         the handle as well, since we now sometimes ignore
17424         exposes on the handle while resizing.
17425
17426 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
17427
17428         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
17429         extra g_free introduced in one of the last one or two 
17430         commits.
17431
17432 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
17433
17434         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
17435         consistent, put each style that a gtkrc.* file creates
17436         in a unique namespace, remove old files before installing.
17437
17438 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
17439
17440         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
17441         gtk_rc_init is called multiple times. (Yes, people who
17442         do that have bugs in their code.)
17443
17444 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
17445
17446         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
17447         Remove it since it's generated by the Makefile anyway
17448
17449 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
17450
17451         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
17452         device->info.axes for core pointer.
17453
17454 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
17455
17456         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
17457         idle_id, to deal with obsolete, broken C libraries.
17458
17459 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
17460
17461         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
17462         allocation->x/y twice!
17463
17464         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
17465         consistent with gtk_vscale_pos_trough().
17466
17467 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
17468
17469         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
17470         be queueing a resize on a toplevel container between
17471         the time we show it and when we map it. So, we need
17472         to test GTK_WIDGET_VISIBLE() for toplevels, and only
17473         use GTK_WIDGET_DRAWABLE() for child windows.
17474
17475 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
17476
17477         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
17478         (fixes bug #2144)
17479
17480 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
17481
17482         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
17483         container DRAWABLE (instead of VISIBLE), so we don't queue
17484         resizes on non-toplevel containers.
17485
17486 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
17487
17488         * gtk/gtkselection.[ch]: Make the data argument
17489         const guchar *.
17490
17491 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
17492
17493         * gtk/gtkwindow.c: Try to behave sensibly if 
17494         the focus widget is the window itself. (Should
17495         we allow this at all?)
17496
17497 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
17498
17499         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
17500         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
17501         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
17502         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
17503         in prototypes and implementations consistent (Tomas Ogren).
17504
17505         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
17506         before the widget is unparented (reported by damon).
17507
17508         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
17509         since we provide unsigned data anyways.
17510
17511 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
17512
17513         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
17514         the call to gtk_tooltips_layout_text() until later.
17515
17516         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
17517         Call gtk_widget_ensure_style() before using the style.
17518
17519 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
17520
17521         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
17522         for old widgets that don't propagate draws to all
17523         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
17524
17525 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
17526
17527         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
17528         for a redraw but just the widget that requested the resize.
17529
17530 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
17531
17532         * gtk/gtkcontainer.c: added new widget level method
17533         gtk_container_set_reallocate_redraws() and a GtkContainer flag
17534         reallocate_redraws : 1 to reflect the setting, exported this through
17535         the argument system as a boolean ::reallocate_redraws.
17536
17537         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
17538         on the widget because the allocation changes, do so as well for
17539         widget->parent if the parent has reallocate_redraws set to TRUE.
17540         with that containers requesting reallocation redraws get automatically
17541         redrawn if their children changed allocation (this unfortunately
17542         affects also other children that didn't change allocation, but we
17543         cannot work around that before 1.3).
17544
17545 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
17546
17547         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
17548         _and_ height are >0 (not _or_).
17549
17550         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
17551         instead of gtk_container_queue_resize(), which is a core gtk internal
17552         function (must have been on crack when i queued that).
17553
17554         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
17555         we can check more reliably if we want to discard expose events.
17556         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
17557         flag.
17558         
17559         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
17560         we simply trust these events. for deciding whether to discard exposes,
17561         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
17562         
17563 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
17564
17565         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
17566         queues of areas that are completely off screen.
17567
17568         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
17569         logic for handleboxes.
17570
17571         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
17572         check on width/height.
17573
17574 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
17575
17576         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
17577         we are fine with using $@ the way we do (if we actually encounter
17578         brokeness with $@ in VPATH builds because of additional path prefixes,
17579         we need to use $(@F) actually).
17580
17581 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
17582
17583         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
17584         short lived bugs, that would allow language bindings to do surgeries
17585         to our guts.
17586
17587 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
17588
17589         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
17590         where comparison was being done against an uninitialized
17591         value causing intermittant results depending on
17592         compiler flags. Also make it clearer that we aren't
17593         ever initializing the child as 0x0 (though this will
17594         be caught in gtk_widget_size_allocate())
17595
17596 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
17597
17598         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
17599         gtk_window_unset_transient_for() call after we do checks
17600         involving the old transient parent.
17601         [ From Lance Capser <lmc@cyberhighway.net> ]
17602
17603 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
17604
17605         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
17606         an empty file.
17607
17608 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
17609
17610         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
17611         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
17612
17613 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
17614
17615         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
17616         `$@' is valid only in the build dir, not after we've done 
17617         `cd $srcdir'.  Also use `test -f' instead of less portable
17618         `test -e'.
17619
17620 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
17621
17622         * gtk/gtktext.c (correct_cache_insert): Rewrite
17623          for simplicity, and hopefully correctness.
17624          (Fixes bug #1322, which was a segfault when
17625           on some insertions with the properties around
17626           the insertion set up just wrong.)
17627
17628         * gtk/gtktext.c (gtk_text_adjustment): When we receive
17629          a "changed" signal, clamp the new value to the adjustment
17630          bounds to avoid segfaulting if someone tries to change
17631          the adjustment to a bogus value. (Bug #1795)
17632
17633 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
17634
17635         * gtk/gtkmain.c: Ignore unexpected destroy notifies
17636         for children, for toplevel windows handle them
17637         like delete_event.
17638
17639         * gtk/gtkplug.c: Add an unrealize handler so that
17640         we unref plug->socket_window when we are done
17641         with it.
17642
17643 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
17644
17645         * gtk/gtktext.c (clear_area): Fix stupid signedness
17646          problem that was causing background to sometimes
17647          be misaligned.
17648
17649 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
17650
17651         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
17652         
17653         * gtk/gtkmenu.c (gtk_menu_position): Make
17654          sure we never position menus with negative x, y,
17655          since gtk_widget_set_uposition() can't handle that.
17656
17657         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
17658          Modify the positioning code a bit so that we always
17659          put the top-left corner onscreen. (This is for
17660          UI reasons, gtk_menu_position() now takes care of
17661          gtk_widet_set_uposition() brokeness.)
17662
17663 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
17664
17665         * gtk/Makefile.am: fixed up things for -jx, x > 1.
17666
17667 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
17668
17669         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
17670           RC style that is passed in. The lack of the ref
17671           before was a bug. If people worked around this
17672           bug, this will introduce a slight memory leak
17673           in their code. The code should typically look like:
17674
17675             rc_style = gtk_rc_style_new ();
17676             [...]
17677             gtk_widget_modify_style (widget, rc_style);
17678             gtk_rc_style_unref (rc_style);
17679
17680         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
17681           the style if it was already set.
17682
17683         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
17684           style if it was set before.
17685
17686 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
17687
17688         * gtk/testgtk.c (main): Add a check to see if we
17689           are being run from the correct directory and
17690           to quit nicely if we are not.
17691
17692         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
17693           static.
17694
17695 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
17696
17697         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
17698
17699         * gtk/gtkwindow.c:
17700         queue resizes unconditionally (gtk_widget_queue_resize will figure
17701         what to do if the window is not realized).
17702         (gtk_window_move_resize): only recenter the window
17703         for GTK_WIN_POS_CENTER_ALWAYS.
17704         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
17705         the same way as GTK_WIN_POS_CENTER.
17706
17707 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
17708
17709         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
17710         with (!(info->last_flags & GDK_HINT_POS)) instead of
17711         (!info->last_flags & GDK_HINT_POS).
17712
17713         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
17714         new_height unconditionally, because we use these values even if
17715         !default_size_changed && !hints_changed.
17716         comented the (default_size_changed || hints_changed) case with
17717         respect to resize rejects from the window manager.
17718
17719         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
17720         in the zvt condition hack, since this includes the window hints, set
17721         the hints after the handling_resize case.
17722
17723         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
17724         window is initially shown with to the geometry.
17725
17726 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
17727
17728         * gtk/gtkwindow.c (gtk_window_move_resize):
17729         s/size_changed/default_size_changed/g so i know what's
17730         really going on (frying brain on smaller flame now).
17731
17732 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
17733
17734         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
17735         we have size_changed upon handling_resize. this is a gross
17736         workaround for the broken zvt widget and should be removed in
17737         1.3 again (search for FIXME).
17738         Owen provided an accurate comment for this:
17739
17740         /* We could be here for two reasons
17741          *  1) We coincidentally got a resize while handling
17742          *     another resize.
17743          *  2) Our computation of size_changed was completely
17744          *     screwed up, probably because one of our children
17745          *     is broken. It's probably a zvt widget.
17746          *
17747          * For 1), we could just go ahead and ask for the
17748          * new size right now, but doing that for 2)
17749          * might well be fighting the user (and can even
17750          * trigger a loop). Since we really don't want to
17751          * do that, we requeue a resize in hopes that
17752          * by the time it gets handled, the child has seen
17753          * the light and is willing to go along with the
17754          * new size. (this happens for the zvt widget, since
17755          * the size_allocate() above will have stored the
17756          * requisition corresponding to the new size in the
17757          * zvt widget)
17758          *
17759          * This doesn't buy us anything for 1), but it shouldn't
17760          * hurt us too badly, since it is what would have
17761          * happened if we had gotten the configure event before
17762          * the new size had been set.
17763          */
17764
17765 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
17766
17767         * gtk/gtkrc.c: deal properly with the fact that RC
17768           style lists may include rc styles more than once.
17769
17770         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
17771           unused static function.
17772
17773         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
17774           stack of directories of RC files currently being
17775           parsed and implicitely add them to pixmap path.
17776           
17777           This fixes a bug where the directory would get
17778           appended then overwritten by pixmap_path declarations.
17779
17780           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
17781
17782         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
17783           theme's exit function. (Patch from Peter Wainwright,
17784           bug #1454)
17785
17786         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
17787           Add a destroy() handler to take care of removing
17788           group for menu item. (Fixes bug #1197)
17789
17790         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
17791           in warning message.
17792
17793 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
17794
17795         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
17796         roundtrip to figure window's width and height, since we know that
17797         anyways from widget->allocation.
17798
17799 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
17800
17801         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
17802           the hints after we request the new size.
17803
17804 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
17805
17806         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
17807           GTK_WIDGET_REALIZED() assertion - we can compute the
17808           hints before we are realized.
17809
17810         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
17811           hint changing so that we have a value of hints_changed
17812           when we decide whether to constrain the window size.
17813
17814         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
17815
17816         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
17817         change back to G_MAXINT.
17818
17819 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
17820
17821         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
17822         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
17823         contain uncluttered values.
17824         (gtk_window_compute_hints): simply assert that window is realized
17825         and that geometry_info is valid, since we rely on this anyways.
17826         (gtk_window_constrain_size): major cleanups to the code.
17827         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
17828         for the base size, instead of the minimums. use 32767 as max width
17829         and height (like in gtkwindow.c) instead of G_MAXINT.
17830
17831 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
17832
17833         * cleaned up the GtkContainer.need_resize flag handling mess, we
17834         only need to force resize requests when we were prematurely
17835         realized, or our widget tree was modified when we were temporarily
17836         hidden. handling these cases directly upon showing the window (i.e.
17837         while the GdkWindow is still unmapped) avoids the need to wait for
17838         a configure event response and therefore makes the GUI more snappier
17839         and avoids blank windows during the roundtrip.
17840
17841         * gtk/gtkwidget.c:
17842         (gtk_widget_hide): 
17843         (gtk_widget_show): don't queue resizes on toplevels, they know how
17844         to deal with matters.
17845
17846         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
17847         flag directly for not visible resize containers and spare us unecessary
17848         signal emissions.
17849
17850         * gtk/gtkwindow.c:
17851         (gtk_window_realize): if we need to enforce premature size allocation,
17852         queue a container resize so we are correctly resized later on.
17853         (gtk_window_init):
17854         (gtk_window_size_request):
17855         don't freak around with the ->need_resize flag,
17856         gtk_container_queue_resize() will care about that.
17857         (gtk_window_show):
17858         handle initial resizing issues here, we can handle matters better in
17859         this place, especially since we know that our GdkWindow is still
17860         unmapped.
17861         (gtk_window_move_resize):
17862         don't care about ->need_resize at all.
17863         handle size changes properly that occoured while we waited for a
17864         configure event.
17865
17866 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
17867
17868         * gtk/gtkwidget.c (gtk_widget_set_uposition):
17869         * gtk/gtkwindow.[hc] (gtk_window_reposition):
17870         Move the hint setting code from gtk_widget_set_uposition
17871         to here; set the hints so that we respect any previously
17872         set geometry hints.
17873
17874         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
17875         change the window hints here or move the window here,
17876         let that happen in gtk_window_move_resize().
17877
17878 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
17879
17880         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
17881         to already queued resizes (and therefore redraws) on a widget, check
17882         its anchestry as well.
17883
17884         * gtk/gtkcontainer.c:
17885         (gtk_container_queue_resize): clear resize widgets for resize
17886         containers before aborting prematurely. this is especially important
17887         for toplevels which may need imemdiate processing or their resize
17888         handler to be queued.
17889         (gtk_container_dequeue_resize_handler): added new internal function for
17890         gtkwindow.c.
17891
17892         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
17893         configure event, take possible changes in window position into account
17894         as well.
17895         if we request a new window size, queue up a resize handler that will
17896         last until the configure event response arrives.
17897         combined the ->need_resize case (initial show) with the general size
17898         (hints) changed case and added even more comments.
17899         if !auto_shrink, only revert to the old allocation if the new size
17900         is smaller than the current allocation.
17901
17902 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
17903
17904         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
17905                            gtk_window_set_geometry_hints
17906                            gtk_window_set_default_size):
17907         When hints are set, queue a resize so that the hints will
17908         be eventually reset on the toplevel.
17909
17910         * gtk/gtkwindow.c (gtk_window_show): Use
17911         gtk_window_compute_default_size(). Clear the need_resize flag
17912         on the initail map so that we don't unnecessarily trigger the
17913         resize code.
17914
17915         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
17916         into separate functions. Compare the hints we are setting
17917         with what we set last time so that we can accurately
17918         tell when we need to reset the hints.
17919
17920         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
17921         function to figure out the size from requisition
17922         and default_size.
17923
17924         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
17925         from fvwm to constrain a size to the geometry hints.
17926
17927         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
17928         to compare two sets of geometry hints.
17929
17930         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
17931         from gtk_window_set_hints(), just compute the hints,
17932         don't set them.
17933
17934         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
17935         code from gtk_window_move_resize() to separate function,
17936         rationalize a bit.
17937
17938 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
17939
17940         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
17941         structure into a new private structure.
17942
17943         * gtkrc.c: Split GtkRcStyle into public/private.
17944         In the private part, add a list of pointers to the
17945         RcStyle lists this RcStyle participates in.
17946
17947         * gtkrc.c: When a RcStyle is free, remove all
17948         lists referencing it from the 
17949         realized_style_ht hash, and free those lists.
17950         
17951         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
17952         gtk_rc_init(), since that adds the default styles
17953         to the list of parsed RC files again.
17954
17955         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
17956         
17957 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
17958
17959         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
17960         checks that ensure that a widget's allocation is at least 1 in width
17961         and height. (GNOME note: this doesn't affect old panel code anymore,
17962         because GtkSocket will request width and height of at least 1 since
17963         Fri Jul 23).
17964
17965         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
17966         allocated yet (happens if the user realizes the window prematurely),
17967         size request and allocate it.
17968         (gtk_window_size_allocate): guard against guint underflows.
17969
17970 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
17971
17972         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
17973         in gtk_built_sources, so gtk.defs gets built prior to all other
17974         sources.
17975
17976 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
17977
17978         * gtk/Makefile.am:
17979         invoke indent on gtkmarshal.*. 
17980         rewrote source generation rules, use COPYING as oldest source tag for
17981         a piggyback rule to generate all sources from (don't touch it ;).
17982         major cleanups, strip spaces on build rules for GNU Make.
17983
17984         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
17985         source and target files from commandline arguments. don't invoke indent.
17986
17987 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
17988
17989         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
17990         notebook after switch to avoid drawing problems.
17991         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
17992         
17993         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
17994         show them instead. 
17995         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
17996
17997 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
17998
17999         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
18000         notebook after switch to avoid drawing problems.
18001         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
18002         
18003         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
18004         show them instead. 
18005         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
18006
18007 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
18008
18009         * gtk/gtkwindow.c:
18010         we use window->need_resize from configure_event now, to indicate that
18011         the gtkwindow should keep its allocation (e.g. because the user resized
18012         the window through window manager handles). resize_count is now reliably
18013         used to figure whether we got the allocation we requested from the
18014         window manager.
18015         configure events get queued as resizes now, the real stuff (size
18016         computation and allocation) now only goes on in gtk_window_move_resize().
18017         GtkWindow's requisition now contains its *real* requisition (like all
18018         other widgets), *not* taking usize into account.
18019         geometry_info->last_{width|height} is now updated from set_hints() only
18020         so it always contains the last hints we set for the window manager.
18021         made some event handlers return TRUE instead of FALSE.
18022         the overall code should be much more straight forward now, and the
18023         significant code portions are accompanied by comments now.
18024         (gtk_window_set_hints):
18025         removed requisition argument and made it
18026         fetch the requisition through gtk_widget_get_child_requisition.
18027         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
18028         does that now.
18029         (gtk_window_show):
18030         ensure that the widget is realized before calling 
18031         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
18032         ensure that we got properly size requested and allocated before
18033         realization.
18034         (gtk_window_configure_event):
18035         ignore plain window moves, or reallocate the widget tree through the
18036         resize queue otherwise.
18037         (gtk_window_move_resize):
18038         mostly rewrote this function to figure window manager hints more
18039         reliably, coalesce window moves and resizes to reduce configure events
18040         and do actuall size allocations.
18041
18042 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
18043
18044         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
18045         that have a resize pending, because a redraw is already queued for them.
18046
18047         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
18048         hack to clear resize_widgets.
18049
18050         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
18051         for resize containers prior to size allocation. (this is also a bit
18052         ugly, but avoids side effects for stopped emissions and is thus more
18053         reliable).
18054         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
18055
18056         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
18057         function from gtk_tooltips_expose, as we connect to ::expose_event
18058         *and* ::draw now.
18059
18060 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
18061
18062         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
18063         checks.
18064         (gtk_target_list_unref): Likewise.
18065
18066         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
18067
18068 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
18069
18070         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
18071         guard against division by zero. (Fixes bug #1339)
18072
18073 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
18074
18075         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
18076         Prevent the trivial leak of information of allowing
18077         word motion when the entry is not visible.
18078
18079 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
18080
18081         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
18082         modality to error dialog as well as confirmation dialogs.
18083         (Bug #1803, reported by Rosanna Wing Sze Yuen)
18084
18085 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
18086
18087         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
18088         tree->view_lines.
18089         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
18090
18091         * gtk/Makefile.am (install-data-local): Solaris apparently
18092         has various troubles with ln -f; use rm first instead.
18093         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
18094
18095 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
18096
18097         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
18098         use `cp' followed by `rm' (the `rm' was already there).
18099
18100 July 30, 1999 Elliot Lee <sopwith@redhat.com>
18101         
18102         * configure.in: Fix autoconf warnings about cross compilation by
18103         trying to provide sane defaults for AC_TRY_RUN.
18104         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
18105         put them into $(srcdir) when generated. Also add a dependency of
18106         gtksignal.h on gtkmarshal.h for -j builds. 
18107         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
18108
18109 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
18110
18111         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
18112         GDK_THREADS_{LEAVE,ENTER} pair.
18113         (From Paul Fisher <pnfisher@redhat.com>)
18114
18115 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
18116
18117         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
18118         width and height are always >0 (owen).
18119
18120 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
18121
18122         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
18123         change that assured that a widget's allocated with and height are
18124         always >1, since this breaks *buggy* panel code. unfortunately this
18125         back-breaks the gimp's color selector.
18126
18127         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
18128         allocation is always >0 in width and height, before sending the
18129         configure event; this is a *gross* hack to get the gimp back to work.
18130         
18131         * marked both cases with TODO-1.3
18132
18133 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
18134
18135         * gtk/gtktext.c: Don't display wrap indicators when
18136         text is not editable and word wrap is on.
18137
18138 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
18139
18140         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
18141         option menus here as they are not derived from menu shell, assure that
18142         the option menu has a menu we can add items to.
18143
18144 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
18145
18146         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
18147         width/height to (gint) before calculations and check against < 0 to
18148         avoid guint wraparounds.
18149
18150 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
18151
18152         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
18153         width and height is never zero. sanity check both dimensions against
18154         32767 and issue a warning if the allocation is greater than that.
18155
18156 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
18157
18158         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
18159         to g_main_pending() as well.
18160
18161 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
18162
18163         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
18164         call to g_main_iteration() - since that will regrab
18165         GTK+ lock to process events.
18166
18167 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
18168
18169         * gtk/gtkwindow.c
18170         - Regularize with the rest of GTK+ by making widget->requisition
18171           not reflect the set_usize()
18172         - Always recompute geometry hints, then check if they
18173           changed before sending them to the X server. The
18174           previous checks for changes would fail in a number
18175           of circumstances. 
18176
18177 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
18178
18179         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
18180
18181 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
18182
18183         * gtk/gtkdnd.c:
18184         - Code cleanups
18185         - Instantaneously update on modifier key presses
18186         - Allow cancellation of the drag with Escape.
18187
18188 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
18189
18190         * gtk/testgtk.c (create_handle_box): Set the policy
18191         to auto_shrink - otherwise the appearance is rather
18192         strange when flipping between horizontal and vertical.
18193
18194 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
18195
18196         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
18197         (gtk_window_set_default_size): don't change a value if it's < 0.
18198         queue a resize.
18199
18200 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
18201
18202         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
18203
18204 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
18205
18206         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
18207         add an extra "/" when concating "/" + filename.
18208         (From Matt Grossman <mattg@oz.net>)
18209
18210 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
18211
18212         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
18213         for fg_gc if we set it for drawing pixmap.
18214
18215 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
18216
18217         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
18218         
18219         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
18220         already set, call old engine's destroy function and
18221         unref the old engine.
18222
18223 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
18224
18225         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
18226
18227 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
18228
18229         * gtk/gtkaccelgroup.h: mark certain functions as internal.
18230
18231 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
18232
18233         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
18234         expand behaviour changed.
18235
18236         * gtk/gtklabel.c (gtk_label_set_pattern):
18237         (gtk_label_set_justify):
18238         (gtk_label_set_line_wrap):
18239         don't bother invoking queue_clear, the reallocation does
18240         that for us, always free_words so the upcoming resize will
18241         relayout the label's contents.
18242
18243 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
18244
18245         * applied argument implementation patches from Elena Devdariani
18246         <elena@cogent.ca>.
18247
18248         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
18249         ::space_style, ::relief
18250         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
18251         * gtk/gtkpreview.c: ::expand
18252         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
18253         * gtk/gtknotebook.c: ::homogeneous
18254         * gtk/gtklabel.c: ::wrap
18255         * gtk/gtklist.c: ::selection_mode
18256         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
18257         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
18258         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
18259         * gtk/gtkclist.c: ::sort_type
18260         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
18261         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
18262
18263 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
18264
18265         * gtk/gtkstyle.c: Removed ill-thought-out part of last
18266         comment.
18267
18268 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
18269
18270         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
18271         counting right when we have to attach a new style
18272         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
18273
18274         * gtk/gtkstyle.c: Documented the refcounting
18275         peculularities of gtk_style_attach.
18276
18277 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
18278
18279         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
18280         window types.
18281
18282         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
18283         of GTK_TOPLEVEL for creating the window.
18284
18285 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
18286
18287         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
18288         the last argument (reported by Per Winkvist).
18289         
18290 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
18291
18292         Fixes for invisible XOR lines (Frank Loemker
18293         <floemker@TechFak.Uni-Bielefeld.DE>)
18294         
18295         * gtk/gtkclist.c (gtk_clist_realize): Always use
18296         a non-zero pixel for GDK_XOR.
18297
18298         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
18299         Use GDK_INVERT instead of GDK_XOR.
18300
18301 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
18302
18303         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
18304         signals if h/voffsets differ from adjustment values.
18305         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
18306
18307 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
18308
18309         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
18310         ::selection-done emissions up to the topmost menu shell.
18311
18312 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
18313
18314         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
18315         the user data on the window before destroying it.
18316
18317         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
18318         unrealize handler to take care of destroying 
18319         notebook->panel properly. 
18320         (Bug #1198 - Morten Welinder <terra@diku.dk>)
18321
18322         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
18323         of g_new and g_realloc to stop memory leak. (Actually,
18324         we could just use g_realloc(), but I'm not 100% sure
18325         that is portable).
18326         (Bug #1196 - Morten Welinder <terra@diku.dk>)
18327
18328 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
18329
18330         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
18331
18332         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
18333         for fontsets.
18334
18335         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
18336         with bin/button confusion.
18337
18338 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
18339
18340         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
18341         and show how preselection of radio items is done.
18342
18343 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
18344
18345         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
18346         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
18347         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
18348         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
18349         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
18350         * gtk/gtktable.c (gtk_table_attach): 
18351         * gtk/gtklist.c (gtk_list_insert_items): 
18352         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
18353         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
18354         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
18355         * gtk/gtkbin.c (gtk_bin_add): 
18356         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
18357         * gtk/gtkfixed.c (gtk_fixed_put): 
18358         * gtk/gtklayout.c (gtk_layout_put):
18359         general fixups to container_add logic. always realize child if
18360         child->parent is realized, only map the child and queue a resize
18361         if child and child->parent are both visible.
18362
18363 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
18364
18365         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
18366         instead of gtk_container_foreach to walk and unrealize children, so
18367         composite children get also unrealized.
18368         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
18369         (gtk_widget_map): assert that the widget is visible (basic constrain).
18370         (gtk_widget_real_map): assert that the widget is realized (basic
18371         constrain).
18372
18373 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
18374
18375         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
18376
18377 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
18378
18379         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
18380         file for iso-8859-2 locales.
18381
18382         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
18383
18384 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
18385
18386         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
18387          (Pointed out by andy@rz.uni-karlsruhe.de and others).
18388          Remove some suspicious and useless lines. 
18389
18390 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
18391
18392         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
18393         width,height = 0, 0 to mean - here to edge of window,
18394         instead of -1, -1, since the former is all we support.
18395
18396 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
18397
18398         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
18399         when removing from quit_functions list.
18400
18401 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
18402
18403         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
18404
18405 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
18406
18407         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
18408          When redrawing characters on non-visible entry, use appropriate
18409          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
18410
18411 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
18412
18413         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
18414         from drag coordinates.
18415         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
18416         use drag_dest_cell.
18417
18418         * gtk/gtktree (drag_dest_cell)
18419         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
18420         (Bug #1129)
18421
18422 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
18423
18424         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
18425         translate_* fields.
18426         (gtk_item_factory_finalize): invoke translate_notify independant from
18427         translate_data.
18428         (gtk_item_factory_set_translate_func): likewise.
18429         (gtk_item_factory_destroy): only remove ifactory pointer from those
18430         widgets that belong to us (stupid me).
18431
18432 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
18433
18434         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
18435         rc_style list when lookup succeeeds.
18436
18437 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
18438
18439         * gtk/gtkctree.c (resync_selection): 
18440         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
18441         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
18442         bug.
18443
18444 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
18445
18446         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
18447         Add some missing GDK_THREADS_ENTER()/LEAVE around
18448         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
18449
18450 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
18451
18452         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
18453         rather than emit_by_name.
18454
18455         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
18456         on the widget across multiple signal emissions.
18457         (gtk_editable_delete_text): same here.
18458         (gtk_editable_class_init): set widget_class->activate_signal after
18459         editable_signals[ACTIVATE] has been created.
18460
18461 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
18462
18463         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
18464         position here prematurely -- we might not have the
18465         right ->min_position and ->max_position yet.
18466
18467 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
18468
18469         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
18470         Add error traps so if the other end of the connection
18471         dies, we survive.
18472
18473         * gtk/gtkselection.c (gtk_selection_notify): Clean
18474         up properly when selection property retrieval fails.
18475         
18476         * gtk/gtkselection.c (gtk_selection_request): Correctly
18477         reject SelectionRequest notifies where the handler
18478         returns no data.
18479
18480 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
18481
18482         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
18483         when we've previously highlighted.
18484
18485         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
18486         emit two "drag_leave" signals for Motif drops.
18487
18488         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
18489         back the correct status messages when dropping from
18490         Motif onto a proxy window that is rejecting the
18491         drop.
18492
18493 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
18494
18495         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
18496         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
18497         to compare two argument values. added gtk_arg_to_valueloc() to set a
18498         variable from an arg through its location (pointer).
18499
18500         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
18501         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
18502         as gfloat*, uchars are collected as guchar*, ints are collected as
18503         gint*, etc...
18504
18505 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
18506
18507         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
18508         Include <string.h> instead of <strings.h>.
18509
18510         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
18511         (actually, a lot more duplicate includes occur if
18512          you trace through the sequence of #include's)
18513         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
18514         
18515 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
18516
18517         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
18518         gtk-a-higuti-990322-[0-3]
18519
18520         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
18521         that was causing -DX_LOCALE not to work.
18522
18523         * gtk/gtkrc.c (gtk_rc_init):
18524         X_LOCALE will never have LC_MESSAGES defined
18525
18526 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
18527
18528         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
18529         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
18530
18531         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
18532         left/right as well (gtk-michael-980726-0.patch.gz).
18533
18534         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
18535         for pointer values, use gchar instead of char. fixed uline allocation
18536         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
18537         chunks instead of G_ALLOC_ONLY.
18538         (gtk_label_size_request): always alter requisition as passed and leave
18539         widget->requisition alone.
18540         (gtk_label_set_text): allow NULL strings.
18541         (gtk_label_new): likewise.
18542
18543 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
18544
18545         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
18546
18547 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
18548
18549         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
18550         *and* mapped (i.e. drawable).
18551         (gtk_bin_expose): only send exposes to drawable children.
18552
18553         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
18554         (gtk_box_expose): only send exposes to drawable children.
18555
18556         * gtk/gtkhscale.c (gtk_hscale_draw): 
18557         * gtk/gtkvscale.c (gtk_vscale_draw):
18558         hm, this is an ugly one. we first compute the size of our trough area
18559         here (window relative) and then check intersection with the draw_area
18560         which is parent relative because we're a NO_WINDOW widget, so we need
18561         to offset the trough area by allocation.x and allocation.y before the
18562         check. (this must not be done for the background area though, since
18563         that's already computed parent relative).
18564
18565 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
18566
18567         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
18568         unrealize title buttons.
18569
18570 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
18571
18572         * gtk/gtkclist.c (gtk_clist_column_title_passive)
18573         (gtk_clist_column_title_active): 
18574         only connect/disconnect to GtkWidgetClass::event to block mouse events.
18575
18576         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
18577         zero initialize event, removed superfluous gdk_window_get_pointer call
18578
18579         * gtk/gtklist.c (gtk_list_vertical_timeout)
18580         (gtk_list_horizontal_timeout): removed superfluous
18581         gdk_window_get_pointer call
18582
18583 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
18584
18585         * plugging problems reported by "Bruce Mitchener, Jr."
18586         <bruce@puremagic.com> due to a purify session.
18587
18588         * gtk/gtkstyle.c:
18589         (gtk_style_ref): 
18590         (gtk_style_unref): assert ref_count to be > 0.
18591
18592         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
18593         the requisition.
18594         (gtk_clist_set_shift): likewise.
18595
18596         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
18597         adjustments.
18598
18599         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
18600         event before sending it and set send_event to TRUE (which needs to
18601         be done for *all* synthesized events).
18602         (gtk_list_vertical_timeout): likewise.
18603
18604         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
18605         leaks.
18606
18607         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
18608         to TRUE when synthesizing events.
18609
18610 [ *** end of merges from 1.2 *** ]      
18611         
18612 1999-11-21  Tor Lillqvist  <tml@iki.fi>
18613
18614         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
18615         (or copied from gdkconfig.h.win32 on Win32, sigh).
18616
18617         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
18618
18619         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
18620
18621         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
18622
18623         * gdk/gdkconfig.h.win32: New file.
18624
18625         * gdk/win32/makefile.cygwin: Build just a static archive here.
18626
18627         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
18628         for the DLL from the static archive built above.
18629
18630         * gdk/gdk.def: Moved here from the win32 subdirectory.
18631
18632         * gdk/win32/*: Adapt for the changed private struct organisation.
18633
18634         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
18635
18636 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
18637
18638         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
18639         for wheel mice (buttons 4 and 5).
18640
18641 1999-11-18  Tor Lillqvist  <tml@iki.fi>
18642
18643         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
18644         drawables use just the pixel field in the foreground and
18645         background GdkColor of the GdkGC.
18646
18647         gdk_gc_set_{fore,back}ground() are called in the GIMP with
18648         GdkColors containing uninitialized (red,green,blue) fields, and
18649         just the pixel field filled in, and furthermore in the
18650         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
18651         It thus turns out that we really don't need to have the full
18652         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
18653         it later to have just the pixel values.
18654
18655 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
18656
18657         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
18658
18659 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
18660
18661         * docs/gtkfaq.sgml: threads example from Erik Mouw.
18662         New question on GtkLabel background colors.
18663
18664         * docs/gtk_tut.sgml:
18665           - Correct the example code callback
18666             function definitions.
18667           - Update the gtkdial example code, from Frans van Schaik.
18668           - Update setselection.c to current API.
18669
18670         * examples/Makefile examples/*/*.c: Update to code
18671         listed in tutorial.
18672
18673 1999-11-10  Tor Lillqvist  <tml@iki.fi>
18674
18675         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
18676         subrange table (from the "Developing International Software for
18677         WIndows 95 and Windows NT" book) was missing the Hangul syllable
18678         block... Get the loaded font's charset correctly.
18679
18680         (Note that this, and the other *-win32.c files, still really are
18681         the old ones, the win32 subdirectory is not ready for compilation
18682         yet after the reorg.)
18683
18684 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
18685
18686         * gtk/gtkclist.c: Fix off-by-one bug in parameter
18687         check.
18688
18689 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
18690
18691         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
18692         on results of XQueryDeviceState().
18693
18694 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
18695
18696         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
18697         we need to accesss only ->children. We need an accessor
18698         for the children.
18699
18700         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
18701         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
18702         to get rid of gdkx.h include.
18703         
18704         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
18705         and random references to 'None'.
18706
18707         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
18708         Get rid of unused #include <gdk/gdkx.h>
18709
18710         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
18711         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
18712         gdkconfig.h.
18713
18714 1999-11-08  Tor Lillqvist  <tml@iki.fi>
18715
18716         * gdk/win32/gdkdraw.c
18717         * gdk/win32/gdkfont.c
18718         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
18719         following yesterday's changes. (Unrelated to Owen's reorg.)
18720
18721 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
18722
18723         * gdk/x11/gdkinput-gxi.c: Add missing include,
18724           fix GdkWindowPrivate => GdkDrawablePrivate.
18725
18726         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
18727
18728         * gdk/x11/Makefile.am (xinput_sources): Add missing
18729         backslash to fix building with --with-xinput=none
18730
18731 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
18732
18733         Move all X specific code into the x11/ directory.
18734         Aside from shuffling things around, did the following:
18735
18736        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
18737          gdk_arg_context_* - a simple argument parsing system
18738          in the style of popt.
18739
18740        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
18741          gdk/x11/gdkprivate-x11.h:
18742          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
18743          add ->klass and ->klass_data fields. The klass_data
18744          field points to an auxilliary structure that is
18745          windowing system dependent.
18746
18747        * gdk/gdkfont.c: Make most of the measurement functions
18748          simply wrappers around gdk_text_extents().
18749
18750        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
18751          _gdk_font_strlen() function that hides the weird
18752          behavior in gtk+-1.[02] where a string is interpreted
18753          differently for 8-bit and 16-bit fonts.
18754
18755        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
18756          to store common code for synthesizing double/triple
18757          press events.
18758         
18759        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
18760          Make all the function that modify an existing GC
18761          simply wrappers around gdk_gc_set_values().
18762          
18763        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
18764          for throwing out later.
18765
18766        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
18767          GdkImagePrivate and GdkColormapPrivate to have a
18768          windowing system dependent part (GdkFontPrivateX etc.)
18769          that "derives" from the system-independent part.
18770
18771        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
18772          Got rid of the included-source-files for XInput in
18773          favor of automake conditionals. (Which didn't exist
18774          when XInput support was originally added.)
18775
18776        * gdk/gdkrgb.c: Remove the visual id from the debugging
18777          statements since that is X11 specific; print out
18778          type/depth info instead.
18779          
18780
18781 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
18782
18783         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
18784         loading duplicates of hashed fonts.
18785
18786         * gdk/gdk.c (gdk_keysym_convert_case): rename
18787         gdk_XConvertCase to gdk_keysym_convert_case, allow
18788         results to be NULL in the GTK+ style.
18789
18790         * gdk/gdkcompat.h: Started compatibility header
18791         for renames.
18792
18793 1999-11-07  Tor Lillqvist  <tml@iki.fi>
18794
18795         * gdk/win32/gdkprivate.h: New font private structures, related to
18796         fontsets.
18797
18798         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
18799         gdk_font_list_free(). On X11, will just be wrappers to
18800         XListFonts() and XFreeFontNames(). On Win32, the code previously
18801         in gtkfontsel.c is now here.
18802
18803         New function gdk_font_xlfd_create(). On X11 will get the FONT
18804         property of the font (for GDK_FONT_FONTs), or call
18805         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
18806         builds a XLFD style name from the font information in the LOGFONT
18807         struct(s).
18808
18809         New function gdk_font_xlfd_free(), which correspondingly frees the
18810         string returned by gdk_font_xlfd_create().
18811
18812         Implement fontsets on Win32. Add a function that iterates over a
18813         wide char string and calls a callback function for each substring
18814         of wide chars from the same Unicode subrange (and thus probably
18815         available in the same real font).
18816
18817         Improve the XLFD emulation a bit.
18818
18819         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
18820
18821         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
18822         Beta3, WM_IME_CHAR messages don't seem to contain the composed
18823         multi-byte char as with the Active IMM on Win9x. Oh well, handle
18824         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
18825         ImmGetCompositionStringW() to get the composed Unicode chars.
18826
18827         * gdk/win32/gdkgc.c
18828         * gdk/win32/gdkdraw.c: Changes needed because of the font private
18829         struct changes.
18830
18831         * gdk/win32/gdk.def: Add the new functions.
18832
18833 1999-11-04  Tor Lillqvist  <tml@iki.fi>
18834
18835         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
18836         get the Platform SDK to get <dimm.h>.
18837
18838         * gdk/win32/gdkevents.c: More event handling fixes and
18839         simplification. Never generate motion events with is_hint true. We
18840         used to do that on bogus grounds earlier. Windows sends
18841         WM_MOUSEMOVE messages on button events even if the mouse hasn't
18842         moved, ignore these.
18843
18844         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
18845
18846         * gdk/win32/gdkglobals.c
18847         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
18848         the TrackMouseEvent function, and use it.
18849
18850         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
18851         char before calling WideCharToMultiByte in order to get a string
18852         for the window title.
18853
18854         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
18855
18856         * gdk/win32/gdk.def: Remove obsolete functions.
18857
18858         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
18859         /nodefaultlib and /defaultlib switches.
18860
18861         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
18862
18863 1999-10-31  Tor Lillqvist  <tml@iki.fi>
18864
18865         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
18866         EuroSign).
18867
18868         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
18869         same type as GdkWChar, especially on Win32.
18870
18871         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
18872
18873         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
18874         before passing to Windows GDI for drawing etc. Convert to the
18875         system default codepage before passing to Windows as window
18876         titles.
18877
18878         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
18879         support changing input locale on the fly.
18880
18881         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
18882         on-the-fly changes. Convert incoming characters from the current
18883         codepage to Unicode (and then to a UTF-8 multi-byte string) based
18884         on the current input language. Use keysym<->Unicode mapping tables
18885         and functions borrowed from xterm sources.
18886
18887         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
18888         editions of Win9x, use the ActiveX-based Active IMM (Input Method
18889         Manager) if available. IMEs and the Active IMM are available under
18890         the disguise of Chinese, Korean and Japanese support for IE and
18891         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
18892         support is present in all editions (as long as you install it).
18893
18894         Call DispatchMessage from gdk_events_queue() (and thus
18895         gdk_WindowProc()), instead of duplicating the code in
18896         gdk_WindowProc().
18897
18898         Reworked the grab handling and propagation code, factored out
18899         duplicated code snippets into separate functions. Other cleanups,
18900         too.
18901
18902         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
18903         the <dimm.h> header describing the Active IMM.
18904
18905         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
18906         just do the same as for "single" fonts.
18907
18908         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
18909         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
18910         the new keysyms from gdkkeysyms.h.
18911
18912         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
18913         fontset, so that gtkentry uses wide characters.
18914
18915         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
18916         GTk+'s system directory "gtk+", not "gtk".
18917
18918 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
18919
18920         * docs/gtkfaq.sgml: FAQ update
18921
18922 1999-10-21  Tor Lillqvist  <tml@iki.fi>
18923
18924         * gdk/win32/gdkprivate.h: Add more font private data.
18925
18926         * gdk/win32/gdkfont.c
18927         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
18928         fonts and strings. Now works much better. You still have to
18929         have a correct font selected, though. No fontset emulation yet.
18930
18931 1999-10-19  Tor Lillqvist  <tml@iki.fi>
18932
18933         * gtk/maketypes.awk: Use G_OS_WIN32.
18934
18935         * gtk/gtk.def: Add some missing entry points. Also some non-public
18936         ones, but PyGTK porter claims to need them.
18937
18938         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
18939         built-in type generation.
18940
18941 1999-10-14  Tor Lillqvist  <tml@iki.fi>
18942
18943         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
18944         GDK_FONT_FONT fonts (which is all we have for now, we don't
18945         emulate fontsets). The X11 version uses plain XDrawString in that
18946         case, too. The string passed to gdk_draw_text_wc seems to be in
18947         fact (at least, when used by gtkentry and gtktext) either in a
18948         single-byte charset, or a DBCS. Not Unicode.
18949
18950         This fixes the problem in gtkfontsel, where even if you had
18951         selected a font with a non-Latin1 charset (windows-greek, for
18952         instance), the preview still used Latin-1 glyphs.
18953
18954         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
18955         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
18956         (gdk_font_load): Recognize the demibold etc weights, even if we
18957         don't have the corresponding constants in the headers.
18958         (gdk_font_hash_insert): Use same hash mechanism as in the X11
18959         version. Should save font resources a bit, when we don't have
18960         multiple HFONTs for the same font.
18961
18962         * gdk/win32/gdkprivate.h: Add the names field as in the X11
18963         version.
18964
18965 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
18966
18967         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
18968         X values
18969
18970 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
18971
18972         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
18973         layout support (as mentioned on
18974         http://www.jcinteractive.com/gnome-ui/software/widgets/)
18975
18976 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
18977
18978         * gtk/fnmatch.c
18979         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
18980
18981 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
18982
18983         * configure.in (ALL_LINGUAS): Added Galician (gl)
18984
18985 1999-10-05  Tor Lillqvist  <tml@iki.fi>
18986
18987         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
18988
18989         * gdk/win32/gdkcompat.c: New file, actually provide an
18990         implementation for the deprecated functions. (Just temporarily.)
18991
18992         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
18993
18994         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
18995
18996         * gdk/win32/gdk.def gtk/gtk.def: Updates.
18997
18998 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
18999
19000         * configure.in: Added "uk" to ALL_LINGUAS.
19001         
19002 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
19003
19004         * configure.in: correct checking for BeOS check
19005
19006         * gdk/gdktypes.h
19007         * gtk/fnmatch.c
19008         * gtk/gtkfilesel.c
19009         * gtk/gtkitemfactory.c
19010         * gtk/gtkmain.[ch]
19011         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
19012
19013 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
19014
19015         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
19016         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
19017         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
19018         by Bulgarian). 
19019
19020 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
19021
19022         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
19023         Fix a reference to window_private->destroyed.   
19024
19025         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
19026         (ugly) setting of an internal GdkWindow member to use
19027         a _slightly_ cleaner macro.
19028
19029         * gdk/gdkprivate.h: Split GdkWindowPrivate into
19030         GdkDrawablePrivate and GdkWindowPrivate.
19031         Add extra macros for accessing GDK_DRAWABLE_ components.
19032
19033         * *.[ch]: Massive adjustments for the above, use the
19034         new macros in a lot of places.
19035
19036 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
19037
19038         * gdk/gdktypes.h: Make GdkDrawable the base type,
19039         not GdkWindow.
19040
19041 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
19042
19043         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
19044
19045 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
19046
19047         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
19048
19049 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
19050
19051         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
19052         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
19053
19054         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
19055
19056         * docs/gtk-config.1: Now autogenerated.
19057         * docs/Changes-1.4.txt: started
19058         
19059 1999-10-03  Tor Lillqvist  <tml@iki.fi>
19060
19061         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
19062         to #ifdef also here.
19063
19064         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
19065         Owen did to the X11 backend.
19066
19067         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
19068         ScrollWindowEx when blitting inside a window, it can't be correct
19069         in the general case.
19070
19071         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
19072         WM_GETMINMAXINFO is easier.
19073
19074         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
19075         depth equal to the bitspixel value, not the visual's depth.
19076
19077         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
19078         to 24 even if the bitspixel value is 32.
19079
19080         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
19081         need to check for depth==32 when bpp==32, depth will always be 24.
19082
19083 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
19084
19085         * docs/Changes-1.4.txt: Started
19086         
19087         * gtk/Makefile.am (gdk_headers): Include all the new headers.
19088
19089         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
19090         
19091         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
19092         into C file.
19093         
19094         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
19095         header to gdkinputprivate.h.
19096
19097         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
19098         unused since before 1.2.
19099
19100 1999-09-30  Tor Lillqvist  <tml@iki.fi>
19101
19102         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
19103         expand possible hex escapes in the font family (put there by
19104         logfont_to_xlfd if the font name isn't a legal XLFD font family,
19105         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
19106         On Win32, add hex escapes here, too.
19107
19108 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
19109
19110         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
19111         to #ifdef GDK_WINDOWING_X11.
19112
19113 [ Merges from gtk-1-2 ]
19114
19115 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
19116
19117         * configure.in: fixed "GNU Make" check to pass with new make version
19118         3.77.95.
19119
19120 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
19121
19122         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
19123         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
19124         AM_PATH_GTK() macros don't get confused by the -pre1.
19125
19126 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
19127
19128         * configure.in (REBUILD): Change check for perl5
19129           to check explicitely for v >= 5.002. (5.001
19130           does not work with our scripts.)
19131
19132 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
19133
19134         * configure.in: evaluate $PERL for the perl version check. added
19135         --disable-rebuilds to give the user an option to completely disable
19136         any source autogeneration rules.
19137
19138 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
19139
19140         * configure.in: evaluate $ac_make when checking for GNU Make.
19141
19142 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
19143
19144         * docs/Makefile.am: added generation.txt.
19145
19146         * Makefile.am: require automake 1.4, build README from README.in and
19147         INSTALL from INSTALL.in in dist-hook.
19148         
19149         * README.in:
19150         * INSTALL.in: new files to autogenerate README and INSTALL from.
19151
19152         * configure.in: figure whether we have GNU Make
19153
19154         * docs/generation.txt: minor additions/corrections.
19155
19156 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
19157
19158         * docs/gtkfaq.sgml: FAQ Update
19159
19160 July 30, 1999 Elliot Lee <sopwith@redhat.com>
19161         
19162         * configure.in: Fix autoconf warnings about cross compilation by
19163         trying to provide sane defaults for AC_TRY_RUN.
19164
19165 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
19166
19167         * ltconfig
19168         * ltmain.sh: upgrade to libtool 1.3.3
19169
19170 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
19171
19172         * INSTALL: Indicate that the --with-glib= configure
19173         time flag is unsupported.
19174
19175 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
19176
19177         * docs/generation.txt: Added a file that gives
19178         documenation about the autogeneration process for
19179         various autogenerated files.
19180         
19181 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
19182
19183         * configure.in (LIBS): Look for libgmodule in the
19184         right location.
19185
19186 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
19187
19188         * docs/gtk_tut.sgml: Removed references to
19189         code examples in my directory on gtk.org as
19190         they should all be in the tutorial now.
19191
19192         * docs/gtk_tut.sgml: Added sources for dial-test
19193         and scribble-xinput programs that were previously
19194         missing.
19195
19196 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
19197
19198         * TODO: Added entry about menu keyboard navigation, removed
19199         some finished items.
19200
19201 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
19202
19203         * acinclude.m4: Standardize on func_dgettext
19204         not func_gettext, so that the checks for dgettext
19205         actually are paid attention to.
19206
19207 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
19208
19209         * configure.in (LIBS): Add $INTLLIBS into $LIBS
19210         directly, rather than repeating the checks for
19211         gettext.
19212
19213         * INSTALL: Added information about gettext and
19214         NLS support.
19215
19216         * acinclude.m4 (LIBM): Check for dgettext, not
19217         just gettext. This should hopefully fix things wrt
19218         systems with old versions of GNU gettext installed.
19219
19220 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
19221
19222         * configure.in (LIBS): Look for libgmodule in the
19223         right location.
19224
19225 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
19226
19227         * autogen.sh: add --enable-maintainer-mode
19228
19229         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
19230
19231 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
19232
19233         * docs/gtk-config.1.in:
19234           docs/Makefile.am:
19235           configure.in: gtk-config is now generated.
19236
19237         * docs/gtk-config.1: Removed, now generated.
19238
19239 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
19240
19241         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
19242         handle CreateNotify itself, still put out a debuging message for
19243         --gdk-debug=events. made the ReparentNotify debugging message more
19244         verbose.
19245         wrap xcoords translation for ConfigureEvents into an error trap,
19246         a destroy event may already be pending, and in that case, the
19247         actuall coordinate values are not at all critical.
19248
19249 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
19250
19251         * gdk/gdkcc.c: Stop leaking the color_hash all over
19252         the place. Simplify and improve the logic.
19253
19254 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
19255
19256         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
19257         for prototypes and function implementations consistent (reported
19258         by Tomas Ogren).
19259
19260 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
19261
19262         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
19263         send_event set in debugging output.
19264         (gdk_compress_exposures): default initialize the event so we don't
19265         operate on bogus values (namely send_event).
19266
19267 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
19268
19269         * gdk/gdkwindow.c: When we receive an unexpected
19270         destroy notify on one of our windows, don't just
19271         warn about it, also mark our windows as destroyed.
19272
19273 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
19274
19275         * gdk/gdkfont.c (gdk_font_hash_insert): Add
19276           name => font and name => fontset hashes. The 
19277           name => fontset hash is a _big_ win since we
19278           weren't previously caching fontsets at all and loading
19279           fontsets is expensive. The name => font hash
19280           is less of a win, but it does save us from doing
19281           repeated XQueryFont calls on the same font.
19282
19283         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
19284           list so we can remove font/fontset from hash.
19285
19286 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
19287
19288         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
19289           and slightly confusing test. [ XInternAtom (,,TRUE)
19290           will never return None ].
19291
19292 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
19293
19294         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
19295           gdk/gdkwindow.c (gdk_window_set_hints):
19296
19297         Don't omit setting the properties if flags == 0 -
19298         there may be an existing set of properties there
19299         already. (Very old bug. Would it be better to
19300         delete the property instead?)
19301
19302         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
19303           spelling error in comment.
19304
19305 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
19306
19307         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
19308           to avoid stomping over gdk_error_warnings.
19309
19310         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
19311           as (bits_per_pixel + 7) / 8. This gives the same
19312           result as before for multiples of 8, but actually
19313           a "reasonable" value for 1bit or 4bit displays.
19314
19315 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
19316
19317         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
19318         GNU Make.
19319
19320 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
19321
19322         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
19323         discarding configure events.
19324
19325 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
19326
19327         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
19328         refcount is greater than zero.
19329
19330         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
19331
19332         * gdk/gdkfont.c (gdk_font_unref): Likewise.
19333
19334         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
19335
19336         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
19337
19338 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
19339
19340         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
19341         that format 32 => sizeof(item) == 4. It really is
19342         sizeof(long).
19343
19344 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
19345
19346         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
19347         core dump at all on X IO errors, only core dump
19348         if --enable-debug for X errors.
19349
19350 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
19351
19352         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
19353         unknown window:" message. disabled ConfigureNotify discarding code,
19354         because it led to events being processed out of order.
19355
19356 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
19357
19358         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
19359
19360         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
19361         we export this function, supress error warnings and don't reset the
19362         error code in the first half of this function.
19363
19364         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
19365         code (instead of just -1) so gdk_error_trap_pop() reveals something
19366         actually informative about the error that happened.
19367
19368         * gdk/*.c:
19369         don't rely on gdk_error_code being -1 if an error occoured, but just
19370         gdk_error_code != 0.
19371
19372 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
19373
19374         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
19375         pointer *before* invoking the filter function, so we at least don't
19376         crash if a filter is removed that is currently executed. window filters
19377         *really* need to be made truely reentrant at some point.
19378
19379 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
19380
19381         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
19382         PropertyNotify debug messages.
19383
19384 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
19385         
19386         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
19387         
19388         * gdk/gdkim.c: Fix cut-and-paste errors for 
19389         x/y and PreeditAttributes/StatusAttributes.
19390
19391 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
19392
19393         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
19394         G_MAXINT to 2^16 to alleviate overflow problems in
19395         various window managers.
19396
19397 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
19398
19399         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
19400         for fontsets.
19401
19402 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
19403
19404         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
19405         Initialize size_hints.x and size_hints.y because kwm
19406         brokenly pays attention to them.
19407         (Bug #1181 -  Lars Heete <hel@admin.de>)
19408
19409 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
19410
19411         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
19412         return value of gdk_list_visuals(). 
19413         (Bug #1193 - Morten Welinder <terra@diku.dk>)
19414
19415 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
19416
19417         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
19418         XSetIMValues to (void *) when comparing to NULL, to workaround
19419         the problem of some compilers barfing since older X headers don't
19420         have the prototype for it.
19421
19422 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
19423
19424         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
19425         for pseudocolor where colormap->colors was double
19426         allocated.
19427
19428         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
19429         color value in the hash table with the pixel filled
19430         in so when we do later hash table lookups, the color
19431         value is correct.
19432         
19433 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
19434
19435         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
19436         making the call
19437
19438 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
19439
19440         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
19441         pointed out by Morten Welinder <terra@diku.dk>.
19442
19443 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
19444
19445         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
19446           default filter from the list
19447
19448 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
19449
19450         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
19451           default filter from the list
19452
19453 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
19454
19455         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
19456
19457         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
19458         g_strdup_printf instead of calcing the length separately
19459
19460 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
19461
19462         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
19463         that we don't do in many other places. (Fixing duplicate 
19464         #include of config.h)
19465
19466         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
19467         Otherwise, #ifndef XINPUT_NONE check in the latter
19468         doesn't work. (Bug #546)
19469
19470 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
19471
19472         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
19473         "None" case insensitive.
19474
19475 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
19476
19477         * gdk/gdkselection.c: 
19478         Add error traps so if the other end of the connection
19479         dies, we survive.
19480
19481 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
19482
19483         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
19484         dest_xid field into two fields - one for the window
19485         to send in messages, one to indicate the last looked
19486         up window for caching purposes. This is needed, so
19487         that Leave messages get the correct window.
19488
19489 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
19490
19491         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
19492         Fix warning created by people mucking around
19493         with the gsource API.
19494
19495         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
19496         Change mapping between GIOCondition and GdkInputCondition
19497         to match the way the Linux kernel does it. This should
19498         fix problems where closed pipes were no longer signalling
19499         GDK_INPUT_READ on systems with a native poll().
19500
19501 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
19502
19503         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
19504         explicitly for the string "None" - it is in the XPM
19505         spec and some servers treat unknown colors in odd ways
19506         (like asking the user!)
19507
19508 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
19509
19510         * gdk/gdkevents.c: made "->" into a "." of previous change so
19511         it compiles
19512
19513 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
19514
19515         * gdk/gdkevents.c (gdk_compress_exposures): Set the
19516         window field of the event structure before calling
19517         user filters.
19518
19519 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
19520
19521         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
19522         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
19523
19524 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
19525
19526         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
19527         intermediate text property - prevents major memory
19528         leak when gdk_use_mb.
19529         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
19530
19531 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
19532
19533         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
19534         gtk-a-higuti-990322-[0-3]
19535
19536         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
19537         sizeof(wchar_t) != sizeof (GdkWChar)
19538
19539         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
19540         that was causing -DX_LOCALE not to work.
19541
19542         * gtk/gtkrc.c (gtk_rc_init):
19543         X_LOCALE will never have LC_MESSAGES defined
19544
19545         * gdk/gdk.c (gdk_init_check):
19546         Remove --xim-preedit and --xim-status from argv properly.
19547
19548         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
19549         that the client window is present on the X server
19550         before we pass it to the input method.
19551
19552 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
19553
19554         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
19555         if --display is specified on the command line, than
19556         the drag window will not be created on that display.
19557         
19558 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
19559
19560         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
19561         lookups with only_if_exists == TRUE were inserting
19562         bogus values into the atom cache.
19563
19564 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
19565
19566         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
19567         then reset it to NULL.
19568
19569         * gdk/gdkcolor.c:
19570         (gdk_colors_free): 
19571         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
19572         key for g_hash_table_remove() in both functions, this prevents us
19573         from accessing possibly uninitialized portions of a GdkColor structure
19574         where we are only interested in its pixel value.
19575
19576 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
19577
19578         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
19579         font hash table, if we have a GdkFontPrivate entry for this font
19580         already, simply increment its reference count, provided by Olaf Dietsche
19581         <olaf.dietsche+list.gtk@netcologne.de>.
19582
19583 1999-09-21  Tor Lillqvist  <tml@iki.fi>
19584
19585         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
19586         just to be sure.
19587
19588         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
19589         unused variables, leftovers from the X11 version.
19590
19591         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
19592
19593         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
19594         downcase fields on X11.
19595
19596 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
19597         
19598         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
19599         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
19600
19601 1999-09-17  Tor Lillqvist  <tml@iki.fi>
19602
19603         * gdk/win32/gdk.def: Add gdk_threads_mutex.
19604
19605         * gtk/makefile.msc: Correct path to libintl.
19606
19607         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
19608         use of gint vs. int, and gint vs. gboolean in headers and
19609         definitions. Use GtkType for the *_get_type functions. Note that
19610         these changes preserve binary compatibility.
19611
19612         * gdk/gdk.c
19613         * gdk/win32/gdk.c
19614         * gdk/gdk.h: Fix inconsistencies: gint vs int.
19615
19616         * gtk/gtkmain.c
19617         * gtk/gtkclist.c
19618         * gtk/gtkmenufactory.c
19619         * gtk/gtknotebook.c
19620         * gtk/gtkwidget.c: Fix inconsistencies, also gint
19621         vs. gboolean.
19622
19623         * gtk/gtkcolorsel.[ch]
19624         * gtk/gtkcombo.[ch]
19625         * gtk/gtkdrawingarea.[ch]
19626         * gtk/gtkgamma.[ch]
19627         * gtk/gtkhandlebox.[ch]
19628         * gtk/gtkhpaned.[ch]
19629         * gtk/gtkhruler.[ch]
19630         * gtk/gtkplug.[ch]
19631         * gtk/gtkpreview.[ch]
19632         * gtk/gtkruler.[ch]
19633         * gtk/gtksocket.[ch]
19634         * gtk/gtkstatusbar.[ch]
19635         * gtk/gtktoolbar.[ch]
19636         * gtk/gtkvbbox.[ch]
19637         * gtk/gtkvpaned.[ch]
19638         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
19639         functions.
19640
19641         * gtk/gtkgamma.h: Fix bug, missing () in call of
19642         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
19643
19644 1999-09-14  Tor Lillqvist  <tml@iki.fi>
19645
19646         * gdk/gdkcolor.c (gdk_colormap_new)
19647         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
19648         colormap->colors was allocated twice.
19649
19650         * gdk/win32/gdk.c: Remove some unused stuff.
19651
19652         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
19653         colormap.
19654
19655         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
19656         * gtk/gtklabel.h (gtk_label_get_type)
19657         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
19658         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
19659         in a couple of places, not guint.
19660
19661 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
19662
19663         * configure.in,po/et.po: added Estonian language file
19664
19665 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
19666
19667         * configure.in,po/da.po: added Danish file
19668
19669 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
19670
19671         * docs/gtkfaq.sgml: Minor FAQ Update
19672
19673 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
19674
19675         * docs/gtkfaq.sgml: FAQ update
19676
19677 1999-08-27  Tor Lillqvist  <tml@iki.fi>
19678
19679         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
19680         way to get window contents continually refreshed while resizing. I
19681         didn't like the effects myself, so it's not on by default.
19682
19683         * gdk/win32/gdkprivate.h: New flag variable
19684         gdk_event_func_from_window_proc, FALSE by default.
19685
19686         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
19687         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
19688         are passed --gdk-event-func-from-window-proc.
19689
19690         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
19691         and we have am event_func, call it instead of enqueing the event.
19692
19693 1999-08-23  Tor Lillqvist  <tml@iki.fi>
19694
19695         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
19696         Kelley: Set expose_count in GdkEventExposes correctly.
19697
19698         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
19699         MULTIPLE_WINDOW_CLASSES).
19700
19701         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
19702         for bug in NT, apparently NT *does* draw the end pixel, too, in
19703         LineTo with a one-pixel pen, so we don't have to do it ourselves.
19704
19705 1999-08-21  Tor Lillqvist  <tml@iki.fi>
19706
19707         Improvements by Hans Breuer: 
19708
19709         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
19710
19711         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
19712         CS_?REDRAW flags as they cause lots of (late) redraws when "show
19713         window contents while dragging" is turned on. Allocate at least
19714         one unique class for every GdkWindowType. If support for single
19715         window-specific icons is ever needed (eg. Dialog specific), every
19716         such window should get its own class.
19717
19718 1999-08-19  Tor Lillqvist  <tml@iki.fi>
19719
19720         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
19721         error that caused crashes.
19722
19723 1999-08-17  Tor Lillqvist  <tml@iki.fi>
19724
19725         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
19726         window, use ScrollWindowEx, and call UpdateWindow. This prevents
19727         bugs when for instance part of the window was outside the
19728         display. Thanks to Philippe Colantoni for finding and fixing this.
19729
19730 1999-08-16  Tor Lillqvist  <tml@iki.fi>
19731
19732         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
19733         endpoint calculations which were totally wrong. (A little RTFMing
19734         helps a lot ;-)
19735
19736         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
19737         from a separate directory, not from gettext, because of licensing
19738         issues (we want to use the LGPL version).
19739
19740         * README.win32: Mention the intl from glibc vs from gettext issue.
19741
19742 1999-08-13  Tor Lillqvist  <tml@iki.fi>
19743
19744         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
19745         in the key event handling: Now AltGr chars work again. Also,
19746         now Alt-digits are passed up as well as Control-digits.
19747         Pass keypad plus and minus as normal plus and minus.
19748
19749 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
19750
19751         * docs/gtkfaq.sgml: FAQ Update
19752
19753 1999-07-25  Tor Lillqvist  <tml@iki.fi>
19754
19755         * README.win32
19756         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
19757         the Wintab SDK.
19758
19759         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
19760         OK, but getting closer. Guard against bogus tilt data from Wacom
19761         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
19762         enable easier building without Wintab.
19763
19764         * gdk/win32/gdkinput.h
19765         * gdk/win32/gdkevents.c 
19766         * gdk/win32/gdkwindow.c: Minor changes related related to above.
19767         
19768         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
19769         code. As we have just one visual on Win32, no sense to have it in a
19770         table, and no need for the hash table.
19771
19772         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
19773         better on white background.
19774
19775 1999-07-21  Tor Lillqvist  <tml@iki.fi>
19776
19777         * README.win32: Update gcc build instructions. Mention gettext is
19778         GPL.
19779
19780         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
19781         supported cursor size with GetSystemMetrics.
19782
19783         * gdk/win32/gdkfont.c
19784         * gtk/gtkfontsel.c: Guard against some font weight and charset
19785         symbols being undefined (in mingw32 headers).
19786
19787         * gdk/win32/makefile.cygwin
19788         * gtk/makefile.cygwin
19789         * gtk/gtkthemes.c: No longer need to have differently named
19790         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
19791
19792 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
19793
19794         * docs/gtkfaq.sgml: Long awaited FAQ update.
19795
19796 1999-07-15  Tor Lillqvist  <tml@iki.fi>
19797
19798         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
19799         it. Obscure bit manipulation needed.
19800
19801         * gdk/win32/gdkevents.c: Logging.
19802         
19803         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
19804         style (file name include compiler name) for theme engines.
19805
19806 1999-07-13  Tor Lillqvist  <tml@iki.fi>
19807
19808         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
19809
19810         * gdk/win32/gdkevents.c: Fix long-standing bug in key
19811         events. The key.string wasn't zero-terminated, still we strdup'ed
19812         it in gdk_event_copy(). Synthesize crossing events for button
19813         events before possible propagation.
19814
19815         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
19816
19817         * gdk/win32/makefile.cygwin
19818         * gtk/makefile.cygwin: Use new DLL naming style for the
19819         GCC-compiled ones.
19820
19821         * gdk/win32/makefile.msc
19822         * gtk/makefile.msc: Cosmetics mostly.
19823
19824         * gtk/gtk.def: Add missing entry points.
19825
19826         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
19827
19828 1999-07-09  Tor Lillqvist  <tml@iki.fi>
19829
19830         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
19831         or height is zero. Don't print a warning if Pie or Arc fails, they
19832         always fail (?) for very narrow ellipses.
19833
19834         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
19835         the part or the destination window corresponding to source area
19836         outside of the source drawable's boundary.
19837
19838         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
19839         anything if less than two points.
19840
19841         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
19842         return NULL. Gtk cut-and-paste inside a single program works
19843         better this way. (It always gets the clipboard contents from
19844         Windows, not from its own copy, which is cleared anyway. I can't
19845         say I fully understand what happens... Emulating the X selection
19846         and property stuff is a bit of a mess.)
19847
19848         * gdk/win32/gdkevents.c
19849         * gdk/win32/gdkproperty.c: A bit more verbose logging.
19850
19851         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
19852         that never got deleted). Revamp gdk_region_shrink.
19853
19854         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
19855         after use.
19856
19857         * gtk/gtk.def: Add some missing entry points.
19858
19859         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
19860         component.
19861
19862 1999-07-04  Tor Lillqvist  <tml@iki.fi>
19863
19864         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
19865         Control-digits specially.
19866
19867 1999-07-03  Tor Lillqvist  <tml@iki.fi>
19868
19869         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
19870
19871 1999-06-28  Tor Lillqvist  <tml@iki.fi>
19872
19873         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
19874         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
19875         finding this.)
19876
19877 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
19878
19879         * gtk+.spec.in: Corrected some typos in files section.
19880         
19881 1999-06-15  Tor Lillqvist  <tml@iki.fi>
19882
19883         * README.win32: Mention using GNU gettext.
19884         * config.h.win32: Enable NLS stuff.
19885         * gtk/makefile.msc: Use GNU gettext.
19886         * gdk/win32/gdkdnd.c: Minor header reorg.
19887         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
19888         cosmetics.
19889         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
19890         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
19891
19892 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
19893
19894         * acinclude.m4
19895         * config.guess
19896         * config.status
19897         * ltconfig
19898         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
19899
19900 1999-05-30  Tor Lillqvist  <tml@iki.fi>
19901
19902         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
19903         SafeAdjustWindowRectEx. Don't override all calls to
19904         AdjustWindowRectEx by it, but use it only in two places: When
19905         creating a new top-level window and when moving a top-level
19906         window.
19907
19908         Use screen coordinate rectangle, not client rectangle, in
19909         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
19910         when we try to place a window so that the decoration (mainly,
19911         title bar) isn't visible.
19912
19913         These changes fix the bug that showed up for instance as the
19914         GIMP's saved top-level windows moving right and down (by an amount
19915         equal to the window decoration) for each session. This bug showed
19916         up also in testgtk's "Saved Position".
19917
19918         gdk_window_resize also redone a bit.
19919
19920 1999-05-25  Tor Lillqvist  <tml@iki.fi>
19921
19922         * gtk/testgtkrc: Add (commented out) Windows-style theme
19923         include line.
19924
19925         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
19926
19927 1999-05-18  Tor Lillqvist  <tml@iki.fi>
19928
19929         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
19930         gdkx.h to a gdk subdirectory, so that applications can include
19931         these with <gdk/*.h> without trouble.
19932
19933         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
19934         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
19935         have their bitmap destroyed.
19936
19937         * gdk/win32/gdk.def: Add gdk_root_parent.
19938
19939 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
19940
19941         * configure.in
19942           gtk-config.in
19943           ltconfig
19944           ltmain.sh     
19945           gtk/Makefile.am: changes to compile nicely (with xlib) 
19946           on BeOS
19947
19948 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
19949
19950         * acinclude.m4
19951         * config.guess
19952         * config.sub
19953         * ltconfig
19954         * ltmain.sh: upgrade to libtool 1.3
19955
19956 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
19957
19958         * gtk/gtkclist.c:
19959         * gtk/gtkctree.c: merges from gtk-1-2
19960
19961 1999-04-25  Tor Lillqvist  <tml@iki.fi>
19962
19963         Support added for building using a GNU toolchain on Win32,
19964         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
19965
19966         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
19967         * config.h.win32: Changes for gcc.
19968         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
19969         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
19970         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
19971         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
19972         Protect shl stuff unavaiilable with mingw32 headers.
19973         * gdk/win32/gdkevents.c: Fix typo.
19974         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
19975         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
19976         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
19977         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
19978         the mingw32 headers.
19979         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
19980         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
19981         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
19982         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
19983         Test for NATIVE_WIN32, not _MSC_VER.
19984         * gtk/gtkmain.c: No use warning about developer version on Win32,
19985         there aren't any non-developer versions anyhow.
19986         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
19987         * gtk/makefile.msc: Use pthread from another directory. Minor other
19988         changes. 
19989
19990 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
19991
19992         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
19993           default filter from the list
19994
19995 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
19996
19997         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
19998          when gtk_widget_grab_default() is called for a widget that
19999          is not within a GtkWindow.
20000
20001 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
20002
20003         * docs/gtk_tut.sgml, examples/clist.c: use a
20004           scrolled window in the clist example. Minor
20005           tutorial fixes.
20006
20007 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
20008
20009         * docs/gtk_tut.sgml: Style check from David King
20010           <dking@youvegotmail.net>
20011
20012 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
20013
20014         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
20015         compile with unknown value of GDK_WINDOWING
20016
20017 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
20018
20019         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
20020         after the rule is fired.
20021         (install-exec-local): Install gdkconfig.h only if the contents are
20022         different from the currently installed gdkconfig.h.
20023
20024 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
20025
20026         * gdk/Makefile.am (configexecincludedir): Rename from 
20027         configincludedir so that gdkconfig.h will be installed 
20028         as part of `make install-exec'. 
20029
20030 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
20031
20032         * acinclude.m4
20033         * config.guess
20034         * config.sub
20035         * ltconfig
20036         * ltmain.sh: upgrade to libtool 1.2f
20037
20038         * autogen.sh: libtool is not required to autogen gtk+
20039
20040         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
20041         needed)
20042
20043 1999-03-18  Tor Lillqvist  <tml@iki.fi>
20044
20045         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
20046         declaring gdk variables exported/imported from the DLL. New image
20047         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
20048         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
20049         GDK_DRAG_PROTO_OLE2.
20050
20051         * gdk/gdk.h: Merge in Win32 version: Two new functions,
20052         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
20053         declared only for the Win32 version, but could be in the X11
20054         version as well. (Needed for a Xlib-less gdk_imlib.)
20055         gdk_color_hash should have only one parameter. Declare
20056         gdk_threads_mutex with GDKVAR.
20057         
20058         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
20059         just one parameter.
20060
20061         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
20062         per pixel, not bits.
20063
20064         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
20065         Fetch bpp (which means bits-per-pixel here) from another place on
20066         Win32. Accept also depth==32 (which we might get on Win32) with
20067         bpp==32.
20068
20069         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
20070         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
20071         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
20072         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
20073         in the backend-dependent directory, not in the common gdk
20074         directory.
20075
20076         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
20077         headers.
20078
20079 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
20080
20081         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
20082         want to use the Gtk+ devel version (which is true, and yes - even i am
20083         currently working with the 1.2.x branch). so everyone reading this, you
20084         probably want to issue
20085         cvs checkout -r glib-1-2 glib
20086         and
20087         cvs checkout -r gtk-1-2 gtk+
20088         as your next two comands.
20089
20090 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
20091
20092         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
20093         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
20094
20095         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
20096         file. strongly deprecated the GTK_HAVE_* macros, we provide
20097         GTK_CHECK_VERSION() for people that need to check for certain
20098         Gtk+ versions.
20099
20100         * gtk/gtkcompat.h: removed this from CVS.
20101         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
20102         idea right from the start, it just didn't seem like that back then.
20103
20104 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
20105
20106         * merges from gtk-1-2:
20107
20108 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
20109
20110         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
20111         item factory class has been created.
20112         (gtk_item_factory_parse_rc): likewise.
20113
20114         * gtk/gtkmenu.c:
20115         keep proper references for old_active_menu_item.
20116         (gtk_menu_reparent): unset the usize of the new parent,
20117         so the menu can sanely be size requested and we don't get nasty screen
20118         artefacts upon next reparentation.
20119         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
20120         enter notify. only synthesize enter notifies if the pointer really is
20121         inside the event window.
20122         (gtk_menu_popdown): use gtk_menu_shell_deselect().
20123         (gtk_menu_popup): move the background setting stuff into
20124         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
20125
20126         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
20127         gtk_menu_shell_select_item() to select the new item.
20128         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
20129         do the right thing for deselection as well.
20130
20131 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
20132
20133         * gtk/gtkwidget.[hc]:
20134         (gtk_widget_accelerators_locked): return whether a widget's accelerators
20135         are locked.
20136
20137         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
20138         existing accelerators if the widget's accelerators are locked.
20139
20140 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
20141
20142         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
20143
20144         * gtk/gtkmenu.c: truely forward key press and key release events to
20145         the menu widget from the toplevel or tearoff window. we can't simply
20146         connect to that, we need to stop further processing of the events as
20147         well.
20148
20149 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
20150
20151         * gtk/gtkmenu.c:
20152         (gtk_menu_key_press): pass event->keyval, event->state to
20153         gtk_accelerator_valid, instead of event->keyval twice.
20154         refuse to install single letter accelerators for menus that use
20155         single letter shortcuts.
20156
20157         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
20158         gtk_menu_ensure_uline_accel_group().
20159
20160         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
20161         which will always return an uline accel group, made
20162         gtk_menu_get_uline_accel_group() return NULL if the group isn't
20163         yet created.
20164
20165 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
20166
20167         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
20168
20169         * gtk/gtkclist.c (gtk_clist_column_title_passive):
20170         Leave button sensitive, trap  button_press, button_release,
20171         motion_notify, enter_notify and leave_notify events instead.
20172         (gtk_clist_column_title_active): disconnect event handler.
20173         (gtk_clist_drag_data_get): fixed memory leak. Reported by
20174         Guillaume Laurent <glaurent@worldnet.fr>
20175
20176 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
20177
20178         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
20179         width/height mixups.
20180
20181         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
20182         if needed.
20183
20184 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
20185
20186         * gtk/testgtk.c (create_item_factory): unref the item factory after
20187         window's destruction.
20188
20189         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
20190         count on the menu shell around the menu item's activation, since the
20191         signal emission may cause menu shell destruction.
20192
20193         * gtk/gtkitemfactory.c:
20194         the previous code leaked one accel group per menu. we use
20195         gtk_menu_get_uline_accel_group() now to fix that, and with that
20196         also create the underline accelerator group of the menus only if
20197         required (i.e. an underline accelerator has been specified).
20198         (gtk_item_factory_construct):
20199         (gtk_item_factory_create_item): removed code that would create an
20200         extra accel group for the menu (and leak references).
20201         (gtk_item_factory_create_item): adapted the underline accelerator
20202         installation code to properly feature gtk_menu_get_uline_accel_group().
20203
20204         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
20205         menu->accel_group, this may return NULL if the accelerator group
20206         hasn't been set yet.
20207         added gtk_menu_get_uline_accel_group() to retrive the underline
20208         accelerator group of the menu, this will be created on demand
20209         and proper care is taken about its reference count.
20210
20211         * gtk/gtkitemfactory.h:
20212         * gtk/gtkitemfactory.c:
20213         dumped the approach of keeping a widgets by action list on the
20214         factory since the factory<->widget destroy negotiation didn't work
20215         and would be hard to get going at all. instead we keep a list of
20216         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
20217         persistant throughout a program's life time).
20218         also, i removed the static const gchar *key_* variables, and made
20219         them inline strings (they weren't actually used anyways).
20220         (gtk_item_factory_add_item): update ifactory->items.
20221         (gtk_item_factory_destroy): destroy ifactory->items (and remove
20222         the item factory pointer from the remaining ifactory widgets).
20223         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
20224         list to find the widget.
20225         (gtk_item_factory_get_item): new function that works around
20226         gtk_item_factory_get_widget() limitations, this function will only
20227         return menu items, even for <Branch> entries.
20228
20229 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
20230
20231         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
20232         font hash table, if we have a GdkFontPrivate entry for this font
20233         already, simply increment its reference count, provided by Olaf Dietsche
20234         <olaf.dietsche+list.gtk@netcologne.de>.
20235
20236         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
20237         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
20238
20239 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
20240
20241         * gtk/gtkcontainer.c:
20242         (gtk_container_add_with_args):
20243         (gtk_container_addv):
20244         (gtk_container_add): before adding a child to a conatiner, make sure
20245         it is (default) constructed, this is neccessary because under certain
20246         circumstances the child will get relized and mapped immediatedly, in
20247         which case it has to be constructed already.
20248
20249 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
20250
20251         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
20252         values > 1 as TRUE also.
20253
20254 1999-03-16  Tor Lillqvist  <tml@iki.fi>
20255
20256         * README.win32: New file.
20257                 
20258         * configure.in: Check for lstat.
20259
20260         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
20261         completeness.
20262
20263         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
20264
20265         * gtk/gtk.def: Removed CRs.
20266
20267         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
20268         ..\gdk\win32).
20269
20270         * gdk/win32/makefile.msc: Correct upwards relative paths.
20271         
20272 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
20273
20274         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
20275           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
20276           it was connecting a void function to expose_event and the int
20277           returning function to the draw signal
20278
20279 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
20280
20281         * configure.in:
20282         Use correct path to libgmodule.la when ref'ing uninstalled copy
20283         of glib.  (Already in stable branch, Bug #417)
20284
20285 1999-03-15  Tor Lillqvist  <tml@iki.fi>
20286
20287         Win32 merge and general portability stuff:
20288                 
20289         * acconfig.h,configure.in: Check for <sys/time.h>.
20290
20291         * gdk/win32: New directory (actually, been there for a while).
20292         
20293         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
20294         NATIVE_WIN32, and use these. Always case fold on Win32. No
20295         backslashed escapes on native Win32.
20296
20297         * gtk/{gtk.def,makefile.msc}: New files.
20298
20299         * gtk/Makefile.am: Add above new files.
20300         
20301         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
20302         instead of <strings.h>.
20303
20304         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
20305         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
20306         <unistd.h> appropriately.
20307
20308         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
20309         Use ABS() (from <glib.h>) instead of abs().
20310         
20311         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
20312         of gtk (and thus glib) headers, so that WIN32 will be
20313         defined. With MS C, include <direct.h> for mkdir prototype.
20314
20315         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
20316         some casts, needed by MS C.
20317
20318         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
20319         implemented).
20320
20321         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
20322         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
20323         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
20324
20325         * gtk/gtkmain.h: Mark variables for export/import on Win32.
20326                 
20327         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
20328         the event is not a hint, or its window is not the slider. Needed
20329         on Win32, at least.
20330
20331         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
20332         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
20333         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
20334         a subdirectory of the Windows directory as gtk system
20335         configuration directory.
20336
20337         * gtk/gtkselection.c: No chunks on Win32.
20338
20339         * gtk/gtksocket.c: Not implemented on Win32.
20340
20341         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
20342
20343         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
20344
20345         * gtk/maketypes.awk: Declare variables with a macro that expands to
20346         necessary export/import magic in the case of Win32.
20347                 
20348         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
20349
20350 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
20351
20352         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
20353         since those were meant only for gdki18n.h.  
20354         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
20355         for widechar tests.
20356         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
20357
20358 1999-03-13  Tor Lillqvist  <tml@iki.fi>
20359
20360         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
20361         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
20362
20363         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
20364         installed) to CFLAGS.
20365
20366         * gdk/Makefile.am: Add rules for gdkconfig.h.
20367
20368         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
20369         APIs.
20370
20371         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
20372         gdkx.h anyway when compiling for X11.
20373         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
20374         general): Merge in Win32 version.
20375         
20376         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
20377         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
20378         expansion (if we don't have HAVE_PWD_H), allow for drive
20379         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
20380         included code from Craig Setera's port to Win32 (the one that uses
20381         X11, and the cygwin dll), even if it probably will be abandoned.
20382
20383         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
20384         the user entered one herself.  This way one can complete *.h and
20385         don't get matches on any .help files, for instance.
20386         
20387 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
20388
20389         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
20390         font hash table, if we have a GdkFontPrivate entry for this font
20391         already, simply increment its reference count, provided by Olaf Dietsche
20392         <olaf.dietsche+list.gtk@netcologne.de>.
20393
20394         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
20395         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
20396
20397 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
20398
20399         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
20400         the number of calls to gdk_draw_point() (and thus to X) by
20401         clipping the points by hand.
20402
20403         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
20404         the clip parameter.
20405         (gtk_handle_box_paint): Only paint the handle if the expose area
20406         intersects it.
20407
20408 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
20409
20410         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
20411
20412 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
20413
20414         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
20415         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
20416
20417 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
20418
20419         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
20420          textmode (O_TEXT) for OS/2 version.
20421
20422 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
20423
20424         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
20425         GtkSpinButton, "input" and "output", to make the output more flexible.
20426         The user has to provide a mapping between adjustment->value and the
20427         output string (and vice versa, if the spin button is editable). 
20428         See testgtk for examples.
20429
20430 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
20431
20432         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
20433         new one.
20434         
20435         * configure.in: set gtk+ version to 1.3.0.